*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
      font-family:16px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
      color: #000;
      margin: 0;
      padding: 0;
    }
header{
	width:100%;
	background:url(../img/head.jpg) 0 0 no-repeat;
	background-size:100%;
	padding:30px 0 0;
}
.index{
	width:100%;
	position:relative;
}
.main{
	width:80%;
	margin:0 auto;
}
.cl{
	width:100%;
	clear:both;
}
ul{
	list-style-type:none;
}
a{
	text-decoration: none;
	color:#666;
}
a:hover{
	color:#4A90E2;
}
.ptb50{
	padding:30px 0;
}
.logo{
	width:300px;
	height:80px;
	background:url(../img/logo.png) no-repeat;
	background-size: 100%;
	display:block;
	text-indent:-9999px;
	float:left;
}
.sname{
	float:left;
	font-size:40px;
	margin:15px 40px;
	color: #fff;
}
.share{
	float:right;
	padding-top:20px;
}
.share ul li{
	float:left;
	width:40px;
	height:40px;
	margin-right:20px;
}
.share ul li img{
	width:100%;
}
.swiper-container {
  width: 100%;
  height: 100%;

}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
nav{
	width:100%;
	margin-top:25px;
}
nav ul li{
	float:left;
	width:11.11%;
	text-align:center;
	font-size:22px;
	height:56px;
	font-weight:500;
	position:relative;
}
nav ul li.active{
	border-bottom:4px solid #fff;
}
nav ul li a{
	color:#fff;
}
nav ul li:hover{
	border-bottom:4px solid #fff;
}
nav ul li:hover a{
	color:#fff;
}
nav ul li:hover .navson{
    display:block;
	} 
.navson{
	width:850px;
	height:200px;
	background:#fff;
	position: absolute;
	top:50px;
	left:-360px;
	display:none;
	background-image: url(../images/submenu.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 300px;
}
.navson i{
	width:20px;
	height:20px;
	display:block;
	background:#fff;
    transform:rotate(45deg);
    position:absolute;
    left:50%;
    margin-left:-10px;
    top:-10px;
}
.sonimg{
	float:left;
	width:28%;
	margin-top:24px;
	overflow:hidden;
}
.sonli{
	float:right;
	width:70%;
	padding:20px;
	overflow:hidden;
}
.sonli ul li{
	width:33.33%!important;
	float:left;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:14px;
}
.ml{
	float:left;
	width:20%;
}
.mr{
	float:right;
	width:76%;
}
.pt40{
	padding-top: 40px;
}
.catename{
	width:100%;
	background:url(../img/category.png) 0 0 no-repeat;
	line-height:120px;
	height:120px;
	text-align:center;
	color: #fff;
	font-size:24px;
}
.news,.hot{
	width:100%;
	margin-top:40px;
	background:#fff;
	border:1px solid #f2f2f2;
}
.news h3,.hot h3{
	background:#f2f2f2;
	line-height:80px;
	font-size:22px;
	padding-left:30px;
}
.news ul,.hot ul{
	padding:20px 30px;
	overflow:hidden;
}
.news ul li,.hot ul li{
	height:50px;
	line-height:50px;
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news ul li a,.hot ul li a{
	height:50px;
	line-height:50px;
	color: #666;
	
}
.news ul li.active a,.hot ul li.active a{
	color:#4A90E2;
}
.point{
	width:100%;
	height:42px;
	border-bottom:2px solid #ddd;
}
.pname{
	width:140px;
	height:40px;
	line-height:40px;
	color:#4A90E2;
	font-weight:600;
	font-size:24px;
	border-bottom:3px solid #4A90E2;
}
.nlist{
	width:100%;
	padding:30px 0 0;
}
.nlist ul li{
	width:100%;
	height:120px;
	margin-bottom:30px;
	overflow:hidden;
}
.slist{
   	width:100%;
	padding:30px 0 0;  
}
.slist ul li{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:18px;
	margin-bottom:12px;
	font-weight:bold;
	overflow:hidden;
}
.slist ul li a{
	color: #333;
}
.slist ul li a span{
	float:right;
	color:#666;
	font-weight:normal;
}
.tday{
	float:left;
	width:8%;
	height:120px;
	background:#4A90E2;
}
.day{
	width:100%;
	font-size:30px;
	text-align:center;
	margin-top:30px;
	color: #fff;
}
.ymonth{
	text-align:center;
	color:#fff;
}
.tgroup{
	float:right;
	width:89%;
	overflow:hidden;
}
.title{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:600;
	margin-bottom:20px;
}
.des{
	width:100%;
	line-height:30px;
	color:#666;
}
.npage{
	width:100%;
	line-height:30px;
	text-align:center;
	margin-bottom:30px;
}
.npage ul li{
	padding:3px 10px;
	float:left;
	border: 1px solid #ddd;
	margin-right:10px;
}
footer{
	width:100%;
	padding: 30px 0 0;
    background:#25252F;
    overflow:hidden;
}
.foot{
	width:100%;
	padding:20px 0;
	overflow:hidden;
}
.f_logo{
	float:left;
	width:30%;
}
.f_nav{
	float:right;
	width:70%;
	padding-top:10px;
}
.furl{
    font-weight:500;
    font-size:18px;
}
.furl a{
	color: #fff;
	margin-right:20px;
}
.foot_bt{
	background:#17171E;
}
.adress{
	color: #fff;
	height:50px;
	line-height:50px;
}
.foot_bt{
	height:60px;
	line-height:60px;
	text-align:center;
	color: #fff;
}
.map{
	width:100%;
	padding: 30px 0;
	overflow:hidden;
}
.head{
	width:100%;
	height:910px;
	overflow:hidden;
}
.head_top{
	width:80%;
	left: 10%;
	position:absolute;
	top:30px;
	z-index:3;
	display:inline-block;
	color:#fff;
}
.head_top .logo{
    float:left;
}
.head_top .search{
	float:right;
	padding-top:20px;
}
.search select{
	width:100px;
	height:36px;
	line-height:36px;
	border-radius:23px;
	outline:none;
	border: 1px solid #fff;
	background:none;
	padding: 0 10px;
	color:#fff;
}
option{
	width:100px;
	height:36px;
	line-height:36px;
	display:inline-block;
	color:#666;
}
.sipt{
	width:200px;
	height:36px;
	line-height:36px;
	border-radius:23px;
	outline:none;
	border: 1px solid #fff;
	background:none;
	padding: 0 10px;
	color: #fff;
} 
.sebtn{
	background:#4A90E2;
	height:36px;
	line-height:36px;
	width:100px;
	border-radius:30px;
	border: none;
	outline:none;
	text-align:center;
	color: #fff;
}
.head nav{
	width:70%;
	margin: 0 auto;
	position:absolute;
	top: 150px;
	left:15%;
	z-index:3;
}
.head nav ul li.active{
	border-bottom:none;
}
.head nav ul li.active a{
	color: #4A90E2;
}
.head nav ul li a{
	color:#fff;
}
.head nav ul li:hover{
	border-bottom:none;
}
.head nav ul li:hover>a{
	color: #4A90E2;
}
.bslide{
	width:100%;
	position:absolute;
	left: 0;
	top: 0;
	overflow:hidden;
}
.ngroup{
	width:100%;
	height:630px;
	overflow:hidden;
}
.special{
	width:80%;
	margin-top:-110px;
	height:220px;
	background:#fff;
	position:absolute;
	left: 10%;
	z-index:4;
	text-align:center;
	box-shadow: 0px 0px 20px 0px rgba(74, 144, 226, 0.2);
	overflow:hidden;
}
.special h2{
	height:50px;
	line-height:50px;
	font-size:24px;
	margin-top: 20px;
}
.special ul{
	margin-bottom:20px;
	overflow:hidden;
}
.special ul li{
	float:left;
	width:14.28%;
}
.icon{
	width:60px;
	height: 60px;
	display:block;
	margin:20px auto 10px;
}
.icon img{
	width:100%;
}
.special ul li p{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
}
.i_news{
	width:100%;
	background:url(../img/special.png) no-repeat;
	background-size:100%;
	position:absolute;
	padding-top: 150px;
	overflow:hidden;
}
.i_news .note{
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:24px;
	font-weight:600;
	margin-bottom:30px;
}
.note span{
	float:right;
	font-size:16px;
	color: #666;
}
.ifl{
	float:left;
	width:50%;
	margin-bottom:50px;
	overflow:hidden;
}
.ifr{
	float:right;
	width:50%;
	overflow:hidden;
}
.ifr ul li{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
.i_days{
	float:left;
	width:10%;
	color:#999;
	text-align:center;
}
.iday{
	height:60px;
    line-height:60px;
    font-weight:bold;
    font-size:36px;
}
.imonth{
    height:50px;
    line-height:50px;
}
.i_text{
    float:right;
    width:90%;
    overflow:hidden;
}
.i_title{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:18px;
    font-weight:600;
}
.i_title a{
	color: #666;
}
.i_title:hover a{
	color:#4A90E2;
}
.i_des{
	width:100%;
	line-height:30px;
	color: #999;
}
.gg{
	width:100%;
	background:url(../img/gbak.png) no-repeat;
	background-size:cover;
	padding:70px 0;
	margin-top:50px;
	overflow:hidden;
}
.gl{
	width:58%;
	float:left;
	padding:20px;
	background:#fff;
	overflow:hidden;
}
.gtitle{
	height:50px;
	line-height:50px;
	font-size:24px;
	color:#000;
	margin-bottom:20px;
}
.gfirst{
	width:100%;
    margin-bottom:20px;
    overflow:hidden;
}
.gfirst .gimg{
    width:30%;
    float:left;
}
.gfirst .gtext{
	width:68%;
	float:right;

}
.gt{
	height:40px;
	line-height:40px;
	font-size:22px;
}
.gt a{
	color: #666;
}
.gl ul{
	width:100%;
	padding:20px 0;
	border-top: 1px solid #ddd;
	overflow:hidden;
}
.gl ul li{
    height:50px;
    line-height:50px;
    border-bottom: 1px solid #ddd;
    font-size:16px;
    margin-bottom:10px;
}
.gl ul li a{
	color:#666;
}
.gl ul li span{
	float:right;
	font-size:14px;
}
.gr{
	width:39%;
	float:right;
}
.gdate{
	line-height:40px;
	font-size:14px;
	color: #999;
}
.gdes{
	line-height:22px;
	font-size:14px;
	color:#999;
}
.xxcx{
	width:100%;
	background:#fff;
	margin-bottom:8%;
	overflow:hidden;
}
.xxcx p{
	padding:0 30px;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:600;
}
.xxcx p a{
	color:#666;
}
.cxtitle{
	width:100%;
    background: #4A90E2;
    padding: 20px;
    overflow:hidden;
}
.cxicon{
	float:left;
	width:60px;
	height:60px;
	display:block;
}
.cxicon img{
	width:50px;
	height:50px;
	display:block;
	margin-top:5px;
}
.cxtext{
	float:left;
}
.cxt{
    font-size:24px;
    color:#fff;
}
.cxe{
    font-size:18px;
    color:#fff;
}
.ftl{
	float:left;
	width:39%;
}
.ftr{
	float:right;
	width:39%;
}
.ftl h3,.ftr h3{
	font-size:24px;
	height:40px;
	line-height:40px;
	margin-bottom:20px;
}
.ftl h3 span,.ftr h3 span{
	font-size:16px;
	height:40px;
	line-height:40px;
	color:#666;
	float:right;
}
.ftl .ftlbox{
	width:100%;
}
.ftlbox ul li:nth-child(1){
	display:block;
	left:0;
	top: 0;
}
.ftlbox ul li:nth-child(2){
	width:60%;
	display:block;
	position:absolute;
	right:0;
	bottom: 0;
}
.ftlbox ul li img{
	width:100%;
}
.ftr .ftrbox{
	width:100%;
}
.ftrbox ul li:nth-child(1){
	width:100%;
	display:block;
}
.ftrbox ul li:nth-child(2){
	width:50%;
	float:left;
	display:block;
}
.ftrbox ul li:nth-child(3){
	width:50%;
	float:left;
	display:block;
}
.ftrbox ul li img{
	width:100%;
}
.yl_l{
	float:left;
	width:16%;
	margin-top: -104px;
	z-index:4;
	position:absolute;
	overflow:hidden;
}
.yl_l h3{
	width:100%;
	height:100px;
	line-height:100px;
	background:#4A90E2;
	color:#fff;
	text-align:center;
	font-size:22px;
	display:block;
}
.yl_l ul{
	padding:5px 0 0;
	border-left:4px solid #4A90E2;
}
.yl_l ul li{
	width:100%;
	height:80px;
	line-height:80px;
	margin-bottom:5px;
	background:#f2f2f2;
	padding:0 30px;
	font-size:18px;
}
.yl_l ul li:nth-last-child(1){
	margin-bottom:0;
}
.yl_l ul li:hover{
    background:#f2f2f2 url(../img/right.png) center right no-repeat;
    background-size:30px;
}
.yl_l ul li:hover a{
	color:#4A90E2;
}
.yl_r{
	float:right;
	width:76%;
}
.gtitle img{
    width:36px;
    margin-top:7px;
    margin-right:10px;
    float:left;
}

.screen-reader-text{
	display: none;
}
.page-numbers{
	padding: 5px 10px;
    border: 1px solid #ddd;
    margin-right: 10px;
}
.current{
	background-color: #4A90E2;
	color: #fff;
}

nav li .sonli ul li a{
	color:#666;
	font-size: 20px;
}



@media screen and (max-width:1280px){
    .head nav ul li{
        font-size :15px;
    }
}


