/*服务样式*/
.section1{
	width: 100%;
	height: 560px;
	text-align: center;
	background: url('../assets/img/banner_bg (2).png') no-repeat center;
	background-size: cover;
}
.section1>div{
	width: 1200px;
	margin-top: 100px;
	display: inline-block;
}
.section1>div>div{
	display: inline-block;
	vertical-align: top;
}
.section1 .left_msg{
	text-align: left;
	padding:80px 0 0;
}
.left_msg .title{
	height:64px;
	font-size:44px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:64px;
}
.left_msg .info{
	height:24px;
	font-size:24px;
	color:rgba(255,255,255,0.7);
	line-height:36px;
}
.section1 .right_pic{
	margin-left: 60px;
}
.section2{text-align: center;}
.section2>div{
	width: 1180px;
	height: 2350px;
	display: inline-block;
	position: relative;
}
.section2>div>div{
	position: absolute;
	top: -80px;
	left: 0;
	width:1180px;
	background:rgba(255,255,255,1);
	border-radius:20px;
	box-sizing: border-box;
}
.section2 .intro_item{
	box-shadow:0px 4px 20px 6px rgba(83,132,255,0.12);
	border-radius:20px;
	padding: 40px;
}
.section2 .intro_item:not(:first-child){
	margin-top: 60px;
}
.intro_item>div:nth-child(2){margin-left: 30px;}
.section2 .text_area{
	width: 437px;
	text-align: left;
	display: inline-block;
	vertical-align:top;
	padding-top: 80px;
}
.section2 .text_area .title{
	height:36px;
	font-size:24px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:36px;
}
.section2 .pictures{
	display: inline-block;
	vertical-align: top;
}
.section2 .text_area .info{
	height: 36px;
	font-size:16px;
	color:rgba(88,89,90,1);
	line-height:36px;
	margin-top: 40px;
}
.section2 .text_area .info>span{
	display: block;
}
.section2 .intro_item:nth-child(odd) .text_area .info>span::before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin-right: 5px;
	display: inline-block;
    background:rgba(67,132,255,1);
} 
.section3{
	height:121px;
	background:rgba(33,63,192,1);
	overflow: hidden;
	margin-top: 100px;
}
.section3>div{
	width: 1180px;
	margin: 30px auto;
}
.section3 .title{
	color: #fff;
	width: 550px;
	float: left;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	margin: 10px 0;
}
.section3 .button{
	float: right;
	display: inline-block;
}
.button>div{
	display: inline-block;
	height:56px;
	border-radius:28px;
	border:2px solid rgba(255,255,255,1);
	box-sizing: border-box;
	padding: 0 20px;
}
.button>div>span{
	display: block;
	height:56px;
	font-size:18px;
	color:rgba(255,255,255,1);
	line-height:56px;
}
.transformY{
    transform: translateY(-21px);
}
.transformY2 {
	transform: translateY(21px);
}


@media screen and (min-width: 1200px) and (max-width: 1440px) {
	/* --------------------第一部分-------------------- */
	.service .section1>div {width: 1170px;}
	.service .section1 .left_msg .title {font-size: 40px; height: 60px; line-height: 60px;}
	.service .section1 .left_msg .info {font-size: 22px;}
	.service .section1 .right_pic {width: 550px;}
	.service .section1 .right_pic>img {width: 100%;}
	
	/* --------------------第二部分-------------------- */
	.service .section2>div {width: 1100px;}
	.service .section2>div>div {width: 1100px;}
	.service .section2 .intro_item {display: flex;justify-content: space-between;}
	
	/* --------------------第三部分-------------------- */
	.service .section3>div {width: 1050px;}
}

@media screen and (max-width: 1199px) {
	/* --------------------第一部分-------------------- */
	.service .section1>div {width: 1100px;}
	.service .section1 .left_msg .title {font-size: 38px; height: 60px; line-height: 60px;}
	.service .section1 .left_msg .info {font-size: 20px;}
	.service .section1 .right_pic {width: 500px; margin-top: 30px;}
	.service .section1 .right_pic>img {width: 100%;}
	
	/* --------------------第二部分-------------------- */
	.service .section2>div {width: 1000px}
	.service .section2>div>div {width: 1000px;}
	.service .section2 .intro_item {display: flex;justify-content: space-between;}
	
	/* --------------------第三部分-------------------- */
	.service .section3>div {width: 1000px;}
}