@charset "utf-8";

body{
    font-family: "微软雅黑";

}
img {
    display: table;
    margin: 0 auto;
    border: 0px;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    outline: none;
    color: #333333;
}

.bar {
    height: 20px;
}

.f {
    float: left;
}

.r {
    float: right;
}
.dfl{
    display: flex;
    flex-direction: row;
}

.mn {
    width: 75% !important;
    margin: 0 auto;
}

.c {
    clear: both;
}

a {

    text-decoration: none;
}

li {
    list-style: none;
    float: left;
}

* {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    margin: 0px 0px;
    padding: 0px;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}


/*分页*/

 #pages {

 	 padding:14px 0;

 	  text-align: right;

 	  font-family:宋体 ;

 	  margin-right: 20px;

 	}

#pages a {

   display:inline-block;

    /* width:26px; */

    text-decoration: none;

    /* height:26px; */

    border-radius: 50%;

    /* line-height:22px; */

    /* background:#fff; */

    /* border:1px solid #ccc; */

    text-align:center;

    vertical-align: top;

    font-size: 14px;

    color:#999999;}

#pages a.a1 {

	padding-top: 5px;

	border: none;

    width:56px;

    text-decoration: none;

    color: #fff;

   height: 24px;

   vertical-align: middle;

font-size: 12px;

}

#pages a:hover {

    text-decoration:none;

    }

#pages span {

   display:inline-block;

    /* width:26px; */

    border-radius: 50%;

    /* height:26px; */

    /* line-height:24px; */

    /* background:#ff6600; */

    color:#333;

    text-align:center;

    vertical-align: top;

    }

  .page .noPage {

   display:inline-block;

   vertical-align: middle;

    width:56px;

    height:24px;

    line-height:22px;

    border:3px solid #DB3E3E;

    text-align:center;

    color:#a4a4a4}


 .m15{
 	margin: 15px auto;
 }
 

 .banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
.mySwiper1{
	position: relative;
}
@font-face {
	font-family: 'iconfont';
	src: url('./iconfont.woff2?t=1753932636063') format('woff2'),
		 url('./iconfont.woff?t=1753932636063') format('woff'),
		 url('./iconfont.ttf?t=1753932636063') format('truetype');
  }
  .iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  img{
    width: 100%;
  }
  .banner .swiper-button-next {
    left: 88%;
    top: 92%;

  }
  .banner .swiper-button-prev {
    left: 84%;
    top: 92%;
  }
  .banner .swiper-button-next .iconfont{
    color: #fff;
    font-size: 2.8rem;
  }
  
 
  .banner .swiper-button-prev .iconfont{
    color: #fff;
    font-size: 3.125rem;
  }


  .swiper-button-next:after, .swiper-button-prev:after{
    display: none;
  }
  .banner .swiper-pagination{
    left: -43%;
  }
  .banner .swiper-pagination-bullet{
    background: rgba(255,255,255,0.5);
  }
  
  .banner .swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
    width: 20px !important;
    border-radius: 10px;
  }

  .sbhdg {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    left: 43%;
    bottom: 20px;
    z-index: 999;
    bottom: 53px;
    line-height: 25px;
    animation: zoomInOut 1s ease-in-out infinite;
    text-align: center;
}
.bighide{
    display: none;
}
.top{
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 9;
}
.logo{
    height: 88px;
    margin: 0px 25px 0px 0;
}
.blwlmd{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 24px 0;
}
p{
    margin-bottom: 0;
}
.loa{
    display: inline-block;
    width: 135px;
    height: 88px;
    margin-right: 25px;
}
.blwlmd::before{
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    border-left: 1px solid #FFFFFF;
    position: absolute;
    left: 0;
    top: 10px;
}
.blwlmd{
    padding-left: 25px;
    position: relative;
}
.loalt{

}
.nav{
    padding:0 20px;
    width: 65%;
    position:relative;
    z-index:1;
}
.nav1{
    width: 100%;
}
.nav a{ color:#fff;  }
.nav .nLi{ float:left;  position:relative;width: 15%; display:inline;  }
.topnav-active .nav .nLi.on::after{
    background: #009A44;
}
.nav .nLi.on::after{
    content: "";
    display: block;
    width: 30%;
    height: 4px;
    background: #FFFFFF;
    position: absolute;
    left: 36%;
    bottom: 10px;
 }
.nav .nLi h3{ float:left; width: 100%; }
.nav .nLi h3 a{ display:block;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
  }
.nav .sub{ display:none; width:100%; left:0; top:100px;  position:fixed;
    width: 100%;
    background: #F6F7FB;
    min-height: 280px;
     line-height:26px; padding:5px 0;  }
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; padding:0 10px; }
.nav .sub a:hover{  color:#fff;  }
.nav .on h3 a{  color:#fff;   }
@keyframes zoomInOut {
    0% {
      bottom: 53px;
      opacity: 1;
        /* transform: scale(0.2); 开始和结束时图片大小不变 */
    }

    100% {
      bottom: 0;
      opacity: 0;

      /* transform: scale(1.0); 开始和结束时图片大小不变 */
  }
}
.homecp::after{
  content: "";
  display: block;
  width: 66.67%;
  background: #FFFFFF;
  box-shadow: 8px 0px 20px 0px rgba(4,90,42,0.1);
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
}
.homecp .mn{
  position: relative;
  z-index: 2;
}
.homecp{
  background: #F4F4F4;
  overflow: hidden;
  padding: 80px 0 140px;

  position: relative;
}
.cpysbt{
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 40px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
.dyjiao{
  position: absolute;
  left: 66%;
  width: 87px;
  height: 265px;
  top: 50%;
  margin-top: -29.5px;
  z-index: 1;
}
.cpflsw1{
  width: 1050px;
  display: table;
  margin: 0 auto 100px;
  overflow: hidden;
}
.cpflsw .swiper-slide.swiper-slide-thumb-active{
  background: #009A44;
  color: #fff;
}
.cpflsw .swiper-slide{
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  width: 130px !important;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(23,118,65,0.15);
  border-radius: 24px 24px 24px 24px;
}
.ckxqh{
  font-weight: 400;
  font-size: 16px;
  color: #009A44;
  line-height: 46px;
  width: 134px;
  height: 46px;
  border-radius: 23px 23px 23px 23px;
  border: 1px solid #009A44;
  text-align: center;
  display: inline-block;
}
.swiper-slide-active img{
  transform: scale(1.1);
  opacity: 1;
}
.w440{
  transform: scale(0.6);
  opacity: 0.6;

}
.swiper-slide-active .cpxinf{
  opacity: 1;
}
.mySwiper2 .dfl{
  width: 57%;
}
.cpxinf{
  width: 100%;
  margin-right: 6%;
  opacity: 0;
}
.mySwiper2 .swiper-slide img{
  margin-left: 69px;
}
.mySwiper2 .swiper-slide.swiper-slide-active .dfl{
  display: block;
}
.mySwiper2 .dfl{
  display: none;
}
.w440{
  /* width: 54% !important; */
  /* height: 440px; */
}
.mySwiper2 .swiper-slide{
  text-align: left;
        height: 327px;
}
.banner .swiper-slide img.w440{
  /*width: 310px;*/
    width: 34%;
    height: auto;
    aspect-ratio: 1 / 1;
}
.hcpbt a::after{
  content: "";
  display: block;
  width: 110px;
  height: 5px;
  background: #009A44;
}
.hcpbt a{
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  padding-bottom: 30px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.hcpdesc{
  font-weight: 400;
  font-size: 14px;
  color: #808597;
  line-height: 24px;
  margin-bottom: 30px;
}
.banner .swiper-button-next.congsd{
    top: 51%;
    left: 73%;

}
.banner .swiper-button-next.congsd .iconfont{
  
  color: #009A44;
}
.blwjj{
  padding: 100px 0;
  overflow: hidden;
  background: url(../images/image10.png) no-repeat center;
  background-size: 100% 100%;
    position: relative;

}
.w3969p{
  width: 53.69%;
  display: flex;
    justify-content: center;
    align-items: center;
    height: 617px;
}
.w4281p{
  /*width: 55.81%;*/
}
.w4281p img{
  width: 43%;
  height: 617px;
    position: absolute;
    right: 0;
}
.blwbt{
  margin-bottom: 36px;
  font-weight: 600;
  font-size: 40px;
  color: #333333;
  line-height: 40px;
}
.jjdesc{
  font-weight: 400;
  font-size: 24px;
  color: #009A44;
  line-height: 24px;
  margin-bottom: 50px;
}
.jjcondf{
  font-weight: 400;
  font-size: 14px;
  color: #808597;
  line-height: 34px;
  text-align: left;
  margin-bottom: 50px;
}
.lmabout{
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  width: 134px;
  height: 42px;
  background: #009A44;
  border-radius: 4px ;
  margin-bottom: 50px;
}
.lyiotenr .num{
  font-weight: 600;
  font-size: 50px;
  color: #333333;
  line-height: 50px;
  margin-bottom: 10px;
}
.bunname{
  font-weight: 400;
  font-size: 14px;
  color: #808597;
  line-height: 14px;
}
.lyiotenr{
  width: 100px;
  text-align: center;
  margin-right: 117px;
}
.newxh{
  padding: 80px 0 187px;
  overflow: hidden;
}
.newbt{
  font-weight: 600;
  font-size: 40px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
.h{
  display: none;
}
#ul {
  display: table;
  margin: 50px auto;
}
#ul li:nth-child(1){
  margin-right: 50px;
}
#ul li.chover{
  background: #009A44;
  color: #FFFFFF;
}
#ul li{
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height:46px;
  width: 134px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  border: 1px solid #DDDDDD;
  text-align: center;

}
.newitem:nth-child(4){

  margin-right: 0;
  float: right;
}
.newitem{
  width: 23.5%;
  margin-right: 2%;
}
.xwingf{
  aspect-ratio: 337/211;
  width: 100%;
  overflow: hidden;
}
.xwimg{
  aspect-ratio: 337/211;
  vertical-align: bottom;

}
.fbsjh{
  font-weight: 400;
  font-size: 14px;
  color: #009A44;
  line-height: 44px;
}
.hxwebr a{
  display: inline-block;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  height: 18px;
  margin-bottom: 15px;
}
.xwmsg{
  font-weight: 400;
  font-size: 14px;
  color: #808597;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;

}
.xwckxq{
  display: block;

  font-weight: 400;
  font-size: 16px;
  color: #808597;
  line-height: 46px;
  transition: all 0.3s;
}
.newitem:hover .xwckxq{
  color: #009A44;
}
.newitem:hover .xwmsg{
  border-bottom: 1px solid #009A44;
}
.allxeq{
  display: table;
  margin: 35px auto;
  width: 134px;
  height: 46px;
  line-height: 46px;
  background: #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  border: 1px solid #DDDDDD;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.footer{
  background: #1D2437;
  position: relative;
  /*height: 579px;*/
}
.cpysbt {
    margin-bottom: 28px;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    line-height: 8px;
    text-align: center;
}
.form{
  width: 75% ;
  /* height: 214px; */
  background: #009A44;
  position: absolute;
  z-index: 1  ;
  top: -107px;
  left: 12.5%;
  padding: 40px;
}
.zxlybt{
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px;
  margin-bottom: 20px;
}
.cpflsw .swiper-slide {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    width: 87px !important;
    height: 27px;
    margin-right: 8px important;
}
.cpflsw1 {
    width: 1050px;
    display: table;
    margin: 0 auto -17px;
}
.hcpbt a {
    font-weight: 600;
    font-size: 20px;
}
.ckxqh {
    font-weight: 400;
    font-size: 11px;
    color: #009A44;
    line-height: 26px;
    width: 105px;
    height: 26px;
}
.blwbt {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
}
.jjdesc {
    font-weight: 400;
    font-size: 14px;
    color: #009A44;
    line-height: 24px;
    margin-bottom: 20px;
}

.zxlybtmsg{
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 30px;
}
input.f1input{
  padding-left: 15px;
}
.f1input{
  width: 24%;
  height: 42px;
  margin-right: 1.5%;
}
.f1btn{
  border: none;
  background: #E89135;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.dblogo{
  width: 162px;
}
.h214{
  height: 132px;
}
.dbtel .iconfont{
  font-size: 28px;
}
.dbtel{
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 15px;
}
.dbxian{
  margin-top: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.dbnavitem ui{
  width: 100%;
}
.dbnavitem a{
  color: #fff;
}
.dbnavitem li{
  float: none;
}
.dbnavitem.w371{
  width: 388px;
}
.dbnavitem{
  width: 268px;
  text-align: left;
}
.derfl{
  padding-left: 0;
}
.dbnavitem li a{
  font-weight: 400;
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  line-height: 16px;
  margin-bottom: 20px;
  display: inline-block;
}
.dbnavitem p a{
  font-weight: 400;
  display: inline-block;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  margin: 40px 0 30px;
}
.dzc{
  width: 330px;
  line-height: 26px;
  display: inline-block;
}
.addres{
  display: inline-block;
  width: 48px;
  line-height: 26px;

}
.bahh a{
  color: #fff;
}
.bahh{
  height: 56px;
  line-height: 56px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  width: 100%;
  background: #343A4C;
}
.bqsy{
  width: 606px;
}
.bajj{
  width: 614px;
}
.nybanner{
  background: url(../images/image.png) no-repeat center;
  width: 100%;
  height: 500px;
  background-size: cover;
  overflow: hidden;
}
.sqf{
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 40px;
  margin: 210px 0 25px;
}
.zyhxc{
  font-weight: 400;
font-size: 16px;
color: #FFFFFF;
}
.bghdf{
  background: #F6F7FB;
  padding-top: 38px;
  overflow: hidden;
}
.cpxateld{
  background: #fff;
  margin-bottom: 40px;
}
.cpxateld li a{
  color: #333333;
}

.cpxateld li:after{
    width: 1px;
    height: 18px;
    background: #EEEEEE;
    content: "";
    position: absolute;
    right: 0;
    top: 43%;
    display: block;
}
.cpxateld li:last-child:after{
    display: none;
}
.cpxateld li{
  width: 16.66%;
  line-height: 104px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-align: center;
    position: relative;
}
.cpul{
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.cpul li:nth-child(2n){
  float: right;
}
.cpul li{
  width: 48.7%;
  background: #fff;
  padding: 30px;
  margin-bottom: 40px;

}
.cptup{
  width: 290px;
  height: 290px;
  overflow: hidden;
}
.cpcon{
  width: 330px;
}
.cpbt{
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  margin: 30px 0 15px;
}
.cpdesc{
  height: 40px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #808597;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.sbxxd p::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #009A44;
  position: absolute;
  left: 0;
  top: 2px;
}
.sbxxd p{
  font-weight: 400;
  font-size: 18px;
  color: #808597;
  line-height: 14px;
  margin-bottom: 20px;
  position: relative;
  text-indent: 13px;
}
.cjgdd span{
  font-size: 19px;
  color: #009A44;
}
.cjgdd{
  font-weight: 400;
  font-size: 14px;
  color: #009A44;
  line-height: 19px;
  padding: 0;
}
#pages {
  height: 50px;
  margin: 0px 0 30px;
}
.pages li {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  margin-right: 35px;
  border: 1px solid #DDDDDD;
}
.pages li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pages li.active span{
  color: #fff !important;
}
.pages li.active{
  background: #009A44;
   color: #fff;
   border: none;
}
.page4 {
  display: table;
  margin: -20px auto 30px;
}
.toposre .blwlmd,
.toposre li.nLi a
{
  color: #333;
}
.toposre{
  position: relative;
}
.toposre .nav .nLi.on a{
  color: #009A44 ;
}
.toposre .nav .nLi.on::after{
  bottom: 9px;
  background: #009A44 ;

}
.cpbann{
  overflow: hidden;
  background: url(../images/cpbann.png) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 670px ;
  /*padding-top: 60px;*/
}
.wmqzz{
  height: 44px;
  line-height: 44px;
  background: #009A44;
  border-radius: 4px 4px 4px 4px;
  padding: 0 15px;
  margin-bottom: 30px;
  display: table;
  color: #FFFFFF;
  margin-top: 36px;
}
.wcpz{
  width: 700px;
    overflow: hidden;
    /*margin-top: 44px;*/
}
.w550{
  width: 550px;
}
.cptitl::after{
  width: 85px;
  height: 5px;
  background: #009A44;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 40px;
}
.cptitl{
  font-weight: 600;
  font-size: 46px;
  color: #333333;
  line-height: 46px;
  padding-bottom: 80px;
  position: relative;
}
.prodesc{
  height: 130px;
  font-weight: 400;
  font-size: 20px;
  color: #808597;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 40px;
}
.mySwiperzpn{
    padding-bottom: 50px;
    margin-top: 43px;
}
.h60{
  height: 60px;
}
.mySwiperzpn .swiper-slide-active img{
  transform: scale(1);
}
.w550 .mySwiperzpn .swiper-pagination .swiper-pagination-bullet{
   background: #ffffff;
    width: 10px;
    height: 10px;
}
.mySwiperzpn .swiper-pagination .swiper-pagination-bullet-active{
  background: #009A44 !important;
}
.mySwiperzpn .swiper-pagination{
  top: auto;
  bottom: 0%;
}
.swiper-pagination-bullet{

    /*background: #ffffff;*/
}
.cpggxc{
  height: 66px;
  line-height: 66px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #EEEEEE;
}
.cptitl14{
  display: inline-block;
  margin-right: 40px;
}
.mySwiperzpn img{
    aspect-ratio: 1/1;
}
.ggbt{
  margin: 50px 0 30px;
  text-align: center;
  font-weight: 600;
  font-size: 46px;
  color: #333333;
  line-height: 46px;
}
.ggsdes{
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 14px;
  color: #808597;
  line-height: 14px;
  text-align: center;
}
.ggitem:nth-child(2n){
  float: right;
}
.ggitem{
  width: 48%;
  line-height: 76px;
  border-bottom: 1px solid #EEEEEE;
}
.ggname{
  margin-right: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
    width: 120px;
}
.ggtitle{
  font-weight: 400;
  font-size: 16px;
  color: #808597;
}
.lmcon img{
  width: 77%;

}
.lmcon{
  font-weight: 400;
  font-size: 16px;
  color: #808597;
  line-height: 26px;
}
.kxcon{
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(22,55,117,0.15);
  padding: 40px;
  overflow: hidden;
  position: relative;
  top: -10px;
  z-index: 2;
}
.lxigm{
  width: 60px;
  height: 60px;
  margin: 0;
  margin-bottom: 20px;
  vertical-align: bottom;
}
.lxitem::after{
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 0px;
  width: 1px;
  height: 138px;
  background: #EEEEEE;
}
.lxitem:last-child::after{
  display: none;
}
.lxitem{
  width: 480px;
  position: relative;

}
.lxddh{
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.dhnum{
  font-weight: 400;
  font-size: 16px;
  color: #808597;
}
.kxxian{
  border-bottom: 1px solid #EEEEEE;
  margin: 40px 0;
}
.hyly{
  font-weight: 600;
  font-size: 24px;
  color: #009A44;
  margin-bottom: 30px;
}
.w48p{
  width: 49%;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #EEEEEE;
  padding-left: 20px;
}
.w100pi{
  width: 100%;
  height: 109px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #EEEEEE;
  margin-top: 30px;
  display: inline-block;
  padding: 20px;
  margin-bottom: 30px;
}
.thxx{
  display: table;
  margin: 0 auto;
    width: 325px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #F19737;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
#allmap {
  width: 100%;
  height: 690px;
  position: relative;
  z-index: 1;
  top: -85px;
}
.gshhde{
    color: #009A44 !important;
}
.gshhd{
  display: inline-block;
  width: 33.3%;
  text-align: center;
  float: left;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
}
.w810{
  width: 60%;
}
.gsjjjs{
  margin: 40px auto;
}
.jjtitle{
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  line-height: 48px
}
.jjconggd{
  font-weight: 400;
  font-size: 16px;
  color: #808597;
  line-height: 26px;
  height: 286px;
  /* overflow-y: scroll; */
}
.ryzzbg{
  background: #F6F7FB;
  overflow: hidden;
  position: relative;
}
.rzyyti::after{
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #009A44;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
.rzyyti{
  padding-bottom: 34px;
  position: relative;
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.mySwiperryzz .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}
.mySwiperryzz .swiper-pagination-bullet-active{
  width: 20px;
  height: 10px;
  background: #009A44;
  border-radius: 5px 5px 5px 5px;
}
.mySwiperryzz{
  position: relative;
  padding: 0 0 80px;
  overflow: hidden;
}
.mySwiperryzz .swiper-slide-active img{
  transform: scale(1);
}
.mySwiperryzz img{
  aspect-ratio: 310/220;
}
.bgfffd{
  background: #fff;
  text-align: center;
  line-height: 56px;
    padding-top: 10px;
    overflow: hidden;
}
.cfff{
  color: #333333;
  font-size: 19px;
}
.xz180{
  transform: rotateZ(180deg);
}
.ryzzyt{
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #FFFFFF;
  border-radius:50%; 
  top: 55%;
}
.swiper-button-next.ryzzyt{
  right: 9%;
}
.swiper-button-prev.ryzzyt{
  left: 9%;
}
.aywh{
  background: #FfFfFf;
}
.whitem{
  width: 31.4583%;
  padding: 40px 30px;
  background: url("../images/wh1.png") no-repeat center;
  background-size:100% 100% !important;
  float: left;
  margin-right: 2.7%;
  margin-bottom: 50px;
    aspect-ratio: 453/200   ;
    overflow: hidden;
}
.whitem:nth-child(3){
  float: right;
  margin-right: 0;
  
}
.whitem:nth-child(2){
  background: url("../images/wh2.png") no-repeat center;
}

.whitem:nth-child(3){
  background: url("../images/wh2.png") no-repeat center;
}
.whbt{
  font-weight: 600;
  font-size: 24px;
  color: #009A44;
  line-height: 24px;
  margin-bottom: 40px;
}
.whdesc{
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
.qygslis{
  background: #F6F7FB;
  overflow: hidden;
}
.qxitem{
  width: 31.4583%;
  margin-right: 2.7%;
  background: #FFFFFF;
  margin-bottom: 50px;
}
.qxgsmc{
  line-height: 64px;
  height: 64px;
  overflow: hidden;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  padding: 0 20px;
}
.qxgsdz{
  font-weight: 400;
  font-size: 14px;
  color: #808597;
  margin: 0 20px 20px;
  padding-left: 19px;
  background: url(../images/dz.png) no-repeat left 5px;
}
.gshhd2{
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  width: 50%;
  text-align: center;
  display: inline-block;
  float: left;
    position: relative;
}
.gshhd2::after{
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #eeeeee;
    position: absolute;
    right: 0;
    top: 3%;
}
.kxcon  a:nth-child(2).gshhd2:after{
    display: none;
}
.w320{
  width: 320px;
  aspect-ratio: 320/200;
  overflow: hidden;
  margin-right: 30px;
}
.xwxopnf{
  width: 75%;
}
.xwoyem{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
}
.xwbut{
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height:84px;
  height:84px;
  display: inline-block;

}
.xwcat{
  font-weight: 400;
  font-size: 16px;
  color: #009A44;
  line-height: 16px;
  margin-right: 20px;
}
.swfbsh{
  font-weight: 400;
  font-size: 16px;
  color: #808597;
  line-height: 16px;
}
.xwdesc{
  font-weight: 400;
  font-size: 16px;
  color: #808597;
  line-height: 26px;
  height: 50px;
  overflow: hidden;
  margin-top: 30px;
}
.xwlost{
  margin-top: 30px;
}
.xwoyem:hover .xwbut{
  color: #009A44;

}
.xwoyem:hover{
  border-bottom: 1px dashed #009A44;
}
.zpbtx{
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  margin: 40px 0 30px;
}
.zpitem-active .zpconfs{
  display: block;
}
.zpitem.zpitem-active .zpdescdf{
  display: none;
}
.zpitem.zpitem-active .iconfont{
  transform: rotateZ(90deg);
}
.zpitem.zpitem-active .zptitle{
  color: #fff;
}
.zpitem.zpitem-active{
  background: #009A44;
  height: auto;
  color: #fff;
}
.zpconfs{
  display: none;

  transition: all 0.5s ease-in-out;
}
.zpitem .iconfont{
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 30px;
  transform: rotateZ(180deg);
}
.zpitem{
  height: 80px;
  background: #F6F7FB;
  padding: 0 40px 0 50px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.zptitle{
  width: 20.13%;
  overflow: hidden;
  line-height: 80px;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
.zpdescdf{
  width: 54.93%;
  line-height: 80px;
  overflow: hidden;
}
.gzxzarr{
  width: 46.25%;
}
.ggxxitemn{
  float: left;
  width: 33.3%;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  margin-bottom: 40px;
}
.lxwm .iconfont{
  display: inline-block;
  margin-right: 12px;
  font-size: 19px;
  color: #009A44;
}
.lxwm{
  font-weight: 400;
  font-size: 16px;
  color: #009A44;
  line-height:52px;
  width: 166px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 8px;
  text-align: center; 
}
.ckxs1{
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.hoverwe {
    color: #009A44 !important;
}

.heading.heading--01 {
    font-size: 1.8rem;
    line-height: 50px;
    font-weight: 600;
    font-size: 32px;
    color: #333333;
    /*text-indent: -2px;*/
}
.logbd {
    padding-top: 40px;
}
.lmny{
    font-weight: 400;
    font-size: 16px;
    color: #808597;
    line-height: 26px;
    margin-bottom: 45px;
}
.gwfsf{
    margin-top: 50px;
}
.banner .swiper-button-next.banbtn{
    transform: rotateZ(180deg);
}
.banner .banbtn .iconfont{
    font-size: 1.6rem !important;
}
.banbtn{
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}
.dht{
    width: 320px;
    height: 200px;
    margin-top: 40px;
}
.yjhwzx:after {
    content: "";
    display: block;
    width: 761px;
    height: 164%;
    background: #ffffff;
    position: absolute;
    left: -50%;
    top: -75px;
    z-index: -1;
}
.yjhwzx {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    margin-top: 70px;
    width: 520px;
    padding: 0 40px 0 0;
    position: relative;
}
.zxdesc {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-top: 20px;
}
.topnav-active .nav .nLi h3 a{
    color: #333333;
}
.topnav-active .blwlmd{
    color: #333333;
}
.topnav-active .hs{
    display: inline-block;
}
.topnav-active .hss{
    display: none;
}
.topnav-active{
    background: #ffffff;
}
.hs{
    display: none;
}
.zxrel{
    padding: 77px 40px 0;
}
.dqflm{
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;

}
.jjsessd {
    font-weight: 400;
    font-size: 16px;
    color: #808597;
}
.sub li a:hover{
    color: #009A44 !important;
}
.sub li a{
    color: #333333;
    text-align: left;
    padding: 0;
}
.nav .sub li{
    text-align: left;
    mrgin-right: 20px;
    margin-top: 5px;
}
.cpflsw {
    padding: 15px ;
    box-sizing: border-box;
}






@media (max-width: 900px) {
    .dhnum{
        font-size: 0.85rem;
        line-height: 1rem;

    }
    .saas{
        display: none;
    }
    .pages li:nth-child(2) {
        width: 7rem !important;
        height: 3.125rem  !important;
        line-height: 3.125rem  !important;
        background: #FFFFFF;
        border-radius: 1.5625rem;
        text-align: center;
        border: 1px solid #DDDDDD;
        margin: 0 1.25rem;
        margin-left: -1rem;
    }
    .xssyads{
        transform: rotateZ(180deg);
    }
    .pages {
        display: table !important;
        margin: 1.25rem auto 1.875rem;
        padding-left: 1rem;
    }
    .cplist.bighide {
        margin-top: -25px;
    }
    .whdesc{
        font-size: 0.75rem;
    }
    .zztitrlq{
        background: #ffffff;
        width: 82%;
        display: table;
        margin: 0 auto;

    }
    .bgfffd img {
        width: 74%;
    }
    .swiper-button-next.ryzzyt {
        right: 2%;
    }
    .swiper-button-prev.ryzzyt {
        left: 2%;
    }
    .jjconggd{
        height: auto;
        font-size: 0.8rem;
    }
    .lyiotenr{
        width: 100%;
        margin-right: 0;
        text-align: left;
    }
    .newbt{
        font-size: 1.5rem;
    }
    .newxh {
        padding: 1rem 0;

    }
    #ul{
        margin: 0.8rem auto 1.5rem;
    }
    .smallhide{
        display: none;
    }
     .bighide{
        display: block;
    }
    .logosmall {
        height: 55px;
    }

    .sjbanb{
        width: 24px;
        height: 21px;
        position: relative;
        margin-top: 12px;
    }
    .sjbanb::after{
        width: 100%;
        content: "";
        height: 2px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #333333;
        display: block;
        transition: all 0.5s;

    }
    .sjbanb::before{
        width: 100%;
        content: "";
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
        background: #333333;
        display: block;
        transition: all 0.5s;

    }
    .sjbanb span{
        width: 100%;
        height: 2px;
        background: #333333;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1px;
        transition: all 0.5s;
    }
    .sjopen::before{
        transform: rotateZ(45deg);
        top: 10px;
    }
    .sjopen::after{
        transform: rotateZ(-45deg);
        bottom: 9px;
    }
    .moban {
        padding: 0 16px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: #fff;
    }
    .shnabcva {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #ffffff;
        top: 46px;
        border-top: 1px solid #DDDDDD;
        left: 0;
        z-index: 9999999;
        display: none;
        transition: all 0.5s;
    }
    .shnabcva ul {
        padding-left: 0;
    }
    .shnabcva li a {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 56px;
        height: 56px;
        border-bottom: 1px solid #DDDDDD;
    }
    .sjopen::before {
        transform: rotateZ(45deg);
        top: 10px;
    }
    .sjopen::after {
        transform: rotateZ(-45deg);
        bottom: 9px;
    }
    .sjopen span {
        display: none;
    }
    .shnabcva li a {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 56px;
        height: 56px;
        border-bottom: 1px solid #DDDDDD;
    }
    .shnabcva li a.menuhv {
        font-weight: 600;
        font-size: 16px;
        color: #002E72;
    }
    .shnabcva li {
        float: none;
    }
    .cpysbt{
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.6rem;
        margin: 1rem auto;
    }
    .mn {
        width: 91.47% !important;
        margin: 0 auto;
    }
    .mySwipersj .swiper-slide.swiper-slide-thumb-active {
        color: #ffffff;
        background: #009A44;
    }
    .mySwipersj .swiper-slide{
        font-weight: 400;
        font-size: 0.80rem;
        color: #333333;
        padding: 0.6rem 0.3rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 12px 0px rgba(23,118,65,0.15);
        border-radius: 24px 24px 24px 24px;
    }
    .mySwipersj{
        background: #ffffff;
    }
    .mySwiper2sj img{
        width: 65.07% !important;
        margin-top: 1.8rem;
        margin-bottom: 1.8rem;
    }
    .hcpbt a{
        display: block;
        text-align: left;
        margin-bottom: 0;
        font-size: 1.2rem;
    }
    .ckxqh{
        display: block;
        margin: 0;
        margin-bottom: 1.8rem;
    }
    .hcpbt a::after {
        content: "";
        display: block;
        width: 110px;
        height: 5px;
        background: #009A44;
        position: absolute;
        left: 0;
        bottom: 18px;
    }
    .hyly .lyiotenr:nth-child(1) .num{
        text-indent: 1.3rem;
    }
    .dbnavitem.w371{
        width: 100%;
    }
    .dzc {
        width: 85%;
    }
    .hcpdesc{
        text-align: left;
    }
    .sjjj{
        overflow: hidden;
        background: url("../images/sjjj.png") no-repeat top center;
        background-size: cover;
        padding: 1.8em 0.9rem;
    }
    .blwbt{
        font-size: 1.4rem;
        margin-bottom: 0.6rem;
    }
    .jjdesc{
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .jjcondf{
        margin-bottom: 1.2rem;
    }
    .lyiotenr .num{
        font-size: 1.8rem;
    }
    .lmabout{
        margin-bottom: 1.2rem;
    }
    .hyly{
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }
    .newitem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.3rem;
    }
    .form{
        width: 91.47%;
        left: 4.265%;
        top: 0;
    }
    .f1input{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.9rem;
    }
    .zxlybtmsg{
        line-height: 2rem;
    }
    .blwform.dfl{
        display: block;
    }

    .newxh{
        padding-bottom: 0px;
    }
    .footer{
        /*margin-top: 206px;*/
        height: auto;
        overflow: hidden;
        background: #ffffff;
    }
    .sjdb{
        background: #1D2437;
        margin-top: 216px;
        overflow: hidden;
        padding: 0 1rem;
    }
    .h484{
        height: 134px;
    }
    .dblogo{
        display: block;
        margin: 0;
    }
    .dbtel{
        margin-bottom: 20px;
    }
    .dbxi{
        width: 100%;
        height: 1px;
        background:  rgba(255,255,255,0.2);
        margin-bottom: 20px;
    }
    .dbnavitem p a{
        margin: 0 0 20px;
    }
    .bahh{
        height: auto;
    }
    .dbxian{
        display: none;
    }
    .nybanner{
        height: 9rem;
        background-size: cover !important;
    }
    .sqf{
        font-size: 1.2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        line-height: 1.3rem;
    }
    .nybanner .mn{
            margin-top: 4rem;
    }
    .logosmall {
        height: 2.5rem;

        aspect-ratio: 51/46;
    }
    .bghdf {
        padding-top: 0.9rem;
    }
    .cpxateld li{
        width: 33.3%;
        line-height: 37.5px;
    }
    .cpxateld li a {
        color: #333333;
        font-weight: 400;
        font-size: 0.9rem;
        color: #333333;
    }
    .cpul li {
        width: 100%;
        float: none;
    }
    .cpdesc,.cpcon{
        width: 100% !important;
    }
    .cptup img{
        width: 69.97%;
    }
    .cptup{
        width: 100%;
        height: auto;
    }
    .cpbt{
        margin-top: 1.6em;
        margin-bottom: 0.9rem;
        font-size: 0.9rem;
    }
    .cpul li{
        margin-bottom: 0.6rem;
    }
    .cpbann{
        height: auto;
    }
    .cptitl{
        font-size: 1rem;
        padding-bottom: 1.8rem;
    }
    .cptitl::after{
        bottom: 20px;
    }
    .wcpz{
        width: 100%;
    }
    .prodesc{
        margin-bottom: 1.2rem;
        height: auto;
    }
    .ggitem {
        width: 100%;
    }
    .ggname{
        width: 25%;
        line-height: 3.3rem;
    }
    .ggsdes{
        padding: 0 16px;
        line-height: 1.7rem;
    }
    .ggbt{
        font-size: 1rem;
        margin:0.8rem 0;
    }
    .kxcon{
        top: 10px;
        padding: 1.2rem 1rem;
        margin-bottom: 0.9rem;
    }
    .gsjjjs{
        padding-top: 0.9rem;
    }
    .w810 {
        width: 100%;
    }
    .jjtitle{
        font-size: 1rem;
    }
    .gshhd{
        font-size: 0.75rem;
    }
    .rzyyti{
        font-size: 1.2rem;
        font-weight: 600;
        margin-top: 0.9rem;
        padding-bottom: 0.9em;
        margin-bottom: 1.3rem;
    }
    .ryzzbg .bgfffd{
        background: none;
    }
    .ryzzbg{
        padding: 0 1.5rem 0.9rem;
    }
    .whitem {
        width: 100%;
        padding: 1.8rem 0.8rem 1.8rem;
        margin-bottom: 0.8rem;
    }
    .whbt{
        margin-bottom: 0.8rem;
    }
    .qxitem{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.9rem;
        /*padding-bottom: 1.3rem;*/
        overflow: hidden;
    }
    .gshhd2 {
        font-size: 0.75rem;
    }

    .qygslis .dfl{
        display: block;
    }
    .w320{
        width: 100%;
    }
    .xwxopnf{
        width: 100%;
    }
    .xwbut{
        line-height: 2rem;
        height: auto;
        height: 2rem;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;

    }
    .xsflsh,.xwcat,.swfbsh{
        line-height: 42px;
        height: 42px;
    }
    .xwdesc{
        font-size: 0.65rem;
        margin-top: 0.75rem;
    }
    .xwoyem{
        margin-bottom: 0.85rem;
        padding-bottom: 0.85rem;
    }
    .kxcon .dfl{
        display: block;
    }
    .lxitem{
        display: flex;
        flex-direction: left;
        width: 100%;
    }
    .lxitem::after{
        display: none;
    }
    .lxigm{
        margin-right: 10px;
    }
    .lxddh{
        margin-bottom: 0.3rem;
        font-size: 0.75rem;
        margin-top: 0.1rem;
    }
    .kxxian{
        margin: 0.8rem 0 0.9rem;
    }
    .lxform .dfl2 .w48p {
        width: 100%;
        margin-bottom: 0.85rem;
    }
    .w100pi{
        margin-top: 0;
        margin-bottom: 0.85rem;
    }
    #allmap{
        height: 247px;
    }
    .zptitle {
        width: 95.13%;
        font-size: 1rem;
    }
    .zpitem{
        padding: 0 0.85rem 0.85rem;
    }
    .gzxzarr {
        width: 100%;
        float: none;
    }
    .ggxxitemn{
        width: 50%;
        font-size: 0.75rem;
        margin-bottom: 0.9rem;
    }
    .lxwm{
        width: 129px;
        height: 48px;
        line-height: 48px;
        float: left;
    }
    .lxwm .iconfont{
        position: static;
    }
    .lxwm .iconfont {
        transform: rotateZ(0deg) !important;
    }
}



/* 中等屏幕 */
@media (min-width: 1000px) and (max-width: 1600px) {
     .logo.dfl  {
         width: 32%;
         margin-top: 13px;
     }
    .nav{
        width: 64%;
    }
    .ggbt {
        margin: 20px 0;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        color: #333333;
        line-height: 0;
    }
    .ggsdes {
        margin-bottom: 13px;
    }
    .blwlmd{
        font-size: 11px;
            padding-left: 0;
    }
    .w550 {
        width: 40%;
    }
    .wcpz {
        width: 60%;
    }
    .nav .nLi h3 a{
        font-size: 14px;
    }

    img.logo{
    height: auto;
    margin: 0px 25px 0px 0;
    aspect-ratio: 162/46;
        margin-top: 20px;

}
    .bqsy {
        width: 37%;
    }
    .bajj {
        width: 37%;
    }
    .blwlmd::before{
        left: -13px;
    }
    .mn.gsjjjs .f {
        width: 40%;
    }
    .w810 {
        width: 58%;
    }
    .jjconggd p{
        margin-bottom: 0 !important;
        line-height: 18px !important;

    }
    .jjtitle {
        font-weight: 600;
        font-size: 15px;
        color: #333333;
        line-height: 16px;
    }
    .jjconggd p span{
        font-size: 12px !important;
    }
    .cptup {
        width: 50%;
    }
    .cpcon {
        width: 43%;
    }
    .xwxopnf {
        width: 69%;
    }
    .w320 {
    width: 28%;

    }
    .zptitle{
        font-size: 15px;
    }
  }


body {padding: 0px !important;margin: 0px !important;font-size: 14px;font-family: "微软雅黑";}
a,a:hover,a:focus {text-decoration: none;outline: none;}
::selection {background: #f08300;color: #fff;}
::-moz-selection {background: #f08300;color: #fff;}
h1,h2,h3,h4,h5,h6,p,ul,li { padding: 0; margin: 0;}
li{ list-style-type: none;}
a {color: #333;}
a:hover { text-decoration: none;}
p {}
.container{
	width: 100%;
	height: 1400px;
	background: #FFFFFF;
}


.contactusdiyou {position: fixed; right: 0px; bottom: 0px; _position: absolute; width: 230px; height: 100%; background: #009A44; z-index: 99999999999;  _margin-bottom:0px; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); transition:all .5s ease; }
.contactusdiyou .hoverbtn{width:30px; height:129px; padding-top:20px; cursor: pointer; position:absolute; top:50%; margin-top:-66px;left:-30px; font-size:14px; color:#fff; background:#009A44; -webkit-border-radius: 3px 0px  0px 3px; -moz-border-radius: 3px 0px  0px 3px; -o-border-radius: 3px 0px  0px 3px;      border-radius: 3px 0px  0px 3px; -moz-box-shadow: -4px 4px 4px -4px #000; -webkit-box-shadow: -4px 4px 4px -4px #000; box-shadow: -4px 4px 4px -4px #000;} .contactusdiyou .hoverbtn span{width:30px; height:19px;line-height: 19px; text-align: center; overflow:hidden; float:left;}
.contactusdiyou .hoverbtn .hoverimg{width:13px; height:9px; margin:10px 0px 0px 10px; float:left; display:inline;background-repeat: no-repeat;}

.contactusdiyou  dl .f1{width:142px; height:36px;line-height: 36px; float:right; font-size:14px;_font-size: 14px;*font-size: 15px; color:#fff;vertical-align: top; font-weight: bold;}
.contactusdiyou  dl .f2{ width:142px; float:right; font-size:12px; color:#fff; height:30px;line-height: 30px; float:right;}

.conter{
    height: 800px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -400px;
    right: 0;
    width: 100%;
}

.contactusdiyou .weixincall .f3{float: right; height:auto;
     }
.contactusdiyou .weixincall .f3 img{width:200px;height: 200px;
    display: table;margin: 0 13px;}
.contactusdiyou .dytimer{    float: right; width: 160px; height: 40px; padding: 16px 0px 15px 0px; /* background: #007b77; */ margin: 20px 0px 0px 0px;} .contactusdiyou .dytimer span{display:block; height:20px; line-height:20px; font-size:14px; color:#fff;} .diyou{_position: absolute; _bottom: auto;_margin-bottom:0px; z-index:99999999999; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));} .diyoumask { position:fixed; left: 0; top: 0; z-index: 100000; width:100%; height:100%; opacity:0.3;filter:alpha(Opacity=30); background:#000; display:none;} .fn_cle:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /***联系我们***/

