html{width: 100%;}
body{font-size: 16px; background: #fff; font-family: "Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 28px; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.w1520{position: relative;width: 1520px;margin: 0 auto;}
.flex {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 100px;}
.pd50{padding: 0 50px;}


@font-face {
	font-family: "FuturaPT";
	src: url(../fonts/FUTURA-PT-MEDIUM.WOFF.TTF);
}
@font-face {
	font-family: "DIN";
	src: url(../fonts/DIN-BOLD.OTF);
}




.headbox_t,.headbox_b {	background-color: #fff;}

.headbox_t {border-bottom: 1px solid #efefef; width: 100%; background: #fff; z-index: 99999999; left: 50%; transform: translateX(-50%); position: fixed;top: 0	;   height: 36px;	color: #000;	font-size: 13px;	line-height: 35px;	transition: all .4s;	}

.headbox_tbox {	height: 100%;	display: flex;	justify-content: space-between;	transition: all .4s;}

.headbox_tl a {	font-weight: 700;	font-size: 14px;}

.headbox_tr {	display: flex;}


.headbox_tra {
    position: relative;
    padding: 0 15px;
    font-size: 13px;
    color: var(--p_color);
}


.headbox_tradw {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-bottom: 7px;
    transition: all .4s;
    opacity: 0;
    visibility: hidden; /* 初始状态隐藏 */
    transform: translateY(10px);  /* 设定初始偏移 */
}

.headbox_tradw_img {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
}
.headbox_tradw_img img{width: 100%;}

.headbox_tra:hover .headbox_tradw {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible; /* 悬停时变为可见 */
}




.headbox_tra::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 17px;
    background-color: #e6e6e6;
    transform: translateY(-50%);
}



.headbox_tra:last-child::after {
    display: none;
}




.headbox_tra i {
    margin-right: 4px;
    transition: all .3s;
}

.headbox_tra:hover i {
    color: var(--btn_bg_color1);
}




.h-header.active{top:0;}

.h-header.active .h-nav .li>a{line-height: 80px;}

.h-header.active .h-menu{height: 80px;}

.h-header-zw{height: 136px;display: block;}
.h-header{transition: 0.5s all; padding-left: calc((100vw - 1520px)/2);display: flex;align-items: center;position: fixed;top: 36px; left: 0;width: 100%;z-index: 999;background: #fff;box-shadow: 0px 0px 5px 0 #eee;}
.h-logo{margin-right: auto;}
.h-nav{display: flex;}
.h-nav .li{margin-right: 60px;position: relative;}
.h-nav .li>a{font-size: 18px;color: #000000;display: block;line-height: 100px;}
.h-nav .li.active>a{color: #00A13A;}
.h-nav .h-subnav {width:200px;background:#ffffff;font-size:12px;text-align:left;position:absolute;left:50%;transform: translateX(-50%); top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:44;}
.h-nav .h-subnav ol {padding:12px 0;}
.h-nav .h-subnav ol li{width: 100%;margin: 0 !important;}
.h-nav .h-subnav a {transition: .3s; padding: 0 10px;box-sizing: border-box; width: 100%; display:block;height:50px;line-height:50px;color:#333;font-size: 14px;text-align: center;font-weight: normal;}
.h-nav .h-subnav a:hover {background:#00A13A;color:#fff!important;}
.h-nav .li:hover .h-subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}
.h-nav .li.active>a{color: #00A13A;}



.h-more{display: flex;align-items: center;position: relative;}
.h-more::before{content: "";display: block;width: 1px;height: 20px;background: #CCCCCC;position: absolute;left: 0;top: 50%;margin-top: -10px;}
.h-search{padding: 0 35px;}
.h-search img{display: block;cursor: pointer;}
.h-menu{transition: 0.5s all; display: flex;align-items: center;justify-content: center;background: linear-gradient(90deg, #00BD44, #00A13A);width: 100px;height: 100px;cursor: pointer;}
.h-menu img{display: block;}


.in-nav {width: 100%;height: 100%;background-size: cover;background-position: center;overflow: hidden;position: fixed;top: 0;left: 0;z-index: 99;padding: 100px 150px 80px;-webkit-clip-path: circle(0% at 100% 0px);clip-path: circle(0% at 100% 0px);transition: -webkit-clip-path 1.5s;transition: clip-path 1.5s;transition: clip-path 1.5s, -webkit-clip-path 1.5s;background-color: #fff;z-index: 99999;}
.in-nav.open {-webkit-clip-path: circle(150% at 100% 0px);clip-path: circle(150% at 100% 0px)}
.in-nav .close {position: absolute;top: 3.125vw;right: 5.7292vw;color: #fff;background: #00A13A;transition: transform .6s;width:50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;overflow: hidden;transition:ease .8s; cursor: pointer;outline: none;}
.in-nav .close .iconfont{ font-size: 20px; font-weight: bold; display: inline-block;}
.in-nav .close:hover {transform: rotate(180deg)}
.in-nav .con{display:flex;flex-direction:column;height:100%}
.in-nav ul{display:flex;justify-content:space-between;flex:1;border-bottom:1px solid #9aa1a8;line-height:1}
.in-nav ul .link{font-size:14px;color:#26272a;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:block;}
.in-nav ul .link::after{content:"";display:block;width:100%;height:1px;background:#00A13A;margin-top:4px;opacity:0;transition:opacity .5s}
.in-nav ul .link:hover{color:#00A13A !important}
.in-nav ul .link:hover::after{opacity:1}
.in-nav ul .link:first-child{font-size:20px;color:#000;margin-bottom:2em;font-weight:bold}
.in-nav ul .link:not(:last-child){margin-bottom:1em}
.in-nav .info{display:flex;justify-content:space-between;margin-top:35px;color:#3f4247;font-size:14px}
.in-nav .info .item{margin-bottom:1em}
.in-nav .info .item span:first-child{margin-right:.5em}
.in-nav .info .tel span:last-child{font-size:24px;color:#00A13A}
.in-nav .info .email span:last-child{border-bottom:1px solid}
.in-nav .qrs{display:flex}
.in-nav .qrs .qr-box{text-align:center;display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;color:#000;margin:0;margin-left:20px;line-height:2.5}
.in-nav .qrs .qr-box .qr{margin:0;max-width:100px;/* padding:10px; */background:#fff}
.qr-box .qr img{display:block;width: 100%;}

.search-bg {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: #f5f5f5;display: none;z-index: 9998;}
.search-alert {position: fixed;background: rgba(0,0,0,.7);left: 0;top: 0;width: 100%;height: 100%;opacity: 1;z-index: 99999;}
.search-alert input::-webkit-input-placeholder {color: #fff !important;}
.search-alert input::-moz-placeholder {/* Mozilla Firefox 19+ */color: #fff !important;}
.search-alert input:-moz-placeholder {/* Mozilla Firefox 4 to 18 */color: #fff !important;}
.search-alert input:-ms-input-placeholder {/* Internet Explorer 10-11 */color: #fff !important;}
.search-alert .cent-form {opacity: 0;-webkit-transform: translate(0, 40px);-ms-transform: translate(0, 40px);transform: translate(0, 40px);-webkit-transition: all .5s;transition: all .5s;}
.search-alert .close {width: 30px;height: 30px;position: absolute;top: 35px;right: 2.6%;cursor: pointer;background: url(../images/colse.png) no-repeat center;background-size: 18px auto;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.search-alert .cent-form {position: absolute;width: 94.8%;left: 2.6%;top: 50%;height: 60px;margin-top: -63px;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.search-alert .cent-form:before {content: "";color: #fff;font-size: 30px;position: absolute;left: 0;height: 50px;width: 50px;top: 50%;margin-top: -25px;background: url(../images/z_img9.png) no-repeat center;background-size: 28px auto;}
.search-alert .cent-form .tex {border: none;font-size: 40px;height: 50px;line-height: 50px;text-align: center;width: 100%;color: #fff;background: none;padding-left: 100px;padding-right: 140px;box-sizing: border-box;}
.search-alert .cent-form .sub-butn {border: none;height: 50px;font-size: .8rem;line-height: 50px;color: #fff;text-align: right;background: none;position: absolute;right: 0;top: 0;width: 120px;text-align: center;font-size: 26px;cursor: pointer;}
.search-alert {-webkit-transform-origin: bottom center;-ms-transform-origin: bottom center;transform-origin: bottom center;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s .5s;transition: transform .3s .5s;}
.search-alert.active {-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.search-alert.active .cent-form {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .5s .3s;transition: all .5s .3s;}



.mySwiperBannerPc{display: block;}
.mySwiperBannerWap{display: none;}
.mySwiperBanner {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperBanner .swiper-slide {display: flex;justify-content: center;align-items: center;}
.mySwiperBanner .swiper-button-next:after,.mySwiperBanner .swiper-button-prev:after{display: none;}
.mySwiperBanner .swiper-button-next,.mySwiperBanner .swiper-button-prev{display: block;width: 50px;height: 50px;background: url(../images/right1.png);transition: .3s;}
.mySwiperBanner .swiper-button-next{right: 75px;}
.mySwiperBanner .swiper-button-prev{left: 75px;transform: rotate(180deg);}
.mySwiperBanner .swiper-button-next:hover,.mySwiperBanner .swiper-button-prev:hover{background: url(../images/right2.png);}
.banner .bannerItem img{display: block;width: 100%;}

.bannerNews{background: #F5F5F5;}
.bannerNews .w1520{display: flex;align-items: center;height: 80px;}
.bannerNewsTitle{display: flex;align-items: center;flex-shrink: 0;}
.bannerNewsTitle img{display: block;height: 100%;}
.bannerNewsTitle span{display: block;font-size: 16px;line-height:50px;color: #000000;padding: 0 5px 0 18px;}
.bannerNewsList{width: calc(50% - 200px);}
.bannerNewsList+.bannerNewsList{margin-left: auto;}
.bannerNewsList a{display: flex;}
.bannerNewsList a span{display: block;font-size: 16px;color: #333333;line-height:50px;height:50px;width: 100%;padding-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.bannerNewsList a em{display: block;font-size: 16px;color: #999999;line-height:50px;height:50px;flex-shrink: 0;}

.logo-text .telPhone{font-size: 16px;font-weight: bolder;color: #333;}



.indTitle{display: flex;align-items:center;padding: 90px 0 45px;}
.indTitle .intL{margin-right:auto;}
.indTitle .intL .atit{font-size: 48px;color: #00A13A;line-height: 1.3;font-family: FuturaPT;}
.indTitle .intL .btit{font-size: 30px;color: #000000;line-height: 1.3;}
.indTitle .intR{}
.indTitle .intR .more{display: flex;align-items: center;}
.indTitle .intR .more span{font-size: 16px;color: #333333;display: block;margin-right: 10px;}
.indTitle .intR .more i{display: block;width: 40px;height: 40px;border-radius: 20px;border: 1px solid #E0E0E0;background-image: url(../images/more1.png);background-repeat: no-repeat;background-position: center;transition: .3s;}
.indTitle .intR .more:hover i{background-color: #00A13A;background-image: url(../images/more2.png);}

.indTitle2{text-align: center;padding: 70px 0 45px;}
.indTitle2 .atit{font-size: 30px;color: #000000;line-height: 1.5;}
.indTitle2 .btit{font-size: 18px;color: #666666;line-height: 1.5;margin-top: 12px;}


.sec1{padding-bottom: 100px;}
.indCaseBox{position: relative;}
.indCaseSelList{width: 300px;background: #F5F5F5;overflow: hidden;}
.indCaseSelItem{display: flex;align-items: center;padding: 0 20px 0 40px;height: 80px;position: relative;overflow: hidden;}
.indCaseSelItem i{display: block;width: 25px;height: 25px;flex-shrink: 0;background-repeat: no-repeat;position: relative;z-index: 9;}
.indCaseSelItem span{width: 100%;font-size: 18px;display: block;padding-left: 10px;line-height: 32px;position: relative;z-index: 9;transition: .3s;}
.indCaseSelItem+.indCaseSelItem{border-top: 1px solid #ffffff;}
.indCaseSelItem::before{content: "";display: block;width: 100%;height: 100%;position: absolute;left: -100%;top: 0;background: linear-gradient(90deg, #00BD44, #00A13A);transition: .5s;}
.indCaseSelItem.active i{background-position: 0 -62px;}
.indCaseSelItem.active span{color: #ffffff;}
.indCaseSelItem.active::before{left: 0;}

.mySwiperIndCase {width: 100%;height:100%;position: relative;overflow: hidden;}
.indCaseListBox{width: calc(100% - 300px);position: absolute;right: 0;top: 0;height: 100%;}
.indCaseList{display: flex;height: 100%;background: #ffffff;}
.indCaseItem{display:block;width: calc(100% - 340px);height: 100%;margin: 0 20px;overflow: hidden;position: relative;}
.indCaseItem .img{overflow: hidden;height: 100%;}
.indCaseItem .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .5s;}
.indCaseItem .desc{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(0,0,0,.5);display: flex;}
.indCaseItem .desc .info{width: 100%;padding: 20px;}
.indCaseItem .desc .info .atit{font-weight: bold;font-size: 24px;color: #FFFFFF;line-height: 1.4;}
.indCaseItem .desc .info .btit{	overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp: 2;font-size: 16px;color: #FFFFFF;line-height: 1.3;}
.indCaseItem .desc .info .btit span{min-width: 50%;display: block;margin: 8px 0 2px;}
.indCaseItem .desc .more{width: 130px;height: auto;background: linear-gradient(90deg, #00BD44, #00A13A);display: flex;align-items: center;justify-content: center;font-size: 18px;color: #ffffff;}
.indCaseItem:hover .img img{transform: scale(1.05);}

.indCaseItemList{width: 300px;height: 100%;}
.indCaseItem2{position: relative;height: calc(33.333% - 13px);display: block;overflow: hidden;}
.indCaseItem2+.indCaseItem2{margin-top: 20px;}
.indCaseItem2 .img{overflow: hidden;height: 100%;}
.indCaseItem2 .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .5s;}
.indCaseItem2 p{display: block;position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(0,0,0,.5);text-align: center;height: 40px;line-height: 40px;padding: 0 10px;font-size: 18px;color: #FFFFFF;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.indCaseItem2:hover .img img{transform: scale(1.08);}



.sec2{background: url(../images/sec2Bg.jpg) center/cover;padding-bottom: 80px;}
.indProList{display: flex;flex-wrap: wrap;}
.indProItem{width: calc(25% - 15px);margin: 0 20px 20px 0;background: #ffffff;border-radius: 20px;overflow: hidden;}
.indProItem .i{display: block;width: 50px;height: 50px;background: url(../images/right3.png);transition: .3s;margin: 0 auto;margin-top: 10px;}
.indProItem:hover .i{background: url(../images/right2.png);}
.indProItem:nth-of-type(4n){margin-right: 0;}
.indProItem .img{overflow: hidden;}
.indProItem .img img{display: block;width: 100%;transition: .5s;}
.indProItem .desc{text-align: center;padding: 0 10px 30px;}
.indProItem .desc p{display: block;font-size: 24px;font-weight: bold;color: #000000;line-height: 32px;height: 32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.indProItem .desc span{display: block;font-size: 16px;color: #666666;line-height: 32px;height: 32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top: 10px;}
.indProItem:hover .img img{transform: scale(1.05);}
.indProItem:hover .desc p{color: #00A13A;}



.sec3{padding: 92px 0;}
.khList{display: flex;justify-content: center;}
.khItem{background: #FFFFFF;box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);margin: 9px;width: calc(14.3% - 18px);overflow: hidden;}
.khItem img{width: 100%;transition: .5s;}
.khItem:hover img{transform: scale(1.08);}

.sec4{background: #F8F8F8;padding: 80px 0;}
.indAbout {display: flex;}
.mySwiperIndAboutImg,.mySwiperIndAboutDesc {width: 100%;position: relative;overflow: hidden;}
.indAboutDesc .indTitle{padding-top: 0;}
/* .indAbout{display: flex;background: #F8F8F8;} */
/* .indAboutDesc{padding-left: calc((100vw - 1520px)/2);padding-right: 50px;width: 50%;padding-bottom: 100px;} */
.indAboutDesc{padding-right: 50px;width: 50%;padding-bottom:0;}

.indAboutInfo{}
.indAboutInfo .atit{font-weight: bold;font-size: 40px;color: #000000;line-height: 1.5;margin-bottom: 5px;}
.indAboutInfo .atit em{font-size: 55px;color: #00A13A;font-family: DIN;}
.indAboutInfo .btit{font-size: 16px;color: #666666;line-height: 1.6;}
/* .indAboutBtns{display: flex;flex-wrap: wrap;margin-top: 45px;} */
.indAboutBtns{display: flex;flex-wrap: wrap;}

.iabBtn{display: flex;align-items: center;background: linear-gradient(135deg, #00BD44, #00A13A);border-radius: 24px;height: 45px;padding: 0 15px;}
.iabBtn+.iabBtn{margin-left: 10px;}
.iabBtn img{display: block;margin-right: 5px;}
.iabBtn span{display: block;font-size: 16px;color: #ffffff;}
.iabBtn strong{display: block;font-size: 20px;color: #ffffff;font-family: DIN;}
/* .indAboutSelBox{display: flex;flex-wrap: wrap;margin-top: 60px;} */
.indAboutSelBox{display: flex;flex-wrap: wrap;margin-top: 40px;}

.indAboutSel{background: #FFFFFF;width: calc(25% - 18px);margin-right: 24px;padding: 25px 10px 15px;cursor: pointer;}
.indAboutSel:nth-of-type(4n){margin-right: 0;}
.indAboutSel i{display: block;width: 51px;height: 45px;margin: 0 auto 12px;background-repeat: no-repeat;}
.indAboutSel span{display: block;text-align: center;font-size: 16px;color: #999999;line-height: 1.5;transition: .3s;}
.indAboutSel.active i{background-position: 0 -122px;}
.indAboutSel.active span{color: #333333;}

.mySwiperIndAboutImg{height: 100%;}
.indAboutImg{width: 50%;height: auto;position: relative;}
.indAboutImg img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.indAboutSWB{width:100%;display: flex;align-items:center;position: absolute;left: 0;bottom: 30px;padding-right: calc((100vw - 1520px)/2);padding-left: 50px;}
.indAboutSWB .swiper-button-prev::after,.indAboutSWB .swiper-button-next::after{display: none;}
.indAboutSWB .swiper-button-prev,.indAboutSWB .swiper-button-next{position: relative;left:0;right: 0;top: 0;margin-top: 0;width: 50px;height: 50px;background: url(../images/right1.png);transition: .3s;flex-shrink: 0;}
.indAboutSWB .swiper-button-prev:hover,.indAboutSWB .swiper-button-next:hover{background: url(../images/right2.png);}
.indAboutSWB .swiper-button-prev{transform: rotate(180deg);}
.indAboutSWB .swiper-button-next{margin-left: 20px;}
.indAboutSWB .swiper-pagination{position: relative;font-family: Arial;font-size: 24px;width:auto;bottom:0;font-weight: bold;color: #FFFFFF;line-height: 1.5;flex-shrink: 0;}
.indAboutSWB .swiper-pagination span{font-size: 22px;}
.indAboutSWB .swiper-pagination em{font-size: 24px;}
.indAboutSWB i{display: block;background: #FFFFFF;opacity: 0.5;width: 100%;height: 1px;position: relative;z-index: 9;margin: 0 10px;}





.sec5{padding-bottom: 70px;}
.solutionList{display: flex;flex-wrap: wrap;}
.solutionItem{width: calc(25% - 53px);margin-right: 70px;padding: 30px 20px;border-radius: 20px;transition: .3s;}
.solutionItem:nth-of-type(4n){margin-right: 0;}
.solutionItem .img{}
.solutionItem .img img{max-width: 100%;}
.solutionItem .atit{font-weight: bold;font-size: 24px;color: #000000;line-height: 32px;height: 32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin: 40px 0 10px;}
.solutionItem .btit{font-size: 16px;color: #666666;line-height: 25px;height: 100px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin-bottom: 55px;}
.solutionItem .i{display: block;width: 50px;height: 50px;background: url(../images/right3.png);transition: .3s;}
.solutionItem:hover{transform: translateY(-10px);box-shadow: 0px 0px 15px 0px #eee;}
.solutionItem:hover .i{background: url(../images/right2.png);}



.sec6{background-image: url(../images/sec6Bg.jpg);background-size: cover;background-position: center bottom;padding-bottom: 180px;}
.sec6 .indTitle{padding-top: 0;}
.jinzhiBox{display: flex;align-items: center;}
.jzDesc{width: 50%;display: flex;flex-direction: column;align-items: flex-start;padding-right: 55px;}
.jzDesc .jzAtit{font-weight:bold;font-size: 30px;color: #000000;line-height: 1.5;background: linear-gradient(135deg, #00BD44 0%, #00A13A 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.jzDesc .jzBtit{font-size: 16px;color: #666666;line-height: 1.6;margin: 15px 0 35px;}
.jzDesc .jzBtit p{margin-bottom: 5px;}
.jzDesc .jzCtit{display: flex;align-items: center;}
.jzDesc .jzCtit span{display: block;}
.jzDesc .jzCtit i{display: block;width: 40px;height: 40px;border-radius: 100%;border: 1px solid #E0E0E0;background: url(../images/more1.png) no-repeat center;margin-left: 10px;transition: .3s;}
.jzDesc .jzCtit:hover i{background-color: #00A13A;background-image: url(../images/more2.png);}

.jzImgBox{width: 50%;border-radius: 10px;overflow: hidden;position: relative;}
.jzImgBox img{display:block;width: 100%;transition: .5s;}
.jzImgBox i{display: block;width: 80px;height: 80px;border-radius: 20px;cursor: pointer;position: absolute;left: 50%;top: 50%;margin: -40px 0 0 -40px;background: url(../images/video-open.png);z-index: 9;}

.mySwiperAbout{width: 100%;position: relative;overflow: hidden;}
.mySwiperAbout .swiper-pagination-bullet{width: 20px;height: 4px;background: #FFFFFF;opacity: 0.5;border-radius: 0;transition: .3s;}
.mySwiperAbout .swiper-pagination-bullet-active{opacity: 1;}

.layui-layer-video{max-width: 1200px;}
.layui-layer-video video{display: block;width: 100%;}


.sec7{padding-bottom: 100px;}
.indNumBox{display: flex;width: 100%;background: #FFFFFF;box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);border-radius: 10px;padding: 50px 0;margin-top: -100px;}
.indNumItem{width: 25%;text-align: center;position: relative;}
.indNumItem+.indNumItem::before{content: "";display: block;height: 100px;width: 1px;background: #000000;opacity: 0.05;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.indNumItem p{font-family: DIN;font-weight: bold;font-size: 60px;color: #333333;line-height: 1.2;}
.indNumItem span{font-size: 16px;color: #666666;line-height: 2;opacity: 0.7;}


.twSelList{display: flex;justify-content: center;margin: 40px 0 25px;}
.twSel{display: flex;align-items: center;justify-content: center;min-width: 150px;height: 50px;padding: 0 15px;background: #EFEFEF;border-radius: 5px;margin: 5px;transition: .3s;position: relative;font-size: 16px;color: #000000;transition: .3s;overflow: hidden;cursor: pointer;}
.twSel::before{content: "";display: block;width: 100%;height: 100%;background: linear-gradient(135deg, #00BD44, #00A13A);position: absolute;left: -100%;top: 0;z-index: 1;transition: .3s;}
.twSel span{display: block;position: relative;z-index: 9;}
.twSel.active{color: #ffffff;}
.twSel.active::before{left: 0;}
.twList{display: flex;flex-wrap: wrap;background: #ffffff;}
.twItem{width: calc(25% - 15px);position: relative;margin-right: 20px;overflow: hidden;}
.twItem:nth-of-type(4n){margin-right: 0;}
.twItem img{display: block;width: 100%;transition: .3s;}
.twItem p{position: absolute;display: block;bottom: 0;left: 0;width: 100%;padding-top: 20px;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.4));text-align: center;font-size: 16px;color: #FFFFFF;line-height: 50px;height: 70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.mySwiperTW{width: 100%;position: relative;overflow: hidden;}
.mySwiperTW .swiper-slide{opacity: 0!important;}
.mySwiperTW .swiper-slide-active{opacity: 1!important;}




.sec8{background: url(../images/sec8Bg.jpg) center/cover;padding-bottom: 50px;}
.serList{display: flex;flex-wrap: wrap;justify-content: space-between;}
.serItem{position:relative;}
.serItem+.serItem::before{content: "";display: block;background: url(../images/line1.png);width: 100px;height: 40px;position: absolute;top: 40px;right: calc(100% - 20px);}
.serItem .i{display: flex;width: 120px;height: 120px;background: #FFFFFF;border-radius: 50%;align-items: center;justify-content: center;position: relative;z-index: 99;}
.serItem .i i{display: block;width: 51px;height: 51px;background-repeat: no-repeat;}
.serItem p{display: block;text-align: center;font-size: 18px;color: #666666;line-height: 1.5;margin-top: 15px;}
.serItem:hover .i i{background-position: 0 -135px;}


.newsSelList{display: flex;flex-wrap: wrap;}
.newsSel{display: flex;position: relative;align-items: center;justify-content: center;min-width: 110px;height: 45px;background: #FFFFFF;border-radius: 23px;border: 1px solid #E9E9E9;margin: 5px;overflow: hidden;}
.newsSel span{position: relative;z-index: 9;}
.newsSel::before{content: "";display: block;width: 100%;height: 100%;background: linear-gradient(180deg, #00BD44, #00A13A);position: absolute;left: -100%;top: 0;transition: .3s;z-index: 1;}
.newsSel:hover{color: #FFFFFF;}
.newsSel:hover::before{left: 0;}


.mySwiperNews {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperNews .swiper-slide {display: flex;justify-content: center;align-items: center;}
.newsItem{display: flex;width: 100%;background: #F5F5F5;}
.newsItem .img{width: 50%;max-height: 420px;height: 100%;}
.newsItem .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.newsItem .desc{width: 50%;padding: 70px 50px 200px;background: url(../images/newsBg.jpg) center/cover;}
.newsItem .desc .atit{font-size: 24px;font-weight:bold;color: #000000;line-height: 45px;height: 45px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newsItem .desc .btit{display: flex;align-items: center;font-size: 14px;color: #999999;line-height: 2;margin: 5px 0 10px;}
.newsItem .desc .btit img{margin-right: 10px;}
.newsItem .desc .ctit{font-size: 16px;color: #666666;line-height: 26px;max-height: 52px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

.indNewsLB .swiper-pagination{width: 50%;}
.indNewsLB .swiper-pagination-bullet{width: 20px;height: 4px;background: #FFFFFF;margin: 0 5px!important;opacity: 0.5;border-radius: 0;transition: .3s;}
.indNewsLB .swiper-pagination-bullet-active{opacity: 1;}
.newsNP{display: flex;position: absolute;left: 50%;bottom: 80px;margin-left: 50px;}
.newsNP .swiper-button-prev::after,.newsNP .swiper-button-next::after{display: none;}
.newsNP .swiper-button-prev,.newsNP .swiper-button-next{position: relative;top: auto;left: auto;right: auto;display: block;width: 50px;height: 50px;background: url(../images/right3.png);transition: .3s;}
.newsNP .swiper-button-prev:hover,.newsNP .swiper-button-next:hover{background: url(../images/right2.png);}
.newsNP .swiper-button-prev{transform: rotate(180deg);}
.newsNP .swiper-button-next{margin-left: 20px;}


.indNewsList{display: flex;flex-wrap: wrap;padding:0 0 100px;flex-direction: column;width: calc(33.33% - 34px);margin:0 50px 0 0 ;}
.indNewsList:last-child .indNewsItem{margin-right: 0;}
.indNewsList>h1{font-size: 26px;padding-bottom: 10px;}
/* .indNewsItem{width: calc(33.3333% - 34px);margin: 0 50px 0 0;border-top: 1px solid #EEEEEE;border-bottom: 1px solid #EEEEEE;padding: 20px 0;} */
.indNewsItem:first-child{border-top: 1px solid #eee;}
.indNewsItem{justify-content: space-between; align-items: center; display: flex; width: 100%; margin: 0 50px 0 0;border-bottom: 1px solid #EEEEEE;padding: 20px 0;}

/* .indNewsItem:nth-of-type(3n){margin-right: 0;} */
.indNewsItem .atit{width: 20%; font-size: 14px;color: #999999;line-height: 2;transition: .3s;text-align: right;}
.indNewsItem .btit{ width: 75%; font-size: 16px;color: #000000;line-height: 40px;height: 40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.indNewsItem .ctit{display: flex;align-items: center;font-size: 14px;color: #999999;transition: .3s;}
.indNewsItem .ctit i{display: block;width: 6px;height: 12px;background: url(../images/iconRight1.png);margin-left: 8px;transition: .3s;}
.indNewsItem:hover{border-color: #00A13A;}
.indNewsItem:hover .atit{color: #00A13A;}
.indNewsItem:hover .btit{color: #00A13A;}
.indNewsItem:hover .ctit{color: #00A13A;}
.indNewsItem:hover .ctit i{background: url(../images/iconRight2.png);}


.newsBox{display: flex;}





.h-footer{position:relative;background-color: #222222;overflow: hidden;z-index: 9;}
.foot1{padding: 50px 0 50px;position: relative;z-index: 98;}
.foot1>div{display: flex;}
.foot1 .h-info{display: flex;flex-direction: column;width: 320px;}
.foot1 .h-logo{margin-bottom: 40px;display: block;}
.foot1 .lineInfo{display: flex;align-items: flex-start;}
.foot1 .lineInfo+.lineInfo{margin-top: 20px;}
.foot1 .lineInfo img{width: 16px;margin-top: 3px;}
.foot1 .lineInfo span{padding-left: 15px;width: calc(100% - 16px);display: block;font-size: 16px;color: #FFFFFF;line-height: 25px;opacity: 0.5;}
.foot1 .lineInfo p{padding-left: 15px;width: calc(100% - 16px);display: block;font-size: 20px;color: #FFFFFF;line-height: 25px;font-family: "DIN";}
.foot1 .lineInfo p em{opacity: .5;font-size: 16px;}
.foot1 .h-nav{display:flex;justify-content: space-between;width: calc(100% - 300px);padding-left: 80px;}
.foot1 .h-nav dl{}
.foot1 .h-nav dt{margin-bottom: 25px;}
.foot1 .h-nav dt a{font-size: 18px;font-weight: bold;color: #FFFFFF;line-height: 36px;}
.foot1 .h-nav dd a{font-size: 16px;color: #FFFFFF;line-height: 24px;opacity: 0.5;}
.foot1 .h-nav dd+dd{margin-top: 18px;}
.foot1 .h-nav dd img{width: 100%;display: block;padding-top: 5px;}
.footEwm{max-width: 150px;}
.foot2{border-top: 1px solid #333333;padding: 25px 0;position: relative;z-index: 98;}
.foot2>div{display: flex;align-items: center;}
.foot2 .f2l{margin-right: auto;}
.foot2 span,.foot2 a{display: inline-block;font-size: 16px;color: #FFFFFF;line-height: 24px;opacity: 0.5;}
.h-footer a:hover{opacity: 1!important;}

.yqlj_box{position: relative;display: block;border: 1px solid #ffffff;}
.yqlj{display: flex;flex-direction: row-reverse;background: #1E1E1E;}
.yqlj span{display: block;height: 50px;line-height: 48px;color: #9E9E9E;border: 1px solid #444444;box-sizing: border-box;padding: 0 18px 0 50px;background: url(../images/yqlj.png) no-repeat;background-position: 15px 14px;font-size: 16px;opacity: 1;}
.yqlj i.jt{display:block;height: 50px;width: 50px;margin: 0;background: url(../images/downjt.png) no-repeat #ffffff;background-position: center !important;cursor: pointer;transition: .3s;overflow: hidden;}
.yqlj_list{display: none;position: absolute;width: 100%;bottom: 51px;left: 0;background: #1E1E1E;text-align: center;}
.yqlj_list a{display: block;color: #FFFFFF;height: 50px;line-height: 50px;}
.yqlj_list a:hover{color: #fff;}




@media screen and (max-width:1660px) {
	.w1520{width: 1320px;}
	.h-header{padding-left: calc((100vw - 1320px)/2);}
	/* .indAboutDesc{padding-left: calc((100vw - 1320px)/2);} */
	.indAboutSWB{padding-right: calc((100vw - 1320px)/2);}
	.h-nav .li{margin-right: 40px;}
	.indTitle{padding: 70px 0 30px;}
}
@media screen and (max-width:1460px) {
	.indNewsItem .atit{width: 25%;}
	.indNewsItem .btit{width: 70%;}
	.w1520{width: 1120px;}
	.h-header{padding-left: calc((100vw - 1120px)/2);}
	/* .indAboutDesc{padding-left: calc((100vw - 1120px)/2);} */
	.indAboutSWB{padding-right: calc((100vw - 1120px)/2);}
	
	.h-nav .li{margin-right: 15px;}
	.h-nav .li>a{font-size: 17px;}
	.bannerNewsList a span{font-size: 15px;}
	.mySwiperBanner .swiper-button-prev{left: 50px;}
	.mySwiperBanner .swiper-button-next{right: 50px;}
	.sec1 {padding-bottom: 80px;}
	.indCaseSelItem{height: 70px;}
	.indCaseSelItem span{font-size: 16px;}
	.indCaseItem{margin: 0 15px;}
	.indCaseItem .desc .info{padding: 15px;}
	.indCaseItem .desc .info .atit{font-size: 22px;}
	.indCaseItem .desc .info .btit{font-size: 15px;}
	.indCaseItem .desc .info .btit span{margin: 5px 0 0;}
	.indCaseItem2{height: calc(33.333% - 10px);}
	.indCaseItem2 p{font-size: 16px;}
	.indCaseItem2+.indCaseItem2{margin-top: 15px;}
	.indProItem .desc p{font-size: 22px;}
	.indProItem .desc span{font-size: 14px;margin-top: 5px;line-height: 28px;height: 28px;}
	.sec2{padding-bottom: 60px;}
	.sec3{padding: 80px 0;}
	.khItem{margin: 5px;width: calc(14.3% - 10px);}
	
	.indAboutSelBox{margin-top: 40px;}
	.indAboutSel{width: calc(25% - 12px);margin-right: 15px;}
	.indAboutSel span{font-size: 15px;}
	.indAboutDesc{padding-bottom: 60px;}
	
	.solutionItem{width: calc(25% - 30px);margin-right: 40px;}
	.solutionItem .btit{font-size: 15px;}
	.jzDesc .jzBtit{font-size: 15px;}
	.sec6{padding-bottom: 150px;}
	.indNumItem p{font-size: 50px;}
	.sec7{padding-bottom: 80px;}
	.serItem .i{width: 100px;height: 100px;}
	.serItem .i i{zoom: .8;}
	
	.foot1 .h-nav{padding-left: 40px;}
	.foot1 .h-nav dd a{font-size: 14px;}
	.foot1 .h-nav dd+dd{margin-top: 10px;}
	
	.foot1 .h-logo{margin-bottom: 45px;}
	.foot1 .lineInfo+.lineInfo{margin-top: 10px;}
	.foot1 .lineInfo span{font-size: 14px;}
	.footEwm{max-width: 100px;}
	
	.foot2 span, .foot2 a{font-size: 14px;}
	.foot2{padding: 12px 0;}
	
}
@media screen and (max-width:1199px) {

	.indNewsItem .atit{width: 30%;}
	.indNewsItem .btit{width: 60%;}
	.rightMenu{display: none;}
	.headbox_t{display: none;}
	.w1520{width: 100%;padding: 0 20px;}
	.h-header{padding-left: 20px;top: 0;}
	.h-header-zw{height: 60px;}
	.indAboutDesc{padding-left: 20px;}
	.indAboutSWB{padding-right: 20px;}
	
		
	.h-nav{display: none;}
	.h-more::before{display: none;}
	.h-menu{height: 60px;width: 60px;}
	.h-logo{height: 50px;}
	.h-logo img{height: 100%;}
	.h-search{padding: 0 20px 0 0;}
	.h-menu img{width: 20px;}
	
	.in-nav{padding: 70px 15px 20px;}
	.in-nav ul{flex-wrap: wrap;align-items: flex-start;align-content: flex-start;justify-content: flex-start;}
	.in-nav ul li{padding: 0 8px 30px;}
	.in-nav ul .link:not(:last-child){margin-bottom: 10px;}
	.in-nav .info .item{margin-bottom: 10px;line-height: 1.5;}
	.search-alert .cent-form{height: 50px;}
	.search-alert .cent-form:before{zoom: .8;margin-top: -25px;}
	.search-alert .cent-form .tex{padding: 0 60px 0 40px;font-size: 16px;}
	.search-alert .cent-form .sub-butn{font-size: 16px;width: 60px;}

	.mySwiperBanner .swiper-button-prev{left: 15px;zoom: .8;}
	.mySwiperBanner .swiper-button-next{right: 15px;zoom: .8;}
	.bannerNewsList{width: 100%;}
	.bannerNewsList+.bannerNewsList{display: none;}
	.indTitle {padding: 50px 0 20px;}
	.indTitle .intL .atit{font-size: 34px;line-height: 1.2;}
	.indTitle .intL .btit{font-size: 25px;}
	.indCaseItemList{display: none;}
	.indCaseItem{width: 100%;margin-right: 0;}
	.indCaseSelItem{height: 50px;}
	.indCaseSelItem{padding: 0 10px 0 25px;}
	.indCaseSelItem span{font-size: 15px;}
	.indCaseSelList{width: 250px;}
	.indCaseListBox{width: calc(100% - 250px);}
	.indCaseItem .desc .more{font-size: 16px;}
	.indProItem{width: calc(25% - 8px);margin: 0 10px 10px 0;}
	.indProItem .desc{padding: 15px 5px 15px;}
	.indProItem .desc p{font-size: 18px;}
	.indProItem .desc span{margin-top: 0;}
	.indAboutInfo .atit{font-size: 32px;}
	.indAboutInfo .atit em{font-size: 36px;}
	.indAboutInfo .btit{font-size: 14px;}
	.indAboutBtns{margin-top: 25px;}
	.indAboutDesc{padding-right: 35px;}
	.indAboutSel{width: calc(25% - 8px);margin-right: 10px;}
	.indAboutSel span{font-size: 14px;}
	.indAboutSWB{padding-left: 20px;}
	.indAboutSWB .swiper-button-prev, .indAboutSWB .swiper-button-next{zoom: .8;}
	.solutionItem {width: 25%;margin-right: 0px;padding: 30px 15px;}
	.serItem .i {width: 80px;height: 80px;}
	.serItem .i i{zoom: .6;}
	.serItem+.serItem::before{top: 20px;}
	.serItem p{font-size: 16px;}
	.newsItem .desc{padding: 40px 30px 120px;}
	.newsNP{bottom: 40px;margin-left: 30px;}
	.newsNP .swiper-button-prev, .newsNP .swiper-button-next{zoom: .8;}
	
	.h-footer{padding-right: 0;}
	.foot1{padding: 50px 0 80px;}
	.foot1 .lineInfo+.lineInfo{margin-top: 10px;}
	.foot1 .h-nav{display: none;}
	.foot1 .h-info{width: auto;}
	.returnTop{position: fixed;height: 50px;width: 50px;border-radius: 100%;z-index: 999;top: 80vh;}
	.returnTop span{display: none;}

	
}

@media screen and (max-width:1000px) {
	.newsBox{flex-direction: column;}
	.indNewsList{width: 100%;margin-right: 0;}
}

@media screen and (max-width:780px) {
	.w1520{padding: 0 15px;}
	.h-header{padding-left: 15px;}
	.indAboutDesc{padding-left: 15px;}
	.indAboutSWB{padding-right: 15px;}
	
	
	.mySwiperBannerPc{display: none;}
	.mySwiperBannerWap{display: block;}
	
	
	.foot1{padding: 40px 0 50px;}
	.foot1 .h-logo{margin-bottom: 30px;}
	.foot2{padding: 15px 0;}
	.foot2>div{display: block;text-align: center;}
	.foot2 span, .foot2 a{font-size: 12px;line-height: 20px;display: block;}
	.f2l,.f2r{display: flex;flex-wrap: wrap;justify-content: center;}
	.yqlj_box{display: none;}
	
	
	.indTitle{padding: 40px 0 20px;}
	.indCaseSelList{width: 100%;margin-bottom: 10px;}
	.indCaseListBox{width: 100%;position: relative;}
	.indCaseSelList{display: flex;flex-wrap: wrap;}
	.indCaseSelItem{padding: 15px 10px 5px;width: 50%;display: block;height: auto;text-align: center;}
	.indCaseSelItem i{margin: 0 auto;}
	.indCaseSelItem span{padding-left: 0;}
	.indCaseSelItem:nth-of-type(2n){border-left: 1px solid #fff;}
	.indCaseItem{margin: 0;}
	.indCaseItem .desc .info .btit{display: none;}
	.indCaseItem .desc .info .atit{font-size: 18px;}
	.indCaseItemList{display: block;}
	.indCaseList{display: block;}
	.indCaseItemList{margin-top: 10px;width: 100%;display: flex;}
	.indCaseItem2{width: calc(50% - 5px);margin-right: 10px;margin-top: 0!important;}
	.indCaseItem2:nth-of-type(2n){margin-right: 0;}
	.indCaseItem2:nth-of-type(3n){display: none;}
	.indCaseItem2 p{font-size: 14px;}
	.sec1{padding-bottom: 60px;}
	.indProItem{width: calc(50% - 5px);margin: 0 10px 10px 0;}
	.indProItem:nth-of-type(2n){margin-right: 0;}
	.sec3{padding: 60px 0;}
	.khList{flex-wrap: wrap;}
	.khItem{margin: 2px;width: calc(33.3% - 4px);}
	.khItem:nth-of-type(7){display: none;}
	.indAbout{display: block;}
	.indAboutDesc{width: 100%;padding-right: 15px;}
	.indAboutImg{width: 100%;}
	.indAboutSel i{zoom: .8;}
	.solutionItem{width: 50%;padding: 30px 10px;position: relative;}
	.solutionItem .atit{line-height: 25px;height: 25px;font-size: 20px;margin: 25px 0 10px;}
	.solutionItem .btit{margin-bottom: 35px;}
	.solutionItem:nth-of-type(1):before,.solutionItem:nth-of-type(2):before{content: "";display: block;width: calc(100% - 20px);height: 1px;background: #eee;position: absolute;bottom: 0;left: 10px;}
	.solutionItem:nth-of-type(2):after,.solutionItem:nth-of-type(4):after{content: "";display: block;width: 1px;height: calc(100% - 20px);background: #eee;position: absolute;top: 10px;left: -1px;}
	
	.jinzhiBox{display: block;}
	.jzDesc{width: 100%;padding-right: 0;}
	.jzDesc .jzAtit{font-size: 28px;line-height: 1.3;}
	.jzImgBox{width: 100%;margin-top: 20px;}
	.jzImgBox i{zoom: .8;}
	
	.indNumBox{flex-wrap: wrap;padding: 0;}
	.indNumItem{width: 50%;padding: 10px 5px;}
	.indNumItem p{font-size: 36px;}
	.indNumItem span{font-size: 14px;line-height: 1.5;display: block;}
	.indNumItem+.indNumItem::before{display: none;}
	.indNumItem:nth-of-type(1):before,.indNumItem:nth-of-type(2):before{content: "";display: block;width: calc(100% - 20px);height: 1px;background: #eee;position: absolute;bottom: 0;left: 10px;top: auto;opacity: 1;transform: translateY(0);}
	.indNumItem:nth-of-type(2):after,.indNumItem:nth-of-type(4):after{content: "";display: block;width: 1px;height: calc(100% - 20px);background: #eee;position: absolute;top: 10px;left: -1px;}
	
	.twSelList{flex-wrap: wrap;}
	.twSel{min-width: 120px;height: 45px;font-size: 14px;}
	.twItem{width: calc(50% - 5px);margin: 0 10px 10px 0;}
	.twItem:nth-of-type(2n){margin-right: 0;}
	.twItem p{line-height: 40px;height: 60px;font-size: 14px;}
	.sec7{padding-bottom: 60px;}
	.serItem p{margin: 6px 0 15px;}
	.indTitle2{padding: 60px 0 30px;}
	.indTitle2 .btit{font-size: 14px;}
	.indTitle{flex-wrap: wrap;}
	.sec9 .indTitle .intR{width: 100%;}
	.newsSelList{width: 100%;margin: 15px auto 0;}
	.newsSel{font-size: 15px;}
	.newsSel{flex-wrap: wrap;}
	.newsItem{display: block;}
	.newsItem .img{width: 100%;}
	.newsItem .desc{width: 100%;padding: 30px 15px 80px;}
	.newsNP{bottom: 20px;left: auto;right: 15px;margin-left: 0;}
	.indNewsItem{width: 100%;margin: 0 !important;}
	.indNewsItem+.indNewsItem{border-top: none;}
	.indNewsItem .btit{font-size: 17px;}
	.indNewsList{padding: 40px 0 0;}
	
	.bannerNews .w1520{height: 60px;}
	.bannerNewsTitle img{width: 15px;}
	.bannerNewsTitle span{font-size: 15px;padding: 0 5px 0 5px;}
	.bannerNewsList{width: calc(100% - 95px);}
	
}



.mySwiperBanner .swiper-pagination-bullet{
	display: block;
    width: 30px;
    height: 6px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 3px;
    transition: .3s;
}
.mySwiperBanner .swiper-pagination{
	display: flex;
    justify-content: center;
    bottom: 25px;
}
.mySwiperBanner .swiper-pagination-bullet-active {
    opacity: 1;
	background: #00A13A;
	color: #00A13A;
}













.top {height: 36px;line-height: 36px;background: #f5f5f5;color: #7f7f7f;font-size: 13px;position: relative;z-index: 4;}
.top a {color: #7f7f7f;}
.top-lt {float: left;}
.top-lt span {color: #333;}
.top-rt {float: right;}
.top-rt li {float: left;margin-right: 1px;position: relative;}
.top-rt li a {display: block;padding: 0 18px;height: 36px;line-height: 36px;position: relative;}
.top-rt li a i {display: block;width: 1px;height: 14px;background: #d0d0d0;position: absolute;left: -1px;top: 8px;}
.top-rt li .code {width: 90px;height: 90px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);opacity: 0;visibility: hidden;position: absolute;left: 50%;top: 100%;margin-top: 10px;margin-left: -45px;transition: opacity .4s,visibility .4s;}
.top-rt li .code:before {display: block;content: "";width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 8px solid #fff;position: absolute;left: 50%;top: -8px;margin-left: -5px;}
.top-rt li .code img {width: 90px;height: 90px;}
.top-rt li:hover .code {opacity: 1;visibility: visible;}
.top-rt li:hover a,.top-rt li.active a {background: #fff;color: #009148!important;}
.header {width: 100%;height: 130px;background: #fff;position: relative;z-index: 3;}
.logo {float: left;margin-top: 31px;}
.logo img {display: block;height: 63px;}
.logo-text {height: 62px;float: left;margin-top: 32px;margin-left: 24px;border-left: 1px solid #e4e4e4;padding-left: 18px;}
.logo-text h2 {font-size: 32px;font-weight: bold;color: #222;line-height: 32px;padding-top: 4px;}
.logo-text h2 b {color: #009148;}
.logo-text p {font-family: "Arial";font-size: 13px;color: #c5c5c5;text-transform: uppercase;margin-top: 4px;}
.htel {float: right;min-height: 52px;margin-top: 28px;padding-left: 54px;position: relative;}
.htel i {display: block;width: 46px;height: 46px;background: url(../images1/icon.png) no-repeat 0 0;position: absolute;left: 0;top: 2px;}
.htel p {line-height: 18px;font-size: 14px;color: #898989;}
.htel b {display: block;font-family: "Arial";font-size: 26px;font-weight: bold;color: #009148;line-height: 30px;}
.htel b.t1 {letter-spacing: 1px;}
.pcHeader .nav {height: 58px;background: #009148;position: sticky;z-index: 33;top: 0;}
.pcHeader .nav ul{display: flex;}
.pcHeader .nav ul > li {width: 100%;margin: 0 2px 0 1px;height: 58px;font-size: 17px;position: relative;}
.pcHeader .nav ul > li > a {display: block;height: 58px;line-height: 58px;text-align: center;position: relative;color: #fff;}
.pcHeader .nav ul > li > a i {width: 1px;height: 18px;background: #fff;filter: alpha(opacity=30);opacity: .3;position: absolute;left: -2px;top: 20px;}
.pcHeader .nav ul > li.active {font-weight: bold;}
.pcHeader .nav ul > li:hover > a,.nav ul > li.active > a {background: #ffc424;color: #261d04!important;}
.pcHeader .nav ul > li:hover .subnav {height: auto;margin-top: 0;opacity: 1;visibility: visible;}
.subnav {width: 187px;box-shadow: 0 0 16px -4px rgba(0,0,0,.3);background: #fff;position: absolute;left: 50%;top: 100%;transform: translateX(-50%);text-align: center;height: 0;overflow: hidden;margin-top: 20px;transition: all .3s;opacity: 0;visibility: hidden;}
.subnav > ol {padding:  0;position: relative;z-index: 2;}
.subnav > ol li a {display: block;height: 45px;line-height: 45px;font-size: 15px;color: #000;font-weight: normal;}
.subnav > ol li a:hover {background: #009148;color: #fff!important;}

.moreCity{margin-left: auto;display: flex;float: right;margin-top: 30px;}
.mcItem{margin-left: 15px;}
.mcItem img{display: block;margin: 0 auto;}
.mcItem span{display: block;text-align: center;font-size: 14px;color: #666;line-height: 1.2;padding: 5px 0;}

.pcHeader{display: block;}
.wapHeader{display: none;}

@media screen and (max-width:1199px) {
	.pcHeader{display: none;}
	.wapHeader{display: block;}
}
