.banner{
	display: block;
	width: 100%;
}

.one{
	width: 100%;
	background-color: #fff;
	padding: 80px 0;
}

.two{
	width: 100%;
	background-color: #fafafa;
	padding: 80px 0;
}

.main{
	width: 1200px;
	margin: 0 auto;
}

.title{
	font-size: 30px;
	color: #111;
	padding-left: 16px;
	position: relative;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 40px;
}

.title span{
	width: 6px;
	height: 30px;
	background-color: #ffe0b2;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.sflist{
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -26px;
}

.sflist li a{
	display: block;
	float: left;
	font-size: 16px;
	color: #5f5a67;
	width: 64px;
	height: 28px;
	border-radius: 28px;
	margin: 0 5px 26px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}

.sflist li a:hover{
	background-color: #f0f9ff;
	text-decoration: none;
	color: #5f5a67;
}

.sflist span{
	float: left;
	font-size: 14px;
	color: #e5e5e5;
	margin-top: 5px;
}

.bmap{
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.bmap th{
	font-size: 20px;
	color: #333;
	background-color: #f0f9ff;
	height: 80px;
	font-weight: normal;
}

.bmap thead{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.bmap tbody tr{
	border-bottom: 1px solid #e5e5e5;
}

.bmap tbody tr:nth-child(2n+1){
	background-color: #fafafa;
}

.bmap tbody tr:nth-child(2n){
	background-color: #fff;
}

.bmap td{
	height: 60px;
	font-size: 16px;
	color: #666;
}

.bmap td a{
	font-size: 16px;
	color: #666;
}

.bmap td a:hover{
	color: #3488ea;
	text-decoration: none;
}

.bmap td a.btn{
	width: 114px;
	height: 40px;
	border-radius: 40px;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
}

.bmap td a.btn:hover{
	color: #fff;
	background-color: #3488ea;
	text-decoration: none;
}

.mainYb{
	width: 600px;
	float: left;
}

.mainYb ul{
	height: 109px;
}

.mainYb ul li{
	font-size: 16px;
	color: #999;
	margin-bottom: 15px;
	text-align: left;
	line-height: 1em;
}

.mainYb ul li span{
	color: #3488ea;
	font-weight: bold;
}

.ysyd{
	margin-top: 24px;
	width: 80%;
}

.ysyd h2{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 15px;
}

.ysyd a{
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	color: #666;
	line-height: 1em;
}

.ysyd a:hover{
	color: #3488ea;
	text-decoration: underline;
}

.tab{
	margin-top: 60px;
}

.tab>li{
	float: left;
	width: 380px;
	height: 100px;
	background-color: #fff;
	margin-right: 30px;
	cursor: pointer;
}

.tab>li h4{
	font-size: 20px;
	color: #333;
	margin: 20px 0;
	text-align: center;
	line-height: 1em;
	font-weight: normal;
}

.tab>li p{
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 1em;
}

.tab>li p a:hover{
	color: #3488ea;
	text-decoration: none;
}

.tab>li:last-child{
	margin-right: 0;
}

.tab>li.alt{
	margin-top: -20px;
	box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

.tabList>div{
	display: none;
}

.tabList>div:first-child{
	display: block;
}

.tabListDiv>h4{
	font-size: 16px;
	color: #666;
	margin: 35px auto;
	text-align: left;
	font-weight: normal;
}

.tabListDiv>h4 span{
	font-weight: bold;
	color: #3488ea;
}

.tabListDiv>h4 em{
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #ffe0b2;
	border-radius: 100%;
	margin-right: 10px;
	vertical-align: middle;
}

.kmdp{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}

.kmdp,.kmdp tr th, .kmdp tr td {
	border:1px solid #e0e0e0; 
}

.kmdp tr th{
	font-size: 20px;
	color: #333;
	height: 80px;
	background-color: #f0f9ff;
}

.th1{
	width: 400px;
}

.kmdp tr td{
	height: 60px;
	font-size: 16px;
	color: #666;
}

.kmdp tr td:nth-child(2){
	text-align: left;
	padding: 0 20px 0 56px; 
}

.info{
	margin-bottom: -40px;
}

.info li{
	width: 480px;
	float: left;
	height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e6e6e6;
}

.info li:nth-child(2n){
	float: right;
}

.info li h2{
	font-weight: normal;
	padding-left: 13px;
    font-size: 18px;
    color: #333;
	padding-right: 70px;
	box-sizing: border-box;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	position: relative;
	line-height: 50px;
}

.info li h2 a{
	font-size: 18px;
    color: #333;
}

.info li h2 a:hover{
	text-decoration: none;
	color: #3488ea;
}

.info li h2 span{
	font-size: 18px;
    color: #999;
	display: block;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

.liucheng{
	width: 100%;
	position: relative;
}

.liucImg{
	position: absolute;
	left: 50%;
	width: 11px;
	height: 899px;
	margin-left: -5.5px;
	top: 40px;
}

.liucheng>h2{
	font-size: 20px;
	color: #3488ea;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1em;
}

.liucheng>h2:last-child{
	margin-top: 20px;
	margin-bottom: 0;
}

.liucXx{
	height: 899px;
	padding-top: 11px;
	box-sizing: border-box;
}

.liucXx li{
	width: 100%;
	margin-bottom: 30px;
	height: 120px;
	position: relative;
}

.xxk{
	width: 160px;
	height: 120px;
	background: url(../images/xxk_04.jpg) no-repeat center;
	background-size: 160px 120px;
	display: flex;
	align-items: center;
	float: left;
}

.xxk img{
	margin: 0 auto;
}

.liucXx li:nth-child(2n+1) .xxk{
	margin-left: 360px;
	margin-right: 120px;
}

.liucXx li:nth-child(2n+1) .infoliuc{
	text-align: left;
}

.liucXx li:nth-child(2n) .xxk{
	margin: 0;
}

.liucXx li:nth-child(2n) .infoliuc{
	text-align: right;
	margin-right: 120px;
}

.wxz{
	display: block;
}

.xz{
	display: none;
}

.center{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	margin: -13px 0 0 -13px;
}

.infoliuc{
	width: 560px;
	height: 120px;
	padding: 10px 38px;
	box-sizing: border-box;
	float: left;
}

.infoliuc>h3{
	font-size: 40px;
	color: #3488ea;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: normal;
}

.infoliuc>h4{
	font-size: 20px;
	line-height: 1em;
	color: #333;
	font-size: 20px;
	margin-bottom: 10px;
}

.infoliuc>p{
	font-size: 16px;
	color: #666;
	line-height: 1em;
}

.liucXx li:hover .wxz{
	display: none;
}

.liucXx li:hover .xz{
	display: block;
}

.liucXx li:hover .infoliuc{
	background-color: #f0f9ff;
}