.service {
	width: 100%;
	height: auto;
	background-color: #ffffff;
}
.service .container {
	width: 1400px;
	margin: 0 auto;
	/* height: 793px; */
	
}
.service_cp{
	padding-top: 77px;
}
.service-bt {
	width: 100%;
    height: auto;
    padding-top: 25px;
}
.service-bt-p1 {
    line-height: 60px;
    text-align: center;
    font-size: 40px;
	font-weight: bold;
}
.service-bt-p2 {
	text-align: center;
	font-size: 16px;
	font-family: Arial;
	line-height: 20px;
	margin-top: 5px;
	color: #6F86A3;
}
.service-bt img {
	display: block;
	margin: 15px auto 0;
	width: 146px;
    height: 10px;
}
.service-p {
	color: #666666;
	text-align: center;
    font-size: 16px;
    margin-top: 30px;
}
.service-div {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 60px;
}
.service-div ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.service-div ul a{
	display: block;
	width: 32%;
	height: 100%;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 0px 32px 1px rgba(174,180,212,0.23);
	padding: 30px 30px;
	box-sizing: border-box;
	background: #FFFFFF;
	margin-bottom: 30px;
}
.service-div ul li img{
	width: 388px;
	height: 388px;
}

.service-div ul li p{
	text-align: center;
	color: #1A2A49;
	font-size: 22px;
	font-weight: bold;
	padding: 15px 0;  
}
.service-div ul li span{
	color: #6F86A3;
	font-size: 18px;
	overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2;    
text-align: center;

}
.service-div ul li div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
height: 52px;
background: #FFFFFF;
border-radius: 0px 0px 0px 0px;
border: 1px solid #1A2A49;
text-align: center;
margin: 17px auto;

}
.service-div ul li div span{
	font-size: 18px;
}
.service-div ul li div img{
	width: 15px;
	height: 13px;
	margin: 3px 0 0 5px;

}
.gy_left h2{
	font-weight: bold;
	font-size: 48px;
	color: #1A2A49;
}
.gy_left p{
	font-size: 38px;
	color: #0762CB;
	padding: 50px 0;
}
.gy_left  text{
	font-size: 17px;
	color: #666666;
	width: 70%;
	display: block;
	margin: 0 0 60px 0;
	line-height: 30px;
}
.gy_left a{
	border: 0;
	width: 300px;
height: 52px;
border-radius: 0px 0px 0px 0px;
border: 1px solid #1A2A49;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: #1A2A49;
background-color: white;
}
.gy_img{
	width: 500px;
	height: 680px;
}
.gy_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 150px 0;
}