@charset "utf-8";
.Core_services {
	padding-top: 30px;
	background-color: #FAFAFA;
}

.biaoti {
	text-align: center;
	font-size: 24px;
	color: rgba(50, 50, 50, 1);
}

.introduction {
	width:700px;
	height: 44px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(144, 144, 144, 1);
	line-height: 26px;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}

.content {
	width: 1100px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
	padding-bottom: 40px;
}

.content img {
	margin: 0 auto;
	display: block;
}

.describe_service {
	width: 252px;
	/*margin-top: 100px;*/
}

.describe_service1 {
	width: 252px;
}

.describe_service .fly {
	font-size: 20px;
	font-weight: 400;
	color: rgba(50, 50, 50, 1);
	line-height: 30px;
}

.describe_service .desc {
	font-size: 14px;
	font-weight: 400;
	color: rgba(115, 115, 115, 1);
	line-height: 20px;
}

.describe_service1 .fly {
	font-size: 20px;
	font-weight: 400;
	color: rgba(50, 50, 50, 1);
	line-height: 30px;
}

.describe_service1 .desc {
	font-size: 14px;
	font-weight: 400;
	color: rgba(115, 115, 115, 1);
	line-height: 20px;
}

.left2 {
	position: absolute;
	top: 130px;
	left: 170px;
}

.right2 {
	position: absolute;
	top: 30px;
	right: 175px;
}

.transport_distribution {
	/*padding-top: 20px;*/
	position: relative;
	/*background: rgba(218, 223, 226, 1);*/
}

.Service_flow {
	padding-top: 30px;
	padding-bottom: 0px;
}

.miaoshu {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.border {
	width: 1000px;
	height: 2px;
	background: rgba(235, 235, 235, 1);
	margin: 0 auto;
}

.Pattern_advantage {
	padding-top: 40px;
	position: relative;
	padding-bottom: 60px;
}

.zuo {
	width: 231px;
}

.you {
	width: 231px;
}

.zuo .pattent {
	width: 152px;
	height: 23px;
	font-size:19px;
	font-weight: 400;
	color: rgba(20, 120, 240, 1);
	display: block;
	margin: 0 auto;
}

.you .pattent {
    width: 140px;
    height: 23px;
    font-size: 19px;
    font-weight: 400;
    color: rgba(115, 115, 115, 1);
    display: block;
    margin: 0 auto;
}

.zuo_list {
	width: 100%;
	height: 86px;
	background: rgba(20, 120, 240, 1);
	border-radius: 10px;
	/*text-align: center;*/
	color: #FFFFFF;
	position: relative;
	margin-top: 20px;
	cursor: pointer;
}

.you_list {
	width: 231px;
	height: 86px;
	color: rgba(144, 144, 144, 1);
	position: relative;
	margin-top: 20px;
	background: rgba(235, 235, 235, 1);
	border-radius: 10px;
	cursor: pointer;
}

.pattern_content {
	width: 720px;
	margin: 0 auto;
	padding-top: 40px;
}

.num {
	font-size: 34px;
	position: relative;
	top: 7px;
}

.center {
	width: 77%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.ll {
	width: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.vs {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
@media only screen and (min-width:768px ) {
	.content {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
}
.left2 {
    position: absolute;
    top: 129px;
    left: -30px;
}
.right2 {
    position: absolute;
    top: 30px;
    right: -30px;
}
.Service_flow img{
	width: 80%;
}
.transport_distribution img{
	height: 400px;
}
}
@media only screen and (min-width:1024px ) {
	.content{
		width: 95%;
	}
.left2 {
    position: absolute;
    top: 129px;
    left: 100px;
}
.right2 {
    position: absolute;
    top: 30px;
    right: 105px;
}
}
@media only screen and (min-width:1200px ) {
	.content {
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
}
.left2 {
    position: absolute;
    top: 129px;
    left: 170px;
}
.right2 {
    position: absolute;
    top: 30px;
    right: 175px;
}
.transport_distribution img{
	height: auto;
}
.Service_flow img {
    width: auto;
}
}