@import 'iconfont.css';
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg');
}
/*@font-face {*/
/*  font-family: NotoSans_regular;*/
/*  src: url("../font/NotoSansCJKsc-Regular.otf");*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: NotoSans_light;*/
/*  src: url("../font/NotoSansCJKsc-Light.otf");*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: NotoSans_bold;*/
/*  src: url("../font/NotoSansCJKsc-Bold.otf");*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: Ninot_bold;*/
/*  src: url("../font/DINOT-Bold.otf");*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: Ninot_medium;*/
/*  src: url("../font/DINOT-Medium.otf");*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: Dinot;*/
/*  src: url("../font/DINOT.otf");*/
/*  font-display: swap;*/
/*}*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: 20px;
}
body {
  font-family: NotoSans_regular, "Microsoft Yahei", "微软雅黑", "Arial";
}
#ie .met {
  font-family: "微软雅黑" !important;
}
.bd_weixin_popup {
  box-sizing: content-box;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.w1440 {
  width: 72rem;
  margin: 0 auto;
}
header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.01), 0 0 5px rgba(0, 0, 0, 0.05);
}
header .con {
  padding: 0 2%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
header .con .logo {
  float: left;
  width: 12%;
  height: 6rem;
  position: relative;
}
header .con .logo a {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
header .con .logo a img {
  width: 100%;
}
header .con .logo:hover a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
header .con nav {
  float: left;
  width: 74%;
}
header .con nav > ul {
  float: right;
}
header .con nav > ul > li {
  float: left;
  margin-left: 4rem;
  position: relative;
}
header .con nav > ul > li > h2 a {
  display: block;
  line-height: 6rem;
  font-size: 0.9rem;
  color: #062058;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .con nav > ul > li > h2 a:before {
  content: '';
  width: 0;
  height: 2px;
  background: #a5c25d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .con nav > ul > li > ul {
  position: absolute;
  top: 6rem;
  left: -40%;
  width: 180%;
  background: #fff;
  display: none;
}
header .con nav > ul > li > ul > li {
  height: 2.7rem;
}
header .con nav > ul > li > ul > li > a {
  line-height: 2.7rem;
  display: block;
  font-size: 0.8rem;
  text-align: center;
  color: #777;
}
header .con nav > ul > li > ul > li > a:hover {
  background: #f2f1f1;
}
header .con nav > ul > li.active > h2 a {
  color: #a5c25d;
}
header .con nav > ul > li.active > h2 a:before {
  width: 100%;
  left: 0;
}
header .con nav > ul > li:hover > h2 a {
  color: #a5c25d;
}
header .con nav > ul > li:hover > h2 a:before {
  width: 100%;
  left: 0;
}
header .con .right {
  float: right;
  width: 10%;
}
header .con .right .lang {
  float: left;
  position: relative;
  cursor: default;
}
header .con .right .lang span {
  color: #a5c25d;
  font-size: 1rem;
  position: relative;
  top: 2px;
}
header .con .right .lang span.jian {
  color: #777;
}
header .con .right .lang h2 {
  color: #777;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 6rem;
  margin: 0 0.5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .con .right .lang h2 span {
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .con .right .lang .lang-search {
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  background: #666;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .con .right .lang .lang-search ul li a {
  display: block;
  text-align: center;
  line-height: 3rem;
  font-size: 0.8rem;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .con .right .lang .lang-search ul li:hover {
  background: #a5c25d;
}
header .con .right .lang:hover .lang-search {
  height: 6rem;
}
header .con .right .search {
  float: left;
  margin-left: 2rem;
  cursor: pointer;
}
header .con .right .search span {
  color: #777;
  font-size: 1rem;
  line-height: 6rem;
}
header .con .right .search .search-icon {
  display: block;
}
header .con .right .search .close-icon {
  display: none;
}
header .con .right .search.active .search-icon {
  display: none;
}
header .con .right .search.active .close-icon {
  display: block;
}
header .con .right .mobile-btn {
  display: none;
}
header .header-search {
  background: #f0f0f0;
  padding: 1rem 0;
  display: none;
}
header .header-search .center {
  position: relative;
}
header .header-search .center .search-icon {
  position: absolute;
  top: 0;
  left: 2rem;
}
header .header-search .center .search-icon span {
  font-size: 1rem;
  color: #777;
  line-height: 3.9rem;
}
header .header-search .center input {
  width: 100%;
  height: 3.7rem;
  background: #fff;
  border: none;
  padding: 0 4rem;
  font-size: 0.8rem;
  color: #999;
}
header .header-search .center .search-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.9rem;
  height: 3.7rem;
  text-align: center;
  cursor: pointer;
}
header .header-search .center .search-right:before {
  content: '';
  width: 1px;
  height: 1.2rem;
  background: #e1e1e1;
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  left: 0;
}
header .header-search .center .search-right span {
  font-size: 1rem;
  line-height: 3.7rem;
  color: #777;
}
header .header-search .center .search-right:hover span {
  color: #a5c25d;
}
footer {
  background-image: linear-gradient(0deg, #e5e5e5 0%, #f5f5f5 100%);
  overflow: hidden;
  padding: 2.8rem 0 2.5rem;
}
footer .con .top .left {
  float: left;
}
footer .con .top .left a img {
  max-width: 11.3rem;
}
footer .con .top .left:hover a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
footer .con .top .right {
  float: right;
}
footer .con .top .right ul li {
  float: left;
  margin-left: 1.6rem;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
footer .con .top .right ul li a {
  display: block;
  width: 8.2rem;
  height: 2.8rem;
  padding: 0 1rem;
  line-height: 2.8rem;
  font-size: 0.8rem;
  color: #48494c;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
footer .con .top .right ul li a:before {
  content: '\e718';
  font-family: iconfont;
  font-size: 0.8rem;
  color: #a5c25d;
  position: absolute;
  right: 1rem;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
footer .con .top .right ul li:hover {
  background: #a5c25d;
}
footer .con .top .right ul li:hover a {
  color: #fff;
}
footer .con .top .right ul li:hover a:before {
  color: #fff;
}
footer .con .middle {
  margin: 4rem 0 5rem;
}
footer .con .middle .box {
  float: left;
  width: 33.333%;
  position: relative;
}
footer .con .middle .box h2 {
  font-size: 0.8rem;
  color: #a5c25d;
}
footer .con .middle .box ul {
  margin-top: 2rem;
}
footer .con .middle .box ul li {
  float: left;
  width: 50%;
  font-size: 0.7rem;
  line-height: 1.8;
  color: #48494c;
}
footer .con .middle .box ul li:nth-child(even) {
  padding-left: 1rem;
}
footer .con .middle .box:not(:last-child):before {
  content: '';
  width: 1px;
  height: 6rem;
  background: #cfcfcf;
  position: absolute;
  right: 0;
  top: 0;
}
footer .con .middle .box:first-child {
  padding-right: 2rem;
}
footer .con .middle .box:not(:first-child) {
  padding-left: 2rem;
}
footer .con .bottom {
  padding-bottom: 2rem;
  border-bottom: 1px solid #cfcfcf;
}
footer .con .bottom .lang {
  float: left;
  width: 9rem;
  position: relative;
  cursor: default;
}
footer .con .bottom .lang .lang-top {
  height: 2.8rem;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  text-align: center;
}
footer .con .bottom .lang .lang-top span {
  color: #48494c;
  font-size: 1rem;
  position: relative;
  top: 2px;
}
footer .con .bottom .lang .lang-top span.jian {
  color: #999;
}
footer .con .bottom .lang .lang-top h2 {
  color: #77787b;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 2.8rem;
  margin: 0 0.8rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
footer .con .bottom .lang .lang-top h2 span {
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
footer .con .bottom .lang .lang-search {
  position: absolute;
  top: 2.8rem;
  left: 0;
  width: 100%;
  background: #666;
  border-radius: 5px;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
footer .con .bottom .lang .lang-search ul li a {
  display: block;
  text-align: center;
  line-height: 3rem;
  font-size: 0.8rem;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
footer .con .bottom .lang .lang-search ul li:hover {
  background: #a5c25d;
}
footer .con .bottom .lang:hover .lang-search {
  height: 6rem;
}
footer .con .bottom .share {
  float: right;
}
footer .con .bottom .share ul li {
  float: left;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #c6c6c6;
  margin-left: 0.9rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
footer .con .bottom .share ul li a {
  display: block;
}
footer .con .bottom .share ul li a .tu span {
  font-size: 0.9rem;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 2rem;
}
footer .con .bottom .share ul li a .erweima {
  position: absolute;
  width: 10rem;
  height: 2rem;
  left: 50%;
  margin-left: -5rem;
  top: 2rem;
  opacity: 0;
  overflow: hidden;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: flex;
  justify-content: center;
}
footer .con .bottom .share ul li a .erweima img {
  width: 50%;
}
footer .con .bottom .share ul li:hover {
  background: #a5c25d;
}
footer .con .bottom .share ul li:hover a .erweima {
  height: 5.4rem;
  top: 2.2rem;
  opacity: 1;
  z-index: 4;
}
footer .con .copy {
  padding-top: 2.5rem;
}
footer .con .copy .left {
  float: left;
}
footer .con .copy .left p {
  font-size: 0.8rem;
  color: #77787b;
}
footer .con .copy .right {
  float: right;
}
footer .con .copy .right ul li {
  float: left;
  position: relative;
}
footer .con .copy .right ul li a {
  display: block;
  font-family: NotoSans_light;
  font-size: 0.8rem;
  color: #77787b;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
footer .con .copy .right ul li:first-child {
  padding-right: 1rem;
}
footer .con .copy .right ul li:nth-child(2) {
  padding: 0 1rem;
}
footer .con .copy .right ul li:last-child {
  padding-left: 1rem;
}
footer .con .copy .right ul li:not(:last-child):before {
  content: '';
  width: 1px;
  height: 0.8rem;
  background: #c6c6c6;
  position: absolute;
  top: 50%;
  margin-top: -0.4rem;
  right: 0;
}
footer .con .copy .right ul li:hover a {
  color: #a5c25d;
}
.sub-nav {
  background: #f9f9f9;
}
.sub-nav .con {
  position: relative;
}
.sub-nav .con ul {
  padding-left: 2rem;
}
.sub-nav .con ul li {
  float: left;
  margin-right: 5rem;
}
.sub-nav .con ul li a {
  line-height: 5rem;
  font-size: 0.9rem;
  color: #85868f;
  display: block;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sub-nav .con ul li a:before {
  content: '';
  width: 0;
  height: 2px;
  background: #95bc46;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sub-nav .con ul li:hover a {
  color: #95bc46;
}
.sub-nav .con ul li:hover a:before {
  width: 6.5rem;
  margin-left: -3.25rem;
}
.sub-nav .con ul li.active a {
  color: #95bc46;
}
.sub-nav .con ul li.active a:before {
  width: 6.5rem;
  margin-left: -3.25rem;
}
.sub-nav .con .scroll-btn {
  position: absolute;
  right: 0;
  top: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  background: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sub-nav .con .scroll-btn span {
  display: inline-block;
  line-height: 2.4rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  font-size: 1rem;
  color: #9dba58;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sub-nav .con .scroll-btn:hover {
  background: #9dba58;
}
.sub-nav .con .scroll-btn:hover span {
  color: #fff;
}
.page-list {
  padding: 5rem 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.page-list > ul > li {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: #fff;
  border: solid 1px transparent;
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 0.8rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.page-list > ul > li a {
  font-family: Dinot;
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: block;
}
.page-list > ul li.pre-btn,
.page-list > ul li.next-btn {
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.page-list > ul li.pre-btn .iconfont,
.page-list > ul li.next-btn .iconfont {
  font-size: 1rem;
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.page-list > ul li.pre-btn:hover,
.page-list > ul li.next-btn:hover {
  background: #666;
}
.page-list > ul li.pre-btn:hover .iconfont,
.page-list > ul li.next-btn:hover .iconfont {
  color: #fff;
}
.page-list > ul li.page-num.active {
  background: #a5c25d;
}
.page-list > ul li.page-num.active a {
  color: #fff;
}
.page-list > ul li:hover {
  background: #a5c25d;
}
.page-list > ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 1500px) {
  .w1440 {
    width: 70rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .w1440 {
    width: 68rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 15px;
  }
  header .con .right {
    width: 11%;
  }
  .sub-nav .con .scroll-btn span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 15px;
  }
  .w1440 {
    width: 100%;
    padding: 0 60px;
  }
  header .con nav {
    width: 70%;
  }
  header .con nav > ul > li {
    margin-left: 3rem;
  }
  header .con .right {
    width: 14%;
  }
  .sub-nav .con .scroll-btn {
    right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  header .con {
    padding: 0 20px;
  }
  header .con .logo {
    width: 120px;
    height: 70px;
  }
  header .con nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    padding: 0 20px;
    margin-left: 0;
  }
  header .con nav > ul {
    width: 100%;
    max-height: 400px;
    overflow: auto;
  }
  header .con nav > ul > li {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    margin-left: 0;
    padding: 0 20px;
  }
  header .con nav > ul > li > h2 {
    position: relative;
  }
  header .con nav > ul > li > h2 a {
    display: block;
    width: 50%;
    line-height: 60px;
    font-size: 14px;
  }
  header .con nav > ul > li > h2 a:before {
    display: none;
  }
  header .con nav > ul > li > h2:before {
    content: '\e603';
    font-family: iconfont;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 60px;
    display: block;
    color: #333;
  }
  header .con nav > ul > li > ul {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin-left: 0;
    border-top: none;
  }
  header .con nav > ul > li > ul li {
    border-top: 1px solid #f5f5f5;
    padding: 0 20px;
    height: 44px;
  }
  header .con nav > ul > li > ul li a {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 44px !important;
    position: relative;
  }
  header .con nav > ul > li > ul li a:after {
    content: '\e683';
    font-family: iconfont;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    color: #333;
  }
  header .con nav > ul > li:first-child h2 a {
    width: 100%;
  }
  header .con nav > ul > li:first-child h2:before {
    content: '\e683' !important;
  }
  header .con nav > ul > li:first-child.active h2:before {
    content: '\e683' !important;
  }
  header .con nav > ul > li:nth-child(3) h2 a {
    width: 100%;
  }
  header .con nav > ul > li:nth-child(3) h2:before {
    content: '\e683' !important;
  }
  header .con nav > ul > li:nth-child(3).active h2:before {
    content: '\e683' !important;
  }
  header .con nav > ul > li:nth-child(6) h2 a {
    width: 100%;
  }
  header .con nav > ul > li:nth-child(6) h2:before {
    content: '\e683' !important;
  }
  header .con nav > ul > li:nth-child(6).active h2:before {
    content: '\e683' !important;
  }
  header .con nav > ul > li.active h2:before {
    content: '\e638' !important;
  }
  header .con .right {
    width: auto;
  }
  header .con .right .lang .language {
    line-height: 70px;
    font-size: 20px;
    color: #333 !important;
  }
  header .con .right .lang span {
    top: 0;
  }
  header .con .right .lang h2 {
    display: none;
  }
  header .con .right .lang .jian {
    display: none;
  }
  header .con .right .lang .lang-search {
    width: 120px;
    margin-left: -50px;
    z-index: 10;
    top: 70px;
  }
  header .con .right .lang .lang-search ul {
    width: 120px;
  }
  header .con .right .lang .lang-search ul li {
    width: 120px;
  }
  header .con .right .lang .lang-search ul li a {
    font-size: 14px;
    line-height: 42px;
  }
  header .con .right .lang:hover .lang-search {
    height: 84px;
  }
  header .con .right .search {
    margin: 0 20px;
  }
  header .con .right .search span {
    font-size: 20px;
    color: #333 !important;
    line-height: 70px;
  }
  header .con .right .mobile-btn {
    float: left;
    display: block;
    margin-top: 15px;
  }
  header .con .right .mobile-btn .nav-button {
    position: relative;
    width: 24px;
    height: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    float: right;
  }
  header .con .right .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 24px;
    height: 16px;
  }
  header .con .right .mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: #333;
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  header .con .right .mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
  header .con .right .mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  header .con .right .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  header .con .right .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  header .con .right .mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
  header .con .right .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  header .con .right .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  header .con .header-list {
    display: none;
  }
  header .header-search .center {
    padding: 0 20px;
  }
  header .header-search .center .search-icon {
    left: 34px;
  }
  header .header-search .center .search-icon span {
    font-size: 20px;
    line-height: 50px;
    position: relative;
    top: 2px;
  }
  header .header-search .center input {
    height: 50px;
    padding: 0 60px 0 50px;
    font-size: 14px;
  }
  header .header-search .center .search-right {
    right: 20px;
    width: 50px;
    height: 50px;
  }
  header .header-search .center .search-right span {
    font-size: 20px;
    line-height: 50px;
  }
  header.active .con {
    background: #fff !important;
    box-shadow: inset 2px 4px 29px 0px rgba(0, 0, 0, 0.06);
  }
  header.active .con .logo {
    height: 70px;
  }
  header.active .con .logo a img.regular {
    display: none;
  }
  header.active .con .logo a img.color {
    display: block;
  }
  header.active .con nav > ul > li > h2 a {
    color: #333;
  }
  header.active .con .right .lang span {
    color: #ee0000;
  }
  header.active .con .right .lang h2 {
    color: #ee0000;
    line-height: 70px;
  }
  header.active .con .right .lang .lang-search {
    top: 70px;
  }
  header.active .con .right .search span {
    color: #9e9e9e;
    line-height: 70px;
  }
  footer {
    padding: 26px 0 20px;
  }
  footer .con .top .left {
    width: 100%;
    text-align: center;
  }
  footer .con .top .left a img {
    max-width: 200px;
  }
  footer .con .top .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  footer .con .top .right ul {
    display: inline-block;
  }
  footer .con .top .right ul li {
    margin-left: 0;
    text-align: left;
  }
  footer .con .top .right ul li a {
    width: 140px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    padding: 0 16px;
  }
  footer .con .top .right ul li a:before {
    font-size: 14px;
    right: 16px;
  }
  footer .con .top .right ul li:last-child {
    margin-left: 20px;
  }
  footer .con .middle {
    margin: 0 0 40px;
  }
  footer .con .middle .box {
    width: 100%;
    margin-top: 20px;
    padding-left: 0 !important;
  }
  footer .con .middle .box:before {
    display: none !important;
  }
  footer .con .middle .box h2 {
    font-size: 16px;
  }
  footer .con .middle .box ul {
    margin-top: 10px;
  }
  footer .con .middle .box ul li {
    font-size: 14px;
  }
  footer .con .bottom .lang {
    display: none;
  }
  footer .con .bottom .share {
    width: 100%;
    text-align: center;
  }
  footer .con .bottom .share ul {
    display: flex;
    justify-content: center;
  }
  footer .con .bottom .share ul li {
    width: 50px;
    height: 50px;
    margin-left: 0;
  }
  footer .con .bottom .share ul li a .tu span {
    line-height: 50px;
    font-size: 18px;
  }
  footer .con .bottom .share ul li a .erweima {
    width: 240px;
    height: 120px;
    margin-left: -120px;
    top: -10.8rem;
  }
  footer .con .bottom .share ul li:not(:first-child) {
    margin-left: 10px;
  }
  footer .con .bottom .share ul li:hover a .erweima {
    height: 120px;
    top: -9.8rem;
  }
  footer .con .copy {
    padding-top: 20px;
  }
  footer .con .copy .left {
    width: 100%;
    margin-top: 20px;
  }
  footer .con .copy .left p {
    text-align: center;
    font-size: 14px;
  }
  footer .con .copy .right {
    width: 100%;
  }
  footer .con .copy .right ul {
    display: flex;
    justify-content: center;
  }
  footer .con .copy .right ul li a {
    font-size: 14px;
  }
  .sub-nav .con .scroll-btn span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  .w1440 {
    width: 100%;
    padding: 0 20px;
  }
  header .con .right .search span {
    line-height: 70px;
  }
  footer .con .bottom .share ul li a .erweima {
    width: 200px;
    height: 100px;
    margin-left: -100px;
    top: -12.8rem;
  }
  footer .con .bottom .share ul li:hover a .erweima {
    height: 100px;
    top: -8.8rem;
  }
  .sub-nav .con ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
  }
  .sub-nav .con ul li {
    margin-right: 0;
  }
  .sub-nav .con ul li a {
    line-height: 44px;
    font-size: 14px;
    text-align: center;
  }
  .sub-nav .con .scroll-btn {
    display: none;
  }
  .page-list {
    padding: 30px 0 0;
  }
  .page-list .page-num {
    display: none;
  }
  .page-list > ul > li {
    width: 80px !important;
    height: 40px;
    line-height: 38px;
  }
  .page-list > ul > li a {
    font-size: 14px;
    background-color: #a5c25d;
    color: #fff;
    border-radius: 3px;
  }
  .page-list > ul > li.next-btn {
    margin-right: 0;
  }
  .page-list > ul > li.next-btn .iconfont {
    font-size: 18px;
    color: #fff !important;
  }
  .page-list > ul > li.pre-btn .iconfont {
    font-size: 18px;
    color: #fff !important;
  }
  .page-list > ul > li.next-btn {
    margin-right: 0 !important;
  }
}
/*# sourceMappingURL=base.css.map */