﻿/*重置*/
body,h1,h2,h3,h4,h5,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
input,select,form,textarea,button{ border:none; margin:0;outline:none; padding:0;}
h1,h2,h3,h4,h5{ font-weight:normal;}
img{ border:none;}
a{ text-decoration:none;}
*{ font: normal 10px/100% Helvetica, Arial, sans-serif;}
li{ list-style-type:none;}
body,html{ width:100%;}
body{background-color: #fff;}


/*头部开始了*/





.top_dingw{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.top_dingw1{
	width: 100%;

}
.top_bg{
	padding: 2%;
	border-bottom: solid 3px #E20000;
	background: #fff;
}
.top_main{
	overflow: hidden;
	padding: 1% 0;
}
.top_logo{
	float: left;
	width: 8rem;
}
.top_logo img{
	width: 100%;
}

.top_name{ float:right; width:10rem; overflow:auto; text-align:right; color:#E20000; font-size:1.3rem;margin-top: 4.5%;}
.top_search{
	float: right;
	width: 4rem;
	overflow: auto;
	display:-moz-flex;
    display:-webkit-flex;
    display:flex;
    margin-top: 2%;
}

.top_search img{
	width: 50%;
	display: block;
	float: right;
}
.top_search .search{
	-moz-flex:1;
    -webkit-flex:1;
    flex:1; 
}
.top_search .daoh{
	-moz-flex:1;
    -webkit-flex:1;
  	flex:1;
}
.top_search .daoh img{
	padding: 0.2rem 0 0 0;
}


.reveal-modal-bg {
	position: fixed; 
	height: 100%; 
	width: 100%; 
	z-index: 100; 
	display: none; 
	top: 0; 
	left: 0; 
	background:rgba(00, 00, 00, 0.1)
}
.reveal-modal { 
	visibility: hidden; 
	top: 0px;
	left:0;  
	width: 96%; 
	position:absolute;
	z-index: 101; 
	background-color: #FFF;
	padding: 2%;

}

.sousuok{
	padding: 1.5% 0; 
	overflow: auto;
}
.sousuok .search-input{
	width: 75%;
	padding:0 2%;
	height: 2.5rem;
	line-height: 2.5rem;
	border-left: solid 1px #E20000;
    border-top: solid 1px #E20000;
    border-bottom: solid 1px #E20000;
    border-right: solid 0px #E20000;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    float: left;
    -webkit-appearance: button;
    font-size: 1.2rem;
}
.sousuok .search-btn {
	width: 20%;
	height: 2.655rem;
	border: 0 none;
	padding: 0;
	background: #E20000;

	float: left;
	color: #fff;
	font-size: 1.2rem;

}
.sousuok .zida{
	width: 20%;
	height: 2.655rem;
	border: 0 none;
	background: #cecece;
	float: right;
	color: #fff;
	font-size: 1.2rem;

}



/**/


/**/



.sui-nav {

font-size: 14px;
position: relative;
color: #222;
z-index: 10; }
@media (max-width:1920px) {
.sui-nav {
display: none; } }

.nav-line ul{
line-height: 200%;
}

.nav-line ul .dengl{
	background: #2c8fcd;
	padding: 3% 0;
	margin-bottom: 8%;
}
.nav-line ul .dengl span{
	background: url(../images/re.png) no-repeat 15% center;
	background-size: 8%;
	color: #fff;
	padding: 9% 0 9% 30%;
	border-bottom: solid 1px #b5daf1; 

}
.nav-line ul li{
	padding: 3%;
	
}
.nav-line ul li a{
	display:block;
	
}
.nav-line ul li a span{
	display: block;
	padding: 1% 0;
	font-size: 1.2rem;
	color: #39474f;
	padding-left: 30%;
}
.nav-line ul .p1{
	background: url(../images/xinw.png) no-repeat 15% center;
	background-size: 6%;
}
.nav-line ul .p2{
	background: url(../images/wangy.png) no-repeat 15% center;
	background-size: 6%;
}
.nav-line ul .p3{
	background: url(../images/wangk.png) no-repeat 15% center;
	background-size: 6%;
}
.nav-line ul .p4{
	background: url(../images/mingb_.png) no-repeat 15% center;
	background-size: 6%;
}
.nav-line ul .p5{
	background: url(../images/huangy.png) no-repeat 15% center;
	background-size: 6%;
}
.nav-line ul .p6{
	background: url(../images/tongc.png) no-repeat 15% center;
	background-size: 6%;
}
@media (max-width:1920px) {
.sui-nav .hide-in-mobile {
display: none; } }
.sui-nav .show-in-mobile {
display: none; }
@media (max-width:1920px) {
.sui-nav .show-in-mobile {
display: block; } }
.sui-nav .show-in-horizontal {
display: none; }

.sui-nav.slide-nav {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background-color: #fff;
width: 100%;
height: 100%;
overflow-y: auto;
box-shadow: none;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: -webkit-transform 0.4s,box-shadow 0.4s;
transition: transform 0.4s,box-shadow 0.4s;
max-width: 100%; }
@media (max-width:1920px) {
.sui-nav.slide-nav {
display: block; } }
.sui-nav.slide-nav.active {
width: 100%;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
-webkit-transform: translateX(40%);
-ms-transform: translateX(40%);
transform: translateX(40%); }

.sui-nav.nav-mask {
display: block;
position: fixed;
top: -50%;
left: -50%;
z-index: 9090;
width: 200%;
height: 200%;
background-color: rgba(0, 0, 0, 0.8);
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.4s,visibility 0.4s;
transition: opacity 0.4s,visibility 0.4s; }
.sui-nav.nav-mask.active {
visibility: visible;
opacity: 0.6; }

/*新闻导航*/


.news_dh{
	padding: 1% 0;
	background: #fff;
}
.news_dh ul{
	overflow: auto;
}
.news_dh ul .xians{
	float: left;
	text-align: center;
	padding: 2.5% 1%;
	width: 15%;
}
.news_dh ul .xians a{
	display: block;
	font-size: 1.2rem;
	color: #0b202d;
	line-height: 150%;
}

.news_top{
	padding: 1% 0;
	background: #fff;
	-webkit-box-shadow: 1px 1px 1px #9D9D9D;
    -moz-box-shadow: 1px 1px 1px #9D9D9D;
    box-shadow: 1px 1px 1px #9D9D9D;
	
}
.news_top ul{
	overflow: auto;
}
.news_top ul .xians1{
	float: left;
	padding: 2.5% 0% 2.5% 1.5%;
	width: 15%;
}
.news_top ul .xians1 a{
	display: block;
	font-size: 1.2rem;
	color: #0b202d;
	line-height: 150%;
}

.news_top1{
	padding: 1% 0;
	background: #fff;
	-webkit-box-shadow: 1px 1px 1px #9D9D9D;
    -moz-box-shadow: 1px 1px 1px #9D9D9D;
    box-shadow: 1px 1px 1px #9D9D9D;
	

	position:absolute;
	left:0;
	
	width: 100%;

	z-index: 99999;
}
.news_top1 ul{
	overflow: auto;
}
.news_top1 ul .xians1{
	float: left;
	padding: 2.5% 0% 2.5% 1.5%;
	width: 15%;
}
.news_top1 ul .xians1 a{
	display: block;
	font-size: 1.2rem;
	color: #0b202d;
	line-height: 150%;
}

.subNav{
	cursor:pointer;
	font-weight:bold;
	color:#999;
	line-height:28px;
	padding-left:10px;
	background:url(../images/jian.png) no-repeat;
	background-size: 45%;
	background-position:95% 50%;
}
.subNav:hover{
	color:#277fc2;
}
.currentDd{
	color:#277fc2;
}
.currentDt{
	background-image:url(../images/jia.png);
}
.navContent{
	width: 98%;
	height: 35rem;
	padding: 5% 0 5% 2%;
	display: none;
	border-bottom:solid 1px #a5aeb4;
	border-top:solid 3px #a5aeb4;
}
.navContent li{
	width: 15%;
	padding: 2.5%;
	margin: 2%;
	background: #dadada;
	text-align: center;
	float: left;
}
.navContent li a{
	display:block;
	color:#0c2433;
	font-size: 1.2rem;
}
.navContent li a:hover{
	color:#fff;
	background-color:#277fc2;
}



/*banner*/

.banner{
	padding-top:8.1rem; z-index:1;
}
.banner1{
	z-index:1;
}

.slideBox{ position:relative; overflow:hidden; z-index:1;}
.slideBox .hd{ position:absolute; height:1.5rem; bottom:0; right:0.3rem; z-index:1; }
.slideBox .hd li{ display:inline-block; width:0.5rem; height:0.5rem; -webkit-border-radius:0.5rem;
 -moz-border-radius:0.5rem; border-radius:0.5rem; background:rgba(255,255,255,1); text-indent:-9999px; overflow:hidden; margin:0 0.3rem;   }
.slideBox .hd li.on{ background:#E20000;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative;  }
.slideBox .bd li img{ width:100%; display:block;   }
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:0.5rem; height:2.5rem; line-height:230%;
 background:rgba(0,0,0,.5); color:#fff; font-size: 1.1rem;}

/*搜索*/
.search1{
    position: relative;
    padding: 1em 1.5em;
    background-color: #f6f6f6;
}
.search1 .txt {
    font-size: 1.2rem;
    width: 95%;
    line-height: 2rem;
    height: 2.2em;
    padding: 0 0.55em;
    background-color: #fff;
    border-radius: 2.5em;
}
.search1 .sbt {

    position: absolute;
    top: 1.1em;
    right: 2em;
    text-indent: -999em;
    overflow: hidden;
    border: none;
    font-size: 20px;
}
/*
@media screen and (min-width:1900px){
  .search1 .sbt {
    font-size: 1rem;
}
}
@media screen and (min-width:1024px) and (max-width: 1280px){
  .search1 .sbt {
    font-size: 1.2rem;
}}
@media screen and (min-width:960px) and (max-width:1024px) {
  .search1 .sbt {
    font-size: 1.1rem;
}
}
@media screen and (min-width:900px) and (max-width:960px) {
  .search1 .sbt {
    font-size: 1.1rem;
}
}*/
.sbt{
    border: none;
    background: none;
    box-sizing: border-box;
}
.i-search {
    background-position: 0 -6em;
}
.icon{
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../images/icon.svg);
    background-size: 100% auto;
}

/*头条*/
.shadow{
    padding: 4% 2%;
    border-bottom: solid 0.6rem #dcdcdc;
}
.shadow .ad img{width:100%; height:auto;}
.shadow2{
    padding: 4% 2% 0 2%;
}
.shadow2 .ad img{width:100%; height:auto;}

.shadow3{
    padding:0 2%;
}
.shadow3 .ad img{width:100%; height:auto;}

.shadow1{
    padding: 4% 0;
}

.shadow4{
    padding: 4% 2%;
}
.shadow5{
    padding: 4% 0 0 0;
}

.zy_news ul li{
	overflow: hidden;
	padding:.7rem 0;
	border-bottom: #ccc dashed 1px;
}
.zy_news ul li img{
	float: left;
	width: 8.3rem;
    height: 5.157rem;
	margin-right:2%;
}
.zy_news ul li dt{
	font-size: 1.1rem;
	line-height: 160%;
	color: #333;
	display: block;

}
.zy_news ul li h1{
	padding-top: 0.8rem;
    color: #999;
    font-size: 1.1rem;
    left: 9rem;

}



/**/


.tabBox .hd{ height:3rem; line-height:3rem; border-top:3px solid #E20000; border-bottom:1px solid #9d9d9d;
	position:relative;
}
.tabBox .hd span{position: absolute; right: 2%; top: .9rem;}
.tabBox .hd span a{line-height: 1.4rem;font-size: .8rem;color: #999;}
.tabBox .hd ul{ 
	position:absolute; 
	height:3.08rem; 
	top:0; 
	overflow:hidden; 
	width: 100%; 
	text-align: center; 
	display:-moz-flex;
    display:-webkit-flex;
    display:flex;

}
.tabBox .hd ul li{ 
	float:left; 
	padding:0 2%; 
	color:#666;
	margin:0.2rem;
	-moz-flex:1;
    -webkit-flex:1;
    flex:1; 
	}
.tabBox .hd ul .feng{
	display: block;
	width: 1px;
	height: 3rem;
	background: #9d9d9d;
	float: left;
}
.tabBox .hd ul li a{ font-size:1.2rem; display: block; line-height:2.7rem;padding-top: .0888rem; }
.tabBox .hd ul .on{  background:#E20000; color:#fff; margin:0.2rem;}
.tabBox .hd ul .on a{padding-top: 0;}

.tabBox .bd ul{  overflow: hidden;
font-size: 1.1rem; 
line-height:150%;
}
.tabBox .bd ul p{ font-size:1rem; color:#333; line-height:2rem;padding: 0 2%;}
.tabBox .bd li{ overflow: hidden; padding:.3rem 0 .3rem 1rem;background-image: url(../images/news_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.1rem;}
.tabBox .bd li a{ color: #333; font-size: 1.1rem;
	width: 100%; display: block; line-height: 140%;
} 
/*.tabBox .bd li a:before{
	content: "· ";font-size: 1.2rem;color: #333; 
}


.tabBox .bd .tout a:before{
	content: " ";font-size: 1.2rem;color: #333; 
}*/
.tabBox .bd ul .tout{
	overflow: hidden;
	padding:.7rem 0;
	border-bottom: #ddd solid 1px;
	position: relative;
}
.tabBox .bd ul strong{ font-size: 1.1rem; }
.tabBox .bd ul .tout img{
	float: right;
	width: 7.813rem;
    height: 5.157rem;
	border: #d6d7dc solid 1px;
	margin-left:2%;
}
.tabBox .bd ul .tout dt{
	font-size: 1.1rem;
	line-height: 160%;
	color: #333;
	display: block;

}

.tabBox .bd ul .tout h1{
	padding: 0.3rem;
	border-radius: 2px;
	color: #2c8fcd;
	position: absolute;
	left: 0;
	bottom: 0.6rem;
	border:solid 1px #2c8fcd;
}

.tabBox .bd ul .jianx{
	margin-bottom: 0.5rem;
}



.tabBox .title{
	margin: 2% 0 3% 0;
	border-left: solid 0.2rem #E50112;
	padding-left: 2%;
	font-size: 1.3rem;
	display: block;
}
.tabBox .xian{
	height:1px;
	border:none;
	border-bottom: 1px solid #9d9d9d;
}

.tabBox1 .title{
	margin: 2% 0 3% 0;
	font-size: 1rem;
	display: block;
	color:#666;
}
.tabBox1 .xian{
	height:1px;
	border:none;
	border-bottom: 1px solid #cacaca;
}

.teacher .title{
	margin: 8% 0 5% 0;
	border-left: solid 0.2rem #2c8fcd;
	padding-left: 2%;
	font-size: 1.3rem;
	display: block;
}
.teacher .xian{
	height:1px;
	border:none;
	border-bottom: 1px solid #9d9d9d;
}


/*图文*/
.teacher{
	padding:0 2%;
}
.picScroll{ text-align:center; overflow:hidden;}
.picScroll .bd ul{ width:100%;  float:left; }
.picScroll .bd li{ width:46%; padding:2%; float:left; text-align:left;}
.picScroll .bd li a{-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }
.picScroll .bd li img{ width: 100%; display: block; }
.picScroll .bd li span{ color: #333; font-size: .9rem; line-height: 150%; display: block;margin-top: 0.3em;}
.picScroll .bd a:active span{ color: #2c8fcd; }


.picScroll .hd{ overflow:hidden; height: 1.5rem;}
.picScroll .hd ul{ text-align: center;}	
.picScroll .hd li{ display: inline-block; width:.8rem; height:.8rem; background:#a3a3a3; margin:0 3px; overflow:hidden; 
-webkit-border-radius:.8rem; -moz-border-radius:.8rem; border-radius:.8rem; color: #a3a3a3;
}
.picScroll .hd .on{ background:#2c8fcd; color: #2c8fcd; }



/*<!--底部-->*/

.endbg{
	background: #3A3D44;
	text-align: center;
	color: #fff;
	border-top:solid #E20000 0.3rem;
}
.endbg p{
	line-height: 200%;
	font-size: 1rem;
}
.endbg h2{
	padding: 5% 0;
	border-bottom:solid 1px #8bc7ec; 
}
.endbg h2 .beian{
	background: url(../images/zc.png) no-repeat 2% center;
	background-size: 6%;

}
.endbg h2 .beian1{
	background: url(../images/beian.png) no-repeat 15% center;
	background-size: 6%;
}

.endbg h3{
	padding: 5% 0;

}
.endbg h3 p{
	font-size: 0.8rem;
}
.endbg h3 a{ color:#fff;font-size: 0.8rem;}
.daohang{    height: auto;    overflow: hidden;}
.daohang ul {
    height: auto;
    overflow: hidden;
    clear: both;
}
.daohang ul li {
    width: 22%;
    float: left;
    margin-left: 5.5%;
	margin-right: 5.5%;
    text-align: center;
    margin-top: 1rem;
	margin-bottom: 1rem;
    line-height: 1.5rem;

}
.daohang ul li a{
    color: #333;
}
.daohang ul li h1{font-size:1rem; margin-top:0.5rem;}
.daohang ul li img {
    width: 100%;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-duration: 2s;
}


.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*<!--返回头部-->*/
.botfly {
    position: fixed;
    bottom: 1em;
    right: 0.5em;
    z-index: 9999;
}
.botfly a {
    display: block;
    width: 1.8em;
    line-height: 1.8;
    height: 1.8em;
    text-align: center;
    background-color: rgba(226,0,0,0.7);
    border-radius: 50%;
    border: 2px solid rgba(226,0,0,0.7);
}
.i-tarrow2 {
    background-position: 0 -14em;
}
.icon4 {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../images/icon.svg);
    background-size: 100% auto;
}
i{
    font-weight: normal;
    font-style: normal;
}

/*新闻内容*/

.bian {
    margin-top: 0.3em;
}
.container {
    box-sizing: border-box;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    overflow: hidden;
}
.art-tit {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 0.6em;
    font-weight: normal;
}
.art-author {
    font-size: 1.3rem;
    margin-top: 15px;
    color: #aaa;
    margin-bottom: 12px;
}
.art-author .name, .art-author .time {
    display: inline-block;
    vertical-align: middle;
	font-size: 0.8rem;
}
span, em, i, address, cite, code, th {
    font-weight: normal;
    font-style: normal;
}
.bull {
    display: inline-block;
    width: 0.25em;
    height: 0.25em;
    margin: 0 0.5em;
}
.art-con {
    text-align: justify;
    word-wrap: break-word;
    margin-top: 0;
    line-height: 150%;
    font-size: 1.1rem;
	color:#333;
}
.art-con b {
    font-size: 1.1rem;
	font-weight:bold;
}
.art-con a {
    font-size: 1.1rem;
}
.art-con strong {
    font-size: 1.1rem;
	font-weight:bold;
}
.art-con p {
    font-size: 1.1rem;
	line-height: 1.7;
    margin-bottom: 0.5em;
}
.art-con img{
    display: block;
    width: 100%;
    margin-top: 0;
	align:center;
}
.art-sns {
    margin-top: 2em;
    padding-top: 2.5em;
    border: 1px solid #eee;
}
.sns ul {
    font-size: 0;
    text-align: center;
}
.sns li, .sns em, .sns i {
    display: inline-block;
    vertical-align: middle;
	font-size:0.8em;
}
.art-sns li {
    font-size: 1.2rem;
    width: 4em;
    margin-bottom: 1em;
}
.sns li.up em {
    background-color: #1291ea;
}
.sns em {
    border-radius: 50%;
}
.art-sns em {
    line-height: 3;
    width: 3em;
    height: 3em;
}
.art-sns i {
    font-size: 1.7rem;
    margin-top: -0.1em;
}
@media screen and (min-width:1900px){
  .art-sns i {
    font-size: 1.5rem;
}
}
@media screen and (min-width:1140px) and (max-width: 1280px){
  .art-sns i {
    font-size: 1.5rem;
}}
@media screen and (min-width:1024px) and (max-width: 1136px){
  .art-sns i {
    font-size: 1.4rem;
}}
@media screen and (min-width:960px) and (max-width:1024px){
  .art-sns i {
    font-size: 1.7rem;
}
}
@media screen and (min-width:900px) and (max-width:960px) {
 .art-sns i {
    font-size: 1.85rem;
}
}
@media screen and (min-width:650px)and (max-width:860px)  {
 .art-sns i {
    font-size: 1.5rem;
}
}
@media screen and (min-width:490px)and (max-width:640px)  {
 .art-sns i {
    font-size: 1.5rem;
}
}



.i-up1 {
    background-position: 0 0;
}
.i-weibo {
    background-position: 0 -12em;
}
.i-weibo {
    background-position: 0 -12em;
}
.i-zone {
    background-position: 0 -28em;
}
.i-zone {
    background-position: 0 -28em;
}
.sns li.weixin em {
    background-color: #1bc258;
}
.sns li.zone em {
    background-color: #f5be15;
}
.sns li.weibo em {
    background-color: #ff4142;
}
.i-weixin {
    background-position: 0 -26em;
}
.sns span {
    font-size: 0.9rem;
    display: block;
    line-height: 2;
    height: 2em;
    color: #666;
    letter-spacing: -1px;
    overflow: hidden;
    word-break: keep-all;
}