/*body{
	background: url(bg.jpg) top center no-repeat;
}*/
*{
	box-sizing: border-box;
}
.pc-show{
	display: block;
}
.h5-show{
	display: none;
}
.top{
	position: relative;
	opacity: 0;
	visibility: hidden;
}
.top.show{
	opacity: 1;
	visibility: visible;
}
.top img{
	width: 100%;
}
.top .top-bgimg{
	height: 533px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 38%;
}
.top .top-bgimg.ztzl{
	background-position: center center;
}
.top .logo{
	width: 846px;
	height: 110px;
	position: absolute;
	left: 50%;
	margin-left:-423px;
	top: 200px;
}
.top .top_nav{
	width: 100%;
	height: 95px;
	background-color: #cb3333
}
.top .top_nav ul{
	margin: 0 auto;
	display: block;
}
.top .top_nav ul li{
	float: left;
	width: 20%;
	height: 95px;
	line-height: 95px;
	font-size: 22px;
	color: #ffffff;
}
.top .top_nav ul li:first-child a{
	margin: 0;
}
.top .top_nav ul li a{
	display: block;
	line-height: 95px;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	width: 170px;
	margin: 0 auto;
}
.top .top_nav ul li:hover a,.top .top_nav ul li.cur a{
	background-color: #ffc766;
	color: #ba1414;
	font-weight: bold;
}
.top .top_nav .col-son{
	position: absolute;
	top: 95px;
	left: 0;
	width: 100%;
	height: 0;
	display: none;
}
.footer{
	background: #cb3333;
	height: 335px;
	clear: both;
}
.footer>.centerWidth>.lf{
	width: 436px;
	height: 201px;
	background: rgba(0,0,0,0.11);
	padding-top: 20px;
}
.footer>.centerWidth>.lf>img{
	float: left;
    margin-left: 72px;
	display: block;
	width: 162px;
	height: 160px;
}
.footer>.centerWidth>.lf>p{
	color:#fff;
	font-size: 18px;
	margin-left: 224px;
    text-align: center;
    line-height: 32px;
	letter-spacing: 1px;
}
.footer>.centerWidth>.lf p:nth-child(2){
	margin-top:30px;
}
.footer>.centerWidth>.rt>p{
	padding-left: 55px;
	width: 830px;
	height: 54px;
	background: rgba(0,0,0,0.11);
	margin-bottom:19px;
	font-size: 18px;
	line-height: 54px;
	color: #ffffff;
	letter-spacing: 2px;
}
.footer>.centerWidth>.rt>p a{
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
}
.footer>.centerWidth>.rt>.rtline1 a:first-child{
	margin-right: 150px;
}
.footer>.centerWidth>.rt>.rtline2 span{
	display: inline-block;
}
.footer>.centerWidth>.rt>.rtline2 span:first-child{
	margin-right: 60px;
}
.drop-groups {
    background: #2760b7;
}
.links{
	width: 100%;
	padding:40px 0;
	font-size: 18px;
	color:#fff;
}
.links>span{
	float:left;
	margin-right: 19px;
    line-height: 33px;
	letter-spacing: 1px;
}
.drop-down {
    position: relative;
    text-align: center;
	width: 190px;
	height: 33px;
	background-color: rgb(255,255,255,0.2);
	margin-right: 111px;
}
.drop-down:last-child{
	margin-right:0;
}

.drop-down .tag {
    display: inline-block;
    height: 33px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    cursor: pointer;
    background: url(drop-icon.png) no-repeat 170px center;
	width:100%;
	text-align:left;
}

.drop-lists {
    position: absolute;
    width: 190px;
    top: 33px;
    left: 0px;
    border: 1px solid #eca4a4;
    max-height: 120px;
    overflow: auto;
    display: none;
    text-align: left;
    background: #fff;
}

.drop-lists li {
    height: 36px;
    line-height: 36px;
    width: 100%;
    background: #f27a7a;
    color: #fff;
}

.drop-lists a {
    display: inline-block;
    line-height: 36px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.drop-lists li:hover {
    background: #f6a4a4;
}
.local_c{
	padding: 16px 0;
}
.local{
	padding: 16px 12px;
	padding-left:0;
}
.local img{
	margin-right: 16px;
}
.local a,.local span{
	color: #666;
	font-size: 16px;
	vertical-align: middle;
}
.local .arrow{
	margin: 0 5px;
}
.searchArea{
	width: 346px;
	height: 50px;
	border-radius: 10px;
	border: solid 1px #cbc8c8;
	float:right;
	background: #fff;
}
.searchArea input{
	float:left;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin-left: 25px;
	color:#333;
	margin-top: 5px;
	font-size: 18px;
}
.searchArea .searchBtn{
	width: 87px;
	padding-left:39px;
	height: 31px;
	line-height:31px;
	border-radius: 10px;
	font-size:18px;
	background: url(search.png) 12px center no-repeat;
	margin-top:10px;
	cursor: pointer;
	float:right;
	background-color: #f5f5f5;
	margin-right: 10px;
	color: #cb3333;
}

@media screen and (max-width: 768px){
	.pc-show{
	display: none;
	}
	.h5-show{
		display: block;
	}
	.top .logo{
		width: 70%;
        left: 15%;
        top: 40px;
        margin-left: 0;
	}
	.top_nav>.centerWidth{
		padding:0;
	}
	.top .top_nav{
		height:50px;
	}
	.top .top_nav ul li{
		line-height: 50px;
		height: 50px;
	}
	.top .top_nav ul li a{
		font-size:16px;
		line-height: 50px;
		width: auto;
	}
	.footer{
		height:auto!important;
	}
	.links{
		display:none;
	}
	.footer>.centerWidth>.lf,.footer>.centerWidth>.rt{
		width:100%!important;
		float: unset;
	}
	.footer>.centerWidth>.rt>p{
		width:100%!important;
		line-height: 24px;
		text-align:center;
		padding:0 20px;
		margin:0;
		font-size:16px;
		height: auto;
	}

	.footer>.centerWidth>.rt>.rtline1 a{
		display: block;
        width: 100%;
	}
	.footer>.centerWidth>.rt>.rtline1 a:first-child{
		margin-right: 0;
	}

	.footer>.centerWidth>.rt>.rtline2 span{
		display: block;
        width: 100%;
	}
	.footer>.centerWidth>.rt>.rtline2 span:first-child{
		margin-right: 0;
	}
	.footer>.centerWidth>.rt>p>span>a{
		display: inline;
		color: #fff;
	}
	.searchArea{
		width:90%;
		margin-right:5%;
	}
	.local{
		padding-left:10px;
	}
	.footer>.centerWidth>.lf>img{
		margin-left:50px;
	}
}