/*2020-09-02*/
a,a:hover{
	text-decoration: none;
}
img,a{
	border: none; max-width:100%;
}
ul,li{
	padding: 0px;
	list-style: none;
	margin: 0px;
}
body{
	font-family:Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	font-size: 16px;
	
}
.clear{
	clear: both;
}
.header{
	width:100%;
	top:0;
	left:0;
	z-index:999;
	background: url("../images/top.jpg") no-repeat;
/*	height: 178px;*/
	background-size: cover;
}
/*左侧logo*/
.header .left{
	
	float: left;
	height: 122px;
}
.header .left a img{
	height: 100px;
	margin-top: 11px;
	margin-bottom: 20px;
}
/*右侧*/
.tu01{float:right;display:block;width:100px;margin-top: 0.8%;}
.tu01 img{ width:100%}
.tu02{float:right;display:block;margin-top: 0.8%;margin-right: 2%;}
.tu02 img{ width:100%;height: 110px;}
.nav-bg{ background:#0370c2}
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	display: block;
/*	float: right;*/ width:80%; margin:0 auto;
}
.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: 22px;
}
.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: #0370c2;
	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: #3c55a7;
}

.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 #3c55a7;
	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: #3c55a7;
}
.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: #3c55a7;
	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: 24px;
	margin-bottom: 15px;
}
.published-item-title a{
	color: #333;
}

/*footer*/
.footer{
	width: 100%;
	background: -webkit-linear-gradient(left, #3c55a7, #0271c2);
}
.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%;
	}
	.cent02{width: 80%;}
	.header .navbar_nav li a{
		text-decoration: none;
		height: 100%;
		padding: 0 8px;
	}
}
@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 10px;
	}
	.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 6px;
	}
	.header .left a img{
		height: 64px;
	}
}
@media(max-width:1250px){
	.header .navbar_nav li a{
		padding:0px 10px;
	}
	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 10px;
		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;
}
 .login_right { width: 430px; margin-top: 120px; background: #fff; border-radius: 4px; margin:0 auto}
        
        .login_right h2 { text-align: center; font-size: 28px; font-weight: 400; padding-top: 25px; color: #333; }
        .login_form { padding-top: 25px; width: 310px; margin: 0 auto; }
        .login_form .input_text1 { margin-bottom: 15px; height: 40px; line-height: 15px; width: 288px; border: 1px solid #ddd; border-radius: 2px; color: #333; vertical-align: middle; padding: 12px 10px 12px; font-family: PingFangSC-Light, 'helvetica neue' , 'hiragino sans gb' ,arial, '  ui' , ' ' ,simsun,sans-serif; }
        .login_form .input_text1:hover { border-color: #b3b3b3; outline: 0; }
        .login_form .input_text1:focus { border-color: #f60; outline: 0; }
        .login_form .input_button1 { background: #f60; border-radius: 2px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 17px; width: 310px; font-family: PingFangSC-Light, 'helvetica neue' , 'hiragino sans gb' ,arial, '  ui' , ' ' ,simsun,sans-serif; cursor: pointer; border: none; }
        .login_form .input_button1:hover { background-color: #f40; }
@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;
  }
}

.cent01-l{ float:left; display:block; width:48%}
.cent01-r{ float:right; display:block; width:48%}
.cent01-r h2{display:block;margin: 0 0 3% 0;}
.cent01-r h2 span{ display:inline-block; font-size:24px; background:#0370c2; line-height:40px; padding:0 10px; color:#fff;}
.cent01-r ul li{display:block;line-height: 40px;font-size: 16px;}
.cent01-r ul li a{ color:#000;font-size: 30px;}
.cent01-r ul li em{display:inline-block;width:5px;height:5px;border-radius:50%;background:#0370c2;margin-right: 2%;}

.cent02-bg{	background: url("../images/top.jpg") no-repeat;background-size: cover;}
.cent02{ padding:2% 0;}
.cent02 h2{display:block;/* margin: 0 0 3% 0; */}
.cent02 h2 span{ display:inline-block; font-size:24px; line-height:40px; padding:0 10px; color:#000;}
.cent02 ul li{ float:left; display:block; width:calc((100% - 4%)/3); margin-right:2%; margin-top:2%;}
.cent02 ul li:nth-child(3n) {  margin-right: 0% ;}
.cent02 ul li a{     display: flex;
    justify-content: center;
    align-items: center; height:120px; width:100%}
.cent02 ul li a img{ max-height:100%; max-width:100%;width: 486px;object-fit: contain;background-color: #fff;}
 
 

@media only screen and (max-width: 980px) {
	  .tu01{ display:none}
.tu02{display:none}
.cent01-l{ float:none; display:block; width:100%;}
.cent01-r{ float:none; display:block; width:100%; margin-top:5%;}
.cent02{width: 95%;    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;}
.cent02 ul li{    width: calc((100% - 2%)/2);margin-right: 2%;}
.cent02 ul li:nth-child(3n) {  margin-right: 2% ;}
.cent02 ul li:nth-child(2n) {  margin-right: 0% ;}
}