/*2020-09-02*/
a,a:hover{
	text-decoration: none;
}
img,a{
	border: none;
}
ul,li{
	padding: 0px;
	list-style: none;
	margin: 0px;
}
body{
	font-family:Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	font-size: 18px;
	
}
.clear{
	clear: both;
}
.header{
	width:100%;
	top:0;
	left:0;
	z-index:999;
	background: url("../images/top.jpg") no-repeat;
	height: 178px;
}
/*左侧logo*/
.header .left{
	width: 20%;
	float: left;
	height: 122px;
}
.header .left a img{
	height: 82px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	display: block;
	float: right;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
	line-height: 64px;
	margin-top: 32px;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 24px;
}
.header .navbar_nav li:hover a{
	color: #26478d;
}

#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: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    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: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 30px;
	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: 18px;
	height: 42px;
	line-height: 42px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
	overflow-x: hidden;
}

/*轮番图*/
#slider .banner-con{position: absolute; bottom: 68px; right: 0;z-index:181; background: url("../images/banner-bg.png") repeat; text-align: left; width: 45%; padding: 25px 30px; color: #fff;}
#slider .banner-title{ height: 84px; line-height: 32px; overflow: hidden;}
#slider .banner-title a{ font-size: 32px;font-weight: bold; color: #fff;}
#slider .banner-info{ line-height: 24px; font-size: 16px; margin-top: 10px; height: 48px; overflow: hidden;}

/*通知公告*/
.notice{
	background: #be0000;
	height: 56px;
	line-height: 56px;
	width: 100%;
}
.notice-i{
	color: #fff;
	float: left;
	position: absolute;
}
.txtMarquee-left{ width:80%;  position:relative;  padding-left: 50px;}
.txtMarquee-left .bd{ height: 56px;}
.txtMarquee-left .bd .tempWrap{ width:100% !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ margin-right:100px;  float:left; height:56px; line-height:56px;  text-align:left; _display:inline; width:auto !important;}/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li a{ color: #fff; }
.txtMarquee-left .bd ul li span{ color:#fff;display: inline-block;margin-left: 30px;}


.main{
	width: 100%;
	padding-top: 50px;
	background: url(../images/main-bg.jpg) no-repeat bottom;
	background-size: 100% auto;
	padding-bottom: 80px;
}
.more{
	float: right;
	margin-top: -74px;
	padding-right: 15px;
}
.more a{
	color: #B3B3B3;
	font-size: 18px;
}

/*焦点新闻*/
.focus{
	
}
.focus-title,.news-title{
	text-align: center;
	width: 100%;
	background: url("../images/line.png") no-repeat bottom center;
	padding-bottom: 54px;
	font-size: 28px;
	font-weight: bold;
	color: #ae3c3c;
}

.focus-img img{
	width: 100%;
}
.focus-con{
	margin-top: 30px;
	width: 100%;
}
.focus-con li{
	width: 50%;
	float: left;
	padding:15px;
}
.focus-left{
	width: 35%;
	float: left;
}
.focus-right{
	width: 65%;
	float: left;
	background: #f6f6f6;
	padding: 25px;

}
.focus-right-con{
	line-height: 24px;
	height: 144px;
	overflow: hidden;
}
.focus-right-detail{
	float: right;
	width: 100px;
	line-height: 32px;
	border:1px solid #b81c1c;
	text-align: center;
	margin-top: 30px;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
}
.focus-right-detail a{
	width: 100%;
	display: block;
	line-height: 32px;
	color: #b81c1c;
}
.focus-img,.focus-img img{
	width: 100%;
}
.focus-li-title{
	width: 100%;
	padding:10px;
	line-height: 18px;
	height: 86px;
	display: block;
}
.focus-con li .focus-li-title{
	background: #6073b9;
}
.focus-con li:nth-child(1) .focus-li-title{
	background: #6073b9;
}
.focus-con li:nth-child(2) .focus-li-title{
	background: #80b06e;
}
.focus-con li:nth-child(3) .focus-li-title{
	background: #f8d309;
}
.focus-con li:nth-child(4) .focus-li-title{
	background: #dd844f;
}
.focus-con li:nth-child(5) .focus-li-title{
	background: #ae3c3c;
}
.focus-li-title a{
	color: #fff;
}

/*news*/
.news{
	margin-top: 50px;
}
.news .col-md-6{
	padding-top: 30px;
}
.news-item-date{
	float: left;
	width: 20%;
	height: 96px;
	padding:15px;
	background: #c52a2a;
	color: #fff;
	text-align: center;
}
.news-day{
	font-size: 28px;
	font-weight: bold;
}
.news-item-title{
	float: left;
	width: 80%;
	height: 96px;
	padding:15px;
	background: #e6e9f0;
	line-height: 28px;
	overflow: hidden;
}
.news-item-title a{
	color: #000;
}

/*published*/
.published{
	margin-top: 50px;
}
.published-item{
	width: 100%;
	background: #fff;
	padding:15px;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow:0 0 10px #a1a1a1;
	-o-box-shadow:0 0 10px #a1a1a1;
	-moz-box-shadow:0 0 10px #a1a1a1;
	margin-top: 30px;
}
.published-item-img img{
	width: 100%;
}
.published-item-title{
	margin-top: 10px;
	line-height: 24px;
	overflow: hidden;
	height: 72px;
	margin-bottom: 15px;
}
.published-item-title a{
	color: #333;
}

/*footer*/
.footer{
	width: 100%;
	background: #9b211e;
}
.footer>.container{
	background: url("../images/footer-bg.jpg") no-repeat bottom left;
	background-size: auto 80%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.lxwm-title{
	font-size: 24px;
	color: #fff;
	margin-top: 15px;
}
.lxwm li{
	line-height: 32px;
	color: #fff;
}
.lxwm ul{
	margin-top: 15px;
}

@media(min-width:1600px){
	.header>.container,.nav>.container,.main>.container,.footer>.container,.notice>.container,.banner>.container{
		width: 80%;
	}
	.header .navbar_nav li a{
		text-decoration: none;
		height: 100%;
		padding: 0 30px;
	}
}
@media(max-width:1599px){
	body{
		font-size: 16px;
	}
	.header>.container,.nav>.container,.main>.container,.footer>.container,.notice>.container,.banner>.container{
		width: 95%;
	}
	.header .navbar_nav li a{
		text-decoration: none;
		height: 100%;
		padding: 0 30px;
	}
	.focus-li-title{
		padding:0px 10px;
	}
	.focus-con li{
		padding:10px;
	}
	.focus-li-title a{
		font-size: 16px;
	}
}
@media(max-width:1380px){
	.header .navbar_nav li a{
		padding:0px 25px;
	}
	.header .left a img{
		height: 64px;
	}
}
@media(max-width:1250px){
	.header .navbar_nav li a{
		padding:0px 20px;
	}
	body{
		font-size: 14px;
	}
	#slider .banner-title a{ font-size: 22px;}
	#slider .banner-title{
		height: 64px;
	}
}

@media(max-width:1180px){
	.header .left a img{
		height: 56px;
	}
	.header .nav{
		padding-right: 20px;
	}
	.header .navbar_nav li a{
		padding:0px 15px;
		font-size: 20px;
	}
}
@media screen and (max-width: 992px){
	.header{
		padding: 0px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 39px;
	}
	.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: #fff;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-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: 12px;
		-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 .nav{
		display: none;
	}
	#slider .banner-con{ bottom: 24px; width: 75%; padding: 15px 30px;}
	#slider .banner-title{ height: 32px;}
	.focus-con li{
		width: 50%;
	}
}
@media(max-width:767px){
	.header #navToggle span {
		margin-top: 15px;
	}
	.header{
		height: 46px;
		background:#0d2f6e;
		position: relative;
	}
	.header .left{
		height: 46px;
	}
	.header .left a img{
		height: 32px;
		margin-top:5px;
	}
	.banner{
		margin-top: 46px;
	}
	.focus-con li{
		width: 100%;
	}
	.notice{
		
	}
	.footer>.container{
		background-size: 100% auto;
	}
	.txtMarquee-left{
		width: 100%;
	}
}
@media(max-width:360px){
	.zt-item-title a,.nqhj-title a,.cxbt-title a{
		font-size: 14px;
	}
}

/*返回顶部*/
.cd-top {
  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;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0,0,0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  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-color: #e86256;
  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;
  }
}