﻿
:root{
/*导航链接颜色*/
--mian--color:#F47983;
}
body {
	/* background: url("../images/bg.jpg") no-repeat center 0 #fff; */
	font-family: "Microsoft YaHei";
	overflow-x: hidden;
	color: #333;
	font-size:14px;
}

ol,
ul {
	list-style: none;
}

a {
	color: #333;
	font-size:18px;
}
.clear{
	clear: both;
}
*:focus {
	outline: none;
}

.fl {
	float: left;
}

.p_t10 {
	padding-top: 10px;
}

.p_t20 {
	padding-top: 20px;
}

.pad_0 {
	padding: 0;
}

.pl0 {
	padding-left: 0px
}

.pr0 {
	padding-right: 0px
}

.pl30 {
	padding-left: 30px;
}

.mar_top {
	margin-top:20px;overflow: hidden;
}

.mtb40 {
	margin: 20px 0;
}

.con_all {
	padding: 0;
}

.fr {
	float: right;
}

.pr20 {
	padding-right: 20px;
}

.p10 {
	padding: 0 10px 20px 10px;
}
.container{padding: 0;}
.mar_20{margin-top: 20px;}
/* 头部 */

.bj-top {
	/* background: url("../images/main_bg.png") no-repeat center 0;*/

    background: #913e3e;
	padding: 0;
	height: 300px;
	color: #fff;
	background-size: cover;
}

.top {
	height: 36px;
	line-height: 33px;
     padding: 10px 0 0 0;
}

.top a {
	color: #fff;
	margin: 0 4px;
	font-size: 16px;
}

.top a img {
	margin-right: 10px;
}

.logo {
	margin: 25px 0;
	display: block;
	color: #fff;
	font-size: 54pt;
	font-weight: bold;
	-webkit-text-stroke: 1px #fff;
        text-align: center;
}

.logo:hover{
	color: #fff;
    text-decoration:none
    }
.logo_jh{
	width: 100px;
    margin-right: 20px;
}
/* 搜索 */

.search_all {
	/* background: url("../images/icon.jpg") no-repeat right 2px; */
	float: right;
	margin: 20px 0px;
	width: 24%;
}

.search_all .search_k {
	width: 73%;
	background: url(../images/icon.png) no-repeat 10px center rgba(255, 255, 255, 0.9);
	border: 1px solid #ccc;
	float: left;
	text-indent: 43px;
	line-height: 36px;
	height: 40px;
	border-radius: 30px;
}

.search_all .search_tj {
	width: 30%;
	border: 0;
	float: left;
	color: #fff;
	line-height: 38px;
	background: #631917;
	font-size: 18px;
	border-radius: 0 30px;
	border-radius: 0 30px 30px 0;
	margin-left: -15px;
}

.search-bg {
	width: 370px;
	height: 37px;
	line-height: 37px;
	background: #FFFFFF;
	border-radius: 25px;
	opacity: 0.9;
	padding-left:15px;
	line-height: 32px;
	margin-top: 16px;
	font-size: var(--font-size-sm);
	color: var(--main-color);    margin: 0 auto;
}

.search-bg img {
	vertical-align: middle;
}

.search-bg form {
	display: inline-block;
	width: 344px !important;
}

.search-text {
	border: none;
	color: #000;
	width: 230px;
	position: relative;
	top: -29px;
	height: 30px;
	right: -28px;
	font-size: 14px;
}

.search-btn {
	float: right;
	background: #6F2B2B;
	border-radius: 0 25px 25px 0;
	width: 95px;
	display: inline-block;
	position: relative;
	height: 37px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	right: -12px;
	top: -32px;
	font-size: 16px;
}

/*导航*/

.ul_nav li {
	text-align: center;margin-left: 20px;
}

.ul_nav li a {
	color: #fff;
    padding: 0 15px;
	line-height: 68px;
	font-size: 20px;
}

.active_li {
	color: #BA2B29 !important;
}

.navbar {
	margin-bottom: 0;
}

.navbar-collapse {
	padding: 0;
	float: left;
}

.navbar-default {
	background: #BA2B29;
	border-radius: 0;
	border: 0;
}

.navbar-default .navbar-nav li:hover a {
	background: #FAB7B680;
	color: #fff !important;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.bj_nav {
	/* background: url(../images/nav.png) center no-repeat; */
	background-color: #BA2B29;
	border: none;
	background-size: contain;
	border-radius: 0;
}
.znbm .bd li a:hover {
    text-indent: none;
    box-shadow: 2px 5px 5px #da434330;}

/*底部*/

.bot_h {
	background: #BA2B29;
	line-height: 38px;
	font-size: 18px;
}

.bot_h p {
	text-align: left;
	margin: 0 auto;
	width: max-content;
	width: -moz-max-content;
	width: -ms-max-content;
	min-width: 440px;
}

.bot_h p img {
	margin:62px 20px 0 0;
	float: left;
}

.bot_h span
{
	text-align: left;
	float: left;
	color: #fff;
	margin: 60px auto;
	font-size: 16px;
    opacity: 0.8;
}

.bot_h a {color: #fff;
	font-size: 16px;
    opacity: 0.8;}
/* 底部导航 */

.bot_s {
	border-bottom: 1px solid #DC737D;
	height: 145px;
}

.bot_s::after {
	content: "";
	display: block;
	clear: both;
}

.form-horizontal {
	padding: 9px 4%;
}

.form-horizontal li {
	float: left;
	list-style: none;
	margin: 16px 0 10px 25px;
}

.form-horizontal span {
	font-size: 18px;
	width: 240px;
	background: #BA2B29;
	color: #fff;
	float: left;
	text-shadow: 0 0 0 #BA2B29;
	line-height: 60px;
	text-align: center;
}

.foot_mobile {
	display: none;
}

select {
	width:12%;
	padding:0 15px;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat scroll 95% center;
	border: 1px solid var(--mian--color);
	-moz-appearance: none;
	-webkit-appearance: none;
	color:var(--mian--color);
    font-size: 14px;
    margin-top: 10px;
    border-radius: 3px;
}
.more{
	display: block;
}
.channel_more{
	display: none;
}
.jsxwLr{
	float: left;
}
.jsxwRs{
	float: left;
	width: 675px;
	    margin-left: 10px;
}
.topk{
	overflow: hidden;
	    width: 66%;
	    float: left;    margin-top: 16px;
		background: url(../images/bjgdt.png) no-repeat;
		 height: 42px;
    line-height: 42px;
}
.jsxwLr a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding-left: 10px;
}
.jsxwRs a{
	color: #fff;
	font-size: 14px;
	
	text-decoration: none;
}

@media (min-width: 1600px) {
	.container {
		width: 1280px;
		padding: 0;
	}
}

.w1600 {
	width: 1280px;
	margin: 0 auto;
}

.dqwz {
	font-size: 24px;
	line-height: 27px;
	padding: 20px 0;
	border-bottom: 3px solid #BA2B29;
	color: #BA2B29;
}

.fl {
	float: left
}

.fr {
	float: right
}

body {
	margin: 0;
}

@media (max-width: 1441px) {
	.fwzc ul li{
		    margin-right: 7px;
	}
}

@media (max-width: 996px) {

	/* .news,.jcwh{
		display: none;
	} */
	.topk{
		display: none;
	}
	.more{
		display: none;
	}
    .navbar-collapse{
          margin-left: 0 !important;
    margin-right: 0 !important;
        width: 100%;
    }
    .navbar-nav{
    	    margin: 0;
    width: 100%;
    padding: 0;
    }
	.channel_more{
		display: block;
		    color: #000;
		    height: 30px;
		    line-height: 30px;
		    text-align: center;
		    background: #EDEDED;
		    border: 1px solid #ccc;
		    font-size: 16px;
		    border-radius: 2px;
		    clear: both;
		    margin: 10px 0;
			margin-top: 20px;
	}
	.channel_more a{
		font-size: 16px;
	}
    
	.logo {
		width: 100%;
		font-size: 30pt;
		-webkit-text-stroke: 0;
	}
    
	.logo_jh{
	width: 51px;
	}

	.navs {
		width: 100%;
		overflow: hidden;
	}

	.w58 {
		width: 100%;
	}

	.w42 {
		width: 100%;
	}

	.jcyz {
		display: block;
	}

	.jcz img {
		width: 100%;
	}

	.wzgls {
		display: none;
	}

	.bj-top {
		height: auto;
	}

	.search-bg {
		margin-bottom: 20px;
		margin-right:10px;
	}

	.mar_top {
		overflow: hidden;
		margin-top: 20px;
	}

	.bot_h {
		display: none;
	}

	footer {
		overflow: hidden;
		padding-top: 20px;
		background: #BA2B29;
	}

	.foot_mobile {
		display: block;
		background: #BA2B29;
	}

	.foot_mobile2 {
		color: #fff;
		font-size: 15px;
		text-align: center;
		padding-bottom: 26px;

	}
	.collapse.in{
		    width: 100%;
		    margin: 0 !important;
			border: 0;
	}
	.navbar-header{
		margin: 0;
	}
	.navbar-toggle{
		margin-right: 20px;
	}
	.znbm .bd ul li {
    overflow: hidden;
    height: auto;
    margin-left:20px;
    }
        .paginationjs {
  margin-left: 0 !important; 
}
.paginationjs .paginationjs-pages ul {
    margin-left: 0 !important
}
.paginationjs.paginationjs-theme-blue .paginationjs-go-input > input[type="text"], .paginationjs.paginationjs-theme-blue .paginationjs-pages li {
    margin-left: 7px !important;
}
.paginationjs.paginationjs-big .paginationjs-pages li > a {
       min-width: 30px !important;
}
}

@media (max-width: 375px) {
	.list01 li a {
		width: 63%;
	}

	.fwzc ul a li {
		margin-left: 30px;
	}

	.fwzc ul a:nth-child(2n) li {
		margin-right: 0;
	}

	.znbm .bd li a {
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.znbm {
		padding-bottom: 0;
	}

	.search-bg {
		border: 0;
		float: left;
		width: 98%;
		height: 37px;
		line-height: 37px;
		background: #FFFFFF;
		border-radius: 25px;
		opacity: 0.9;
		padding-left: 24px;
		margin-top: 16px;
		font-size: var(--font-size-sm);
		color: var(--main-color);
	}
	.search-bg form{
		    width: 92% !important;
		    float: left;
	}
	.search-bg img{
		float: left;
		    margin-top: 9px;
	}
	.search-text{
		    width: 65%;
		    position: relative;
		       top: 0px !important;
		    height: 37px;
		    right: -12px;
		    font-size: 16px;
		    float: left;
	}
	.search-btn{
		right: -5px;
		top: 0;
	}

}
.active{background: #FAB7B650;}
.hd02 ul span{float: left;margin: 0 10px;}
.navbar-default .navbar-nav>li>a:visited {
    color: #ffffff;
}