.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
a {
  color: #333;
  text-decoration: none;
}
ul li {
  list-style: none;
}
@font-face {
    font-family: 'iconfont';  /* project id 1963989 */
    src: url('//at.alicdn.com/t/font_1963989_qt6j1a8avz8.eot');
    src: url('//at.alicdn.com/t/font_1963989_qt6j1a8avz8.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1963989_qt6j1a8avz8.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1963989_qt6j1a8avz8.woff') format('woff'),
    url('//at.alicdn.com/t/font_1963989_qt6j1a8avz8.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1963989_qt6j1a8avz8.svg#iconfont') format('svg');
  }
  
@font-face {
  font-family: en;
  src: url(../font/TT0588M.TTF);
}
@font-face {
  font-family: PingFangSC-Regular;
  src: url(../font/PingFang\Regular.ttf);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
html {
  font-family: PingFangSC-Regular, Arial, Helvetica, sans-serif, "微软雅黑";
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
.pages,
#page {
  text-align: center;
  padding: 25px 0;
}
.pages a,
#page a {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: #ececec;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  position: relative;
  margin: 0 6px;
  color: #666;
}
.pages a:hover,
#page a:hover {
  background-color: #008b3b;
  color: #fff;
}
.pages a:last-child,
#page a:last-child {
  font-family: simsun;
}
.pages .page_active,
#page .page_active {
  background-color: #008b3b;
  color: #fff;
}
.search {
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 12341;
  height: 100%;
  background-color: #fff;
}
.search > span {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
  line-height: 100px;
  top: 0;
}
.search > span i {
  font-size: 22px;
  color: #666;
}
.search > span:nth-of-type(2) {
  display: none;
  font-size: 24px;
}
.search > div {
  position: absolute;
  width: 0;
  overflow: hidden;
  right: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: 100%;
  background-color: #fff;
}
.search > div input {
  width: 300px;
  height: 40px;
  border: 1px solid #048d3f;
  text-indent: 14px;
}
.search > div button {
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 11;
  width: 40px;
  height: 40px;
  background: none;
  outline: none;
  border: none;
  text-align: center;
  background-color: #048d3f;
  top: 0;
}
.search > div button i {
  color: #fff;
  font-size: 22px;
}
.search_open > div {
  width: 300px;
}
.search_open > span:nth-of-type(1) {
  display: none;
}
.search_open > span:nth-of-type(2) {
  display: block;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
footer {
  width: 100%;
  height: 324px;
  position: relative;
  background-color: #048d3f;
}
footer .footer_menu {
  position: relative;
}
footer .footer_menu > ul {
  padding-top: 30px;
}
footer .footer_menu > ul > li {
  padding: 0 55px;
  float: left;
  position: relative;
}
footer .footer_menu > ul > li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
  right: 0;
  top: 6px;
}
footer .footer_menu > ul > li:last-child::after {
  display: none;
}
footer .footer_menu > ul > li > a {
  font-size: 16px;
  color: #fff;
}
footer .footer_menu > ul > li > ul {
  margin-top: 12px;
}
footer .footer_menu > ul > li > ul li {
  line-height: 30px;
}
footer .footer_menu > ul > li > ul li a {
  font-size: 14px;
  color: #fff;
}
footer .footer_menu > div {
  position: absolute;
  right: 0;
  top: 20px;
  text-align: right;
}
footer .footer_menu > div p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
footer .footer_menu > div img {
  margin-top: 12px;
}
footer .copyright {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  width: 100%;
}
footer .copyright a {
  color: #fff;
}
header {
  height: 100px;
  background-color: #fff;
}
header .container {
  height: 100px;
}
header .container h1 {
  float: left;
  margin-top: 25px;
}
header .container nav {
  float: right;
  margin-right: 80px;
}

.menu_{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 100px;
}

.menu_ svg{
  position: relative;
  top: 5px;
  cursor: pointer;
}
header .container > nav > ul >li {
  width: 95px;
  height: 100px;
  position: relative;
  float: left;
  margin: 0 15px;
  text-align: center;
}
header .container > nav > ul > li p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-weight: 600;
}
header .container > nav > ul > li i {
  font-size: 30px;
  display: inline-block;
  margin-top: 20px;
}
header .container > nav > ul > li:hover::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
header .container > nav > ul > li:hover i,
header .container > nav > ul > li:hover p {
  color: #048d3f;
}

header .container > nav > ul > li > ul{
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 999;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  padding: 14px 0;
}
header .container > nav > ul > li > ul li a{
  font-size: 14px;
}
header .container > nav > ul > li > ul li:hover a{
  color: #048d3f;
}
header .container > nav > ul > li > ul li{
  line-height: 30px;
  background-color: #fff;
}
header .container > nav > ul > li:hover ul{
  display: block;
}

header .container > nav > ul > li::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #048d3f;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
  z-index: 1;
}

.sub_menu {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 1234;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sub_menu > div {
  height: 145px;
}
.sub_menu > div > ul {
  float: right;
  margin-top: 14px;
  margin-right: 80px;
}
.sub_menu > div > ul > li {
  width: 95px;
  margin: 0 15px;
  text-align: center;
  float: left;
  min-height: 100px;
}
.sub_menu > div > ul > li > ul li {
  line-height: 30px;
}
.sub_menu > div > ul > li > ul li:hover a {
  color: #048d3f;
}
.sub_menu > div > ul > li > ul li a {
  font-size: 14px;
}
.sub_menu_show {
  height: 180px;
}
/*# sourceMappingURL=common.css.map */

.sub_menu {
  background-color: #fff;
}

header .container > nav > ul > li i {
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
}

header .container > nav > ul > li:first-child i {
  transform: rotate(0deg);
}
