@charset "UTF-8";
/* 前端白明明 */
@font-face {
  font-family: "ARRAKIS";
  src: url("../fonts/ARRAKIS-2.woff") format("woff"), url("../fonts/ARRAKIS-2.ttf") format("truetype"), url("../fonts/ARRAKIS-2.otf"), url("../fonts/ARRAKIS-2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din";
  src: url("../fonts/DIN-BOLD.woff") format("woff"), url("../fonts/DIN-BOLD.ttf") format("truetype"), url("../fonts/DIN-BOLD.OTF"), url("../fonts/DIN-BOLD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.din {
  font-family: "din";
}
.arr {
  font-family: "ARRAKIS";
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  overflow-x: hidden;
  max-width: 1920px;
  min-width: 1280px;
  position: relative;
  padding: 0 ;
  width: 100%;
  color: #333;
  font-family: '微软雅黑', Arial, Helvetica, sans-serif, Microsoft Yahei;
  font-size: 14px;
  line-height: 1;
  background: #fff;
}
html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
ul,
ul li,
ol li,
tr td,
dl,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
}
textarea,
select {
  outline: none;
  color: #666;
  font-size: 14px;
  width: 100%;
}
.gdt::-webkit-scrollbar {
  width: 4px;
  height: 1px;
  border-radius: 30px;
}
.gdt::-webkit-scrollbar-thumb {
  background: #008726;
  border-radius: 30px;
}
.gdt::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 30px;
}
.w {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
}
.pd50 {
  padding: 50px 0;
}
.f_12 {
  font-size: 12px;
}
.f_16 {
  font-size: 16px;
}
.f_18 {
  font-size: 18px;
}
.f_20 {
  font-size: 20px;
}
.f_22 {
  font-size: 22px;
}
.f_24 {
  font-size: 24px;
}
.f_26 {
  font-size: 26px;
}
.f_28 {
  font-size: 28px;
}
.f_30 {
  font-size: 30px;
}
.f_32 {
  font-size: 32px;
}
.f_34 {
  font-size: 34px;
}
.f_36 {
  font-size: 36px;
}
.f_38 {
  font-size: 38px;
}
.f_40 {
  font-size: 40px;
}
.f_42 {
  font-size: 42px;
}
.f_44 {
  font-size: 44px;
}
.f_48 {
  font-size: 48px;
}
.f_50 {
  font-size: 50px;
}
.f_56 {
  font-size: 56px;
}
.f_62 {
  font-size: 62px;
}
.h85 {
  height: 105px;
}
/*分页*/
.a_dw {
  position: relative;
  top: -70px;
}
.box {
  min-width: 1280px;
  width: 100%;
  padding: 0 10.15%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}
.alltime,
.alltime * {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.wow {
  opacity: 0;
}
.wow1 {
  opacity: 1;
}
.fbd {
  font-weight: bold;
}
/* 头部 */
.head {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 1920px;
}
.head::before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #308e3e, #c2bfb4, #db4930);
  top: 0;
  left: 0;
}
.head::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
}
.head .hd {
  position: relative;
  width: 100%;
  padding: 20px 50px 0 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .hd .logo {
  position: relative;
  height: 50px;
}
.head .hd .tpcc img {
  display: block;
  height: 100%;
}
.head .hd .tpcc img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.head .hd .hrt {
  display: flex;
  height: 20px;
  align-items: center;
  align-content: center;
  margin-top: 30px;
}
.head .hd .ul1 {
  display: flex;
  align-items: center;
  align-content: center;
  margin-top: 20px;
}
.head .hd .ul1 li {
  position: relative;
  margin: 0 20px;
}
.head .hd .ul1 li .ltop a {
  display: block;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.head .hd .ul1 li .ltop a::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  opacity: 0;
}
.head .hd .ul1 li .tb .ico {
  position: relative;
  margin-right: 30px;
  width: 20px;
  height: 20px;
}
.head .hd .ul1 li .lbtm {
  position: absolute;
  width: 200px;
  padding: 17px 0;
  background: #ffffff;
  line-height: 1;
  left: 50%;
  margin-left: -100px;
  top: calc(100% - 1px);
  text-align: center;
  z-index: 3;
  display: none;
  border-top: 1px solid #ddd;
  border-radius: 10px;
  -moz-box-shadow: 0px 1px 5px #ddd;
  -webkit-box-shadow: 0px 1px 5px #ddd;
  box-shadow: 0px 1px 5px #ddd;
}
.head .hd .ul1 li .lbtm a {
  display: block;
  padding: 13px 20px;
}
.head .hd .ul1 li .lbtm a:hover {
  background: #287f36;
  color: #fff;
}
.head .hd .ul1 li:hover .lbtm {
  display: block;
}
.head:hover,
.head.act,
.head.bai {
  background: #fff;
  -moz-box-shadow: 0px 1px 5px #ddd;
  -webkit-box-shadow: 0px 1px 5px #ddd;
  box-shadow: 0px 1px 5px #ddd;
}
/* .head.act::after,.head.bai::after{opacity: 1;} */
.head:hover .tpcc img,
.head.act .tpcc img,
.head.bai .tpcc img,
.head.hui .tpcc img {
  opacity: 0;
}
.head:hover .tpcc img:nth-child(2),
.head.act .tpcc img:nth-child(2),
.head.bai .tpcc img:nth-child(2),
.head.hui .tpcc img:nth-child(2) {
  opacity: 1;
}
.head:hover .hd .ul1 li .ltop a,
.head.act .hd .ul1 li .ltop a,
.head.bai .hd .ul1 li .ltop a,
.head.hui .hd .ul1 li .ltop a {
  color: #000;
}
.head:hover .hd .ul1 .xian,
.head.act .hd .ul1 .xian,
.head.bai .hd .ul1 .xian,
.head.hui .hd .ul1 .xian {
  background: #dad4d1;
  opacity: 1;
}
.head:hover .hd .hrt .yy,
.head.act .hd .hrt .yy,
.head.bai .hd .hrt .yy,
.head.hui .hd .hrt .yy {
  color: #666;
}
.head:hover .hd .hrt s,
.head.act .hd .hrt s,
.head.bai .hd .hrt s,
.head.hui .hd .hrt s {
  background: #dad4d1;
  opacity: 1;
}
.head:hover .hd .xxian,
.head.act .hd .xxian,
.head.bai .hd .xxian,
.head.hui .hd .xxian {
  background: #dad4d1;
  opacity: 1;
}
.head .hd .ul1 li.act .ltop a::after {
  opacity: 1;
}
.head.act .hd .logo {
  margin-top: 15px;
  margin-bottom: 15px;
}
.head.act .hd .ul1 li .ltop a {
  line-height: 60px;
}
.head.act .hd .hrt {
  margin-top: 20px;
}
.head .hd .ul1 li .ltop a:hover {
  color: #287f36;
}
.head:hover .hd .ul1 li.act .ltop a::after,
.head.act .hd .ul1 li.act .ltop a::after,
.head.bai .hd .ul1 li.act .ltop a::after {
  background: #008726;
}
/* 进度条 */
.bmeter {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 0%;
  height: 15px;
  background: #fff;
  opacity: 0;
  z-index: 111;
  pointer-events: none;
}
.bmeter span {
  display: block;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #f00;
}
/* 首页 */
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 1;
  border-radius: 50%;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #287f36;
}
.swiper1 .swiper-button-next {
  right: 5%;
  width: 28px;
  height: 76px;
  background: url(../images/right.png) no-repeat;
}
.swiper1 .swiper-button-prev {
  left: 5%;
  width: 28px;
  height: 76px;
  background: url(../images/left.png) no-repeat;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
.count dl dt {
  display: flex;
}
.count dl dt .t {
  padding-left: 20px;
  color: #868686;
  word-wrap: break-word;
}
.count dl dd .counter {
  font-size: 40px;
  font-weight: bold;
  color: black;
}
.count dl dd .c {
  font-size: 18px;
  color: #d55f4d;
}
.about {
  background: url(../images/about.jpg) right bottom no-repeat;
}
.about .w {
  position: relative;
  height: 620px;
}
.about .tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 165px;
  background: url(../images/a-tit1.png) left center no-repeat;
  padding-left: 85px;
}
.about .tit h3 {
  font-weight: bold;
  font-size: 35px;
  color: #287f36;
  display: block;
}
.about .tit span {
  display: block;
  font-size: 18px;
  color: #8f8f8f;
}
.aboutcon {
  position: absolute;
  top: 50px;
  right: 0;
  width: 450px;
}
.aboutcon p {
  margin-top: 10px;
  text-indent: 2em;
  line-height: 2;
  font-size: 15px;
}
.product {
  background-color: #f9fbfe;
}
.product .tit {
  font-size: 35px;
  color: #000;
  font-weight: bold;
  background: url(../images/c-tit.png) center top no-repeat;
  padding-top: 60px;
  text-align: center;
}
.prolist {
  background: url(../images/pro.jpg) center bottom;
  padding: 50px 0;
  box-sizing: border-box;
  position: relative;
}
.owl-list1 {
  padding: 0 100px;
  box-sizing: border-box;
}
.owl-list1 a {
  display: block;
  margin: 0 20px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.owl-list1 a:hover {
  -moz-box-shadow: 0px 0px 20px rgba(0, 84, 165, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 84, 165, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 84, 165, 0.2);
}
.owl-list1 a .img {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-list1 a .img img {
  max-width: 100%;
}
.owl-list1 a h3 {
  display: block;
  font-size: 20px;
  color: #000;
  margin: 10px 0;
}
.owl-list1 a span {
  font-size: 14px;
  color: #287f36;
  display: block;
}
.owl-list1 .owl-buttons {
  height: 53px;
  margin-top: -53px;
}
.owl-list1 .owl-buttons div {
  width: 53px;
  height: 53px;
}
.owl-list1 .owl-buttons .owl-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -25px;
  background: url(../images/l1.jpg) center center no-repeat;
}
.owl-list1 .owl-buttons .owl-prev:hover {
  background: url(../images/l.jpg) center center no-repeat;
}
.owl-list1 .owl-buttons .owl-next {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -25px;
  background: url(../images/r1.jpg) center center no-repeat;
}
.owl-list1 .owl-buttons .owl-next:hover {
  background: url(../images/r.jpg) center center no-repeat;
}
.owl-list1 .owl-pagination {
  display: none;
}
.h-tx {
  background: url(../images/txbg.jpg) center top no-repeat;
}
.h-tx .tit {
  padding-top: 60px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 35px;
  color: black;
}
.h-tx .tit span {
  margin-left: 20px;
}
.h-tx .tit b {
  color: #8d6b4a;
}
.h-tx .con {
  height: 320px;
}
.h-tx .con ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.h-tx .con ul li {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
.h-tx .con ul li img {
  max-width: 100%;
}
.honor .h-company .tit {
  padding-top: 0px;
  text-align: center;
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: 35px;
  color: black;
  border-bottom: 1px solid #287f36;
}
.honor .h-company .tit span {
  margin-left: 20px;
}
.honor .h-company .tit b {
  color: #287f36;
}
.yygk_nav {
  margin-top: 45px;
}
.yygk_nav ul {
  display: flex;
  justify-content: center;
}
.yygk_nav ul li {
  margin: 0 1px;
  width: 25%;
}
.yygk_nav ul li a {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: block;
  background-color: #ebebeb;
  color: black;
  line-height: 67px;
}
.yygk_nav ul li.curr a {
  background-color: #287f36;
  color: white;
}
.list_yygk ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.list_yygk li {
  width: 25%;
  text-align: center;
  margin: 10px 0;
}
.list_yygk li img {
  max-width: 100%;
}
.youshi {
  color: white;
  background: url(../images/bg2.jpg) no-repeat;
  height: 700px;
  text-align: center;
}
.youshi .bor {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto;
}
.youshi h3 {
  font-size: 35px;
  display: block;
  text-align: center;
}
.youshi p {
  font-size: 18px;
  margin: 30px 0 60px 0;
}
.youshi ul {
  display: flex;
  justify-content: space-around;
}
.youshi ul li {
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.youshi ul li span {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
.youshi ul li img {
  max-width: 100%;
}
/* 底部 */
.footer {
  text-align: center;
  padding: 50px 0;
  border-top: 1px solid #ddd;
}
.footer h3 {
  color: #070707;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer h2 {
  color: #287f36;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer p {
  color: #999;
}
.foont-contact {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.foont-contact dl {
  padding: 0 20px;
  display: flex;
  font-size: 15px;
}
.foont-contact dl dt {
  margin-right: 20px;
}
.foont-contact dl dd span {
  color: #999;
}
.foont-contact dl dd p {
  color: #000;
  margin-top: 10px;
}
.copyright {
  padding: 30px;
  background-color: #287f36;
  color: white;
  display: flex;
  justify-content: space-between;
}
.copyright a {
  color: white;
}
/* 产品 */
.banner {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
}
.banner .nox {
  width: 100%;
  height: 600px;
  position: relative;
}
.banner .nox > .txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  line-height: 1;
}
.banner .nox > .txt .tt {
  margin-bottom: 30px;
}
.banner .nox > .txt .tc {
  font-family: Arial;
  text-transform: uppercase;
}
/* 关于 */
.banner_ab .nox {
  height: 49.5vw;
}
.banner_ab .nox > .txt {
  display: flex;
  text-align: justify;
  align-items: center;
  align-content: center;
}
.banner_ab .nox > .txt .blt {
  width: 39%;
}
.banner_ab .nox > .txt .blt img {
  display: block;
  width: 100%;
  border-radius: 100px 0 100px 0;
}
.banner_ab .nox > .txt .brt {
  width: 53%;
  line-height: 1.5;
  margin-left: 4.5%;
}
.banner_ab .nox > .txt .brt .btx {
  height: 240px;
  padding-right: 30px;
  line-height: 27px;
  margin: 30px 0;
  overflow-y: auto;
}
.banner_ab .nox > .txt .brt .ul1 {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}
.banner_ab .nox > .txt .brt .ul1 li {
  text-align: left;
}
.banner_ab .nox > .txt .brt .ul1 li .wz {
  margin-top: 20px;
}
.banner_ab .nox > .txt .brt .ul1 li .num {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}
.banner_ab .nox > .txt .brt .ul1 li .num .f_56 {
  position: relative;
  bottom: -7px;
}
.banner_ab .nox > .txt .brt .ul1 li .num .jia {
  position: relative;
  bottom: -5px;
}
.banner_ab .nox > .txt .brt .btx::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
.banner_ab .nox > .txt .brt .btx::-webkit-scrollbar-thumb {
  background: #fff;
}
.banner_ab .nox > .txt .brt .btx::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
}
.abg {
  background: #f5f6f7;
}
.ab_2 {
  padding: 60px 0;
  text-align: center;
}
.ab_2 .en {
  color: rgba(153, 153, 153, 0.4);
  margin: 15px 0 60px;
  font-family: Arial;
}
.culture {
  margin-top: 60px;
}
.culture ul {
  display: flex;
  justify-content: space-around;
}
.culture ul li h3 {
  color: #287f36;
  margin: 20px 0;
  font-weight: bold;
}
/*荣誉证书*/
.photoshop {
  display: flex;
  flex-wrap: wrap;
}
.photoshop .sbox {
  background: #fff;
  padding: 60px 20px;
  width: calc(25% - 40px);
  margin: 20px;
  box-sizing: border-box;
}
.photoshop .sbox .img {
  width: 90%;
  margin: 0 auto;
  max-width: 280px;
}
.photoshop .sbox .img img {
  margin: 0 auto;
  max-width: 100%;
}
.photoshop .sbox .wz {
  margin-top: 25px;
  line-height: 1.5;
  text-align: center;
}
.photoshop .sbox:hover .wz {
  color: #008726;
}
.photoshop .sbox:hover {
  -moz-box-shadow: 0px 0px 20px rgba(0, 84, 165, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 84, 165, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 84, 165, 0.2);
}
/* 新闻 */
.ne_nav {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.ne_nav .nox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  line-height: 80px;
}
.ne_nav .nox s {
  display: block;
  margin: 0 ;
  width: 1px;
  height: 16px;
  background: #ddd;
}
.ne_nav .nox a {
  display: block;
  padding: 0 40px;
  position: relative;
}
.ne_nav .nox a span {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  width: 100%;
  height: 2px;
  background: #008726;
  opacity: 0;
}
.ne_nav .nox a.act,
.ne_nav .nox a:hover {
  color: #008726;
  font-weight: bold;
}
.ne_nav .nox a.act span,
.ne_nav .nox a:hover span {
  opacity: 1;
}
.new1 {
  background: #f7f7f7;
}
.new1 .nox {
  display: flex;
  background: #fff;
  border-radius: 100px 0 100px 0;
  overflow: hidden;
}
.new1 .nox .img {
  display: block;
  width: 52%;
  height: 450px;
  overflow: hidden;
}
.new1 .nox .img img {
  display: block;
  height: 100%;
  max-width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(1.01);
  -webkit-transform: translateX(-50%) scale(1.01);
}
.new1 .nox .wenben {
  padding: 60px;
  width: 48%;
  text-align: justify;
  position: relative;
  overflow: hidden;
}
.new1 .nox .wenben .day {
  line-height: 24px;
  padding-left: 20px;
  background: url(../images/ne_1_1.png) center left no-repeat;
  color: #666;
}
.new1 .nox .wenben .att {
  line-height: 1;
  margin: 30px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new1 .nox .wenben .atc {
  line-height: 30px;
  height: 90px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new1 .nox .wenben .more {
  margin: 50px 0 0 ;
}
.new1 .nox .wenben .xian {
  display: block;
  width: 0%;
  height: 3px;
  background: url(../images/ab_1_1.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-size: cover;
}
.new1 .nox:hover .wenben .att {
  color: #008726;
}
.new1 .nox:hover .wenben .xian {
  width: 100%;
}
.new1 .nox:hover .img img {
  transform: translateX(-50%) scale(1.1);
  -webkit-transform: translateX(-50%) scale(1.1);
}
.new1 .ul1 {
  margin: 50px 0 0px;
  display: flex;
  flex-wrap: wrap;
}
.new1 .ul1 li {
  width: 33.33%;
  border: 1px solid #ddd;
  background: #fff;
}
.new1 .ul1 li a {
  padding: 30px;
  display: block;
  position: relative;
}
.new1 .ul1 li a .img,
.new1 .ul1 li a .img img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.new1 .ul1 li a .img img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}
.new1 .ul1 li a .att {
  line-height: 36px;
  height: 72px;
  margin: 20px 0 15px;
}
.new1 .ul1 li a .day {
  padding-left: 20px;
  background: url(../images/ne_1_1.png) center left no-repeat;
  color: #666;
  line-height: 20px;
}
.new1 .ul1 li a .xian {
  display: block;
  width: 0%;
  height: 3px;
  background: url(../images/co_3_5.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-size: cover;
}
.new1 .ul1 li a:hover .xian {
  width: 100%;
}
.new1 .ul1 li a:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.new1 .ul1 li a:hover .att {
  color: #008726;
}
/* 新闻详情 */
.nwnav {
  margin-top: 80px;
}
.nwnav .nox {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 40px 0 80px;
}
.nwnav .nox a {
  display: block;
  color: #666;
}
.nwnav .nox s {
  display: block;
  width: 10px;
  height: 14px;
  background: url(../images/jt_h.png) center no-repeat;
  background-size: 6px;
  margin: 0 10px;
}
.nwnav .nox a:hover {
  color: #2d7bd7;
}
.newc1 {
  padding-bottom: 120px;
}
.newc1 .nox {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.newc1 .tt {
  text-align: center;
  line-height: 1.5;
}
.newc1 .ly {
  display: flex;
  justify-content: center;
  font-weight: 100;
  margin: 20px 0 50px;
}
.newc1 .ly span {
  display: flex;
  margin: 0 10px;
}
.newc1 .ly span .ico {
  margin-right: 5px;
}
.newc1 .tc {
  padding: 30px 0;
  line-height: 30px;
  color: #666;
  text-align: justify;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.newc1 .tc img {
  margin: 0 auto;
  height: auto;
}
.newc1 .nbtm {
  margin-top: 50px;
  display: flex;
}
.newc1 .nbtm .nlt {
  width: calc(100% - 200px);
}
.newc1 .nbtm .nlt a {
  display: block;
  margin-bottom: 30px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newc1 .nbtm .nlt a:last-child {
  margin-bottom: 0;
}
.newc1 .nbtm .nlt a:hover {
  color: #008726;
}
/* 联系我们 */
.con1 .ul1 {
  margin-top: 50px;
}
.con1 .ul1 li {
  background: #fff;
  border-radius: 30px 0 0 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.con1 .ul1 li:last-child {
  margin-bottom: 0;
}
.con1 .ul1 li .ltop {
  padding: 0 40px;
  background: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 30px 0 30px 0;
}
.con1 .ul1 li .ltop .llt {
  display: flex;
  align-items: center;
  align-content: center;
  width: calc(100% - 50px);
}
.con1 .ul1 li .ltop .llt .ltc {
  margin-left: 30px;
  padding-left: 25px;
}
.con1 .ul1 li .ltop .llt .dz {
  background: url(../images/co_1_1h.png) center left no-repeat;
}
.con1 .ul1 li .ltop .llt .day {
  background: url(../images/co_1_2h.png) center left no-repeat;
}
.con1 .ul1 li .ltop .lrt {
  width: 35px;
  background: url(../images/co_1_4.png) center no-repeat;
  height: 35px;
}
.con1 .ul1 li .lbtm {
  padding: 40px;
  text-align: justify;
  color: #666;
  line-height: 30px;
  display: none;
}
.con1 .ul1 li .lbtm .lmtp {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 40px;
  line-height: 1.5;
  border-bottom: 1px solid #d8dde5;
}
.con1 .ul1 li .lbtm .lmtp span {
  margin-right: 50px;
}
.con1 .ul1 li .lbtm .lmtp span:last-child {
  margin-right: 0;
}
.con1 .ul1 li .lbtm .f_20 {
  margin-bottom: 15px;
  color: #333;
}
.con1 .ul1 li .lbtm .a {
  display: flex;
  margin-top: 40px;
}
.con1 .ul1 li .lbtm .a a {
  display: flex;
  align-items: center;
  align-content: center;
  height: 50px;
  padding: 0 30px;
  background: #287f36;
  border-radius: 30px;
  color: #fff;
  font-family: arial;
}
.con1 .ul1 li .lbtm .a a .ico {
  margin-right: 10px;
}
.con1 .ul1 li .lbtm .a a:hover {
  background: #1a6eb2;
}
.con1 .ul1 li .lbtm .a a:nth-child(1) {
  margin-right: 20px;
}
.con1 .ul1 li.act .ltop {
  background: #287f36;
}
.con1 .ul1 li.act .ltop div {
  color: #fff;
}
.con1 .ul1 li.act .ltop .lrt {
  background: url(../images/co_1_5.png) center no-repeat;
}
.con2 {
  padding: 100px 0;
  text-align: center;
}
.con2 .en {
  color: rgba(153, 153, 153, 0.4);
  margin: 15px 0 60px;
  font-family: Arial;
}
.con2 .img {
  position: relative;
}
.con2 .img .xian {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(0% at 100% 100%);
  clip-path: circle(0% at 100% 100%);
}
.con2 .img .biao {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.con2 .img .xian.wow1 {
  -webkit-clip-path: circle(141.4% at 100% 100%);
  clip-path: circle(141.4% at 100% 100%);
  -webkit-transition: all 3s linear;
  -moz-transition: all 3s linear;
  transition: all 3s linear;
}
.con2 .img .biao.wow1 {
  opacity: 1;
  top: 0px;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
}
.con2 .ul1 {
  margin-top: 50px;
  display: flex;
  background: #fff;
  border-radius: 100px 0 0 0;
  -moz-box-shadow: -10px -3px 80px #ddd;
  -webkit-box-shadow: -10px -3px 80px #ddd;
  box-shadow: -10px -3px 80px #ddd;
}
.con2 .ul1 li {
  width: 25%;
}
.con2 .ul1 li a {
  display: block;
  position: relative;
  padding: 50px 0 0;
  height: 240px;
}
.con2 .ul1 li a .ico {
  margin: 0 auto 20px;
  width: 50px;
}
.con2 .ul1 li a .atc {
  line-height: 26px;
  color: #666;
  margin-top: 20px;
}
.con2 .ul1 li a .xian {
  display: block;
  width: 0%;
  height: 3px;
  background: url(../images/co_3_5.png) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.con2 .ul1 li a .bian {
  display: block;
  width: 1px;
  height: 60px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
}
.con2 .ul1 li a:hover .xian {
  width: 100%;
}
@media (max-width: 1680px) {
  .f_12 {
    font-size: 12px;
  }
  .f_16 {
    font-size: 14px;
  }
  .f_18 {
    font-size: 16px;
  }
  .f_20 {
    font-size: 18px;
  }
  .f_22 {
    font-size: 20px;
  }
  .f_24 {
    font-size: 20px;
  }
  .f_26 {
    font-size: 22px;
  }
  .f_28 {
    font-size: 22px;
  }
  .f_30 {
    font-size: 24px;
  }
  .f_32 {
    font-size: 24px;
  }
  .f_34 {
    font-size: 26px;
  }
  .f_36 {
    font-size: 26px;
  }
  .f_38 {
    font-size: 28px;
  }
  .f_40 {
    font-size: 30px;
  }
  .f_42 {
    font-size: 32px;
  }
  .f_44 {
    font-size: 34px;
  }
  .f_48 {
    font-size: 40px;
  }
  .f_50 {
    font-size: 42px;
  }
  .f_56 {
    font-size: 44px;
  }
  .f_62 {
    font-size: 50px;
  }
}
@media (max-width: 1580px) {
  .ser1 .sbtm {
    padding: 30px 40px;
  }
  .inv1 .iox .ilt .num .gp {
    font-size: 60px;
    top: 5px;
  }
}
@media (max-width: 1440px) {
  .pd50 {
    padding: 50px 0;
  }
}
.mhead,
.mnav2,
.mnav {
  display: none;
}
@media (max-width: 1030px) {
  .w {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  body {
    min-width: 200px;
    padding-top: 50px;
  }
  .box,
  .box2 {
    width: 95%;
    min-width: 100px;
    padding: 0;
  }
  .f_12 {
    font-size: 12px;
  }
  .f_16 {
    font-size: 14px;
  }
  .f_18 {
    font-size: 16px;
  }
  .f_20 {
    font-size: 16px;
  }
  .f_22 {
    font-size: 16px;
  }
  .f_24 {
    font-size: 16px;
  }
  .f_26 {
    font-size: 16px;
  }
  .f_28 {
    font-size: 18px;
  }
  .f_30 {
    font-size: 18px;
  }
  .f_32 {
    font-size: 20px;
  }
  .f_34 {
    font-size: 20px;
  }
  .f_36 {
    font-size: 20px;
  }
  .f_38 {
    font-size: 20px;
  }
  .f_40 {
    font-size: 22px;
  }
  .f_42 {
    font-size: 32px;
  }
  .f_44 {
    font-size: 34px;
  }
  .f_48 {
    font-size: 34px;
  }
  .f_50 {
    font-size: 40px;
  }
  .f_56 {
    font-size: 40px;
  }
  .f_62 {
    font-size: 50px;
  }
  .head {
    display: none;
  }
  .mhead {
    display: block;
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .mhead .menu {
    height: 50px;
    padding-left: 35px;
    background: url(../images/m1.png) center right no-repeat;
    background-size: 30px;
    float: right;
  }
  .mhead .logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .mhead .logo img {
    display: block;
    height: 41px;
    margin-top: 5px;
  }
  .mhead .ss {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    background: url(../images/ss_m.png) center no-repeat;
    background-size: 20px;
  }
  .mhead.act {
    -moz-box-shadow: 0px 1px 5px #ddd;
    -webkit-box-shadow: 0px 1px 5px #ddd;
    box-shadow: 0px 1px 5px #ddd;
  }
  .mnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 15;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mnav .hei {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mnav .mbox {
    width: 80%;
    height: 100%;
    overflow: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    left: -100%;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mnav .mbox .ul1 li .ltop {
    position: relative;
    line-height: 50px;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid #ddd;
  }
  .mnav .mbox .ul1 li .ltop a {
    display: block;
    width: 100%;
  }
  .mnav .mbox .ul1 li .ltop span {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: url(../images/r_hui2.png) center no-repeat;
    background-size: 16px;
  }
  .mnav .mbox .ul1 li .ltop span.act {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .mnav .mbox .ul1 li .lbtm {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .mnav .mbox .ul1 li .lbtm a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
  }
  .mnav.act {
    left: 0;
  }
  .mnav.act .mbox {
    left: 0;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
  }
  .mnav2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 15;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mnav2 .hei {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mnav2 .mbox {
    width: 80%;
    height: 100%;
    overflow: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    left: -100%;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mnav2 .mbox .dl1 dd .dtop {
    position: relative;
    line-height: 50px;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid #ddd;
  }
  .mnav2 .mbox .dl1 dd .dtop a {
    display: block;
    width: 100%;
  }
  .mnav2 .mbox .dl1 dd .dtop span {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: url(../images/r_hui2.png) center no-repeat;
    background-size: 16px;
  }
  .mnav2 .mbox .dl1 dd .dtop span.act {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .mnav2 .mbox .dl1 dd .dbtm {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .mnav2 .mbox .dl1 dd .dbtm a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
  }
  .mnav2.act {
    left: 0;
  }
  .mnav2.act .mbox {
    left: 0;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
  }
  .wow {
    opacity: 1;
  }
  .pd50 {
    padding: 30px 0;
  }
}
@media (max-width: 960px) {
  .h85 {
    height: 0px;
  }
  .swiper1 .swiper-button-next {
    width: 14px;
    height: 38px;
    background-size: 100%;
  }
  .swiper1 .swiper-button-prev {
    width: 14px;
    height: 38px;
    background-size: 100%;
  }
  .foont-contact {
    flex-wrap: wrap;
  }
  .foont-contact dl {
    padding: 0 20px;
    margin-bottom: 20px;
    width: 50%;
    box-sizing: border-box;
  }
  .count {
    flex-wrap: wrap;
  }
  .count dl {
    width: 50%;
    margin-bottom: 20px;
  }
  .about {
    background: #f0f7ff url(../images/about.jpg) center bottom no-repeat;
    padding-bottom: 300px;
  }
  .about .w {
    position: static;
  }
  .about .tit {
    position: static;
    left: 0;
    transform: translateX(0);
  }
  .aboutcon {
    position: static;
    width: 100%;
    background-color: #f0f7ff;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .owl-list1 .owl-buttons {
    display: none;
  }
  .owl-list1 {
    padding: 0px;
  }
  .owl-list1 .owl-pagination {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .owl-list1 .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ded6cd;
    margin-right: 5px;
    *display: inline;
    *zoom: 1;
  }
  .owl-list1 .owl-pagination .active {
    background-color: #287f36;
  }
  .honor {
    display: flex;
    flex-direction: column;
  }
  .honor .h-tx {
    width: 100%;
  }
  .honor .h-company {
    width: 100%;
  }
  .honor .h-tx .tit {
    font-size: 24px;
  }
  .honor .h-tx .con ul li {
    width: 50%;
  }
  .swiper2 .swiper-container {
    padding: 20px 0;
    margin: 0 20px;
  }
  .honor .h-company::before {
    display: none;
  }
  .youshi ul {
    flex-wrap: wrap;
  }
  .youshi ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .culture ul {
    flex-direction: column;
  }
  .culture ul li {
    padding-bottom: 30px;
  }
  .banner .nox {
    height: 300px;
  }
  .banner .nox > .txt .tt {
    margin-bottom: 15px;
  }
  .con2 .en {
    margin: 15px 0 20px;
  }
  .con2 .img .xian {
    -webkit-clip-path: circle(141.4% at 100% 100%);
    clip-path: circle(141.4% at 100% 100%);
    -webkit-transition: all 1.5s linear;
    -moz-transition: all 1.5s linear;
    transition: all 1.5s linear;
  }
  .con2 .img .biao {
    opacity: 1;
    top: 0;
  }
  .con2 .ul1 {
    margin-top: 20px;
    flex-wrap: wrap;
    border-radius: 30px 0;
  }
  .con2 .ul1 li {
    width: 50%;
    padding: 20px 5%;
  }
  .con2 .ul1 li a .bian {
    display: block;
    width: 100%;
    height: 1px;
    right: 0;
    top: auto ;
    bottom: 0;
    margin: 0;
    display: none;
  }
  .con2 .ul1 li a .atc br {
    display: none;
  }
  .con2 .ul1 li a {
    height: auto;
    padding: 0;
  }
  .new1 .ul1 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .ne_nav {
    display: none;
  }
  .photoshop {
    flex-wrap: wrap;
  }
  .photoshop .sbox {
    width: calc(100% - 0px);
    margin: 20px 0;
  }
  .photoshop .sbox .img {
    max-width: 100%;
  }
  .newc1 .tc img {
    max-width: 100%;
  }
  .nwnav {
    margin-top: 0;
  }
  .banner_ab .nox {
    height: auto;
    padding: 30px 0;
  }
  .banner_ab .nox > .txt {
    position: relative;
    top: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    display: block;
  }
  .banner_ab .nox > .txt .blt {
    width: 100%;
    border-radius: 30px 0;
  }
  .banner_ab .nox > .txt .blt img {
    border-radius: 30px 0;
  }
  .banner_ab .nox > .txt .brt {
    width: 100%;
    margin: 20px 0 0;
  }
  .banner_ab .nox > .txt .brt .btx {
    margin: 15px 0 0;
    padding-right: 10px;
  }
  .banner_ab .nox > .txt .brt .ul1 {
    flex-wrap: wrap;
  }
  .banner_ab .nox > .txt .brt .ul1 li {
    width: 50%;
    margin-top: 20px;
  }
  .banner_ab .nox > .txt .brt .ul1 li .num .f_56 {
    bottom: -3px;
  }
}
