/*****分页控件*****/
.pagebox {
	text-align: center
}
.pagination {
	margin: 0;
}
.pagination {
	display: inline-block;
	/*padding-left:345px;*/
    /*margin: 22px 0;*/
	border-radius: 3px;
}
.pagination>li {
	display: inline;
}
.pagination-gap>li:first-child>a, .pagination-gap>li:last-child>a {
	border-radius: 3px;
}
.pagination-gap>li>a {
	margin: 0 3px;
	border-radius: 3px;
	font-size: 12px;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 4px 12px;
	margin-left: -1px;
	line-height: 1.6;
	color: #76838f;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #e4eaec
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #89bceb;
	background-color: #f3f7f9;
	border-color: #e4eaec
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #62a8ea;
	border-color: #62a8ea
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #ccd5db;
	pointer-events: none;
	cursor: not-allowed;
	background-color: transparent;
	border-color: #ccd5db
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 6px 18px;
	font-size: 18px;
	line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 3px 10px;
	font-size: 12px;
	line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}
/* 
* @author: anchen
* @date:   2018-10-16 17:41:25
* @last modified by:   anchen
* @last modified time: 2019-01-07 13:26:46
*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
body {
	min-width: 1280px;
	font-family: 微软雅黑;
}
.nav {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	height: 62px;
}
.nav>div {
	vertical-align: middle;
}
.nav>p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #808080;
	margin-left: 50px;
}
.nav>img {
	vertical-align: middle;
}
.nav_container {
	width: 1007px;
	margin: 0 auto;
}
.nav_container .mark-nav>li {
	margin-right: 0px;
	padding: 0 0px;
}
/*.nav_container .mark-nav>li:nth-child(4){margin-right: 170px;}*/
.nav_container .mark-nav>li:nth-child(8) {
	margin-right: 0;
}
.nav_container .mark-nav li {
	/*width: 120px;*/
	text-align: center;
	/*padding: 0 12px 0px;*/
    /*height: 43px;*/
    /*border-right: 2px #fff solid;*/

	float: left;
	position: relative;
}
.nav_container .mark-nav>li>a {
	display: block;
	height: 43px;
	line-height: 43px;
padding: 0 21px;
}
.nav_container .mark-nav>li:hover>a {
	color: #fff;
}
.nav_container .mark-nav>.act {
	background: #8f000b;
}
.nav_container .mark-nav>li:hover {
	background: #8f000b;
}
.nav_container .mark-nav>li>.acv {
	color: #fff;
}
.nav_container .mark-nav li ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 205px;
	list-style: none;
	position: absolute;
	top: 43px;
	left: 0;
	z-index: 9999;
	text-align: align;
	background: rgba(255,255,255,1);
	display: none;
	box-shadow: 0 0 8px #888;
}
.nav_container .mark-nav li ul li {
	width: 100%;
	height: 48px;
	line-height: 48px;/*border-top: 2px #fff solid;*//*float: left;*/
}
.nav_container .mark-nav li ul li a {
	color: #fff;
}
.nav_container .mark-nav li ul li:hover a {
	color: #8f000b;
    background: #fff;
}
.nav_container .mark-nav a {
	color: #000;
	font-size: 18px;
	line-height: 48px;
	display: block;
	zoom: 1;
	position: relative;
}
/*.nav_container .mark-nav a.on::after, .nav_container .mark-nav a:hover::after {
    content: '';
    width: 100%;
    height: 2px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #3487ff;
    position: absolute;
    background: #3a7ddd;
    bottom: -2px;
    left: 0;
}*/
.nav_container .mark-nav .last {
	border: none;
	width: 140px;
}
#banner .slick-next, #banner .slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	overflow: hidden;
	cursor: pointer;
	width: 33px;
	height: 70px;
	font-size: 0;
	line-height: 0;
	line-height: 999;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: auto 50px;
	-ms-background-size: auto 50px;
	-moz-background-size: auto 50px;
	-webkit-background-size: auto 50px;
	background-size: auto 50px;
	outline: none;
}
#banner .slick-prev {
	left: 3%;
	background: url(/uploads/image/_t028thcss_res/4_03.png);
	background-repeat: no-repeat;
	z-index: 9999;
	border: none;
	outline: none;
}
#banner .slick-next {
	right: 3%;
	background: url(/uploads/image/_t028thcss_res/4_05.png);
	background-repeat: no-repeat;
	z-index: 9999;
	border: none;
	outline: none;
}
#banner .slick-dots {
	position: absolute;
	left: 0;
	bottom: 32px;
	width: 100%;
	text-align: right;
	z-index: 99;
}
#banner .slick-dots li {
	display: inline-block;
	margin-right: 15px;
	float: initial;
}
#banner .slick-dots li button {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	text-indent: 0px;
	background: rgba(0,0,0,0.3);
	border: 1px solid #fff;
	outline: none;
	cursor: pointer;
	transition: 0.5s;
	color: #fff;
}
#banner .slick-dots li.slick-active button {
	background: rgba(255,0,14,0.7);
	width: 20px;
}
#qh .slick-next, #qh .slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	overflow: hidden;
	cursor: pointer;
	width: 13px;
	height: 25px;
	font-size: 0;
	line-height: 0;
	line-height: 999;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: auto 50px;
	-ms-background-size: auto 50px;
	-moz-background-size: auto 50px;
	-webkit-background-size: auto 50px;
	background-size: auto 50px;
	outline: none;
}
#qh .slick-prev {
	left: -3%;
	background: url(/uploads/image/_t028thcss_res/4_03.png);
	background-repeat: no-repeat;
	z-index: 9999;
	border: none;
	outline: none;
}
#qh .slick-next {
	right: -3%;
	background: url(/uploads/image/_t028thcss_res/4_05.png);
	background-repeat: no-repeat;
	z-index: 9999;
	border: none;
	outline: none;
}
#qh .slick-dots {
	position: absolute;
	left: 0;
	bottom: 32px;
	width: 100%;
	text-align: right;
	z-index: 99;
}
#qh .slick-dots li {
	display: none;
	margin-right: 15px;
	float: initial;
}
#qh .slick-dots li button {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	text-indent: 0px;
	background: rgba(0,0,0,0.3);
	border: 1px solid #fff;
	outline: none;
	cursor: pointer;
	transition: 0.5s;
	color: #fff;
}
#qh .slick-dots li.slick-active button {
	background: rgba(255,0,14,0.7);
	width: 20px;
}
.new {
	width: 1000px;
	margin: 0 auto 30px;
	font-size: 0;
	line-height: 1;
}
.new>p {
	font-size: 18px;
	padding-bottom: 12px;
	border-bottom: 2px solid #8c0000;
	color: #323232;
	margin-bottom: 13px;
}
.new>div {
	display: inline-block;
	width: 308px;
	margin-right: 42px;
	vertical-align: top;
}
#wp_news_w21 img {
	width: 308px;
	height: 230px;
display:none;
}
#wp_news_w22 img {
	width: 308px;
	height: 230px;
}
#wp_news_w22 p {
	background: #8c0000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
#wp_news_w21 p {
	background: #8c0000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
#wp_news_w2>ul {
	display: inline-block;
	vertical-align: top;
	width: 1000px;
	overflow: hidden;
}
#wp_news_w2>ul>li {
	width: 100%;
	
	padding-right: 12px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	height: 28px;
	padding-top: 6px;
	margin-right: 15px;
	margin-bottom: 5px;
}
#wp_news_w2>ul>li:nth-child(2n) {

}
#wp_news_w2>ul>li img {
	vertical-align: top;
	margin-top: 6px;
}
#wp_news_w2>ul>li p {
	font-size: 14px;
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	line-height: 22px;
	color: #373737;
}
#wp_news_w2>ul>li span {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 14px;
	color: #373737;
}
.new>span {
	display: block;
	text-align: right;
	font-size: 14px;
	margin-top:10px;
}
.new>span>a {
	color: #8c0000;
}
.new>span img {
	margin-left: 3px;
}
#wp_news_w3>ul {
	display: inline-block;
	vertical-align: top;
	width: 650px;
	overflow: hidden;
}
#wp_news_w3>ul>li {
	width: 100%;
	
	padding-right: 12px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	height:32px;
	padding-top: 6px;
	margin-right: 14px;
	margin-bottom: 5px;
}
#wp_news_w3>ul>li:nth-child(2n) {
	margin-right: 0;
}
#wp_news_w3>ul>li img {
	vertical-align: top;
	margin-top: 6px;
}
#wp_news_w3>ul>li p {
	font-size: 14px;
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	line-height: 22px;
	color: #373737;
}
#wp_news_w3>ul>li span {
	position: absolute;
	top: 31px;
	right: 18px;
	font-size: 14px;
	color: #373737;
}
#qh {
	width: 1024px;
	margin: 0 auto;
}
#qh img {
	width: 234px;
	height: 67px;
	border: 1px solid #e0e0e0;
}
#qh .slick-slide {
	padding: 0 10px;
}
.yq {
	width: 1034px;
	margin: 56px auto 23px;
	font-size: 0;
}
.yq>p {
	font-size: 18px;
	padding-bottom: 12px;
	border-bottom: 2px solid #8c0000;
	color: #323232;
	margin-bottom: 40px;
}
.yq>p>a {
	float: right;
	font-size: 14px;
	color: #8c0000;
}
.yq>a {
	display: inline-block;
	margin-right: 23px;
	border: 1px solid #e0e0e0;
	margin-bottom: 36px;
}
.yq>a:nth-child(4n 1) {
	margin-right: 0;
}
.yq>a>img {
	width: 239px;
	height: 68px;
}
.bottom {
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	padding-top: 20px;
	padding-bottom: 14px;
	background: #8c0000;
	color: #e1cbcb;
	position: relative;
}
.bimg {
	position: absolute;
	top: -330px;
	left: 0;
	width: 100%;
	z-index: -1;
}
.content {
	width: 1100px;
	margin: 55px auto 85px;
	overflow: hidden;
}
.content .left {
	width: 220px;
	float: left;
}
.content .left>div {
	background: #a6282f;
	border-radius: 5px 5px 0 0;
	height: 68px;
}
.content .left>div>p {
	float: left;
	margin-left: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	margin-top: 15px;
}
.content .left>div>p>span {
	font-size: 12px;
	color: #a9a9a9;
	text-transform: uppercase;
}
.content .left>div>img {
	float: right;
	margin-top: 26px;
	margin-right: 15px;
}
.content .left .mod_left_zzlm ul {
	border: 1px solid #e8e8e8;
	border-bottom: none;
}
.content .left li a {
	position: relative;
	display: block;
	height: 48px;
	padding-left: 21px;
	line-height: 48px;
	border-bottom: 1px solid #e8e8e8;
	color: #3e3e3e;
	font-size: 14px;
}
.content .left li div {
	display: none;
}
.content .left li div>a {
	padding-left: 46px;
}
/*.content .left li .act{color: #a6282f}*/
.content .left li a>span {
	position: absolute;
	height: 100%;
	left: 192px;
	font-family: 宋体;
	color: #7f7f7f;
}
.nbanner {
	display: block;
	margin: 0 auto;
	max-width: 1381px;
	width: 100%;
}
.content .right>.tt {
	height: 67px;
	line-height: 67px;
	padding-left: 25px;
	font-size: 16px;
	color: #a6282f;
	background: #fafafa;
	border-bottom: 1px solid #e8e8e8;
}
.content .right>.tt>span {
	font-weight: bold;
}
.content .right>.tt>p {
	float: right;
	font-size: 12px;
	color: #999999;
	margin-right: 20px;
}
.content .left li .acv {
	color: #c42715;
}
.content .right>.tt>p>a {
	color: #a6282f;
}
.right {
	width: 830px;
	float: right;
	border: 1px solid #e8e8e8;
}
.tr {
	font-size: 12px;
	color: #666666;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 16px;
	word-wrap: break-word;
	font-family: 宋体;
}
.th {
	font-size: 14px;
	color: #8f000b;
	margin-bottom: 15px;
}
.table {
	padding-left: 24px;
	padding-top: 14px;
}
.new1 {
	padding: 18px;
	padding-left: 23px;
}
.new1 ul li {
	margin-bottom: 16px;
}
.new1 span {
	font-size: 14px;
	vertical-align: middle;
	color: #8f000b;
}
.new1 b {
	font-size: 12px;
	vertical-align: middle;
	font-weight: 500;
	color: #666666;
float: right;
line-height: 30px;
}
.new1 p {
	font-size: 12px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	margin: 0 0px 0 8px;
	color: #666666;
    width: 90%;
    float: left;
    line-height: 30px;
}
.red {
	margin: 10px;
}
.news_list>li>span>a {
	font-size: 14px;
	vertical-align: middle;
	color: #8f000b;
}
#qh>div {
	width: 236px;
	float: left;
	padding: 0 10px;
}
#wp_news_w4 {
    height: 70px;
}
#wp_news_w3>ul>li span {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 14px;
    color: #373737;
}
.mm {
    width: 650px !important;
    margin-right: 0px !important;
}
.mt {
    background: #8f000b !important;
}
.mcm span {
    color: #313131;
    font-size: 14px;
    line-height: 40px;
}
.wp_articlecontent span {
    font-size: 14px;
    line-height: 32px;
    font-family: "微软雅黑" !important;
    color: #313131 !important;
}
.top1 {background: #901918;height: 30px;}
.fr { float: right;}
div#wp_news_w10 .new1 ul li {
    margin-bottom: 0px;
    height: 30px;
}
.wp_search .search {
    background:   no-repeat 8px 3px;
    width: 58px;
    height: 22px;
    border: 0px;
    cursor: pointer;
}
input#keyword {
    height: 25px;
}