body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }   
body { background:#ffffff; color:#333; font-size:14px; font-family: "Source Han Sans CN", "å¾®è½¯é›…é»‘",'Arial Regular', Verdana, Helvetica, sans-serif; }   
td,th,caption { font-size:14px;}
a { color:#333; text-decoration:none; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s;}   
a:hover { text-decoration:none; transition: .3s all;-webkit-transition: .3s all;-moz-transition: .3s all;-o-transition: .3s all;}   
img { border:none; }   
ol,ul,li { list-style:none; }   
input, textarea, select, button { font:14px "Source Han Sans CN", "å¾®è½¯é›…é»‘", 'Arial Regular', Verdana,Helvetica,Arial,sans-serif; }   
table { border-collapse:collapse; }   
html {overflow-y: auto;}   

a,button{cursor:pointer;}
input,textarea,button{outline: none;}
textarea{resize:none;}

.clearfix:after{clear:both;content:""; display:block; visibility:hidden; height:0;overflow: hidden;}	
.fl{float: left;}
.fr{float: right;}
.show{display:block !important;}
.hide{display: none !important;}
.kb30{ clear: both; height: 30px;}

.toast {
	position: fixed;
	bottom: 5%;
	left: 50%;
	z-index: 9;
	width: auto;
	white-space: nowrap;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	display: none;
}

.container{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.top{
	padding: 27px 0;
}
.top img{
	vertical-align: top;
}
.header{
	height: 50px;
	background-color: #90000c;
	min-width: 1200px;
}
.header .container{
	overflow: initial;
}
.header ul{
	display: flex;
	justify-content: space-between;
}
.header ul li{
	line-height: 50px;
}
.header ul li a{
	display: block;
	padding: 0 12px;
	color: #FFF;
	font-size: 16px;
	white-space: nowrap;
}
.header ul li a:hover{
	color: #333;
	background-color: #fff;
}
.header .wp_nav .sub-nav{
	width: 100% !important;
	height: auto !important;
	box-sizing: border-box;
}
.header .wp_nav .sub-nav li a{
	background-color: #90000C;
	color: #fff;
	text-align: center;
}
.header .wp_nav .sub-nav li a:hover{
	background-color: #fff;
	color: #333;
}

.banner{
	width: 100%;
	height: 500px;
	min-width: 1200px;
}
.banner .swiper-container{
	width: 100%;
}
.banner .swiper-container .swiper-slide{
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner .swiper-container .swiper-button-next, .banner .swiper-container .swiper-button-prev{
	background-color: rgba(67,3,8,.5);
	background-size: 12px;
}
.banner .swiper-container .swiper-button-next{
	right: 0;
}
.banner .swiper-container .swiper-button-prev{
	left: 0;
}
.banner .swiper-container .swiper-pagination-bullet{
	width: 25px;
	border-radius: 4px;
	background-color: #e1e1e1;
	opacity: 1;
}
.banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #90000c;
}

.homeMain{
	width: 100%;
	margin: 42px 0 0;
}
.homeMain .container>.clearfix{
	margin-bottom: 42px;
}
.homeMain .hm_left{
	width: 475px;
}
.homeMain .hm_right{
	width: 685px;
}
.homeMain .hm_list .hm_title{
	width: 100%;
	height: 30px;
	line-height: 20px;
	border-bottom: 1px solid #90000c;
	margin-bottom: 15px;
}
.homeMain .hm_list .hm_title .title{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	color: #90000c;
	position: relative;
}
.homeMain .hm_list .hm_title .title:after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 5px;
	background-color: #90000c;
	position: absolute;
	bottom: -13px;
	left: 0;
	z-index: 3;
}
.homeMain .hm_list .hm_title .more_btn{
	float: right;
	color: #989898;
	font-size: 16px;
}
.homeMain .hm_list .hm_title .more_btn:hover{
	color: #90000c;
}
.homeMain .hm_list .hm_ul{
	width: 100%;
}
.homeMain .hm_list .hm_ul ul li{
	line-height: 40px;
}
.homeMain .hm_list .hm_ul ul li a{
	display: inline-block;
	vertical-align: top;
	width: 74%;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 18px;
}
.homeMain .hm_list .hm_ul ul li a:hover{
	color: #90000c;
}
.homeMain .hm_list .hm_ul ul li  span{
	float: right;
	color: #989898;
	font-size: 16px;
}
.homeMain .hm_news .swiper-container{
	width: 100%;
}
.homeMain .hm_news .swiper-container .swiper-slide{
	width: 100%;
	height: 315px;
	overflow: hidden;
}
.homeMain .hm_news .swiper-container .swiper-slide img{
	display: block;
	width: 100%;
}
.homeMain .hm_news .swiper-container .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	color: #ffffff;
	font-size: 14px;
}
.homeMain .hm_news .swiper-container .swiper-slide p a{
	color: #fff;
}

.hm_adv a{ margin-bottom: 10px; display: block;}

.hm_images .hm_title{width: 100%;height: 30px;line-height: 20px;border-bottom: 1px solid #90000c;margin-bottom: 15px;}
.hm_images .hm_title span{display: inline-block;vertical-align: top;font-size: 22px;color: #90000c;position: relative;}
.hm_images .hm_title span:after{content: '';display: inline-block;width: 100%;height: 5px;background-color: #90000c; position:absolute; bottom: -13px; left: 0; z-index: 3;}
.hm_images .hm_ul{width: 100%; background: url(/static/image/img.jpg) no-repeat center center;}
.hm_images .hm_ul ul li:nth-of-type(1),.hm_images .hm_ul ul li:nth-of-type(2){ width: 235px; height: 121px; float: left; border-bottom: 4px solid #FFF; border-right: 4px solid #FFF;}
.hm_images .hm_ul ul li:nth-of-type(3),.hm_images .hm_ul ul li:nth-of-type(4){ width: 235px; height: 136px; float: left; border-bottom: 4px solid #FFF; border-right: 4px solid #FFF;}
.hm_images .hm_ul ul li:nth-of-type(2),.hm_images .hm_ul ul li:nth-of-type(4){ float: right; border-right:none;}
.hm_images .hm_ul ul li a{display: block;line-height:125px; text-align: center; width: 100%;color: #FFF;font-size: 23px;}
.hm_images .hm_ul ul li a:hover{font-size: 26px;}

.end{background: #90000c; padding: 40px 0; color: #FFF;font-size: 16px; font-family: "Microsoft Yahei"; line-height: 30px; min-width: 1200px;}
.end a{ color: #FFF; display: inline-block; padding-right: 30px;}
.friendlinks{ position: relative; margin-bottom: 10px; overflow: hidden;}
.friendlinks .hm_title{width: 100%;height: 30px;line-height: 20px;border-bottom: 1px solid #FFF;margin-bottom: 15px;}
.friendlinks .hm_title span{display: inline-block;vertical-align: top;font-size: 22px;color: #FFF;position: relative;}
.friendlinks .hm_title span:after{content: '';display: inline-block;width: 100%;height: 5px;background-color: #FFF;position: absolute;bottom: -13px;left: 0;z-index: 3;}
.friendlinks .searchBox {
	position: relative;
	width: 230px;
	height: 22px;
	display: inline-block;
	margin-top: 10px;
}

.friendlinks .searchBox #keyword {
	width: 190px !important;
	line-height: 20px;
	height: 20px;
	border: 1px solid #FFF;
	background: none;
	text-indent: 3px;
	color: #FFF;
	position: absolute;
	top: 4px;
	left: 0;
}

.friendlinks .searchBox .search {
	width: 50px;
	height: 22px;
	cursor: pointer;
	border: none;
	background: url(/static/image/icon_search.png) no-repeat center center #FFF;
	background-size: 14px;
	position: absolute;
	top: 4px;
	right: 0;
}
input::-webkit-input-placeholder{color:#d6d6d6;}
input::-moz-placeholder{ color:#d6d6d6;}
input:-moz-placeholder{color:#d6d6d6;}
input:-ms-input-placeholder{color:#d6d6d6;}

.zy_left{ width: 381px;}
.zy_right{ width: 770px; font-size: 16px; line-height: 28px;}

.zy_left .zy_adv{
	width: 100%;
	display:block;
}
.zy_right .nr{padding-bottom: 20px;}


.zybanner{
	width: 100%;
	height: 400px;
	min-width: 1200px;
	margin:0 auto ;
}
.zybanner .swiper-container{
	width: 100%;
}
.zybanner .swiper-container .swiper-slide{
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.zybanner .swiper-container .swiper-button-next, .zybanner .swiper-container .swiper-button-prev{
	background-color: rgba(67,3,8,.5);
	background-size: 12px;
}
.zybanner .swiper-container .swiper-button-next{
	right: 0;
}
.zybanner .swiper-container .swiper-button-prev{
	left: 0;
}
.zybanner .swiper-container .swiper-pagination-bullet{
	width: 25px;
	border-radius: 4px;
	background-color: #e1e1e1;
	opacity: 1;
}
.zybanner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #90000C;
}



#page{ width: 100%; overflow: hidden; padding: 6px; box-sizing: border-box; text-align: center;}
#page .page-item{ display: inline-block;}
#page .page-item .page-link{ padding: 3px 5px; display: block;}
#page .page-item.disabled{ color: #b1b1b1;}
#page .page-item.active{ color: #90000C;}


.homeMain .hm_list .hm_ul .wp_paging li {
	line-height: 25px;
}

.homeMain .hm_list .hm_ul .wp_paging li span,
.homeMain .hm_list .hm_ul .wp_paging li a {
	float: none;
	font-size: inherit;
	width: auto;
}

.header .wp_nav .nav-item a.parent{
	background-color: #fff;
}
.header .wp_nav .nav-item a.parent:hover{
	color: #333;
}
.header .wp_nav .sub-nav{
	border: 0;
}
.header .wp_nav .sub-nav .nav-item a{
	color: #333;
	background-color: #fff;
}
