.adv-box {
	padding-top: 75px;
	padding-bottom: 60px;
	height: 770px;
	width: 100%;
	min-width: 1200px;
    background: url(../images/servicebg.jpg);
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.adv-top {
	text-align: center;
	width: 100%;
}
.adv-top dl {
	display: inline-block;
	overflow: hidden;
	margin-top: 10px;
}
.adv-top dl dt {    
	display: block;
    text-align: center;
    font-size: 48px;
    color: #1f1f1f;
    font-weight: bold;
}
.adv-top dl dt span {
	color: #004f92;
	font-weight: bold;
}
.adv-top dl dd {
	line-height: 25px;
	font-size: 16px;
	overflow: hidden;
	margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
	width: 606px;
}
.adv-top dl dd span {
	float: left;
	margin: 0 15px;
}
.adv-top dl dd i {
	display: block;
	width: 184px;
	height: 25px;
	float: left;
}
.adv-top dl dd .left-line {
	background: url(../images/left-line.png) no-repeat 0 center;
}
.adv-top dl dd .right-line {
	background: url(../images/right-line.png) no-repeat 0 center;
}
.tab-list {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.tab-list div {
	display: inline-block;
	overflow: hidden;
}
.tab-list a {
	display: block;
	padding: 0 40px;
	font-size: 18px;
	box-sizing: border-box;
	border: 1px solid #004f92;
	float: left;
	line-height: 50px;
	margin: 20px 18px;
	border-radius: 8px;
	color: #004f92;
	letter-spacing: 1px;
}
.tab-list a:hover, .tab-list a.on {
	background: #004f92;
	color: #FFFFFF;
}
.tab-content {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 550px;
}
.tab-content .boxs {
	margin-top: 40px;
	padding-left: 0px;
}
.tab-content .boxs>li {
	width: 100%;
	height: 520px;
	float: left;
	overflow: hidden;
	min-width: 1200px;
}
.tab-content .boxs .section {
	width: 1200px;
	margin: auto;
	position: relative;
	height: 520px;
}
.tab-content .boxs>li:nth-child(1) {
	background: url(../images/advbgs.png) no-repeat center;
	height: 520px;
}
.tab-content .boxs>li:nth-child(2) {
	background: url(../images/advbg2.png) no-repeat center;
	height: 520px;
}
.section .pos {
	position: absolute;
}
.section .post1 {
	/*background: url(../images/adv-left-bg1.png) no-repeat 0 center;*/
	width: 375px;
	height: 130px;
	left: -25px;
	top: 5px;
}
.section .post2 {
	/*background: url(../images/adv-left-bg2.png) no-repeat 0 center;*/
	width: 602px;
	height: 131px;
	left: -350px;
	top: 190px;
}
.section .post3 {
	/*background: url(../images/adv-left-bg3.png) no-repeat 0 center;*/
	width: 440px;
	height: 130px;
	left: -80px;
	top: 380px;
}
.section .post4 {
	/*background: url(../images/adv-right-bg3.png) no-repeat 0 center;*/
	width: 375px;
	height: 130px;
	right: -45px;
	top: 5px;
}
.section .post5 {
	/*background: url(../images/adv-right-bg2.png) no-repeat 0 center;*/
	width: 602px;
	height: 131px;
	right: -350px;
	top: 190px;
}
.section .post6 {
	/*background: url(../images/adv-right-bg1.png) no-repeat 0 center;*/
	width: 440px;
	height: 130px;
	right: -105px;
	top: 380px;
}