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;
	
}
.clear{
	clear: both;
}
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background: linear-gradient(to right, #122e66, #1748ab, #122e66); 
}
.header>.container{
	background: url("/images/top-bg.png") no-repeat 300px bottom;
	background-size: auto 90%;
	padding:15px 0px;
	padding-bottom: 0px;
}
/*左侧logo*/
.header .left{
	width: 20%;
	float: left;
}
.header .left a img{
	height: 72px;
	margin-top: 10px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.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;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 20px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
}
.header .navbar_nav li:hover a{
	color: #ffd407;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url() no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:64px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 190px;
    left: 50%;
	margin-left: -90px;
	border-top:2px solid #ffd407;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 16px;
	color: #666;
	padding: 0px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #333;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #26478d;
}
.btn-all{
	text-align: right;
	font-size: 12px;
	opacity: 0.8;
	padding-right: 20px;
}
.status{
	display: inline;
	padding-right: 0px;
}
.status span{
	display: inline-block;
	padding:10px 5px;
	padding-bottom: 0px;
}
.status span a{
	color: #fff;
	display: inline-block;
	padding:0px 15px;
	line-height: 32px;
	opacity: 0.8;
	border:1px solid #465e8e;
}
.xmu a{
	background: #133579;
}
.xwtg a{
	background: #4b1938;
}
.f-search{
	color: #333;
	margin-top:25px;
	margin-bottom: 0px;
	padding:10px 10px;
	display: inline;
	background:none;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
}
.f-search input[type="text"]{
    width:0px;
    height:24px;
	display: inline;
	background: none;
	border: 0px;
	transition: all 0.5s;
}
.f-search button{
    width:24px;
    height:24px;
    background:none;
    text-align:center;
    color:#fff;
	line-height: 24px;
	display: inline;
	border: 0px;
}
.f-search i{
	font-size:14px;
	color: #fff;
}

.f-search2{
	padding-top: 15px;
	padding-left: 15px;
}
.f-search2 input[type="text"]{
    width:200px;
    height:32px;
	display: inline;
	background: #d7d7d7;
	transition: all 0.5s;
	border: 0px;
	
	/*20200820*/
	color:#333;
}
.f-search2 button{
    width:32px;
    height:32px;
    background:#0d2f6e;
    text-align:center;
    color:#fff;
	line-height: 24px;
	display: inline;
	border:0px;
}
.f-search2 i{
	font-size:14px;
	color: #fff;
}
.m_nav .status{
	padding-left: 15px;
	padding-top: 15px;
}
.m_nav .status span a{
	width:100%;
	display: block;
}
/*白色背景的头部*/
.header.on{
	background: #fff;
	height: 123px;
}
.header.on>.container{
	background: none;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .status span a{
	color: #B3B3B3;
}
.header.on .en{
	color: #B3B3B3;
	border-left: 1px solid #B3B3B3;
}
.header.on .f-search{
	color: #B3B3B3;
}
.header.on .en a{
	color: #B3B3B3;
}
.header.on .f-search input[type="text"]{
	background: #f5f5f5;
	/*20200819*/
	color: #333;
}
.header.on .f-search button{
    color:#f5f5f5;
}
.header.on .f-search i{
	color: #B3B3B3;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .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 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{
	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: 0px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}


.main{
	width: 100%;
	margin-top: 123px;
	padding:50px 0px;
}
/*焦点新闻、媒体厦大*/
.focus{
	padding-left: 0px;
	padding-right: 0px;
}
.top-news-img{
	width: 100%;
}
.top-news-img img{
	width: 100%;
}
.top-news-con{
	background: #fff;
	width: 100%;
	padding: 15px;
	border: 1px solid #e6e6e6;
}
.top-news-title{
	line-height: 48px;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
}
.top-news-title a,.zhxw-item-title a,.kyjz-item-title a,.xsjz-item-title a{
	color: #133372;
	font-size: 16px;
	font-weight: bold;
}
.top-news-title a:hover,.zhxw-item-title a:hover,.kyjz-item-title a:hover,.xsky-item-title a:hover{
	color: #c87f00;
}
/*2020/08/12 开始*/
.top-news-detail,.zhxw-item-detail,.kyjz-item-detail{
	line-height: 24px;
	height:72px;
	overflow: hidden;
	color: #828282;
	font-size: 14px;
}
/*2020/08/12 结束*/
.top-news-date,.focus-item-date,.mtxd-item-date,.zhxw-item-date,.kyjz-item-date{
	font-size: 16px;
	text-align: right;
	margin-top: 15px;
	color: #000000;
}
.top-news-date i,.focus-item-date i,.mtxd-item-date i,.zhxw-item-date i,.kyjz-item-date i{
	color: #ff9a0a;
	margin-right: 3px;
}

/*2020/08/12 开始*/
.focus-title,.mtxd-title,.whxd-title,.nqfc-title,.kyjz-title,.qxcl-title{
	width: 120px;
	color: #143372;
	text-align: left;
	font-size: 16px;
	line-height: 42px;
	border-bottom:1px solid #143372;
	margin-bottom: -1px;
	font-weight: bold;
	position: relative;
	z-index: 9;
}
.line{
	height: 1px;
	width: 100%;
	background: #B6B6B6;
}
.focus .more,.mtxd .more,.whxd .more,.nqfc .more,.kyjz .more,.qxcl .more{
	float: right;
	margin-top: -30px;
	font-size: 12px;
}
.focus .more a,.mtxd .more a,.whxd .more a,.nqfc .more a,.qxcl .more a{
	color: #B6B6B6;
}
.zhxw .more{
	margin-top:20px;
	float: right;
	font-size: 12px;
}

/*20200820*/
.zhxw .more a{
	color: #fff;
	background:#e93535;
	width: 56px;
	line-height: 24px;
	display: block;
	text-align: center;
}
/*2020/08/12 结束*/

.focus-item,.mtxd-item{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
}
.focus-item-date,.mtxd-item-date,.xsjz-item-date{
	text-align: left;
}
.focus-item-title,.mtxd-item-title,.whxd-item-title{
	line-height: 28px;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
}
.focus-item-title a,.mtxd-item-title a,.whxd-item-title a{
	color: #333;
}
.focus-item-title a:hover,.mtxd-item-title a:hover,.whxd-item-title a:hover{
	color: #c87f00;
}
.whxd,.nqfc{
	width: 100%;
	margin-top: 35px;
}
.whxd-item{
	margin-top: 15px;
}
.whxd-item-img,.whxd-item-img img{
	width: 100%;
}
.whxd-item-title{
	line-height: 42px;
	text-align: center;
}

/*banner*/
.banner,.zhxw,.tsfx{
	margin-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
}
.banner,.banner img{
	width: 100%;
}

/*综合新闻*/
.zhxw-title,.tsfx-title{
	width: 100%;
	background: url(/images/zhxw-bg.png) no-repeat;
	padding:20px;
}
.zhxw-title img,.tsfx-title img{
	max-height: 48px;
}
.zhxw-item{
	margin-top: 15px;
	border: 1px solid #e6e6e6;
	padding:10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.zhxw-item:hover{
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow:0 0 20px #a1a1a1;
	-o-box-shadow:0 0 20px #a1a1a1;
	-moz-box-shadow:0 0 20px #a1a1a1;
}
.zhxw .col-md-4:nth-child(3n+1){
	padding-left: 0px;
}
.zhxw .col-md-4:nth-child(3n){
	padding-right: 0px;
}
.zhxw .col-md-4:nth-child(3n+2){
	padding-right: 8px;
	padding-left: 7px;
}
.zhxw-item-img,.zhxw-item-img img{
	width: 100%;
}
.zhxw-item-title,.kyjz-item-title{
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
}
.zhxw-item-detail{
	margin-top: 10px;
}

/*探索发现*/
.tsfx-title{
	background: url(/images/tsfx-bg.png) no-repeat;
}
.kyjz{
	padding:0px;
}
.kyjz-img{
	padding-left: 0px;
	padding-right: 0px;
}
.kyjz-img img{
	width: 100%;
}
.kyjz-item{
	margin-top: 15px;
}
.kyjz-item-detail{
	line-height: 24px;
	height:48px;
}
.kyjz-item-title{
	margin-top: 0px;
}
.kyjz-title{
	margin-top: 15px;
}
.xsjz{
	padding-right: 0px;
}
.xsjz-con{
	margin-top: 15px;
	border-left: 1px solid #abb3c3;
}
.picScroll-top{ width:100%; overflow:hidden; position:relative;}
.picScroll-top .cd ul{ overflow:hidden; zoom:1; }
.picScroll-top .cd ul li{ text-align:left; zoom:1;margin-bottom: 20px; padding:0px 10px;}
.picScroll-top .cd ul li:nth-child(even){
	background: #f3f3f3;
}
.xsjz-item-date{
	font-size: 16px;
	text-align: left;
	color: #ff9a0a;
}
.kyjz-item-title,.xsjz-item-title{
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.xsjz-item-type{
	background: #abb3c3;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	line-height: 28px;
	color: #fff;
	width: 120px;
	text-align: center;
	margin-top: 10px;
}
.xsjz-item-local,.xsjz-item-person{
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	color: #a6a6a6;
}
.xsjz-item-local i,.xsjz-item-person i{
	color: #ff9a0a;
}
.xsjz-h{
	height: 15px;
}

/*南强风采*/
/*20200820*/
.nqfc-img{width:100%;position:relative;}
.nqfc-img #pic{width:100%;overflow:hidden;margin-top: 15px;}
.nqfc-img #pic ul{width:100%;float:left;}
.nqfc-img #pic li{width:100%;float:left;position: relative;}
.nqfc-img #pic li img{width:100%;float:left;}
.nqfc-img .tip-bg{width:100%;height:36px;background:url(/images/focus_tip_bg.png) repeat left top;position:absolute;left:0;bottom:0;z-index:12; }
.nqfc-img #tip{width:72px;height:14px;position:absolute;right:10px;bottom:10px;z-index:13;}
.nqfc-img #tip ul li{width:14px;height:14px;float:left;display:inline;margin:0 5px;cursor:pointer;background:url(/images/focus_tip.png) no-repeat;background-size:14px;}
.nqfc-img #tip ul li.on{background:url(/images/focus_tip_current.png) no-repeat;background-size:14px;}
.nqfc-img .nqfc-img-title{width:75%;height:32px;line-height: 28px; position:absolute;left:10px;bottom:0px;z-index:14;overflow:hidden;color: #fff;}
.nqfc-img .nqfc-img-title a{
	width: 100%; 
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
	color: #fff;
}




.nqfc-all{
	margin-top: 10px;
}
.nqfc-item{
	border-bottom: 1px solid #e6e6e6;
	line-height: 42px;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
}
.nqfc-item a{
	color: #143372;
}

/*群贤长廊*/
.qxcl{
	margin-top: 30px;
}
.qxcl-item-img{
	width: 100px;
	height: 100px;
	border-radius: 15px;
	overflow: hidden;
}
.qxcl-item{
	padding-top: 15px;
}
.qxcl-item-left{
	padding-left: 0px;
}
.qxcl-item-right{
	padding-right: 0px;
	padding-left: 35px;
}
.qxcl-item-img img{
	height: 100%;
	width: 100%;
}
.qxcl-item-title{
	width: 100%;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 25px;
}
.qxcl-item-title a{
	color: #143372;
}

/*工作动态*/
.lm-all{
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-item{
	width: 100%;
	background: #fff;
	padding:15px;
	margin-top: 30px;
	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;
}

.news-item-title{
	font-size: 16px;
	font-weight: bold;
	color: #133372;
	padding:0px;
	text-align: left;
	line-height: 42px;
	border-bottom: 1px solid #B6B6B6;
}

.news-a-title{
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	line-height: 42px;
}
.news-a-title a{
	color:#333;
}
.news-a-title a:hover{
	color: #133372;
}
.news-date{
	text-align:right;
	line-height: 42px;
}
.news-item .col-md-9{
	padding-right: 0px;
	padding-left: 0px;
}
.news-item .col-md-3{
	padding-right: 0px;
}
.news-more{
	width:100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}
.news-more a{
	color:#133372;
	display: block;
	width: 80px;
	line-height: 32px;
	border:1px solid #133372;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	font-size: 12px;
	float: right;
	text-align: center;
}
.news-more a:hover{
	color:#ffffff;
	background-color:#133372;
}

/*专题*/
.zt-img{
	margin-top: 35px;
}
.zt-img li{
	margin-top: 20px;
}
.zt-img li img{
	width: 100%;
}

/*专题专栏*/
.ztzl{
	margin-top: 30px;
}
.ztzl-title{
	background: url(/images/ztxw.png) no-repeat;
	text-align: right;
	padding:0px;
	padding-right: 70px;
	height: 100%;
	background-size: 100%;
}
.ztzl-title img{
}
.ztzl-more{
	position: absolute;
	right: 35px;
	bottom:15px;
	width: 24px;
	background: rgb(255,255,255,0.8);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
}
.ztzl-more a{
	color: #13306c;
}
.ztzl-item{
	padding: 0px;
	overflow: hidden;
}
.ztzl-item-img{
	width: 100%;
	position: relative;
}
.ztzl-item-img img{
	width: 100%;
}

/*2020/08/12 开始*/
.ztzl-bg{
	width: 100%;
	background: rgb(146,59,186,0.8);
	position: absolute;
	top: 75%;
	box-sizing:border-box;
	transition:all 0.2s ease-out 0s;
}
.ztzl-item:nth-child(1) .ztzl-bg{
	background: url("/images/ztxw-bg-01.png") repeat;
}
.ztzl-item:nth-child(2) .ztzl-bg{
	background:url("/images/ztxw-bg-02.png") repeat;
}
.ztzl-item:nth-child(3) .ztzl-bg{
	background:url("/images/ztxw-bg-03.png") repeat;
}
.ztzl-item:nth-child(4) .ztzl-bg{
	background:url("/images/ztxw-bg-04.png") repeat;
}
.ztzl-item:nth-child(5) .ztzl-bg{
	background:url("/images/ztxw-bg-05.png") repeat;
}
.ztzl-item:nth-child(6) .ztzl-bg{
	background:url("/images/ztxw-bg-06.png") repeat;
}
.ztzl-item:nth-child(7) .ztzl-bg{
	background:url("/images/ztxw-bg-07.png") repeat;
}
.ztzl-item:nth-child(8) .ztzl-bg{
	background:url("/images/ztxw-bg-08.png") repeat;
}
.ztzl-item-title a{
	color: #fff;
}
.zt-more{
	width: 100%;
	text-align: center;
}
.zt-more a{
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom:15px;
	left: 50%;
	margin-left: -40px;
	border:1px solid #fff;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	width: 80px;
	line-height: 36px;
	font-size: 14px;
}
/*2020/08/12 结束*/

.ztzl-con{
	width: 100%;
	padding:20px;
	color: #fff;
	position: absolute;
	top: 75%;
	box-sizing:border-box;
	transition:all 0.2s ease-out 0s;
}
.ztzl-item-title{
	font-size: 18px;
	margin-bottom: 15px;
	border-left:5px solid #fff;
	line-height: 24px;
	padding-left: 15px;
}
.ztzl-nr li{
	width: 100%;
	line-height: 32px;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;	
}
.ztzl-nr li a{
	color: #fff;
}
.ztzl-item:hover .ztzl-bg{
	top: 0;
	transform:none;
}
.ztzl-item:hover .ztzl-con{
	top: 0;
	transform:none;
}
/*footer*/
.footer{
	background: url("/images/footer-bg.jpg") no-repeat bottom;
	width: 100%;
	background-size: 100%;
}

/*2020/08/12 开始*/
.footer1{
	width: 100%;
	background:url("/images/footer-bg2.png") repeat;
	background-size: 100%;
	padding-top: 30px
}
/*2020/08/12 结束*/

.footer-item{
	border-right: 1px solid #fff;
	min-height: 200px;
}
.links,.xyfw{
	padding-left: 50px;
	border-right: 1px solid #fff;
	min-height: 200px;
}
.link-title{
	font-size: 18px;
	line-height: 42px;
	color: #fff;
	margin-bottom: 15px;
}
.links li,.xyfw li{
	text-align: left;
	line-height: 30px;
}
.links li a,.xyfw li a{
	color:#fff;
}
.links li a:hover,.xyfw li:hover{
	color: #c87f00;
}
.footer-icons{
	padding-bottom: 30px;
	padding-top: 30px;
}
.footer-icons li{
	display: inline-block;
	padding-left: 5px;
}
.footer-icons .icon-item img{
	height: 42px;
}
.footer-logo{
	margin-top: 30px;
}
.footer-logo img{
	max-width: 300px;
}
.footer-btns li a{
	width: 120px;
	text-align: center;
	line-height: 42px;
	background: #216cdb;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;
	color: #fff;
	display: block;
	margin-top:20px; 
}
.footer-btns li a:hover{
	background: #f97650;
}
.copyright{
	width: 100%;
	text-align: center;
	line-height: 64px;
	color: #fff;
	background: #333;
	margin-top: 30px;
}
.icon-item{
	position: relative;

}
.wb-code{
	position: absolute;
	z-index: 99;
	bottom:50%;
	padding:10px;
	width:105px;
	height: 105px;
	margin-left: -30px;
	background-color:#fff;
	border-radius:3px;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
	border-radius:5px;
	box-sizing:border-box;
	visibility: hidden;
	opacity: 0;
	transform:translateY(-10px);
	transition:all 0.2s ease-out 0s;
}
.wb-code:after{
	content:'';
	position:absolute;
	left:50%;
	top:100%;
	margin-left:-8px;
	width:0;
	height:0;
	border:8px solid transparent;
	font-size:0;
	border-top-color:#fff;
}
.wb-code img{
	width: 100%;
}
.footer-icons li:hover .wb-code{
	visibility:visible;
	opacity:1;
	transform:none;
}


@media(min-width:1600px){
	.header>.container,.nav>.container,.main>.container,.footer1 .container{
		width: 80%;
	}
	/*2020/08/12 开始*/
	.jdxw .col-md-7{
		width: 55%;
	}
	.jdxw .col-md-5{
		width: 45%;
	}
	.focus-item,.mtxd-item{
		border-bottom: 1px solid #e3e3e3;
		padding-bottom: 20px;
		margin-top: 20px;
	}
}
@media(max-width:1599px){
	.header>.container,.nav>.container,.main>.container,.footer1 .container{
		width: 95%;
	}
	.qxcl-item-img{
		width: 80px;
		height: 80px;
	}
	.qxcl-item-title{
		margin-top: 15px;
	}
}
@media(max-width:1280px){
	.header .navbar_nav li a{
		padding:0px 15px;
	}
	.qxcl-item-img{
		width: 72px;
		height: 72px;
	}
}
@media(max-width:1200px){
	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;
	}
	.header .navbar_nav>li:last-child .dropdown_menu{
		left: 0;
	}
	.qxcl-item-img{
		width: 64px;
		height: 64px;
	}
	.xsjz-h{
		height: 10px;
	}
	.top-news-con{
		padding-bottom: 30px;
		padding-top:30px;
	}
	.top-news-date{
		margin-top: 30px;
	}
	.ztzl-bg{
		top:70%;
	}
	.ztzl-con{
		width: 100%;
		padding:10px 10px;
		top: 70%;
	}
	.ztzl-item-title{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.ztzl-nr li{
		width: 100%;
		line-height: 24px;
	}
}
/*2020-09-09*/
@media screen and (min-width:993px) and (max-width:1024px){
	.news-lm .col-md-3{
		width: 36%;
	}
	.news-lm .col-md-9{
		width: 64%;
	}
	.ztzl-bg{
		top:75%;
	}
	.ztzl-con{
		top: 75%;
	}
}

@media screen and (max-width: 992px){
	.header>.container{
		padding-bottom: 15px;
	}
	.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: #b1e3ff;
	}
	.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;
	}
	.main{
		margin-top: 83px;
	}
	.focus-title,.mtxd-title{
		margin-top: 30px;
	}
	.zhxw .col-md-4:nth-child(2n+1){
		padding-left: 0px;
	}
	.zhxw .col-md-4:nth-child(2n){
		padding-right: 0px;
	}
	.xsjz{
		padding-left: 0px;
		padding-top: 10px;
	}
	/*2020-09-09*/
	.ztzl-bg{
		top:81%;
	}
	.ztzl-con{
		padding:15px 20px;
		top:81%;
	}
	
	
	.ztzl-nr{
		margin-top: 10px;
	}
	.links{
		border-right:0px;
	}
	.xyfw{
		min-height: auto;
	}
	.xyfw li{
		float: left;
		width: 33.3%;
	}
	.footer-btns li{
		float: left;
		margin-left: 15px;
	}
}
@media(max-width:767px){
	.header>.container{
		background: none;
	}
	.zhxw .col-md-4:nth-child(2n){
		padding-left: 0px;
		padding-right: 0px;
	}
	.zhxw .col-md-4:nth-child(2n+1){
		padding-left: 0px;
		padding-right: 0px;
	}
	.xyfw li{
		width: 100%;
	}
	.xyfw{
		border-right: 0px;
	}
	.links{
		border-right: 1px solid #fff;
	}
	.footer-item{
		border-right: 0px;
	}
	.footer-btns li a{
		width: 100px;
	}

	/*2020/8/12 开始*/
	#share-1{
		display: none;
	}
	/*2020/8/12 结束*/
	
}

/*返回顶部*/
.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(101,121,51, 0.8) url() 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;
  }
}
/* 视听厦大 */
.stxd
{
	padding: 20px;
}
.stxd video {
    max-width: 100%;
    height: 205px;
}