@charset "UTF-8";
*{
	margin: 0px auto;
}
body{
	font-family: "微软雅黑","黑体",Microsoft YaHei,Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	width: 100%;
	overflow-x: hidden;
	font-size: 14px;
	color:#333333;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;
}
a,a:hover{
	text-decoration:none;
}
.clear{
	clear:both;
}
.style01{
	font-family: Times New Roman, serif;
}
.style02{
	color: #b3b3b3;
}
body{
	width:100%;
}

header{
	width: 100%;
	overflow-x: hidden;
	/**border-top: 3px solid #c60002;**/
}
.logo{
	padding-top: 15px;
	padding-bottom: 15px;
}
.logo img{
	max-width:100%;
}
.menu{
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	z-index: 999;
	text-align: right;
	margin-top: -50px;
}
body,.main{
	width: 100%;
}
.top-weixin{
	text-align: right;
	line-height: 42px;
	padding-left: 20px;
	float: right;
}
.top-weixin img{
	width: 28px;
}
.top-weixin a,.top-weixin span{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	color: #d5d5d5;
}
.f-search{
	color: #fff;
	font-size: 14px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.f-search input[type="text"]{
    width:150px;
    height:28px;
    background:#f1f1f1;
    float:left;
    border:0;
    color:black;
}
.f-search button{
    width:42px;
    height:28px;
    background:#c50000;
    text-align:center;
    color:#fff;
    float:left;
    border:0px;
	line-height: 28px;
}
.f-search i{
	font-size:14px;
}
@media(min-width:1600px){
	.menu>.container,.header-main>.container,.banner>.container,.main>.container,.news>.container,.footer>.container{
		width: 80%;
		padding:0px;
	}
        .footer2>.container{width:1270px;}
	.header-main .col-md-3{
		width:32%;
		padding-left:0px;
	}
	.header-main .col-md-9{
		width:68%;
		padding-right:0px;
		padding-top: 10px;
	}
       .mobile_banner{
		display:none;
	}
}
@media(max-width:1599px){
	.menu>.container,.header-main>.container,.banner>.container,.main>.container,.news>.container,.footer>.container{
		width:90%;
	}
	.header-main .col-md-3{
		width:30%;
		padding-left:0px;
	}
	.header-main .col-md-9{
		width:70%;
		padding-right:0px;
		padding-top: 10px;
	}
       .mobile_banner{
		display:none;
	}
}
@media(max-width:1365px){
	.menu>.container,.header-main>.container,.banner>.container,.footer>.container,.main>.container,.news>.container{
		width: 90%;
	}
	.header-main .col-md-3{
		width:40%;
		padding-left:15px;
	}
	.header-main .col-md-9{
		width:60%;
		padding-right:15px;
		padding-top: 10px;
	}
	.logo img{
		max-width:350px;
	}
       .mobile_banner{
		display:none;
	}
}
@media(max-width:1280px){
	.menu>.container,.header-main>.container,.banner>.container,.footer>.container,.footer2>.container,.main>.container,.news>.container{
		width: 95%;
	}
	.logo img{
		max-width:250px;
		margin-top:15px;
		margin-bottom:15px;
	}
}
@media(max-width:1024px){
	.header-main .col-md-3{
		width:30%;
	}
	.header-main .col-md-9{
		width:70%;
	}
       .mobile_banner{
		display:none;
	}
}
@media(max-width:768px){
	.header-main .col-md-3{
		width:40%;
	}
	.header-main .col-md-9{
		width:60%;
	}
	.logo{
		padding-bottom: 0px;
	}
              .mobile_banner{
		display:none;
	}
}
@media(max-width:767px){
	.header-main .col-md-3{
		width:50%;
	}
	.header-main .col-md-9{
		width:50%;
	}
	.logo{
		padding-bottom: 15px;
	}
	.top-weixin{
		margin-top: 8px;
	}
	.logo img{
		max-width:200px;
		margin-top:0px;
		margin-bottom:0px;
	}
	.ylh_toptel,.ylh_tel,.pc_banner{
		display:none;
	}
	.mobile_banner{
		display:block;
	}
}
 
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "微软雅黑","黑体",Microsoft YaHei,Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: SimSun;
  float: right;
}
#cssmenu > ul > li {
  float: left;
  height: 60px;
  padding:0px 25px;
  text-align:center;
}
#cssmenu > ul > li:last-child {
  background: none;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li {
	background: none;
}
#cssmenu > ul > li > a {
  width:100%;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  line-height: 60px;
  display:block;
}
#cssmenu > ul > li:last-child > a {
	background:none;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
	display: block;
	width: 100%;
	color: #a70000;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999;
  filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#a70000,endcolorstr=#a70000,gradientType=0);
  -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#a70000,endcolorstr=#a70000,gradientType=0);/*IE8*/	
  background:#a70000;/* 一些不支持背景渐变的浏览器 */  
  background:-moz-linear-gradient(top, #a70000, rgba(167, 0, 0, 0.7));  
  background:-webkit-gradient(linear, 0 0, 0 bottom, from(#a70000), to(rgba(167, 0, 0, 0.7)));  
  background:-o-linear-gradient(top, #a70000, rgba(167, 0, 0, 0.7));
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: -100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: -100%;
}
#cssmenu ul ul li {
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  
}
#cssmenu ul li:hover > ul > li {
}
#cssmenu ul ul{
	margin-left:-10px;
}
#cssmenu ul ul li a {
  padding: 10px;
  width: 100px;
  font-size: 14px;
  text-decoration: none;
  color: #e6e7a9;
  text-align:center;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  line-height: 1.3em;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background:#6e0002;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 18px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  content: "";
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff;
}
@media(min-width:1600px){
	#cssmenu ul ul li a {
		width:160px;
	}
	#cssmenu ul ul {
		margin-left:-48px;
	}

}
@media(min-width:1280px) and (max-width:1699px){
	#cssmenu ul ul li a {
		width:160px;
	}
	#cssmenu ul ul {
		margin-left:-48px;
	}
	#cssmenu > ul > li {
  		padding:0px 20px;
	}
	#cssmenu > ul > li > a {
		font-size:18px;
	}
}
@media(max-width:1439px){
	#cssmenu > ul > li {
  		padding:0px 15px;
	}
	#cssmenu > ul > li > a {
		font-size:18px;
	}
}

@media(max-width:1280px){
	#cssmenu > ul > li {
  		padding:0px 13px;
	}
	#cssmenu > ul > li > a{
		font-size:16px;
	}
}
@media(min-width:769px) and (max-width:1024px){
	
	#cssmenu > ul > li {
  		padding:0px 10px;
	}
	#cssmenu ul ul li a {
		width:120px;
	}
	#cssmenu ul ul {
		margin-left:-32px;
	}
	
}
@media all and (max-width: 968px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 801px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 801px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 801px), only screen and (min-device-pixel-ratio: 2) and (max-width: 801px), only screen and (min-resolution: 192dpi) and (max-width: 801px), only screen and (min-resolution: 2dppx) and (max-width: 801px) {
 .menu{
	height:36px;
	margin-top: 0px;
	background: #c3110f;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	background: #fff;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu > ul > li {
  	height: 42px;
  }
  #cssmenu > ul > li>a {
  	line-height: 42px;
	font-size: 14px;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	color: #333;
	
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul {
	  background: #fff;
  }
  #cssmenu ul ul li a {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    color: #333;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #333;
  }
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
	color:#005c39;
}
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
	display: none;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    width: 15px;
    height: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 20px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

.wrap{
	
	width: 100%;
	background-size: contain; 
	-webkit-background-size: contain; 
	-moz-background-size: contain;  
	-o-background-size: contain; 
}

/*轮番图*/
.banner{
	width: 100%;
	overflow-x: hidden;
}
.banner img{
	width: 100%;
}
.banner .focusBox { position: relative; width:100%; overflow: hidden;}
.banner .focusBox .pic{ position:absolute; z-index:0;left: 0; width:100%;}
.banner .focusBox .pic img {/*** width:105%; ***/display: block; }
.banner .focusBox .pic .pic-img-title{position: absolute;bottom: 0; z-index: 9999; width: 105%; text-align: center; line-height: 38px;background-color: rgba(0,92,57,0.5);overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.banner .focusBox .pic .pic-img-title a{color: #fff; font-size: 24px;}
.banner .focusBox .hd { width:30%; position: absolute; right: 0; bottom: 0px; text-align: right; font-size:0; z-index:1;height: 46px; padding-right: 7%;padding-top: 18px;}
.banner .focusBox .hd li{margin: 0px 5px; background: url(../images/dot.png) no-repeat 0 -16px; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
display:inline-block; *display:inline; zoom:1;  _background: url(../images/dot8.png) no-repeat 0 -16px;
}
.banner .focusBox .hd .on{ background-position:0 0; }
.banner .focusBox .prev,.banner .focusBox .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(../images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
.banner .focusBox .prev { left: 0; }
.banner .focusBox .next { background-position: 0 -90px; right: 0; }
.banner .focusBox .prev:hover,.banner .focusBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }

/*学院通知*/
.xytz{
	background: #c10506;
	line-height: 86px;
	border-bottom: 10px solid #117279;
}
.xytz-title{
	font-size: 30px;
	color: #fff;
}
.txtScroll-left{ width:100%;  position:relative; }
.txtScroll-left .bd{width:100%; overflow:hidden;}
.txtScroll-left .bd ul{ overflow:hidden; zoom:1; width: 100%;}
.txtScroll-left .bd ul li{ width: 50%; float:left; line-height: 86px;  text-align:left; _display:inline;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color:#fff;}
.txtScroll-left .bd ul li a{ color: #fff; font-size: 18px;}
.txtScroll-left .bd ul li a:hover{ color:#fde8a1;  }

/*3个按钮*/
.btns{
	width: 60%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.btns .col-md-4{
	text-align: center;
}
.btn{
	width: 179px;
	height: 170px;
}
.btn a{
	width: 179px;
	height: 170px;
	display: block;
	color: #fff;
	font-size: 26px;
	line-height: 36px;
	padding-top: 46px;
	text-align: center;
	padding-left: 0px;
	transition: background 0.5s;
	-moz-transition: background 0.5s;	/* Firefox 4 */
	-webkit-transition: background 0.5s;	/* Safari 和 Chrome */
	-o-transition: background 0.5s;
	margin-left: -15px;
}
.btn01 a{
	background: url(../images/btn01.jpg) no-repeat;
	background-size:100%;
}
.btn01 a:hover{
	background: url(../images/btn01-on.jpg) no-repeat;
	background-size: 100%;
}
.btn02 a{
	background: url(../images/btn02.jpg) no-repeat;
	background-size: 100%;
}
.btn02 a:hover{
	background: url(../images/btn02-on.jpg) no-repeat;
	background-size: 100%;
}
.btn03 a{
	background: url(../images/btn03.jpg) no-repeat;
	background-size: 100%;
}
.btn03 a:hover{
	background: url(../images/btn03-on.jpg) no-repeat;
	background-size: 100%;
}
.btn04 a{
	background: url(../images/btn04.jpg) no-repeat;
	background-size: 100%;
}
.btn04 a:hover{
	background: url(../images/btn04-on.jpg) no-repeat;
	background-size: 100%;
}
.main{
	overflow-x: hidden;
	width:100%;
}
.main>.container{
	padding: 10px 0px;
}

/*学院新闻*/
.news{
	width: 100%;
	background: #f4f4f4;
	padding-top: 35px;
	padding-bottom: 35px;
}
.news-title,.notice-title{
	font-size: 24px;
	color: #c3110f;
	margin-bottom: 25px;
}
.news-img{
	overflow: hidden;
}
.news-img,.news-img img{
	width: 100%;
	height: 100%;
}
.news-img img{
	width: 100%;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	transition: all 0.5s;
}
.news-img img:hover{
	transform: scale(1.4);
}
.news-item{
	transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;	/* Firefox 4 */
	-webkit-transition: box-shadow 0.5s;	/* Safari 和 Chrome */
	-o-transition: box-shadow 0.5s;
}
.news-item:hover{
	box-shadow: 3px 3px 6px #b7b7b7;
	-webkit-box-shadow: 3px 3px 6px #b7b7b7;
	-moz-box-shadow: 3px 3px 6px #b7b7b7;
	-o-box-shadow: 3px 3px 6px #b7b7b7;
}
.news-con{
	padding: 15px;
	background: #fff;
	width: 100%;
}
.news-item-con{
	width: 100%;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #8e8e8e;
	font-size: 14px;
	margin-top: 10px;
}
.news-item-date{
	width: 100%;
	text-align: right;
	line-height: 42px;
	font-size: 12px;
	color: #8e8e8e;
}
.news-item-date i{
	color: #c10506;
}
.news-item-title{
	line-height: 21px;
	overflow: hidden;
	text-align: justify;
	height:43px;
}
.news-item-title a{
	color:#000000;
	font-size: 16px;
}
.news-item-title a:hover{
	color: #c10506;
}
.news-more{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.news-more a{
	width:150px;
	height: 46px;
	padding:10px 45px;
	line-height: 46px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border:1px solid #c10506;
	color: #c10506;
	font-size: 18px;
}

/*通知公告*/
.notice{
	padding-top: 30px;
	padding-right: 25px;
}
.more{
	width: 100%;
	text-align: right;
	margin-top: -48px;
	margin-bottom: 30px;
}
.more a{
	color: #b3b3b3;
}
.notice-list{
	padding-left: 15px;
}
.notice-date{
	background:#c3110f;
	color:#fff;
	padding:15px;
	text-align:center;
}
.notice-item-title{
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 0px;
}
.notice-item-title a{
	color: #333;
}
.notice-item-title a:hover{
	color: #c3110f;
}
.day{
	font-size:22px;
	font-weight:bold;
	line-height:30px;
}
.month{
	font-size:16px;
	line-height:24px;
}
.notice-fgx{
	width:100%;
	height:1px;
	background:#fff;
}
.notice-con{
	width: 100%;
	background: #fbf1ef;
	padding: 20px 15px;
	margin-bottom:15px;
	padding-bottom: 21px;
}
.notice-lm{
	color:#c3110f;
	font-weight:bold;
}
.notice-bt{
	width: 100%;
	color:#5a5a5a;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	line-height: 24px;
}

/*招生简章*/
.zsjz{
	padding-top: 45px;
}
.zsjz-con{
	background: #bd262f;
	width: 100%;
}
.zsjz-con2{
	width: 100%;
	background: url(../images/zsjz-bg.jpg) no-repeat bottom;
	background-size: 100%;
	padding:30px;
	padding-top: 60px;
	padding-bottom: 40px;
}
.zsjz-title{
	width: 100%;
	text-align: center;
}
.zsjz-title div{
	border-bottom: 5px solid #fff;
	line-height: 42px;
	font-size: 24px;
	max-width: 150px;
	color: #fff;
}
.zsjz-all{
	margin-top: 40px;
}
.zsjz-item{
	width: 100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	color: #fff;
}
.zsjz-item a{
	line-height: 42px;
	font-size: 16px;
	color: #fff;
}
.zsjz-item a:hover{
	color: #fde8a1;
}
.zsjz-more{
	width: 100%;
	background: rgba(209,103,0,0.7);
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin-top: 50px;
}
.zsjz-more a{
	width: 100%;
	line-height: 42px;
	display: block;
	color: #fff;
}

/*功能按钮*/
.gn-btns{
	padding-top: 50px;
}
.gn-btn{
	float: left;
	margin-right: 40px;
}
.gn-btn:last-child{
		margin-right:0px;
	}
.gn-btn a{
	color: #333;
	font-size: 18px;
	line-height: 54px;
	padding-left: 64px;
}
.gn-btn01{
	background: url(../images/gnbtn01.png) no-repeat;
	background-size:54px;
}
.gn-btn02{
	background: url(../images/gnbtn02.png) no-repeat;
	background-size:54px;
}
.gn-btn03{
	background: url(../images/gnbtn03.png) no-repeat;
	background-size:54px;
}
.gn-btn04{
	background: url(../images/gnbtn04.png) no-repeat;
	background-size:54px;
}
.gn-btn05{
	background: url(../images/gnbtn05.png) no-repeat;
	background-size:54px;
}
.gn-btn06{
	background: url(../images/gnbtn06.png) no-repeat;
	background-size:54px;
}
.gn-btn a:hover{
	color: #bd262f;
}



/*footer*/
.footer{
	background: url(../images/footer-bg.png) no-repeat top;
	background-size: 100%;
	
}
.footer2{
	width: 100%;
	background:#6b0001;
	text-align:left;
	padding-bottom:20px;
	padding-top:20px;
	margin-top:50px;
	color:#fff;
	filter:alpha(opacity=70);
	opacity:0.7; 
}

.weixin{
	float: left;
	width: 20%;
}
.weixin img{
	width: 100%;
        max-width:129px;

}
.lxwm{
	border-right: 1px solid #fff;
}

.lxwm ul{
	float: left;
	width: 80%;
	padding-left: 20px;
}
.yqlj{
	
}
.footer-title{
	font-size: 18px;
	font-weight: bold;
	line-height: 46px;
	padding-bottom: 5px;
}
.lxwm li{
	line-height: 32px;
}
.yqlj li{
	width: 50%;
	float: left;
	line-height: 32px;
}
.yqlj li a{
	color: #fff;
}
.copyright{
	width: 100%;
	background:#6b0001;
	text-align:center;
	color:#fff;
	line-height: 42px;
	filter:alpha(opacity=90);
	opacity:0.9;
}
@media(max-width:1440px){
	.gn-btn{
		margin-right: 30px;
	}
	.gn-btn01,.gn-btn02,.gn-btn03,.gn-btn04.gn-btn05,.gn-btn06{
		background-size:54px;
	}
}
@media(max-width:1365px){
	.gn-btn{
		margin-right: 20px;
	}
	.news,.main>.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.btns{
		width: 70%;
	}
	.notice-date{
		width: 20%;
	}
	.notice-item-title{
		width: 80%;
	}
}
@media(max-width:1280px){
	.xytz-title{
		font-size: 24px;
	}
	.xytz{
		line-height: 64px;
	}
	.txtScroll-left .bd,.txtScroll-left .bd ul li{
		line-height: 64px;
	}
	.txtScroll-left .bd ul li a{
		font-size: 14px;
	}
	.btn{
		width: 150px;
		height: 142px;
	}
	.btn a{
		width: 150px;
		height: 142px;
		display: block;
		color: #fff;
		font-size: 24px;
		line-height: 32px;
		padding-top: 36px;
		margin-left: -15px;
	}
	.gn-btn a{
		font-size:14px;
	}
	.news-item-title a,.zsjz-item a,.infoList{
		font-size:14px;
	}
	.month{
		font-size:14px;
	}
	.gn-btn a{
		padding-left:60px;
	}
	.gn-btn01{
		background: url(../images/gnbtn01.png) no-repeat;
		background-size:54px;
	}
	.gn-btn02{
		background: url(../images/gnbtn02.png) no-repeat;
		background-size:54px;
	}
	.gn-btn03{
		background: url(../images/gnbtn03.png) no-repeat;
		background-size:54px;
	}
	.gn-btn04{
		background: url(../images/gnbtn04.png) no-repeat;
		background-size:54px;
	}
	.gn-btn05{
		background: url(../images/gnbtn05.png) no-repeat;
		background-size:54px;
	}
}
@media(min-width:992px) and (max-width:1024px){
	.notice-date{
		width: 25%;
	}
	.notice-item-title{
		width: 75%;
	}
}
@media(max-width:768px){
	.banner{
		margin-top:36px;
	}
	.btns{
		width: 90%;
	}
	.txtScroll-left .bd ul li{ width: 50%; float:left; line-height: 72px;  text-align:left; _display:inline;}
	.notice-date{
		width: 26%;
		padding:15px 10px;
	}
	.notice-item-title{
		width: 74%;
	}
	.notice{
		padding-right: 15px;
	}
	.gn-btn{
		margin-bottom: 15px;
	}
	.footer{
		margin-top: 35px;
	}
	.yqlj li{
		width: 33.3%;
		overflow: hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
	}
}
@media(max-width:767px){
	.btn{
		width: 100px;
		height: 94px;
	}
	.btn a{
		width: 100px;
		height: 94px;
		display: block;
		color: #fff;
		font-size: 18px;
		line-height: 24px;
		padding-top: 20px;
		margin-left: -15px;
	}
	.banner .focusBox .hd { width:30%; padding-right:1%;height: 32px; padding-top: 10px;}
	.xytz{
		line-height: 32px;
	}
	.xytz-title{
		font-size: 18px;
	}
	.txtScroll-left .bd,.txtScroll-left .bd ul li{
		line-height: 32px;
	}
	.footer{
		background: none;
	}
	.news .col-xs-12{
		padding-left:0px;
		padding-right:0px;
	}
	.news-item{
		margin-bottom:15px;
	}
	.news-title,.notice-title,.zsjz-title div{
		font-size: 18px;
	}
}
@media(max-width:413px){
	.top-weixin{
		padding-left: 0px;
		margin-right: 10px;
		margin-top: 5px;
	}
	.top-weixin img{
		width: 20px;
	}
	.top-weixin a,.top-weixin span{
		display: inline-block;
		padding-left: 5px;
		padding-right: 5px;
	}
	.header-main .col-xs-6{
		padding-right: 0px;
	}
}


/*返回头部*/
.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(54, 54, 54, 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;
  }
}