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;
	background: #fff;
	z-index:999;
}
.header>.container{
	background: url("../images/header-bg.png") no-repeat 76% bottom;
	background-size: auto 90%;
	padding:15px 0px;
}
/*左侧logo*/
.header .left{
	width: 20%;
	float: left;
}
.header .left a img{
	height: 86px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*右侧*/

.header .nav{
	background: #102f5a;
}
.header .navbar_nav>li{
	float:left;
	position: relative;
	display: block;
	width: 12.5%;
	line-height: 64px;
}
.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: #fff;
	font-size: 16px;
	
}
.header .navbar_nav>li:hover>a{
	color: #ffcb00;
}
.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: -10%;
	border-top:2px solid #ffcb00;
}
.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;
	background: #fff;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu{
	display: block;
	background: #102f5a;
	-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: #666;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu>li>a:hover{
	background:#102f5a;
	width:100%;
	display:block;
	color: #fff;
}
.btn-all{
	text-align: right;
	font-size: 12px;
	opacity: 0.8;
	padding-right: 20px;
	width: 250px;
	float: right;
}
.en{
	display: block;
	margin:10px 0px;
	padding:0px 15px;
	border-left: 1px solid #fff;
	padding-right: 0px;
}
.en a{
	color: #000000;
	font-size: 14px;
}
.f-search{
	color: #666;
	padding:5px 5px;
	display: block;
	border: 1px solid #dcdcdc;
}
.f-search input[type="text"]{
    width:180px;
    height:24px;
	display: inline;
	background: none;
	border: 0px;
	transition: all 0.5s;
}
.f-search button{
    width:34px;
    height:24px;
    background:none;
    text-align:center;
    color:#fff;
	line-height: 24px;
	display: inline;
	border: none;
	border-left: 1px solid #dcdcdc;
}
.f-search i{
	font-size:14px;
	color: #dcdcdc;
}

.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;
}
.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;
}
/*白色背景的头部*/
#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: 1000000000;
    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,.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;
}


.main{
	width: 100%;
	margin-top: 123px;
	padding:50px 0px;
	padding-bottom: 0px;
	background: url("../images/banner-bg.jpg") no-repeat top center;
}

.main-2{
	background: #ffffff;
	margin-top: 15px;
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.banner{
	width: 100%;
	overflow-x: hidden;
}

/*轮番图*/
#slider .banner-title{position: absolute; bottom: 68px; right: 5%;z-index:181;}
#slider .banner-title a{ font-size: 32px;font-weight: bold; color: #fff; text-shadow: 2px 2px 2px #000;}



/*学院新闻*/
.xyxw{
	padding-left: 0px;
}
.news-img-title{
	background: #384e97;
	width: 100%;
	line-height: 42px;
	padding:15px;
	padding-top: 0px;
	padding-bottom:25px;
}
.news-img-title a{
	color: #fff;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
	width: 100%;
	text-align: center;
}
.focus-title,.notice-title,.xsyg-title,.kycg-title,.jrqn-title,.qxcl-title{
	width: 130px;
	color: #444444;
	text-align: left;
	font-size: 20px;
	line-height: 42px;
	position: absolute;
	z-index: 9;
	background: #fff;
}
.xsyg-title,.kycg-title{
	background: #f9f9fb;
}
.notice-title{
	position: absolute;
	top: 0;
}
.line{
	height: 1px;
	width: 100%;
	background: #B6B6B6;
	margin-bottom: 21px;
	margin-top: 23px;
}
.xyxw .more,.notice .more,.xsyg .more,.kycg .more,.jrqn .more{
	float: right;
	margin-top: -40px;
	font-size: 12px;
}
.xyxw .more a,.notice .more a,.xsyg .more a,.kycg .more a,.jrqn .more a{
	color: #B6B6B6;
}
.focus-item{
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	float: left;
}
.focus-item-date{
	text-align: right;
	width: 25%;
	float: left;
	line-height: 66px;
}
.focus-item-title{
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
	width: 75%;
	float: left;
	line-height: 66px;
}
.focus-item-title a{
	color: #333;
}
.focus-item-title a:hover{
	color: #384e97;
}

/*通知公告*/
.notice-item{
	width: 100%;
	margin-top: 15px;
	background: #e9effb;
	padding-bottom:10px;
}
.notice-item-date{
	width: 25%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.notice-item-con{
	width: 75%;
	float: left;
}
.notice-item-lm{
	width: 6em;
	line-height: 26px;
	color: #fff;
	background: #b3333d;
	float: right;
	font-size:12px;
	text-align: center;
}
.notice-item-title{
	width: 100%;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
	padding-top: 8px;
	padding-right: 15px;
}
.notice-item-title a{
	color: #000;
	line-height: 32px;
}
.notice-day{
	font-size:18px;
	font-weight: bold;
	line-height: 32px;
}
.notice-month{
	font-size:14px;
}

/*本科教学、研究生教学*/
.jx-tab{
	padding-top: 30px;
	padding-right: 30px;
}
.slideTxtBox{ width:100%; text-align:left;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;float: left}
.slideTxtBox .hd{ height:56px; line-height:56px; background:#f7f7f7;  position:relative; }
.slideTxtBox .hd ul{ float:left;  position:absolute; top:-1px; height:56px;}
.slideTxtBox .hd ul li{ float:left; padding:0 25px; cursor:pointer;font-size: 20px; color: #686868}
.slideTxtBox .hd ul li.on{ height:56px;  background:#c81e3b; color: #fff; border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px; -moz-border-radius:10px 10px 0px 0px; -o-border-radius:10px 10px 0px 0px;}
.slideTxtBox .bd ul{ padding:15px;  zoom:1;float: left}
.slideTxtBox .bd li{ width: 50%; float: left; padding:10px;}
.jx-date{
	float: left;
	width: 20%;
	background: #c81e3b;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
}
.jx-day{
	font-size: 24px;
}
.jx-month{
	font-size: 14px;
	line-height: 18px;
}

.jx-con{
	width: 80%;
	float: left;
	padding-left: 15px;
}
.jx-title{
	width: 100%;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
	line-height: 24px;
	margin-bottom: 8px;
}
.jx-title a{
	color: #000;
}
.slideTxtBox .jx-detail{
	color: #b1b1b1;
	font-size: 14px;
	line-height: 18px;
	height: 38px;
	overflow: hidden;
}
.jx-tab .more,.links .more{
	float: right;
	width: 20%;
	text-align: right;
	position: relative;
	z-index: 99;
	bottom:48px;
	margin-bottom: -48px;
	font-size: 12px;
}
.jx-tab .more a,.links .more a{
	color: #B6B6B6;
}

/*党建工作*/
.djgz{
	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;
	width: 100%;
	padding: 15px;
	margin-top: 30px;
}
.djgz-title{
	background: url("../images/cpc-icon.jpg") no-repeat left center;
	padding-left: 32px;
	color: #c00a15;
	font-size: 20px;
}
.djgz ul{
	padding-top: 15px;
	padding-bottom: 15px;
}
.djgz li{
	line-height: 54px;
	width: 100%;
	border-bottom: 1px dotted #dcdcdc;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
}
.djgz li a{
	color: #000;
}

/*学术预告、科研成果*/
.xs-ky{
	margin-top: 30px;
	background: url("../images/bg.jpg") no-repeat center;
	width: 100%;
	padding:30px 20px;
}
.xsyg{
	padding-right: 30px;
}
.xsyg ul{
	padding-left: 15px;
	padding-right: 15px;
}
.xsyg li{
	width: 50%;
	float: left;
	padding:10px;
}
.xs-date{
	float: left;
	width: 20%;
	border:1px solid #384e97;
	text-align: center;
	padding: 0px 0px;
}
.xs-day{
	font-size: 24px;
	background: #384e97;
	color: #fff;
	line-height: 42px;
}
.xs-month{
	font-size: 14px;
	line-height: 18px;
	color: #384e97;
	line-height: 36px;
}

.xs-con{
	width: 80%;
	float: left;
	padding-left: 15px;
}
.xs-title{
	width: 100%;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
	line-height: 24px;
	margin-bottom: 8px;
}
.xs-title a{
	color: #000;
}
.xs-detail{
	font-size: 14px;
	line-height: 1.8em;
	height: 38px;
}
.kycg-item-img{
	width: 40%;
	float: left;
}
.kycg-item-img img{
	width: 100%;
}
.kycg-item-con{
	width: 60%;
	float: left;
	padding-left: 15px;
}
.kycg-item-title{
	line-height: 24px;
	height: 48px;
}
.kycg-item-title a{
	color: #000;
}
.kycg-item{
	margin-top: 15px;
}
.kycg-item-date{
	width: 100%;
	font-size: 14px;
	color: #950000;
	text-align: right;
	margin-top: 10px;
}

/*景润青年*/
.jrqn{
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.jrqn-item{
	padding-top:15px;
	padding-bottom: 15px;
}
.jrqn-item-img img{
	width: 100%;
}
.jrqn-item-title{
	line-height: 24px;
	height: 48px;
	text-align: justify;
}
.jrqn-item-title a{
	color: #000000;
}

/*专题栏目*/
.ztlm{
	padding-top: 40px;
}
.ztlm li{
	margin-top: 25px;
}
.ztlm li img{
	width: 100%;
}

/**/
.zt ul{
	width: 100%;
	margin-top: 30px;
}
.zt-item{
	float:left;
	width: 25%;
	padding:10px 15px;
}
.zt-item:first-child{
	width: 50%;
}
.zt-item-img img{
	width: 100%;
}
.zt-item-img{
	position: relative;
}
.zt-item-title{
	position: relative;
	bottom:64px;
	height: 64px;
	background: url("../images/bg2.png") repeat;
	line-height: 64px;
	width: 100%;
	text-align: center;
	margin-bottom: -64px;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
	color: #fff;
	padding:0 10px;
}
.zt-item-title a{
	color: #fff;
}

/*友情链接*/
.links{
	width:100%;
	background: #e7e7e7;
	padding:30px;
	margin-top: 50px;
}
.slideTxtBox2{ width:100%; text-align:left;}
.slideTxtBox2 .hd{ height:28px; line-height:28px; padding-top:15px; position:relative; }
.slideTxtBox2 .hd ul{ float:left;  position:absolute; top:-1px; height:26px;}
.slideTxtBox2 .hd ul li{ float:left; padding:0 25px; cursor:pointer;font-size: 20px; color: #8f8f8f}
.slideTxtBox2 .hd ul li:first-child{ border-right: 1px solid #8f8f8f;}
.slideTxtBox2 .hd ul li.on{ height:28px; color: #384e97;}
.slideTxtBox2 .bd ul{ padding:15px;  zoom:1;float: left; }
.slideTxtBox2 .bd li{ width: 16.6%; float: left; padding:10px;}
.slideTxtBox2 .bd li img{ width: 100%; }
.slideTxtBox2 .bd .xglj li{
	width: 20%;
}
.xglj li a{
	display: block;
	border:1px solid #384e97;
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;
	line-height: 56px;
	text-align: center;
	color: #384e97;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
	display: block;
	padding: 0px 10px;
}
.xglj li a:hover{
	background: #384e97;
	color: #fff;
}
/*footer*/
.footer{ 
	background:#384e97;
	width: 100%;
	padding:30px;
	color: #fff;
}
.footer li{
	line-height: 32px;
}
.wx-icon{
	float: left;
}
.wx-info{
	float: left;
	padding-left: 15px;
}
@media(min-width:1600px){
	.header>.container,.nav>.container,.main>.container,.footer>.container,.banner>.container,.xs-ky>.container,.links>.container{
		width: 80%;
	}
}
@media(max-width:1599px){
	.header>.container,.nav>.container,.main>.container,.footer>.container,.banner>.container,.xs-ky>.container,.links>.container{
		width: 95%;
	}
	.focus-title,.notice-title,.xsyg-title,.kycg-title,.jrqn-title,.qxcl-title,.slideTxtBox .hd ul li{
		font-size: 18px;
	}
	.slideTxtBox2 .hd，.slideTxtBox .hd ul,.slideTxtBox .hd ul li.on{
		height:42px; line-height:42px;
	}
}
@media(max-width:1366px){
	body{
		font-size: 14px;
	}
	.header>.container{
		background: url("../images/header-bg.png") no-repeat 66% bottom;
		background-size: auto 85%;
	}
	.header .navbar_nav>li.dropdown>.dropdown_menu{
		left:-37%;
	}
	.focus-item-date{
		line-height: 56px;
	}
	.focus-item-title{
		line-height: 56px;
	}
	.notice-item{
		margin-top: 10px;
		padding-bottom:5px;
	}
	.notice-item-date{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.notice-item-lm{
		width: 6em;
		line-height: 24px;
	}
}
@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;
	}
	.slideTxtBox2 .bd li{
		width: 25%;
	}
	.slideTxtBox2 .bd li img{
		width: 90%;
	}
	.focus-title,.notice-title,.xsyg-title,.kycg-title,.jrqn-title,.qxcl-title,.slideTxtBox .hd ul li{
		font-size: 16px;
	}
	.main{
		margin-top: 105px;
	}
}
@media(max-width:1024px){
	.header>.container,.nav>.container,.main>.container,.footer>.container,.banner>.container,.xs-ky>.container,.links>.container{
		width: 100%;
	}
	.header .navbar_nav>li.dropdown>.dropdown_menu{
		left:-37%;
		width: 120px;
	}
	.focus-title,.notice-title,.xsyg-title,.kycg-title,.jrqn-title,.qxcl-title{
		font-size: 18px;
		width: 110px;
	}
	.focus-item-title{
		width: 70%;
		line-height: 42px;
	}
	.focus-item-date{
		width: 30%;
		line-height: 42px;
	}
	.notice-item-date{
		width: 35%;
	}
	.notice-item-con{
		width: 65%;
	}
	.notice-item:last-child{
		display: none;
	}
	.slideTxtBox .hd ul li,.djgz-title,.slideTxtBox2 .hd ul li{
		font-size: 18px;
	}
	.notice-month,.jx-month,.xs-month{
		font-size: 12px;
	}
}
@media screen and (max-width: 992px){
	.header>.container{
		padding-bottom: 15px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -45px;
		display: inline-block;
		float: right;
		background: #102f5a;
		height: 56px;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.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 .navbar_nav{
		display: none;
	}
	.btn-all{
		display: none;
	}
	.xyxw{
		padding-right: 0px;
	}
	.notice{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.jx-tab{
		padding-right: 15px;
	}
	.djgz{
		padding-top: 30px;
	}
	.jx-tab{
		marign-top:30px;
		margin-bottom: 30px;
	}
	.xs-ky{
		background:none;
		margin-top: 0px
	}
	.kycg{
		margin-top: 30px;
	}
	.kycg-item{
		width: 33.3%;
		float: left;
		padding:15px;
	}
	.kycg-item-img,.kycg-item-con{
		width: 100%;
		padding-left: 0px;
	}
	.kycg-item-title{
		margin-top: 10px;
	}
	.kycg-item-date{
		text-align: left;
	}
	.djgz{
		float: left;
	}
	.djgz li{
		width: 50%;
		float: left;
		padding:0px 8px;
	}
	.jrqn-item{
		width: 33.3%;
	}
	.ztlm li{
		width: 33.3%;
		float: left;
		padding:0px 8px;
	}
	.xsyg ul{
		padding-left: 0px;
		padding-right: 0px;
	}
	.xsyg{
		padding-right: 15px;
	}
	.xsyg li{
		padding:10px 0px;
	}
}
@media(max-width:767px){
	.header .navbar_nav>li{
		line-height: 42px;
	}
	.header #navToggle {
		height: 100%;
		padding: 3px 15px;
		height:42px;
	}
	.header>.container{
		background: none;
	}
	.banner{
		margin-bottom: -45px;
		margin-top: -20px;
	}
	.main-2{
		padding-left: 15px;
		padding-right: 15px;
	}
	.slideTxtBox .bd li,.djgz li,.jrqn-item,.ztlm li,.xsyg li,.kycg-item{ 
		width: 100%;
	}
	.xsyg ul{
		padding-left: 0px;
		padding-right: 0px;
	}
	.xsyg{
		padding-right: 0px;
	}
	.xsyg li{
		padding:10px 0px;
	}
	.slideTxtBox2 .bd li{
		width: 33.3%;
	}
	.slideTxtBox2 .bd .xglj li{
		width: 33.3%;
	}
	.xglj li a{
		line-height: 42px;
	}
	.xs-ky{
		background: none;
		padding-left: 0px;
		padding-right: 15px;
	}
	.jrqn{
		padding-left: 15px;
		padding-right: 15px;
	}
	.zt-item,.zt-item:first-child{
		width: 100%;
	}
	.kycg{
		padding-top: 30px;
		padding-right: 0px;
	}
	.kycg-item,.jrqn-item,.ztlm li,.zt-item{
		padding-left: 0px;
		padding-right: 0px;
	}
	.links .container{
		width: 100%;
	}
	.links{
		padding:30px 0px;
	}
	.slideTxtBox2 .bd .ynlj li{padding:10px 0px;}
	.slideTxtBox2 .bd .xglj li{padding:10px 10px;}
	.footer .col-xs-12{
		padding: 0px;
	}
	.footer{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*返回顶部*/
.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(../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;
  }
}