html {
    font-size: 10px ; 
}
.headertop{
    height: 4rem;
    background:#009a53;
    color:#fff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position:fixed;
    width:100%;
    z-index: 99;
    transition: .5s;
    top: 0;
}
.fenlei ul li  section {
    background: white;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}
.fenlei li  section a {
    display: none;
    white-space: nowrap;
    color: #555;
    padding: 0.8rem 3rem 0.8rem 4rem;
    background: url(../images/yhjt.png) no-repeat;
    background-size: auto 0.9rem;
    margin: 0.5rem 0px 0px;
    background-position: 2rem center;
}
.fenlei li  section a:hover {
    color: #009a53;
}
.fenlei li.hover section a{
    display: block;
} 
.fenlei li section a.hover{
    color: #009a53;
}
@media(min-width:768px){
    .container {
        width: 128rem;
    }
}
.headerbottombig{
    display: flex;
    justify-content: space-between;
}
.headerbottom{
    height: 8rem; 
    background:#fff;  
    position:fixed;
    z-index: 99;
    top: 4rem;
    width:100%;
    transition: .5s;
}
header.head .headerbottom{
    top: 0;
    transition: .5s;
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
}
header.head .headertop{
    top: -4rem;
    transition: .5s;
}
header{
    position:fixed;
    width: 100%;
    z-index: 100;
}
.banner{
    padding-top:12rem;
    height:100vh;
    overflow: hidden;
}
.headerbottommid img{
    width: 12.9rem;
    height: 10rem;
}
.headerbottomleft ul{
    display: flex;
}

.headerbottomleft ul li:last-child{
    margin-right: 0;
}
.headerbottomleft ul li a{
    color:#333333;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}
.headerbottomleft ul li a img {
    margin-left: 0.4rem;
    width: .7rem;
    height: .35rem;
}
.headerbottomright ul{
    display: flex;
}
.headerbottombig ul li{
    line-height: 8rem;
    height: 8rem;
    margin-right: 7rem;
    position: relative;
}
.headerbottomright ul li:last-child{
    margin-right: 0;
}
.headerbottomright ul li a{
    color:#333333;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}
.headerbottomright ul li a img {
    margin-left: 0.4rem;
    width: .7rem;
    height: .35rem;
}

.headerbottombig ul li a{
    position: relative;
}
.headerbottombig ul li a:after {
    width: 0;
    height: 3px;
    display: block;
    content: "";
    background: #009a53;
    transition: .5s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.headerbottombig ul li:hover>a:after,.headerbottombig ul li.hover>a:after  {
    width: 100%;
}
.headerbottombig ul li dl{
    position: absolute;
    top: 100%;
    left: 50%;
    background: rgba(0,0,0,.8);
    width: 20rem;
    display: none;
    transform: translate(-50%, 0%);
}
.headerbottombig ul li dl dd,.headerbottombig ul li dl dt {
    text-align: center;
    color: #fff;
    line-height: 214.285714%;
    cursor: pointer;
    padding: 0 1rem;
    margin: 0.8rem 0;
    position: relative;
    transition: .5s;
}
.headerbottombig ul li dl dd a,.headerbottombig ul li dl dt a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 250%;
    white-space: nowrap;
    position:relative;
    font-weight: normal;
    transition: .5s;
}
.headerbottombig ul li dl dt:hover,.headerbottombig ul li dl dd:hover {
    background:#009a53;
    transition: .5s;

}
.headerbottombig ul li dl dt:hover>a,.headerbottombig ul li dl dd:hover>a{
    color:#fff;
    transition: .5s;
}
.headerbottombig ul li>dl>dt.erji>a:after{
    content: '';
display: inline-block;
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position:absolute;
right:0;
top:35%;
}
.headerbottombig ul li>dl>dt.erji:hover>a:after{
    content: '';
display: inline-block;
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #242424;
border-right: 1px solid #242424;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position:absolute;
right:0;
top:35%;
}
.banner .swiper{
    height: 100%;
}
.banner .swiper-slide img{
    width:100%;
    height:auto;
    min-height:100%;
    transition:1s linear 2s;
    transform:scale(1.1,1.1);
    object-fit: cover;
    }
.banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition:5s linear;
    transform:scale(1,1);
}
.bannerwen{
    font-size: 6rem;
    position:absolute;
    width: 50%;
    top:30%;
	margin-left:10%;
    text-align: left;
    color:#fff;
    line-height: 100%;
}
.bannerwen p{
    font-family: WINDSOREF-ULTRAHEAVY;
    opacity: 0;
    transition-delay: .8s;
}

.bannerwen h5{
    font-family: WINDSOREF-ULTRAHEAVY;
    opacity: 0;
    transition-delay: .8s;
	font-size: 2rem;
	margin-top:4.5%;
}

.bannerwen a{
    font-size: 1.4rem;
    color:#fff;
    width: 21rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #fff;
    border-radius: 3px;
    margin: 0;
    margin-top:5rem;
    opacity: 0;
    transition-delay: .8s;
    position:relative;
    overflow: hidden;
}
.bannerwen span{
    transition: .5s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.morebg{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    transition: .5s;
}
.bannerwen a span:hover{
    background:#009a53;
    transition: .5s;

}

.banner .swiper-slide-active .bannerwen a,.banner .swiper-slide-active .bannerwen p,.banner .swiper-slide-active .bannerwen h5{
    opacity: 1;
}
.banner .swiper-slide-active .bannerwen p{
    animation: slideInDown 1s .8s;
    -webkit-animation: slideInDown 1s .8s;
}
.banner .swiper-slide-active .bannerwen h5{
    animation: slideInDown 1s .8s;
    -webkit-animation: slideInDown 1s .8s;
}
.banner .swiper-slide-active .bannerwen a{
    animation: slideInUp 1.2s .8s;
    -webkit-animation: slideInUp 1.2s .8s;
}
.swiper-button-next-banner{
    background: url(../images/right.png) no-repeat center center;
    background-size: 2.4rem;
    background-color:rgba(0,0,0,0.4);
    width: 6rem;
    height: 6rem;
    z-index: 99;
    border-radius: 30px;
}
.swiper-button-next-banner:after,.swiper-button-prev-banner:after {
    content: '';
}
.swiper-button-prev-banner{
    background: url(../images/left.png) no-repeat center center;
    background-size: 2.4rem;
    background-color:rgba(0,0,0,0.4);
    width: 6rem;
    height: 6rem;
    z-index: 99;
    border-radius: 30px;
}
.syjscontent {
    position: absolute;
    left: 50%;
    top: 20%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #009a53;
    margin-bottom: 6rem;
    width: 128rem;
    transform: translate(-50%,0);
}
.syjscontent h2{
    color:#009a53;
    font-size: 6rem;
    font-family: WINDSOREF-ULTRAHEAVY;
    margin-bottom:2rem;
}
.syjstitle P:first-child{
    left: 50%;
    top:25.51%;
    font-size: 2rem;
    color:#009a53;
    position:absolute;
    font-family: WINDSOREF-ULTRAHEAVY;
}
.syjstitle P:last-child{
    right: 16.3%;
    top:41.89%;
    font-size: 2rem;
    color:#009a53;
    position:absolute;
    font-family: WINDSOREF-ULTRAHEAVY;
}
.syjscontent a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21rem;
    height: 4rem;
    color:#fff;
    font-size: 1.4rem;
    background:#009a53;
    margin-top:6rem;
    border-radius: 20px;
    transition: .5s;
}
.syjs{
    position:relative;
}
.syjs img{
    width: 100%;
}
.syjscontent a:hover{
    border:1px solid #009a53;
    color:#009a53;
    background:transparent;
    transition: .5s;
}
.sycptitle{
    position:absolute;
    top:9%;
    text-align: center;
    width: 100%;
}
.sycp{
    position: relative;
    overflow: hidden;
}
.sycp>img{
    width: 100%;
}
.sycp ul{
    display: flex;
    position:absolute;
    bottom:0;
}
.sycptitle h2{
    color:#009a53;
    font-size: 6rem;
    font-family: WINDSOREF-ULTRAHEAVY;
    margin-bottom:1rem;
}
.sycptitle p{
    color:#009a53;
    margin-bottom:6rem;
    font-size:1.6rem;
}
.sycptitle a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21rem;
    height: 4rem;
    color:#fff;
    font-size: 1.4rem;
    background:#009a53;
    margin-top:6rem;
    border-radius: 20px;
    transition: .5s;
    margin: 0 auto;

}
.sycptitle a:hover{
    border:1px solid #009a53;
    color:#009a53;
    background:transparent;
    transition: .5s;
}
.sycp ul li a{
    overflow: hidden;
}

.sycp ul li a img{
    width: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    position: relative;
}
.sycp ul li a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.syabcontent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.syab{
    position:relative;
}
.syabcontentbig{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex:1;
}
.mySwiper2 .swiper-wrapper {
    flex:1;
    width:65.3rem;
}
.syabcontentleft h2{
    font-size: 6rem;
    line-height: 6.8rem;
    font-family: WINDSOREF-ULTRAHEAVY;
    color:#fff;
    margin-bottom:2rem;
}
.syabcontentleft{
    width: 45%;
}
.syabcontentleft section{
    margin-bottom:2.6rem;
    font-size: 2.1rem;
    color:#fff;
    line-height: 150%;
}
.syabcontentleft section b{
    margin-right: .5rem;
    font-family: WINDSOREF-ULTRAHEAVY;
}
.syabcontentleft ul{
    display: flex;
}
.syabcontentleft ul li{
    margin-right: 3rem;
}
.syabyuanbg{
    width: 7rem;
    height: 7rem;
    background: #FDF7E7;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.syabcontentleft ul li img{
    width: 3.8rem;
    height: 3.8rem;
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.syabxx{
    width: 5.4rem;
    height: 5.4rem;
    border:1px dashed #000;
    border-radius: 35px;

}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}  
.Rotation {
    -webkit-transform: rotate(360deg);
    animation: rotation 8s linear infinite;
    -moz-animation: rotation 8s linear infinite;
    -webkit-animation: rotation 8s linear infinite;
    -o-animation: rotation 8s linear infinite;
}
.syabcontentleft  a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21rem;
    height: 4rem;
    color: #fff;
    font-size: 1.4rem;
    background: #009a53;
    margin-top: 4rem;
    border-radius: 20px;
    transition: .5s;
}
.syabcontentleft  a:hover {
    border: 1px solid #009a53;
    background: transparent;
    transition: .5s;
}
.syabcontentright{
    width: 51%;
    overflow: hidden;
    border-radius: 24px;
}
.syabcontentleft ul li p{
    color:#fff;
    margin-top:0.6rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
}
.syxw{
    padding:11.8rem 0 12.6rem;
}
.syxwtitle h2{
    font-size: 6rem;
    color:#009a53;
    text-align: center;
    font-family: WINDSOREF-ULTRAHEAVY;
    margin-bottom:.9rem;
}
.syxwtitle p{
    color:#009a53;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom:4.9rem;
}
.syxwlist ul{
    display: flex;
    justify-content: space-between;
}
.syxwlist ul li{
    width: 62.4rem;
    height: 39.6rem;
    border-radius:24px;
    overflow: hidden;
    position:relative;

}
.syxwwen{
    position:absolute;
    left: 4rem;
    bottom:4rem;
    width: 60%;
    z-index: 2;
}
.syxwwen h3{
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom:0.6rem;
}
.syxwlist ul li a{
    color:#fff;
}
.syxwlist ul li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0, rgba(0,0,0,.2), transparent);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.syxwwen p{
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.syxwlist ul li a img{
    position: relative;
    z-index: 1;
    width: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    position: relative;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.syxwlist ul li a:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 500ms ease-in 0ms;
}

.syxwlist  a.synews{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21rem;
    height: 4rem;
    color: #fff;
    font-size: 1.4rem;
    background: #009a53;
    margin: 0 auto;
    margin-top: 6rem;
    border-radius: 20px;
    transition: .5s;

}
.syxwlist  a.synews:hover{
    border: 1px solid #009a53;
    background: transparent;
    transition: .5s;
    color:#009a53;
}
footer{
    background:url(../images/footer.png) no-repeat;
    background-size: cover;
    padding-top: 14rem;
}
.footerdh{
    display: flex;
}
.dbdh{
    margin-right: 5.9rem;
}
.dbdh h2{
    font-size: 1.8rem;
    color:#fff;
    margin-bottom:2rem;
    line-height: 2.6rem;
}
.dbdh ul li{
    margin-bottom:1.6rem;
}
.dbdh ul li a{
    color:rgba(255,255,255,.8);
    transition: .5s;
    font-size:1.4rem;
}
.dbdh ul li a:hover{
    color:#000;
    transition: .5s;
}
.footertop{
    display: flex;
    justify-content: space-between;
    margin-bottom:9rem;
}
.footerxx ul li{
    display: flex;
    margin-bottom:1.4rem;
    align-items: center;
}
.footerxx ul li,.footerxx ul li a{
    font-size: 1.4rem;
    color:#fff;
    transition: .5s;
}
.footerxx ul li:hover,.footerxx ul li a:hover{
    color:#000;
    transition: .5s;
}
.footerxxtu img{
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 2.4rem;
}
.footerxx{
    display: flex;
    justify-content: space-between;
}
.footerxxleft{
    width: 57%;
}
.footerlogo{
    width: 12.9rem;
}
.footershare ul{
    display: flex;
    justify-content: space-between;
    margin-top: 3.1rem;
}
.footershare ul li img{
    width: 1.8rem;
    height: 1.8rem;
}
.footerbottom{
    border-top:1px solid rgba(255,255,255,.6);
    padding:1.4rem;
    color:#fff;
    font-size:1.4rem;
}
.footerbottomnr{
    display: flex;
    justify-content: space-between;
}
.footerbottom a{
    color:#fff;
    transition: .5s;
}
.footerbottom a:hover{
    color:#009a53;
    transition: .5s;
}
.lanmux {
    height: 7.4rem;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
    background: #fff;
    position: relative;
}
.lm-ct {
    display: flex;
    justify-content: space-between;
}
.lm-ct ul {
    display: flex;
    display: -webkit-flex;
}
.lm-ct ul li {
    list-style-type: none;
    margin-right: 5rem;
}
.lm-ct ul li a {
    display: block;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #555555;
    cursor: pointer;
}
.lm-ct ul li.hover a,.lm-ct ul li:hover a {
    color: #009a53;
}
.bread{
    display: flex;
    justify-content: space-between;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #555555;
    cursor: pointer;
    text-transform: uppercase;
}
.bread a{
    display: block;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #555555;
    cursor: pointer;
    max-width: 14rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.bread span{
    margin:0 1.5rem;
}
.bread a:hover{
    color: #009a53;
    transition: .5s;
}
.abww {
    padding-top: 5.6rem;
    padding-bottom: 8rem;
    height: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 1.6rem;
    line-height: 200%;
    color: #009a53;
    background:#fff;
}
.abww h2 {
    color: #009a53;
    font-size: 6rem;
    font-family: WINDSOREF-ULTRAHEAVY;
    margin-bottom: 2rem;
}
.abwwbig {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.abwwleft {
    width: 100%;
    overflow: hidden;
}
.abwwright {
    width: 42.33%;
}
.abww .swiper-button-prev {
    background: url(../images/abjtl.png) no-repeat;
    background-size: 100%;
    width: 4.8rem;
    height: 4.8rem;
    top: -3rem;
    right: 6rem;
    left: auto;
}
.abww .swiper-button-next {
    background: url(../images/abjtr.png) no-repeat;
    background-size: 100%;
    width: 4.8rem;
    height: 4.8rem;
    top: -3rem;
    right: 0;
}
.abww .swiper-button-prev:after, .abww .swiper-button-next:after {
    content: '';
}
.abwwleftbig {
    width: 55.66%;
}
.qywh {
    height: auto;
    overflow: hidden;
    padding-top: 7.6rem;
    padding-bottom: 10.2rem;
 
}
.qywh h2 {
    color: #009a53;
    font-size: 6rem;
    font-family: WINDSOREF-ULTRAHEAVY;
    margin-bottom: 2rem;
}
.qywhwen {
    padding: 2.5rem 0;
    font-size: 1.6rem;
    color: #009a53;
}
.abwwright{
    position:relative;
}
.zhuanlixinxibig,.zhuanlixinxibig h2{
    color: #009a53;
    font-size: 6rem;
    font-family: WINDSOREF-ULTRAHEAVY;
    margin-bottom: 2rem;
    position:relative;
}
.zhuanlixinxi {
    height: auto;
    overflow: hidden;
    padding-top: 5.6rem;
    padding-bottom: 8.2rem;
    background-color: #f4f4f4;
}


.zhuanlixinxiright .swiper-button-prev {
    top: 50%;
    width: 4.8rem;
    height: 4.8rem;
    right: 7rem;
    left: auto;
    background: url(../images/abjtl.png) no-repeat;
    background-size: 100%;
}

.zhuanlixinxiright .swiper-button-next {
    width: 4.8rem;
    height: 4.8rem;
    background: url(../images/abjtr.png) no-repeat;
    background-size: 100%;
}
.zhuanlixinxiright .swiper-button-prev::after,.zhuanlixinxiright .swiper-button-next::after{
    content:"";
}
.bb img{
    width: 100%;
}
/* 弹窗 */
.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}
.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 100;
  display: none;
}
.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}
.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}
.pictures_eyes_in {
  position: relative;
  text-align: center;
}
.pictures_eyes_in p{
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    transition: .5s;

    color: #fff;
}

.pictures_eyes_in img { max-height: 700px; }
.pictures_eyes_in section p{color:#fff;padding:15px 0px;}
.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}
.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}
.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}
.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}
.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}
.pictures_eyes_indicators img { height: 50px; }
.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}
.shebei {
    height: auto;
    overflow: hidden;
    padding-top: 7.6rem;
    padding-bottom: 7.6rem;

}
.prolist {
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.prosearchbig .prosearch {
    border: 0;
    height: 5.2rem;
    font-size: 1.8rem;
    padding-left: 1rem;
    width: 80%;
    color: #333;
    border-radius: 0;
    margin: 0;
    background:#f8f7f7;
}
form input {
    outline: none;
}
.prosearchbig .btn {
    height: 5.2rem;
    margin: 0;
    border-radius: 0;
    color: #333;
    font-size: 1.8rem;
    text-align: center;
    width: 20%;
    background:#f8f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prolistleft {
    width: 25%;
}
.prosearchbig form {
    display: flex;
    background:#f8f7f7;
}
.lielan {
    margin-top: 1rem;
    height: auto;
    overflow: hidden;
    line-height: 4.6rem;
    border: 1px solid #ececec;
    padding-left: 7.5rem;
    color: #000000;
    font-size: 2rem;
    background: url(../images/cplan.jpg) left;
    background-repeat: no-repeat;
    background-color: #f8f7f7;
    background-size:27.8rem;
}
.fenlei li a {
    display: block;
    padding: 2rem 1.5rem 2rem 3rem;
    position: relative;
    color: #333333;
    cursor: pointer;
    font-weight: 600;
    background: url(../images/sanji.png) 1rem center no-repeat;
    background-size: 1.5rem;
}
.fenlei li.hover>a, .fenlei li:hover>a {
    color: #009a53;
}
.fenlei {
    background: #f8f7f7;
}
.tuijian {
    margin-top: 4rem;
    height: auto;
    overflow: hidden;
    border: 1px solid #eeeeee;
    background-color: #f8f7f7;
}
.tj-lan {
    line-height: 4.5rem;
    padding-left: 1rem;
    color: #222222;
    font-size: 2rem;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
.tj-nei {
    height: auto;
    overflow: hidden;
    padding: 2rem;
    padding-top: 0px;
}
.tj-nei li {
    list-style-type: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
.tj-nei a {
    color: #000;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}
.tj-nei-aa {
    width: 35%;
}
.tj-nei-bb {
    width: 55%;
    overflow: hidden;
    float: right;
    color: #333;
}
.tj-nei a {
    color: #000;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}
.prolistright {
    width: 70%;
}
.cplb ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cplb ul:after{
    width:32%;
    content:"";
}
.cplb ul li {
    width: 32%;
}
.cptuk {
    margin-bottom: 3rem;
    height: auto;
    overflow: hidden;
    padding: 0.6rem;
    background-color: #f8f7f7;
    transition: all 500ms ease-in 0ms;
}
.prolistbig{
    display: flex;
    justify-content: space-between;
}
.cptuk-zi {
    margin-top: 1.2rem;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 0.6rem;
    color: #565252;
    line-height: 2.3rem;
    transition: all 500ms ease-in 0ms;
}
.cptuk:hover .cptuk-zi {
    color: white;
    transition: all 500ms ease-in 0ms;
}
.cptuk:hover {
    background-color: #009a53;
    transition: all 500ms ease-in 0ms;
}
.prodetails {
    overflow: hidden;
    padding: 2rem;
    padding-top: 3rem;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}
.prodetailsl {
    width: 48.33%;
}


.thumbnails {

    display: flex;

    margin-top: 2rem;

}

.easyzoom.is-ready img {

    max-width: inherit;

}

.easyzoom {

    border-radius: 10px;

    overflow: hidden;

}

.thumbnails li {

    float: left;
    width: 20%;
    margin-right: 5px;

}

.thumbnails li img {

    border-radius: 8px;

}

.prodetails {

    display: flex;

    justify-content: space-between;

}

.prodetailsr {
    width: 48%;
}

.prodetailstitle {

    font-size: 2.8rem;

    font-weight: 600;

    margin-bottom: 2.8rem;

    color: #333;

    padding: 0px 0px 15px;

    border-bottom: 1px #e8e8e8 solid;

}



.prodetailsjj section{

    margin-top: 2rem;

    margin-bottom: 2rem;

    padding-bottom: 4.5rem;

    border-bottom: 1px #e8e8e8 solid;

    display: block;

    color: #515151;

    font-size: 1.5rem;
	
    line-height: 160%;

    width: 100%;

    word-wrap: break-word;
	
	height: 215px;

}



.prodetailsr h3 {

    font-size: 1.5rem;

    margin-top: 0px;

    margin-bottom: 1.4rem;

    color: #515151;

}

.xqmore a {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 20.6rem;

    height: 5.2rem;

    line-height: 100%;

    font-size: 1.8rem;

    background-color: #009a53;

    color: #FFFFFF;

}

.xqmore {

    margin-top: 3rem;

}

.cpxq-lan {
    line-height: 4.5rem;
    padding-left: 1rem;
    color: #222222;
    font-size: 2rem;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;

}

.prodetails{
    overflow: hidden;
    padding: 2rem;
    padding-top: 3rem;
    background-color: #f8f7f7;
}
.thumbnails a {
    display: block;
    border: 2px #ddd solid;
    margin: 1px;
}
.thumbnails li.on a {
    border: 2px #009a53 solid;
}
.cpxq-nei {

    padding: 2.5rem 0;

    font-size: 1.5rem;

    line-height: 166%;

    color: #515151;

}
.prodetailb {
    height: auto;
    overflow: hidden;
    padding: 20px;
    padding-top: 30px;
    background-color: #f8f7f7;
}

.prodetailsl .easyzoom{
    border-radius: 0;
    border: 2px #ddd solid;
}
.cpxq-nei table{
    width: 100%;
}
.cpxq-nei td{
    padding-left: .5rem;
    font-size: 1.4rem;
}
.cpxq-nei td:nth-child(odd){
    font-weight: bold;
}
.liebiao {
    height: 7.8rem;
    border: 1px solid #ebebeb;
    margin-top: 2.5rem;
}
.liebiao-aa {
    width: 16%;
    height: 7.8rem;
    line-height: 7.8rem;
    text-align: center;
    float: left;
    border-right: 1px solid #ebebeb;
}
.liebiao a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    position: relative;
    width: 100%;
    height: 100%;
}
.liebiao a:hover {
    background: #009a53;
    color: white;
    transition: .5s;
}
.liebiao-bb {
    width: 68%;
    height: 7.8rem;
    line-height: 7.8rem;
    float: left;
    text-align: center;
    color: #919191;
    border-right: 1px solid #ebebeb;
}
.liebiao-bb a {
    color: #919191;
    font-size: 1.4rem;
}
.liebiao-cc {
    width: 16%;
    height: 7.8rem;
    line-height: 7.8rem;
    text-align: center;
    float: right;
}
.liebiao a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    position: relative;
    width: 100%;
    height: 100%;
}
.liebiao a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.liebiao a img:last-child {
    opacity: 0;
    transition: .5s;
}
.liebiao a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.liebiao a:hover img:last-child {
    opacity: 1;
    transition: .5s;
}
.xiangguan {
    margin-top: 4.5rem;
    height: auto;
    overflow: hidden;
}
.xiangguan h2 {
    font-size: 1.7rem;
    margin-top: 0px;
    margin-bottom: 3.2rem;
}
.nyxw {
    padding: 3rem 0 5.1rem;

}
.xwtjbig a {
    display: flex;
    justify-content: space-between;
}
.xwtjwen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 35%;
    background: #f2f2f2;
    padding: 3.3rem 3rem 4.1rem 3.3rem;
    transition: .5s;
}
.xwtjsj {
    color: #898989;
}
.xwtjtu {
    width: 65%;
}
.xwtjtu img {
    width: 100%;
    object-fit: cover;
    background: white;
    height: 40rem;
    object-position: center;
}
.xwtjwen span {
    display: inline-block;
    padding: 0.5rem;
    background: #fff;
    color: #009a53;
    width: 7rem;
    margin-bottom: 7.6rem;
    font-size: 1.4rem;
    transition: .5s;
}
.xwtjwenbig h2 {
    color: #656565;
    font-size: 2.6rem;
    margin-bottom: 2rem;
    font-weight: 600;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.xwtjwenbig h3 {
    color: #898989;
    font-size: 2.2rem;
    line-height: 200%;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.xwtjbig:hover .xwtjwen{
    background:#009a53;
    transition: .5s;
}
.xwtjbig:hover span{
    transition: .5s;
    background:#f2f2f2;
}
.xwtjbig:hover h2,.xwtjbig:hover h3,.xwtjbig:hover .xwtjsj{
    transition: .5s;
    color:#fff;
}
.xwtjbig img {

    transition: all 500ms ease-in 0ms;
    width: 100%;
}
.xwtjbig:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 500ms ease-in 0ms;
}
.xwtjtu{
    overflow: hidden;
}
.sygcbt {
    color: #009a53;
    font-size: 6rem;
    font-family: WINDSOREF-ULTRAHEAVY;
    margin: 2rem 0;
    position: relative;
}
.nyxwlist  ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nyxwlist ul li {
    width: 32%;
    margin-bottom: 2rem;
}
.nyxwlist ul:after{
    content:"";
     width: 32%;
}
.sygcwen {
    font-size: 1.4rem;
    line-height: 222%;
    color: #464646;
    padding: 3.1rem 2.8rem 2.9rem 2.6rem;
    background: #f2f2f2;
    transition: .5s;

}
.nyxwlist ul li span {
    padding: 0.5rem;
    background: #eff3f4;
    color: #009a53;
    transition: .5s;
    width: 7rem;
    display: block;
    line-height: 2rem;
}
.nyxwlist .sygcwen section {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    color: #8f8f8f;
    font-size: 1.8rem;
}
.nyxwlist ul li:hover .sygcwen{
    background:#009a53;
    transition: .5s;
}
.nyxwlist ul li:hover section,.nyxwlist ul li:hover .moretime{
    color:#fff;
    transition: .5s;
}
.xwss {
    height: auto;
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #f2f2f2;
}

.xwss a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}
.xwkk-aa {
    width: 43%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.xwbd {
    height: auto;
    overflow: hidden;
    border: 6px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.xwbd img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    width: 100%;
}
.xwkk-bb {
    width: 50%;
    float: right;
    font-size: 1.6rem;
}
.xwkk-bb h2 {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    font-size: 2.1rem;
    margin-top: 2.7rem;
    margin-bottom: 6rem;
    color: #000000;
}
.xwkk-bb span {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.xw-time {
    margin-top: 5.7rem;
    height: auto;
    overflow: hidden;
    color: #000000;
}
.xw-more {
    margin-top: 4.5rem;
    height: auto;
    overflow: hidden;
    color: #000000;
}
.xwkuaix {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 3rem;
    background-color: #FFFFFF;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 2.5rem;
}
.xwkuaix a {
    display: flex;
    justify-content: space-between;
}
.xwhhleft {
    width: 30%;
    position: relative;
    z-index: 99;
    border-radius: 5px;
}

.xwhhleft img{
    border-radius: 5px;
}

.xwhhright {
    width: 65%;
}
.xwkuaix .mask {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    height: 0;
    background-color: #009a53;
    transition: .5s;
    z-index: 0;
}
.xwkuaix .con {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    color: rgba(0,0,0,.6);
    line-height: 2.5rem;
}
.xwkuaix h2 {
    font-size: 2.1rem;
    margin-top: 0px;
    margin-bottom: 4rem;
    color: #4d4d4d;
}
.xwkuaix h3 {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    font-size: 2.1rem;
    margin-top: 0px;
    margin-bottom: 4rem;
    color: #000000;
}
.xwkuaix span.jj {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.xwkuaix:hover .mask {
    top: 0;
    height: 100%;
    transition: .5s;
}
.xwkuaix:hover .con {
    color:#FFFFFF;
}
.xwkuaix:hover .nian {
    color:#FFFFFF;
}   
.xwkuaix:hover h2 {
    color:#FFFFFF;
}    
.xwkuaix:hover h3 {
    color:#FFFFFF;
}
.xwlie {
    height: auto;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 7rem;
}
.xinwen {
    margin-top: 4rem;
    margin-bottom: 8.6rem;
}
.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 1rem;
}

.inewsct .inews-ct {
    padding: 2rem 0px 2rem;
    color: rgba(0,0,0,.7);
    line-height: 200%;
    font-size: 1.6rem;
}
.inewsct .inews-tt p {
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    line-height: 2.6rem;
    margin-bottom: 2rem;
}
.inewsct .inews-tt .skk {
    color: rgba(0,0,0,.55);
    text-align: center;
    margin-bottom: 2rem;
}
.liebiaok{
    display: flex;
    flex-wrap: wrap;
    
}
.liebiaok-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
}
.shangy {
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}
.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}
.liebiaok-bb {
    width: 16%;
    float: right;
}
.fanhui {
    width: 14.2rem;
    height: 4.3rem;
    margin-top: 0.6rem;
    float: right;
}

.fanhui a {
    display: block;
    width: 14.2rem;
    height: 4.3rem;
    line-height: 4.3rem;
    color: #FFFFFF;
    background-color: #009a53;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    transition: .5s;
}
.liebiaok a{
    color:#333;
}
.liebiaok a:hover{
    color:#009a53;
    transition: .5s;
}
.liebiaok-bb a{
    color:white;
}
.liebiaok-bb a:hover{
    color:white;
}
.map {
    padding-top: 4rem;
    background:#f7f8fc;
}
.servicesbt {
    color: #009a53;
    font-size: 6rem;
    font-family: WINDSOREF-ULTRAHEAVY;
    margin-bottom: 2rem;
}
.lxfsbig {

    display: block;

    margin-top: 4.5rem;

}

.lxfsbig li {

    list-style: none;

    display: flex;

    align-items: flex-start;

    margin-bottom: 4.8rem;

}

.lxfsbig li {

    background: #fff;

    padding: 5.8rem 0 3rem 5rem;

    width: 100%;

    font-size: 1.5rem;

    color: #8c939d;

    line-height: 200%;

}

.lxfsbig li img {

    height: 5rem;

    padding-right: 6.5rem;

}

.lxfswen h2 {

    font-size: 1.6rem;

    font-weight: 700;

    margin-bottom: 3.7rem;

    color: #000;

}

.lxfsbig li a {

    color: #8c939d;

}

.lxfsbig li a:hover{

    color:#009a53;

}

.liuyan {
    padding: 4.6rem 0 5.3rem;

}

.liuyanbt {
    color: #009a53;
    font-size: 6rem;
    font-family: WINDSOREF-ULTRAHEAVY;
    margin-bottom: 2rem;
}

.formtop{

    display: flex;

    justify-content: space-between;

}

.formtop>div{

    width: 49%;

    border-radius: 8px;

}

.formtoptitle{

    display: flex;

}
.kk1 {
    height: 6rem;
    border: 1px solid #d2d2d2;
    width: 100%;
    margin: 0;
    border-radius: 0;
    margin-bottom: 2rem;
    border-radius: 8px;
    font-size: 1.4rem;
}
.anniu1 {
    width: 20.8rem;
    height: 5.4rem;
    font-size: 1.8rem;
    background-color: #009a53;
    border: 1px solid #009a53;
    padding: 0px;
    margin-top: 2rem;
}
.anniu1:hover {
    background-color: #009a53;
    border: 1px solid #009a53;
    opacity: 0.9;
}
.footerxxwen{
    width: calc(100% - 3.2rem);;
}
.mySwiper .swiper-horizontal>.swiper-pagination-bullets,.mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal,.mySwiper .swiper-pagination-custom,.mySwiper .swiper-pagination-fraction{
    bottom:10rem;

}
.mySwiper .swiper-pagination-bullet{
    width: 1.2rem;
    height: 1.2rem;
    background:#fff;
    opacity: 1;
}
.mySwiper .swiper-pagination-bullet-active{
    width: 4.8rem;
    height: 1.2rem;
    background: #009a53;
    border-radius: 10rem;
}
.mySwiper2 .swiper-pagination-bullet{
    width: 1.2rem;
    height: 1.2rem;
    background:#fff;
    opacity: 1;
}
.mySwiper2 .swiper-pagination-bullet-active{
    width: 4.8rem;
    height: 1.2rem;
    background: #009a53;
    border-radius: 10rem;
}
.xwny {
    padding: 4.8rem 0 2.5rem;
    background: #fff;
}
.xwddbig {
    display: flex;
    justify-content: space-between;
}
.xwddbig img{
    margin:10px 0;
}
.xwddleft {
    width: 70%;
    background-color: #f9f9f9;
    padding: 7.9rem 9rem 6.5rem;
    border-top: #009a53 solid 6px;
    float: left;
    position: relative;
}
.xwddbt h2 {
    line-height: 125%;
    font-size: 3.2rem;
    color: #333333;
    font-weight: 700;
}
.xwddbt h3 {
    margin-top: 1.3rem;
    font-size: 1.6rem;
    line-height: 137.5%;
    color: #999999;
}
.xwddleft section {
    margin-top: 2.1rem;
    font-size: 1.4rem;
    color: #7d7d7d;
    line-height: 171.428571%;
    margin-bottom: 5.1rem;
}
.fanye {
    font-size: 1.4rem;
}
.xwddright {
    width: 25%;
    background-color: #f9f9f9;
    border-top: #009a53 solid 6px;
    float: right;
}
.xwddrightbt {
    width: 100%;
    height: 3.4rem;
    background: rgba(18,18,18,0.04);
    color: #333333;
    line-height: 3.4rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-top: 3.1rem;
    margin-bottom: 1rem;
}
.xwddright ul li {
    padding: 2rem 1.5rem;
    transition: .5s;
}
.xwddright ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column
}
.zxxwtu {
    width: 100%;
}
.zxxwwen {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.zxxwwen h2 {
    font-size: 1.6rem;
    color: #393b40;
    min-height: 4rem;
    line-height: 150%;
    font-weight: 600;
    text-align: left;
    margin: 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.zxxwsj {
    color: #393b40;
    font-size: 1.4rem;
}
.modal-dialog {
    width: 66rem;
    margin: 10rem auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #009a53;
}
.tanchu-lan {
    height: 5.5rem;
    line-height: 5.5rem;
    background-color: #009a53;
    font-size: 1.8rem;
    color: #FFFFFF;
    padding-left: 1rem;
    margin-top:-5.5rem;
}
.tanchu-nei {
    padding: 2rem;
    height: auto;
    overflow: hidden;
}     
.tanchu-nei p{
margin-bottom:2rem;
}
.modal-header{
background:#009a53;
}
.tanchu-nei .form-control{
    width: 100%;
    height: 3.4rem;
    border-radius: 0;
    padding: 0.6rem 1.2rem;
    margin: 0;
}
.tanchu-nei #message{
    height: auto;
}
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
    width: 60%;
    left: 20%;
    top: 50%;
    margin-top: 0;
    position: relative;
    transform: translate(0px, -50%);
}
.zwcont iframe {
	height:620px;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.syabcontentright img{
    height:46.8rem;
    object-fit: cover;
    object-position: center;
}
.insct img{
    margin:1rem 0;
}
.inewsd {
    margin: 5rem 0px;
}
.incont .instt {
    text-align: center;
    font-size: 2.4rem;
    line-height: 200%;
    font-weight: bold;
}
.incont .insxx {
    border-bottom: 1px rgba(0,0,0,.15) solid;
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
    padding-bottom:1.5rem;
}
.incont .insct {
    line-height: 200%;
    color: #666;
    font-size: 1.6rem;
}
.fanye {
    margin: 2rem 0px 0px;
    border-top: 1px rgba(0,0,0,.15) solid;
    padding: 1rem 0px 0px;
}
.fanye a, .fanye span {
    line-height: 3.5rem;
    float: left;
    max-width: 50%;
    display: block;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.fanye span{
    width:100%;
}
.fanye span:last-child{
    float: right;
    text-align: right;
}
.fanye span:last-child a{
    float:right;
}
.m_header{
    display: none;
}
.yc{
    display: none;
}
.nybanner img{
    width:100%;
	margin-top: 5%;
}
.btn img{
    width:1.2rem;
}
@media(max-width:768px){
    .yc{
        display: block;
    }
    .container{
        width: 100%;
    }
    header{
        display: none;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }
    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .m_header .m_nav.active {
        display: block;
    }
    .banner{
        padding-top:60px;
        height: auto;
    } 
    .mySwiper .swiper-horizontal>.swiper-pagination-bullets, .mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .mySwiper .swiper-pagination-custom, .mySwiper .swiper-pagination-fraction{
        bottom:10px;
    }
    .bannerwen {
        font-size: 16px;
		width: 90%;
		margin-left: 15px;
        margin-top: -25px;
    }
	.bannerwen a {
	margin-top: 3rem;
	}	
	.nybanner img {
    width: 100%;
    margin-top: 0%;
    }
    .swiper-button-next-banner {
        width: 3rem;
        height: 3rem;
    }
    .swiper-button-prev-banner {
        width: 3rem;
        height: 3rem;
    }
    .syjstitle P:last-child {
        right: 10.3%;
        top: 41.89%;
        font-size: 1.4rem;
    }
    .syjstitle P:first-child {
        left: 50%;
        top: 20.51%;
        font-size: 1.4rem;
    }
    .syjs{
        overflow: hidden;
    }
    .syjscontent {
        left: 100%;
        top:15%;
    }
    footer{
        overflow: hidden;
    }
    .syab{
        overflow: hidden;
    }	
	.sycp>img {
    width: 100%;
    height: 205px;
    }	
    .syjscontent {
        left: 20px;
        top: 15%;
        width: 100%;
        transform: translate(0%,0);
        font-size:14px;
        line-height: 150%;
    }
    .syjscontent h2{
        font-size:16px;
        margin-bottom:5px;
    }
    .syjscontent a {
        margin-top: 2rem;
    }
    .sycptitle h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .sycptitle p {
        color: #009a53;
        margin-bottom: 5px;
    }
    .syabcontentbig{
        flex-direction: column;
    }
    .syab>img{
        height: 100%;
        position: absolute;
        object-fit: cover;
        object-position: center;
    }
    .syabcontentleft {
        width: 100%;
        margin-bottom:10px;
    }
    .syabcontentright {
        width: 100%;
        overflow: hidden;
        border-radius: 24px;
    }
    .sycptitle {
        position: absolute;
        top: 20px;
        text-align: center;
        width: 100%;
    }
    .syabcontent{
        position:relative;
        top: 0;
        left: 0%;
        transform: translate(0%,0%);
    }
    .syabcontentbig{
        padding:20px;
    }
    .syabcontentleft ul {
        display: flex;
        justify-content: space-between;
    }
    .syabcontentleft ul li p{
        font-size:14px;
        line-height: 150%;
    }
    .syabyuanbg{
        margin: 0 auto;
    }
    .syabcontentleft a{
        margin:20px auto;
    }
    .syabcontentleft section{
        font-size: 14px;
    }
    .syabcontentleft a{
        font-size: 14px;
    }
    .syxw{
        padding:20px;
    }
    .syabcontentleft h2{
        font-size:16px;
        line-height: 100%;
    }
    .syxwtitle h2{
        font-size:16px;
    }
    .syxwtitle p{
        font-size:14px;
    }
    .syxwlist ul{
        flex-direction: column;
    }
    .syxwlist ul li{
        margin-bottom:10px;
    }
    .syxwwen h3{
        font-size:14px;
    }
    .syxwwen p{
        font-size:16px;
    }
    .syxwwen {
        left: 20px;
        bottom: 20px;
    }
    .syxwlist  a.synews {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 21rem;
        height: 4rem;
        color: #fff;
        font-size: 14px;
        background: #009a53;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 20px;
        transition: .5s;
    }
    footer{
        padding:20px;
    }
    .footerdh{
        display: none;
    }
    .footerxx{
        flex-direction: column;
    }
    .footerxx ul li{
        margin-right: 10px;
    }
    .footerxx ul{
        justify-content: flex-start;
    }
    .footertop{
        margin-bottom:20px;
    }
    .footerxx ul li, .footerxx ul li a{
        font-size: 14px;
    }
    .footerxxleft {
        width: 100%;
    }
    .footerxxright{
        display: none;
    }
    .footerbottom{
        font-size: 14px;
    }
    .footerbottomnr{
        flex-direction: column;
    }
    .b-height {
		height:50px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color:#009ca3;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color: #009a53;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .prolistbig{
        flex-direction: column;
    }
    .prolistleft {
        width: 100%;
        margin-bottom:20px;
    }
    .tuijian{
        display: none;
    }
    .prolistright{
        width: 100%;
    }
    .cplb ul li{
        width: 100%;
    }
    .cptuk-zi{
        font-size:14px;
    }
    .prolist{
        padding:20px;
    }
    .prosearchbig .prosearch{
        font-size: 16px;
    }
    .lielan{
        font-size:15px;
    }
    .fenlei li a{
        font-size: 14px;
    }
    .prodetailstitle{
        font-size: 16px;
		margin-top: 2.8rem;
    }
    .prodetailsr h3{
        font-size: 14px;
    }
    .xqmore a{
        font-size: 14px;
    }
    .prodetails{
        flex-direction: column;
    }
    .prodetailsl{
        width: 100%;
    }
    .prodetailsr{
        width: 100%;
    }
	
	.prodetailsjj section {
    font-size: 2.5rem;
	
    height: auto;
    }
	
    .xqmore a{
        width: 100%;
    }
    .cpxq-lan{
        font-size:16px;
    }
    .cpxq-nei td{
        font-size: 14px;
    }
    .cpxq-nei{
        font-size: 14px;
    }
    .liebiao a{
        font-size: 14px;
    }
    .xiangguan h2{
        font-size: 17px;
    }
    .nybanner{
        padding-top:60px;
    }
    .lanmux{
        height:auto;
    }
    .lm-ct{
        flex-direction: column;
    }
    .bread {
        justify-content: center;
    }
    .lm-ct ul {
        flex-wrap: wrap;
    }
    .lm-ct ul li {
        list-style-type: none;
        margin-right: 0;
        width: 50%;
        text-align: center;
    }
    .lm-ct ul li a{
        font-size: 14px;
    }
    .bread{
        font-size: 14px;
    }
    .bread a{
        font-size: 14px;
    }
    .abww{
        padding: 20px;
    }
    .abwwbig{
        flex-direction: column;
    }
    .abwwright{
        width: 100%;
    }
    .abwwleftbig{
        width: 100%;
        margin-bottom: 50px;
    }
    .abww h2{
        font-size:16px;
    }
    .abww{
        font-size:14px;
    }
    .qywh{
        padding:20px;
    }
    .qywh h2{
        font-size: 16px;
        margin: 0;
    }
    .qywhwen{
        font-size: 14px;
    }
    .zhuanlixinxi{
        padding: 20px;
    }
    .zhuanlixinxibig, .zhuanlixinxibig h2{
        font-size:16px;
    }
    .shebei{
        padding:20px;
    }
    .zhuanlixinxiright .swiper-button-next{
        right: 0;
        top: 100%;
    }
    .zhuanlixinxiright .swiper-button-prev{
        right: 6rem;
        top: 100%;
    }
    .nyxw{
        padding:20px;
    }
    .xwtjbig a{
        flex-direction: column;
    }
    .xwtjwen{
        width:100%;
    }
    .xwtjtu{
        width:100%;
    }
    .sygcbt{
        font-size: 18px;
    }
    .nyxwlist ul li{
        font-size: 14px;
        width:100%;
    }
    .nyxwlist ul li span{
        font-size: 14px;
        width: 70px;
    }
    .nyxwlist .sygcwen section{
        font-size: 16px;
    }
    .hdny{
        padding:20px;
    }
    .incont .instt{
        font-size: 16px;
    }
    .incont .insxx{
        font-size:14px;
    }
    .incont .insct{
        font-size: 14px;
    }
    .fanye a, .fanye span{
        font-size: 14px;
    }
    .xwtjwen span{
        font-size: 14px;
        width: 70px;
        margin-bottom:10px;
    }
    .xwss{
        padding:20px;
    }
    .xwss a{
        flex-direction: column;
    }
    .xwkk-aa{
        width:100%;
    }
    .xwkk-bb{
        width: 100%;
    }
    .xwkk-bb h2{
        font-size:18px;
    }
    .xwkk-bb span{
        font-size: 14px;
    }
    .xw-more{
        font-size: 14px;
        margin-top:0;
    }
    .xwkuaix a{
        flex-direction: column;
    }
    .xwhhleft{
        margin-bottom:20px;
        width: 100%;
    }
    .xwkuaix h2{
        font-size:18px;
    }
    .xwkuaix h3{
        font-size:16px;
    }
    .xwkuaix span.jj{
        font-size:14px;
    }
    .xwddbig{
        flex-direction: column;
    }
    .xwddleft{
        width: 100%;
    }
    .xwny{
        padding:20px;
    }
    .xwddleft{
        padding:10px;
    }
    .xwddbt h2{
        font-size: 18px;
    }
    .xwddbt h3{
        font-size: 16px;
    }
    .xwddleft section{
        font-size: 14px;
    }
    .liebiaok a{
        font-size: 14px;
    }
    .liebiaok-aa{
        width: 100%;
    }
    .liebiaok-bb{
        width: 100%;
    }
    .xwddright{
        display: none;
    }
    .map{
        padding:20px;
    }
    .servicesbt{
        font-size:16px;
    }
    .lxfsbig li{
        padding:20px;
        flex-direction: column;
    }
    .lxfsbig li img{
        margin-bottom:20px;
        padding-right: 0;
    }
    .lxfswen h2{
        font-size: 15px;
        line-height: 200%;
    }
    .lxfsbig li{
        font-size: 14px;
        line-height: 200%;
    }
    .liuyan{
        padding:20px; 
    }
    .liuyanbt{
        font-size: 16px;
    }
    .formtop{
        flex-direction: column;
    }
    .formtop>div{
        width: 100%;
    }
    .formtoptitle h4{
        font-size:14px
    }
    .anniu1{
        width: 100%;
        font-size: 14px;
    }
}