/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:16px;font-family:''; color:#000; line-height:2em}
a{color:#666;transition: 0.3s;}
a:hover{ color:#01aef0; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:80%; margin:0 auto;padding: 0 15px;box-sizing: border-box;}
img {
    max-width: 100%;

}




.header{ position:relative;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;padding: 0 20px;box-sizing: border-box;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:90px;line-height:90px;}
.menu ul li{ float:left; position:relative;padding: 0 13px;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:90px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;min-width: 145px;}
.menu ul li dl dd{ line-height:35px;border-bottom:#ddd dotted 1px;}
.menu ul li dl dd a{ font-size:13px; color:#666;display:block;text-align:left;padding: 0 10px;}
.menu ul li dl dd a:hover{ color:#01aef0;}
.menu a{ font-size:16px;color:#222;display:block;text-align:center;padding: 0 5px;position: relative;}
.menu a:hover{color:#01aef0;}
a.menu_hover{color:#01aef0;}
.menu ul li span a:after{position: absolute;width: 0;height: 2px;left: 0;background: #01AEF0;content: "";transition: 0.3s;bottom: 0;}
.menu ul li span a:hover:after{width: 100%;}
.menu ul li.on span a:after{width: 100%;}

.language{font-size: 15px;color: #222;margin-left: 20px;}
.language a{color: #222;}
.language a.on{color: #01AEF0;}
.language span{display: inline-block;margin: 0 10px;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:60px;overflow:hidden;background:#fff;position:relative;z-index:10;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:60px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:40px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:20px}
.sp_nav span{display:block;background:#01AEF0;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#fff;width:100%;height:calc(100% - 60px);font-size:14px;line-height:40px;top:60px;right:-100%;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;display: none;}
.nav_show{right:0;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #0188FB;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}



/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: transparent;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #00b0ec;width:20px;}
.bannerSwiper .swiper-button-next,.bannerSwiper .swiper-button-prev{color: #01AEF0;width: 40px;height: 60px;background: rgba(255,255,255,.6);}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{font-size: 30px;}
.banner img{height: 600px;}




/*common*/
.iComTitle{text-align: center;margin-bottom: 30px;}
.iComTitle .t1{margin-bottom: 10px;font-size: 18px;color: #01AEF0;}
.iComTitle .t1 span{display: inline-block;padding: 0 55px;position: relative;}
.iComTitle .t1 span:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
	height: 1px;
	background: #01AEF0;
}
.iComTitle .t1 span:after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
	height: 1px;
	background: #01AEF0;
}

.iComTitle .t2{font-size: 32px;color: #222;}



.disFlex{display: flex;flex-wrap: wrap;}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.alibtm{align-items: flex-end;}
.bgfff{background: #fff;}
.fff{color: #fff !important;}
.pt130{padding-top: 130px;}
.pb140{padding-bottom: 140px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.img{font-size: 0px;overflow: hidden;line-height: 0 !important;}

.aMoreStyle a{background: #01AEF0;display: block;width: 127px;height: 45px;line-height: 45px;text-align: center;color: #fff;font-size: 15px;position: relative;overflow: hidden;margin-top: 25px;}
.aMoreStyle a:before{content: "";position: absolute;display: block;transition: all .6s;width: 100%;height: 0;border-radius: 50%;left: 50%;top: 50%;padding-top: 100%;transform: translateX(-50%) translateY(-50%);}
.aMoreStyle a:hover:before{-webkit-animation: wave .75s;animation: wave .75s;z-index: 1;}

@-webkit-keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}
	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

@keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}
	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

.index1{width: 100%;background: #f7f7f7;}
.index1 .desc{width: 53%;}
.index1 .desc .titEn{font-size: 18px;color: #666;}
.index1 .desc .t1{font-size: 36px;color: #2e3192;font-weight: bold;line-height: 1.6;}
.index1 .desc .line{}
.index1 .desc .line span{display: inline-block;width: 45px;height: 2px;background: #01AEF0;position: relative;}
/*.index1 .desc .line span:after{width: 6px;height: 6px;position: absolute;top: -2px;right: -20px;content: "";background: #01AEF0;}*/
.index1 .desc .info{margin-top: 25px;font-size: 16px;color: #666;}
.index1 .img{width: 40%;}
.index1 .img img{width: 100%;height: 100%;object-fit: cover;}

.index2{background: #f7f7f7;}
.i2List{width: 100%;position: relative;}
.i2List .part{width: 100%;display: flex;justify-content: space-between;position: relative;}
.i2List .part .img{position: absolute;top: 0;left: 0;height: 100%;width: 40%;overflow: hidden; background:#fff;}
.i2List .part .img img{width: 100%;height: 100%;object-fit: contain;}
.i2List .part .desc{padding: 35px 0;width: 62%;position: relative;z-index: 9;margin-left: auto;}
.i2List .part .box{width: 100%;padding: 35px;background: #01AEF0 url(../images/shape-1.png) center bottom no-repeat;box-sizing: border-box;color: #fff;background-size: cover; height:380px; overflow:hidden;}
.i2List .part .t1{font-size: 28px;}
.i2List .part .info{margin-top: 25px;font-size: 16px;}
.i2List .part .more{margin-top: 25px;}
.i2List .part .more a{display: inline-block;padding: 12px 15px;background: #2E3192;font-size: 16px;color: #fff;position: relative;padding-right: 65px;transition: 0.3s;}
.i2List .part .more i{position: absolute;right: 15px;top: 20px;transition: 0.3s;}
.i2List .part .more a:hover{background: #fff;color: #2E3192;}
.i2List .part .more a:hover i{transform: translateX(-10px);}
.i2List .swiper-pagination-bullet{width: 12px;height: 12px;background: rgb(46 49 146 / 50%);opacity: 1;}
.i2List .swiper-pagination-bullet-active{background: #2E3192;}

.index3{width: 100%;}
.i3Warp{display: flex;justify-content: space-between;align-items: center;}
.i3List{width: 60%;}
.i3List ul{position: relative;border-left: 1px solid #999;padding: 10px 0;}
.i3List ul:after{position: absolute;width: 0;height: 0;font-size: 0;line-height: 0;overflow: hidden;border-width: 9px;border-style: dashed dashed dashed solid;border-color: transparent transparent #01AEF0 transparent;left: -10px;content: "";bottom: 0;}
.i3List ul li{padding: 5px 0;position: relative;padding-left: 20px;margin: 10px 0;}
.i3List ul li:before{position: absolute;left: -8px;top: 8px;width: 15px;height: 15px;background: rgba(1,174,250,0.5);border-radius: 50%;content: "";z-index: 2;}
.i3List ul li:after{position: absolute;left: -6px;top: 10px;width: 10px;height: 10px;background: rgba(1,174,250,1);border-radius: 50%;content: "";z-index: 3;}
.i3List ul li a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;font-size: 16px;color: #333;}
.i3List ul li a:hover{color: #01AEF0;}

.i3Warp .part{width: 35%;}
.i3Warp .part .img{width: 100%;overflow: hidden;height: 360px;object-fit: cover;}
.i3Warp .part .img img{width: 100%;transition: 0.5s;}
.i3Warp .part:hover .img img{transform: scale(1.1);}
.i3Warp .part .desc{padding-top: 10px;display: flex;justify-content: space-between;align-items: center;}
.i3Warp .part .time{display: inline-block;width: 100px;text-align: right;font-size: 14px;color: #999;}
.i3Warp .part .t1{font-size: 16px;color: #333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;flex: 1;}
.i3Warp .part:hover .t1{color: #01AEF0;}

.index4{}
.i4Txt{font-size: 15px;color: #666;margin-bottom: 30px;}
.i4List{width: 100%;}
.i4List ul li{width: 33.33%;padding: 0 15px;box-sizing: border-box;margin-bottom: 20px;}
.i4List .part{display: block;width: 100%;overflow: hidden;}
.i4List .part .img{width: 100%;overflow: hidden;}
.i4List .part .img img{width: 100%;transition: 0.5s;}
.i4List .part:hover .img img{transform: scale(1.1);}
.i4List .part .t1{font-size: 16px;color: #333;padding-top: 10px;text-align: center;}
.i4List .part:hover .t1{color: #01AEF0;}

.index5{width: 100%;background: #f7f7f7;}
.i5t1{font-size: 28px;color: #333;margin-bottom: 30px;text-align: center;padding-bottom: 15px;position: relative;}
.i5t1:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 120px;height: 1px;background: #01AEF0;content: "";}
.i5t1:before{position: absolute;left: 50%;transform: translateX(-50%);bottom: -2px;width: 20px;height: 5px;background: #2E3192;content: "";z-index: 2;}
.i5List{width: 100%;overflow: hidden;}
.i5List ul li{float: left;margin-right: 20px;width:18%;}
.i5List a{display: block;width: 200px;height: 80px;background: #fff;padding: 10px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;}
.i5List img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.index6{width: 100%;}
.i6List{width: 100%;}
.i6List ul li{width: 33.33%;padding: 0 15px;margin-bottom: 20px;box-sizing: border-box;}
.i6List .part{display: block;width: 100%;background: #fff;box-shadow: 0 4px 21px rgb(0 0 0 / 10%);box-sizing: border-box;padding: 25px;height: 100%;}
.i6List .part .img{width: 80px;height: 80px;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin: 0 auto;border: 2px solid #01AEF0;transition: 0.5s;}
.i6List .part .img img{width: auto;max-width: 100%;}
.i6List .part .desc{padding-top: 15px;}
.i6List .part .t1{text-align: center;font-size: 26px;padding-bottom: 15px;}
.i6List .part .t1 a{display: inline-block;color: #2E3192;padding-bottom: 15px;position: relative;}
.i6List .part .t1 a:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 80px;height: 1px;background: #2E3192;content: "";}
.i6List .part:hover .t1 a{color: #01AEF0;}
.i6List .part .info{font-size: 14px;color: #666;}
.i6List .part:hover .img{transform: rotateY(180deg);}

.footer{width: 100%;padding: 30px 0;background-image: linear-gradient(to top,#fefefe 0,#f7f7f7 100%);font-size: 15px;color: #333;}
.fMenu ul li{margin: 5px 10px;font-size: 16px;position: relative;}
.fMenu ul li:after{content: "|";padding-left: 20px;color: #eaecf7;}
.fMenu ul li:last-child:after{display: none;}
.fMenu a{color: #333;}
.fMenu a:hover{color: #01AEF0;text-decoration: underline;}
.fWarp{margin-top: 20px;padding-top: 20px;border-top: 1px solid #eaecf7;}
.fWarp .desc p{padding: 0;font-size: 14px;}
.fWarp .left{margin-right: 20px;text-align: right; width:210px;}
.fWarp .ewm img{width: 100px; padding-right:20px;}
.fWarp .desc{ padding-top:12px;}

.copyright{text-align: center;margin-top: 20px;padding-top: 20px;border-top: 1px solid #eaecf7;}


.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu:before{position: absolute;top: 0;left: 0;width: 45%;height: 100%;background: rgba(1,174,240,0.5);content: "";}
.tongtu img{width: 100%;height: 346px;object-fit: cover;}
.tongtu .imgTop{position: absolute;top: 0;width: 1380px;padding: 0 15px;left: 50%;transform: translateX(-50%);z-index: 2;height: 100%;display: flex;align-items: center;}
.tongtu .desc{width: 40%;}
.tongtu .t1{color: #fff;font-size: 38px;position: relative;padding-bottom: 20px;margin-bottom: 20px;}
.tongtu .t1:after{position: absolute;left: 0;bottom: 0;width: 45px;height: 2px;background: #2E3192;content: "";}
.tongtu .t2{color: #fff;font-size: 18px;text-transform: uppercase;}



.pageBar{width: 100%;padding: 15px 0;background: #F7F7F7;}
.current{width: 100%;}
.current ul li{padding-right: 5px;font-size: 16px;position: relative;}
.current ul li:after{content: "/";padding-left: 10px;}
.current ul li:last-child:after{display: none;}
.current ul li:last-child a{color: #2E3192;}

.mainPage{width: 100%;background: #fff;}

.news{width: 100%;max-width: 1200px;margin: 0 auto;}
.newTop{width: 100%;}
.newTop ul li{width: 33.333%;padding: 0 15px;box-sizing: border-box;margin-bottom: 20px;}
.newTop .part{display: block;width: 100%;overflow: hidden;position: relative;background: #fff;}
.newTop .part .img{width: 100%;overflow: hidden;}
.newTop .part .img img{width: 100%;transition: 0.5s;    height: 300px;object-fit: cover;}
.newTop .part:hover .img img{transform: scale(1.1);}
.newTop .part .desc{padding: 15px;box-sizing: border-box;}
.newTop .part .time{font-size: 14px;color: #666;}
.newTop .part .time i{padding-right: 5px;}
.newTop .part .t1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;font-size: 24px;color: #333;margin-top: 15px;}
.newTop .part .info{margin-top: 15px;font-size: 15px;color: #666;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;line-height: 1.6;}
.newTop .part:hover .t1{color: #01AEF0;}
.newTop .part:hover{box-shadow: 0 4px 21px rgb(0 0 0 / 10%);}

.newTop ul li:nth-child(1) .part:after,
.newTop ul li:nth-child(2) .part:after,
.newTop ul li:nth-child(3) .part:after{position: absolute;top: 10px;left: 10px;background: #2E3192;padding: 5px 15px;color: #fff;font-size: 14px;content: "TOP";}

.newList{width: 100%;}
.newList ul li{margin: 25px 0;display: flex;justify-content: space-between;border-bottom: 1px solid #eee;padding: 25px 0;}
.newList .img{display: block;width: 35%;overflow: hidden;}
.newList .img img{width: 100%;height: 100%;object-fit: contain;transition: 0.5s;max-height: 260px;}
.newList .img:hover img{transform: scale(1.1);}
.newList .desc{width: 60%;}
.newList .t1{font-size: 24px;color: #333;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.newList .t1 a{color: #333;}
.newList .t1:hover a{color: #01AEF0;}
.newList .info{font-size: 16px;color: #666;margin-top: 20px;line-height: 1.8;display: -webkit-box;-webkit-line-clamp: 4;/* 行数 */-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.newList .time{margin-top: 25px;font-size: 14px;color: #999;}
.newList .time i{padding-right: 5px;font-size: 20px;vertical-align: middle;}
.newList .more{margin-top: 25px;}
.newList .more a{display: inline-block;padding: 12px 15px;background: #2E3192;font-size: 16px;color: #fff;position: relative;padding-right: 65px;transition: 0.3s;}
.newList .more i{position: absolute;right: 15px;top: 14px;transition: 0.3s;}
.newList .more a:hover{background: #01AEF0;color: #fff;}
.newList .more a:hover i{transform: translateX(-10px);}

.mLeft{width: 20%;}
.mRight{width: 77%;}
.mlMenu{width: 100%;background: #fff;padding: 20px 10px;box-sizing: border-box;}
.mlMenu ul li{padding: 1em .75em;box-sizing: border-box;font-size: 16px;border-bottom: 1px solid #eee;transition: 0.3s;}
.mlMenu ul li:hover{border-color: #2E3192;}
.mlMenu a{color: #666;}
.mlMenu ul li:hover a{color: #2E3192;}
.mlMenu ul li.on a{color: #2E3192;}

.people{width: 100%;}
.peoItem{width: 100%;padding-bottom: 50px;}
.peoTit{font-size: 28px;color: #2E3192;margin-bottom: 10px;}
.peoTxt{font-size: 18px;color: #666;margin-bottom: 15px;}
.peoList1{width: 100%;}
.peoList1 ul li{border-bottom: 1px solid #eee;display: flex;justify-content: space-between;align-items: center;padding: 25px 0;}
.peoList1 .left{width: 30%;border: 1px solid #eee;box-sizing: border-box;display: block;border-radius: 5px;}
.peoList1 .img{width: 100%;overflow: hidden;}
.peoList1 .img img{width: 100%;transition: 0.5s;}
.peoList1 .img:hover img{transform: scale(1.1);}
    .peoList1 .name {
        text-align: center;
        font-size: 22px;
        margin: 10px 0;
        color: #333;
        font-weight: bold;
    }
.peoList1 .desc{width: 65%;}
.peoList1 .t1{font-size: 16px;color: #333;}
.peoList1 .info{font-size: 16px;color: #666;margin-top: 20px;}

.peoList2{width: 100%;margin-top: 40px;}
.peoList2 ul{display: flex;flex-wrap: wrap;}
.peoList2 ul li{width: 33.33%;padding: 0 15px;box-sizing: border-box;margin-bottom: 20px;}
.peoList2 .part{display: block;width: 100%;overflow: hidden;}
.peoList2 .part .img{width: 100%;overflow: hidden;text-align: center;max-width: 150px;margin: 0 auto;border-radius: 5px;}
.peoList2 .part .img img{width: 100%;transition: 0.5s;}
.peoList2 .part .img:hover img{transform: scale(1.1);}
.peoList2 .part .desc{margin-top: 10px;text-align: center;}
.peoList2 .part .t1{text-align: center;margin-top: 15px;font-size: 22px;}
.peoList2 .part .t1 a{color: #333;font-weight: bold;}
.peoList2 .part:hover .t1 a{color: #2E3192;}
.peoList2 .part .info{font-size: 15px;color: #666;margin-top: 15px;}
.peoList2 .part .info .t1{font-weight: normal;font-size: 16px;}
.peoList2 .part .info p{padding: 0;line-height: 1.6;}

.peoList3{width: 100%;margin-top: 40px;}
.peoList3 ul{display: flex;flex-wrap: wrap;}
.peoList3 ul li{width: 33.33%;padding: 0 15px;box-sizing: border-box;}
.peoList3 .part{display: block;width: 100%;overflow: hidden;display: flex;justify-content: space-between;border-bottom: 1px solid #eee;padding: 20px 0;transition: 0.3s;height: 100%;box-sizing: border-box;}
.peoList3 .part .img{width: 85px;overflow: hidden;text-align: center;margin-right: 10px;height: 85px;border-radius: 50%;}
.peoList3 .part .img img{width: 100%;transition: 0.5s;height: 100%;object-fit: cover;}
.peoList3 .part:hover .img img{transform: scale(1.1);}
    .peoList3 .part .desc { /* flex: 1; */
        width: calc(100% - 85px);
    }
.peoList3 .part .t1{font-size: 16px;}
.peoList3 .part .t1 a{color: #333;}
.peoList3 .part:hover{border-color: #01AEF0;}
.peoList3 .part:hover .t1 a{color: #2E3192;}
.peoList3 .part .txt{font-size: 15px;line-height: 1.6;}
.peoList3 .part .info{font-size: 13px;color: #666;margin-top: 5px;display: -webkit-box;-webkit-line-clamp: 2;/* 行数 */-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.peoList3 .part .info p{padding: 0;line-height: 1.6;}

.peoList4{width: 100%;margin-top: 40px;}
.peoList4 ul{display: flex;flex-wrap: wrap;}
.peoList4 ul li{width: 25%;padding: 0 15px;box-sizing: border-box;margin-bottom: 20px;}
.peoList4 .part{width: 100%;text-align: center;}
.peoList4 .part .t1{font-size: 18px;color: #333;}
.peoList4 .part .t1:hover{font-size: 18px;color: #2E3192;}
.peoList4 .part .time{font-size: 15px;color: #666;margin-top: 5px;}
.peoList4 .part .img{width: 85px;margin: 0 auto;margin-bottom: 10px;overflow: hidden;border-radius: 50%;height: 85px;}
.peoList4 .part .img img{width: 100%;transition: 0.5s;height: 100%;object-fit: cover;}
.peoList4 .part:hover .img img{transform: scale(1.1);}












.research{width: 100%;max-width: 1200px;margin: 0 auto;}
.resItem{width: 100%;margin-bottom: 35px;}
.resTit{width: 100%;position: relative;padding-bottom: 15px;margin-bottom: 25px;color: #2E3192;font-size: 28px;}
.resTit:after{position: absolute;bottom: 0;left: 0;width: 80px;height: 2px;background: #01AEF0;content: "";}
/*.resTit:before{position: absolute;bottom: -3px;left: 0;width: 8px;height: 8px;background: #2E3192;content: "";z-index: 2;}*/

.resList{width: 100%;}
.resList ul li{padding: 25px 0;border-bottom: 1px dashed #eee;display: flex;justify-content: space-between;transition: 0.3s;}
.resList .img{display: block;width: 25%;font-size: 0px;overflow: hidden;}
.resList .img img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
.resList ul li:hover .img img{transform: scale(1.1);}
.resList .desc{width: 73%;transition: 0.5s;}
.resList .t1{font-size: 18px;font-weight: bold;}
.resList .t1 a{color: #333;}
.resList .t1 a:hover{color: #01AEF0;}
.resList .info{font-size: 16px;color: #666;margin-top: 15px;}
.resList .info p{padding: 0;}
.resList ul li:hover{border-color: #01AEF0;box-shadow: 0 4px 21px rgb(0 0 0 / 10%);}
.resList ul li:hover .desc{transform: translateX(10px);}

.mRtit{font-size: 28px;color: #2E3192;}

.search{width: 60%;position: relative;overflow: hidden;height: 45px;line-height: 45px;border-radius: 8px;border: 1px solid #ddd;    margin-right: 8%;}
.search input{width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-size: 16px;padding: 0 60px 0 20px;outline: none;box-sizing: border-box;}
.search button{width: 60px;height: 100%;position: absolute;top: 0;right: 0px;text-align: center;font-size: 18px;color: #2E3192;border: none;background: none;}




.chenguo{width: 100%;color: #333;margin-top: 40px;}
.chenguo ul li {margin: 25px 0;list-style: disc;}
.chenguo .info p{padding: 0;}
.chenguo .more{font-size: 16px;margin-top: 15px;}
.chenguo .more a{color: #01AEF0;}

.ppDetail{width: 100%;box-sizing: border-box;}
.ppDetail .left{width: 30%;}
.ppDetail .img{width: 100%;background: #f6f6f6;}
.ppDetail .img img{width: 100%;}
.ppDetail .name{font-size: 28px;color: #222;margin-top: 15px;text-align: center;font-weight: bold;}
.ppDetail .txt{font-size: 20px;color: #666;text-align: center;max-width: 420px;margin: 0 auto;margin-top: 15px;line-height: 1.6;}
.ppDetail .tel{font-size: 20px;color: #666;margin-top: 15px;text-align: center;}
.ppDetail .tel i{padding-right: 5px;color: #01AEF0;}

.ppDetail .right{width: 65%;}
.ppDetList{width: 100%;}
.ppDetBtn{width: 100%;display: flex;justify-content: space-between;align-items: center;color: #666;font-size: 28px;font-weight: bold;border-bottom: 2px solid #eee;padding: 25px 0;}
.ppDetList .panel{color: #000;padding: 20px 0;box-sizing: border-box;display: none;}

.ppDetList .panel ul{padding-left:20px;}
.ppDetList .panel ul li{
    list-style: disc;
}

.ppDetList ul li.active .ppDetBtn{color: #000;}
.ppDetList ul li.active .ppDetBtn i:before{content: "\f077";}
.ppDetList ul li.active .panel{display: block;}











@media only screen and (max-width: 1380px) {
.wapper{ width:100%;padding: 0 5%;box-sizing: border-box;}
.tongtu .imgTop{width: 100%;padding: 0 5%;box-sizing: border-box;}
.menu ul li{padding: 0 5px;}
.menu a{font-size: 16px;}
.headList .logo img{max-height: 45px;}
.language{font-size: 14px;margin-left: 10px;}
.headList{padding: 0;}
.index1 .desc .t1{font-size: 32px;}
.index1 .desc .info{font-size: 15px;}
.iComTitle .t2{font-size: 28px;}
.iComTitle .t1{font-size: 16px;}
.i2List .part .t1{font-size: 26px;}
.i2List .part .info{font-size: 15px;}
.i6List .part .t1{font-size: 24px;}
.tongtu .t1{font-size: 32px;}
.tongtu .t2{font-size: 16px;}
.peoList1 .info{font-size: 15px;}
.resList .info{font-size: 15px;}

.ppDetail .name{font-size: 24px;}
.ppDetail .txt{font-size: 18px;}
.ppDetail .tel{font-size: 18px;}
.ppDetBtn{font-size: 24px;}
.ppDetList .panel{font-size: 16px;}





}

@media only screen and (max-width: 1160px) {
.wapper{ width:100%;padding: 0 4%;}
.header .wapper{padding: 0 15px;}
.headList .logo img{max-height: 35px;}
.tongtu .imgTop{ width:100%;padding: 0 4%;}
.menu ul li{padding: 0 1px;}
.menu a{font-size: 15px;}
.language{font-size: 13px;margin-left: 0;}
.language span{margin: 0 2px;}
.i3List ul li{margin: 5px 0;}
.i6List ul li{padding: 0 10px;}
.tongtu .t1{padding-bottom: 10px;margin-bottom: 10px;}
.newTop ul li{padding: 0 10px;}

.ppDetail .name{font-size: 20px;}
.ppDetail .txt{font-size: 16px;}
.ppDetail .tel{font-size: 16px;}
.ppDetBtn{font-size: 20px;}
.ppDetList .panel{font-size: 15px;}


}


@media only screen and (max-width: 980px) {
.wapper{ width:100%;padding: 0 2.5%;}
.tongtu .imgTop{ width:100%;padding: 0 2.5%;}
.headList{height: 70px;}
.headList .logo img{max-height: 45px;}
.menu{height: 70px;line-height: 70px;}
.menu ul li{padding: 0;}
.menu ul li dl{top: 70px;}
.language{font-size: 12px;margin-left: 0px;}
.headList .logo img{max-height: 30px;}
.menu a{font-size: 14px;padding: 0 5px;}

.index1 .desc .t1{font-size: 28px;}
.index1 .desc .info{font-size: 14px;}
.iComTitle .t2{font-size: 24px;}
.iComTitle .t1{font-size: 15px;}
.i2List .part .t1{font-size: 22px;}
.i2List .part .info{font-size: 14px;}
.i6List .part .t1{font-size: 24px;}
.i6List .part{padding: 20px;}
.tongtu .t1{font-size: 28px;}
.tongtu .t2{font-size: 15px;}
.newTop ul li{padding: 0 6px;}
.newTop .part .info{font-size: 14px;}
.newList .t1{font-size: 20px;}
.newList .info{font-size: 14px;}
.peoList3 ul li{width: 50%;}
.peoList1 .info{font-size: 14px;}
.resList .info{font-size: 14px;}
.search{margin: 0;}


.ppDetail .name{font-size: 18px;}
.ppDetail .txt{font-size: 15px;}
.ppDetail .tel{font-size: 15px;}
.ppDetBtn{font-size: 18px;}
.ppDetList .panel{font-size: 14px;}

}

@media only screen and (max-width: 780px) {
.wapper{ width:100%;padding: 0 2%;}
.tongtu .imgTop{ width:100%;padding: 0 2%;}
.header{ display:none}
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.language{margin-top: 20px;}
.banner img{height: 280px;}
.tongtu img{height: 280px;object-fit: cover;}
.index1 .desc{width: 100%;margin-bottom: 20px;}
.index1 .img{width: 100%;}
.i3Warp{flex-wrap: wrap;}
.i3List{width: 100%;order: 1;}
.i3Warp .part{width: 100%;order: 0;margin-bottom: 20px;}
.i2List .part .img{width: 100%;}
.i2List .part{flex-wrap: wrap;}
.i2List .part .desc{width: 100%;padding: 35px;box-sizing: border-box;}
.i4List ul li{padding: 0 10px;}
.i6List ul li{width: 100%;}
.i2List .part{overflow: hidden;background: #fff;}
.newTop ul li{width: 100%;}
.newList .t1{font-size: 18px;}
.mLeft{width: 100%;}
.mRight{width: 100%;}
.peoList1 .info{margin-top: 15px;}
.resList .img{width: 30%;}
.resList .desc{width: 68%;}

}


@media only screen and (max-width: 620px) {
.wapper{ width:100%;padding: 0 10px !important;}
.tongtu .imgTop{ width:100%;padding: 0 10px;}
.menu ul li{padding: 0 10px;}
.i4List ul li{width: 100%;}
.fMenu ul li:after{padding-left: 10px;}
.banner img{height: 240px;}
.tongtu img{height: 240px;}
.i2List .part .desc{padding: 0;}
.i2List .part .img{display: block;position: relative;top: 0;}
.i2List .swiper-fade .swiper-slide{background: #fff;}
.i2List .part .box{padding: 15px;}
.i2List .part .info{margin-top: 15px; max-height:250px; overflow-y: auto;}
.i6List .part .img{width: 60px;height: 60px;padding: 10px;box-sizing: border-box;}
.i6List .part .t1{font-size: 20px;}
.i6List .part .info{font-size: 13px;}
.fMenu ul li:after{display: none;}
.fMenu ul li{margin: 5px;font-size: 14px;}
.newList .desc{width: 100%;order: 1;}
.newList .img{width: 100%;order: 0;}
.newList ul{display: flex;flex-wrap: wrap;}
.newList ul li{flex-wrap: wrap;width: 50%;padding: 5px 2px;box-sizing: border-box;margin: 10px 0;}
.newList .img{margin-bottom: 10px;}
    .newList .img img {
        max-height: none;
        height: 130px;
        object-fit: cover;
    }
.newList .t1{font-size: 14px;}
.newList .info{font-size: 12px;margin-top: 10px;display: none;}
.newList .time{font-size: 12px;margin-top: 10px;}
.newList .more{margin-top: 10px;}
.newList .more a{font-size: 12px;padding: 5px 10px;padding-right: 25px;display: none;}
.newList .more i{top: 8px;right: 10px;}
.peoTit{font-size: 24px;}
.peoTxt{font-size: 14px;}
.peoList1 ul li{flex-wrap: wrap;}
.peoList1 .left{width: 50%;text-align: center;margin: 0 auto;margin-bottom: 20px;}
.peoList1 .desc{width: 100%;}
.peoList1 .info{font-size: 13px;}
.peoList1 .desc .t1{font-size: 14px;line-height: 1.6;}
.peoList2 ul li{padding: 0 5px;}
.peoList2 .part .t1{margin-top: 10px;font-size: 18px;}
.peoList2 .part .info .t1{font-size: 12px;line-height: 1.6;}
.peoList2 .part .info{margin-top: 5px;font-size: 12px;}
.peoItem{padding-bottom: 30px;}
.peoList3 .part .img{width: 55px;height: 55px;margin: 0;margin-bottom: 5px;}
.peoList3 .part .t1{font-size: 14px;}
.peoList3 ul li{padding: 0 5px;}
.peoList3 .part .info{font-size: 12px;}
.peoList3 .part{align-items: center;flex-wrap: wrap;justify-content: center;text-align: center;flex-wrap: wrap;display: block;}
.peoList3 .part .img{margin: 0 auto;margin-bottom: 5px;}
.peoList3 .part .desc{flex: auto;width: 100%;}
.pb60{padding-bottom: 40px;}
.pt60{padding-top: 40px;}
.mlMenu{padding: 0;margin-bottom: 20px;}
.resList ul li{flex-wrap: wrap;}
.resList .img{width: 100%;margin-bottom: 20px;}
.resList .desc{width: 100%;}
.mRtit{font-size: 24px;}
.search{height: 40px;line-height: 40px;width: 100%;order: 0;}
.mRtit{width: 100%;order: 1;margin-top: 20px;}
.ppDetail .left{width: 100%;margin-bottom: 20px;}
.ppDetail .right{width: 100%;}
.i3List ul li a{font-size: 15px;}
.i3List{padding-left: 8px;box-sizing: border-box;}
.i2List .part .more a{font-size: 14px;padding: 10px;padding-right: 35px;}
.i2List .part .more i{right: 10px;}

.peoList3 .part .desc .txt{font-size: 13px;line-height: 1.4;}
.peoList4 ul li{width: 33.33%;}
.i3Warp .part .img img{height: auto;}
.i2List .part .img img{height:180px;}

.i2List .part .more{ margin-top:10px;}

}
