@font-face {
  font-family: quan;
  src: url("/template/default/static/font/quan.ttf");
}
.headbg{
  position:relative;
}
.head{
  position:absolute;
  width:100%;
  top:0;
  left:0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.29);
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.logo{
  margin-left:30px;
  display:flex;
  align-items: center;
}
.logo img{
  max-height:76px;
}
.logo>i{
  width: 1px;
  height: 45px;
  background:#fff;
  display:block;
  margin:0 10px;
}
.logo>div h5{
  font-size: 2rem;
  letter-spacing: 1px;
  color: #fff;
}
.logo>div small{
  color: #fff;
  font-size: 1.4rem;
  display:block;
}


.nav-bar{
  display:flex;
  justify-content: center;
  align-items: center;
}
.nav-bar li{
  margin:0 1.5vw;
}
.nav-bar li a {
  font-size: 1.8rem;
  line-height: 105px;
  position: relative;
  display: block;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  overflow: hidden;
}
.nav-bar li a:after{
  content:"";
  width:100%;
  height:4px;
  background:#fff;
  position:absolute;
  left:0;
  bottom:0;
  transform-origin:100%;
  -webkit-transform-origin:100%;
  -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transform:scaleX(0);
  -webkit-transform:scaleX(0);
  visibility:hidden\9;
}


.nav-bar li a:hover:after,.nav-bar li.active a:after{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}

.nav_right{
  display:flex;
  align-items: center;
}
.tel{
  height: 105px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding:0 2vw;
}
.tel div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:50px;
  background:url("/template/default/static/image/tel.png") no-repeat left center;
}
.tel small{
  font-size: 1.4rem;
  color: #fff;
}
.tel h3{
  font-size: 2.3rem;
  color: #fff;
}
.nav_right>a{
  width:105px;
  display:flex;
  align-items: center;
  justify-content: center;
}


.banner{
  width: 100%;
  position:relative;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .swiper-slide a img{
  width: 100%;
}




.scrolldown{
  position: absolute;
  bottom:2vw;
  left:50%;
  cursor:pointer;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.scrolldown span{
  background:url("/template/default/static/image/slidebg.png") no-repeat center;
  width: 24px;
  height: 53px;
  display: block;
  margin: 0 auto 14px;
  border-radius: 16px;
  position: relative;
}
.scrolldown span:after{
  display: block;
  content: '';
  width: 4px;
  height: 10px;
  border-radius: 2px;
  background-color: #88cb64;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 20px;
  -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes mouse-dot {
  from { opacity: 0.2; }
  33% { opacity: 1; }
  to { transform: translateY(5px); -webkit-transform: translateY(5px); opacity: 0; }
}
@-webkit-keyframes mouse-dot {
  from { opacity: 0.2; }
  33% { opacity: 1; }
  to { transform: translateY(5px); -webkit-transform: translateY(5px); opacity: 0; }
}
.scrolldown b{
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}


.title{
  text-align: center;
  position:relative;
  padding-top: 5vw;
  padding-bottom: 3vw;
}
.title p{
  font-family: quan;
  font-size: 66px;
  text-transform: uppercase;
  color: #f3f3f3;
  position:absolute;
  width:100%;
  text-align: center;
  top:2.5vw;
}
.title h3 span{
  color: #88cb64;
}
.title h3{
  position:relative;
  font-size: 3.6rem;
  color: #323232;
}
.title>small{
  position:relative;
  font-size: 14px;
  color: #545454;
  text-transform: uppercase;
}
.white_tit>p{
  color: #fff;
  opacity: 0.2;
}
.white_tit>h3,
.white_tit>small{
  color: #fff;
}





/*hot*/
.hotbg{
  background: #fff;
}
.hot{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
}
.hot_left span{
  float:left;
  font-size: 14px;
  line-height: 68px;
  color: #2056a3;
}
.hot_left a{
  float:left;
  font-size: 14px;
  color: #777777;
  line-height: 68px;
  margin-right:10px;
}
.hot_left a:hover{
  text-decoration: underline;
}
.searchshow{
  position: relative;
  height: 200px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.searchshow form{
  background:#f9f9f9;
}
.searchshow form input[type=text]{
  float:left;
  padding-left:56px;
  line-height: 65px;
  color: #666;
  font-size: 1.6rem;
  width: 258px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:url("/template/default/static/image/zsearch.png") no-repeat 8px center;
  background-size:25px;
}
.searchshow form input[type=text]::placeholder{
  color: #666;
  font-size: 1.6rem;
}
.searchshow form input[type=submit]{
  width: 115px;
  height:65px;
  cursor: pointer;
  float:right;
  text-align: center;
  color: #666666;
  font-size: 1.6rem;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.searchshow form input[type=submit]:hover{
  background: #2056a3;
  color: #fff;
}
.img_jz{
  display:block;
  position:relative;
  overflow:hidden;
}
.img_jz>img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}



/*indexpro*/
.indexproduct .title{
  position:relative;
  width: 100%;
}
.mypro_cont{
  position: relative;
  border-top: 1px solid #e5e5e5;
  overflow:hidden;
}
.swiper-pro .swiper-slide a{
  display:block;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right:1px solid #e5e5e5;
  text-align: center;
  padding-bottom: 4vw;
}
.swiper-pro .swiper-slide a b{
  width: 100%;
  height: 418px;
  margin-bottom: 1vw;
}
.swiper-pro .swiper-slide a>p{
  color: #2e2e2e;
  font-size: 2.6rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.indexproduct .swiper-button-next:after,.indexproduct .swiper-button-prev:after{
  color: #515151;
  font-size: 26px;
  font-weight: bold;
}
.swiper-pro .swiper-slide a small{
  font-size: 1.4rem;
  color: #a2a2a2;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.swiper-pro .swiper-slide a>div{
  margin:0 auto;
  margin-top: 2vw;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  width: 139px;
  height: 40px;
  position:relative;
  overflow:hidden;
}
.swiper-pro .swiper-slide a>div:before{
  display:block;
  content: '';
  position:absolute;
  bottom:0;
  left:50%;
  width: 55px;
  height: 1px;
  background:#88cb64;
  border-radius: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper-pro .swiper-slide a>div>span{
  display:block;
  position:relative;
  font-size: 1.4rem;
  color: #ffff;
  line-height: 40px;
  -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.swiper-pro .swiper-slide a:hover>div:before{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.swiper-pro .swiper-slide a:hover>div>span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*lc*/
.lcbg{
  background:url("/template/default/static/image/lcbg.jpg") no-repeat center;
  background-size:cover;
  padding-bottom: 4vw;
}
.lcbg ul{
  background:#fff;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.lcbg ul li{
  display:flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position:relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right:1px dashed #88cb64;
  width: 25%;
  height: 280px;
}
.lcbg ul li:first-of-type,.lcbg ul li:nth-of-type(2),.lcbg ul li:nth-of-type(3),.lcbg ul li:nth-of-type(4){
  border-bottom:1px dashed #88cb64;
}
.lcbg ul li:nth-of-type(4n){
  border-right: none;
}
.lcbg ul li:nth-of-type(4n):after{
  display:none;
}
.lcbg ul li.mousein{
  background:#88cb64;
}
.lcbg ul li:after{
  display:block;
  content: '';
  position:absolute;
  left:100%;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left:25px solid #88cb64;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 0;
}
.lcbg ul li.mousein:after {
  opacity: 1;
}
.lcbg ul li div{
  text-align: center;
}
.lcbg ul li div b{
  width: 100px;
  height: 100px;
  margin:0 auto;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px dashed #FFF;
  margin-bottom: 1vw;
}
.lcbg ul li div b img{
  max-width: 56px;
  margin:0 auto;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.lcbg ul li.mousein div b img{
  filter:grayscale(100) brightness(100);
}
.lcbg ul li div h5{
  font-size: 2.2rem;
  color: #333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.lcbg ul li div small{
  font-size: 1.6rem;
  color: #696969;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}


.lcbg ul li.mousein div h5,.lcbg ul li.mousein div small{
  color: #fff;
}

/*slovent*/
.slo_topbg{
  background:#f5f6f8;
  width:100%;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:1.5vw;
  padding-bottom: 2vw;
}
.slo_topbg .warpper{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 45px;
  position:relative;
}
.slo_topbg .warpper .swiper-button-next:after,.slo_topbg .warpper .swiper-button-prev:after{
  font-size: 23px;
  color: #515151;
  font-weight: bold;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.swiper-button-next:hover:after,.swiper-button-prev:hover:after{
  color: #88cb64!important;
}
.swiper-slotop{
  width: 100%;
  overflow:hidden;
}
.swiper-slotop .swiper-slide{
  text-align: center;
  cursor: pointer;
}
.swiper-slotop .swiper-slide>b{
  width:100%;
  height: 65px;
}
.swiper-slotop .swiper-slide>b img{
  filter:grayscale(1) brightness(.3);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.swiper-slotop .swiper-slide p{
  font-size: 2rem;
  color: #343434;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.swiper-slotop .swiper-slide small{
  font-size: 1.4rem;
  color: #848484;
  text-transform: uppercase;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.swiper-slotop .swiper-slide-thumb-active>b img{
  filter:grayscale(0) brightness(1);
}
.swiper-slotop .swiper-slide-thumb-active p,.swiper-slotop .swiper-slide-thumb-active small{
  color: #88cb64;
}

.slo_bom{
  width:100%;
  overflow:hidden;
}
.slo_bom .swiper-slide img{
  width:100%;
}

/*company*/
.company{
  position: relative;
  padding: 4vw 0;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.com_left>p{
  font-size: 2.2rem;
  color: #4e4e4e;
}
.com_left>p span{
  text-transform: uppercase;
  opacity: 0.6;
}
.company>.warpper{
  position: relative;
}
.com_left{
  width:49%;
}
.com_left>h3{
  font-size: 3.4rem;
  color: #2e2e2e;
  margin-top: 1vw;
  margin-bottom: 2vw;
  width:75%;
  padding-bottom: 20px;
  position:relative;
}
.com_left>h3:after{
  display:block;
  content: '';
  width:50px;
  height: 4px;
  background:#88cb64;
  position:absolute;
  left:0;
  bottom:0;
}
.com_left>small{
  font-size: 1.6rem;
  color: #7c7c7c;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.com_left>a{
  font-size: 1.4rem;
  color: #fff;
  background:#88cb64;
  border:1px solid #88cb64;
  width: 138px;
  line-height: 38px;
  border-radius: 20px;
  text-align: center;
  display: block;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin-top: 1.5vw;
  margin-bottom:4vw;
}
.com_left>a:hover{
  color: #88cb64;
  background:none;
}
.comullist{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.comullist i{
  display:block;
  width:1px;
  height: 42px;
  background:#dedede;
}
.comullist i:last-of-type{
  display:none;
}

.comullist li p{
  font-size: 3.4rem;
  color: #2e2e2e;
  font-weight: bold;
  display:flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.comullist li p span{
  line-height: 35px;
}
.comullist li p sub{
  display:block;
  font-size: 1.4rem;
  color: #2e2e2e;
  font-weight: lighter;
  border-radius: 50%;
  text-align: center;
  background:#88cb64;
  width: 23px;
  height: 23px;
  margin-left: 5px;
}
.comullist li small{
  color: #2e2e2e;
  font-weight:lighter;
  font-size: 1.5rem;
}
.com_right{
  width: 50%;
}
.com_right img{
  max-width: 100%;
  margin-right:-35px;
}


/*product*/
.product{
  border-top:12px solid #1a58a5;
  padding-bottom:57px;
  background: #eeeeee;
}
.pro_left{
  float:left;
  width: 255px;
}
.pro_left_top{
  position: relative;
}
.pro_left_top:before{
  position: absolute;
  right:0;
  top:0;
  display: block;
  content: '';
  width:700px;
  height: 92px;
  background: #1a58a5;
}
.pro_left_top>div{
  position: relative;
  height: 92px;
  background: url("/template/default/static/image/proicon.png") no-repeat 200px center;
}
.pro_left_top h3{
  padding-top:15px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.pro_left_top small{
  color: #83acdf;
  text-transform: uppercase;
  font-size: 12px;
}
.pro_left_mid{
  background: #fff;
  padding:10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height:450px;
}
.pro_left_mid a{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:28px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 38px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_left_mid a:hover,.pro_left_mid a.hight_linght{
  color: #fff;
  background: #1a58a5;
}
.pro_left_bottom{
  background: #1a58a5;
  text-align: center;
  height: 89px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:20px;
}
.pro_left_bottom>small{
  font-size: 14px;
  color: #fff;
}
.pro_left_bottom>h4{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.pro_right{
  width: 100%;
}
.pro_rig_bot>div{
  float:left;
  display: block;
  margin-right:1.25%;
  margin-bottom:1.3vw;
  width: 23%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #ddd;
  background:#fafcf7;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_rig_bot>div:nth-of-type(4n){
  margin-right: 0;
}
.pro_rig_bot>div b{
  width:100%;
  height: 17vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pro_rig_bot>div b img{width:100%;height: 100%;    object-fit: cover;}
.zprostyle{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:25px;
  padding-top: 0;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.pro_rig_bot>div p{
  font-size: 1.8rem;
  color: #666;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zprostyle a{
  font-size: 1.6rem;
  color: #979797;
  text-align: center;
  width:47%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #979797;
  line-height: 35px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_rig_bot>div:hover{
  background: #88cb64;
  color: #fff;
}
.pro_rig_bot>div:hover p{
  color: #fff;
}

.pro_rig_bot>div:hover div a{
  border:1px solid #fff;
  color: #fff;
}

/*news*/
.newsbg{
  padding-bottom: 60px;
}
.news_top{
  float:left;
  width:593px;
  height: 348px;
  position: relative;
}
.news_top>img{
  object-fit: cover;
}
.news a{
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_top .news_list{
  position: absolute;
  left:50%;
  bottom:16px;
  width: 560px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}
.news_list{
  padding:15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.date{
  float:left;
  width: 96px;
  text-align: center;
}
.date>h5{
  font-size: 33px;
  color: #606162;
  font-weight: bold;
  line-height: 33px;
  padding-top: 12px;
   -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.date>small{
  font-size: 12px;
  color: #606162;
   -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news a:hover .news_list .date h5,.news a:hover .news_list .date small{
  color: #2056a3;
}
.news_text{
  float:right;
  padding-left:10px;
  width: 420px;
  border-left:1px solid #d6d6d7;
}
.news_text h4{
  font-size: 20px;
  color: #4e4f50;
  font-weight: bold;
}
.news_text small{
  display:block;
  margin-top: 3px;
  font-size: 14px;
  color: #afafb0;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsul{
  float:right;
  width: 567px;
}
.news_list:after{
  display:block;
  content: '';
  clear: both;
}
.newsul a:hover{
  background: #fff;
  box-shadow: 0 0 10px #ddd;
}
.newsul a{
  display:block;
  margin-bottom: 17px;
}



/*footer*/
.footer{
  background:url("/template/default/static/image/fotbg.jpg") no-repeat center;
  background-size:cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fot_top{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2vw;
  padding-bottom: 1vw;
}
.fot_top>img{
  width: 211px;
}
.fot_top>div{
  display:flex;
  justify-content: flex-end;
  margin-right: 48px;
}
.fot_top>div>a{
  display:block;
  margin-right: 20px;
}
.fot_mid{
  border-top:1px solid rgba(255, 255, 255, 0.1);
  border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.fot_mid .warpper{
  display:flex;
  justify-content: space-between;
}
.fot_m01>a,.fot_m01 p{
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
  line-height: 40px;
  display:block;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_m01>a:hover{
  color: #fff;
}
.fot_m01{
  padding-top: 35px;
  width: 330px;
  border-right:1px solid rgba(255, 255, 255, 0.1);
  position:relative;
}
.dycont{
  position:relative;
  cursor: pointer;
}
.dycont>div{
  background:#fff;
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  display:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px;
  border-radius: 5px;
}
.dycont>div:after{
  display:block;
  content: '';
  position:absolute;
  bottom:100%;
  right:13px;
  border-bottom:10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dycont>div>img{
  width: 150px;
}
.fot_m01:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:-1.5px;
  background:#75c163;
  width:28px;
  height: 3px;
}
.fot_m02{
  padding-bottom: 4vw;
  display:flex;
  justify-content: center;
}
.fot_m02 li{
  width: 220px;
  position:relative;
  padding-top: 35px;
}
.fot_m02 li:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:-1.5px;
  background:#75c163;
  width:28px;
  height: 3px;
}
.fot_m02 li h3{
  position:absolute;
  top:-60px;
  color: #fff;
  font-size: 2rem;
}
.fot_m02 li a{
  display:block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
  line-height: 40px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_m02 li a:hover{
  color: #fff;
  text-decoration: underline;
}
.fot_m03{
  padding-left: 2vw;
  text-align: right;
  border-left:1px solid rgba(255, 255, 255, 0.1);
}
.fot_m03 img{
  max-width: 150px;
  margin:2vw auto;
  
}
.fot_m03 p{
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
}
.fot_m03 p span{
  font-size: 2.2rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
}

.fot_bot{
  height: 82px;
  overflow: hidden;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.fot_bot>p{
  float:left;
  font-size: 1.4rem;
  color: #fff;
}
.fot_bot>a{
  float:right;
  font-size: 1.4rem;
  color: #fff;
}
.fot_bot a:hover{
  text-decoration: underline;
}



/*float window*/
.float_box{
  position: fixed;
  top:60%;
  right:0;
  z-index: 100;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div.float06{
  position: absolute;
  top:0;
  right:0px;
  z-index: 8;
  -webkit-transition: 350ms 300ms all ease;
  -moz-transition: 350ms 300ms all ease;
  -ms-transition: 350ms 300ms all ease;
  -o-transition: 350ms 300ms all ease;
  transition: 350ms 300ms all ease;
}
.float_boxfix>div.float06{
  right:80px;
}
.float_box>div{
  cursor: pointer;
  margin-bottom:1px;
  position: relative;
  width:50px;
  height: 50px;
}
.float_box>div>b{
  display:block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: #88cb64;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div>div{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float01 b{  background:#fff url("../images/float01.png") no-repeat center;}
.float02 b{  background:#fff url("../image/float06.png") no-repeat center;}
.float03 b{  background:#fff url("../image/float03.png") no-repeat center;}
.float04 b{  background:#fff url("../image/float04.png") no-repeat center;}
.float05 b{  background:#fff url("../image/float05.png") no-repeat center;}

.float_box>div:hover b{
  background-color:#6baa49;
}

.float03>div{
  border-radius: 5px;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  background: #6baa49;
  right:calc(100% + 20px);
  opacity: 0;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
  visibility: hidden;
}
.float03:hover>div{
  right:calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.float03>div>img{
  width:100%;
  height: 100%;
}

.float02>div,.float04>div{
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #6baa49;
  right:1px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  z-index: 8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.float02>div a{
  color: #fff;
  font-size: 18px;
}
.float02:hover>div{
  width: 385px;
  height: 50px;
}
.float04:hover>div{
  width: 233px;
  height: 50px;
}
.float_box>div.float05{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div.float05show{
  opacity: 1;
  visibility: visible;
}


.qqkf a{
  background:url("/template/default/static/image/qqkf.png") no-repeat left center;
  float:left;
  display:block;
  width: 45px;
  height: 45px;
  color: #fff;
  padding-left:30px;
}



.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}


.downlist{
  background:url("/template/default/static/image/prodown.jpg") no-repeat center;
  background-size:cover;
  position: fixed;
  top: 105px;
  z-index: 100;
  width: 100%;
  display:none;
}
.downlist>div>div{
  display:flex;
  align-items: center;
  justify-content: center;
}
.prod_left{
  margin-right: 5%;
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 3px solid #88cb64;
  padding-left:2%;
}
.prod_left>h3{
  font-weight: lighter;
  font-size: 1.6rem;
  color: #333;
}
.prod_left>h5{
  font-size: 1.8rem;
  color: #666;
}
.prod_right{
  width: 55%;
  display:flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left:1px solid #ddd;
  height: 100%;
  padding:5vw 2vw;
}
.prod_right a{
  width:23%;
  font-size: 1.6rem;
  color: #666;
  line-height: 45px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background:url("/template/default/static/image/jt.png") no-repeat right center;
  margin-bottom: 20px;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2%;
}
.prod_right a:hover{
  color: #6baa49;
  font-weight: bold;
  background:url("/template/default/static/image/jts.png") no-repeat right center;
}
<!--ºÄÊ±1784897288.6593Ãë-->