@charset "utf-8";
/* CSS Document */

/*css reset*/
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img,input{margin:0;padding:0;}
body{font-size:14px;font-family: '微软雅黑';}
ul,ol,li{list-style:none;}
b,strong{font-weight:normal;}
i,em{font-style:normal;}
a,u{text-decoration: none;}
h1,h2,h3,h4,h5,h6{font-size:16px;font-weight:normal;}
input{outline:none;}
img{display:block; border:0;}
.clearfix:after{content:"";clear:both;display:block;height:0;overflow:hidden;visibility: hidden;}/*清除浮动*/

section{ min-width: 320px;  width: 100%;}
body{ background-color:#ffffff;}
.white_container{ width:100%; background-color:white;}
.gray_container{ width:100%; background-color: #efefef;}
.main_container{ max-width:1190px; margin: 0 auto;}

.title_container{ width: 100%; text-align: center; margin-top: 4%}
.title_container span{ font-size:28px; color:#1e68b3;font-weight: bold; display: inline-block; width: 20%;}
.title_container span b{ font-size:14px; display: block; font-family: Arial; font-weight: bold;}
.title_container i{display: inline-block;border-bottom:2px solid #1e68b3; width: 38%; margin-top:26px;}
.line_left{ float:left; }
.line_right{float:right;}

.PCheader_container{ box-shadow:none; background-color: white; }
.header{padding:16px 0;}
.logo_left{ float:left; }
.logo_left img{ display: inline-block; float:left;}
.logo_left span{ display: inline-block; float:left; line-height: 60px; font-size:24px; color:#1b2c69; margin-left:10px;}
.nav_right{ float:right;}
.nav{ margin-top:10px;}
.nav li{ float:left; line-height: 30px;margin: 0 14px; cursor: pointer;}
.nav li a{float:left;   color:#333333; font-size:16px;}
.nav .currentNav{ border-bottom:2px solid #1e82c2;}
.nav .currentNav a{ color:#1e82c2;}
.nav li:hover{border-bottom:2px solid #1e82c2;}
.nav li:hover a{color:#1e82c2;}

.mobileheader_container{ display:none; position:fixed; top:0; left:0; z-index: 999;border-bottom:1px solid #eeeeee}
.mob_header{ padding:6px 14px;}
.mobile_logoleft{ float:left; width: 80%}
.mobile_logoleft img{display: inline-block; float:left; width: 100%;margin-top: 12px;}
.mobile_logoleft span{ display: block;width: 70%;  float:left; margin-top: 10px; font-size:24px; color:#1b2c69; margin-left:10px;}
.mobile_nav{ float:right; width: 15%}
.mov_navbtn{ width: 30px; height:26px; border:2px solid #1b2c69; border-radius: 4px; float:right; margin-top:18px;}
.mov_navbtn i{ display: block;margin:13%; border-bottom:2px solid #1b2c69}
.btnnav{ margin-top:6px;}
.mobilenav_list{position:fixed;top:0; left:0;right: 0;bottom: 0; z-index: 999; width: 100%;box-shadow: 0 5px 7px #ccc;  display: none;}
.mobilenav{ background-color:white;}
.mobilenav li{  line-height: 40px; margin-left:14px;margin-right:14px; border-bottom:1px solid #EBEBEB}
.mobilenav li a{ color:#333333; display: block;}
.mobilenav_list .mask{ background-color:#000; opacity: 0.7; width: 100%; height: 100%;}

/*banner*/
.device {width: 100%;margin: 0 auto;position: relative;overflow: hidden;}
.arrow-left{background: url(../../images/wlst/wyhq/arrows.png) no-repeat left top;position: absolute;left: 10px;top: 50%;margin-top: -15px;width: 17px;height: 30px;z-index: 99}
.arrow-right{background: url(../../images/wlst/wyhq/arrows.png) no-repeat left bottom;position: absolute;right: 10px;top: 50%;margin-top: -15px;width: 17px;height: 30px;z-index: 99}
.pagination{position: absolute;left: 0;text-align: center;bottom:5px;width: 100%;z-index: 888}
.swiper-container1 {width: 100%;}
.swiper-slide{ position:relative; width: 100%;}
.swiper-pagination-switch {display: inline-block;width: 10px;height: 10px;border-radius: 10px;background: #999;box-shadow: 0px 1px 2px #555 inset;margin: 0 3px;cursor: pointer;}
.swiper-active-switch {background: #fff;}
.banner_container .swiper-slide img{ display:block;}
.banner_container .swiper-slide .typepc{display:block}
.banner_container .swiper-slide .typemobile{display:none}
.banner_text{ position: absolute;top:0; left: 50%; margin-left:-31%; margin-top: 7%; width: 34%; animation: move 3s infinite;}

/*公司介绍*/
.page_title{
	margin-top: 40px;
	text-align: center;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}
.page_title span{
	border-bottom: 3px solid #1a3a7d;
	display: inline-block;
	padding-bottom: 10px;
}
.page_stitle{
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
}
.introduce_container{
	background: #f3f3f3;
	padding: 20px;
	margin-top: 30px;
}
.introduce_container>img {
	float: left;
	width: 45.217%;
	border: 5px solid #ffffff;
	border-radius: 5px;
}
.introduce_container .introduce_text {
	float: right;
	width: 52%;
}
.introduce_container .introduce_text p{
	font-size: 16px;
	text-indent: 32px;
	line-height: 36px;
	color: #494848;
}

/*核心产品*/
.product_list{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.product_list li {
	width: 300px;
	padding: 30px 0;
	background: #ffffff;
	text-align: left;
	border-radius: 10px;
}
.product_list li img{
	width: 290px;
	border: 5px solid #f1f1f1;
}
.product_list li .product_title{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding: 10px 0;
	text-align: center;
}
.product_list li p{
	padding: 0 10px;
}
.product_list li .product_desc{
	font-size: 14px;
	color: #494848;
	line-height: 28px;
}
.product_list li .product_desc span{
	font-weight: bold;
	font-size: 16px;
}
.product_list li .product_more{
	padding: 0 10px;
	font-size: 14px;
	color: #fc6f07;
	cursor: pointer;
}
.product_last{
	padding: 0 20px 20px;
}
.product_last img{
	float: left;
	width: 290px;
	border: 5px solid #f1f1f1;
}
.product_last_desc{
	float: right;
	width: 830px;
}
.product_last_desc p{
	text-indent: 14px;
	font-size: 14px;
	color: #494848;
	line-height: 26px;
}
.product_last_desc p a{
	color: #fc6f07;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
}

/*合作伙伴*/
.partner_list{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	padding: 40px 0;
	flex-wrap: wrap;
}
.partner_list li{
	margin-top: 20px;
	overflow: hidden;
}
.partner_list li img{
	cursor: pointer;
	transition: all 0.6s;
}
.partner_list li img:hover {
	transform: scale(.8);
}

/*项目介绍*/
.project_list{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	padding: 40px 0;
	flex-wrap: wrap;
}

.project_list li {
	padding: 30px 20px;
	width: 300px;
	margin-top: 20px;
	background: #f3f3f3;
	transition: all 0.6s;
}
.project_list li:hover {
	transform: scale(1.2);
}
.project_list .project_title{
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #292929;
}
.project_list .project_desc{
	color: #555454;
	font-size: 14px;
	text-indent: 20px;
	line-height: 28px;
}
.project_show_title{
	text-align: center;
}
.project_show_title span{
	padding: 0 30px;
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	line-height: 44px;
	background: linear-gradient(to top,#2783d8,#d6e7f7);
	font-weight: bold;
}

.project_show_list{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	padding: 40px 0;
	flex-wrap: wrap;
}

.project_show_list li {
	width: 330px;
	margin-top: 40px;
}

.project_show_list li img{
	width: 100%;
	transition: all 0.6s;
}
.project_show_list li img:hover {
	transform: scale(1.5);
}


	/*业务咨询*/
.contact_container{ background-color:white; padding:3%; padding-bottom: 0;  margin-top: 3%;}
.contact_container .contact_tit{ font-size:24px; font-weight: bold; color:#333;}
/*.contact_container .contact_box{ margin-top:4%; }*/
.contact_container .contact_box .contact{ width:50%; margin: auto;margin-bottom: 5%;}
.contact_container .contact_box .contact img{ float:left; width: 28%;}
.contact_container .contact_box .contact .contact_txt{ float:left; width: 72%;}
.contact_container .contact_box .contact .contact_txt p{font-size:24px; color:#343434; font-weight: bold; margin-left:8%; }
.contact_container .contact_box .contact .contact_txt p b{font-size:20px;}
.contact_container .contact_box .contact .contact_txt span{font-size:13px; color:#343434; display: block;padding-top:1%;margin-left:8%; margin-top:2%;}

/*底部*/
.bottom_container{ background-color:#2c4979; width: 100%; margin-top: 3%; }
.bottom_left{ float:left; width: 40%; padding: 3% 0;}
.bottom_right{ float:right; width: 27%; margin-top: 5%;}
.bottom_right img{ width:100%}
.bottom_left p{ font-size:20px; font-weight: bold; color:white;}
.bottom_left span{ display:block; font-size: 14px; color:#bac3db; line-height: 38px;}
.bottom_left span b{ color:white; }
.bottom_left .phone_icon{ display:inline-block; background: url(../../images/wlst/wyhq/icons.png); background-position: -10px -95px; width: 17px; height: 18px; vertical-align: middle;} 
.bottom_left .time_icon{display:inline-block; background: url(../../images/wlst/wyhq/icons.png); background-position: -9px -125px; width: 18px; height: 18px; vertical-align: middle;}
.bottom_left .address_icon{display:inline-block; background: url(../../images/wlst/wyhq/icons.png); background-position: -9px -155px; width: 18px; height: 18px; vertical-align: middle;}
.copyright{ background:#253e69;border-top:1px solid #596d8e;}
.copyright span{ font-size:14px; color:#fff; display: block;padding:1% 0;text-align: center;}
.copyright a{color:#fff;}

#pop1,#pop2,#pop3,#pop4,#pop5,#pop6,#pop7,#pop8,#pop9,#pop10,#pop11,#pop12,#pop13 {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	max-height: 500px;
	border-radius: 10px;
}
.pop{position:relative;}
.pop .pop_box{ max-height: 450px;overflow-y: scroll;}
.pop .pop_box b{ font-weight: bold;}
.pop .pop_box .pop_box_title{ margin: 0;font-size: 16px;font-weight: bold;padding-bottom: 10px;}
.mfp-close-btn-in .mfp-close{position: absolute; top:-12px; right:-12px; opacity: 1; background-color: #000; border-radius: 100%; width: 30px; height: 30px; border:2px solid #fff;color:white!important; line-height: 28px;}
#pop1 span{ font-size:12px; line-height: 38px;}
#pop2 span{ font-size:12px; line-height: 38px;}
#pop3 span{ font-size:12px; line-height: 38px;}
#pop4 span{ font-size:12px; line-height: 38px;}
#pop5 span{ font-size:12px; line-height: 38px;}
#pop6 span{ font-size:12px; line-height: 38px;}
#pop7 span{ font-size:12px; line-height: 38px;}
#pop8 span{ font-size:12px; line-height: 38px;}
#pop9 span{ font-size:12px; line-height: 38px;}
#pop10 span{ font-size:12px; line-height: 38px;}
#pop11 span{ font-size:12px; line-height: 38px;}
#pop12 span{ font-size:12px; line-height: 38px;}
#pop13 span{ font-size:12px; line-height: 38px;}

@keyframes move{
	0%{transform: translateX(0)}
	30%{transform: translateX(30px)}
	60%{transform: translateX(0)}
	100%{transform: translateX(0)}
}

@media screen and (max-width:1400px){
	.servies_content .series_desc li i.i_tag{ position:static; display: block;  margin-top: 0; border-radius: 50px; margin-bottom: 20px;}
}
@media screen and (max-width:1160px){
	.system_showbox .swiper-slide{ text-align: center;}
	.system_showbox .sliimg_lf,.system_showbox .sliimg_rg{ float:none; display: inline-block;  }
}
@media screen and (max-width:1000px){
	.PCheader_container{display:none;}
	.mobileheader_container{ display:block;}
	
	.profiletwo_container .profiletwo_lf{width:40%;}
	.profiletwo_container .profiletwo_rg{ width:56%}
}
@media screen and (max-width:930px){
	.profiletwo_rg .profile_tabbox li span{ font-size:18px;}
}
@media screen and (min-width:1000px){
	.PCheader_container{display:block;}
	.mobileheader_container{ display:none;}
}

@media screen and (min-width:701px){	
	.swiper-container.bannerheight{min-height:386px;}
}

@media screen and (max-width:700px){
	.bottom_left{ float:none;width: 90%; margin:auto;}
	.bottom_middle{ float:none; width: 90%; margin: 3% auto;}
    .bottom_right{ float:none; width: 90%; margin: 5% auto;}
	.bottom_right img{ width:auto; width:100%}
	.content_box01 li span{ font-size: 20px;}
	.content_box01 li b{ font-size:22px;}
	.copyright span{padding:4%;}
	
	.banner_container .swiper-slide .typepc{display:none}
	.banner_container .swiper-slide .typemobile{display:block}
	
	.title_container span{ font-size:22px;}
	
	.contact_container .contact_box .contact{ width:100%;}
	.contact_container .contact_tit{ font-size:16px;}
	.contact_container .contact_box .contact .contact_txt p{ font-size:18px; margin-left:4%; margin-top: 5%;}
	.contact_container .contact_box .contact .contact_txt span{ margin-left:4%;}


	.introduce_container>img {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.introduce_container .introduce_text {
		float: none;
		width: 100%;
	}

	.product_last img{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.product_last_desc{
		float: none;
		width: 100%;
	}
}
@media screen and (max-width:500px){
	.partner_list li img{
		width: 150px;
	}
}
@media screen and (min-width:401px) and (max-width:500px){
	.title_container span{ font-size:20px;}
	.title_container span b{ font-size:12px;} 
	.title_container i{ margin-top:4%}

	
}
@media screen and (min-width:320px) and (max-width:400px){	
	.title_container span{ font-size:16px;}
	.title_container span b{ font-size:12px;} 
	.title_container i{ margin-top:6%}
}