
@font-face
{
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;

	url('../fonts/ArialMT.ttf') format('truetype');
}
/*banner*/

.banner_box {
	width: 100%;
	/* height: 100%; */
	height: 100vh;
	position: relative;
}
.s_banner{
	height: 100%;
}
.banner {
	height: 100%;
	/* -webkit-background-size: cover;
	background-size: cover; */
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	/* animation: suofang 40s linear infinite alternate; */
	position: relative;
}
.s_banner .swiper-slide{
	overflow: hidden;
}

.swiper-pagination{
	text-align: center;
	bottom: 80px!important;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: .6;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.swiper-pagination-bullet-active{
	width:  12px;
	height: 12px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 1;
}
.swiper-container.s_banner{
	--swiper-theme-color: #fff;
	--swiper-pagination-color: #fff;/* 两种都可以 */
}

@keyframes suofang {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}
.mySwiper {
	width: 100%;
	height: 100vh;
}
.ifw_box{
	width: 100%;
	/* min-height: 100vh; */
	/* height: 782px; */
}
.ifw_box>div{
	/* padding-top: 100px; */
}


.pro_banner{
	width: 100%;
	height: 450px;
}
.ab_tabs{
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #E0E9EC;
}
.ab_tabs_list{
	width: 100%;
}
.ab_tabs_li{
	width: 25%;
	height: 72px;
	background: #FFFFFF;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 34px;
}
.ab_tabs_li.active{
	background: #1FA0C3;
	color: #fff;
}
.about_main{
	width: 100%;
	background: #fff;
	padding-bottom: 80px;
}
.base_tit{
	width: 100%;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 50px;
	font-weight: bold;
	font-size: 40px;
	color: #333333;
	line-height: 40px;
	position: relative;
}
.base_tit_en{
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	color: #D6D9DD;
	line-height: 34px;
	margin-bottom: 15px;
}

.pro_box{
	width: 100%;
	background: #EFF5F7;
	padding: 80px 0;
}
.pro_nbox {
    width: 100%;
    position: relative;
}
.pro_nl{
	width: 332px;
	margin-right: 28px;
}
.filter_type{
	display: none;
}
.pro_nl_tit{
	width: 100%;
	height: 100px;
	background: #1FA0C3;
	position: relative;
	padding: 28px;
}
.pro_nl_img{
	position: absolute;
	bottom: 0;
	right: 0;
}
.pro_nltit_c{
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}
.pronl_list{
	width: 100%;
}
.pronl_li_tit{
	width: 100%;
	height: 82px;
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	padding: 0 18px;
	cursor: pointer;
}
.pronl_li_tit .oh1{
	line-height: 20px;
	height: 20px;
}
.off_type{
	width: 10px;
	height: 14px;
	transition: all .5s;
}
.pronl_li_tit.active{
	color: #1FA0C3;
}
/* .pronl_li_tit.active .off_type{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
} */
.pronlli_list{
	display: none;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 14px 28px;
	background: #fff;
	transition: all .5s;
}
.pronlli_li{
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #9A9FAE;
	padding: 14px 0;
}
.pronlli_li.active,.pronlli_li:hover{
	color: #1FA0C3;
}
.pronl_li_tit.active+.pronlli_list{
	display: block;
}

.team_page {
	margin: 0 auto;
	margin-top: 50px;
}

.ryzz_list{
	margin-left: -12px;
	margin-right: -12px;
}
.ryzz_li{
	width: 25%;
	padding: 12px;
}
.ryzzli_box{
	width: 100%;
	/* height: 460px; */
	padding-top: 138.554%;
	background: #FFFFFF;
	position: relative;
}
.ryzzli_nbox{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8%;
}
.ryzzli_nbox img{
	max-width: 100%;
	max-height: 100%;
}
.times_box{
	width: 100%;
	position: relative;
	padding-top: 122px;
	padding-bottom: 39px;
	overflow-x: hidden;
}
.times_sx{
	width: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	background: #D6E1E4;
	bottom: 0;
	margin-left: -.5px;
	z-index: 1;
}
.times_sx_top{
	position: absolute;
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #1FA0C3;
	padding: 4px;
	top: 0;
	margin-left: -8px;
	z-index: 2;
}
.times_sx_top div{
	width: 100%;
	height: 100%;
	background: #1FA0C3;
	border-radius: 50%;
}
.times_box{
	padding-right: 50%;
}
.times_li{
	width: 100%;
	padding-right: 68px;
	position: relative;
	z-index: 2;
}
.times_li .timesli_box{
	width: 100%;
	padding-left: 35px;
	padding-right: 20px;
	background: #fff;
	padding-top: 55px;
	padding-bottom: 28px;
}
.times_jd{
	position: absolute;
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 2px solid #1FA0C3;
	right: -8px;
	z-index: 2;
}
.times_time{
	position: absolute;
	top: -60px;
	right: 90px;
	width: 96px;
	height: 96px;
	background: #1FA0C3;
	border-radius: 50%;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}
.times_time span{
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	margin-right: 2px;
}
.times_li:nth-child(2n){
	padding-left: 68px;
	padding-right: 0;
	position: relative;
	left: 100%;
	
}
.times_li:nth-child(2n) .times_jd{
	left: -8px;
	right: auto;
	
}

.times_li:nth-child(2n) .times_time{
	left: 90px;
	right: auto;
}
.times_li:nth-child(2n) .timesli_box{
	padding-left: 20px;
	padding-right: 35px;
}
.times_li+.times_li{
	margin-top: 60px;
}
.proxq_box{
	width: 100%;
	background: #EFF2F7;
	padding: 36px 0 80px;
}
.ipro_box{
	padding-bottom: 100px;
}
.iact_swt{
	width: 480px;
	height: 480px;
}
.ipro_swbox{
	width: 800px;
	position: relative;
	padding-right: 68px;
}
.iact_sw{
	width: 100%;
	height: 520px;
	padding: 20px 20px 20px 40px;
}
.ipro_swbox .swiper-slide {
	 box-sizing: border-box; 
	 background: #ffffff;
	 background-size: contain;
	 position: absolute;
	 width: 100% !important; height: 100%;
	 top: 0;left: 0;
 }
.ipro_swbox .swiper-slide{
	background: #FFFFFF;
	box-shadow: 0px 4px 14px 0px rgba(95,106,124,0.23);
	border-radius: 32px;
	border: 4px solid #FFFFFF;
	
	transform: scale(0.4) translateX(-90px) !important;
	-webkit-transform: scale(0.4) translateX(-90px);
	-moz-transform: scale(0.4) translateX(-90px);
	-o-transform: scale(0.4) translateX(-90px);
	-ms-transform: scale(0.4) translateX(-90px);
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	transition: all 0.7s cubic-bezier(0.18, 0.88, 0.23, 0.9) !important;
	transform-origin: 0 50%;
}
.ipro_swbox .swiper-slide.swiper-slide-prev {
	transform: scale(0.6) translateX(-60px);
	-webkit-transform: scale(0.6) translateX(-60px) !important;
	-moz-transform: scale(0.6) translateX(-60px);
	-o-transform: scale(0.6) translateX(-60px); 
	-ms-transform: scale(0.6) translateX(-60px); 
	opacity: 0.6 !important;
	z-index: 7; 
}
.ipro_swbox .swiper-slide.swiper-slide-next {
	transform: scale(0.8) translateX(-25px);
	-webkit-transform: scale(0.8) translateX(-25px) !important;
	-moz-transform: scale(0.8) translateX(-25px);
	-o-transform: scale(0.8) translateX(-25px); 
	-ms-transform: scale(0.8) translateX(-25px);
	opacity: 0.8 !important; 
	z-index: 8; 
}
.ipro_swbox .swiper-slide.swiper-slide-active { 
	transform: scale(1) translateX(0px) !important; 
	-webkit-transform: scale(1) translateX(0px); 
	-moz-transform: scale(1) translateX(0px);
	-o-transform: scale(1) translateX(0px);
	-ms-transform: scale(1) translateX(0px); 
	pointer-events: auto;
	opacity: 1 !important;
	z-index: 10;
}
.ipro_ops{
	width: 48px;
	height: 154px;
	background: #FFFFFF;
	border-radius: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -77px;
}
.iactsw-prev,.iactsw-next {
	font-size: 20px;
	color: #1FA0C3;
}
.iactsw-next{
	margin-top: 40px;
}
.ipro_tit{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 28px;
	color: #333333;
	line-height: 32px;
	height: 32px;
	margin-bottom: 35px;
}
.ipro_text{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #7F8C94;
	line-height: 30px;
	height: 90px;
	margin-bottom: 50px;
}
.ipro_btn{
	width: 156px;
	height: 52px;
	background: #1C6BFF;
	border-radius: 27px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF!important;
}
.ipro_btn i{
	margin-left: 10px;
	font-size: 18px;
}
.iabout_box{
	width: 100%;
	background: #fff;
}
.iabout_nbox{
	
	padding: 100px 0;
}
.iabout_imgbox{
	width: 50%;
	margin-left: 145px;
}
.iabout_img{
	width: 100%;
	/* height: 480px; */
	border-radius: 24px;
	padding-top: 72.727%;
	position: relative;
}
.iabout_img>div{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	right: 0;
}
.iabout_tit_en{
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	color: #D6D9DD;
	line-height: 34px;
	margin-bottom: 10px;
}
.iabout_tit{
	font-weight: bold;
	font-size: 40px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 35px;
}
.iabout_text{
	font-weight: 400;
	font-size: 18px;
	color: #7F8C94;
	line-height: 40px;
	height: 160px;
	margin-bottom: 50px;
}
.isol_box{
	width: 100%;
	/* background: #0448E2; */
	background: #29313A;
	overflow: hidden;
}
.base_tit1{
	color: #fff;
}
.isol_list{
	width: 100vw;
	height: 800px;
	position: relative;
}
.isw_pro_s{
	width: 100%;
	height: 100%;
}
.isol_li_box{
	width: 248px;
	height: 100%;
	/* transition: all .5s; */
	display: block;
	flex: none;
}
.isol_li_box.swiper-slide-active{
	/* width: 928px; */
	width: calc(100vw - 992px);
}

.isol_li{
	width: 100%;
	height: 100%;
}
.ialli_msg{
	width: 100%;
	height: 100%;
	/* background: rgba(0, 62, 203, .51); */
	background: rgba(41, 49, 58, .1);
	color: #fff!important;
	padding: 0 66px;
}
.ial_name{
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	height: 34px;
}
.isol{
	font-size: 40px;
}
.ial_text{
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 36px;
	display: none;
	height: 102px;
	text-align: justify;
}
.swiper-slide-active .ialli_msg{
	width: 100%;
	height: 100%;
	/* background: rgba(0, 62, 203, .81); */
	background: rgba(41, 49, 58, .52);
	padding-left: 118px;
	padding-right: 118px;
	align-items: flex-start;
}
.swiper-slide-active .isol{
	width: 100%;
	font-size: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .52);
	margin-top: 22px;
	margin-bottom: 18px;
}
.swiper-slide-active .ial_text{
	display: -webkit-box;
}
.isw_pro_btns {
	position: absolute;
	top: 0;
	right: 0;
	width: 248px;
	height: 100%;
	/* background: rgba(0, 62, 203, .41); */
	background: rgba(41, 49, 58, .21);
	z-index: 800;
}
.spage-next2{
	color: #fff;
	right: 50%;
	margin-right: -11px;
}
.spage-prev2{
	display: none;
}
.iyl_box{
	width: 100%;
	background: #fff;
	padding-bottom: 100px;
}
.iyl_list{
	width: 100%;
}
.iyl_li{
	width: 20%;
	height: 141px;
	border-right: 1px solid #E5EAED;
}
.iyl_li img{
	max-width: 90%;
	max-height: 90%;
}
.pro_topbox{
	width: 100%;
	height: 300px;
	background: #1FA0C3;
	margin-bottom: -146px;
}
.pro_classname{
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 34px;
	padding-top: 70px;
}
.shopxq_tbox{
	width: 100%;
	padding: 52px;
	background: #fff;
}
.shopxq_tl{
	width: 580px;
	max-width: 50%;
	margin-right: 56px;
}
.shopxq_big{
	width: 100%;
	/* height: 410px; */
	background: #DADADA;
	padding-top: 70.689%;
	position: relative;
}
.shopxq_big>div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.xq_msg_imgs{
	margin-top: 24px;
	width: 100%;
	padding: 0 30px;
	position: relative;
}
.xq_msg_img_s {
    width: 100%;
}
.xq_msg_img{
	width: 30%;
	padding: 0 3px;
}
.xq_msg_img_d{
	width: 100%;
	height: 116px;
	border: 1px solid #EEEEEE;
}
.xq_prev1{
	width: 28px;
	height: 116px;
	/* background: #F8F8F8;
	border: 1px solid #E5E5E5; */
	top: 0;
	margin-top: 0;
	left: 0px;
}
.xq_next1{
	width: 28px;
	height: 116px;
	/* background: #F8F8F8;
	border: 1px solid #E5E5E5; */
	top: 0;
	margin-top: 0;
	right: 0;
}
.xq_prev1:after,
.xq_next1:after{
	font-size: 20px;
	color: #A6B2B6;
}
.pro_title{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 34px;
	margin-bottom: 20px;
}
.pro_text{
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 32px;
}
.pro_text{
	margin-bottom: 40px;
}
/* 解决方案 */
.sol_list{
	padding-top: 80px;
}
.solli_box{
	width: 100%;
	background: #FFFFFF;
	border-radius: 12px;
}
.solli_img{
	width: 100%;
	padding-top: 69.196%;
	position: relative;
	border-radius: 12px 12px 0px 0px;
}
.solli_img>div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.solli_msg{
	padding:25px 28px;
	background: #fff;
	border-radius: 0px 0px 12px 12px;
}
.solxq_tit{
	font-weight: 400;
	font-size: 30px;
	color: #333333;
	line-height: 48px;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 70px;
}
.solxq_time{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}
.solxq_xq_box{
	font-size: 16px;
	color: #555555;
	line-height: 32px;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 50px 60px;
}

.news_list{
	margin-top: -24px;
	padding-bottom: 0!important;
}
.news_list .inewsli_box{
	border: 1px solid #A9B7BB;
}
.news_list .inewsli_tit{
	color: #333333;
}
.news_list .inewsli_text{
	color: #A9B7BB;
}
.news_list .inewsli_time{
	border-top: 1px solid #A9B7BB;
	color: #666666;
}
.lxwm_map{
	width: 100%;
	height: 600px;
	position: relative;
}
.lxwm_tmsg{
	position: absolute;
	top: 28px;
	right: 28px;
	bottom: 28px;
	width: 354px;
	background: #FFFFFF;
	border-radius: 16px;
	border: 2px solid rgba(31,160,195,0.14);
	z-index: 800;
	padding: 36px;
}
.lxwmi{
	width: 22px;
	display: block;
}
.lxwm_tit{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 20px;
}
.lxwm_tit1{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #1FA0C3;
	margin-bottom: 38px;
	line-height: 20px;
}
.lxwmewm{
	width: 100px;
	height: 100px;
}
.ly_li{
	width: 100%;
	margin-bottom: 20px;
}
.lyli_name{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 45px;
}
.lyli_val input{
	width: 100%;
	height: 46px;
	background: #F8F8F8;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	padding: 0 16px;
	font-size: 14px;
	color: #333;
	outline: none;
}
.codeimg{
	width: 130px;
	height: 46px;
	margin-left: 10px;
}
.ly_li_t {
	width: 100%;
}
.ly_li_t .ly_li+.ly_li{
	margin-left: 60px;
}
.lyli_val textarea{
	width: 1400px;
	height: 190px;
	background: #F8F8F8;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	padding: 10px 16px;
	font-size: 14px;
	color: #333;
	resize: none;
	outline: none;
}
.sub_btn{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	width: 154px;
	height: 46px;
	background: #1FA0C3;
	border-radius: 23px;
	margin: 30px auto 0;
}
.a_md{
	position: relative;
	top: -100px;
}
.ipro_btn1{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -26px;
}
.inews_box{
	padding-bottom: 80px;
	background: #EFF2F7;
}
.inews_list{
	width: 100%;
}
.inews_li{
	border-radius: 16px;
	background: #FFFFFF;
	margin-right: 28px;
}
.inews_sli:nth-child(1){
	display: none;
}
.inews_sli:nth-child(2){
	display: none;
}
.inewsli_img{
	width: 100%;
	height: 258px;
	border-radius: 16px 16px 0px 0px;
}
.inewsli_msg{
	padding: 20px 35px;
}
.inewsli_tit{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	height: 24px;
	margin-bottom: 20px;
}
.inewsli_time{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}
.inewsli_text{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 90px;
}
.inews_lis{
	background: #FFFFFF;
	border-radius: 16px;
	padding: 0 36px;
}
.inews_sli{
	display: block;
	width: 100%;
	padding: 30px 0;
}
.inews_sli+.inews_sli{
	border-top: 1px solid #EEEEEE;
}
.inewssli_tit{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	height: 60px;
	margin-bottom: 15px;
}
.inewssli_time{
	font-size: 14px;
	color: #999999;
}
.banner_t1{
	font-weight: bold;
	font-size: 48px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.banner_t2{
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
}
.base_xq_box{
	padding-top: 70px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.pro_li{
	width: 100%;
	border-bottom: 1px solid #DCDCDC;
	margin-top: 80px;
}
.proli_img{
	width: 41.857%;
	/* height: 430px; */
	background: #FFFFFF;
	border-radius: 16px 16px 0px 0px;
	border: 1px solid #DCDCDC;
	border-bottom: none;
	margin-right: 80px;
	overflow: hidden;
	padding: 20px;
}
.proli_imgn{
	width: 100%;
	padding-top: 73.378%;
	position: relative;
}
.proli_imgn>div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.proli_tit{
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	line-height: 26px;
	height: 26px;
	margin-bottom: 30px;
}
.proli_text{
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	height: 64px;
	margin-bottom: 30px;
}
.proli_msg{
	padding-top: 40px;
}
.proxq_nbox{
	width: 100%;
	background: #fff;
	padding: 52px;
}
.proxq_tbox{
	width: 100%;
}
.proxq_imgs{
	width: 586px;
	max-width: 50%;
	background: #FFFFFF;
	border-radius: 16px;
	border: 1px solid #DCDCDC;
	padding: 20px;
}
.proxq_msg{
	padding-top: 35px;
	padding-left: 50px;
}
.proxq_tit{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
	line-height: 34px;
}
.proxq_text{
	font-size: 16px;
	color: #555555;
	line-height: 32px;
}
.proxq_xq_tit{
	width: 100%;
	height: 60px;
	background: #F4F7FB;
	font-size: 16px;
	color: #1C6BFF;
	line-height: 32px;
	padding: 0 24px;
	margin-top: 80px;
	margin-bottom: 25px;
}
.sol_list{
	margin-left: -14px;
	margin-right: -14px;
}
.sol_li{
	width: 33.33%;
	padding: 14px;
}
.solli_name{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.solli_text{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	height: 52px;
}
.solli_i{
	font-size: 22px;
	color: #1C6BFF;
}
.about_main1{
	background-color: #EFF2F7;
}
.cases_list{
	padding-top: 80px;
}
.cases_li{
	width: 100%;
	background: #fff;
	border-radius: 16px;
	padding: 28px;
	
}
.cases_li+.cases_li{
	margin-top: 36px;
}
.casesli_img{
	width: 570px;
	/* height: 374px; */
	max-width: 50%;
	margin-right: 50px;
}
.casesli_imgn{
	width: 100%;
	padding-top: 65.614%;
	position: relative;
}
.casesli_imgn>div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cases_li .proli_text{
	height: 96px;
	margin-bottom: 40px;
}
.news_img{
	padding-top: 57.589%;
}
.newsli_name{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	height: 20px;
	margin-bottom: 20px;
}
.newsli_time{
	font-size: 14px;
	color: #999999;
	line-height: 16px;
	margin-bottom: 10px;
}
.newsli_text{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	height: 84px;
}
.tabs_box{
	width: 100%;
	background: #fff;
}
.tabs_list span{
	width: 1px;
	height: 14px;
	background: #AAAAAA;
	margin: 0 15px;
}
.tabs_list span:last-child{
	display: none;
}
.tabs_list a{
	font-size: 16px;
	color: #333333;
	line-height: 66px;
}
.tabs_list a:hover,.tabs_list a.active{
	color: #1C6BFF;
}
.lxwm_list{
	padding: 80px 0;
	margin: -12px -12px;
}
.lxwm_li{
	width: 25%;
	padding: 12px;
}
.lxwmli_box{
	width: 100%;
	height: 332px;
	background: #EFF2F7;
	border-radius: 16px;
	padding-top: 60px;
}
.lxwmli_i{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 28px;
}
.lxwmli_tit{
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 20px;
}
.lxwmli_text{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	white-space: pre-line;
}
@media screen and (min-width: 1441px){
	.toggleswiper .swiper-wrapper{
		transition-duration: 0ms;
		transform: translate3d(-744px, 0px, 0px);
	}
}

@media screen and (max-width: 1440px) {
	.pro_banner{
		height: 400px;
	}
	.iact_swt{
		width: 400px;
		height: 450px;
	}
	.ipro_swbox{
		padding-right: 38px;
		width: 750px;
		
	}
	.iact_sw{
		height: 480px;
	}
	.iabout_box{
		/* padding: 60px 0; */
	}
	
	.iabout_nbox{
		
		padding: 60px 0;
	}
	.iabout_imgbox{
			margin-left: 80px;
	}
	.iabout_text{
		margin-bottom: 40px;
	}
	
	.isol_li_box.swiper-slide-active{
		width: calc(100vw - 800px);
	}
	.swiper-slide-active .ialli_msg{
		padding-left: 60px;
		padding-right: 60px;
	}
	.isol_li_box,.isw_pro_btns{
		width: 200px;
		
	}
	.ialli_msg{
		padding: 0 50px;
	}
	.isol_list{
		height: 600px;
	}
	.iyl_box{
		padding-bottom: 80px;
	}
	.iyl_li{
		height: 120px;
	}
	
	
	.ly_li{
		margin-bottom: 5px;
	}
	.lyli_name{
		line-height: 40px;
	}
	.lyli_val textarea{
		height: 120px;
	}
	.lxwm_map{
		height: 550px;
	}
	.lxwm_tmsg{
		width: 340px;
		right: 15px;
		top: 15px;
		bottom: 15px;
		padding: 20px;
	}
	.lxwm_tit{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.lxwm_tit1{
		margin-bottom: 30px;
	}
	
	.ab_tabs_li{
		height: 60px;
	}
	.shopxq_tl{
		margin-right: 40px;
	}
	.shopxq_tbox{
		padding: 40px;
	}
	.proxq_box{
		padding: 20px 0 60px;
	}
	.pro_text{
		margin-bottom: 30px;
		line-height: 30px;
	}
	.base_tit{
		padding-top: 60px;
		padding-bottom: 40px;
		font-size: 34px;
		line-height: 36px;
	}
	
	.base_tit_en{
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	
	.inewsli_msg{
		padding: 15px 15px;
	}
	
	
	.inews_li{
		margin-right: 20px;
	}
	.inewsli_img{
		height: 230px;
	}
	.inews_lis{
		padding: 0 26px;
	}
	.inews_sli{
		padding: 20px 0;
	}
	.ipro_box{
		padding-bottom: 80px;
	}
	.proli_msg{
		padding-top: 30px;
	}
	.proli_img{
		margin-right: 50px;
		padding: 15px;
	}
	.proli_tit{
		margin-bottom: 15px;
	}
	.proli_text {
		margin-bottom: 15px;
	}
	.proxq_nbox{
		padding: 40px;
	}
	
	.proxq_msg{
		padding-top: 25px;
		padding-left: 40px;
	}
	.proxq_xq_tit{
		margin-top: 60px;
		padding: 0 16px;
	}
	.sol_list{
		padding-top: 60px;
	}
	.casesli_img{
		margin-right: 30px;
	}
	.cases_li .proli_text{
		margin-bottom: 30px;
	}
	.newsli_name{
		font-size: 18px;
		margin-bottom:15px;
	}
	.newsli_time{
		margin-bottom: 10px;
	}
	.newsli_text{
	}
}


@media screen and (max-width: 1440px) and (min-width: 1151px){
	
	
	.toggleswiper .swiper-wrapper{
		transition-duration: 0ms;
		transform: translate3d(-600px, 0px, 0px);
	}
}
@media screen and (max-width: 1300px) {
	
}

@media screen and (max-width: 1250px){    /*主要*/
	.ipro_swbox{
		width: 650px;
		
	}
	.iyl_box{
		padding-bottom: 60px;
	}
	.iyl_li{
		height: 100px;
	}
	.swiper-slide-active .ialli_msg{
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 1151px) {
	
}
@media screen and (max-width: 1200px) and (min-width: 993px) {

}
@media screen and (min-width: 1151px){
	.iyl_li:nth-child(5n){
		border-right: none;
	}
	.toggleswiper .spage-next2::after{
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
}
@media screen and (max-width: 1150px){
	
	
	
	.w1200{
		padding: 0 10px;
	}
	.top_box .w1200{
		padding: 0 0px;
	}
	
	.hide1150{
		display: none;
	}
	
	
	.pro_nl {
		width: 330px;
		left: -340px;
		transition: left .5s;
		box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
		z-index: 200;
		position: absolute;
		top: 0;
		bottom: 0;
		/* max-height: 80vh; */
		/* overflow-y: auto; */
	}
	.filter_type {
		display: block;
		position: absolute;
		width: 36px;
		height: 36px;
		text-align: center;
		right: -36px;
		top: 100px;
		background: #fff;
		border-radius: 0 30px 30px 0;
		cursor: pointer;
		z-index: 200;
		box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
		padding: 3px 3px 3px 0;
	}
	.filter_type i {
			font-size: 24px;
			line-height: 30px;
			transition: all .5s;
			color: #005AAA;
	}
	.pro_nl.active{
		left: 0;
	}
	.about_main{
		padding-bottom: 60px;
	}
	.pro_box{
		padding: 60px 0;
	}
	.pronl_list{
		max-height: 500px;
		overflow-y: auto;
	}
	.pronl_li_tit{
		height: 70px;
	}
	.iabout_imgbox{
		margin-left: 30px;
	}
	.isol_list{
		height: 500px;
	}
	.isol_li_box.swiper-slide-active{
		width:50%;
	}
	.swiper-slide-active .ialli_msg{
		padding-left: 20px;
		padding-right: 20px;
	}
	.isol_li_box,.isw_pro_btns{
		width:25%;
		
	}
	.ialli_msg{
		padding: 0 10px;
	}
	.iyl_box{
		padding-bottom: 40px;
	}
	.iyl_li{
		width: 25%;
	}
	.iyl_li:nth-child(4n){
		border-right: none;
	}
	.pro_li{
		margin-top: 40px;
	}
	.proli_img{
		margin-right: 30px;
	}
	.proli_msg{
		padding-top: 15px;
	}
	.proxq_msg{
		padding-top: 25px;
		padding-left: 30px;
	}
	.proxq_xq_tit{
		padding: 0 10px;
		margin-top: 40px;
	}
	.proxq_tit{
		margin-bottom: 10px;
	}
	.sol_list{
		padding-top: 40px;
	}
}
@media screen and (min-width: 992px){
	
}
/* @media screen and (max-width: 900px) and (min-width: 770px) */
@media screen and (max-width: 992px){
	
	.about_main{
		padding-bottom: 40px;
	}
	
	.pro_box{
		padding: 40px 0;
	}
	.ipro_box {
		flex-direction: column-reverse;
	}
	.ipro_swbox{
		padding-right: 0;
		padding-bottom: 68px;
		width: 100%;
	}
	.ipro_ops{
		left: 50%;
		top: 100%;
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		margin-top: -90px;
		margin-left: -24px;
	}
	.iact_swt{
		width: 100%;
		height: 350px;
	}
	/* .isol_li_box.swiper-slide-active{
		width: 60%;
	}
	.isol_li_box, .isw_pro_btns{
		width: 20%;
	} */
	.ryzz_list{
		margin-left: -5px;
		margin-right: -5px;
	}
	.ryzz_li{
		width: 50%;
		padding: 5px;
	}
	.proxq_nbox{
		padding: 20px;
	}
	.proxq_msg{
		padding-top: 15px;
		padding-left: 10px;
	}
}
/* 超小设备 (手机, 600px 以下屏幕设备) */
/* @media only screen and (max-width: 600px) {
  
} */

/* 小设备 (平板电脑和大型手机，600 像素及以上) */
/* @media only screen and (min-width: 600px) {
    
} */

/* 中型设备（平板电脑，768 像素及以上） */
/* @media only screen and (min-width: 768px) {
   
} */

/* 大型设备（笔记本电脑/台式机，992 像素及以上） */
/* @media only screen and (min-width: 992px) {
    
} */

/* 超大型设备（大型笔记本电脑和台式机，1200 像素及以上） */
/* @media only screen and (min-width: 1200px) {
   
} */
@media screen and (max-width: 768px) {
	
	.top_user_box{
		/* height: auto; */
		height: 44px;
		padding-right: 40px;
	}
	
	

	
	.swiper-pagination{
		/* text-align: right; */
		/* padding-right: 12px; */
		bottom: 30px!important;
	}
	
	.swiper-pagination-bullet{
		
		width: 8px;
		height: 8px;
		border-radius: 2px;
	}
	.swiper-pagination-bullet-active{
		width: 8px;
		height: 8px;
		
		border-radius: 2px;
		
	}
	.banner,
	.banner_box{
		/* height: 155px; */
		height: 275px;
		width: 100%;
		margin-bottom: 0;
		/* border-radius: 8px; */
		overflow: hidden;
	}
	
	.banner_name{
		
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		padding:10px 16px 26px;
		
	}
	.info_banner,
	.info_banner_box {
		height: 182px;
		width: 100%;
	}

	/* 首页 */
	
	.swiper-button-prev1,
	.swiper-button-next1{
		width: 30px;
		height: 30px;
	}
	.swiper-button-prev1{
		left: 0px;
	}
	.swiper-button-next1{
		right: 0px;
	}
	
	
	
	.team_page{
		margin-top: 20px;
	}
	
	
	.pro_banner {
		height: 200px;
	}
	.about_main{
		padding-bottom: 20px;
	}
	.base_tit{
		padding-top: 20px;
		padding-bottom: 10px;
		font-size: 26px;
		line-height: 32px;
	}
	.base_tit_en{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	
	.pro_box{
		padding: 20px 0;
	}
	
	.ipro_swbox{
		padding-bottom: 40px;
	}
	.iact_sw{
		height: 300px;
	}
	.iact_swt{
		height: 240px;
		margin-top: 20px;
	}
	.ipro_tit{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.ipro_text{
		margin-bottom: 30px;
	}
	.ipro_box{
		padding-bottom: 40px;
	}
	.proxq_box{
		padding: 10px 0;
	}
	.iabout_box{
		/* padding: 20px 0; */
	}
	
	.iabout_nbox{
		
		padding: 20px 0;
	}
	.iabout_nbox {
		flex-direction: column;
	}
	.iabout_imgbox {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	
	.iabout_img{
		
		border-radius: 14px;
	}
	.iabout_tit_en{
		font-size: 16px;
		line-height: 16px;
	}
	.iabout_tit{
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.iabout_text{
		margin-bottom: 20px;
	}
	.ial_text{
		line-height: 28px;
		height: 84px;
		font-size: 16px;
	}
	.ial_name{
		font-size: 20px;
	}
	.isol_list{
		height: 300px;
	}
	.ialli_msg{
		padding: 0 5px;
	}
	.swiper-slide-active .ialli_msg {
			padding-left: 5px;
			padding-right: 5px;
	}
	.isol_li_box, .isw_pro_btns{
		background: rgba(10, 40, 87, .21);
	}
	.iyl_box{
		padding-bottom: 10px;
	}
	
	.ryzzli_nbox{
		padding: 10px;
	}
	.ryzzli_nbox img{
		width: 100%;
	}
	.times_li{
		padding-right: 20px;
		
	}
	.times_li:nth-child(2n){
		padding-left: 20px;
	}
	.times_li .times_time{
		right: 40px;
	}
	.times_li:nth-child(2n) .times_time{
		left: 40px;
	}
	.times_li .timesli_box{
		padding-left: 20px;
		padding-right: 20px;
	}
	.times_li:nth-child(2n) .timesli_box{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.shopxq_tbox{
		flex-direction: column;
		padding: 10px;
	}
	.shopxq_tl,.shopxq_tr{
		width: 100%;
		max-width: 100%;
	}
	.shopxq_tr{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.shopxq_big {
		/* height: 350px; */
	}
	.xq_msg_imgs{
		margin-top: 5px;
	}
	
	.xq_msg_img_d{
		height: 60px;
	}
	.xq_prev1{
		height: 60px;
	}
	.xq_next1{
		height: 60px;
	}
	.pro_title{
		margin-bottom: 12px;
	}
	.pro_text{
		margin-bottom: 20px;
	}
	.solli_name{
		margin-bottom: 5px;
	}
	.solxq_xq_box{
		padding: 10px;
	}
	.solxq_tit{
		padding-top: 30px;
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 32px;
	}
	.solxq_time{
		margin-bottom: 15px;
	}
	.lxwm_map{
		width: 100%;
		height: auto;
	}
	.bmap-container{
		width: 100%;
		height: 300px!important;
	}
	.lxwm_tmsg{
		width: 100%;
		position: relative;
		top: 0;
		right: auto;
		left: auto;
		bottom: auto;
		padding: 10px;
		margin-top: 10px;
	}
	.lxwm_tit{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.lxwm_tit1{
		margin-bottom: 15px;
	}
	.ly_li_t{
		flex-direction:column;
	}
	.ly_li_t .ly_li+.ly_li{
		margin-left: 0;
	}
	.ab_tabs_li{
		height: 60px;
	}
	.news_list{
		margin-top: 0;
	}
	.banner_t1{
		font-size: 32px;
		margin-bottom: 5px;
	}
	.banner_t2{
		font-size: 26px;
	}
	.base_xq_box{
		padding-top: 30px;
	}
	.pro_li{
		margin-top: 15px;
	}
	.proli_img{
		padding: 10px;
		margin-right: 10px;
	}
	.proli_msg{
		padding-top: 8px;
	}
	.proli_tit{
		font-size: 24px;
		margin-bottom: 8px;
	}
	.proli_text{
		font-size: 16px;
		margin-bottom: 8px;
		line-height: 26px;
		height: 52px;
	}
	.proli_msg .ipro_btn {
		width: 120px;
		height: 40px;
		font-size: 14px;
	}
	.proxq_nbox{
		padding: 10px;
	}
	.proxq_tbox{
		flex-direction: column;
	}
	.proxq_imgs{
		max-width: 100%;
		width: 100%;
	}
	.proxq_msg{
		padding-left: 0;
		width: 100%;
	}
	.sol_list{
		padding-top: 15px;
		margin-left: -5px;
		margin-right: -5px;
	}
	.solli_msg{
		padding: 10px;
	}
	.sol_li{
		padding: 5px;
	}
	.cases_li{
		padding: 10px;
		border-radius: 12px;
	}
	.cases_li+.cases_li{
		margin-top: 10px;
	}
	.casesli_img{
		margin-right: 10px;
	}
	.cases_li .proli_text{
		height: 78px;
	}
	.cases_li .proli_text{
		margin-bottom: 15px;
	}
	.cases_list{
		padding-top: 20px;
	}
	.newsli_name{
		font-size: 16px;
		margin-bottom:12px;
	}
	.newsli_time{
		margin-bottom: 10px;
	}
	.newsli_text{
		line-height: 24px;
		height: 72px;
	}
	.lxwm_list{
		padding: 15px 0;
		margin: -5px;
	}
	.lxwm_li{
		width: 50%;
		padding: 5px;
	}
	/* .lxwmli_box{
		padding: 30px;
	} */
}

@media screen and (max-width: 600px){
	.about_main{
		padding-bottom: 15px;
	}
	
	.iyl_li{
		width: 50%;
	}
	.iyl_li:nth-child(2n){
		border-right: none;
	}
	.inews_box{
		padding-bottom: 30px;
	}
	.inews_list{
		flex-direction: column;
		margin-bottom: 20px;
	}
	.inews_li{
		width: 100%;
		margin-right: 0;
	}
	.inews_lis {
		margin-top: 10px;
	}
	.isol_li_box,
	.isol_li_box.swiper-slide-active{
		width: 100%;
	}
	.swiper-slide-active .ialli_msg{
		padding-left: 10px;
		padding-right: 10px;
	}
	.ryzz_li{
		width: 100%;
		padding: 5px;
	}
	.times_li .timesli_box{
		padding-left: 8px;
		padding-right: 8px;
		text-align: justify;
	}
	.times_li:nth-child(2n) .timesli_box{
		padding-left: 8px;
		padding-right: 8px;
	}
	.proli_msg .ipro_btn{
		display: none;
	}
	.sol_li{
		width: 100%;
	}
	.cases_li .proli_msg{
		padding-top: 0;
	}
	.cases_li .proli_text{
		margin-bottom: 0;
	}
	.lxwm_li{
		width: 100%;
	}
}