﻿/*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:#666;}
a{color:#666;transition: 0.3s;}
a:hover{ color:#141e8c; 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:1600px; margin:0 auto;padding: 0 10px;box-sizing: border-box;}




.header{ position:relative;width: 100%;background: #fff;z-index: 999;top: 0;left: 0;border-bottom: 1px solid rgba(5, 5, 5, 0.1);transition: 0.3s;height: 90px;}

.headList{display: flex;justify-content: space-between;align-items: center;height: 100%;}
.logo{display: block;}
.logo img{max-height: 55px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:90px;line-height:90px;transition: 0.3s;}
.menu ul li{ float:left; position:relative;margin: 0 5px;}
.menu ul li dl{ background:#fff; width:158%; position:absolute; left:-41px; top:90px; 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:45px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:14px; color:#333;display:block; padding: 0 10px;}
.menu ul li dl dd a:hover{ color:#141e8c;}
.menu a{ font-size:16px;color:#000;display:block;text-align:center;padding: 0 35px;position: relative;}
.menu a:hover{color:#141e8c;}
a.menu_hover{color:#141e8c;}
.menu ul li span a:after{position: absolute;bottom: 0px;left: 50%; display: inline-block; width: 0%; margin: 0 auto;background: #141e8c; height: 2px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;-webkit-transform: translateX(-50%);transform: translateX(-50%);content: "";}
.menu ul li span a:hover:after{width: 60%;}

.header.fixed{top: 0;animation: .95s ease forwards;position: fixed;height: 70px;}
.header.fixed .menu{height: 70px;line-height: 70px;}
.header.fixed .menu ul li dl{top: 70px;}



/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav span{display:block;background:#141e8c;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% - 70px);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:70px}
.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%;}

/*banner*/
.banner{width: 100%;}
.banner{width: 100%;}
.banner .swiper-slide .img{width: 100%;height: 100%;overflow: hidden;font-size: 0px;}
.banner .swiper-slide img{transform: translate(0) scale(1.08);transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
.banner .swiper-slide-active img{transform: translate(0) scale(1);}
.bannerSwiper .swiper-pagination-bullet{width: 5px;height: 5px;background: #c6c6c6;opacity: 1;}
.bannerSwiper .swiper-pagination-bullet-active{background: #fff;}
.bannerSwiper .swiper-button-next,.bannerSwiper .swiper-button-prev{width: 50px;height: 50px;background: rgba(0, 0, 0, 0.3);border-radius: 50%;color: #fff;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{font-size:20px;}
.bannerSwiper .swiper-button-next{right: 5%;}
.bannerSwiper .swiper-button-prev{left: 5%;}

.banner .part{display: block;width: 100%;height: 100%;position: relative;}
.banner .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8;display: flex;align-items: center;justify-content: center;}
.banner .desc{width: 100%;max-width: 980px;text-align: center;color: #fff;}
.banner .t1{font-weight: bold;font-size: 64px;}
.banMore{margin: 55px auto;text-align: center;}
.banMore a{display: block;border: 1px solid #fff;border-radius: 50px;text-align: center;overflow: hidden;font-size: 22px;color: #fff;display: inline-block;padding: 18px 45px;}
.banMore a i{padding-left: 20px;transition: 0.3s;}
.banMore a:hover{border-color: #141e8c;color: #141e8c;background: #fff;}
.banMore a:hover i{transform: translateX(20px);}



/*common*/
.iComTitle{}

.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 !important;}
.fff{color: #fff !important;}
.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;}

.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt120{padding-top: 60px;}
.pb120{padding-bottom: 0;}







.index1{width: 100%;position: relative;overflow: hidden;}
.index1:before{position: absolute;left: 0;top: 0;width: 40%;height: 445px;background: #141e8c url(../images/idx_aboutbg.jpg) center no-repeat;background-size: cover;content: "";z-index: -1;}
.i1Img{width: 48%;position: relative;font-size: 0px;}
.i1Img:before{display: block;width: 92%;height: 82%;overflow: hidden;background-color: #c3d600;position: absolute;left: -24px;top: -20px;content: "";}
.i1Img img{width: 100%;position: relative;z-index: 9; }


.i1Desc{width: 48%;}
.i1Tit .titEn{color: rgba(13, 81, 152, 0.2);font-size: 80px;font-weight: bold;}
.i1Tit .titCn{color: #333;font-size: 48px;font-weight: bold;;position: relative;margin-top: -45px;}
.i1Tit .line{display: block;width: 60px;height: 2px;margin: 30px 0;background: #141e8c;}

.i1Info{font-size: 15px;color: #666;margin: 30px 0;}

.i1List{width: 100%;margin-top: 0;}
.i1List ul{display: flex;flex-wrap: wrap;}
.i1List ul li{width: 25%;padding: 0 5px;box-sizing: border-box;margin-bottom: 10px;text-align: center;}
.i1List .tit{position: relative;padding-bottom: 15px;margin-bottom: 15px;font-size: 14px;color: #141e8c;}
.i1List .tit:after{position: absolute;left: 50%;transform: translateX(-50%);width: 24px;height: 2px;background: #141e8c;content: "";bottom: 0;}
.i1List .tit span{font-size: 60px;display: inline-block;font-weight: bold;}
.i1List .tit em{display: inline-block;}
.i1List .txt{font-size: 12px;color: #999;}



.index2{width: 100%; overflow:hidden; position:relative}
.i2Tit{text-align: center;margin-bottom: 60px;width: 100%; margin: 0 auto; height: 74px; line-height: 74px;}
.i2Tit .titEn{display: inline-block;font-size: 40px;font-weight: bold;color: #151f8c;padding: 0 10px;}
.i2Tit .titCn{font-size: 26px;color: #766d77;}
.index2 .i2Tit{text-align: right;width: 42%; margin:0;}
.index2 .i2Tit .titCn{position: absolute;right: 0;width: 55%;background: #151f8c;height: 74px;top: 60px;color: #fff;padding-left: 25px;box-sizing: border-box; text-align:left;}


.i2t1{display: block;font-weight: bold;font-size: 26px;color: #333;}
.i2info{font-size: 16px;color: #000;margin: 15px 0;height: 62px;line-height: 31px;}
.i2more{display: inline-block;padding: 8px 35px;background: rgba(51,51,51,1);color: #fff;border-radius: 20px;}

.i2List{width: 100%;margin-top: 20px;}
.i2Item{width: 33.33%;padding: 0 10px;box-sizing: border-box;}
.i2Item .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;box-shadow: 2px 2px 10px 3px rgb(0 0 0 / 11%);background: linear-gradient(to bottom,#f1f1f1,#b5b5b5);}
.i2Item .part .img{width: 100%;height: 100%;}
.i2Item .part .img img{width: 100%;height: 100%; object-fit: contain;}
.i2Item .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 45px;box-sizing: border-box;display: flex;align-items: flex-end;background: rgba(0,0,0,0.1);}
.i2Item .part:hover .i2t1{color: #141e8c;}
.i2Item .part:hover .i2more{background: #141e8c;}
.i2Item:last-child .part .i2t1{color: #fff;}
.i2Item:last-child .part .i2info{color: rgba(255,255,255,0.7);}
.i2Item:last-child .part .i2more{background: rgba(209,16,17,1);}
.i2Item:last-child .part:hover .i2more{background: #141e8c;color: #fff;}

.i2Warp{margin-top: 20px;}
.i2Warp .item{width: 50%;padding: 0 10px;box-sizing: border-box;}
.i2Warp .part{width: 100%;height: 100%;background: #fff;padding: 22px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;box-shadow: 2px 2px 10px 3px rgb(0 0 0 / 11%);}
.i2Warp .part .desc{width: 50%;padding: 35px;box-sizing: border-box;}
.i2Warp .part .i2more{margin-top: 0;background: no-repeat;color: rgba(127,127,127,1);border: 2px solid rgba(51,51,51,1);}
.i2Warp .part .img{width: 50%;text-align: center;}
.i2Warp .part .img a{display: block;/*max-width: 260px;*/margin: 0 auto;overflow: hidden;}
.i2Warp .part .img img{max-width: 100%;}
.i2Warp .part:hover .img img{transform: scale(1.1);}
.i2Warp .part:hover .i2t1{color: #141e8c;}
.i2Warp .part:hover .i2more{color: #fff;background: #141e8c;border-color: #141e8c;}

.i3Top{width: 100%;padding-top: 100px;padding-bottom: 120px;background: url(../images/img-6.png) center no-repeat;}
.i3Tit{text-align: center;color: #222;font-size: 40px;position: relative;padding-bottom: 30px;margin-bottom: 60px;}
.i3Tit:before{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px;width: 65px;height: 5px;border-radius: 5px;background: #141e8c;content: "";}
.i3Tit:after{width: 5px;height: 5px;background: #d11011;content: "";position: absolute;bottom: 0;left: calc(50% + 45px);border-radius: 5px;transform: translateX(-50%);}

.index3 .i3Tit:before,
.index3 .i3Tit:after{background: #fff;}

.i3List{width: 100%;margin-top: -100px;}
.i3List ul li{width: 25%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.i3List .part{display: block;width: 100%;position: relative;overflow: hidden;padding: 35px 20px;box-sizing: border-box;background: #fff;box-shadow: 2px 2px 10px 3px rgb(0 0 0 / 11%);height: 100%;display: flex;justify-content: space-between;transition: 0.3s;border-radius: 5px;overflow: hidden;}
.i3List .part .desc{box-sizing: border-box;width: 65%;order: 0;}
.i3List .part .t1{font-size: 24px;color: #333;font-weight: bold;position: relative;padding-bottom: 20px;}
.i3List .part .t1:after{position: absolute;left: 0;width: 4px;height: 4px;background: #141e8c;content: "";bottom: 0;transition: 0.3s;}
.i3List .part .info{font-size: 14px;color: #666;margin-top: 15px;}
.i3List .part .icon{width: 30%;text-align: center;height: 100%;display: flex;justify-content: center;align-items: center;order: 1;}
.i3List .part .icon img{max-width: 100%;max-height: 100%;width: auto;height: auto;opacity: 0.6;}
.i3List .part:hover .t1{color: #141e8c;}
.i3List .part:hover .icon img{opacity: 1;}
.i3List .part:hover{transform: translateY(-10px);}
.i3List .part:hover .t1:after{width: 50px;}

.index4{width: 100%;}
.i4Warp{width: 100%;}
.i4Warp .item{width: 33.3%;padding: 0 15px;box-sizing: border-box;}
.i4Warp .item:first-child{width: 66.6%;}
.i4Warp .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i4Warp .part .img{width: 100%;height: 100%;overflow: hidden;}
.i4Warp .part .img img{width: 100%;height: 100%;object-fit: fill; max-height:400px;}
.i4Warp .part:hover .img img{transform: scale(1.1);}
.i4Warp .part .imgTop{position: absolute;left: 0;width: 100%;bottom: 0;padding: 35px;box-sizing: border-box;color: #fff;background: linear-gradient(to top, rgb(0, 71, 157, .5) 7%, rgba(30, 158, 58, 0) 100%);}
.i4Warp .part .t1{font-size: 26px;color: #fff;}
.i4Warp .part .info{font-size: 16px;color: #fff;margin-top: 10px;}

.i4Warp2{width: 100%;margin-top: 30px;}
.i4Warp2 .item{width: 33.3%;padding: 0 15px;box-sizing: border-box;}
.i4Warp2 .part{width: 100%;background: #fff;box-shadow: 0 5px 10px 0px rgb(29 56 72 / 10%);position: relative;}
.i4Warp2 .part .top{position: relative;z-index: 8; overflow:hidden; width:100%; font-size:0px;}
.i4Warp2 .part .top img{width:100%; max-height:200px;object-fit:cover;}
.i4Warp2 .part:hover .top img{transform:scale(1.1);}
.i4Warp2 .part .time{font-size: 20px;color: #141e8c;}
.i4Warp2 .part .time span{font-size: 46px;}
.i4Warp2 .part .tags{font-size: 14px;color: rgba(129,129,129,1);margin-left: 0;margin-bottom: 10px;}
.i4Warp2 .part .t1{font-size: 18px;position: relative;z-index: 8;}
.i4Warp2 .part .t1 a{color: rgba(56,56,56,1);}
.i4Warp2 .part .info{margin-top: 15px;font-size: 14px;position: relative;z-index: 8;}
.i4Warp2 .part .info a{color: #777;}
.i4Warp2 .part .desc{padding:20px 20px 35px 20px;}
.i4Warp2 .part:before{position: absolute;left: 0;width: 0%;height: 100%;background: #007aff;content: "";top: 0;transition: 0.3s;}
.i4Warp2 .part:after{position: absolute;right: 0;width: 0%;height: 100%;background: #007aff;content: "";top: 0;z-index: 1;transition: 0.3s;}
.i4Warp2 .part:hover:after,
.i4Warp2 .part:hover:before{width: 0;}
.i4Warp2 .part:hover .t1 a{color:#151f8c;}
.i4More{margin-top: 50px;    margin-bottom: 50px;}
.i4More a{background: #007aff;display: block;width: 100px;height: 45px;line-height: 45px;text-align: center;color: #fff;font-size: 14px;position: relative;overflow: hidden;margin: 0 auto;
border-radius:9px; }
.i4More 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%);}
.i4More a:hover:before{-webkit-animation: wave .75s;animation: wave .75s;z-index: 1;}
.i4More a i{padding-left: 10px;}
@-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)
	}
}

.index5{width: 100%;}
.index5 .wapper{max-width: 1380px;}
.i5Tit{text-align: center;}
.i5Tit .titEn{font-size: 48px;color: #333;font-weight: bold;}
.i5Tit .titCn{font-size: 36px;color: #333;margin: 16px 0 24px;}
.i5Tit .line{background: #141e8c;width: 60px;height: 2px;display: block;margin: 0 auto;position: relative;}
.i5Tit .line:after{width: 5px;height: 5px;background: #d11011;content: "";position: absolute; bottom: -2px;border-radius: 5px;right: -10px;}
.index5 .i1Info{max-width: 1100px;text-align: center;margin: 30px auto;}
.i5List{width: 100%;position: relative;padding: 0 20px;box-sizing: border-box;margin: 60px 0;}
.i5List .part{display: block;width: 100%;text-align: center;}
.i5List .part .img{margin-bottom: 20px;}
.i5List .part img{max-width: 108px;max-height: 108px;margin: 0 auto;}
.i5List .part h2{font-size: 16px;color: #333;font-weight: normal;}
.i5List .swiper-button-next:after,.i5List .swiper-button-prev:after{color: #aaa;font-size: 20px;}
.i5List .swiper-button-next{right: 0;}
.i5List .swiper-button-prev{left: 0;}

.footer{width: 100%;background: rgba(86,86,86,1);color: #fff;}
.footer .item1{float: left;width: 24%;margin-right: 3%;}
.fTel{font-size: 16px;margin-bottom: 20px;}
.fTel a{font-size: 48px;font-weight: bold;color: #fff;}
.fDesc{font-size: 16px;margin-bottom: 20px;}
.fDesc a{color: #fff;}
.fDesc p{padding: 0;}
.fLinks ul{display: flex;flex-wrap: wrap;}
.fLinks ul li{margin-right: 12px;position: relative;}
.fLinks ul li>a {
	width: 40px;
	height: 40px;
	background: rgb(255 255 255 / 0.6);
	border-radius: 100%;
	margin-right: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease .3s;
}
.fLinks ul li>a img{width:100%;}

.fLinks .qrcode {
	pointer-events: none;
	position: absolute;
	top: calc(100% + 20px);
	left: 45%;
	transform: translateX(-50%);
	width: 135px;
	opacity: 0;
	transition: all ease .3s;
}

.fLinks .qrcode::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.fLinks .qrcode img {
	width: 100%;
}

.fLinks ul li:hover .qrcode{opacity: 1;}
.fLinks ul li:hover>a{background: #fff;}

.footer .item2{float: left;width: auto;padding: 0 15px;line-height: 2;}
.footer .item2 dl dt a{font-size: 18px;color: #fff;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.footer .item2 dl dd{margin-top: 5px;}
.footer .item2 dl dd a{font-size: 14px;color: rgba(255,255,255,0.5);overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}

.coopright{padding: 25px 0;border-top: solid 1px #dbe5ed;background: rgba(37,37,37,1);font-size: 14px;color: rgba(255,255,255,0.5);}
.coopright .left{float: left;width: 66%;}
.coopright .right{float: right;width: 44%;text-align: right;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .wapper{max-width: 1400px;}
.tongtu .img{width: 100%;font-size: 0px;overflow: hidden;}
.tongtu .img img{width: 100%;height: 100%;object-fit: cover;}
.tongtu .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;z-index: 9;}
.tongtu .imgTop h2{color: #fff;font-size: 44px;font-weight: normal;}
.tongtu .current{margin-top: 15px;}
.current ul{display: flex;flex-wrap: wrap;}
.current ul li{display: inline-block;padding-right: 10px;position: relative;font-size: 14px;}
.current ul li:after{content: ">";padding-left: 10px;}
.current a{color: #fff;opacity: 0.7;}
.current a:hover{color: #494f54;;}
.product{width: 100%;}
.product .wapper{max-width: 1400px;}
.proL{width: 22.5%;padding-right: 30px;box-sizing: border-box;float: left;}
.proR{width: 77.5%;float: right;}

.proLtit{height: 80px;background: #141e8c;padding: 0 20px;box-sizing: border-box;color: #fff;font-size: 30px;line-height: 80px;}
.tab_list5{width: 100%;}
.accordion {width: 100%;}
.accordion .link {cursor: pointer;display: block;padding: 0 20px;color: #333;font-size: 15px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;box-sizing: border-box;background: #f5f5f5;line-height: 50px;}
.accordion .link a{color: #333;}
.accordion .link:hover{background: #0465bd;color: #fff;}
.accordion .link:hover a{color: #fff;}
.accordion .link:hover i{color: #fff;}
.accordion li i {position: absolute;top: 15px;left: 12px;font-size: 18px;color: #666;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.icon {right: 12px;left: auto;font-size: 20px;}
.accordion li.open .link {background: #0465bd;color: #fff;}
.accordion li.open a {color: #fff;}
.accordion li.open i {color: #fff;}
.accordion li.open i.icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}

.submenu {display: none;font-size: 14px;}
.submenu li {border-bottom: 1px solid #e1e1e1;background: #ededed;}
.submenu a {display: block;text-decoration: none;color: #666 !important;padding: 15px 20px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 20px;}
.submenu a:hover {color: #0465bd !important;}
/*tab5_____end*/

.proList{width: 100%;}
.proList ul{display: flex;flex-wrap: wrap;}
.proList ul li{width: 33.33%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;float: left;}
.proList .part{display: block;width: 100%;background: #fff;box-shadow: 0 5px 20px rgb(222 222 222 / 50%);}
.proList .part:hover{ box-shadow:10px 10px 15px #b8b8b8 !important;}
.proList .part .img{width: 100%;overflow: hidden;display: block;}
.proList .part .img img{width: 100%;    height: 232px;    object-fit: contain;}
.proList .part:hover .img img{transform: scale(1.1);}
.proList .part .desc{padding: 20px;box-sizing: border-box;    background: #f7f7f7; text-align: center;}
.proList .part:hover .desc{/*background: #f60;*/}
.proList .part .t1{font-size: 16px;color: #333;}
.proList .part:hover .t1{color: #333;}
.proList .part .more{margin-top: 15px;}
.proList .part .more a{display: inline-block;padding: 8px 20px;/*border-radius: 20px;*//*background: #333;*/color: #000;overflow: hidden;border: 1px solid #333;}
.proList .part:hover .more a{border: 1px solid #007aff;background: #007aff; color:#fff}

/*---------------------------------------------------------------------*/

.w1200{width: 100%;max-width: 1200px;margin: 0 auto;}
.w1400{width: 100%;max-width: 1400px;margin: 0 auto;}

.prodetail{width: 100%;}
.prod1{width: 100%;}
.prod1L{width: 50%;padding: 0 10px;box-sizing: border-box;}
.prod1R{width: 50%;padding: 0 10px;box-sizing: border-box;}
.prod1R .warp{background: rgba(239,241,245,1);width: 100%;padding: 60px;box-sizing: border-box;}
.prod1R h2{font-size: 26px;color: #333;padding-bottom: 10px;border-bottom: 1px solid #333;}
.prod1R .list{font-size: 14px;color: #333;margin: 20px 0;}
.prod1R .list span{color: #888;}
.prod1R .tel{margin: 20px 0;font-size: 24px;color: #444;padding-left: 30px;box-sizing: border-box;background: url(../images/icon3.png)left center no-repeat;background-size: 25px;}
.prod1R .tel span{color: #141e8c;}
.prod1R .btmbtn{margin-top: 45px;display: flex;justify-content: space-around;flex-wrap: wrap;}
.prod1R .btmbtn a{display: inline-block;padding: 10px 45px;background: rgba(1,85,183,0.1);font-size: 13px;color: #141e8c;border-radius: 20px;}
.prod1R .btmbtn a:first-child{background: rgba(1,85,183,1);color: #fff;}
.prod1R .btmbtn a:hover{background: #141e8c;color: #fff;}
.prod1Swiper .img{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background: #ffffff;}
.prod1Swiper .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.prod2{width: 100%;}
.prod2Top{width: 100%;display: flex;justify-content: space-between;align-items: center;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid rgba(0,0,0,.1);}
.prod2Top h2{font-size: 24px;color: #444;}
.prod2Top .downFile{font-size: 16px;color: #141e8c;}
.prod2Top .downFile i{padding-right: 10px;}
.prod2 .desc{font-size: 14px;color: #666;}
.prod2 .desc h2{font-weight: normal;font-size: 24px;color: #141e8c;}
table{width: 100%;border-collapse: collapse;box-sizing: border-box;}
table tr:nth-child(odd){background-color: #efefef;
    padding: 12px;
    font-size: 15px;
    color: #222;
    border: 2px #fff solid;
    line-height: 2rem;
    vertical-align: middle;box-sizing: border-box;}
table tr:nth-child(even){    background-color: #dde9ef;
    padding: 12px;
    font-size: 15px;
    color: #222;
    border: 2px #fff solid;
    line-height: 2rem;
    vertical-align: middle;box-sizing: border-box;}
table tr td{padding: 0;}
.prod2 .desc table tr td {border-color: #fff !important;}

.relPro{width: 100%;background: rgba(242,249,255,1);}
.relProList{width: 100%;position: relative;padding-bottom: 50px;}
.relProList .part{width: 100%;display: block;background: #fff;}
.relProList .part .img{width: 100%;height: 280px;display: flex;justify-content: center;align-items: center;font-size: 0px;overflow: hidden;background: #fff;}
.relProList .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.relProList .part .t1{padding: 20px;box-sizing: border-box;text-align: center;font-size: 15px;color: #666;background: #f2f2f2;}
.relProList .part:hover .t1{background: #007aff;color: #fff;}
.relProList .part:hover .img img{transform: scale(1.1);}





.prodMes{width: 100%;background: rgba(242,249,255,1);}
.prodMes .warp{padding: 30px 45px;box-sizing: border-box;/*background: #fff;*/}
.prodMesForm{width: 100%;}
.prodMesForm ul{display: flex;flex-wrap: wrap;}
.prodMesForm ul li{margin-bottom: 15px;width: 100%;}
.prodMesForm ul li:nth-child(1),
.prodMesForm ul li:nth-child(2),
.prodMesForm ul li:nth-child(3){width: 33.33%;padding: 0 5px;box-sizing: border-box;}
.prodMesForm input,
.prodMesForm textarea{width: 100%;height: 35px;border: 1px solid #ced4da;border-radius: 3px;padding: 0 10px;box-sizing: border-box;outline: none;}
.prodMesForm textarea{padding: 10px;height: 77px;}
.prodMesForm button{width: 180px;height: 44px;background: #007aff;color: #fff;border-radius: 50px;font-size: 15px;border: none;display: block;margin: 0 auto;}
.prodMesForm .error{color: #f00;display: none;}

.prodMesForm input:focus,
.prodMesForm textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

/*---------------------------------------------------------------------*/

.case{width: 100%;}
.case .i5Tit{text-align: left;}
.caseList{width: 100%;}
.caseList ul{display: flex;flex-wrap: wrap;}
.caseList ul li{width: 33.33%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.caseList .part{display: block;width: 100%;}
.caseList .part .img{width: 100%;border-radius: 5px;overflow: hidden;display: block;position: relative;z-index: -1;margin-bottom: -30px;}
.caseList .part .img img{width: 100%;}
.caseList .part:hover .img img{transform: scale(1.1);}
.caseList .part .desc{width: 90%;margin: 0 auto;border-radius: 5px;background: #f7f7f7;padding: 25px 0;}
.caseList .part .t1{font-size: 20px;color: #000;position: relative;padding-bottom: 15px;padding: 0 20px;box-sizing: border-box;}
.caseList .part .t1:after{position: absolute;left: 0;bottom: 0;width: 40px;height: 2px;background: #141e8c;}
.caseList .part .btm{margin-top: 20px;border-top: 1px solid #eee;padding: 0 20px;box-sizing: border-box;padding-top: 20px;}
.caseList .part .btm a{font-size: 14px;color: #939393;text-decoration: underline;}
.caseList .part .btm .icon img{vertical-align: middle;}
.caseList .part:hover .desc{background: #007aff;}
.caseList .part:hover .t1{color: #fff;}
.caseList .part:hover .btm a{font-size: 14px;color: #fff;text-decoration: underline;}

/*---------------------------------------------------------------------*/

.service{width: 100%;background: #f2f2f2;}
.serWarp{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 60px;}
.serWarp .item{width: 50%;padding: 0 15px;box-sizing: border-box;}
.serWarp .part{display: block;width: 100%;background: #fff;padding: 35px 20px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;box-shadow: 0px 5px 30px rgb(15 91 183 / 10%);transition: 0.3s;}
.serWarp .part .img{width: 250px;}
.serWarp .part .img img{width: 100%;}
.serWarp .part .desc{width: 362px;padding-left: 20px;box-sizing: border-box;}
.serWarp .part .t1{font-size: 20px;color: #333;font-weight: bold;}
.serWarp .part .more{font-size: 13px;color: #3099DD;}
.serWarp .part .i1Info{margin: 15px 0;}

/*---------------------------------------------------------------------*/
.mMenu{padding: 20px 0;/*background: #f2f9ff;*/}
.mMenu ul li{display: inline-block;margin-right: 20px;}
.mMenu a{display: block;padding: 10px 35px;border: 2px solid #141e8c;border-radius: 50px;font-size: 15px;color: #141e8c;}
.mMenu ul li.on a{background: #141e8c;color: #fff;}

.about1{width: 100%;background: #f2f9ff;}
.about1 .left{width: 49%;}
.about1 .right{width: 48%;}
.about1 .i3Tit{text-align: left;padding: 0;margin-bottom: 30px;padding-bottom: 30px;}
.about1 .i3Tit:before{left: 0;transform: translateX(0);bottom: 0;top: auto;}
.about1 .i3Tit:after{left: 70px;transform: translateX(0);bottom: 0;top: auto;}
.about1 .img{width: 100%;height: 100%;/*border-radius: 20px*/;overflow: hidden;}
.about1 .img img{width: 100%;height: 100%;object-fit: cover;}

.about2{width: 100%;}
.abo2Tit{text-align: center;margin-bottom: 35px;}
.abo2Tit .titCn{font-weight: bold;color: #333;font-size: 32px;}
.abo2Tit .line{display: block;width: 30px;height: 2px;background: #0d5198;margin: 20px auto;}
.abo2Tit .titEn{font-size: 15px;color: #999;text-transform: uppercase;}
.abo2List{width: 100%;}
.abo2List ul{display: flex;flex-wrap: wrap;}
.abo2List ul li{width: 25%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.abo2List .part{background: #fff;box-shadow: 0 10px 20px rgb(20 34 49 / 10%);padding: 40px;box-sizing: border-box;display: flex;justify-content: space-between;transition: 0.3s;overflow: hidden;border-bottom: 3px solid rgba(13, 81, 152, 0.2);position: relative;}
.abo2List .part .num{width: 140px;color: rgba(13, 81, 152, 0.1);font-size: 108px;font-weight: bold;text-align: center;overflow: hidden;}
.abo2List .part .left{width: calc(100% - 140px);}
.abo2List .part .t1{color: #333;font-weight: bold;font-size: 24px;padding-bottom: 20px;position: relative;}
.abo2List .part .t1:after{width: 30px;height: 2px;background: #0d5198;position: absolute;left: 0;bottom: 0;content: "";}
.abo2List .part .i1Info{margin: 20px 0 40px;}
.abo2List .part .img img{width: 90px;}
.abo2List .part:after{width: 0;height: 3px;background: #0d5198;position: absolute;left: 0;bottom: 0;transition: 0.3s;content: "";}
.abo2List .part:hover:after{width: 100%;}

.abo3List{width: 100%;}
.abo3List ul{display: flex;flex-wrap: wrap;}
.abo3List ul li{display: inline-block;width: 25%;height: 619px;display: flex;flex-direction: column;justify-content: center;align-items: center;border-right: 1px solid rgba(255, 255, 255, 0.1);box-sizing: border-box;text-align: center;}
.abo3List ul li:first-child{border-left: 1px solid rgba(255, 255, 255, 0.1);}
.abo3List .img{width: 90px;height: 90px;border: 1px solid rgba(255, 255, 255, 0.1);box-sizing: border-box;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin: 0 auto;}
.abo3List .img img{width: 55px;}
.abo3List .t1{font-size: 22px;color: #fff;font-weight: bold;margin: 15px 0;}
.abo3List .info{font-size: 15px;color: #fff;}
.abo3List ul li:hover{background: rgba(13, 81, 152, 0.9);}
.abo3List ul li:hover .img{background: #fff;}
.abo3List ul li:hover .img img{filter: brightness(0%) contrast(200%) invert(0%) opacity(100%);}

/*---------------------------------------------------------------------*/

.contact{width: 100%;background: #f0f0f0;}
.conTit{width: 100%;text-align: center;margin-bottom: 50px;}
.conTit .t1{font-size: 24px;color: #333;}
.conTit .t1 img{vertical-align: middle;}
.conTit .t1{font-size: 14px;color: #184d8f;}

.cont1List{width: 100%;padding-top: 60px;}
.cont1List ul{display: flex;flex-wrap: wrap;}
.cont1List ul li{width: 25%;padding: 0 15px;box-sizing: border-box;}
.cont1List .part{display: block;width: 100%;padding: 40px;padding-top: 60px;box-sizing: border-box;box-shadow: 0 10px 20px rgb(20 34 49 / 4%);border-radius: 10px;background: #fff;position: relative;text-align: center;height: 100%;}
.cont1List .part .img{position: absolute;top: -60px;left: 50%;transform: translateX(-50%);width: 120px;height: 120px;border-radius: 50%;}
.cont1List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.cont1List .part .t1{font-size: 18px;color: #333;margin-top: 15px;}
.cont1List .part .t2{color: #999;font-size: 14px;padding-top: 10px;}
.cont1List .part .line{display: block;width: 30px;height: 2px;background: #0d5198;margin: 10px auto;}
.cont1List .part .info{font-size: 16px;color: #666;margin-top: 15px;}

.contMap{width: 100%;margin-top: 60px;padding: 20px;box-sizing: border-box;border-radius: 10px;background: #fff;}
.contMap img{width: 100%;}

/*---------------------------------------------------------------------*/

.news{width: 100%;}
.new1List{width: 100%;}
.new1List ul li{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 16px 0;border-bottom: 1px solid #f4f4f4;}
.new1List .img{width: 378px;height: 240px;overflow: hidden;}
.new1List .img img{width: 100%;height: 100%;object-fit: cover;}
.new1List .desc{width: calc(100% - 378px);background: #f6f6f6;padding: 45px 55px;box-sizing: border-box;padding-right: 100px;position: relative;}
.new1List .t1{font-size: 22px;color: #333;}
.new1List .info{color: #9f9f9f;font-size: 15px;margin-top: 10px;}
.new1List .time{color: #b7b7b7;font-size: 16px;margin-top: 20px;}
.new1List ul li:hover .img img{transform: scale(1.1);}
.new1List ul li:hover .desc{background: #f0f8ff;}
.new1List ul li:hover .t1{color: #0465bd;}
.new1List .icon{position: absolute;right: 20px;top: 35%;}

.new2List{width: 100%;margin-top: 60px;}
.new2List ul{display: flex;flex-wrap: wrap;}
.new2List ul li{width: 50%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.new2List .part{display: block;width: 100%;border: 1px solid #dee2e6;background: #fff;padding: 20px;box-sizing: border-box;}
.new2List .part .t1{font-size: 18px;color: #333;}
.new2List .part .info{padding: 10px 0 36px;font-size: 16px;color: #666;}
.new2List .part .time{font-size: 12px;color: #999;}
.new2List .part:hover{box-shadow: 0 0 20px rgb(0 0 0 / 20%);}
.new2List .part:hover .t1{color: #0d5198;}


.inside{width: 100%;}




@media only screen and (max-width: 1600px) {
.wapper{ width:1400px;}
.menu a{padding: 0 30px;}
.index1:before{height: 380px;}
.fTel a{font-size: 52px;}
.abo2List .part{padding: 20px;}
.abo2List .part .num{font-size: 72px;width: 90px;}
.abo2List .part .left{width: calc(100% - 90px);}
	








}

@media only screen and (max-width: 1400px) {
.wapper{ width:1200px;}
.menu a{padding: 0 25px;}
.banner .t1{font-size: 58px;}
.banMore a{font-size: 20px;padding: 12px 35px;}
.i1Tit .titEn{font-size: 68px;}
.i1Tit .titCn{font-size: 44px;}
.i1List .tit span{font-size: 48px;}
.index1:before{height: 340px;}
.i2t1{font-size: 24px;}
.i2Warp .part .i2more{margin-top: 50px;}
.i3Tit {font-size: 36px;}
.i3List .part .t1{font-size: 22px;}
.i4Warp .part .t1{font-size: 24px;}
.i4Warp2 .part .time span{font-size: 42px;}
.i5Tit .titEn{font-size: 44px;}
.i5Tit .titCn{font-size: 32px;}
.fTel a{font-size: 46px;}
.fLinks ul li{margin-right: 5px;}
.tongtu .imgTop h2{font-size: 42px;}
.proLtit{font-size: 28px;}
.prod1R .warp{padding: 45px;}
.abo2List .part .num{font-size: 52px;width: 60px;}
.abo2List .part .left{width: calc(100% - 60px);}
.abo2List .part .img img{width: 60px;}
.cont1List .part .img{width: 100px;height: 100px;top: -50px;}










}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.menu a{padding: 0 20px;}
.banner .t1{font-size: 54px;}
.i1Tit .titEn{font-size: 64px;}
.i1Tit .titCn{font-size: 40px;}
.index1:before{width: 45%;}
.i1List .tit span{font-size: 42px;}
.i2Warp .part .desc{padding: 15px 25px;}
.i2t1{font-size: 22px;}
.i2Warp .part .i2more{margin-top: 45px;}
.i2Item .part .imgTop{padding: 25px;}
.i4Warp .part .imgTop{padding: 25px;}
.i4Warp2 .part .time span{font-size: 38px;}
.i5Tit .titEn{font-size: 40px;}
.i5Tit .titCn{font-size: 28px;}
.fTel a{font-size: 42px;}
.fDesc{font-size: 15px;}
.fLinks ul li{margin-right: 0px;}
.fLinks .qrcode{width: 120px;}
.footer .item2 dl dt a{font-size: 17px;}
.tongtu .imgTop h2{font-size: 40px;}
.proLtit{font-size: 26px;}
.prod1R h2{font-size: 28px;}
.prod1R .tel{font-size: 22px;}
.w1200{padding: 0 10px;box-sizing: border-box;}
.w1400{padding: 0 10px;box-sizing: border-box;}
.abo2List ul li{width: 50%;}
.abo2List .part .num{width: 100px;font-size: 78px;}
.abo3List ul li{height: 580px;}
.cont1List .part .img{width: 80px;height: 80px;top: -40px;}
.cont1List .part{padding: 35ox;padding-top: 45px;}







}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header{ display:block;position: relative;}
.sjj_nav{ display:block;}
.m_header{position: relative;z-index: 9999;}
.banner .t1{font-size: 50px;}
.banMore a{font-size: 18px;padding: 10px 35px;}
.index1:before{height: 320px;}
.i1Tit .titEn{font-size: 58px;}
.i1Tit .titCn{font-size: 36px;}
.i1Tit .line{margin: 20px 0;}
.i1Info{margin: 20px 0;}
.i1List ul li{width: 50%;padding: 10px;}
.i2Warp .part .desc{padding: 15px;}
.i2t1{font-size: 20px;}
.i2info{font-size: 15px;margin: 10px 0;}
.i2Warp .part .i2more{margin-top: 40px;}
.i2Item .part .imgTop{padding: 15px;}
.i3List .part .icon{width: 100%;order: 1;height: auto;}
.i3List .part .desc{width: 100%;order: 0;}
.i3List .part{flex-wrap: wrap;}
.i4Warp .item{padding: 0 10px;}
.i4Warp2 .item{padding: 0 10px;}
.i4Warp2{margin-top: 20px;}
.i5Tit .titEn{font-size: 36px;}
.i5Tit .titCn{font-size: 26px;}
.fTel a{font-size: 32px;}
.fLinks ul li{margin-bottom: 5px;}
.footer .item1{margin-right: 0;padding-right: 10px;}
.footer .item2 dl dt a{font-size: 16px;}
.tongtu .imgTop h2{font-size: 38px;}
.proLtit{font-size: 24px;}
.proList ul li{width: 50%;}
.proL{padding-right: 15px;}
.tongtu .img img{height: 180px;}
.prod1R h2{font-size: 24px;}
.prod1R .tel{font-size: 18px;}
.prod1R .warp{padding: 35px;}
.caseList ul li{padding: 0 10px;margin-bottom: 20px;}
.caseList .part .t1{font-size: 18px;}
.cont1List ul li{width: 50%;margin-bottom: 45px;}
.new1List .desc{padding: 35px;}









}

@media only screen and (max-width: 799px) {
.index1:before{display: none;}
.i1Img{width: 100%;padding-top: 20px;padding-left: 20px;box-sizing: border-box;}
.i1Desc{width: 100%;margin-top: 20px;}
.i1Img:before{top: 0;left: 0;}
.i2Warp .item{width: 100%;padding: 0;margin-bottom: 20px;}
.i2Item{width: 100%;padding: 0;margin-bottom: 20px;}
.i3List ul li{width: 50%;}
.i4Warp .item{width: 100% !important;padding: 0;margin-bottom: 20px;}
.i4Warp2 .item{width: 100% !important;padding: 0;margin-bottom: 20px;}
.footer .item1{width: 100%;}
.footer .item2{display: none;}
.tongtu .imgTop h2{font-size: 32px;}
.proLtit{font-size: 22px;}
.proL{width: 100%;padding: 0;margin-bottom: 20px;}
.proR{width: 100%;}
.prod1L{width: 100%;padding: 0;margin-bottom: 20px;}
.prod1R{width: 100%;padding: 0;}
.prod2Top h2{font-size: 22px;}
.prodMesForm ul li{width: 100% !important;padding: 0 !important;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 20px !important;}
.prod1R .warp{padding: 25px 15px;}
.caseList ul li{width: 50%;}
.serWarp .item{width: 100%;padding: 0;margin-bottom: 20px;}
.mMenu a{padding: 10px 25px;}
.about1 .left{width: 100%;margin-bottom: 20px;}
.about1 .right{width: 100%;}
.abo3List ul li{width: 50%;height: 380px;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.new1List .img{width: 280px;height: 200px;}
.new1List .desc{width: calc(100% - 280px);padding: 25px;}
.new1List .t1{font-size: 18px;}
.new1List .info{font-size: 14px;}
.new1List .time{font-size: 14px;}
.new1List .icon{top: auto;bottom: 20px;}
.new2List ul li{width: 100%;padding: 0;}
.index2 .i2Tit:after{ display:none;}












}



@media only screen and (max-width: 620px) {
.banner .t1{font-size: 22px;}
.banMore{margin: 10px 0;}
.banMore a{font-size: 14px;padding: 5px 25px;}
.banMore a i{padding-left: 10px;}
.i1Tit .titEn{font-size: 48px;}
.i1Tit .titCn{font-size: 28px;}
.i1Info{font-size: 14px;}
.i1List .tit span{font-size: 38px;}
.i2Tit .titEn{font-size: 38px;}
.i2Tit .titCn{font-size: 18px;}
.i2Warp .part{padding: 15px;}
.i2t1{font-size: 18px;}
.i2info{font-size: 14px;}
.i2Warp .part .i2more{margin-top: 30px;padding: 5px 25px;}
.i3Top{padding-top: 90px;}
.i3Tit{font-size: 28px;padding-top: 15px;}
.i3List ul li{width: 100%;padding: 0;}
.pt120{padding-top: 80px;}
.pb120{padding-bottom: 80px;}
.i4Warp .part .t1{font-size: 18px;}
.i4Warp .part .info{font-size: 14px;}
.i4Warp2 .part{padding: 15px;}
.i4Warp2 .part .time span{font-size: 28px;}
.i4Warp2 .part .t1{font-size: 16px;}
.i4Warp2 .part .info{font-size: 13px;margin-top: 13px;}
.i4More {margin-top: 30px;}
.i5Tit .titEn{font-size: 28px;}
.i5Tit .titCn{font-size: 22px;margin: 10px 0 15px;}
.i5List .part img{max-height: 60px;max-width: 60px;}
.i5List .part h2{font-size: 13px;}
.fTel a{font-size: 28px;}
.fDesc{font-size: 14px;}
.coopright .left{width: 100%;float: none;}
.coopright .right{width: 100%;float: none;text-align: left;}
.tongtu .imgTop h2{font-size: 28px;}
.proLtit{font-size: 18px;}
.proList ul li{width: 100%;padding: 0;}
.prod2Top{padding-bottom: 10px;margin-bottom: 10px;}
.prod2Top h2{font-size: 18px;}
.prod2 .desc h2{font-size: 18px;}
.prodMes .warp{padding: 25px;}
.caseList ul li{width: 100%;padding: 0;}
.serWarp .part{padding: 25px 15px;}
.serWarp .part .t1{font-size: 18px;}
.serWarp .part .i1Info{margin: 10px 0;}
.mMenu ul li{margin-right: 5px;margin-bottom: 5px;}
.mMenu a{font-size: 13px;padding: 5px 10px;}
.abo2Tit .titCn{font-size: 28px;}
.abo2List ul li{width: 100%;padding: 0;}
.abo2List .part .num{font-size: 58px;}
.abo3List ul li{height: 220px;}
.abo3List .img{width: 60px;height: 60px;}
.abo3List .img img{height: 40px;}
.abo3List .t1{font-size: 18px;}
.abo3List .info{font-size: 14px;}
.abo3List .t1{margin: 10px 0;}
.cont1List ul li{width: 100%;padding: 0;}
.new1List .img{width: 100%;height: auto;}
.new1List .desc{width: 100%;padding: 15px;}
.new1List .icon{display: none;}
.new2List .part .info{font-size: 14px;}
.index2 .i2Tit{width:100%; text-align:left;}
.index2 .i2Tit .titCn{position: relative;
    width: auto;
    padding: 0;
    background: no-repeat;
    height: auto;
    right: auto;
    top: 0;
    color: #666;
}










}