.banner {
	width: 100%;
	position: relative;
	z-index: 1;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #f4f4f4;
	padding-bottom: 110px;
}

.main .clear {
	height: 1px;
	background-color: transparent;
}

.main .container {
	width: calc(100% - 220px);
	background-color: #FFFFFF;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 0 80px; 
	margin-top: -65px;
	position: relative;
	z-index: 2;
	padding-bottom: 150px;
}

.main .main_top {
	border-bottom: 1px dashed #dcdcdc;
}

.main .main_top h2.typename {
	font-size: 28px;
	color: #333333;
	line-height: 128px;
}

.main .item1 {
	margin-top: 80px;
	box-sizing: border-box;
	padding: 0 15px;
}

.main .item1 .pic img {
	display: block;
	width: 100%;
}

.main .item1 .txt {
	box-sizing: border-box;
	padding: 0 35px;
	padding-top: 55px;
	border: 1px solid #d8d8d8;
	border-top: 0px;
}

.main .item1 .txt .title {
	
}

.main .item1 .txt .title .l h4 {
	font-family: "宋体";
	font-size: 32px;
	color: #333333;
	line-height: 32px;
}

.main .item1 .txt .title .l p {
	font-family: arial;
	font-size: 18px;
	color: #333333;
	line-height: 38px;
}

.main .item1 .txt .title .r p {
	font-size: 16px;
	font-weight: bold;
	color: #138d4d;
	line-height: 70px;
	text-align: right;
	padding-left: 95px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/sever_title1.jpg);
}

.main .item1 .txt .summary {
	padding: 60px 0px;
}

.main .item1 .txt .summary p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}

.main .item2 .title {
	padding-top: 80px;
}

.main .item2 .title h4 {
	font-size: 32px;
	color: #333333;
	text-align: center;
	line-height: 32px;
}

.main .item2 .title h4 strong {
	color: #138d4d;
}

.main .item2 .title p {
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 48px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/sever_title2.png);
}

.main .item2 ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.main .item2 ul li {
	width: 400px;
}

.main .item2 ul li h5 {
	font-size: 18px;
	color: #666666;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
}

.main .item2 ul li span {
	display: block;
	font-size: 18px;
	color: #138d4d;
	text-align: center;
	line-height: 38px;
	margin-bottom: 20px;
}

.main .item2 ul li .pic img {
	display: block;
	width: 255px;
	margin: 0 auto;
}

.main .item2 ul li p.summary {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
}

.main .item3 .title {
	padding-top: 100px;
}

.main .item3 .title h4 {
	font-size: 32px;
	color: #333333;
	text-align: center;
	line-height: 32px;
}

.main .item3 .title h4 strong {
	color: #138d4d;
}

.main .item3 .title p {
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 48px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/sever_title3.png);
}

.main .item3 .pic {
	box-sizing: border-box;
	padding: 0 15px
}

.main .item3 .pic img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 1400px ) {
	.main .item1 .txt .title .l h4 {
		font-size: 24px;
	}
	
	.main .item1 .txt .title .l p {
		font-size: 14px;
	}
	
	.main .item1 .txt .title .r p {
		font-size: 14px;
	}
}

@media screen and (max-width: 550px) {
	
	.banner ul.typelist {
		display: none;
	}
	
	.main {
		padding-bottom: 0px;
	}
	
	.main .main_top h2.typename {
		display: none;
	}
	
	.main .main_top .path {
		float: none;
	}
	
	.main .item1 {
		margin-top: 20px;
		padding-bottom: 80px;
	}
	
	.main .container {
		width: 100%;
		margin-top: 0px;
		padding: 0 10px;
		padding-bottom: 20px;
	}
	
	.main .item1 {
		padding: 0px;
	}
	
	.main .item1 .txt {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.main .item1 .txt .title .r p {
		padding-left: 0px;
		background-image: none;
	}
	
	.main .item1 .txt .summary {
		padding: 30px 0px;
	}
	
	.main .item2 .title {
		padding-top: 40px;
	}
	
	.main .item2 .title h4 {
		font-size: 20px;
	}
	
	.main .item2 .title p {
		font-size: 14px;
	}
	
	.main .item2 ul {
		margin-top: 20px;
	}
	
	.main .item2 ul li {
		margin-bottom: 30px;
	}
	
	.main .item3 .title {
		padding-top: 40px;
	}
	
	.main .item3 .title h4 {
		font-size: 20px;
	}
	
	.main .item3 .title p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.main .item3 .pic {
		padding: 0px;
		margin-top: 10px;
	}
}