.banner_box{
	width: 100%;
	height: 640px;
	background: url(../img/banner.jpg) no-repeat;
	background-size: 100% 100%;
}
.banner_content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}



.synopsis_box{
	width: 100%;
	height: 394px;
	background: url(../img/banner2.jpg) no-repeat;
	padding-top: 50px;
}
.qy_synopsis{
	width: 470px;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/qy_name_bg.png) no-repeat 0 center;
	background-size:100% 10px;
}
.synopsis_content{
	width: 1200px;
	height: 75px;
	margin: 0 auto;
	border-radius: 5px 5px 0 0;
	background: rgba(255,255,255,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 59px;
}
.synopsis_list{
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.synopsis_list img{
	margin-right: 12px;
}
.synopsis_t{
	font-size: 18px;	
	color: #FDFEFF;
	line-height: 18px;
	margin-bottom: 14px;
}
.synopsis_b{
	font-size: 14px;
	color: #FDFEFF;
	line-height: 14px;
	
}
.synopsis_line{
	width: 1px;
	height: 48px;
	background: #C8D8F9;
	opacity: 0.47;
}
.introduce_box{
	width: 1200px;
	height: 256px;
	background: #fff;
	border: 1px solid #FFFFFF;
	box-shadow: 3px 3px 6px 0px rgba(111, 144, 187, 0.11);
	margin: 0 auto;
}
.introduce_box img{
	margin-top: 57px;
	margin-left: 66px;
}
.introduce_content{
	margin-left: 66px;
	margin-top: 26px;
	font-size: 14px;	
	color: #787CA6;
	line-height: 22px;
}
.ej_tit{
	font-size: 14px;	
	color: #6B6E84;
	text-align: center;
	margin-top: 25px;
}
.product_box{
	width: 1180px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product_list{
	width: 286px;
	height: 182px;
	display: inline-block;
	transition: height 350ms ease 0s;
	cursor: pointer;
	position: relative;
    margin-bottom: 20px;
}
.product_list .product_con{
	display: none;
}
.product_list1 .product_con{
	display: block;
}
.product_brief{
	width: 286px;
	height: 182px;
	background: url(../img/product_bg2.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	overflow: hidden;
}
.product_img{
	display: block;
	margin: 0 auto;
	margin-top: 35px;
}
.product_tit{
	text-align: center;
	margin-top: 23px;
	font-size: 20px;	
	color: #3E4371;
}
.flex_text{
	margin-top: 19px;
	font-size: 14px;
	color: #787CA6;
	text-align: center;
}
.jt_img{
	display: none;
}
.product_list1{
	transition: height 0ms ease 0s;
    height: 553px;
}
.product_list1 .product_brief{
	width: 286px;
	height: 182px;
	background: url(../img/product_bg1.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.product_list1 .flex_bj{
	display: flex;
	align-items: center;
	margin-top: 44px;
}
.product_list1 .product_img{
	margin: initial;
	margin-top: initial;
	margin-left: 28px;
	
}
.product_list1 .product_tit{
	margin-top: initial;
	margin-left: 21px;
	width: 155px;
	text-align: left;
}
.product_list1 .jt_img{
	display: block;
}
.product_con{
	width: 1141px;
	position: absolute;
	left: 24px;
	top: 191px;
}
.product_title{
	height: 25px;
	background:url(../img/product_tit_bg.png) no-repeat;
	font-size: 22px;	
	color: #3E4371;
	line-height: 25px;
	text-indent: 28px;
	margin-top: 37px;
}
.product_img_con{
	float: left;
}
.product_details_box{
	float: left;
	margin-left: 64px;
	margin-top: 30px;
}
.product_content{
	display: flex;
	margin-top: 20px;
	
}
.product_content img{
	width: 21px;
	height: 26px;
}
.pro_zhanshi{
	width: 550px;
	font-size: 14px;
	color: #787CA6;
	line-height: 20px;
}
.why_box{
	height: 400px;
	background: linear-gradient(102deg, #EDF0F9, #FFFFFF);	
	overflow: hidden;
}
.qy_synopsis2{
	color: #3E4371;
	font-size: 30px;
	width: 610px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/introduce_title2.png) no-repeat left center;
	margin-top: 60px;
	
}
.why_flex{
	width: 1186px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.why_list{
	width: 382px;
	height: 226px;
	background:url(../img/why_bg1.png) no-repeat;
	position: relative;
	overflow: hidden;
}
.why_list img{
	display: none;
	position: absolute;
	left: 0%;
}
.why_list2{
	background:url(../img/why_bg2.png) no-repeat;
}
.why_list3{
	background:url(../img/why_bg3.png) no-repeat;
}
.why_list:hover img{
	display: block;
	animation: imgRight .3s linear;	
}
.why_list:hover div{
	color: #FFFFFF;
}
@keyframes imgRight{
	0%{
		left:-100%
	}
	25%{
		left:-75%
	}
	50%{
		left:-50%
	}
	75%{
		left:-25%
	}
	100%{
		left: 0;
	}
}
.why_name1{
	position: absolute;
	top: 39px;
	left: 43px;
	z-index: 10;
	font-size: 24px;	
	color: #3E4371;
}
.why_name2{
	position: absolute;
	width: 280px;
	top: 88px;
	left: 43px;
	z-index: 10;
	font-size: 14px;	
	color: #787CA6;
}
.trust_box{
	height: 452px;
	position: relative;
	overflow: hidden;
}
.trustbg{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 452px;
	transition: 0.5s
}
.trustbg:hover{
	transform: scale(0.8);
	width:100%;
	height: 452px;
}
.trust_text{
	position: absolute;
	text-align: center;
	width: 256px;
	left: 50%;
	margin-left: -128px;
	color: #3E4371;
	font-size: 36px;
	top: 169px;
}
.callus{
	width: 249px;
	height: 74px;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	font-size: 18px;
	color: #FFFFFF;
	background: url(../img/callusbg.png) no-repeat;
	line-height: 60px;
	text-align: center;
	margin-top: 222px;
	cursor: pointer;
}
.callus img{
	margin-left: 30px;
	margin-top: 4px;
}
.site_box{
	height: 513px;
	background: linear-gradient(102deg, #EDF0F9, #FFFFFF);
	overflow: hidden;
}
.map_box{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
		margin-top: 70px;
}
#container{
	width: 642px;
	height: 278px;
	float: left;
}
.map_content{
	float: left;
	margin-left: 50px;

}
.maplist{
	display: flex;
	align-items: center;
	margin-bottom: 34px;
}
.mapdetails{
	margin-left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.map_name{
	font-size: 18px;
	color: #3E4371;
}
.mao_tit{
	font-size: 14px;
	color: #6B6E84;
}
