﻿@charset "utf-8";

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@font-face {
	font-family: 'pf';
	src: url('../fonts/PINGFANGMEDIUM_0.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'eng';
	src: url('../fonts/eng.ttf');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0 auto;
}

body {
	/* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 0;
	line-height: 1.1;
}

p {
	line-height: 1.5;
}

a,
a:visited {
	text-decoration: none;
}

a {
	color: #000;
}

li {
	list-style: none;
}

ul,
li,
ol {
	margin: 0;
	padding: 0;
}

fieldset,
input,
button,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='radio'] {
	-webkit-appearance: radio;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.img {
	max-width: 100%;
	height: auto;
	display: block;
}

.img2 {
	max-height: 100%;
	width: auto;
}

.trans {
	-moz-transition: all ease .8s;
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}

.trans04 {
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.trans2 {
	-moz-transition: all ease 2s;
	-webkit-transition: all ease 2s;
	-o-transition: all ease 2s;
	transition: all ease 2s;
}

.transcalxzero {
	transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.transcaletop {
	transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}

.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 31%;
}

.bg0 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.abs {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.flex {
	display: box;
	/* OLD - Android 4.4- */
	display: flexbox;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	align-items: center;
	overflow: hidden;
}


/*公共*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.c12 {
	width: 1200px;
	margin: auto;
}

.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contain {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

a,
.tran,
img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a {
	color: #000;
}

.tran5 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pic {
	transition: all 2s;
	-webkit-transition: all 2s;
}

.pic.cover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.pic.contain {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.contain {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.none {
	display: none;
}
.pb0{
	padding-bottom: 0;
}

.slide_nav{background: #1179c6;overflow: auto;padding-bottom: 30px;transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s;width: 100%;position:fixed;left: -100%;top: 0;height: 100%;z-index: 99999999;}
.slide_nav.left_active{left: 0;}
.slide_nav .slide_logo{background:#fff; text-align: center; padding: 15px 0;}
.slide_nav .slide_logo a{display: block;}
.slide_nav .slide_logo a img{max-width: 70%;}
.slide_nav .slide_nav_ul{margin-top: 8%;}
.slide_nav .slide_nav_ul li{ text-align: center; position: relative; width: 100%;line-height: 50px;}
.slide_nav .slide_nav_ul .slideJA{font-size: 16px;}
.slide_nav .slide_nav_ul .slideNavSecon{display: none;overflow: hidden;background: #0a558c;}
.slide_nav .slide_nav_ul .slideNavSecon a{display: block;}
.slide_nav .slide_nav_ul .slideNavSecon.active{height: 100%;}
.slide_nav .slide_nav_ul li a{/* font-size: 15px; */ color: #fff; height: 50px; display: block;}
.slide_nav .slide_nav_ul .slide_nav_ulLast a{display: inline-block;}
.slide_nav .slide_nav_ul .slide_nav_bg{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: none;}
.slide_nav .slide_nav_ul .slide_nav_bg span{background: #fff;height: 50px;}
.slide_nav .slide_nav_ul .slide_nav_wz{width: 100%;height: 50px;position: absolute;left: 0;top: 0;z-index: 10;line-height: 50px;}
.phone_back{width: 60%; height: 40px; display: block; font-size: 14px; margin: 0 auto; margin-top: 20px; border: 0; background: #fff; color: #000; text-align: center; line-height: 40px;}

header {
	padding: 3% 4.5%;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
	left: 0;
}

header:after {
	content: "";
	display: block;
	clear: both;
}

header .logo {
	float: left;
	width: 206px;
	height: 54px;
	background: url(../images/logo.png);
}
header .menu{
	display:none;
  position:absolute;
  right:0;
  top:3px;
}
header .menu span{
	width:25px;
  height:2px;
  margin-bottom:5px;
  background:#fff;
  display:block;
}

header nav {
	float: right;
	/* margin-right: 45px; */
}

header nav a {
	display: block;
	float: left;
	margin-left: 45px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	position: relative;
}
header nav a.on:after,header nav a:hover:after{
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: -10px;
}



header.two nav a {
	color: #9b9b9b;
}
header.two nav a.on,header.two nav a:hover{
	color: #116db1;
}
header.two nav a.on:after,header.two nav a:hover:after{
	background: #116db1;
}
header.two .logo {
	background: url(../images/logo2.png);
}

/*图片放大*/
.big-img {
	width: 100%;
	height: 100%;
	animation: changeBiger 10s cubic-bezier(0, 0, 0, 0.34) forwards;
	transform: scale(1.08);
}

.big-swiper {
	position: relative;
	overflow: hidden;
}

.big-swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-01 {
	position: relative;
	overflow: hidden;
}

.swiper-01 .swiper-slide {
	position: relative;
}

.swiper-01 .pic-w {
	position: relative;
	overflow: hidden;
}
.swiper-01 .left{
	position: absolute;
	left: 4.5%;
	bottom: 9%;
	z-index: 1;
}
.swiper-01 .left li{
	color: #fff;
	width: 200px;
	margin-top: 25%;
	opacity: .6;
	cursor: pointer;
}
.swiper-01 .left li.on{
	opacity: 1;
}
.swiper-01 .left li p{
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1;
	opacity: .7;
}
.swiper-01 .left li h1{
	position: relative;
}
.swiper-01 .left li h1:after{
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
}
.swiper-01 .left li .line{
	margin-top: 25px;
	height: 2px;
	background: rgba(255,255,255,.3);
	position: relative;
}

.swiper-01 .left li .line:after{
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(to right, #1382c9, #70b142);
	width: 0;
	transition: all 0.3s;
}
.swiper-01 .left li.on .line:after{
	width: 100%;
}
.swiper-01 .mid{
	position: absolute;
	z-index: 2;
	left: 24%;
	bottom: 22%;
	color: #fff;
}
.swiper-01 .mid h1{
	font-weight: bold;
	line-height: 1.5;
}
.swiper-01 .mid p{
	opacity: .8;
	margin:16% 0;
	padding-left: 30px;
	background: url(../images/mini.png) center left no-repeat;
}
.swiper-01 .mid p span{
	margin-right: 10%;
}
.swiper-01 .mid .des{
	font-size: 12px;
	font-family: arial;
	line-height: 1.5;
	opacity: .6;
}
.swiper-01 .go-bottom{
	position: absolute;
	right: 4.5%;
	bottom: 9%;
	z-index: 3;
	color: #fff;
	opacity: .7;
	transition: all 0.3s;
	cursor: pointer;
	animation: linkmove 0.5s ease-in-out infinite alternate;
    -webkit-animation: linkmove 1s ease-in-out infinite alternate;
}

@keyframes linkmove{
  0%{transform:translateY(0);}
  100%{transform:translateY(15px);}
}
@-webkit-keyframes linkmove{
  0%{transform:translateY(0);}
  100%{transform:translateY(15px);}
}

.swiper-01 .go-bottom span{
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(../images/down.png);
	margin-left: 5px;
	vertical-align: top;
	margin-top: 6px;
}
.swiper-01 .go-bottom:hover {
	opacity: 1;
}
.index-about{
	position: relative;
	border-top: 1px solid #e3e3e3;
}
.index-about .left{
	width: 61.5%;
	height: 43%;
	padding: 4.5%;
	overflow: hidden;
}
.index-about .left h1{
	font-weight: bold;
}
.index-about .left .des{
	margin-top: 5%;
	font-size: 14px;
	line-height: 2;
	opacity: .7;
}
.index-about .bot{
	position: relative;
	width: 100%;
	padding-bottom: 25%;
	overflow: hidden;
}
.index-about .bot .index-more{
	position: absolute;
	z-index: 2;
	color: #fff;
	left: 4.5%;
	bottom: 15%;
}
.index-about .right{
	position: absolute;
	top: 0;
	width: 38.5%;
	right: 0;
	padding: 4.5%;
	z-index: 2;
	background: #1179c6;
	color: #fff;
}
.index-about .right h1{
	font-weight: bold;
}
.index-about .right .nums{
	margin: 11% 0;
	font-size: 14px;
}
.index-about .right .nums ul{
	display: flex;
	justify-content: space-between;
}
.index-about .right .nums P{
	line-height: 1;
}
.index-about .right .nums font{
	margin-right: 15px;
}
.index-about .right .nums span{
	display: block;
	width: 15px;
	height: 1px;
	background: #fff;
	opacity: .6;
	margin: 20px 0;
}
.index-about .right .video-box{
	position: relative;
	overflow: hidden;
}
.index-about .right .play{
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin:-28.5px 0 0 -28.5px;
	cursor: pointer;
	transition: all 0.3s;
}

.index-about .right .video-box:hover .pic{
	transform: scale(1.1);
}
.index-three{
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.index-three .main{
	float: right;
	width: 80.5%;
	padding: 4.5%;
	border-left: 1px solid #e5e5e5;
	padding-right: 0;
}
.index-three .main h1{
	margin-bottom: 4.5%;
	font-weight: bold;
}
.index-three .main ul li{
	width: 25%;
	float: left;
	transition: all 0.5s;
	position: relative;
	padding-bottom: 50%;
	overflow: hidden;
	cursor: pointer;
}
.index-three .main ul li.on{
	width: 50%;
}
.index-three .main ul li.on .zz{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .6;
	z-index: 2;
	transition: all 1s;
}
.index-three .main ul li .txt{
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: all 1s;
}
.index-three .main ul li.on .txt{
	opacity: 1;
}
.index-three .main ul li .txt .top{
	display: block;
	margin:auto;
}
.index-three .main ul li .txt h1{
	font-weight: bold;
	margin: 10% 0;
}
.index-three .main ul li .txt p{
	opacity: .7;
	line-height: 2;
	  word-break:break-all;
	  display:-webkit-box;
	  -webkit-line-clamp:2;
	  -webkit-box-orient:vertical;
	  overflow:hidden;
}
.index-three .main ul li .txt .index-more{
	margin:auto;
	margin-top: 18%;
}

.index-more{
	overflow: hidden;
	position: relative;	
	height: 50px;
	width: 210px;
	border:1px solid #fff;
	border-radius: 25px;
	overflow: hidden;
	cursor: pointer;
}
.index-more .in{
	margin: 2px;
	padding: 0 30px;
	position: relative;
	overflow: hidden;
	overflow: hidden;
	border-radius: 22px;
  display:block;
  color:#fff;
}
.index-more .left-p{
	float: left;
	position: relative;
	z-index: 2;
	line-height: 44px;
	color: #fff;
}
.index-more .icon{
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	line-height: 44px;
	width: 44px;
	border-radius: 22px;
	background: #7db415;
	font-size: 12px;
	transition: all 0.3s;
	text-align: right;
	padding-right: 16px;
}
.index-more:hover .icon{
	width: 100%;
}
.index-three .left{
	position: absolute;
	width: 19.5%;
	bottom: 0;
	padding: 4.5%;
}
.index-three .left li{
	color: #000;
	margin-top: 25%;
	opacity: .6;
	cursor: pointer;
	position: relative;
}
.index-three .left li.on{
	opacity: 1;
}
.index-three .left li .bg{
	position: absolute;
	left: 40%;
	top: -10%;
	transition: all 0.3s;
}
.index-three .left li .bg img{
	width: 50px;
}
.index-three .left li p{
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1;
	opacity: .4;
	position: relative;
	z-index: 2;
}
.index-three .left li h1{
	position: relative;
	opacity: .8;
	z-index: 2;
}
.index-three .left li h1:after{
	content: "";
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	opacity: .3;
	z-index: 2;
}
.index-three .left li .line{
	margin-top: 25px;
	height: 2px;
	background: #e5e5e5;
	position: relative;
	z-index: 2;
}
.index-three .left li .line span{
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(to right, #1382c9, #70b142);
	width: 0;
	transition: all 0.3s;
}
.index-three .left li.on{
	opacity: 1;
}
.index-three .left li.on h1{
	color: #127bc9;
	opacity: 1;
}
.index-three .left li.on .line span{
	width: 100%;
}
.index-three .left li.on .bg img{
	transform: rotate(48deg);
}
.index-three .main .party_dots{
	position: absolute;
	right: 4.5%;
	top: 11%;
}
.index-three .main .party_dots span{
	background: #000;
}
.index-news{
	overflow: hidden;
}
.index-news .top{
	padding: 4.5%;
	overflow: hidden;
}
.index-news .top h1{
	font-weight: bold;
}
.index-news .top .index-more{
	border-color:#b2b2b2;
	color: #fff;
}
.index-news .top .index-more .left-p{
	color: #b2b2b2;
	transition: all 0.3s;
}
.index-news .top .index-more:hover .left-p{
	color: #fff;
}
.index-news li{
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
	transition: all 0.3s;
	border-bottom: 1px solid #dedede;
}
.index-news li a{
	display: block;
	padding: 4.5%;
  position:relative;
  z-index:2;
}
.index-news li:after{
	content:"";
  width:0;
  height:100%;
  left:0;
  bottom:0;
  transition:0.5s;
	background: #1179c6;
  position:absolute;
}
.index-news li:hover:after{
	width:100%;
}
.index-news li .title{
	overflow: hidden;
}
.index-news li .title h1{
	font-weight: bold;
	opacity: .9;
	width: 84%;
}
.index-news li .title p{
	opacity: .5;
	line-height: 2;
}
.index-news li .des{
	margin-top: 3%;
	overflow: hidden;
}
.index-news li .des .left{
	width: 84%;
	line-height: 2;
	float: left;
	opacity: .5;
}
.index-news li .title .time,.index-news li .des .right{
	/* width: 10%; */
	color: #7b7b7b;
}
.index-news li .des .right .yuan{
	width: 40px;
	height: 40px;
	border:1px solid #7b7b7b;
	border-radius: 100%;
	display: inline-block;
	float: left;
	position: relative;
}
.index-news li .des .right .yuan:after{
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #7b7b7b;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.index-news li .des .right .more{
	line-height: 40px;
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
}
/*
.index-news li:hover{
	background: #1179c6;
}*/
.index-news li:hover a{
	color: #fff;
}
.index-news li:hover .des .left{
	opacity: .9;
}
.index-news li:hover .title .time,.index-news li:hover .des .right{
	color: #fff;
}
.index-news li:hover .des .right .yuan{
	border-color: #fff;
}
.index-news li:hover .des .right  .yuan:after{
	background: #fff;
}

.index-four{
	overflow: hidden;
}
.index-four .top{
	overflow: hidden;
	padding: 4.5%;
	border-bottom: 1px solid #e5e5e5;
}
.index-four h1{
	font-weight: bold;
}
.index-four .top .party_dots{
	margin-top: 0.5%;
}
.index-four .top .party_dots span{
	background: #000;
}
.index-four li{
	float: left;
	width: 20%;
	overflow: hidden;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
}
.index-four li .box{
	margin: 22%;
	margin-bottom: 0;
	transition: all 0.3s;
}
.index-four li .box .pic-w{
	padding-bottom: 95%;
	position: relative;
	overflow: hidden;
}
.index-four li .txt{
	padding: 22%;
	margin-top: 22%;
	border-top: 1px dashed #e5e5e5;
}
.index-four li .txt .title{
	font-weight: bold;
	color: #414141;
	margin-bottom: 20%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.5;
}
.index-four li .txt .des{
	display: none;
}

.index-four li .txt .more .yuan{
	width: 40px;
	height: 40px;
	border:1px solid #7b7b7b;
	border-radius: 100%;
	display: inline-block;
	float: left;
	position: relative;
}
.index-four li .txt .more .yuan:after{
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #7b7b7b;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.index-four li .txt .more .text{
	line-height: 40px;
	font-size: 12px;
	color: #7b7b7b;
	margin-left: 20px;
}
.index-four li.on{
	width: 40%;
}
.index-four li.on .box{
	padding-bottom: 0;
	margin: 0;
}
.index-four li.on .box .pic-w{
	padding-bottom: 48.5%;
}
.index-four li.on .txt{
	padding: 11%;
	padding-bottom: 14%;
	margin-top: 0;
}
.index-four li.on .txt .title{
	margin-bottom: 7%;
	color: #1179c6;
}
.index-four li.on .txt .more{
	display: none;
}
.index-four li.on .txt .des{
	display: block;
	color: #414141;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-bot{
	position: relative;
}
.index-bot .top{
	position: relative;
	overflow: hidden;
	padding-bottom: 26%;
}
.index-bot .top h1{
	color: #fff;
	position: absolute;
	left: 4.5%;
	bottom: 9%;
	z-index: 2;
	font-weight: bold;
	line-height: 2;
}
.index-bot .bot{
	position: relative;
	padding: 4.5%;
	padding-bottom: 1.5%;
}
.index-bot .bot ul{
	width: 50%;
	overflow: hidden;
}
.index-bot .bot li{
	float: left;
	position: relative;
	overflow: hidden;
	padding-bottom: 70px;
	width: 20%;
	margin-bottom: 8%;
	cursor: pointer;
}
.index-bot .bot li:hover .pic{
	transform: scale(1.1);
}
.index-bot .bot .right-box{
	position: absolute;
	width: 29%;
	top: 0;
	right: 4.5%;
	z-index: 9;
}
.index-bot .bot .right-box .txt{
	position: relative;
	z-index: 2;
}
.index-bot .bot .right-box .txt h1{
	background: #f7f7f7;
	font-style: italic;
	font-weight: bold;
	padding: 15% 0;
	text-align: center;
}
.index-bot .bot .right-box .pic{
	transform: translateY(-100%);
}
.index-bot .bot .right-box .txt p{
	padding: 8% 18%;
	background: #1179c6;
	color: #fff;
}
.index-bot .bot .right-box .txt p span{
	font-family: simsun;
}
footer{
	background: #1179c6;
	position: relative;
}
footer:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #2987cc;
	z-index: 1;
	left: 20%;
	top: 0;
}
footer .top{
	position: relative;
}
footer .left{
	float: left;
	padding: 3.5% 4.5%;
	width: 20%;
}
footer .top:after{
	content: "";
	display: block;
	clear: both;
}
footer .top:before{
	content: "";
	width: 80%;
	bottom: 0;
	right: 0;
	height: 1px;
	position: absolute;
	background: #2987cc;
}
footer .top .nav{
	padding: 4.5%;
}
footer .top .nav a{
	color: #fff;
	margin-left: 40px;
}
footer .bot{
	/*overflow: hidden;*/
	display: flex;
	justify-content: space-between;
	color: #fff;
}
footer .bot .left{
	padding: 4.5%;
	width: 20%;
	padding-right: 0;
	flex-shrink: 0;
}
footer .bot p{
	font-size: 14px;
	line-height: 25px;
}
footer .bot h1{
	opacity: .5;
	margin-bottom: 25px;
}
footer .bot .mid{
	padding: 4.5%;
	width: 30%;
}
footer .bot .right{
	padding: 4.5%;
	width: 50%;
	border-left: 1px solid #2987cc;
}
footer .bot .right ul{
	display: flex;
	justify-content: space-between;
}
footer .bot .right .links a{
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 38px;
	border:1px solid #fff;
	border-radius: 100%;
	margin-right: 40px;
	opacity: .7;
	display: inline-block;
	text-align: center;
}
footer .bot .right .links a:last-child{
	margin-right: 0;
}
footer .bot .right .links a:hover{
	opacity: 1;
}

/*内页*/
.inner-banner{
	position: relative;
	overflow: hidden;
	padding-bottom: 37%;
}
.inner-banner h1{
	position: absolute;
	z-index: 2;
	color: #fff;
	font-weight: bold;
	left: 0;
	bottom: 0;
	padding: 4.5%;
	line-height: 2;
	padding-bottom: 4%;
}
.inner-nav{
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.inner-nav a{
	display: block;
	width: 100%;
	padding: 2%;
	text-align: center;
	border-right: 1px solid #cccccc;
	color: #777;
}
.inner-nav a:hover,.inner-nav a.on{
	background: #0c7bc9;
	color: #fff;
}
.inner-box{
	padding: 4.5%;
	position: relative;
	overflow: hidden;
}
.inner-box .inner-local{
	position: absolute;
	right: 0;
	top: 0;
	padding: 4.5%;
	color: #333;
}
.inner-box .inner-local a{
	color: #333;
	margin: 0 5px;
}
.inner-box .inner-local a:last-child{
	margin-right: 0;
}
.inner-box .inner-local a:hover{
	color: #0c7bc9;
}
.inner-box .gcjs .title{
	padding-bottom: 4%;
	margin-bottom: 4%;
	border-bottom: 1px solid #e5e5e5;
}
.inner-box .gcjs .title h1{
	font-weight: bold;
}
.inner-box .gcjs .des{
	margin-top: 3%;
	line-height: 2;
	opacity: .7;
}
.inner-box .gcjs ul{
	overflow: hidden;
	margin-bottom: 2%;
}
.inner-box .gcjs li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	padding-bottom: 27%;
	overflow: hidden;
}
.inner-box .gcjs li:nth-child(4n){
	margin-right: 0;
}
.inner-box .gcjs li:after{
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(0,0,0,0), #000);
	opacity: .9;
	transition: all 0.5s;
}
.inner-box .gcjs li:before{
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(0,0,0,0), #0075c2);
	opacity: 0;
	transition: all 0.5s;
}
.inner-box .gcjs li .txt{
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	padding:10%;
	color: #fff;
}
.inner-box .gcjs li .txt .name{
	font-weight: bold;
	padding-bottom: 40%;
	line-height: 1.5;
}

.inner-box .gcjs li .txt .more{
	/* width: 10%; */
	color: #fff;
	opacity: .7;
}
.inner-box .gcjs li .txt .more .yuan{
	width: 40px;
	height: 40px;
	border:1px solid #fff;
	border-radius: 100%;
	display: inline-block;
	float: left;
	position: relative;
}
.inner-box .gcjs li .txt .more .yuan:after{
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.inner-box .gcjs li .txt .more .text{
	line-height: 40px;
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
}
.inner-box .gcjs li:hover:after{
	opacity: 0;
}
.inner-box .gcjs li:hover:before{
	opacity: 1;
}
.inner-box .gcjs li:hover .more{
	opacity: 1;
}
.inner-box .gcjs li:hover .pic{
	transform: scale(1.1);
}
.load-more {
	display: block;
	background: #0075c2;
	color: #fff;
	text-align: center;
	padding: 1.5%;
	letter-spacing: 2px;
}

.load-more span {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/load-more.png);
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -3px;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.load-more:hover {
	opacity: .8;
}

.load-more:hover span {
	transform: rotate(360deg);
}
.inner-box .hzhb .title{
	margin-bottom: 3%;
	overflow: hidden;
}
.inner-box .hzhb .title h1{
	font-weight: bold;
	margin-bottom: 3%;
}
.inner-box .hzhb .des{
	line-height: 2;
	opacity: .7;
	width: 70%;
}
.inner-box .hzhb .party_dots{
	margin-top: 1%;
}
.inner-box .hzhb .party_dots span{
	background: #000;
}
.inner-box .hzhb ul{
	overflow: hidden;
}
.inner-box .hzhb ul li{
	position: relative;
	padding: 0.8%;
	width: 11.5%;
	margin-right: 1.14%;
	margin-bottom: 1.14%;
	border:1px solid #babbbd;
	float: left;
	cursor: pointer;
}
.inner-box .hzhb ul li:nth-child(8n){
	margin-right: 0;
}
.inner-box .hzhb ul li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 80%;
}
.inner-box .hzhb ul li:hover .pic{
	transform: scale(1.1);
}
.inner-box .hzhb .load-more{
	margin-top: 2%;
}
.inner-box .hzhb .gsly{
	overflow: hidden;
	position: relative;
}
.gsly .title{
	overflow: hidden;
	padding-bottom: 3%;
}
.gsly .title h1{
	font-weight: bold;
	margin-bottom: 3%;
	line-height: 1.5;
}
.gsly .title .des{
	line-height: 2;
	width: 60%;
	opacity: .7;
}
.gsly .pic{
	overflow: hidden;
}
.gsly .pic img{
	width: 100%;
	vertical-align: top;
}
.gsly .fw-list{
	background: #fff;
	padding: 4.5% 1%;
	overflow: hidden;
	padding-bottom: 0;
}
.gsly .fw-list li h1{
	margin-bottom: 0;
}
.gsly .fw-list li {
	text-align: center;
	color: #626262;
	width: 16.6%;
	float: left;
	margin-bottom: 5%;
	cursor: pointer;
	transition: all 0.3s;
}
.gsly .fw-list li h1{
	color: #000;
	font-weight: bold;
	line-height: 100px;
}
.gsly .fw-list li .font{
	transition: all 0.3s;
}
.gsly .fw-list li span{
	display: block;
	margin:auto;
	width: 79px;
	height: 79px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	transition: all 0.3s;
}
.gsly .fw-list li span.slsd{
	background-image: url(../images/slsd.png);
}
.gsly .fw-list li span.dzznh{
	background-image: url(../images/dzznh.png);
}
.gsly .fw-list li span.csdl{
	background-image: url(../images/csdl.png);
}
.gsly .fw-list li span.xfss{
	background-image: url(../images/xfss.png);
}
.gsly .fw-list li span.zszx{
	background-image: url(../images/zszx.png);
}
.gsly .fw-list li span.jzgc{
	background-image: url(../images/jzgc.png);
}
.gsly .fw-list li span.zxsj{
	background-image: url(../images/zxsj.png);
}
.gsly .fw-list li span.jdgc{
	background-image: url(../images/jdgc.png);
}
.gsly .fw-list li span.szgc{
	background-image: url(../images/szgc.png);
}
.gsly .fw-list li span.gczx{
	background-image: url(../images/gczx.png);
}
.gsly .fw-list li span.xfsj{
	background-image: url(../images/xfsj.png);
}

.gsly .fw-list li:hover span.slsd{
	background-image: url(../images/slsd1.png);
}
.gsly .fw-list li:hover span.dzznh{
	background-image: url(../images/dzznh1.png);
}
.gsly .fw-list li:hover span.csdl{
	background-image: url(../images/csdl1.png);
}
.gsly .fw-list li:hover span.xfss{
	background-image: url(../images/xfss1.png);
}
.gsly .fw-list li:hover span.zszx{
	background-image: url(../images/zszx1.png);
}
.gsly .fw-list li:hover span.jzgc{
	background-image: url(../images/jzgc1.png);
}
.gsly .fw-list li:hover span.zxsj{
	background-image: url(../images/zxsj1.png);
}
.gsly .fw-list li:hover span.jdgc{
	background-image: url(../images/jdgc1.png);
}
.gsly .fw-list li:hover span.szgc{
	background-image: url(../images/szgc1.png);
}
.gsly .fw-list li:hover span.gczx{
	background-image: url(../images/gczx1.png);
}
.gsly .fw-list li:hover span.xfsj{
	background-image: url(../images/xfsj1.png);
}

.gsly .fw-list li:hover font {
	color: #0c7bc9;
}

.inner-box .gsys{
	position: relative;
	overflow: hidden;
	margin-top: 4.5%;
}
.inner-box .gsys .pic-w{
	position: absolute;
	overflow: hidden;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.inner-box .gsys .pic-w ul{
	position: absolute;
	z-index: 3;
	padding: 9%;
	bottom: 0;
	left: 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.inner-box .gsys .pic-w ul p{
	opacity: .8;
}
.inner-box .gsys .pic-w ul .line{
	width: 15px;
	height: 2px;
	background: #fff;
	margin: 20px 0;
	opacity: .7;
}
.inner-box .gsys .pic-w:after{
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(0,0,0,0), #000);
	opacity: .9;
	transition: all 0.5s;
}
.inner-box .gsys .right{
	width: 50%;
	float: right;
	padding: 4.5%;
	padding-right: 0;
}
.inner-box .gsys .right li{
	display: flex;
	justify-content: space-between;
	margin-bottom:15%;
}
.inner-box .gsys .right li:last-child{
	margin-bottom: 0;
}
.inner-box .gsys .right h1{
	width: 160px;
	flex-shrink: 0;
	font-weight: bold;
	line-height: 30px;
}
.inner-box .gsys .right .des{
	opacity: .7;
	line-height: 30px;
}
.inner-box .ldzc{
	position: relative;
	overflow: hidden;
	margin-top: 4.5%;
}
.inner-box .ldzc .pic-w{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	width: 23%;
}
.inner-box .ldzc .pic-w .pic{
	background-size:contain;
}
.inner-box .ldzc .right{
	float: right;
	width: 68.5%;
}
.inner-box .ldzc .right h1{
	font-weight: bold;
}
.inner-box .ldzc .right .name{
	margin: 6% 0; 
}
.inner-box .ldzc .right .des{
	opacity: .7;
	line-height: 2;
}
.inner-box .ldzc .right .line{
	height: 1px;
	background: #ccc;
	margin: 5% 0;
}
.inner-box .ldzc .right .party_dots span{
	background: #000;
	
}
.inner-box .ldzc .right .bot p{
	line-height: 1;
}
.inner-box .ldzc .inner-local{
	padding: 0;
}
.inner-box .gsjj h1{
	overflow: hidden;
	font-weight: bold;
	padding-bottom: 4%;
	margin-bottom: 4%;
	border-bottom: 1px solid #ccc;
}
.inner-box .gsjj .des{
	overflow: hidden;
}
.inner-box .gsjj .des .left{
	opacity: .7;
	line-height: 2;
	width: 50%;
	float: left;
}
.inner-box .gsjj .des .nums{
	float: right;
	width: 40.5%;
	padding: 2%;
	font-size: 14px;
	background: #0075c2;
	color: #fff;
}
.inner-box .gsjj .des .nums ul{
	display: flex;
	justify-content: space-between;
}
.inner-box .gsjj .des .nums P{
	line-height: 1;
}
.inner-box .gsjj .des .nums font{
	margin-right: 15px;
}
.inner-box .gsjj .des .nums span{
	display: block;
	width: 15px;
	height: 1px;
	background: #fff;
	opacity: .6;
	margin: 20px 0;
}
.inner-box .gsjj .qgbj{
	padding: 4.5%;
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
	margin-top: 4.5%;
}
.inner-box .gsjj .qgbj .mid-box{
	position:relative;
  	width:820px;
  margin:auto;
}
.inner-box .gsjj .qgbj .mid-box .tiao{
	position:absolute;
  	z-index:1;
  left:50%;
  bottom:30%;
  margin:-25px 0 0 -50px ;
  
	animation: linkmove 0.5s ease-in-out infinite alternate;
    -webkit-animation: linkmove 1s ease-in-out infinite alternate;
}

.inner-box .gsjj .qgbj .title{
	font-weight: bold;
}
.inner-box .gsjj .qgbj img{
	display: block;
	margin:auto;
	max-width: 100%;
}
.inner-box .gsjj .qgbj .map-list{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 4.5%;
	width: 360px;
	margin-bottom: 3%;
	overflow: hidden;
}
.inner-box .gsjj .qgbj .map-list li{
	float: left;
	margin-bottom: 8%;
	width: 33%;
	position: relative;
	color: #707070;
	cursor: pointer;
	padding-left: 10px;
}
.inner-box .gsjj .qgbj .map-list li:after{
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #707070;
	top: 4px;
	transition: all 0.3s;
}
.inner-box .gsjj .qgbj .map-list li.on{	
	color: #0c7bc9;
}
.inner-box .gsjj .qgbj .map-list li.on:after{
	background: #0c7bc9;
}
.inner-box .gsjj .qgbj .add-list{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 4.5%;
}
.inner-box .gsjj .qgbj .add-list li{
	display: none;
}
.inner-box .gsjj .qgbj .add-list li.on{
	display: block;
}
.inner-box .gsjj .qgbj .add-list span{
	display: block;
	font-size: 12px;
	opacity: .7;
	margin-top: 10px;
}
.inner-box .gsjj .qgbj .add-list .line{
	background: #ccc;
	margin: 15% 0 12% 0;
	height: 1px;
}
.inner-box .gsjj .qgbj .add-list p{
	line-height: 2;
	opacity: .8;
}
.inner-box .gszz h1{
	font-weight: bold;
}
.inner-box .gszz .zz-nav{
	overflow: hidden;
	border:1px solid #cccccc;
	margin: 4.5% 0; 
}
.inner-box .gszz .zz-nav li{
	float: left;
	width: 50%;
}
.inner-box .gszz .zz-nav li a{
	display: block;
	padding: 4%;
}
.inner-box .gszz .zz-nav li font{
	font-size: 14px;
	opacity: .6;
}
.inner-box .gszz .zz-nav li span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	margin-top: 1px;
}
.inner-box .gszz .zz-nav li span:after{
	content: "";
	width: 12px;
	height: 2px;
	background: #737373;
	top: 50%;
	left: 0;
	margin-top: -1px;
	position: absolute;
	transition: all 0.3s;
}
.inner-box .gszz .zz-nav li span:before{
	content: "";
	height: 12px;
	width: 2px;
	background: #737373;
	left: 50%;
	bottom: 0;
	margin-left: -1px;
	position: absolute;
	transition: all 0.3s;
}
.inner-box .gszz .zz-nav li.on a,.inner-box .gszz .zz-nav li:hover a{
	background: #0c7bc9;
}
.inner-box .gszz .zz-nav li.on a,.inner-box .gszz .zz-nav li:hover a{
	color: #fff;
}
.inner-box .gszz .zz-nav li.on span:after,.inner-box .gszz .zz-nav li:hover span:after{
	background: #fff;
}
.inner-box .gszz .zz-nav li.on span:before,.inner-box .gszz .zz-nav li:hover span:before{
	background: #fff;
	height: 0;
}
.inner-box .gszz .zz-list{
	overflow: hidden;
}
.inner-box .gszz .zz-list li{
	position: relative;
	overflow: hidden;
	width: 21.5%;
	float: left;
	margin-right: 4.6%;
	margin-bottom: 4.6%;
	cursor: pointer;
}
.inner-box .gszz .zz-list li:nth-child(4n){
	margin-right: 0;
}
.inner-box .gszz .zz-list li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 135%;
}
.inner-box .gszz .zz-list li:hover .pic{
	transform: scale(1.1);
}
.inner-box .gszz .zz-list li .title{
	margin-top: 8%;
}
.inner-box .gszz .zz-list li .party_dots span{
	background: #000;
}
.inner-box .gszz .zz-list li .party_dots {
	float: right;
	margin-top: 2%;
}
.inner-box .gszz .zz-list ul:after{
	content: "";
	display: block;
	clear: both;
}
.inner-box .zzjg{
	overflow: hidden;
	position: relative;
}
.inner-box .zzjg h1{
	font-weight: bold;
}
.inner-box .zzjg .des{
	width: 50%;
	line-height: 2;
	opacity: .7;
	margin: 4.5% 0;
}
.inner-box .zzjg img{
	display: block;
	margin:auto;
	max-width: 100%;
}
.inner-box .lxwm{
	position: relative;
	overflow: hidden;
}
.inner-box .lxwm h1{
	font-weight: bold;
	margin-bottom: 4.5%;
}
.inner-box .lxwm .map{
	position: relative;
	overflow: hidden;
}
.inner-box .lxwm .main{
	position: relative;
	float: right;
	margin: 4.5%;
	z-index: 2;
	background: #fff;
	padding: 4.5%;
	margin-top: 8%;
}
.inner-box .lxwm .main .logo{
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 2;
	margin: -44px 0 0 -44px;
}
.inner-box .lxwm .main .title{
	font-weight: bold;
}
.inner-box .lxwm .main span{
	display: block;
	opacity: .6;
	margin-top: 20px;
}
.inner-box .lxwm .main .line{
	background: #ccc;
	height: 1px;
	margin: 14% 0;
}
.inner-box .lxwm .main p{
	opacity: .8;
	margin-bottom: 8%;
	line-height: 1;
}
.inner-box .lxwm .main p:last-child{
	margin-bottom: 0;
}
.inner-box h1{
	font-weight: bold;
	margin-bottom: 4.5%;
}
.inner-box .hxtd .des{
	overflow: hidden;
	position: relative;
}
.inner-box .hxtd .des .left{
	width: 48%;
	border-top: 1px solid #cccccc;
}
.inner-box .hxtd .des .pic-w{
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 48%;
	right: 0;
	top: 0;
}
.inner-box .hxtd .des p{
	margin: 10% 0;
	opacity: .7;
	line-height: 2;
}
.inner-box .hxtd .des .party_dots{
	margin-bottom: 4.5%;
}
.inner-box .hxtd .des .party_dots span{
	background: #000;
}
.inner-box .hxtd .des ul{
	overflow: hidden;
}
.inner-box .hxtd .des ul li{
	width: 33.33%;
	float: left;
	padding:5% 8%;
	background: #f7f7f7;
	transition: all 0.3s;
	border-right:1px solid #e5e5e5;
	cursor: pointer;
}
.inner-box .hxtd .des ul li:last-child{
	border:none;
}
.inner-box .hxtd .des ul li .line{
	width: 20px;
	transition: all 0.3s;
	height: 1px;
	background: #6c6c6c;
	margin: 20px 0 10px 0;
}
.inner-box .hxtd .des ul li h3{
	opacity: .8;
}
.inner-box .hxtd ul li:hover,.inner-box .hxtd ul li.on{
	background: #077bc9;
	color: #fff;
}
.inner-box .hxtd ul li:hover .line,.inner-box .hxtd ul li.on .line{
	background: #fff;
}
.inner-box .hxtd .main{
	overflow: hidden;
	margin-top: 4.5%;
}
.inner-box .hxtd .main ul{
	display: none;
}
.inner-box .hxtd .main ul.on{
	display: block;
}
.inner-box .hxtd .main li{
	width: 48%;
	float: left;
	position: relative;
	margin-bottom: 4%;
	cursor: pointer;
}
.inner-box .hxtd .main li .pic-w{
	position: absolute;
	overflow: hidden;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.inner-box .hxtd .main li .pic-w .pic{
	background-size:contain;
}
.inner-box .hxtd .main li .txt{
	float: right;
	width: 50%;
	transition: all 0.3s;
	background: #f7f7f7;
	color: #666;
	padding: 5%;
	font-weight: bold;
    height: 408px;
    overflow: hidden;
}
.inner-box .hxtd .main li .txt p{
	line-height: 2;
}
.inner-box .hxtd .main li h4{
	margin-top: 60%;
}
.inner-box .hxtd .main li .line{
	height: 1px;
	border-top: 1px dashed #666;
	margin-top: 10%;
}
.inner-box .hxtd .main li:nth-child(even){
	float: right;
}
.inner-box .hxtd .main li:hover .txt{
	background: #077bc9;
	color: #fff;
}
.inner-box .hxtd .main li:hover .pic{
	transform: scale(1.1);
}
.inner-box .hxtd .main ul{
	display: none;
}
.inner-box .hxtd .main ul.on{
	display: block;
}

.join{
	overflow: hidden;
}
.join .main{
	margin-top: 4%;
}
.join .main li{
	overflow: hidden;
	cursor: pointer;
}
.join .main li .title{
	padding:2% 3%;
	background: #fff;
	color: #4c4c4c;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.join .main li .title span{
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	right: 5%;
	margin-top: -8px;
	cursor: pointer;
}
.join .main li .title p{
	float: left;
	margin-right: 3%;
	height: 35px;
	line-height: 35px;
}
.join .main li .title p:nth-child(2){
	width: 15%;
	text-align: right;
	margin-right: 5%;
}
.join .main li .title p i{
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	border:1px solid #4c4c4c;
	width: 35px;
	text-align: center;
	font-style: normal;
	margin-right: 10px;
	border-radius: 100%;
}
.join .main li .title span:after{
	content:"";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #077bc9;
	margin-top: -1px;
}
.join .main li .title span:before{
	content:"";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background: #077bc9;
	z-index: 2;
	margin-left: -1px;
	transition: all 0.3s;
	-webbkit-transition: all 0.3s;
}
.join .main li .title span:hover:before,.join .main li.on .title span:before{
	height: 0;
}
.join .main li .main{
	background: #077bc9;
	padding: 3%;
	border-top: 0;
	color: #fff;
	display: none;
	margin-top: 0;
	border-top: 1px solid #e5e5e5;
}
.join .main li .main h1{
	font-family: simhei;
}
.join .main li .main .des{
	margin-top: 3%;
	font-size: 14px;
	font-family: simsun;
	opacity: .8;
	margin-bottom: 5%;
}
.join .main li .main .des p{
	line-height: 30px;
}
.join .main li .main .lx{
	font-family: simhei;
}
.join .main li .main .lx p{
	line-height: 40px;
}
.join .main li .main .sc-box{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 38px;
	background: #fff;
	text-align: center;
	border:1px solid #fff;
	color: #000;
	position: relative;
	font-size: 14px;
	transition: all 0.3s;
	float: left;
}
.join .main li .main form{
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
.join .main li .main .sc-box input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	font-family: simsun;
}
.join .main li .main input[type="submit"]{
	display: block;
	width: 100px;
	height: 40px;
	line-height: 38px;
	background: #fff;
	text-align: center;
	border:1px solid #fff;
	color: #000;
	position: relative;
	font-size: 14px;
	transition: all 0.3s;
	float: left;
	margin-left: 10px;
	cursor: pointer;
	outline: none;
}
.join .main li .main input[type="submit"]:hover{
	background: #077bc9;
	color: #fff;
}
.join .main li .main a{
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
}
.join .main li .main a:hover{
	text-decoration: underline;
}
.join .main li.on .title{
	background: #077bc9;
	color: #fff;
	border-color:#077bc9;
}
.join .main li.on .title span:before,.join .main li.on .title span:after{
	background: #fff;
}
.join .main li.on .title p i{
	background: #fff;
	border-color:#fff;
	color: #077bc9;
}
.inner-box .ppwh{
	overflow: hidden;
}
.inner-box .ppwh img{
	display: block;
	width: 100%;
	margin-bottom: 4.5%;
}
.inner-box .ppwh ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inner-box .ppwh li{
	width: 30%;
	transition: all 0.3s;
	padding-top: 2%;
	cursor: pointer;
}
.inner-box .ppwh li .top{
	border-left: 4px solid #077bc9;
	padding-left: 4.5%;
}
.inner-box .ppwh li .top h1{
	opacity: .8;
}
.inner-box .ppwh li .top p{
	font-size: 12px;
	opacity: .8;
	margin-top: 10px;
}
.inner-box .ppwh li .des{
	margin: 4.5%;
	opacity: .8;
	line-height: 30px;
	height: 60px;
	box-sizing: content-box;
	width: 70%;
	overflow: hidden;
}
.inner-box .ppwh li .des pre{
	background: none !important;
}
.inner-box .ppwh li:hover{
	background: #077bc9;
	color: #fff;
}
.inner-box .ppwh li:hover p,.inner-box .ppwh li:hover h1,.inner-box .ppwh li:hover .des{
	opacity: 1;
}
.inner-box .qywh{
	overflow: hidden;
}
.inner-box .qywh .main{
	background: #fff;
}
.inner-box .qywh .main img{
	display: block;
	width: 100%;
}
.inner-box .qywh .bot{
	padding: 4.5%;
}
.inner-box .qywh .main .nav-list{
	overflow: hidden;
	border:1px solid #e5e5e5;
}
.inner-box .qywh .main .nav-list li{
	border-right:1px solid #e5e5e5;
	width: 20%;
	float: left;
	padding:1.5% 2.5%;
	text-align: center;
	color: #666;
	cursor: pointer;
	transition: all 0.3s;
}
.inner-box .qywh .main .nav-list li .pic{
	width: 43px;
	height: 43px;
	margin:auto;
	margin-bottom: 3%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
}
.inner-box .qywh .main .nav-list li .pic.sdg{
	background-image: url(../images/sdg.png);
}
.inner-box .qywh .main .nav-list li .pic.hyg{
	background-image: url(../images/hyg.png);
}
.inner-box .qywh .main .nav-list li .pic.glg{
	background-image: url(../images/glg.png);
}
.inner-box .qywh .main .nav-list li .pic.rcg{
	background-image: url(../images/rcg.png);
}
.inner-box .qywh .main .nav-list li .pic.shg{
	background-image: url(../images/shg.png);
}
.inner-box .qywh .main .nav-list li.on .pic.sdg{
	background-image: url(../images/sdg2.png);
}
.inner-box .qywh .main .nav-list li.on .pic.hyg{
	background-image: url(../images/hyg2.png);
}
.inner-box .qywh .main .nav-list li.on .pic.glg{
	background-image: url(../images/glg2.png);
}
.inner-box .qywh .main .nav-list li.on .pic.rcg{
	background-image: url(../images/rcg2.png);
}
.inner-box .qywh .main .nav-list li.on .pic.shg{
	background-image: url(../images/shg2.png);
}
.inner-box .qywh .main .nav-list li:last-child{
	border:none;
}
.inner-box .qywh .main .nav-list li.on{
	color: #fff;
	background: #1179c6;
}
.inner-box .qywh .main .txt-list{
	margin-top: 4.5%;
}
.inner-box .qywh .main .txt-list li{
	display: none;
	overflow: hidden;
}
.inner-box .qywh .main .txt-list li.on{
	display: block;
}
.inner-box .qywh .main .txt-list li h1{
	float: left;
	width: 30%;
	line-height: 1.5;
	margin-bottom: 0;
}
.inner-box .qywh .main .txt-list li .des{
	width: 60%;
	float: right;
	line-height: 2;
	text-align: right;
}
.gyxd{
	overflow: hidden;
}
.gyxd .des{
	width: 70%;
	line-height: 2;
	opacity: .7;
}
.gyxd .party_dots{
	margin-top: 1%;
}
.gyxd .party_dots span{
	background: #000;
}
.gyxd-mid {
	padding: 4.5%;
	background: #0c7bc9;
	color: #fff;
}
.gyxd-mid .title{
	margin-bottom: 4.5%;
}
.gyxd-mid .title h1{
	font-weight: bold;
}
.gyxd-mid .title p{
	font-size: 12px;
	margin-top: 10px;
	line-height: 1;
}
.gyxd-mid .des{
	overflow: hidden;
}
.gyxd-mid .des .left{
	width: 32.5%;
	float: left;
}
.gyxd-mid .des .left ul{
	display: flex;
	justify-content: space-between;
}

.gyxd-mid .des .left P{
	line-height: 1;
}
.gyxd-mid .des .left font{
	margin-right: 10px;
}
.gyxd-mid .des .left span{
	margin-right: 5px;
}
.gyxd-mid .des .left .line{
	display: block;
	width: 15px;
	height: 1px;
	background: #fff;
	opacity: .6;
	margin: 20px 0;
}
.gyxd-mid .des .right{
	float: right;
	width: 60.5%;
	line-height: 2;
	border-bottom: 1px dashed #fff;
	padding-bottom: 2%;
}
.hydt{
	overflow: hidden;
}
.hydt ul{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 4.5%;
}
.hydt li{
	padding:3% 4.5%;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	cursor: pointer;
	transition: all 0.3s;
}
.hydt li a{
	display: block;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.hydt li .time{
	float: left;
	text-align: center;
}
.hydt li .time h1{
	margin-bottom: 0;
}
.hydt li .time p{
	line-height: 1;
}
.hydt li .mid{
	width: 55%;
}
.hydt li .mid .title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hydt li .mid .des{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 2%;
	opacity: .8;
}
.hydt li .more {
	margin-top: 1.5%;
}
.hydt li .more .yuan{
	width: 40px;
	height: 40px;
	border:1px solid #7b7b7b;
	border-radius: 100%;
	display: inline-block;
	float: left;
	position: relative;
}
.hydt li .more .yuan:after{
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #7b7b7b;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.hydt li .more .text{
	line-height: 40px;
	font-size: 12px;
	color: #7b7b7b;
	margin-left: 20px;
}
.hydt li:hover{
	background: #077bc9;
}
.hydt li:hover a{
	color: #fff;
}
.hydt li:hover .more .yuan:after{
	background: #fff;
}
.hydt li:hover .more .yuan{
	border-color: #fff;
}
.hydt li:hover .more .text{
	color: #fff;
}
#pages{
	overflow: hidden;
	text-align: center;
}
#pages a{
	display: inline-block;
	height: 45px;
	width: 45px;
	border:1px solid #7f7f7f;
	line-height: 43px;
	text-align: center;
	vertical-align: top;
	color: #7f7f7f;
	border-radius: 100%;
	cursor: pointer;
	margin: 0 0.2%;
	background: #fff;
}
#pages a.on,#pages a:hover{
	background: #077bc9;
	color: #fff;
	border-color:#077bc9;
}
#pages a.icon-prev{
	margin-right: 1.5%;
}
#pages a.icon-next{
	margin-left: 1.5%;
}
.news-detail{
	overflow: hidden;
}
.news-detail .left{
	 width: 70%;
	 float: left;
 }
.news-detail .left{
	width: 70%;
	float: left;
}
.news-detail .left .title{
	font-weight: bold;
}
.news-detail .left .time{
	opacity: .7;
	padding: 5% 0;
	border-bottom: 1px solid #e5e5e5;
}
.news-detail .left .time a span{
	display: inline-block;
	width: 19px;
	height: 13px;
	background: url(../images/back.png);
	transition: all 0.3s;
	margin-right: 10px;
}
.news-detail .left .time a:hover{
	color: #077bc9;
}
.news-detail .left .time a:hover span{
	background: url(../images/back2.png);
}
.news-detail .left .time span{
	margin-right: 10%;
}
.news-detail .left .detail{
	padding: 5% 0;
	overflow: hidden;
}
.news-detail .left .detail img{
	max-width: 100%;
}
.news-detail .left .bot{
	padding: 3% 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
	line-height: 30px;
	overflow: hidden;
} 
.news-detail .left .bot span{
	margin-right: 20px;
	transition: all 0.3s;
	cursor: pointer;
}
.news-detail .left .bot span:hover{
	color: #077bc9;
}
.share a{
	display: inline-block;
	color: #666;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border:1px solid #666;
	text-align: center;
	border-radius: 100%;
	margin-left: 15px;
}
.share a:hover{
	color: #077bc9;
	border-color: #077bc9;
}
.news-detail .left .op{
	margin-top: 4.5%;
}
.news-detail .left .op a{
	opacity: .7;
	position: relative;
}
.news-detail .left .op a.fl{
	padding-left: 20px;
}
.news-detail .left .op a.fr{
	padding-right: 20px;
}
.news-detail .left .op a.fl:after{
	content: "<";
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 1;
	font-family: simsun;
}
.news-detail .left .op a.fr:after{
	content: ">";
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 1;
	font-family: simsun;
}
.news-detail .left .op a:hover{
	color: #077bc9;
	opacity: 1;
}
.news-detail .right{
	width: 25%;
	float: right;
	margin-top: 5%;
}
.news-detail .right ul{
	margin-top: 15%;
}
.news-detail .right ul li{
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5%;
	transition: all 0.3s;
}
.news-detail .right ul li .pic-w{
	position: relative;
	padding-bottom: 77%;
	overflow: hidden;
}
.news-detail .right ul li p{
	padding: 8%;
	opacity: .7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-detail .right ul li:hover a{
	color: #077bc9;
}
.news-detail .right ul li:hover .pic{
	transform: scale(1.1);
}
.news-detail .right ul li:hover{
	border-bottom: 1px solid #077bc9;
}
.news-detail .back{
	padding: 1.5%;
	background: #077bc9;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 4.5%;
}
.news-detail .back span{
	display: inline-block;
	width: 24px;
	height: 16px;
	background: url(../images/back3.png);
	vertical-align: top;
	margin-right: 10px;
}
.news-detail .back:hover{
	opacity: .8;
}
.gsxw{
	overflow: hidden;
}
.gsxw ul{
	overflow: hidden;
}
.gsxw ul li{
	float: left;
	width: 30%;
	margin:0 5% 5% 0;
	position: relative;
	background: #fff;
        height:523px;
        overflow:hidden;
}
.gsxw ul li:nth-child(3n-1){
	margin-right: 0;
}
.gsxw ul li a{
	display: block;
	overflow: hidden;
}
.gsxw ul li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 60%;
}
.gsxw ul li .txt{
	padding: 8%;
}
.gsxw ul li .txt .bot{
	overflow: hidden;
	line-height: 40px;
	margin-top: 10%;
	opacity: .7;
	position: relative;
	z-index: 3;
}
.gsxw ul li .txt .title{
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.2;
	position: relative;
	z-index: 3;
}
.gsxw ul li .txt .des{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.2;
	opacity: .7;
	margin-top: 5%;
	position: relative;
	z-index: 3;
}
.gsxw ul li .zz{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 55%;
	transition: all 0.3s;
}
.gsxw ul li .txt .more .yuan{
	width: 40px;
	height: 40px;
	border:1px solid #7b7b7b;
	border-radius: 100%;
	display: inline-block;
	float: left;
	position: relative;
}
.gsxw ul li .txt .more .yuan:after{
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #7b7b7b;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.gsxw ul li .txt .more .text{
	line-height: 40px;
	font-size: 12px;
	color: #7b7b7b;
	margin-left: 20px;
}
.gsxw ul li:hover a{
	color: #fff;
}
.gsxw ul li:hover .txt .more .yuan:after{
	background: #fff;
}
.gsxw ul li:hover .txt .more .yuan{
	border-color:#fff;
}
.gsxw ul li:hover .txt .more .text{
	color: #fff;
}
.gsxw ul li:hover .zz{
	height: 100%;
	z-index: 2;
}
.gsxw ul li:nth-child(1){
	width: 65%;
}
.gsxw ul li:nth-child(1) .txt{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 3;
	width: 46%;
	padding: 3.7%;
	/* transition: all 0.3s; */
}
.gsxw ul li:nth-child(1) .pic-w{
	padding-bottom: 47.8%;
}
.gsxw ul li:nth-child(1) .zz{
	display: none;
}
.gsxw ul li:nth-child(1):hover .pic{
	transform: scale(1.1);
}
.gsxw ul li:nth-child(1):hover .txt{
	background: #1179c6;
}

.link-m {
	clear: both;
	border-bottom: 1px solid rgba(255,255,255,.7);
	padding-bottom: 10px;
}
.link-m .link {
	/* width: 360px; */
	height: 30px;
	line-height: 30px;
	/* text-indent: 15px; */
	margin: auto;
	position: relative;
}
.link-m p {
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.link-m .link .button {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	cursor: pointer;
	height: 30px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 30px;
	text-indent: 0;
	background-image: url(../images/link.png);
	background-size: cover;
}
.link-m .link ul {
	position: absolute;
	z-index: 1;
	width: 100%;
	background: #fff;
	bottom: 101%;
	left: 0;
	display: none;
}

.link-m .link ul li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
	font-size: 14px;
	text-indent: 10px;
}
.link-m .link ul li a {
	color: #444;
	display: block;
}
.link-m .link ul li:hover {
	background: #444;
}
.link-m .link ul li:hover a {
	color: #fff;
}
.rot {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari å’Œ Chrome */
	-o-transform: rotate(180deg);
}

@media screen and (max-width: 1500px){
	footer .left img{
		width: 100%;
	}
	footer .left{
		padding: 2% 4.5%;
	}
	footer .top .nav{
		padding: 3% 4.5%;
	}
	footer .bot .left{
		padding: 2% 4.5%;
		padding-right: 0;
	}
	footer .bot .mid,footer .bot .right{
		padding: 2% 4.5%;
	}
	.inner-box .gsjj .qgbj .map-list{
		width: 240px;	
	}
	.gsxw ul li:nth-child(1) .pic-w{
		padding-bottom: 49.8%;
	}
}
@media screen and (max-width: 1200px){
	
}
@media screen and (max-width: 960px){
  header{
  	margin:5%;
    padding:0;
    width:90%;
  }
	header nav{
		display: none;
	}
	.swiper-01 .left{
		display: none;
	}
	.swiper-01 .mid{
		left: 4.5%;
		bottom: 12%;
	}
	.swiper-01 .mid p,.swiper-01 .mid .des{
		display: none;
	}
	header .logo{
		width: 120px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.index-about .left{
		width: 100%;
		padding: 3%;
	}
	.index-about .left .des{
		font-size: 12px;
	}
	.index-about .right{
		position: relative;
		width: 100%;
		padding: 3%;
	}
	.index-about .bot{
		padding-bottom: 55%;
	}
	.index-more{
		width: 140px;
		height: 30px;
	}
	.index-more .in{
		padding: 0 18px;
	}
	.index-more .left-p{
		line-height: 24px;
		font-size: 12px;
	}
	.index-more .icon{
		width: 24px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
		padding-right: 6px;
	}
	.index-three .left{
		display: none;
	}
	.index-three .main{
		width: 100%;
		padding: 3%;
		border:none;
	}
	.index-three .main ul li{
		padding-bottom: 95%;
	}
	.index-three .main ul li .txt{
		width: 80%;
	}
	.index-three .main ul li .txt .top{
		width: 40px;
	}
	.index-news .top{
		padding: 3%;
	}
	.index-news .top h1{
		line-height: 2;
	}
	.index-news li .title h1{
		float: none;
		line-height: 1.5;
	}
	.index-news li .title .time, .index-news li .des .right{
		float: none;
		font-size: 12px;
		margin: 5% 0;
	}
	.index-news li .des{
		margin-top: 0;
	}
	.index-news li .des .right{
		display: none;
	}
	.index-news li .des .left{
		width: 100%;
	}
	.index-four li .txt .more{
		display: none;
	}
	.index-four li{
		width: 15%;
	}
	.index-four li.on{
		width: 70%;
	}
	/* .index-four li:last-child{
		display: none;
	} */
	.index-four li.on .txt .des{
		font-size: 12px;
	}
	.index-bot .top{
		padding-bottom: 45%;
	}
	.index-bot .bot .right-box{
		display: none;
	}
	.index-bot .bot{
		padding:0 3%;
	}
	.index-bot .bot ul{
		width: 100%;
	}
	.index-bot .bot li{
		margin: 4% 0;
	}
	footer .top .nav{
		display: none;
	}
	footer .left{
		width: 40%;
		padding: 3%;
	}
	footer .top:before,footer:after{
		display: none;
	}
	footer .bot .left{
		width: 100%;
		float: none;
		padding: 3%;
	}
	footer .bot{
		display: block;
	}
	footer .bot .mid{
		width: 100%;
	}
	footer .bot .right{
		width: 100%;
	}
	footer .bot .right li:nth-child(2){
		display: none;
	}
	footer .bot h1{
		margin-bottom: 10px;
		font-size: 16px;
	}
	footer .bot .mid, footer .bot .right{
		padding: 3%;
	}
	.inner-box{
		padding: 3%;
	}
	.inner-box .gcjs li{
		width: 48%;
		float: left;
		padding-bottom: 70%;
		margin-bottom: 4%;
	}
	.inner-box .gcjs li:nth-child(2n){
		float: right;
		margin-right: 0;
	}
	.inner-box .gcjs li .txt .more .yuan{
		width: 20px;
		height: 20px;
	}
	.inner-box .gcjs li .txt .more .text{
		line-height: 20px;
	}
	.inner-box .gcjs li .txt{
		padding: 8% 4%;
	}
	.inner-box .inner-local{
		position: relative;
		padding: 0;
		margin-bottom: 5%;
	}
	.inner-nav{
		display: block;
		overflow: hidden;
		border-bottom: none;
	}
	.inner-nav a{
		width: 50%;
		float: left;
		border-bottom: 1px solid #ccc;
		font-size: 14px;
		padding: 3% 0;
	}
	.inner-banner{
		padding-bottom: 55%;
	}
	.load-more span{
		width: 20px;
		height: 20px;
		background-size: contain;
	}
	.load-more{
		padding: 3%;
		font-size: 14px;
	}
	.z14{
		font-size: 12px;
	}
	.inner-box .gsjj .des .left{
		float: none;
		width: 100%;
		margin-bottom: 5%;
	}
	.inner-box .gsjj .des .nums{
		width: 100%;
	}
	.inner-box .gsjj .qgbj{
		overflow: hidden;
		padding: 3%;
	}
	.inner-box .gsjj .qgbj img{
		max-width: 100%;
	}
	.inner-box .gsjj .qgbj .map-list{
		position: relative;
		margin: 3%;
	}
	.inner-box .gsjj .qgbj .add-list{
		position: relative;
		padding: 3%;
	}
	.inner-box .gsjj .qgbj .add-list .line{
		margin: 5% 0;
	}
	.inner-box .ldzc .inner-local{
		display: none;
	}
	.inner-box .ldzc .pic-w{
		position: relative;
		padding-bottom: 80%;
		width: 100%;
		margin-bottom: 3%;
	}
	.inner-box .ldzc .pic-w .pic{
		background-size: contain;
	}
	.inner-box .ldzc .right{
		float: none;
		width: 100%;
	}
	.gsly .title .des{
		width: 100%;
	}
	.gsly .fw-list li:first-child{
		float: none;
		width: 100%;
	}
	.gsly .fw-list li{
		width: 33%;
	}
	.gsly .fw-list li font{
		height: 30px;
		line-height: 15px;
		display: block;
	}
	.gsly .fw-list li h1{
		line-height: 40px;
	}
	.inner-box .gsys .right{
		width: 100%;
		float: none;
	}
	.inner-box .gsys .pic-w{
		position: relative;
		overflow: hidden;
		padding-bottom: 60%;
		width: 100%;
	}
	.inner-box .gsys .pic-w ul{
		padding: 3%;
	}
	.inner-box .gsys .pic-w ul li{
		width: 20%;
	}
	.inner-box .gsys .pic-w ul .line{
		margin: 10px 0;
	}
	.inner-box .gsys .right li{
		margin-bottom: 8%;
	}
	.inner-box .gsys .right h1{
		width: 40%;
		line-height: 1.5;
	}
	.inner-box .gsys .right .des{
		width: 60%;
		line-height: 2;
	}
	.gsxw ul li:nth-child(1){
		width: 100%;
		float: none;
	}
	.gsxw ul li:nth-child(3n-1){
		margin-right: 0;
	}
	.gsxw ul li{
		width: 48%;
		margin: 0;
		margin-bottom: 4%;
	}
	.gsxw ul li:nth-child(odd){
		float: right;
	}
	.gsxw ul li .txt .bot .more{
		display: none;
	}
	#pages a{
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
	.gsxw ul li .pic-w{
		padding-bottom: 85%;
	}
	.gsxw ul li .txt{
		padding: 4%;
	}
	.gsxw ul li .txt .bot{
		margin-top: 3%;
	}
	.gsxw ul li .txt .bot .fl{
		font-size: 12px;
		line-height: 20px;
	}
	.gsxw ul li:nth-child(1) .txt{
		width: 52%;
	}
	.inner-box .gszz .zz-nav li{
		position: relative;
	}
	.inner-box .gszz .zz-nav li font{
		display: block;
		margin-top: 2%;
	}
	.inner-box .gszz .zz-nav li span{
		position: absolute;
		right: 5%;
		top: 5%;
		display: none;
	}
	.inner-box .gszz .zz-list li{
		width: 48%;
		margin: 0;
		margin-bottom: 4%;
	}
	.inner-box .gszz .zz-list li:nth-child(2n){
		float: right;
		margin-right: 0;
	}
	.inner-box .gszz .zz-list li .party_dots{
		display: none;
	}
	.inner-box .gszz .zz-list li .title{
		height: 30px;
		line-height: 15px;
	}
	.gyxd .party_dots{
		display: none;
	}
	.gyxd .des{
		width: 100%;
	}
	.gyxd .des h1{
		line-height: 1.5;
	}
	.gyxd-mid{
		padding: 3%;
	}
	.gyxd-mid .des .left{
		width: 100%;
		float: none;
	}
	.gyxd-mid .des .right{
		width: 100%;
		float: none;
		margin-top: 8%;
	}
	.gyxd-mid .des .left .line{
		margin: 10px 0;
	}
	.index-four li{
		width: 50%;
		float: left;
		border-bottom: 1px solid #ccc;
	}
	.index-four li.on{
		width: 50%;
	}
	.index-four li .box {
	    padding-bottom: 0;
	    margin: 0;
	}
	
	.index-four li .box{
		padding-bottom: 0;
		margin: 0;
	}
	.index-four li .box .pic-w{
		padding-bottom: 48.5%;
	}
	.index-four li .txt{
		padding: 11%;
		padding-bottom: 14%;
		margin-top: 0;
	}
	.index-four li .txt .title{
		margin-bottom: 7%;
		color: #1179c6;
	}
	.index-four li .txt .more{
		display: none;
	}
	.index-four li .txt .des{
		display: block;
		color: #414141;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.index-four li .txt .des{
		font-size: 12px;
	}
	.hydt li{
		padding: 3% 0;
	}
	.hydt li .more{
		display: none;
	}
	.hydt li .mid{
		width: 70%;
	}
	.hydt li .time h1{
		font-size: 30px;
		margin-bottom: 5%;
	}
	.hydt li .time p{
		font-size: 12px;
	}
	.hydt li .mid .title{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.hydt li .mid .des{
		height: 40px;
		line-height: 20px;
	}
	.inner-box .hzhb .party_dots{
		display: none;
	}
	.inner-box .hzhb .des {
		width: 100%;
	}
	.inner-box .hzhb ul li,.inner-box .hzhb ul li:nth-child(8n){
		width: 32%;
		margin:0 2% 2% 0;
	}
	.inner-box .hzhb ul li:nth-child(3n){
		margin-right: 0;
		float: right;
	}
	.inner-box .hxtd .des .pic-w{
		display: none;
	}
	.inner-box .hxtd .des .left{
		width: 100%;
	}
	.inner-box .hxtd .des ul li{
		padding: 3%;
	}
	.inner-box .hxtd .main li .pic-w{
		position: relative;
		width: 100%;
		padding-bottom: 100%;
	}
	.inner-box .hxtd .main li .txt{
		width: 100%;
	}
	.inner-box .hxtd .main li h4{
		margin-top: 20%;
	}
	.inner-box .hxtd .des p{
		margin: 3% 0;
	}
	.inner-box .lxwm .main {
		position: relative;
		/* overflow: hidden; */
		margin: 0;
		margin-top: 20%;
		padding: 0;
		float: none;
	}
	.inner-box .lxwm .main .logo{
		position: relative;
		margin-bottom: 5%;
		width: 70px;
		margin-left: -35px;
	}
	.inner-box .lxwm .pic{
		width: 100%;
		position: relative;
		height: 400px;
	}
	.inner-box .lxwm .main .line{
		margin: 5% 0;
	}
	.inner-box .lxwm .main p{
		margin-bottom: 3%;
	}
	.inner-box .ppwh li{
		width: 100%;
		float: none;
	}
	.inner-box .ppwh li .des{
		height: auto;
		overflow: hidden;
		line-height: 2;
	}
	.inner-box .qywh .bot{
		padding: 3%;
	}
	.inner-box .qywh .main .nav-list li p{
		font-size: 12px;
	}
	.inner-box .qywh .main .txt-list li .des{
		text-align: left;
	}
	.news-detail .right{
		display: none;
	}
	.news-detail .left{
		width: 100%;
	}
	.news-detail .left .time .fr{
		display: none;
	}
	.news-detail .left .bot .share{
		float: none;
		clear: both;
	}
	.news-detail .left .op a{
		display: block;
		float: none;
		margin-bottom: 5%;
	}
	.news-detail .left .op a.fr{
		text-align: right;
	}
	.news-detail .back{
		padding: 3%;
	}
	.news-detail .back span{
		margin-top: -3px;
	}
	.inner-box .zzjg .des{
		width: 100%;
		margin: 3% 0;
	}
  header .menu{
  	display:block;
  }
  .inner-box .gsjj .qgbj .mid-box{
	  width: 100%;
  }
  .inner-box .gsjj .qgbj .mid-box .tiao{
	  width: 25px;
	  margin: -25px 0 0 -15px;
  }
  .inner-box .qywh .main .txt-list li h1{
  	width:100%;
    float:none;
  }
  .inner-box .qywh .main .txt-list li .des{
  	float:none;
    width:100%;
    margin-top:5%;
  }
  .inner-box .qywh .main .txt-list li .des pre{
  	white-space:normal;
  }
  .index-four li .txt .des{
  	height:100px;
    line-height:20px;
  	white-space:normal;
  }
  .index-four li .txt .des pre{
  	white-space:normal;
  }
  .inner-box .qywh .main .nav-list li .pic{
  	width:25px;
    height:25px;
  }
  .gsxw ul li .zz{
  	display:none;
  }
  .gsxw ul li{
  	height:auto;
  }
  .gsxw ul li .txt .des{
  	height:25px;
  }
  .gsxw ul li:nth-child(1) .txt{
  	position:relative;
    width:100%;
  }
}
.detail section{text-align:center;}