*{margin: 0;padding: 0;}
a{text-decoration: none; color: #333;}
.fl{float: left;}
.fr{float: right;}
h1{font-weight: bold;}
/*清除浮动*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix {
    *zoom:1;
}
input{background:none; outline:none; border:0px; background: #fff;}
body{font: 16px/1.5 "Microsoft YaHei",Tahoma,Arial,Helvetica,sans-serif;margin: 0 auto;color: #1D2431;background:#fff;}
.main{width: 1200px;margin: 0 auto;text-align: center;clear: both;}
.banner{
	height: 360px;
	background: url(../images/banner.jpg) no-repeat center center;
	background-position: center;
}
.part .title{
	font-size: 40px;
	font-weight: bold;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.part .title>p{
	margin: 0 20px;
}
.part .title>p>span{
	color: #1D46C9;
}
.part1{
	padding-top: 54px;
}
.part1 .main{
	padding-bottom: 50px;
	background: #FAFAFA;
}
.part1 .main>.cont{
	width: 100%;
	height: 1px;
	background-color: #D4D5D6; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #F6F6F6 0%, #D4D5D6 50%, #F6F6F6 100%);
	margin-bottom: 30px;
}
.part1 .main>p{
	font-size: 18px;
}
.part1 .main>p>span{
	color: #FA3D1D;
}
.part1>img{
	display: block;
	margin: 0 auto;
}






table{
	border-collapse: collapse;
	font-size: 18px;
	/*background: #fff;*/
	margin-bottom: 40px;
}
table tr:nth-child(odd){
	background: #F4F7FE;
}
table th{
	height: 46px;
	font-size: 16px;
	background: #D3DEFC;
	border: 1px solid #EAECF5;
}
table a:hover{
    color: #1D46C9;
}

table td{
    border: 1px solid #EAECF5;
    font-size: 14px;
    height: 46px;
	
}
table td>p{
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin: 8px 10px 8px 0px;
	cursor: pointer;
	padding: 0px 20px;
    text-align: left;
    background: url(../images/arr_down.png) no-repeat right center;
    background-size: 12px 6px;
}
table td>p.up{
    height: auto;
    background: url(../images/arr_top.png) no-repeat right center;
    background-size: 12px 6px;
}
.part2{
	padding: 50px 0;
}
.part2>.main>.city{
	text-align: left;
	margin-bottom: 20px;
}
.part2>.main>.city>a{
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	padding: 6px 42px;
	background: #D3DEFC;
}
.part2 table td>p{
	text-align: left;
	font-size: 14px;
}
.part3{
	padding-bottom: 50px;
	padding-top: 20px;
}
.part3 .cont{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.part3 .cont>a{
	display: block;
	width: 160px;
	background: #F4F7FE;
	padding-top: 24px;
}
.part3 .cont p{
	font-size: 24px;
	line-height: 65px;
}
.xxk{
	width: 1200px;
    margin: 40px auto 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.xxk a{
	display: block;
    width: 133px;
    height: 46px;
    border: 1px solid #1264FB;
    font-size: 18px;
    line-height: 46px;
    background: #fff;
    color: #1264FB;
    margin: 0px 7.5px 20px;
}
.xxk a:hover{
	display: block;
    width: 133px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    border: 1px solid #1264FB;
    background: #1264FB;
    color: #fff;
    margin: 0px 7.5px 20px;
}