html,body{
	font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; 
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/2018/bg.jpg);
}
img{
	vertical-align: middle;
}
.wrap{
	max-width: 900px;
	margin: auto;
	margin-top: 15px;
	box-shadow: 0px 0px 10px #9c9c9c;
	background: #fff;
}
.header{
	width: 100%;
}
.header img{
	width: 100%;
}
.intro{
	padding: 1.5% 1.8%;
    overflow: hidden;	
    position: relative;
}
.intro li{
	list-style: none;
	display: inline-block;
}
.intro li h1{
	font-size: 16px;
	font-weight: normal;
	color: #1a1a1a;
	margin: 0;
	text-align: justify;
	line-height: 22px;
}
.intro li span{
	color: #d80000;
}
.intro li p{
	color: #666666;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 17px;
	line-height: 20px;
	text-align: justify;
}
.intro li em{
	color: #fff;
	font-style: normal;
	background: #f15252;
	display: inline-block;
	padding: 2px 10px;
    border-radius: 5px;
    margin-right: 5px;
}
.intro_l{
	width: 38%;
}
.intro_rt{
    width: 56.5%;
    position: absolute;
    top: 4%;
    left: 41.5%;
    box-shadow: 0px 3px 5px #6b6b6b;
    border-radius: 6px;
}
.intro_rt img{
	width: 100%;
}
.intro_rb{
	width: 56.5%;
    position: absolute;
    top: 72.3%;
    left: 41.5%;
}
.download{
	width: 100%;
	text-align: center;
}
.download a{
	display: inline-block;
}
.download img{
	width: 100%;
	
}
.content{
    margin-top: 30px;
    position: relative;
    max-width: 900px;
    overflow: hidden;
    text-align: center;
}
.liner{
	position: absolute;
	display: block;
	height: 100%;
	left: 390px;
	top: 40px;
}
.content h3{
	font-size: 18px;
	color: #004f96;
	text-align: left;
	margin-right: 15px;
    margin-left: 15px;	
    margin-bottom: 5px;
    line-height: 35px;
}
.content p{
	font-size: 14px;
	color: #333;
	text-align: left;
    margin: 0 15px;
}
.content a{
	display: inline-block;
	margin: 15px 0;
}
.titles{
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}
.titles h1{
	color: #fff;
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: normal;
	padding: 0.8% 1.5%;
	margin-left: 3%;
}
.titles h1:after{
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top: 0;
	z-index: -1;
	display: block;
	position: absolute;
	background: -webkit-linear-gradient(left, #f02828,#f02828, #e4282b);
	background: -moz-linear-gradient(left, #f02828,#f02828, #e4282b);
	background: -ms-linear-gradient(left, #f02828,#f02828, #e4282b);
	background: linear-gradient(left, #f02828,#f02828, #e4282b);
	transform: skewX(-25deg);
	box-shadow: 7px 5px 0px #e8e8e8;
}
.titles em{
	margin-left: -1px;
    width: 63%;
    height: 10px;
    display: inline-block;
    background: -webkit-linear-gradient(left, #e4282b, transparent);
    background: -moz-linear-gradient(left, #e4282b, transparent);
    background: -ms-linear-gradient(left, #e4282b, transparent);
    background: linear-gradient(left, #e4282b, transparent);
    transform: skewX(-25deg);
    vertical-align: top;
    z-index: 2;
    position: relative;
}
.titles em:before{
	content: "";
    width: 100%;
    height: 10px;
    display: inline-block;
    position: absolute;
    background: -webkit-linear-gradient(left, #e4282b, transparent);
    background: -moz-linear-gradient(left, #e4282b, transparent);
    background: -ms-linear-gradient(left, #e4282b, transparent);
    background: linear-gradient(left, #e4282b, transparent);
    transform: skewX(-25deg);
    vertical-align: top;
    z-index: 1;
}
.titles em:after{
	content: "";
    width: 100%;
    height: 10px;
    display: inline-block;
    position: absolute;
    background: -webkit-linear-gradient(left, #e8e8e8, transparent);
    background: -moz-linear-gradient(left, #e8e8e8, transparent);
    background: -ms-linear-gradient(left, #e8e8e8, transparent);
    background: linear-gradient(left, #e8e8e8, transparent);
    transform: skewX(-25deg);
    vertical-align: top;
    z-index: -1;
    left: 2%;
    top: 5px;
}
.city{
	margin: 0 10px;
	text-align: left;
	padding-bottom: 25px;
}
.city .title{
    vertical-align: top;
    white-space: nowrap;
}
.city .title em{
    color: #b2b2b2;
    display: inline-block;
    font-size: 30px;
    width: 87px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    line-height: 20px;
	background: url(../img/2018/icon.png) right 0 no-repeat;
	vertical-align: middle;
	white-space: normal;
}
.city .title span{
    color: #c20101;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-indent: 3px;
}
.city .title b{
    display: inline-block;
    color: #4c4c4c;
    font-size: 16px;
    vertical-align: middle;
}
.city_title{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #e2010c;
	margin-top: 15px;
}
.city_con{
	padding: 4px 5px;
	padding-top: 20px;
}
.block{
	overflow: hidden;
	padding-top: 15px;
}
.block_con{
	font-size: 13px;
	color: #666666;
	line-height: 20px;	
	text-align: justify;
	padding-top: 4px;
}
.block_con li{
	display: inline-block;
	padding: 4px 0;
	font-style: normal;
	width: 100%;
}
.block_con li h2{
    font-size: 12px;
    display: inline-block;
    width: 26%;
    text-align: right;
    white-space: nowrap;
    margin: 0;
	vertical-align: top;
}
.block_con li p{
	font-size: 12px;
    display: inline-block;
    width: 72%;
    margin: 0;
    vertical-align: top;
}
.block_l{
	width: 48%;
	float: left;
	margin-right: 4%;
}
.block_r{
	width: 48%;
	float: left;
}

.footer{
	width: 100%;
	float: left;
	margin-top: 3px;
	background: #ba0600;
	text-align: center;
}
.footer li{
	list-style: none;
	overflow: hidden;
	font-size: 15px;
	display: inline-block;
	margin: 5px;
}
.footer a{
	float: left;
	text-decoration: none;
	color: white;
	border-left: 2px solid white;
	padding-left: 15px;
	margin-right: 15px;
	display: inline-block;
	height: 14px;
    line-height: 12px;
    margin-top: 6px;
    margin-bottom: 0;
}
.footer_first{
	padding-left: 0 !important;
	border: none !important;
	margin-left: 10px;
}
.footer p{
	float: left;
	color: white;
	letter-spacing: 1px;
	margin: 0;
}
@media screen and (max-width: 860px) {
	.wrap{
		width: 100%;
	}
	.header img{
		width: 100%;
	}
	.content {
		overflow: hidden;
	    width: auto;
	}
	.content img{
		width: 100%;
	}
	.content_title{
		width: 150% !important;
		vertical-align: top;
	}
	.content h3 {
	    font-size: 14px;
	    line-height: 25px;
	}
	.content a img{
		width: 60%;
	}
	.city_con {
		padding: 0;
	    padding-top: 20px;
	}
	.title{
		font-size: 14px;
	}
	.block_l,.block_r{
		width: 100%;
	}
	.block_r{
		margin-top: 15px;
	}
	.footer a {
	    float: inherit; 
	    line-height: 12px;
	    margin-right: 10px;
	}
	.footer li {
	    font-size: 14px;
	}
}
@media screen and (max-width: 500px) {
	.wrap{
		margin-top: 0px;
	}
	.intro li {
	    list-style: none;
	    display: inline-block;
	    width: 100%;
	    position: inherit;
	    left: 0;
	    top: 0;
	}
	.intro_l{
		margin-top: 10px;
	}
	.titles h1 {
	    font-size: 14px;
	}
	.titles em {
	    margin-left: -2px;
	    width: 42%;
	}
	.city_title {
	    font-size: 22px;
	}
	.city_con {
	    padding-top: 10px;
	}
	.city .title em {
	    font-size: 28px;
    	width: 82px;
	}
	.city .title span {
	    text-indent: 1px;
	}
	.city .title b {
	    font-size: 12px;
	}
	.city .title .sp {
	    width: 133px !important;
	}
	.block_con li p {
	    width: 65%;
	}
	.block_con li h2 {
	    width: 30%;
	}
	.block_con li {
   		padding: 1px 0;
	}
	.block_con_sp h2{
		width: 41% !important;
	}
}