.secs-top{position: relative;width: 100%;font-size: 0;letter-spacing: 0;z-index: 11;}
.sec-title{position: relative;font-size: 48px;font-family: AkzidenzGroteskBQ-XBdCnd;color: #333;line-height: 60px;}
.sec-title.white, .sec-title.white a{color: #fff;}
.sec-title a{display: inline-block;vertical-align: top;}
.sec-title a:hover{color: #333333;background: linear-gradient(-90deg, #0E2D8A 0%, #039C42 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.sec-title.white a:hover{color: #bdbdbd;-webkit-text-fill-color: #bdbdbd;}
.sec-tbody-btn .btnn{display: inline-block;vertical-align: top;position: relative;text-align: center;min-width: 160px;padding: 6px 14px;line-height: 32px;font-size: 20px;color: #FFFFFF;background: linear-gradient(-90deg, #0E2D8A, #039C42);}
.sec-tbody-btn .btnn::before{position: absolute;content: "";left: 4px;top: 4px;width: 100%;height: 100%;border: 1px solid #00A146;z-index: -1;}
.sec-tbody-btn .btnn:hover{background: linear-gradient(90deg, #0E2D8A, #039C42);}

@media screen and (max-width: 1459px) {
	.sec-title{font-size: 42px;line-height: 54px;}
	.sec-tbody-btn .btnn{min-width: 148px;padding: 5px 12px;line-height: 30px;font-size: 18px;}
}
@media screen and (max-width: 1259px) {
	.sec-title{font-size: 36px;line-height: 48px;}
	.sec-tbody-btn .btnn{min-width: 136px;padding: 4px 10px;line-height: 28px;font-size: 16px;}

}
@media screen and (max-width: 991px) {
	.sec-title{font-size: 30px;line-height: 42px;}
	.sec-tbody-btn .btnn{min-width: 124px;padding: 3px 10px;line-height: 26px;font-size: 15px;}

}
@media screen and (max-width: 720px) {
	.sec-title{font-size: 24px;line-height: 36px;}
	.sec-tbody-btn .btnn{min-width: 112px;padding: 3px 10px;line-height: 24px;font-size: 14px;}
}
@media screen and (max-width: 560px) {.sec-title{font-size: 20px;line-height: 32px;}}


.sec1{position: relative;width: 100%;padding: 96px 0 104px;background: url(../images/sec1-bgi.png) no-repeat center center;background-size: cover;}
.sec1-title-bgi{background: url(../images/sec1-title.png) no-repeat top center;padding-top: 44px;}
.sec1-tbody{position: relative;width: 100%;max-width: 1200px;margin: 0 auto;}
.sec1-tbody-text{font-size: 18px;text-align: center;margin-top: 27px;color: #666666;line-height: 36px;}
.sec1-tbody-btn{position: relative;z-index: 11;width: 100%;margin-top: 32px;text-align: center;}
.sec1-tbody-btn .btnn{display: inline-block;vertical-align: top;position: relative;text-align: center;min-width: 240px;padding: 12px 16px;line-height: 42px;font-size: 30px;color: #FFFFFF;background: linear-gradient(-90deg, #0E2D8A, #039C42);}
.sec1-tbody-btn .btnn::before{position: absolute;content: "";left: 4px;top: 4px;width: 100%;height: 100%;border: 1px solid #00A146;z-index: -1;}
.sec1-tbody-btn .btnn:hover{background: linear-gradient(90deg, #0E2D8A, #039C42);}
.sec1-tbody-list{position: relative;font-size: 0;letter-spacing: 0;display: flex;flex-wrap: wrap;margin-left: -96px;margin-right: -96px;padding-top: 58px;}
.sec1-list-item{position: relative;display: inline-block;vertical-align: top;width: 33.33333%;margin-bottom: 20px;padding: 0 106px;}
.sec1-list-item .item-box{position: relative;width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.sec1-list-item .item-box .item-icon{position: relative;width:60px;display: block;text-align: center;}
.sec1-list-item .item-box .item-icon img{display: inline-block;vertical-align: top;width: 50px;}
.sec1-list-item .item-box .item-body{position: relative;width: calc(100% - 60px);padding-left: 22px;}
.sec1-list-item .item-box .item-num{font-size: 60px;font-family: AkzidenzGroteskBQ-XBdCnd;color: #333333;line-height: 72px;display: block;}
.sec1-list-item .item-box .item-name{font-size: 24px;font-size: 2.4rem;line-height: 36px;margin-top: 0px;fcolor: #666;}
.sec1-list-item .item-box .item-name a{color: #666;}
.sec1-list-item .item-box .item-name a:hover{color: #039C42;}

@media screen and (max-width: 1459px) {
	.sec1{padding: 84px 0 86px;}
	.sec1-title-bgi{padding-top: 40px;}
	.sec1-tbody-text{font-size: 18px;margin-top: 24px;line-height: 32px;}
	.sec1-tbody-btn{margin-top: 30px;}
	.sec1-tbody-btn .btnn{min-width: 224px;padding: 10px 16px;line-height: 40px;font-size: 28px;}
	.sec1-tbody-list{margin-left: -96px;margin-right: -96px;padding-top: 58px;}
	.sec1-list-item{width: 33.33333%;margin-bottom: 20px;padding: 0 106px;}
	.sec1-list-item .item-box .item-icon{width:60px;}
	.sec1-list-item .item-box .item-icon img{width: 48px;}
	.sec1-list-item .item-box .item-body{width: calc(100% - 60px);padding-left: 22px;}
	.sec1-list-item .item-box .item-num{font-size: 56px;line-height: 68px;}
	.sec1-list-item .item-box .item-name{font-size: 22px;font-size: 2.2rem;line-height: 34px}
}
@media screen and (max-width: 1259px) {
	.sec1{padding: 70px 0 72px;}
	.sec1-title-bgi{padding-top: 32px;}
	.sec1-tbody-text{font-size: 16px;margin-top: 20px;line-height: 30px;}
	.sec1-tbody-btn{margin-top: 26px;}
	.sec1-tbody-btn .btnn{min-width: 208px;padding: 10px 14px;line-height: 36px;font-size: 24px;}
	.sec1-tbody-list{margin-left: -56px;margin-right: -56px;padding-top: 50px;}
	.sec1-list-item{width: 33.33333%;margin-bottom: 18px;padding: 0 56px;}
	.sec1-list-item .item-box .item-icon{width:54px;}
	.sec1-list-item .item-box .item-icon img{width: 42px;}
	.sec1-list-item .item-box .item-body{width: calc(100% - 54px);padding-left: 18px;}
	.sec1-list-item .item-box .item-num{font-size: 48px;line-height: 60px;}
	.sec1-list-item .item-box .item-name{font-size: 20px;font-size: 2rem;line-height: 32px}
}
@media (max-width: 991px) {
	.sec1{padding: 56px 0 56px;}
	.sec1-title-bgi{padding-top: 28px;}
	.sec1-tbody-text{font-size: 15px;margin-top: 20px;line-height: 28px;}
	.sec1-tbody-btn{margin-top: 22px;}
	.sec1-tbody-btn .btnn{min-width: 192px;padding: 8px 12px;line-height: 32px;font-size: 20px;}
	.sec1-tbody-list{margin-left: -15px;margin-right: -15px;padding-top: 42px;}
	.sec1-list-item{width: 33.33333%;margin-bottom: 18px;padding: 0 15px;}
	.sec1-list-item .item-box .item-icon{width:48px;}
	.sec1-list-item .item-box .item-icon img{width: 40px;}
	.sec1-list-item .item-box .item-body{width: calc(100% - 48px);padding-left: 16px;}
	.sec1-list-item .item-box .item-num{font-size: 40px;line-height: 52px;}
	.sec1-list-item .item-box .item-name{font-size: 18px;font-size: 1.8rem;line-height: 30px}
}
@media (max-width: 750px) {
	.sec1{padding: 42px 0 42px;}
	.sec1-title-bgi{padding-top: 24px;}
	.sec1-tbody-text{font-size: 14px;margin-top: 18px;line-height: 26px;}
	.sec1-tbody-btn{margin-top: 18px;}
	.sec1-tbody-btn .btnn{min-width: 176px;padding: 6px 10px;line-height: 30px;font-size: 18px;}
	.sec1-tbody-list{margin-left: -10px;margin-right: -10px;padding-top: 36px;}
	.sec1-list-item{width: 33.33333%;margin-bottom: 18px;padding: 0 10px;}
	.sec1-list-item .item-box .item-icon{width:42px;}
	.sec1-list-item .item-box .item-icon img{width: 36px;}
	.sec1-list-item .item-box .item-body{width: calc(100% - 42px);padding-left: 16px;}
	.sec1-list-item .item-box .item-num{font-size: 32px;line-height: 44px;}
	.sec1-list-item .item-box .item-name{font-size: 16px;font-size: 1.6rem;line-height: 28px}
}
@media (max-width: 670px) {
	.sec1{padding: 28px 0 28px;}
	.sec1-title-bgi{padding-top: 24px;}
	.sec1-tbody-text{font-size: 14px;margin-top: 18px;line-height: 26px;}
	.sec1-tbody-btn{margin-top: 18px;}
	.sec1-tbody-btn .btnn{min-width: 176px;padding: 6px 10px;line-height: 30px;font-size: 18px;}
	.sec1-tbody-list{margin-left: -10px;margin-right: -10px;padding-top: 36px;}
	.sec1-list-item{width: 50%;margin-bottom: 18px;padding: 0 10px;}
	.sec1-list-item .item-box .item-icon{width:42px;}
	.sec1-list-item .item-box .item-icon img{width: 36px;}
	.sec1-list-item .item-box .item-body{width: calc(100% - 42px);padding-left: 16px;}
	.sec1-list-item .item-box .item-num{font-size: 32px;line-height: 44px;}
	.sec1-list-item .item-box .item-name{font-size: 16px;font-size: 1.6rem;line-height: 28px}
}
@media (max-width: 480px) {
	.sec1{padding: 16px 0 16px;}
	.sec1-title-bgi{padding-top: 20px;}
	.sec1-tbody-text{font-size: 14px;margin-top: 18px;line-height: 26px;}
	.sec1-tbody-btn{margin-top: 18px;}
	.sec1-tbody-btn .btnn{min-width: 164px;padding: 5px 10px;line-height: 30px;font-size: 16px;}
	.sec1-tbody-list{margin-left: -10px;margin-right: -10px;padding-top: 30px;}
	.sec1-list-item{width: 100%;margin-bottom: 18px;padding: 0 10px;}
	.sec1-list-item .item-box .item-icon{width:42px;}
	.sec1-list-item .item-box .item-icon img{width: 36px;}
	.sec1-list-item .item-box .item-body{width: calc(100% - 42px);padding-left: 16px;}
	.sec1-list-item .item-box .item-num{font-size: 32px;line-height: 44px;}
	.sec1-list-item .item-box .item-name{font-size: 16px;font-size: 1.6rem;line-height: 28px}
}
.sec2{position: relative;width: 100%;padding-top: 50px;padding-bottom: 40px;background: linear-gradient(-90deg, #0E2D8A, #039C42);z-index: 2;}
.sec2::before{position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(-90deg, #0E2D8A, #039C42);}
.sec2-tbody{position: relative;width: 100%;background: #FFFFFF;font-size: 0;letter-spacing: 0;padding: 50px 60px;margin-top: 34px; display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.sec2-tbody-left{position: relative;width: 640px;}
.sec2-tbody-right{position: relative;width: 580px;}
.sec2-tbody-left .sec2-propic{ margin:0 auto;width: 100%;float:none;}
.sec2-tbody-left .sec2-propic .pic-big {width: 520px; position: relative;float: right;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;background: #FFFFFF;border: 1px solid #ECECEC;z-index:9}
.sec2-tbody-left .sec2-propic .big-img { display: block; line-height: 0; font-size: 0;}
.sec2-tbody-left .sec2-propic .big-img .zoomPad { float: none; z-index: 8;}
.sec2-tbody-left .sec2-propic .zoomWrapperImage img { max-width: 1920px; z-index:99}

.sec2-tbody-left .sec2-propic .pic-small { position: relative; float: left; width: 100px; padding-top: 28px;padding-bottom: 28px;overflow: hidden; z-index:1}
.sec2-tbody-left .sec2-propic .pic-btn { position: absolute;left: 50%;transform: translateX(-50%);  text-align: center; display: block; width:20px; font-size: 20px; line-height:20px; color: #666; cursor: pointer; border-radius:3px; z-index:9}
.sec2-tbody-left .sec2-propic .pic-btn.prev { top: 0px; }
.sec2-tbody-left .sec2-propic .pic-btn.next { bottom: 0px;  }
.sec2-tbody-left .sec2-propic .pic-btn:hover { color: #039C42;}
.sec2-tbody-left .sec2-propic .pic-list {width: 100%;height: 468px; overflow: hidden;}
.sec2-tbody-left .sec2-propic .pic-list ul { height: 50000px;}
.sec2-tbody-left .sec2-propic .list-item {width: 100%;margin-bottom: 20px;position:relative;display: block;}
.sec2-tbody-left .sec2-propic .item-pics,.sec2-tbody-left .sec2-propic .pic-list .item-video { display: block; border:1px solid #ECECEC; position:relative;}
.sec2-tbody-left .sec2-propic .item-pics:before,.sec2-tbody-left .sec2-propic .pic-list .item-video:before{ content:""; position:absolute; width:8px; height:15px; left:0px; top:50%; margin-top:-7px; z-index:-1}
.sec2-tbody-left .sec2-propic .item-pics img,.sec2-tbody-left .sec2-propic .pic-list .item-video img { width: 100%;display: block; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s; }
.sec2-tbody-left .sec2-propic .item-pics:hover {  }
.sec2-tbody-left .sec2-propic .item-pics.zoomThumbActive {border:1px solid #039C42;}
.sec2-tbody-left .sec2-propic .item-pics.zoomThumbActive:before,.sec2-tbody-left .sec2-propic .item-video.active:before{ left:-8px;}
.m-propic2 { display: none; }

.sec2-tbody-left .sec2-propic .provideo-box { border-radius: 0; width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }
.sec2-tbody-left .sec2-propic .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }
.sec2-tbody-left .sec2-propic .provideo-box .provideo iframe, .pro2-box .sec2-tbody-left .sec2-propic .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.sec2-tbody-left .sec2-propic .provideo-box .provideo iframe body { margin: 0px !important; }

.sec2-tbody-left .sec2-propic .item-pics:hover, .sec2-tbody-left .sec2-propic .item-pics.active,
.sec2-tbody-left .sec2-propic .item-video:hover, .sec2-tbody-left .sec2-propic .item-video.active{ border-color: #039C42; }
@media screen and (max-width:1459px){
	.sec2-tbody-left .sec2-propic .pic-big {width: 492px;}
	.sec2-tbody-left .sec2-propic .pic-small {width: 98px;padding-top: 24px;padding-bottom: 24px;}
	.sec2-tbody-left .sec2-propic .pic-btn {width:20px; font-size: 20px; line-height:20px;}
	.sec2-tbody-left .sec2-propic .pic-list {height: 444px;}
	.sec2-tbody-left .sec2-propic .list-item {margin-bottom: 17px;}
}
@media screen and (max-width:1259px){
	.sec2-tbody-left .sec2-propic .pic-big {width: 390px;}
	.sec2-tbody-left .sec2-propic .pic-small {width: 78px;padding-top: 20px;padding-bottom: 20px;}
	.sec2-tbody-left .sec2-propic .pic-btn {width:16px; font-size: 16px; line-height:16px;}
	.sec2-tbody-left .sec2-propic .pic-list {height: 350px;}
	.sec2-tbody-left .sec2-propic .list-item {margin-bottom: 12.5px;}
}
@media screen and (max-width:999px){
	.zoomPad {cursor: default !important;}
	.zoomPup {display: none !important;}
	.zoomWindow {display: none !important;}
	.zoomPreload {display: none !important;}
	.prob-pic {float: none;margin: 0 auto;}
}
@media screen and (max-width:991px){
	.sec2-tbody-left .m-propic1 { display: none; }
	.sec2-tbody-left .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float:none; }
	.sec2-tbody-left .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 17px; height: 32px; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; color: #333;font-size: 18px;line-height: 32px;}
	.sec2-tbody-left .m-propic2 .box-btn.prev { left: 0; }
	.sec2-tbody-left .m-propic2 .box-btn.next { right: 0; ;}
	.sec2-tbody-left .m-propic2 .box-btn.prev:hover {color: #039C42; }
	.sec2-tbody-left .m-propic2 .box-btn.next:hover { color: #039C42; }
	.sec2-tbody-left .m-propic2 .box-list { overflow: hidden; }
	.sec2-tbody-left .m-propic2 .box-list ul { width: 1000%; }
	.sec2-tbody-left .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; padding:0px;}

}
@media only screen and (max-width:500px ) {
	.sec2-tbody-left .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:4.8%; }
}
@media only screen and (max-width:350px ) {
 	.sec2-tbody-left .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:9.8%; }
}

.sec2-right-title{font-family: AkzidenzGroteskBQ-XBdCnd;font-size: 36px;color: #333333;line-height: 48px;}
.sec2-right-desc{font-size: 18px;color: #666666;line-height: 36px;margin-top: 24px;}
.sec2-right-btn{position: relative;z-index: 11;margin-top: 32px;}
.sec2-right-btn .btnn{display: inline-block;vertical-align: top;position: relative;text-align: center;min-width: 160px;padding: 6px 14px;line-height: 32px;font-size: 20px;color: #FFFFFF;background: linear-gradient(-90deg, #0E2D8A, #039C42);}
.sec2-right-btn .btnn::before{position: absolute;content: "";left: 4px;top: 4px;width: 100%;height: 100%;border: 1px solid #00A146;z-index: -1;}
.sec2-right-btn .btnn:hover{background: linear-gradient(90deg, #0E2D8A, #039C42);}


@media screen and (max-width: 1459px) {
	.sec2{padding-top: 42px;padding-bottom: 33px;}
	.sec2::before{height: 100%;}/*height: 1040px;*/
	.sec2-tbody{padding: 30px 40px;margin-top: 30px;}
	.sec2-tbody-left{width: 600px;}
	.sec2-tbody-right{width: 500px;}
	.sec2-right-title{font-size: 32px;line-height: 44px;}
	.sec2-right-desc{font-size: 18px;line-height: 32px;margin-top: 20px;}
	.sec2-right-btn{margin-top: 28px;}
	.sec2-right-btn .btnn{min-width: 148px;padding: 5px 12px;line-height: 30px;font-size: 18px;}
}
@media screen and (max-width: 1259px) {
	.sec2{padding-top: 34px;padding-bottom: 26px;}
	.sec2::before{height: 100%;}/*height: 880px;*/
	.sec2-tbody{padding: 24px 28px;margin-top: 24px;}
	.sec2-tbody-left{width: 480px;}
	.sec2-tbody-right{width: 400px;}
	.sec2-right-title{font-size: 26px;line-height: 38px;}
	.sec2-right-desc{font-size: 16px;line-height: 28px;margin-top: 18px;}
	.sec2-right-btn{margin-top: 24px;}
	.sec2-right-btn .btnn{min-width: 136px;padding: 4px 10px;line-height: 28px;font-size: 16px;}
}
@media screen and (max-width: 991px) {
	.sec2{padding-top: 30px;padding-bottom: 20px;}
	.sec2::before{height: 100%;}/*height: 760px;*/
	.sec2-tbody{padding: 20px 20px;margin-top: 20px;}
	.sec2-tbody-left{width:100%;}
	.sec2-tbody-right{width:100%;margin-top: 16px;}
	.sec2-right-title{font-size: 20px;line-height: 32px;}
	.sec2-right-desc{font-size: 15px;line-height: 26px;margin-top: 14px;}
	.sec2-right-btn{margin-top: 20px;}
	.sec2-right-btn .btnn{min-width: 124px;padding: 3px 10px;line-height: 26px;font-size: 15px;}
}
@media screen and (max-width: 600px) {
	.sec2{padding-top: 20px;padding-bottom: 16px;}
	.sec2::before{height: 100%;}/*height: 640px;*/
	.sec2-tbody{padding: 20px 20px;margin-top: 20px;}
	.sec2-tbody-left{width:100%;}
	.sec2-tbody-right{width:100%;margin-top: 16px;}
	.sec2-right-title{font-size: 18px;line-height: 30px;}
	.sec2-right-desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
	.sec2-right-btn{margin-top: 16px;}
	.sec2-right-btn .btnn{min-width: 112px;padding: 3px 10px;line-height: 24px;font-size: 14px;}
}

.sec3{position: relative;width: 100%;padding: 50px 0 38px;}
.sec3-tbody{position: relative;width: 100%;padding-top: 34px;z-index: 22;}
.sec3-tbody-list{position: relative;font-size: 0;letter-spacing: 0;margin-left: -14px;margin-right: -14px;display: flex;flex-wrap: wrap;}
.sec3-tbody-item{position: relative;display: inline-block;vertical-align: top;width: 33.333333%;padding: 0 15px;margin-bottom: 20px;}
.sec3-tbody-item .item-box{position: relative;width: 100%;}
.sec3-tbody-item .item-pic{position: relative;width: 100%;text-align: center;}
.sec3-tbody-item .item-pic img{display: block;width: 100%;}
.sec3-tbody-item .item-body{position: relative;width: 100%;padding-top: 22px;}
.sec3-tbody-item .item-body .item-title{font-size: 24px;font-size: 2.4rem;font-family: AkzidenzGroteskBQ-XBdCnd;line-height: 36px;padding-right: 36px;color: #333333;}
.sec3-tbody-item .item-body .item-btn{position: absolute;right: 0;top: 25px;}
.sec3-tbody-item .item-body .item-btn .btnn{display: inline-block;vertical-align: top;width: 31px;height: 31px;line-height: 29px;text-align: center;font-family: Arial;font-weight: 400;font-size: 14px;color: #333333;border: 1px solid #333333;}
.sec3-tbody-item .item-body .item-btn .iconfont{display: inline-block;vertical-align: top;font-size: 14px;}
.sec3-tbody-item .item-box:hover .item-body .item-btn .btnn, .sec3-tbody-item .item-body .item-btn a.btnn:hover{background: linear-gradient(-90deg, #0E2D8A, #039C42);border-color: transparent;color: #fff;border: none;}

@media screen and (max-width: 1459px) {
	.sec3{padding: 44px 0 36px;}
	.sec3-tbody{padding-top: 30px;}
	.sec3-tbody-list{margin-left: -10px;margin-right: -10px;}
	.sec3-tbody-item{width: 33.333333%;padding: 0 10px;margin-bottom: 20px;}
	.sec3-tbody-item .item-body{padding-top: 18px;}
	.sec3-tbody-item .item-body .item-title{font-size: 21px;font-size: 2.1rem;line-height: 34px;padding-right: 36px;}
	.sec3-tbody-item .item-body .item-btn{top: 20px;}
	.sec3-tbody-item .item-body .item-btn .btnn{width: 30px;height: 30px;line-height: 28px;font-size: 14px;}
	.sec3-tbody-item .item-body .item-btn .iconfont{font-size: 14px;}
}
@media screen and (max-width: 1259px) {
	.sec3{padding: 36px 0 30px;}
	.sec3-tbody{padding-top: 24px;}
	.sec3-tbody-list{margin-left: -6px;margin-right: -6px;}
	.sec3-tbody-item{width: 33.333333%;padding: 0 6px;margin-bottom: 18px;}
	.sec3-tbody-item .item-body{padding-top: 16px;}
	.sec3-tbody-item .item-body .item-title{font-size: 18px;font-size: 1.8rem;line-height: 32px;padding-right: 36px;}
	.sec3-tbody-item .item-body .item-btn{top: 18px;}
	.sec3-tbody-item .item-body .item-btn .btnn{width: 28px;height: 28px;line-height: 26px;font-size: 13px;}
	.sec3-tbody-item .item-body .item-btn .iconfont{font-size: 13px;}
}
@media(max-width: 991px) {
	.sec3{padding: 28px 0 24px;}
	.sec3-tbody{padding-top: 20px;}
	.sec3-tbody-list{margin-left: -12px;margin-right: -12px;}
	.sec3-tbody-item{width: 50%;padding: 0 12px;margin-bottom: 20px;}
	.sec3-tbody-item .item-body{padding-top: 16px;}
	.sec3-tbody-item .item-body .item-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;padding-right: 36px;}
	.sec3-tbody-item .item-body .item-btn{top: 17px;}
	.sec3-tbody-item .item-body .item-btn .btnn{width: 28px;height: 28px;line-height: 26px;font-size: 13px;}
	.sec3-tbody-item .item-body .item-btn .iconfont{font-size: 13px;}
}
@media (max-width: 660px) {
	.sec3{padding: 28px 0 24px;}
	.sec3-tbody{padding-top: 20px;}
	.sec3-tbody-list{margin-left: -6px;margin-right: -6px;}
	.sec3-tbody-item{width: 50%;padding: 0 6px;margin-bottom: 20px;}
	.sec3-tbody-item .item-body{padding-top: 14px;}
	.sec3-tbody-item .item-body .item-title{font-size: 16px;font-size: 1.6rem;line-height: 28px;padding-right: 36px;}
	.sec3-tbody-item .item-body .item-btn{top: 14px;}
	.sec3-tbody-item .item-body .item-btn .btnn{width: 28px;height: 28px;line-height: 26px;font-size: 13px;}
	.sec3-tbody-item .item-body .item-btn .iconfont{font-size: 13px;}
}
@media (max-width: 380px) {
	.sec3{padding: 28px 0 24px;}
	.sec3-tbody{padding-top: 20px;}
	.sec3-tbody-list{margin-left: -6px;margin-right: -6px;}
	.sec3-tbody-item{width: 100%;padding: 0 6px;margin-bottom: 20px;}
	.sec3-tbody-item .item-body{padding-top: 14px;}
	.sec3-tbody-item .item-body .item-title{font-size: 16px;font-size: 1.6rem;line-height: 28px;padding-right: 36px;}
	.sec3-tbody-item .item-body .item-btn{top: 14px;}
	.sec3-tbody-item .item-body .item-btn .btnn{width: 28px;height: 28px;line-height: 26px;font-size: 13px;}
	.sec3-tbody-item .item-body .item-btn .iconfont{font-size: 13px;}
}
.sec4{position: relative;width: 100%;padding: 30px 0 90px;z-index: 2;}
.sec4-tbody{position: relative;padding-top: 28px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.sec4-tbody-left{position: relative;width: 500px;}
.sec4-tbody-right{position: relative;width: 870px;}
.sec4-left-item{position: relative;width: 100%;}
.sec4-left-item .item-box{position: relative;width: 100%;display: flex;flex-wrap: wrap;flex-direction: column-reverse;}
.sec4-left-item .item-box .item-pic{position: relative;width: 100%;text-align: center;overflow: hidden;background: #fff;}
.sec4-left-item .item-box .item-pic img{display: inline-block;vertical-align: top;width: 100%;}
.sec4-left-item .item-box .item-body{position: relative;width: 100%;margin-bottom: 23px;margin-top: -3px;}
.sec4-left-item .item-body .item-title{font-size: 24px;font-size: 2.4rem;font-family: AkzidenzGroteskBQ-XBdCnd;color: #333;line-height: 36px;}
.sec4-left-item .item-body .item-desc{font-size: 16px;color: #666666;line-height: 30px;margin-top: 8px;height: 60px;overflow: hidden;}
.sec4-left-item .item-body .item-date{font-size: 14px;color: #bcbcbc;line-height: 26px;margin-bottom: 6px;}
.sec4-left-item .item-body .item-date .iconfont{font-size: 24px;line-height: 26px;display: inline-block;vertical-align: top;margin-right: 4px;color: #ccc;}


.sec4-tbody-list{position: relative;font-size: 0;letter-spacing: 0;}
.sec4-list-item{position: relative;display: inline-block;vertical-align: top;width: 100%;margin-bottom: 31px;}
.sec4-list-item .item-box{position: relative;width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.sec4-list-item .item-box .item-pic{position: relative;width: 208px;text-align: center;overflow: hidden;background: #fff;}
.sec4-list-item .item-box .item-pic img{display: inline-block;vertical-align: top;width: 100%;}
.sec4-list-item .item-box .item-body{position: relative;width: calc(100% - 208px);padding: 5px 32px;}
.sec4-list-item .item-box::before{position: absolute;content: '';right: 0;top: 0;bottom: 0;width: calc(100% - 208px);height: 100%;}
.sec4-list-item .item-box:hover::before{background: linear-gradient(-90deg, #0E2D8A, #039C42);color: #fff;}
.sec4-list-item .item-body .item-title{font-size: 24px;font-size: 2.4rem;font-family: AkzidenzGroteskBQ-XBdCnd;color: #333;line-height: 36px;}
.sec4-list-item .item-body .item-desc{font-size: 16px;color: #666666;line-height: 30px;margin-top: 8px;height: 60px;overflow: hidden;}
.sec4-list-item .item-body .item-date{font-size: 14px;color: #bcbcbc;line-height: 26px;margin-bottom: 6px;}
.sec4-list-item .item-body .item-date .iconfont{font-size: 24px;line-height: 26px;display: inline-block;vertical-align: top;margin-right: 4px;color: #ccc;}
.sec4-list-item .item-box:hover .item-body .item-title, .sec4-list-item .item-box:hover .item-body .item-title a, .sec4-list-item .item-box:hover .item-body .item-desc, .sec4-list-item .item-box:hover .item-body .item-desc a, .sec4-list-item .item-box:hover .item-body .item-date, .sec4-list-item .item-box:hover .item-body .item-date .iconfont{color: #fff;}

@media screen and (max-width: 1459px) {
	.sec4{padding: 28px 0 76px;}
	.sec4-tbody{padding-top: 26px;}
	.sec4-tbody-left{width: 420px;}
	.sec4-tbody-right{width: 760px;}
	.sec4-left-item .item-box .item-body{margin-bottom: 20px;margin-top: -4px;}
	.sec4-left-item .item-body .item-title{font-size: 22px;font-size: 2.2rem;line-height: 34px;}
	.sec4-left-item .item-body .item-desc{font-size: 16px;line-height: 28px;margin-top: 8px;height: 56px;}
	.sec4-left-item .item-body .item-date{font-size: 14px;line-height: 24px;margin-bottom: 6px;}
	.sec4-left-item .item-body .item-date .iconfont{font-size: 22px;line-height: 24px;}

	.sec4-list-item{margin-bottom: 24px;}
	.sec4-list-item .item-box .item-pic{width: 180px;}
	.sec4-list-item .item-box .item-body{width: calc(100% - 180px);padding: 4px 28px;}
	.sec4-list-item .item-box::before{width: calc(100% - 180px);}
	.sec4-list-item .item-body .item-title{font-size: 22px;font-size: 2.2rem;line-height: 34px;}
	.sec4-list-item .item-body .item-desc{font-size: 16px;line-height: 28px;margin-top: 8px;height: 56px;}
	.sec4-list-item .item-body .item-date{font-size: 14px;line-height: 24px;margin-bottom: 6px;}
	.sec4-list-item .item-body .item-date .iconfont{font-size: 22px;line-height: 24px;}
}
@media screen and (max-width: 1259px) {
	.sec4{padding: 24px 0 62px;}
	.sec4-tbody{padding-top: 24px;}
	.sec4-tbody-left{width: 360px;}
	.sec4-tbody-right{width: 574px;}
	.sec4-left-item .item-box .item-body{margin-bottom: 16px;margin-top: -4px;}
	.sec4-left-item .item-body .item-title{font-size: 20px;font-size: 2rem;line-height: 32px;}
	.sec4-left-item .item-body .item-desc{font-size: 15px;line-height: 26px;margin-top: 8px;height: 52px;}
	.sec4-left-item .item-body .item-date{font-size: 13px;line-height: 22px;margin-bottom: 6px;}
	.sec4-left-item .item-body .item-date .iconfont{font-size: 20px;line-height: 22px;}

	.sec4-list-item{margin-bottom: 18px;}
	.sec4-list-item .item-box .item-pic{width: 162px;}
	.sec4-list-item .item-box .item-body{width: calc(100% - 162px);padding: 4px 20px;}
	.sec4-list-item .item-box::before{width: calc(100% - 162px);}
	.sec4-list-item .item-body .item-title{font-size: 20px;font-size: 2rem;line-height: 32px;}
	.sec4-list-item .item-body .item-desc{font-size: 14px;line-height: 24px;margin-top: 4px;height: 48px;}
	.sec4-list-item .item-body .item-date{font-size: 13px;line-height: 22px;margin-bottom: 2px;}
	.sec4-list-item .item-body .item-date .iconfont{font-size: 20px;line-height: 22px;}
}
@media screen and (max-width: 991px) {
	.sec4{padding: 20px 0 48px;}
	.sec4-tbody{padding-top: 22px;}
	.sec4-tbody-left{width: 100%;}
	.sec4-tbody-right{width: 100%;margin-top: 20px;}
	.sec4-left-item .item-box{flex-direction: row;align-items: center;}
	.sec4-left-item .item-box .item-pic{width: 180px;}
	.sec4-left-item .item-box .item-body{margin: 0;width: calc(100% - 180px);padding: 4px 20px;}
	.sec4-left-item .item-box::before{position: absolute;content: '';right: 0;top: 0;bottom: 0;width: calc(100% - 180px);height: 100%;}
	.sec4-left-item .item-box:hover::before{background: linear-gradient(-90deg, #0E2D8A, #039C42);color: #fff;}
	.sec4-left-item .item-body .item-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;}
	.sec4-left-item .item-body .item-desc{font-size: 14px;line-height: 24px;margin-top: 6px;height: 48px;}
	.sec4-left-item .item-body .item-date{font-size: 13px;line-height: 22px;margin-bottom: 4px;}
	.sec4-left-item .item-body .item-date .iconfont{font-size: 20px;line-height: 22px;}
	.sec4-left-item .item-box:hover .item-body .item-title, .sec4-left-item .item-box:hover .item-body .item-title a, .sec4-left-item .item-box:hover .item-body .item-desc, .sec4-left-item .item-box:hover .item-body .item-desc a, .sec4-left-item .item-box:hover .item-body .item-date, .sec4-left-item .item-box:hover .item-body .item-date .iconfont{color: #fff;}

	.sec4-list-item{margin-bottom: 20px;}
	.sec4-list-item .item-box .item-pic{width: 180px;}
	.sec4-list-item .item-box .item-body{width: calc(100% - 180px);padding: 4px 20px;}
	.sec4-list-item .item-box::before{width: calc(100% - 180px);}
	.sec4-list-item .item-body .item-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;}
	.sec4-list-item .item-body .item-desc{font-size: 14px;line-height: 24px;margin-top: 6px;height: 48px;}
	.sec4-list-item .item-body .item-date{font-size: 13px;line-height: 22px;margin-bottom: 4px;}
	.sec4-list-item .item-body .item-date .iconfont{font-size: 20px;line-height: 22px;}
}
@media screen and (max-width: 560px) {
	.sec4{padding: 20px 0 32px;}
	.sec4-tbody{padding-top: 20px;}
	.sec4-tbody-left{width: 100%;}
	.sec4-tbody-right{width: 100%;margin-top: 20px;}
	.sec4-left-item .item-box{flex-direction: row;align-items: center;}
	.sec4-left-item .item-box .item-pic{width: 100%;}
	.sec4-left-item .item-box .item-body{margin: 0;width: 100%;padding: 14px 15px;}
	.sec4-left-item .item-box::before{position: absolute;content: '';right: 0;top: 0;bottom: 0;width: 100%;height: 100%;}
	.sec4-left-item .item-box:hover::before{background: linear-gradient(-90deg, #0E2D8A, #039C42);color: #fff;}
	.sec4-left-item .item-body .item-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;}
	.sec4-left-item .item-body .item-desc{font-size: 14px;line-height: 24px;margin-top: 6px;height: 48px;}
	.sec4-left-item .item-body .item-date{font-size: 13px;line-height: 22px;margin-bottom: 4px;}
	.sec4-left-item .item-body .item-date .iconfont{font-size: 20px;line-height: 22px;}
	.sec4-list-item{margin-bottom: 20px;}
	.sec4-list-item .item-box .item-pic{width: 100%;}
	.sec4-list-item .item-box .item-body{width: 100%;padding: 14px 15px;}
	.sec4-list-item .item-box::before{width: 100%;}
	.sec4-list-item .item-body .item-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;}
	.sec4-list-item .item-body .item-desc{font-size: 14px;line-height: 24px;margin-top: 6px;height: 48px;}
	.sec4-list-item .item-body .item-date{font-size: 13px;line-height: 22px;margin-bottom: 4px;}
	.sec4-list-item .item-body .item-date .iconfont{font-size: 20px;line-height: 22px;}
}

.sec5{position: relative;width: 100%;padding-top: 90px;padding-bottom: 80px;background: linear-gradient(90deg, rgba(14, 45, 138, .05), rgba(3, 156, 66, .05));}
.sec5-tbody{position: relative;width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.sec5-tbody-left{position: relative;width: 33%;}
.sec5-tbody-right{position: relative;width: 61.5%;}
.sec5-tbody-text{margin-top: 27px;font-size: 18px;color: #666666;line-height: 30px;}
.sec5-tbody-btn{margin-top: 35px;}
.sec5-tbody-list{position: relative;font-size: 0;letter-spacing: 0;}
.sec5-tbody-item{position: relative;width: 100%;margin-bottom: 10px;}
.sec5-tbody-item .item-box{position: relative;width: 100%;background: #FFFFFF;padding: 5px 0;box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.05);}
/*.sec5-tbody-item .item-box.active{padding: 18px 0;}*/
.sec5-tbody-item .item-box .item-title{position: relative;width: 100%;padding: 14px 30px;padding-right: 66px;font-size: 24px;font-size: 2.4rem;line-height: 32px;font-family: AkzidenzGroteskBQ-XBdCnd;color: #333;cursor: pointer;}
.sec5-tbody-item .item-box .item-title::before{content: "\e608";position: absolute;right: 30px;top: 50%;transform: translateY(-50%); width: 28px;height: 28px;line-height: 28px;font-size: 14px;color: #333;background: linear-gradient(90deg, rgba(14, 45, 138, .05), rgba(3, 156, 66, .05)); text-align: center;font-family: "iconfont";text-align: center;display: block; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s;box-sizing: border-box; }
.sec5-tbody-item .item-box .item-title.active:before{content: "\e600";color: #003280;-webkit-background-clip: unset;-webkit-text-fill-color: #003280;}
.sec5-tbody-item .item-box .item-title.active{color: #003280;background: linear-gradient(-90deg, #0E2D8A 0%, #039C42 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.sec5-tbody-item .item-box .item-title:hover{color: #003280;background: linear-gradient(-90deg, #0E2D8A 0%, #039C42 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.sec5-tbody-item .item-box .item-title:hover::before{content: "\e600";color: #003280;-webkit-background-clip: unset;-webkit-text-fill-color: #003280;}
.sec5-tbody-item .item-box .item-text{position: relative;width: 100%;display: none;}
.sec5-tbody-item .item-box .item-text .text{font-size: 16px;padding: 2px 30px 13px;color: #666666;line-height: 30px;}

@media screen and (max-width: 1459px) {
	.sec5{padding-top: 78px;padding-bottom: 68px;}
	.sec5-tbody-left{width: 33%;}
	.sec5-tbody-right{width: 61.5%;}
	.sec5-tbody-text{margin-top: 24px;font-size: 17px;line-height: 30px;}
	.sec5-tbody-btn{margin-top: 32px;}
	.sec5-tbody-item .item-box{padding: 4px 0;}
	/*.sec5-tbody-item .item-box.active{padding: 14px 0;}*/
	.sec5-tbody-item .item-box .item-title{padding: 12px 26px;padding-right: 62px;font-size: 22px;font-size: 2.2rem;line-height: 32px;}
	.sec5-tbody-item .item-box .item-title::before{right: 26px;width: 28px;height: 28px;line-height: 28px;font-size: 14px;}
	.sec5-tbody-item .item-box .item-text .text{font-size: 16px;padding: 2px 26px 10px;line-height: 28px;}
}
@media (max-width: 1259px) {
	.sec5{padding-top: 66px;padding-bottom: 56px;}
	.sec5-tbody-left{width: 32%;}
	.sec5-tbody-right{width: 65%;}
	.sec5-tbody-text{margin-top: 20px;font-size: 16px;line-height: 28px;}
	.sec5-tbody-btn{margin-top: 28px;}
	.sec5-tbody-item .item-box{padding: 2px 0;}
	/*.sec5-tbody-item .item-box.active{padding: 10px 0;}*/
	.sec5-tbody-item .item-box .item-title{padding: 10px 20px;padding-right: 56px;font-size: 18px;font-size: 1.8rem;line-height: 28px;}
	.sec5-tbody-item .item-box .item-title::before{right: 20px;width: 26px;height: 26px;line-height: 26px;font-size: 13px;}
	.sec5-tbody-item .item-box .item-text .text{font-size: 14px;padding: 2px 20px 8px;line-height: 24px;}
}
@media (max-width: 991px) {
	.sec5{padding-top: 54px;padding-bottom: 44px;}
	.sec5-tbody-left{width: 100%;text-align: center;}
	.sec5-tbody-right{width: 100%;margin-top: 20px;}
	.sec5-tbody-text{margin-top: 14px;font-size: 15px;line-height: 26px;}
	.sec5-tbody-btn{margin-top: 20px;}
	.sec5-tbody-item .item-box{padding: 2px 0;}
	/*.sec5-tbody-item .item-box.active{padding: 10px 0;}*/
	.sec5-tbody-item .item-box .item-title{padding: 10px 16px;padding-right: 56px;font-size: 20px;font-size: 2rem;line-height: 30px;}
	.sec5-tbody-item .item-box .item-title::before{right: 16px;width: 26px;height: 26px;line-height: 26px;font-size: 13px;}
	.sec5-tbody-item .item-box .item-text .text{font-size: 15px;padding: 2px 16px 8px;line-height: 26px;}
}
@media (max-width: 720px) {
	.sec5{padding-top: 42px;padding-bottom: 32px;}
	.sec5-tbody-left{width: 100%;text-align: center;}
	.sec5-tbody-right{width: 100%;margin-top: 20px;}
	.sec5-tbody-text{margin-top: 10px;font-size: 14px;line-height: 24px;}
	.sec5-tbody-btn{margin-top: 16px;}
	.sec5-tbody-item .item-box{padding: 2px 0;}
	/*.sec5-tbody-item .item-box.active{padding: 10px 0;}*/
	.sec5-tbody-item .item-box .item-title{padding: 10px 16px;padding-right: 56px;font-size: 18px;font-size: 1.8rem;line-height: 28px;}
	.sec5-tbody-item .item-box .item-title::before{right: 16px;width: 24px;height: 24px;line-height: 24px;font-size: 12px;}
	.sec5-tbody-item .item-box .item-text .text{font-size: 14px;padding: 2px 16px 8px;line-height: 24px;}
}
@media (max-width: 560px) {.sec5{padding-top: 30px;padding-bottom: 20px;}}

.sec6{position: relative;width: 100%;padding: 81px 0 94px;}
.sec6-tbody{position: relative;width: 100%;padding-top: 28px;}
.sec6-tbody-item{position: relative;width: 100%;}
.sec6-tbody-item .item-pic{position: relative;width: 100%;padding-bottom: 50%;z-index: 22;overflow: hidden;}
.sec6-tbody-item .item-pic .video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;cursor: pointer;}
.sec6-tbody-item .item-body{position: relative;width: 100%;padding-top: 22px;}
.sec6-tbody-item .item-body .item-title{position: relative;width: 100%;font-family: AkzidenzGroteskBQ-XBdCnd;font-size: 36px;color: #333333;line-height: 48px;}
.sec6-tbody-item .item-body .item-flex{position: relative;width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;padding-top: 14px;}
.sec6-tbody-item .item-body .item-desc{position: relative;width: 1160px;font-size: 18px;color: #666666;line-height: 36px;}
.sec6-tbody-item .item-body .item-btn{position: relative;width: 200px;text-align: right;}
@media screen and (max-width: 1459px) {
	.sec6{padding: 70px 0 82px;}
	.sec6-tbody{padding-top: 24px;}
	.sec6-tbody-item .item-body{padding-top: 20px;}
	.sec6-tbody-item .item-body .item-title{font-size: 32px;line-height: 44px;}
	.sec6-tbody-item .item-body .item-flex{padding-top: 14px;}
	.sec6-tbody-item .item-body .item-desc{width: 980px;font-size: 18px;line-height: 32px;}
	.sec6-tbody-item .item-body .item-btn{width: 180px;}
}
@media screen and (max-width: 1259px) {
	.sec6{padding: 56px 0 68px;}
	.sec6-tbody{padding-top: 20px;}
	.sec6-tbody-item .item-body{padding-top: 18px;}
	.sec6-tbody-item .item-body .item-title{font-size: 28px;line-height: 40px;}
	.sec6-tbody-item .item-body .item-flex{padding-top: 12px;}
	.sec6-tbody-item .item-body .item-desc{width: 760px;font-size: 16px;line-height: 28px;}
	.sec6-tbody-item .item-body .item-btn{width: 160px;}
}
@media screen and (max-width:991px) {
	.sec6{padding: 42px 0 54px;}
	.sec6-tbody{padding-top: 18px;}
	.sec6-tbody-item .item-body{padding-top: 14px;}
	.sec6-tbody-item .item-body .item-title{font-size: 24px;line-height: 36px;}
	.sec6-tbody-item .item-body .item-flex{padding-top: 8px;}
	.sec6-tbody-item .item-body .item-desc{width: 100%;font-size: 15px;line-height: 26px;}
	.sec6-tbody-item .item-body .item-btn{width: 100%;text-align: left;margin-top: 12px;}
}
@media screen and (max-width:720px) {
	.sec6{padding: 28px 0 40px;}
	.sec6-tbody{padding-top: 14px;}
	.sec6-tbody-item .item-body{padding-top: 12px;}
	.sec6-tbody-item .item-body .item-title{font-size: 18px;line-height: 30px;}
	.sec6-tbody-item .item-body .item-flex{padding-top: 8px;}
	.sec6-tbody-item .item-body .item-desc{width: 100%;font-size: 14px;line-height: 24px;}
	.sec6-tbody-item .item-body .item-btn{width: 100%;text-align: left;margin-top: 10px;}
}

.sec7{position: relative;width: 100%;padding: 80px 0 62px;background: linear-gradient(-90deg, #0E2D8A, #039C42);}
.sec7-tbody{position: relative;width: 100%;padding-top: 38px;}
.sec7-tbody-list{position: relative;font-size: 0;letter-spacing: 0;display: flex;flex-wrap: wrap;margin-left: -15px;margin-right: -15px;}
.sec7-tbody-item{position: relative;width: 50%;margin-bottom:30px;padding: 0 15px;}
.sec7-tbody-item .item-box{position: relative;width: 100%;border: 1px solid #FFFFFF;padding: 38px 20px 38px 30px;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.sec7-tbody-item .item-box:hover{border-color: #eeeeee;}
.sec7-tbody-item .item-box .item-btn{position: relative;width: 60px;}
.sec7-tbody-item .item-box .item-btn .btnn{display: inline-block;vertical-align: top;width: 60px;height: 60px;line-height: 60px;font-size: 34px;text-align: center;color: #333;background: #FFFFFF;border-radius: 50%;}
.sec7-tbody-item .item-box .item-btn .btnn .iconfont{font-size: 34px;color: #333;text-shadow: 0 0 #333;}
.sec7-tbody-item .item-box:hover .item-btn .btnn .iconfont, .sec7-tbody-item .item-box .item-btn .btnn:hover .iconfont{color: #003280;
	background: linear-gradient(-90deg, #0E2D8A 0%, #039C42 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-shadow: 0 0 #039C42;}
.sec7-tbody-item .item-box .item-body{position: relative;width: calc(100% - 90px) ;}
.sec7-tbody-item .item-title{position: relative;width: 100%;font-size: 24px;font-size: 2.4rem;color: #fff;line-height: 36px;font-family: AkzidenzGroteskBQ-XBdCnd;}
.sec7-tbody-item .item-desc{font-size: 16px;color: #fff;line-height: 30px;margin-top: 6px;height: 60px;overflow: hidden;}
.sec7-tbody-item .item-title a, .sec7-tbody-item .item-desc a{color: #fff;}
.sec7-tbody-item .item-title a:hover, .sec7-tbody-item .item-desc a:hover{color: #bdbdbd;}

@media screen and (max-width: 1459px) {
	.sec7{padding: 66px 0 50px;}
	.sec7-tbody{padding-top: 34px;}
	.sec7-tbody-list{margin-left: -10px;margin-right: -10px;}
	.sec7-tbody-item{width: 50%;margin-bottom:24px;padding: 0 10px;}
	.sec7-tbody-item .item-box{padding: 32px 16px 32px 24px;}
	.sec7-tbody-item .item-box .item-btn{width: 50px;}
	.sec7-tbody-item .item-box .item-btn .btnn{width: 50px;height: 50px;line-height: 50px;font-size: 30px;}
	.sec7-tbody-item .item-box .item-btn .btnn .iconfont{font-size: 30px;}

	.sec7-tbody-item .item-box .item-body{width: calc(100% - 70px) ;}
	.sec7-tbody-item .item-title{font-size: 20px;font-size: 2rem;line-height: 32px;}
	.sec7-tbody-item .item-desc{font-size: 16px;line-height: 28px;margin-top: 5px;height: 56px;}
}
@media screen and (max-width: 1259px) {
	.sec7{padding: 52px 0 38px;}
	.sec7-tbody{padding-top: 30px;}
	.sec7-tbody-list{margin-left: -5px;margin-right: -5px;}
	.sec7-tbody-item{width: 50%;margin-bottom:20px;padding: 0 5px;}
	.sec7-tbody-item .item-box{padding: 26px 12px 26px 16px;}
	.sec7-tbody-item .item-box .item-btn{width: 44px;}
	.sec7-tbody-item .item-box .item-btn .btnn{width: 44px;height: 44px;line-height: 44px;font-size: 24px;}
	.sec7-tbody-item .item-box .item-btn .btnn .iconfont{font-size: 24px;}

	.sec7-tbody-item .item-box .item-body{width: calc(100% - 60px);}
	.sec7-tbody-item .item-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;}
	.sec7-tbody-item .item-desc{font-size: 15px;line-height: 26px;margin-top: 5px;height: 52px;}
}
@media screen and (max-width:991px) {
	.sec7{padding: 38px 0 26px;}
	.sec7-tbody{padding-top: 24px;}
	.sec7-tbody-list{margin-left: -5px;margin-right: -5px;}
	.sec7-tbody-item{width: 100%;margin-bottom:20px;padding: 0 5px;}
	.sec7-tbody-item .item-box{padding: 20px 12px 20px 16px;}
	.sec7-tbody-item .item-box .item-btn{width: 44px;}
	.sec7-tbody-item .item-box .item-btn .btnn{width: 44px;height: 44px;line-height: 44px;font-size: 24px;}
	.sec7-tbody-item .item-box .item-btn .btnn .iconfont{font-size: 24px;}

	.sec7-tbody-item .item-box .item-body{width: calc(100% - 60px);}
	.sec7-tbody-item .item-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;}
	.sec7-tbody-item .item-desc{font-size: 15px;line-height: 26px;margin-top: 5px;height: 52px;}
}
@media screen and (max-width:720px) {
	.sec7{padding: 30px 0 20px;}
	.sec7-tbody{padding-top: 20px;}
	.sec7-tbody-list{margin-left: -5px;margin-right: -5px;}
	.sec7-tbody-item{width: 100%;margin-bottom:20px;padding: 0 5px;}
	.sec7-tbody-item .item-box{padding: 20px 12px 20px 16px;}
	.sec7-tbody-item .item-box .item-btn{width: 44px;}
	.sec7-tbody-item .item-box .item-btn .btnn{width: 44px;height: 44px;line-height: 44px;font-size: 24px;}
	.sec7-tbody-item .item-box .item-btn .btnn .iconfont{font-size: 24px;}

	.sec7-tbody-item .item-box .item-body{width: calc(100% - 60px);}
	.sec7-tbody-item .item-title{font-size: 17px;font-size: 1.7rem;line-height: 30px;}
	.sec7-tbody-item .item-desc{font-size: 14px;line-height: 24px;margin-top: 5px;height: 48px;}
}
@media screen and (max-width:560px) {
	.sec7{padding: 30px 0 20px;}
	.sec7-tbody{padding-top: 16px;}
	.sec7-tbody-list{margin-left: -5px;margin-right: -5px;}
	.sec7-tbody-item{width: 100%;margin-bottom:20px;padding: 0 5px;}
	.sec7-tbody-item .item-box{padding: 16px 12px;}
	.sec7-tbody-item .item-box .item-btn{width: 100%;text-align: center;}
	.sec7-tbody-item .item-box .item-btn .btnn{width: 44px;height: 44px;line-height: 44px;font-size: 24px;}
	.sec7-tbody-item .item-box .item-btn .btnn .iconfont{font-size: 24px;}

	.sec7-tbody-item .item-box .item-body{width: 100%;margin-top: 10px;}
	.sec7-tbody-item .item-title{font-size: 17px;font-size: 1.7rem;line-height: 30px;}
	.sec7-tbody-item .item-desc{font-size: 14px;line-height: 24px;margin-top: 5px;height: 48px;}
}

.sec8{position: relative;width: 100%;padding: 92px 0 82px;}
.sec8-tbody{position: relative;width: 100%;padding-top: 28px;}
.sec8-tbody-list{position: relative;font-size: 0;letter-spacing: 0;margin-left: -16px;margin-right: -16px;}
.sec8-tbody-list .list-item{display: inline-block;vertical-align: top;width: 25%;padding: 0 16px;margin-bottom: 20px;}
.sec8-tbody-list .list-item .item-pics{position: relative;width: 100%;padding-bottom: calc(100% - 2px);background: #FFFFFF;border: 1px solid #ECECEC;overflow: unset;}
.sec8-tbody-list .list-item:hover .item-pics{border-color: #1D6AB7;}

.sec8-tbody-list .list-item .item-box{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;overflow: hidden;}
.sec8-tbody-list .list-item .item-pics img{max-width: 100% !important;max-height: 100% !important;}
.sec8-tbody-list .list-item .item-backdrop .iconfont{font-size: 27px;font-size: 2.7rem;color: #fff;position: relative;width: 36px;height: 36px;line-height: 36px;display: inline-block;vertical-align: top; text-align: center;border-radius: 50%;}
.sec8-tbody-list .list-item .item-body{padding-top: 20px;text-align: center;position: relative;}
.sec8-tbody-list .list-item .item-body .item-name{font-size: 18px;color: #333;line-height: 32px;text-align: center;}

@media screen and (max-width: 1459px) {
	.sec8{padding: 78px 0 68px;}
	.sec8-tbody{padding-top: 24px;}
	.sec8-tbody-list{margin-left: -10px;margin-right: -10px;}
	.sec8-tbody-list .list-item{width: 25%;padding: 0 10px;margin-bottom: 20px;}
	.sec8-tbody-list .list-item .item-backdrop .iconfont{font-size: 24px;font-size: 2.4rem;width: 32px;height: 32px;line-height: 32px;}
	.sec8-tbody-list .list-item .item-body{padding-top: 18px;}
	.sec8-tbody-list .list-item .item-body .item-name{font-size: 17px;line-height: 30px;}
}
@media screen and (max-width: 1259px) {
	.sec8{padding: 64px 0 56px;}
	.sec8-tbody{padding-top: 20px;}
	.sec8-tbody-list{margin-left: -6px;margin-right: -6px;}
	.sec8-tbody-list .list-item{width: 25%;padding: 0 6px;margin-bottom: 18px;}
	.sec8-tbody-list .list-item .item-backdrop .iconfont{font-size: 22px;font-size: 2.2rem;width: 32px;height: 32px;line-height: 32px;}
	.sec8-tbody-list .list-item .item-body{padding-top: 16px;}
	.sec8-tbody-list .list-item .item-body .item-name{font-size: 16px;line-height: 28px;}
}
@media screen and (max-width: 991px) {
	.sec8{padding: 50px 0 44px;}
	.sec8-tbody{padding-top: 18px;}
	.sec8-tbody-list{margin-left: -8px;margin-right: -8px;}
	.sec8-tbody-list .list-item{width: 33.33333333%;padding: 0 8px;margin-bottom: 16px;}
	.sec8-tbody-list .list-item .item-backdrop .iconfont{font-size: 18px;font-size: 1.8rem;width: 32px;height: 32px;line-height: 32px;}
	.sec8-tbody-list .list-item .item-body{padding-top: 12px;}
	.sec8-tbody-list .list-item .item-body .item-name{font-size: 15px;line-height: 26px;}
}
@media screen and (max-width: 640px) {
	.sec8{padding: 38px 0 32px;}
	.sec8-tbody{padding-top: 16px;}
	.sec8-tbody-list{margin-left: -10px;margin-right: -10px;}
	.sec8-tbody-list .list-item{width: 50%;padding: 0 10px;margin-bottom: 16px;}
	.sec8-tbody-list .list-item .item-backdrop .iconfont{font-size: 18px;font-size: 1.8rem;width: 32px;height: 32px;line-height: 32px;}
	.sec8-tbody-list .list-item .item-body{padding-top: 10px;}
	.sec8-tbody-list .list-item .item-body .item-name{font-size: 14px;line-height: 24px;}
}
@media screen and (max-width: 420px) {
	.sec8{padding: 26px 0 20px;}
	.sec8-tbody{padding-top: 14px;}
	.sec8-tbody-list{margin-left: -5px;margin-right: -5px;}
	.sec8-tbody-list .list-item{width: 50%;padding: 0 5px;margin-bottom: 16px;}
	.sec8-tbody-list .list-item .item-backdrop .iconfont{font-size: 18px;font-size: 1.8rem;width: 32px;height: 32px;line-height: 32px;}
	.sec8-tbody-list .list-item .item-body{padding-top: 8px;}
	.sec8-tbody-list .list-item .item-body .item-name{font-size: 13px;line-height: 22px;}
}
.sec2-tbody-left{position: relative;width: 100px;}
.sec2-left-swiper{position: relative;width: 100%;height: 520px;padding-top: 28px;padding-bottom: 28px;}
.sec2-left-swiper .swiper-sec2{position: relative;width: 100%;height: 100%;}
.sec2-left-swiper .swiper-button{left: 50%;transform: translateX(-50%) rotate(90deg);right: auto;margin-top: 0; text-align: center; display: block; width:20px;height: 20px;font-size: 20px; line-height:20px; color: #666; cursor: pointer; border-radius:3px; z-index:9}
.sec2-left-swiper .swiper-button:hover { color: #666;background: linear-gradient(-90deg, #0E2D8A 0%, #039C42 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.sec2-left-swiper .swiper-button-prev{top: 0;}
.sec2-left-swiper .swiper-button-next{top: auto;bottom: 0;}
.sec2-left-swiper .swiper-button-prev::before{content: "\e730";font-family: "iconfont";}
.sec2-left-swiper .swiper-button-next::before{content: "\e731";font-family: "iconfont";}
.sec2-left-swiper .swiper-sec2 .swiper-slide{position: relative;width: 100%;background: #FFFFFF;border: 1px solid #ECECEC;}
.sec2-left-item{position: relative;width: 100%;}
.sec2-left-item .item-pic{display: block;width: 100%;}
.sec2-left-item .item-pic img{display: inline-block;vertical-align: top;width: 100%;}
.sec2-left-swiper .swiper-sec2 .swiper-slide.active{ border-color: transparent;background: linear-gradient(-90deg, #0E2D8A, #039C42);}
@media screen and (max-width:1459px){
	.sec2-tbody-left{width: 98px;}
	.sec2-left-swiper{height: 492px;padding-top: 24px;padding-bottom: 24px;}
	.sec2-left-swiper .swiper-button{width:20px; font-size: 20px; line-height:20px;}
}
@media screen and (max-width:1259px){
	.sec2-tbody-left{width: 78px;}
	.sec2-left-swiper{height: 390px;padding-top: 20px;padding-bottom: 20px;}
	.sec2-left-swiper .swiper-button{width:16px; font-size: 16px; line-height:16px;}
}
@media screen and (max-width:991px){
	.sec2-tbody-left{width: 100%;}
	.sec2-left-swiper{height: auto;width: 100%;padding-top: 0;padding-bottom: 0;padding: 0 20px;}
	.sec2-left-swiper .swiper-button{width:16px; font-size: 16px; line-height:16px;top: 50%;transform: translateY(-50%) ;}
	.sec2-left-swiper .swiper-button-prev{left: 0;}
	.sec2-left-swiper .swiper-button-next{left: auto;right: 0;}
}
@media only screen and (max-width:500px ) {
	.sec2-tbody-left .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:4.8%; }
}
@media only screen and (max-width:350px ) {
	.sec2-tbody-left .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:9.8%; }
}
.sec2-tbody-right{position: relative;width: 1160px;}
.sec2-tbody-content{position: relative;width: 100%;}
.sec2-content-item{position: relative;width: 100%;display: none;}
.sec2-content-item .sec2-item-box{display: flex;align-items: center; justify-content: space-between;flex-wrap: wrap;}
.sec2-item-box .item-pic{position: relative;width: 520px;border: 1px solid #ECECEC;}
.sec2-item-box .item-pic img{display: inline-block;vertical-align: top;width: 100%;}
.sec2-item-box .item-info{position: relative;width: 580px;}
@media screen and (max-width: 1459px) {
	.sec2-tbody-right{width: 1012px;}
	.sec2-item-box .item-pic{width: 492px;}
	.sec2-item-box .item-info{width: 480px;}
}
@media screen and (max-width: 1259px) {
	.sec2-tbody-right{width: 800px;}
	.sec2-item-box .item-pic{width: 390px;}
	.sec2-item-box .item-info{width: 400px;}
}
@media screen and (max-width: 991px) {
	.sec2-tbody-right{width: 100%;}
	.sec2-item-box .item-pic{width: 320px;}
	.sec2-item-box .item-info{width: 340px;}
}
@media screen and (max-width: 720px) {
	.sec2-tbody-right{width: 100%;}
	.sec2-item-box .item-pic{width: 100%;}
	.sec2-item-box .item-info{width:100%;margin-top: 20px;}
}
