/*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:12px;font-family:''; color:#1e3135;background: #fcfeff;}
body.head_on{overflow:hidden}
a{color:#1e3135;transition: 0.3s;}
a:hover{ color:#005bac; 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:1200px; margin:0 auto;}
#lContent p{font-size:16px;}
#lContent img{max-width:100%;}

.header{ position:relative;background: #fcfeff;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 120px;}
.headList .logo{display: block;}
.headList .logo img{/*max-height: 100px;width: auto;*/height:60px;}


/*menu*/
.menu{height:55px;line-height:55px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:55px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index: 9;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:16px; color:#666;display:block; padding:0;text-align:center;}
.menu ul li dl dd a:hover{ color:#005bac;}
.menu a{ font-size:18px;color:#000;display:block;text-align:center;padding: 0 25px; font-weight:bolder;}
.menu a:hover{color:#005bac;}
a.menu_hover{color:#005bac;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:50px;overflow:hidden;background:#fff;position:relative;z-index:10;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:50px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#000;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% - 52px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show{top:50px}
.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: #fff;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%;}
.banner{width: 100%;height: 680px;}
.bannerSwiper .swiper-pagination{bottom: 5% !important;}
.bannerSwiper .swiper-pagination-bullet{opacity: 0.3;background: #fff;border-radius: 20px;width: 14px;height: 14px;}
.bannerSwiper .swiper-pagination-bullet-active{opacity: 1;background: #fff;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}
.banner .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.banner .part .img,
.banner .part .videoWarp,
.banner .part .videoWarp p{display: block;width: 100%;height: 100%;}
.banner .part .img img,
.banner .part .videoWarp video{object-fit: cover;width: 100%;height: 100%;}
.banner .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;padding: 5% 0;}
.banner .part .imgTop .wapper{height: 100%;display: flex;align-items: flex-end;justify-content: center;}


/*common*/
.iComTitle{}

.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.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;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt130{padding-top: 130px;}
.pb140{padding-bottom: 140px;}
.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}
em{font-style: normal;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}

.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}
.f_left{float: left;}
.f_right{float: right;}


.pb170{padding-bottom: 170px;}
.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt90{padding-top: 90px;}
.pb90{padding-bottom: 90px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt20{margin-top: 20px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}

.index1{width: 100%;}
.i1Warp .img{width: 40%;}
.i1Warp .img img{width: 100%;}
.i1Warp .desc{width: 100%;}

.i1Tit{position: relative;margin-bottom: 20px;}
.i1Tit strong{font-weight: normal;color: #fff;font-size: 26px;margin-right: 20px;display: inline-block;vertical-align: middle;padding:5px 15px; border-radius:5px; background:#3f93f3;}
.i1Tit span{display: inline-block;font-size: 18px;text-transform: uppercase;vertical-align: bottom;}
.iInfo{font-size: 15px;color: #333;}
.i1More{display: block;width: 200px;height: 55px;border: 1px solid #3f93f3;color: #3f93f3;font-size: 20px;text-align: center;line-height: 55px;margin-top: 25px;}
.i1More:hover{background: #005bac;color: #fff;}
.textCet{text-align: center;}
.iTit{font-size: 35px;color: #3f93f3; font-weight:bolder;}
.iTitEn{font-size: 16px;color: #333;text-transform: uppercase;margin: 10px 0;}

.index2{position: relative;overflow: hidden;}
.i2List{width: 100%;}
.i2List ul li{float: left;width: 33.3%;padding: 0 25px;box-sizing: border-box;margin: 25px 0;}
.i2List .part{display:block;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.i2List .part .img{width: 42px;margin-right: 15px;}
.i2List .part .img img{width: 100%;}
.i2List .part .desc{flex: 1;}
.i2List .part .t1{font-size: 28px; font-weight:bolder; letter-spacing: 4px;}
.i2List .part .info{font-size: 18px;margin-top: 10px; letter-spacing: 2px;}

.platform_advantage_bg {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.platform_advantage_bg_z {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.platform_advantage_bg li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .15);
	bottom: -220px;
	-webkit-animation: square 28s infinite;
	animation: square 28s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}
.platform_advantage_bg_z li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .15);
	bottom: -300px;
	-webkit-animation: square_z 22s infinite;
	animation: square_z 22s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}
.platform_advantage_bg li:nth-child(1), .platform_advantage_bg_z li:nth-child(1) {
	left: 10%
}
.platform_advantage_bg li:nth-child(2), .platform_advantage_bg_z li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	-webkit-animation-duration: 17s;
	animation-duration: 17s
}
.platform_advantage_bg li:nth-child(3), .platform_advantage_bg_z li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms
}
.platform_advantage_bg li:nth-child(4), .platform_advantage_bg_z li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	background-color: rgba(255, 255, 255, .25)
}
.platform_advantage_bg li:nth-child(5), .platform_advantage_bg_z li:nth-child(5) {
	left: 70%
}
.platform_advantage_bg li:nth-child(6), .platform_advantage_bg_z li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background-color: rgba(255, 255, 255, .2)
}
.platform_advantage_bg li:nth-child(7), .platform_advantage_bg_z li:nth-child(7) {
	left: 32%;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}
.platform_advantage_bg li:nth-child(8), .platform_advantage_bg_z li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s
}
.platform_advantage_bg li:nth-child(9), .platform_advantage_bg_z li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	background-color: rgba(255, 255, 255, .3)
}
.platform_advantage_bg li:nth-child(10), .platform_advantage_bg_z li:nth-child(9) {
	left: 90%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s
}
 @-webkit-keyframes square {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-1700px)rotate(600deg);
 transform: translateY(-1700px)rotate(600deg)
}
}
 @keyframes square {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-1700px)rotate(600deg);
 transform: translateY(-1700px)rotate(600deg)
}
}
 @-webkit-keyframes square_z {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-700px)rotate(500deg);
 transform: translateY(-700px)rotate(500deg)
}
}
 @keyframes square_z {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-700px)rotate(500deg);
 transform: translateY(-700px)rotate(500deg)
}
}



.i3List{width: 100%;}
.i3List ul li{float: left;width: 25%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.i3List .part{display: block;width: 100%;border: 1px solid #eee;box-sizing: border-box;overflow: hidden;}
.i3List .part .img{width: 100%;overflow: hidden;}
.i3List .part .img img{width: 100%;}
.i3List .part:hover .img img{transform: scale(1.1);}
.i3List .part .desc{padding: 15px; background:#c9c9c9;}
.i3List .part .t1{font-size: 16px;color: #000;}
.i3List .part:hover .t1{color: #005bac;}
.i3List .part .info{font-size: 14px;color: #666;margin-top: 10px;line-height: 1.6;}

.footer{width: 100%;font-size: 16px;color: #fff;background: #888888;padding: 50px 0;}
.fDesc{flex: 1;}
.fDesc p a{color: #FFF;}
.fEwm{width: 120px;text-align: center;font-size: 14px;color: #fff;}
.fEwm img{width: 100%;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;overflow: hidden;}
.tongtu .img img{width: 100%;object-fit: cover;}
.tongtu .imgTop{display: flex;justify-content: center;align-items: flex-end;padding: 5% 0;box-sizing: border-box;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.tongtu .t1{font-size: 32px;font-weight: bold;}


.about1{width: 100%;}
.abo1Tit{display: flex;align-items: flex-end;margin-bottom: 10px;}
.abo1Tit strong{ border:none; background: #003caf; border-radius:5px; color:#fff;font-weight: 500;font-size: 28px; padding:10px 25px;}
.abo1Tit span{font-weight: bold;color: #1e3135;display: inline-block;font-size: 18px;margin-left: 45px;}


.abo1Warp{width: 100%;}
.abo1Warp .img{width: 40%;}
.abo1Warp .img img{width: 100%;}
.abo1Warp .desc{width: 55%;}
.abo1Warp .txt{margin: 25px 0;font-size: 20px;color: #1e3135;}

.abo2List{width: 100%;}
.abo2List ul li{float: left;width: 31%;}
.abo2List .part{display: block;width: 100%;background: #e3eef8;height: 100%;}
.abo2List .part .info{padding: 50px 35px;box-sizing: border-box;color: #1e3135;font-size: 24px;line-height: 1.8;}
.abo2List .part .tit{padding: 60px 35px;padding-bottom: 25px;background: url(../images/bg1.png) top center no-repeat;color: #fff;font-size: 32px;background-size: cover;letter-spacing: 5px;}

.abo2List ul li:last-child{margin-top: 75px;width: 100%;}
.abo2List ul li:last-child .part{display: flex;flex-wrap: wrap;justify-content: space-between;}
.abo2List ul li:last-child .desc{order: 1;width: 50%;}
.abo2List ul li:last-child .info{font-size: 28px;}
.abo2List ul li:last-child .tit{order: 0;background: url(../images/bg2.png) top right no-repeat;width: 35%;font-size: 58px;overflow: hidden;padding-left: 8%;box-sizing: border-box;}
.abo2List ul li:last-child .part{display: flex;flex-wrap: wrap;}

.abo3Warp{width: 100%;/*align-items: flex-end;*/max-width: 1024px;margin: 50px auto;}
.abo3Warp .left{width: 50%;}
.abo3Warp .left .ewm{margin-right: 20px;}
.abo3Warp .left .ewm img{width: 100%;}
.abo3Warp .left .txt{flex: 1;font-size: 18px;color: #1e3135;}
.abo3Warp .right{width: 48%; margin-bottom: 32px;}
.abo3Warp .right h3{font-size: 32px;color: #1e3135;font-weight: normal;margin-bottom: 15px;}
.abo3Warp .right .iInfo{font-size: 18px;}

.rz1{width: 100%;}
.rz1Warp{width: 100%;}
.rz1Warp .img{width: 35%;border-radius: 10px;overflow: hidden;background: #e3eef8;}
.rz1Warp .img img{width: 100%;height: 100%;object-fit: cover;}
.rz1Warp .desc{width: calc(65% - 15px);border-radius: 10px;overflow: hidden;/*background: #e3eef8;*/padding: 5% 5%;box-sizing: border-box;}
.rz1Warp .desc .iInfo{font-size: 22px;}

.rz2List{width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;}
.rz2List .line{position: absolute;left: 50px;top: 50%;transform: translateY(-50%);width: calc(100% - 200px);height: 3px;background: #1e3135;z-index: -1;}
.rz2List .line:after{position: absolute;width: 0;height: 0;font-size: 0;line-height: 0;overflow: hidden;border-width: 12px;border-style: dashed dashed dashed solid;border-color: transparent transparent transparent #1e3135;top: -11px;right: -16px;content: "";}

.rz2List .lastLi{width: 110px;height: 110px;border-radius: 50%;background: #e3eef8;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.rz2List .part{font-size: 28px;}

.rz2List ul{width: calc(100% - 150px);height: 400px;align-items: flex-start;}
.rz2List ul li{position: relative;padding: 30px 0;margin-right: 5%;height: auto;}
.rz2List ul li:last-child{margin: 0;}
.rz2List .info{width: 120px;height: 140px;background: url(../images/bg3.png) center no-repeat;background-size: contain;display: flex;justify-content: center;align-items: center;}
.rz2List .tit{position: absolute;width: 30px;height: 30px;background: #1e3135;border-radius: 50%;color: #fff;font-size: 16px;text-align: center;line-height: 30px;bottom: -15px;left: calc(50% - 15px);}


.rz2List ul li:nth-child(even){position: relative;top: 200px;}
.rz2List ul li:nth-child(even) .info{background: url(../images/bg3-2.png) center no-repeat;background-size: contain;}
.rz2List ul li:nth-child(even) .tit{bottom: auto;top: -15px;}

.rz3List{width: 100%;}
.rz3List ul li{width: 25%;float: left;padding: 0 20px;box-sizing: border-box;margin-bottom: 20px;}
.rz3List .part{display: block;width: 100%;box-sizing: border-box;text-align: center;height: 100%;}
.rz3List .part h3{font-size: 26px;font-weight: normal;margin-bottom: 5%;}
.rz3List .part .info{font-size: 18px;padding: 35px 25px;line-height: 2;}
.rz3List .part{}
.rz3List .part .numb{width: 100%;height: 85px;background: url(../images/bg4.png) bottom center no-repeat;font-size: 38px;line-height: 60px;background-size: cover;}
.rz3List .part .img{width: 100%;}
.rz3List .part .img img{width: 100%;}

.zcfw{width: 100%;padding: 80px 0;}
.zcfwDesc{font-size: 22px;margin-top: 35px;}
.zcfwDesc img{max-width: 100%;width: auto;}

.cwzx{width: 100%; padding: 5px 0;}

.cwzx1Warp .item{width: 45%;}
.cwzx1Warp .part{display: flex;justify-content: space-between;align-items: center;}
.cwzx1Warp .tit{width: 80px;height: 325px;background: #e3eef8;border-radius: 5px;font-size: 28px;text-align: center;display: flex;justify-content: center;align-items: center;}
.cwzx1Warp .icon{width: 150px;}
.cwzx1Warp .icon img{width: 100%;}
.cwzx1Warp ul li{width: 230px;margin-bottom: 30px;}
.cwzx1Warp ul li:last-child{margin-bottom: 0px;}
.cwzx1Warp ul li span{display: block;width: 100%;height: 60px;border-radius: 5px;text-align: center;line-height: 60px;background: #e3eef8;font-size: 26px;}

.cwzx1_img{width:100%;}
.cwzx1_img img{width:100%;}

.cwzx2List{width: 100%;}
.cwzx2List ul li{float: left;width: 33.3%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.cwzx2List .part{display: block;width: 100%;border-radius: 10px;padding: 20px;box-sizing: border-box;min-height: 240px;background: #e3eef8;display: flex;justify-content: center;align-items: center;height: 100%;flex-direction: column;justify-content: center;}
.cwzx2List .info{font-size: 26px;line-height: 1.8;}
.cwzx2List .tit{font-size: 28px;font-weight: 500;margin-bottom: 15px;text-align: center;}

.cwzx3 .cwzx2List .info{font-size: 20px;color: #555;}
.cwzx3 .cwzx2List .part{justify-content: flex-start;}

.cwzx3Table{font-size: 16px;}
.table{max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0;box-sizing: border-box;width: 100%;}
.table-bordered {
	border: 1px solid #e7e7e7;
	background-color: #ffffff;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom: 2px solid #173981;
	background-color: #fff;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.contTit{font-size: 28px;font-weight: bold;}
.contTit span{display: inline-block;padding-bottom: 15px;border-bottom: 8px solid #3f93f3;}
.contTit em{display: inline-block;margin-left: 5px;color: #c69a67;}

.contForm{width: 100%;padding: 60px 40px;box-sizing: border-box;border: 1px solid #999;border-radius: 10px;font-size: 16px;}
.contForm ul li{width: 100%;margin-bottom: 35px;}
.contForm ul li:nth-child(1),
.contForm ul li:nth-child(2),
.contForm ul li:nth-child(3){width: 32%;}
.contForm .tit{font-size: 16px;margin-bottom: 5px;}
.contForm input,
.contForm textarea{width: 100%;height: 60px;border: 1px solid #eaedf1;padding: 0 10px;box-sizing: border-box;outline: none;background: #f1f5f7;padding-left: 35px;font-size: 16px;}
.contForm textarea{padding-top: 20px;height: 175px;}
.contForm button{width: 200px;height: 50px;background: #4a5666;color: #fff;border: none;display: block;margin: 0 auto;font-size: 20px;border-radius: 5px;}

.contForm .box{position: relative;}
.contForm .icon{position: absolute;left: 10px;top: 21px;}
.contForm .checkbox input{width: 15px;height: 15px;display: inline-block;vertical-align: middle;margin-right: 5px;}
.contForm .checkbox label{width: 25%;}
.contForm .checkbox span{display: inline-block;vertical-align: middle;}


@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 10px;box-sizing: border-box;}
.i1More{width: 160px;height: 50px;line-height: 50px;font-size: 16px;}
.i2List .part .img{width: 60px;}
.abo1Tit strong{font-size: 32px;}
.rz1Warp .desc .iInfo{font-size: 20px;}
.rz2List .part{font-size: 24px;}
.rz2List .info{width: 100px;height: 120px;}
.rz2List ul li{padding: 39px 0;}
.tongtu .t1{font-size: 28px;}
.cwzx1Warp ul li span{height: 50px;line-height: 50px;font-size: 24px;overflow: hidden;}
.cwzx2List .tit{font-size: 26px;}
.cwzx3 .cwzx2List .info{font-size: 18px;}
.cwzx2List .info{font-size: 24px;}



}

@media only screen and (max-width: 980px) {
.wapper{ width:100%;}
.i2List .part .img{width: 50px;}
.i2List ul li{padding: 0 15px;}
.i2List .part .t1{font-size: 16px;}
.i2List .part .info{font-size: 14px;}
.i3List ul li{width: 50%;}
.abo1Tit strong{font-size: 28px;}
.abo1Tit span{font-size: 16px;}
.abo1Warp .txt{font-size: 18px;margin: 15px 0;}
.abo2List .part .info{font-size: 20px;}
.abo2List .part .tit{font-size: 28px;}
.abo2List ul li:last-child .tit{font-size: 48px;}
.abo2List ul li:last-child .info{font-size: 24px;}
.abo3Warp .left .ewm{width: 145px;}
.rz1Warp .desc .iInfo{font-size: 18px;}
.rz3List ul li{width: 50%;}
.rz2List .lastLi{width: 100px;height: 100px;}
.rz2List .part{font-size: 22px;}
.rz2List .info{width: 90px;height: 110px;}
.rz2List ul li{padding: 45px 0;}
.tongtu .t1{font-size: 24px;}

.cwzx1Warp ul li span{height: 45px;line-height: 45px;font-size: 20px;overflow: hidden;}
.cwzx1Warp .tit{font-size: 26px;width: 60px;}

.cwzx2List .info{font-size: 24px;}
.cwzx2List .tit{font-size: 22px;}
.cwzx3 .cwzx2List .info{font-size: 16px;}
.cwzx2List .info{font-size: 20px;}
.contForm{padding: 45px 25px;}


}

@media only screen and (max-width: 780px) {
.header{ display:none}
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.i1Warp .desc{width: 100%;}
.i1Warp .img{width: 100%;margin-top: 25px;}
.i1Tit strong{font-size: 24px;}
.i1Tit span{font-size: 14px;}
.index1{padding: 60px 0;}
.sp_header{font-size: 14px;}
.iTit{font-size: 24px;}
.iTitEn{font-size: 14px;}
.i2List ul li{width: 50%;padding: 0 5px;margin-bottom: 20px;}
.i2List .part{display: block !important;flex-wrap: wrap;}
.i2List .part .img{margin-right: 0;margin-bottom: 15px;}
.i2List .part .img img{width: 35px;}
.i2List .part .desc{width: 100%;margin-top: 15px;}
.index2{padding: 40px 0;}
.i2List .part .t1{font-size: 14px;}
.i2List .part .info{font-size: 13px;margin-top: 5px;}
.mt50{margin-top: 35px;}

.index3{padding: 40px 0;}
.i3List ul li{width: 100%;padding: 0;}
.fDesc{width: 100%;font-size: 14px;}
.fDesc p{padding: 0;}
.fEwm{width: 100px;font-size: 12px;}
.footer{padding: 25px 0;font-size: 14px;}
.abo1Tit strong{font-size: 24px;}
.abo1Tit span{font-size: 14px;}
.abo1Warp .desc{width: 100%;}
.abo1Warp .img{width: 100%;margin-top: 25px;}
.about1{padding: 60px 0;}
.about2{padding-bottom: 60px;}
.abo2List ul li{width: 100%;margin-bottom: 25px;}
.abo2List .part .info{font-size: 18px;padding: 45px 25px;}
.abo2List .part .tit{font-size: 24px;}
.abo2List ul li:last-child{margin-top: 25px;}
.abo2List ul li:last-child .tit{font-size: 24px;background-size: cover;width: 45%;}
.abo2List ul li:last-child .info{font-size: 18px;padding: 35px 15px;}
.abo2List ul li:last-child .desc{width: 55%;}
.abo3Warp .left{width: 100%;order: 1;}
.abo3Warp .right{width: 100%;order: 0;margin-bottom: 15px;}
.abo3Warp .right h3{font-size: 26px;}
.abo3Warp .right .iInfo{font-size: 16px;}
.abo3Warp .left .ewm{width: 100px;}
.about3{padding: 60px 0;padding-top: 20px;}
.rz1Warp .desc{width: 100%;}
.rz1Warp .desc .iInfo{font-size: 16px;}
.rz1Warp .img{width: 100%;margin-bottom: 25px;}
.rz3List ul li{width: 100%;padding: 0;}
.rz3List .part h3{font-size: 24px;margin-bottom: 15px;}
.rz3List .part .info{font-size: 16px;}
.rz3List .part .numb{height: 108px;}
.rz3{padding-bottom: 60px;}
.rz2List{display: block;}
.rz2List .line{display: none;}
.rz2List ul{height: auto;width: 100%;justify-content: center;}
.rz2List ul li{padding: 20px 0;width: 33.3%;margin: 0;}
.rz2List ul li:nth-child(even){top: auto;}
.rz2List .tit{position: relative !important;bottom: auto !important;top: auto !important;}
.rz2List .info{margin: 0 auto;}
.rz2List ul li:nth-child(even) .info{background-image: url(../images/bg3.png);}
.rz2List .lastLi{margin: 10px auto;justify-content: center;}
.rz2List .lastLi .part{height: auto;}
.rz2List .part{font-size: 18px;height: 100%;}
.tongtu .t1{font-size: 18px;}
.rz1{padding: 60px 0;}
.rz1Warp .desc{padding: 5%;}
.rz1Warp .desc .iInfo{font-size: 14px;}
.zcfw{margin: 60px 0;}
.cwzx1Warp .item{width: 100%;margin-bottom: 50px;}
.cwzx1Warp .part{display: block;}
.cwzx1Warp .tit{width: 100%;height: auto;padding: 20px 10px;text-align: center;box-sizing: border-box;margin-bottom: 25px;}
.cwzx1Warp .tit br{display: none;}
.cwzx1Warp .icon{display: none;}
.cwzx1Warp .list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.cwzx1Warp .list ul li{width: 49%;margin: 10px 0;}
.cwzx1Warp ul li span{width: 100%;font-size: 18px;}
.cwzx{margin: 45px 0;}
.cwzx2List ul li{width: 100%;padding: 0;}
.cwzx2List .part{min-height: 180px;}
.cwzx3Table{width: 100%;overflow: hidden;overflow-x: auto;}
.contForm ul li:nth-child(1), .contForm ul li:nth-child(2), .contForm ul li:nth-child(3){width: 100%;margin-bottom: 25px;}
.contForm .checkbox label{width: 50%;margin-bottom: 10px;}
.contForm textarea{height: 145px;}
.contForm{padding: 25px 15px;}
.contForm .txt{font-size: 14px;}
.contForm button{font-size: 16px;}
}

/*---*/
.iTit{font-size: 35px;color: #3f93f3; font-weight:bolder;}
.iTitEn{font-size: 16px;color: #3f93f3;text-transform: uppercase;}
.abo_2_tit .iTitEn{margin-left: 20px;margin-bottom: 5px;}
.color_a{color: #3f93f3 !important;}

.aboa{width: 100%;}
.aboa_warp{width: 100%;}
.aboa_warp .t1{text-align: center;color: #000;font-size: 32px;font-weight: bold;position: relative;padding-bottom: 25px;margin-bottom: 25px;letter-spacing: 0.5em;}
.aboa_warp .t1:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 830px;height: 5px;background: #3f93f3;content: "";}
.aboa_warp .t2{text-align: center;color: #000;font-size: 26px;font-weight: bold;letter-spacing: 0.5em;}
.aboa_warp .desc{text-align: center;font-size: 18px;color: #000;}

.abob{background: #f0f0f0;}
.abob_list{width: 100%;}
.abob_list ul li{width: calc(20% - 24.5px);margin-right: 30px;}
.abob_list ul li:nth-child(5n){margin-right: 0;}
.abob_list .part{display: block;width: 100%;height: 460px;background: linear-gradient(to bottom,#3f93f3 0,#1e8ece 100%);padding: 30px 15px;box-sizing: border-box;color: #fff;position: relative;}
.abob_list .part .top{margin-bottom: 15px;text-align: center;}
.abob_list .part .t1{font-size: 26px;font-weight: bold;margin-bottom: 10px;}
.abob_list .part .t2{font-size: 16px;text-transform: uppercase;}
.abob_list .part .desc{height: 300px;box-sizing: border-box;display: flex;align-items: center;}
.abob_list .part .info{color: #fff;font-size: 19px;text-align: center;width: 100%;line-height: 1.8em;}
.abob_list .part .img{position: absolute;right: 20px;bottom: 20px;}
.abob_list .part .img img{width: 50px;}

/*------------*/
.add1List2{width: 100%;margin-top: 50px;}
.add1List2 .item{width: 48%;}
.add1List2 .img{width: 100%;}
.add1List2 .img img{width: 100%;}

.add1List{width: 100%;}
.add1List .left{width: 15%;text-align: center;}
.add1List .right{width: 85%;}
.add1List .title{font-size: 26px;color: #333;text-align: center;}
.add1List dl{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.add1List dl dt{width: 320px;margin-right: 30px;}
.add1List .tit{width: 100%;}
.add1List .tit img{width: 100%;}
.add1List dl dd{width: calc(100% - 350px);}
.add1List .info{width: 100%;font-size: 18px;color: #333;}
.add1List .arrow{width: 320px;margin-right: 30px;text-align: center;margin: 20px 0;}



@media only screen and (max-width: 1200px) {
.aboa_warp .t1{font-size: 30px;}
.aboa_warp .t2{font-size: 24px;}
.aboa_warp .desc{font-size: 16px;}
.abob_list .part{height: 420px;}
.abob_list .part .t1{font-size: 24px;}
.abob_list .part .desc{height: 260px;}
.abob_list .part .info{font-size: 18px;}
.abob_list .part .img img{width: 45px;}




}

@media only screen and (max-width: 980px) {
.aboa_warp .t1:after{width: 80%;}
.aboa_warp .t1{font-size: 28px;}
.aboa_warp .t2{font-size: 22px;}
.aboa_warp .desc{font-size: 14px;}
.abob_list .part{height: 380px;}
.abob_list .part .t1{font-size: 22px;}
.abob_list .part .desc{height: 220px;}
.abob_list .part .info{font-size: 16px;}
.abob_list .part .img img{width: 40px;}




}

@media only screen and (max-width: 780px) {
.aboa_warp .t1{font-size:26px;}
.aboa_warp .t2{font-size: 22px;}
.aboa_warp .desc{font-size: 14px;}
.abob_list ul li{width: 50%;margin: 0;margin-bottom: 30px;padding: 0 15px;box-sizing: border-box;}
.abob_list .part{height: 380px;}
.abob_list .part .t1{font-size: 22px;}
.abob_list .part .desc{height: 220px;}
.abob_list .part .info{font-size: 16px;}
.abob_list .part .img img{width: 40px;}

.add1List .left{width: 100%;margin: 20px 0;}
.add1List .title{font-size: 18px;}
.add1List .title br{display: none;}
.add1List .right{width: 100%;}



}

@media only screen and (max-width: 620px) {
.aboa_warp .t1{font-size:20px;letter-spacing: 0.1em;padding-bottom: 15px;margin-bottom: 15px;}
.aboa_warp .t1:after{height: 3px;}
.aboa_warp .t2{font-size: 18px;letter-spacing: 0.1em;}
.aboa_warp .desc{font-size: 14px;}
.abob_list ul li{width: 100%;padding: 0;margin-bottom: 20px;}
.abob_list .part{height: auto;}
.abob_list .part .t1{font-size: 22px;}
.abob_list .part .t2{font-size: 14px;}
.abob_list .part .desc{height: auto;padding: 10px 0;}
.abob_list .part .info{font-size: 16px;}
.abob_list .part .img img{width: 40px;}

.add1List dl dt{width: 100%;margin: 20px 0;}
.add1List .tit img{width: auto;max-width: 100%;}
.add1List dl dd{width: 100%;}
.add1List .info{font-size: 16px;}
.add1List .arrow{display: none;}
.add1List2 .item{width: 100%;}


}


