a,a:hover{
	text-decoration: none;
}
img,a{
	border: none;
}
ul,li{
	padding: 0px;
	list-style: none;
	margin: 0px;
}
body{
	font-family:"微软雅黑","黑体","STHeiti","Microsoft YaHei";
	font-size: 16px;
	color: #5e5e5e;
}
.clear{
	clear: both;
}
.header{
	width:100%;
	background: #fff;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	padding:0px;
}
.header>.container{
	padding:0px 0px;
}
.head-top,.head-top img{
	width: 100%;
                 height:0px;
                 background:#dcdcdc;
}
.btn-all{
	text-align: right;
	font-size: 12px;
	padding-right: 20px;
	float: right;
	padding-top: 20px;
	width: 15%;
	float: left;
}
.f-search{
	color: #666;
	padding:0px 5px;
	display: block;
	border: 1px solid #da2828;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	background: #fff;
	height: 34px;
	padding-top: 5px;
	width: 100%;
}
.f-search input[type="text"]{
    width:80%;
    height:24px;
	float: left;
	background: none;
	border: 0px;
	transition: all 0.5s;
}
.f-search button{
    width:20%;
    height:34px;
    background:none;
    text-align:center;
    color:#fff;
	line-height: 24px;
	float: left;
	border: none;
	margin-top: -5px;
}
.f-search i{
	font-size:14px;
	color: #da2828;
}
/*左侧logo*/
.logo-menu{
	background:  no-repeat right bottom;
	background-size:auto 100%;
	width: 100%;
                 
}
.header .left{
	width: 20%;
	float: left;
}
.header .left a img{
	height: 74px;
                padding-top:5px;
}



/*导航*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	width: 65%;
	float: left;
}
.header .navbar_nav{
	padding-left: 30%;
                 margin-top:0px;
}
.header .navbar_nav>li{
	float:left;
	position: relative;
	display: block;
	width: 12.5%;
	line-height: 18px;

}
.header .navbar_nav>li:hover:after{
    width: 100%;
}
.header .navbar_nav>li>a{
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #636363;
	font-size: 16px;
	
}
.header .navbar_nav>li:hover>a{
	color: #da2828;
}
.header .navbar_nav>li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav>li.dropdown>.dropdown_menu{
	display: none;
	position: absolute;
	z-index: 99999;
	top:64px;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 150px;
	left: -30%;
	border-top:2px solid #da2828;
}
.header .navbar_nav>li.dropdown>.dropdown_menu>li>a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666;
	padding: 0px;
	line-height: 46px;
	text-align: center;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu{
	display: block;
	background: #da2828;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu>li>a{
	color: #fff;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu>li>a:hover{
	background:#da2828;
	width:100%;
	display:block;
	color: #fff;
}
.dropdown2{
    display: inherit;
    position: relative;
}
.dropdown-menu2{
    display: none;
    position: absolute;
    top:0px;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 150px;
    left: 100%;
}
.header .navbar_nav>li.dropdown>.dropdown_menu>li>a,.dropdown-menu2>li>a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666;
    padding: 0px;
    line-height: 46px;
    text-align: center;
    background: #fff;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu,.dropdown2:hover>.dropdown-menu2{
    display: block;
    background: #da2828;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu>li>a,.dropdown-menu2>li>a{
    color: #666;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu>li>a:hover,.dropdown-menu2>li>a:hover{
    background:#da2828;
    width:100%;
    display:block;
    color: #fff;
}

/*白色背景的头部*/

#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
               height: 100%;
               background: #cc0000;
               transition: all ease 0.5s;
                -webkit-transition: all ease 0.5s;
	z-index: 1000000000;
                opacity: 1;
              visibility: visible;
              margin-top: 0;
              margin-left: 50%;
              overflow-y: auto;
              transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
              top: 0;
             transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
margin-right: 60%;
margin-top: 20px;
}
.m_nav>.ul{
	margin-top: 30px;
}
.m_nav>.ul>li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
                transform: translateY(100%);
               -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
               transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
               opacity: 0;
}
.m_nav.open>.ul>li{
	opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
}
.m_nav>.ul>li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(7) {
    -webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(8) {
    -webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li>a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	width: 100%;
}
.m_nav>.ul>li>.dropdown_menu,.m_nav>.ul>li>.dropdown_menu>.dropdown2>.dropdown-menu2{
	display: none;
}
.m_nav>.ul>li.dropdown.active>.dropdown_menu,.m_nav>.ul>li>.dropdown_menu>.dropdown2.active>.dropdown-menu2{
	display: block;
}
.m_nav>.ul>li>.dropdown_menu>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
	color: #333;
}
.m_nav>.ul>li>.dropdown_menu>li>a:last-child{
	border: none;
}

/*轮番图*/
.banner{

}
#slider .banner-title{position: absolute; bottom: 68px; right: 5%;z-index:181;background: rgba(25,45,98,0.4); padding:15px;}
#slider .banner-title a{ font-size: 32px;font-weight: bold; color: #fff; text-shadow: 2px 2px 2px #000;}

.main{
	width: 100%;
	padding:20px 0px 0px 0px;
	position: relative;
}

.lm-title{
	width: 100%;
	background: url("/m2410/images/title-bg1.jpg") repeat-x;
	line-height: 71px;
	text-align: left;
padding：5px 0 0 30px;
}
.lm-title2{
	background: url("/m2410/images/title-bg2.jpg") no-repeat;
	width: 186px;
	line-height: 71px;
	color: #fff;
	text-align: center;
	font-size: 24px;
padding：5px 0 0 30px;
}
.more{
	float: right;
	margin-top: -45px;
	margin-right: 15px;
}
.more a{
	color: #A4A4A4;
}

.more1{
	text-align:center;
margin-top:10px;
}
.more1 a{
	color: #A4A4A4;
padding:5px 20px;
border: 1px solid #cc0000;
background: #cc0000;
}
.more1 a:hover{
	color: #fff;
}
/*新闻频道、时事动态*/
.xwpd{
	padding-right: 15px;
}
.xwpd-main{
	margin-top: 15px;
}
.xwpd-item{
	width: 100%;
	border-bottom: 1px solid #dddddd;
	float: left;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.xwpd-item-title{
	width: 85%;
	float: left;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 8px;
}
.xwpd-item-title a{
	color: #000;
}
.xwpd-item-title a:hover{
	color: #da2828;
}
.xwpd-item-date{
	width: 15%;
	float: left;
	line-height: 48px;
	color: #a0a0a0;
	text-align: right;
	margin-bottom: 8px;
}

/*通知公告*/
.tzgg-item{
	width: 100%;
	float: left;
	margin-bottom: 15px; 
}
.tzgg-item-title{
	width: 78%;
	float: left;
	line-height: 24px;
	height: 64px;
	overflow: hidden;
	border: 1px solid #DBDBDB;
	border-left: 0px;
	padding: 8px 15px;
}
.tzgg-item-title a{
	color: #000;
}
.tzgg-item-title a:hover{
	color: #da2828;
}
.tzgg-item-date{
	width: 22%;
	float: left;
	background: #c62d29;
	color: #fff;
	text-align: center;
	height: 64px;
	padding-top: 8px;
	
}
.tzgg-day{
	line-height: 24px;
	font-size: 20px;
}


/*专题活动*/
.zthd{
	margin-top: 50px;
	width: 100%;
                background: url("/m2410/images/bg1.jpg") no-repeat center;
	background-size: 100% auto;
	
}
.zthd2{
	
	padding-top: 50px;
	padding-bottom: 50px;
}


@media (max-width: 900px) {
.zthd2{
	background: url("/m2410/images/bg1.jpg") no-repeat center;
                margin-top: 0px;
                padding-bottom: 0px;
}
}
@media (max-width: 900px) {
.zthd{
	margin-top: 0px;
	width: 100%;
                background: url("/m2410/images/bg1.jpg") no-repeat center;
	background-size: 100% auto;

}
}
.zthd-title{
	width: 200px;
	font-size: 32px;
	border-bottom: 2px solid #da2828;
	text-align: center;
	color: #da2828;
	position: relative;
	left: 50%;
	margin-left: -100px;
	margin-bottom: 30px;
}
.zthd .more{
	
}
.hotNews {
	margin-bottom: 25px;
}
.hotNewsCont {
	overflow: hidden;
	padding: 15px;
}
.hotNewsImg {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.hotNewsImg img {
	width: 100%;
	padding: 0;
	margin: 0;
}
.hotNewsCont:hover img {
	transform: scale(1.1, 1.1);
	transition: .3s transform;
}
.hotNewsTitle {
	height: 100%;
	position: absolute;
	bottom: 0;
}
.hotNewsTitle div {
	width: 90%;
	height: auto;
	position: relative;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 120%;
	display: none;
	left: 5%;
}
.hotNewsTitle:hover div {
	display: block;
	text-align: center;
}
.hotNewsTitle a {
	display: none;
	color: #FFFFFF;
	font-size: 16px;
}
.hotNewsActive {
	background-color: rgba(0, 0, 0, 0.5) ;
	transition: .3s all;
}
.hotNewsActive div {
	top: 40%;
	text-align: center;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}
.hotNewsActive a {
	display: block;
	text-align: center;
	width: 100%;
}



/*tab*/
.tab{
	background-color: #f5f5f5;
	background-size: 100% auto;
	width: 100%;
	padding:30px 0px;
}
.tab .box {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 150px;
}
.tab .box .menus {
    width: 20%;
    background: rgb(255,255,255,0.5);
    float: left;
    overflow: hidden;
}
.tab .box .menus li {
    width: 100%;
    height:150px;
    background: rgb(255,255,255);
    font-size: 28px;
    color: #cc0000;
    text-align: center;
    border-bottom: 0px solid rgba(0,0,0,0.5);
    line-height: 32px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
	padding-top: 10%;
	
	
}
.tab .box .menus li:nth-child(3) {
    border-bottom: none;
}
.tab .box li.bg {
     background: url("/m2410/images/btbg.jpg") no-repeat center;
   /* background: rgb(218,40,40,0.7) !important;
	color:#fff;*/
}
.tab .right {
    float: left;
    width: 80%;
    overflow: hidden;
    background: rgba(255,255,255,0.5);
	height: 150px;
}
.tab .tab_right {
    width: 100%;
    color: #fff;
    text-align: center;
    position:relative;
	height: 150px;
	padding-top:10px;
	background: url("/m2410/images/line.png") no-repeat 20px center;
	padding-left: 60px;
}
.tab .scroll {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-item:nth-child(odd){
	width: 50%;
	float: left;
	padding-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tab-item:nth-child(even){
	width: 50%;
	float: left;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tab-item-title{
	line-height: 28px;
	height: 66px;
	padding-bottom: 10px;
	border-bottom: 0px solid #7d7d7d;
	width: 75%;
	float: left;
	text-align: left;
}
.tab-item-title a{
	color: #444444;
}
.tab-item-title a:hover{
	color: #c62d29;
}
.tab-item-date{
	line-height: 56px;
	padding-bottom: 9px;
	border-bottom: 0px solid #7d7d7d;
	color: #595959;
	width: 25%;
	float: left;
}
.wlfw .col-md-2{
	border-right: 1px solid #a7a7a7;
	border-bottom: 0px solid #a7a7a7;
	padding:20px;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.wlfw .col-md-2:hover{
	background: rgba(198,45,41,0.8);
}
.wlfw .col-md-2:hover a span{
	color: #fff;
}
.wlfw .col-md-2:nth-child(6){
	border-right: none;
}
.wlfw .col-md-2:nth-child(7),.wlfw .col-md-2:nth-child(8),.wlfw .col-md-2:nth-child(9),.wlfw .col-md-2:nth-child(10),.wlfw .col-md-2:nth-child(11){
	border-bottom: 0px;
}
.wlfw .col-md-2:nth-child(12){
	border-bottom: 0px;
	border-right: 0px;
}
.wlfw span{
	display: block;
	width: 100%;
	line-height: 32px;
	color: #7d7d7d;
}
.wlfw span.wlfw-title{
	line-height: 24px;
	height: 48px;
	margin-top: 10px;
}
.wlfw span i{
	font-size: 42px;
}
.wlfw .col-md-2:nth-child(12) span{
	margin-top: 30px;
	margin-bottom: 28px;
}
.wlfw .col-md-2:nth-child(12) span.wlfw-title{
	display: none;
}

.footer{
	width: 100%;
	background:#a50905;
	background-size: 100% auto;
	padding-top: 50px;
}
.link1{
	/* border-right: 1px solid #fff; */
}
.footer-title{
	font-size: 20px;
	color: #ffd200;
}
.footer-menu,.footer-menu2{
	margin-top: 15px;
}
.link2{
	padding-left: 50px;
}
.footer-menu li,.footer-menu2 div{
	line-height: 30px;
	width: 33.3%;
	float: left;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
	color: #fff;
}
.footer-menu2 div{
	width: 100%;
	color: #fff;
}
.footer-menu li a,.footer-menu2 li a{
	color: #fff;
}
.wechat{
    width:28rem; height:7.5rem;  border: 1px solid rgba(255,255,255,0.5);
}
.bqinfo{
	width: 100%;
	background:#820300;
	line-height: 22px;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 30px;
}




@media(min-width:1600px){
	.header .container,.main>.container,.zthd2>.container,.tab .container,.footer>.container{
		width: 80%;
	}
}
@media(max-width:1599px){
	.header .container,.main>.container,.zthd2>.container,.tab .container,.footer>.container{
		width: 95%;
	}
}
@media(max-width:1440px){
	body{
		font-size: 14px;
	}
	.header .navbar_nav>li{
		line-height: 64px;
	}
	.header .navbar_nav>li.dropdown>.dropdown_menu{
		top:64px;
	}
	.header .navbar_nav>li.dropdown>.dropdown_menu{
		left:-35%;
	}
	.header .left a img{
		height: 64px;
	}
	.f-search{
		padding:2px;
	}
	.xwpd .xwpd-main{
		padding-top: 10px;
	}
	.tab{
		background-size: auto 100%;
	}
	.btn-all{
		padding-top: 10px;
	}
}
@media(max-width:1280px){
	body{
		font-size: 14px;
	}
	.header .left a img{
		height: 56px;
	}
	.header .nav{
		padding-right: 20px;
	}
	.header .navbar_nav li a{
		padding:0px 8px;
		font-size: 14px;
	}
	.header .navbar_nav li{
		line-height: 48px;
	}
	
	.header .navbar_nav li.dropdown .dropdown_menu{
		width: 160px;
		top: 48px;
	}
	.lm-title{
		background: url("/m2410/images/title-small-bg1.jpg") repeat-x;
		line-height: 56px;
	}
	.lm-title2{
		background: url("/m2410/images/title-small-bg2.jpg") no-repeat;
		width: 147px;
		line-height: 56px;
		font-size: 20px;
	}
	.more{
		margin-top: -36px;
	}
	.footer-menu li,.footer-menu2 li{
		line-height: 38px;
	}
}
@media(max-width:1024px){
	body{
		font-size: 14px;
	}
	.header .container,.nav>.container,.main>.container,.footer>.container,.bsh-kxyj>.container,.tdcy>.container,.links>.container{
		width: 100%;
	}
	.header .navbar_nav>li.dropdown>.dropdown_menu{
		left:-37%;
		width: 120px;
	}
	.main{
		padding-top: 30px;
	}
	.link1{
		border-right: 0px;
	}
	.footer{
		padding-top: 30px;
	}
	.footer-title{
		font-size: 16px;
	}
	.footer-menu li,.footer-menu2 div{
		line-height: 24px;
	}
	.link2{
		padding-left: 15px;
	}
	.tab-item-title{
		width: 70%;
	}
	.tab-item-date{
		width: 30%;
	}
	.wlfw .col-md-2{
		padding:20px 0px;
	}
	.tab .box .menus li {
		font-size: 16px;
	}
	.xwpd-item-title{
		width: 65%;
	}
	.xwpd-item-date{
		width: 35%;
	}
	.btn-all {
		display: none;
	}
	.header .nav{
		width: 80%;
	}
}
@media screen and (max-width: 992px){
	.header>.container{
		padding-bottom: 15px;
	}
	.header #navToggle {
		height: 100%;
		padding: 0px;
		margin-right: -45px;
		display: inline-block;
		float: right;
		background: #b10000;
		height: 24px;
		margin-bottom: -15px;
		padding-bottom: 0px;
	}
	.header #navToggle span {
		position: relative;
		width: 18px;
		height: 1px;
		margin-top: 18px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #b1e3ff;
	}
	.header #navToggle span:before {
		top: 7px;
	}
	.header #navToggle span:after {
		bottom: 8px;
	}
	.header #navToggle.open span:before {
		top: 8px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 10px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	.header .navbar_nav{
		display: none;
	}
	.btn-all{
		display: none;
	}
	.tab .box .menus {
    	width: 20%;
	}
}
@media(max-width:767px){
	.header .navbar_nav>li{
		line-height: 42px;
	}
	.header #navToggle {
		height: 100%;
		padding: 3px 15px;
		height:42px;
                                   margin-top:-3px;
	}
	.header .left a img{
		height: 36px;
		margin-left: 0px;
	}
	#slider .banner-title{
		display: none;
	}
	.main{
		padding-top: 10px;
	}
	.ssdt{
		margin-top: 30px;
	}
	.notice{
		margin-top: 30px;
	}
	.tab .box .menus {
		width: 100%;
	}
	.tab .box .menus li{
		width: 33.3%;
		float: left;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom:0px;
	}
	.tab .right {
		width: 100%;
	}
	.tab-item:nth-child(odd),.tab-item:nth-child(even){
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.tab .tab_right {
		padding-left: 15px;
		padding-right: 15px;
		background: none;
	}
	.tab-item{
		margin-top: 0px;
	}
	.tab-item-title{
		line-height: 32px;
		height: 32px;
		padding-bottom: 0px;
		border-bottom: 1px solid #7d7d7d;
	}
	.tab-item-date{
		line-height: 31px;
		padding-bottom: 0px;
		width: 30%;
	}
	.wlfw .col-md-2{
		padding-left:0px;
		padding-right:0px;
	}
	.wlfw i{
		font-size: 16px;
	}
	.wlfw span.wlfw-title{
		font-size: 12px;
	}
	.wlfw span i{
		font-size: 24px;
	}
	.tab .box .menus li {
                   font-size: 14px;
	}
	.tab .col-md-12{
		padding-left: 0px;
		padding-right: 0px;
	}
	.link2{
		margin-top: 30px;
	}
	.footer-menu li{
		width: 50%;
	}
.footer-menu li,.footer-menu2 div{
		line-height: 20px;
	}
.bqinfo{
	width: 100%;
	background:#820300;
	line-height: 20px;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
}
}
@media(max-width:375px){
	.header .left a img{
		height: 32px;
	}
	
}

/*返回顶部*/
.cd-top {
  color:#fff;
text-align:center;
padding-top:10px;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  background: #cc0000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    z-index: 999999999999;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background: #ff0000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
	}



@media (max-width: 2000px) {
.pc-none {
  display:none;
  }
}

@media (max-width: 768px) {
.pc-none {
  display: block;
  }
}

@media (max-width: 768px) {
.yd-none {
  display: none;
  }
}

.dqwz{
	margin-top:10px;
}