@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;
}

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;
}

.c-box{
	width: 1300px;
	margin:auto;
}
header{
	padding: 25px;
	border-top: 2px solid #ea7919;
	overflow: hidden;
}
header .fr{
	line-height: 61px;
}
header .fr a{
	color: #015cac;
	margin-left: 25px;
}
header .fr a:hover{
	opacity: .6;
}
header .logo img{
    height: 65px;
}
.index-box{
	background-image: url(../images/index-banner.png);
	background-position: center top;
	 background-repeat: no-repeat;
	 padding-top: 225px;
	 /* background-size: contain; */
}
.index-box .main{
	background: #fff;
	border-radius: 10px 10px 0 0;
}
.index-box .title-nav{
	text-align: center;
	background: #1479d7;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
}
.index-box .title-nav:after{
	content: "";
	display: block;
	clear: both;
}
.index-box .title-nav p{
	display: inline-block;
	text-align: center;
	width: 14.28%;
	color: #fff;
	font-size: 18px;
	float: left;
	background: url(../images/abg.png) center right no-repeat;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.index-box .title-nav p a{
	color: #fff;
}
.index-box .title-nav p:last-child{
	background: none;
}
.index-box .title-nav a:hover{
	opacity: .6;
}
.index-box .title-nav p .ej-nav{
	position: absolute;
	top: 100%;
	z-index: 9;
	left: 0;
	width: 100%;
	display: none;
}
.index-box .title-nav p .ej-nav a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	background: #1479d7;
	border-top: 1px solid #fff;
}
.index-box .title-nav p .ej-nav a:hover{
	opacity: 1;
	background: #fff;
	color: #1479d7;
}
.index-box .list{
	padding: 30px;
	padding-bottom: 0;
}
.index-box .list .title{
	border-bottom: 1px solid #ccdeee;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.index-box .list .title span{
	display: inline;
	color: #1479d7;
	border-bottom: 2px solid #015cac;
	padding-bottom: 11px;
}
.index-box .list .index-new.two-news .title span{
	border:none;
	margin-right: 15px;
	cursor: pointer;
}
.index-box .list .index-new.two-news .title span.on{
	border-bottom: 2px solid #015cac;
}
.index-box .list .index-new.two-news ul{
	display: none;
}
.index-box .list .index-new.two-news ul.on{
	display: block;
}
.index-box .list>div{
	width: 31.5%;
	margin-right: 2.75%;
	float: left;
	height: 320px;
	margin-bottom: 30px;
}
.index-box .list .index-picnews{
	position: relative;
	overflow: hidden;
}
.index-box .list .index-picnews ul{
	height: 320px;
}
.index-box .list .index-picnews li{
	position: relative;
	overflow: hidden;
	height: 320px;
}
.index-box .list .index-picnews li a{
	display: block;
	height: 320px;
	position: relative;
}
.index-box .list .index-picnews li .txt{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: rgba(0,0,0,.5);
	z-index: 2;
	font-size: 14px;
}
.index-box .list .index-picnews .pic-page{
	position: absolute;
	right: 10px;
	left: auto;
	z-index: 4;
	bottom: 10px;
	width: auto;
	cursor: pointer;
	outline: none;
}

.index-box .list .index-picnews .pic-page span{
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin-left: 5px;
}
.index-box .list .index-picnews .pic-page span.swiper-pagination-bullet-active{
	background: #015cac;
}



.index-box .list>div:nth-child(3),.index-box .list>div:nth-child(7){
	margin-right: 0;
}
.index-box .list>div:nth-child(9){
	margin-right: 2.75%;
}
.index-box .list .index-new ul{
	overflow: hidden;
}
.index-box .list .index-new li{
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative;
}
.index-new li a,.index-picnew li a{
	display: block;
	overflow: hidden;
}
.index-box .list .index-new li:after{
	content: "";
	display: block;
	left: 0;
	top: 5px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #1479d7;
	position: absolute;
}
.index-box .list .index-new li span{
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.index-box .list .index-new li font{
	overflow: hidden;
	width: 250px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-box .list .index-new li i{
	float: right;
	font-style: normal;
}
.index-box .list .index-new li:hover a{
	color: #1479D7;
}
.index-box .list .index-new li:last-child{
	margin-bottom: 0;
}
.index-box .list .index-new li:last-child span{
	padding-bottom: 0;
	border:none;
}
.index-box .list .index-new ul{
	height: 245px;
	overflow: hidden;
}
.index-new .four{
	overflow: hidden;
}
.index-new .four .box{
	width: 187px;
	height: 95px;
	line-height: 95px;
	text-indent: 25px;
	color: #fff;
	font-size: 18px;
	float: left;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.index-new .four .box:last-child{
	height: auto;
}
.index-new .four .box:last-child img{
	width: 100%;
}
.index-new .four .box a{
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.index-new .four .box:nth-child(2n){
	float: right;
}
.index-box .list .index-swiper{
	overflow: hidden;
	height: 245px;
	border-radius: 5px;
}
.index-box .list .index-swiper .swiper-slide{
	position: relative;
	overflow: hidden;
	padding-bottom: 245px;
}
.index-box .list .index-swiper .swiper-slide .pic-w{
	position: relative;
	overflow: hidden;
	height: 245px;
}
.index-box .list .index-swiper .swiper-slide .txt{
	position: absolute;
	z-index: 1;
	bottom: 20px;
	width: 90%;
	left: 5%;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-box .list .index-picnew ul{
	height: 245px;
	overflow: hidden;
}
.index-box .list .index-picnew .top{
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.index-box .list .index-picnew .top:after{
	content: "";
	display: block;
	left: 0;
	top: 5px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #1479d7;
	position: absolute;
}
.index-box .list .index-picnew .top span{
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.index-box .list .index-picnew .top font{
	overflow: hidden;
	width: 250px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-box .list .index-picnew .top i{
	float: right;
	font-style: normal;
}
.index-box .list .index-picnew .bot{
	overflow: hidden;
	display: none;
	margin-bottom: 20px;
}
.index-box .list .index-picnew .bot .pic-w{
	position: relative;
	float: left;
	width: 190px;
	height: 95px;
	border-radius: 10px;
}
.index-box .list .index-picnew .bot .txt{
	float: right;
	width: 180px;
}
.index-box .list .index-picnew .bot .txt h1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 8px;
}
.index-box .list .index-picnew .bot .line{
	border-bottom: 1px dashed #ccc;
	margin: 15px 0;
}
.index-box .list .index-picnew .bot p{
	font-size: 12px;
	overflow: hidden;
	line-height: 18px;
	height: 36px;
}
.index-box .list .index-picnew li.on .bot{
	display: block;
}
.index-box .list .index-picnew li.on .top{
	display: none;
}
.index-box .list .index-picnew li:last-child .bot,.index-box .list .index-picnew li:last-child .top{
	margin-bottom: 0;
}
.index-box .list .index-mid{
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	height: auto;
	float: none;
}
.index-box .list .index-mid img{
	vertical-align: top;
	width: 100%;
}
.index-box .index-link{
	width: 100% !important;
	height: auto !important;
}
.index-box .index-link li{
	width: 18%;
	margin-right: 2.5%;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.index-box .index-link li:nth-child(5n){
	margin-right: 0;
}
.index-box .index-link li:hover a{
	color: #1479D7;
}
.index-box .index-link li:after{
	content: "";
	display: block;
	left: 0;
	top: 5px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #1479d7;
	position: absolute;
}
.index-box .index-link li span{
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	margin-left: 40px;
}
.index-box .index-link li font{
	overflow: hidden;
	width: 250px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
footer{
	background: #015cac;
}
footer .top{
	padding: 15px 0;
	overflow: hidden;
}
footer .bot{
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 12px;
	background: #095393;
}
footer .bot span{
	opacity: .7;
	margin-right: 30px;
}
footer .bot a{
	color: #fff;
	opacity: .7;
}
footer .bot a:hover{
	opacity: 1;
}
footer .top .txt{
	margin-top: 15px;
	color: #fff;
}
footer .top .left>img{
	width: 50%;
}
footer .top .txt .tel span{
	font-size: 16px;
}
footer .top .txt .tel{
	float: left;
}
footer .top .txt .tel i{
	font-style: normal;
	margin: 0 25px;
}
footer .top  .fr img{
	width: 90px;
}
footer .top .txt .add{
	float: left;
	margin-left: 45px;
	margin-top: -5px;
}
footer .top .txt .add p{
	font-size: 14px;
}
footer .top .txt .add span{
	font-size: 12px;
	opacity: .7;
}
.index-box .inner-box{
	padding: 30px;
	padding-bottom: 60px;
}
.index-box .inner-box .left{
	float: left;
	width: 280px;
}
.index-box .inner-box .left .local{
	font-size: 12px;
	color: #7f7f7f;
}
.index-box .inner-box .left .local a{
	color: #7f7f7f;
}
.index-box .inner-box .left .local a:hover{
	color: #000;
}
.index-box .inner-box .left ul{
	margin-top: 40px;
}
.index-box .inner-box .left ul li{
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #4394df;
}
.index-box .inner-box .left ul li:last-child{
	border:none;
}
.index-box .inner-box .left ul li h1{
	font-size: 18px;
	text-indent: 40px;
	background: #1479d7;
	height: 55px;
	line-height: 54px;
	position: relative;
	cursor: pointer;
}
.index-box .inner-box .left ul li h1:after{
	content: "";
	display: block;
	position: absolute;
	right: 40px;
	top: 50%;
	width: 11px;
	height: 7px;
	margin-top: -3.5px;
	background: url(../images/sj.png);
	z-index: 1;
	transform: rotate(180deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index-box .inner-box .left ul li.on h1:after{
	transform: rotate(0);
}
.index-box .inner-box .left ul li p{
	height: 55px;
	line-height: 54px;
	text-indent: 40px;
	background: #1479d7;
}
.index-box .inner-box .left ul li>a{
	color: #fff;
}
.index-box .inner-box .left ul li.on p{
	background: #f1f1f1;
	color: #000;
}
.index-box .inner-box .left ul li.on>a{
	color: #000;
}
.index-box .inner-box .left ul li .min-nav{
	border:1px solid #dedede;
	border-bottom: none;
	display: none;
}
.index-box .inner-box .left ul li.on .min-nav{
	display: block;
}
.index-box .inner-box .left ul li .min-nav a{
	display: block;
	text-align: center;
	height: 55px;
	line-height: 54px;
	border-bottom:1px solid #dedede;
	font-size: 16px;
	color: #929090;
}
.index-box .inner-box .left ul li .min-nav a.on,.index-box .inner-box .left ul li .min-nav a:hover{
	background: #f4f4f4;
}
.index-box .inner-box .right{
	width: 910px;
	float: right;
}
.index-box .inner-box .right .big-title{
	font-size: 30px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 23px;
	margin-bottom: 23px;
	line-height: 1.5;
	margin-top: -15px;
}
.index-box .inner-box .right .links{
	overflow: hidden;
	margin-bottom: 40px;
}
.index-box .inner-box .right .links a{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	border:1px solid #999999;
	color: #999999;
	text-align: center;
	line-height: 28px;
	border-radius: 100%;
	margin-right: 30px;
	background: none !important;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.index-box .inner-box .right .links a:hover{
	border-color: #000;
	color: #000;
}
.index-box .inner-box .right .history{
	position: relative;
	overflow: hidden;
}
.index-box .inner-box .right .history ul{    
	display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.index-box .inner-box .right .history ul:after{
	content: "";
	position: absolute;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background: #aeaeae;
	top: 0;
	bottom: 0;
}
.index-box .inner-box .right .history li{
	width: 50%;
	position: relative;
	margin-bottom: 80px;
	z-index: 2;
}
.index-box .inner-box .right .history li:after{
	position: absolute;
	content: "";
	display: block;
	width: 150px;
	height: 48px;
	background: url(../images/left.png);
	right: -5.5px;
	bottom: -48px;
}

.index-box .inner-box .right .history li:nth-child(2n):after{
	position: absolute;
	content: "";
	display: block;
	width: 153px;
	height: 48px;
	background: url(../images/right.png);
	left: -5.5px;
	bottom: -48px;
}
.index-box .inner-box .right .history li .box{
	width: 90%;
}
.index-box .inner-box .right .history li .title{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #1479d7;
	font-size: 14px;
}
.index-box .inner-box .right .history li .des{
	font-size: 13px;
	color: #222;
	padding: 20px;
	line-height: 1.5;
	border:1px solid #c7c7c7
}
.index-box .inner-box .right .history li:nth-child(2n){
	top: 120px;
	animation-delay: .1s;
}
.index-box .inner-box .right .history li:nth-child(2n) .box{
	float: right;
}
.index-box .inner-box .right .list-santu{
	margin-top: 52px;
}
.index-box .inner-box .right .list-santu ul:after{
	content: "";
	display: block;
	clear: both;
}
.index-box .inner-box .right .list-santu li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: #ebebeb;
}
.index-box .inner-box .right .list-santu li:nth-child(3n){
	margin-right: 0;
}
.index-box .inner-box .right .list-santu li .pic-w{
	position: relative;
	overflow: hidden;
	height: 150px;
}
.index-box .inner-box .right .list-santu li .time{
	padding: 20px;
}
.index-box .inner-box .right .list-santu li .time font{
	font-size: 40px;
	float: left;
	margin-right: 10px;
}
.index-box .inner-box .right .list-santu li .time span{
	display: block;
	line-height: 20px;
}
.index-box .inner-box .right .list-santu li .title{
	padding: 20px;
	padding-top: 0;
	line-height: 20px;
	height: 40px;
	box-sizing: content-box;
	text-align: justify;
}
.index-box .inner-box .right .list-santu li:hover{
	transform: translateY(-10px);
	background: #1479d7;
}
.index-box .inner-box .right .list-santu li:hover a{
	color: #fff;
}
.index-box .inner-box .right .pages-list{
	text-align: center;
	margin-top: 30px;
}
.index-box .inner-box .right .pages-list a{
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #f1f1f1;
	margin:0 3px;
	font-size: 14px;
}
.index-box .inner-box .right .pages-list a.big{
	width: auto;
	padding: 0 15px;
}
.index-box .inner-box .right .pages-list a:hover,.index-box .inner-box .right .pages-list a.on{
	color: #fff;
	background: #2b86db;
}
.list-time{
	margin-top: 52px;
}
.list-time li{
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-time li .time{
	width: 90px;
	height: 80px;
	border:1px solid #e5e5e5;
	text-align: center;
	float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-time li .time font{
	font-size: 14px;
}
.list-time li .time font,.list-time li .time span{
	display: block;
}
.list-time li .time span{
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.list-time li .txt{
	float: right;
	width: 780px;
}
.list-time li .txt .title{
	margin-bottom: 20px;
	margin-top: 3px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-size: 18px;
}
.list-time li .txt .des{
	font-size: 14px;
	line-height: 1.5;
	opacity: .7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-time li:hover .title,.list-time li:hover .time,.list-time li:hover .des{
	color: #1479d7;
}
.list-time li:hover,.list-time li:hover .time{
	border-color:#1479d7 ;
}
.index-box .inner-box .right .word-detail{
	overflow: hidden;
}
.index-box .inner-box .right .word-detail img{
	max-width: 100%;
}
.index-box .inner-box .right .list-datu{
	overflow: hidden;
}
.index-box .inner-box .right .list-datu li{
	position: relative;
	border:1px solid #e1e1e1;
	overflow: hidden;	
	cursor: pointer;
	margin-bottom: 40px;
}
.index-box .inner-box .right .list-datu li .pic-w{
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.index-box .inner-box .right .list-datu li .txt{
	float: left;
	width: 50%;
	padding: 40px;
}


 .list-time.list-zbgg li{
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative;
   border:none;
   padding-bottom:0;
}
.list-time.list-zbgg li a,.list-time.list-zbgg li a{
	display: block;
	overflow: hidden;
}
.list-time.list-zbgg li:after{
	content: "";
	display: block;
	left: 0;
	top: 5px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #1479d7;
	position: absolute;
}
.list-time.list-zbgg li span{
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.list-time.list-zbgg li font{
	overflow: hidden;
	width: 250px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-time.list-zbgg li i{
	float: right;
	font-style: normal;
}
.list-time.list-zbgg li:hover a{
	color: #1479D7;
}





.index-box .inner-box .right .list-datu li .title{
	font-size: 24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.index-box .inner-box .right .list-datu li .line{
	width: 90px;
	height: 1px;
	background: #e1e1e1;
	margin:40px 0;
}
.index-box .inner-box .right .list-datu li .des{
	font-size: 14px;
	line-height: 1.5;
	opacity: .8;
}
.index-box .inner-box .right .list-datu li .bot{
	overflow: hidden;
	margin-top: 40px;
}
.index-box .inner-box .right .list-datu li .bot a.more{
	width: 160px;
	text-align: center;
	display: block;
	float: left;
	height: 35px;
	line-height: 33px;
	border:1px solid #1479d7;
	background: #1479d7;
	color: #fff;
	border-radius: 18px;
	font-size: 14px;
}
.index-box .inner-box .right .list-datu li .bot .link{
	float: left;
	margin-left: 30px;
	line-height: 35px;
}
.index-box .inner-box .right .list-datu li .bot .link a{
	margin-left: 20px;
	color: #999;
}
.index-box .inner-box .right .list-datu li .bot .link a:hover{
	color: #000;
}
.index-box .inner-box .right .list-datu li:hover .title{
	color: #1479d7;
}
.index-box .inner-box .right .list-datu li:hover .pic{
	transform: scale(1.1);
}
.index-box .inner-box .right .list-datu li .bot a.more:hover{
	background: #fff;
	color: #1479d7;
}
.index-box .inner-box .right .list-datu li:nth-child(2n) .txt{
	float: right;
}
.index-box .inner-box .right .list-datu li:nth-child(2n) .pic-w{
	left: 0;
	right: auto;
}
.list-xiazai{
	overflow: hidden;
}
.list-xiazai li{
	width: 48%;
	float: left;
	padding: 15px;
	border:1px solid #cccccc;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-bottom: 4%;
}
.list-xiazai li:nth-child(2n){
	float: right;
}
.list-xiazai li .word{
	display: inline-block;
	width: 26px;
	height: 24px;
	background: url(../images/word.png);
	float: left;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.list-xiazai li .down{
	display: inline-block;
	float: right;
	margin-top: 1px;
	width: 22px;
	height: 22px;
	background: url(../images/down.png);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.list-xiazai li a{
	display: block;
	overflow: hidden;
}
.list-xiazai li font{
	display: inline-block;
	float: left;
	line-height: 24px;
	height: 24px;
	margin-left: 25px;
	width: 280px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-xiazai li:hover{
	background: #1479d7;
}
.list-xiazai li:hover a{
	color: #fff;
}
.list-xiazai li:hover .word{
	background: url(../images/word2.png);
}
.list-xiazai li:hover .down{
	background: url(../images/down2.png);
}
.list-ld{
	overflow: hidden;
}
.list-ld .top{
	text-align: center;
}
.list-ld .top li{
	display: inline-block;
	float: none;
	margin-right: 1.75%;
	margin-left: 1.75%;
}
.list-ld li{
	width: 31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	cursor: pointer;
}
.list-ld li:nth-child(3n){
	margin-right: 0;
}
.list-ld li .pic-w{
	position: relative;
	overflow: hidden;
	height: 420px;
}
.list-ld li .txt{
	background: #f4f4f4;
	text-align: center;
	padding: 15px;
	line-height: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.list-ld li .txt .des{
	line-height: 25px;
	height: 50px;
}
.list-ld li:hover .txt{
	background:#1479d7;
	color: #fff;
}
.list-ld li:hover .pic{
	transform: scale(1.1);
}
.news-detail{
	overflow: hidden;
}
.news-detail .title{
	font-size: 18px;
  text-align:center;
}
.news-detail .des{
	overflow: hidden;
	padding: 15px 0;
	margin-top: 10px;
	/*border-top: 1px solid #b2b2b2;*/
	border-bottom: 1px solid #b2b2b2;
  text-align:center;
}
.news-detail .des .time{
	display: inline-block;
	background: url(../images/time.png) left center no-repeat;
	padding-left: 40px;
	color: #737373;
	line-height: 21px;
}
.index-box .inner-box .right .news-detail .des .links{
	float: right;
	margin-bottom: 0;
}
.index-box .inner-box .right .news-detail .des .links a{
	display: inline-block;
	width: 21px;
	height: 21px;
	line-height: 19px;
	font-size: 12px;
	border:1px solid #737373
}
.index-box .inner-box .right .news-detail .main-box .links{
	margin-bottom:0;
  margin-top:3%
    
}
.index-box .inner-box .right .news-detail .main-box .links a{
	font-size:16px;
}
  
.index-box .inner-box .right .news-detail .main-box{
	margin-top: 36px;
	overflow: hidden;
	padding-bottom: 36px;
	border-bottom: 1px solid #737373;
}
.index-box .inner-box .right .news-detail .main-box img{
	max-width: 100%;
}
.index-box .inner-box .right .news-detail .page{
	padding: 25px 0;
}
.index-box .inner-box .right .news-detail .page a{
	display: block;
	line-height: 30px;
	color: #737373;
	font-size: 14px;
}
.index-box .inner-box .right .news-detail .page a:hover{
	color: #1479d7;	
}
.index-box .inner-box .right .news-detail .back{
	display: block;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #1479d7;
}
.index-box .inner-box .right .news-detail .back span{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	background: url(../images/back.png);
	margin-top: -2px;
}
.index-box .inner-box .right .news-detail .back:hover{
	opacity: .8;
}

.list-new{
	margin-top: 52px;
}
.list-new li{
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-new li .time{
	width: 90px;
	height: 80px;
	border:1px solid #e5e5e5;
	text-align: center;
	float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-new li .time font{
	font-size: 14px;
}
.list-new li .time font,.list-new li .time span{
	display: block;
}
.list-new li .time span{
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.list-new li .txt{
	float: right;
	width: 780px;
}
.list-new li .txt .title{
	margin-bottom: 20px;
	margin-top: 3px;
	transition: all 0.5s;
	font-size: 18px;
	-webkit-transition: all 0.5s;
}
.list-new li .txt .des{
	font-size: 14px;
	line-height: 1.5;
	opacity: .7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-new li:hover .title,.list-new li:hover .time,.list-time li:hover .des{
	color: #1479d7;
}
.list-new li:hover,.list-new li:hover .time{
	border-color:#1479d7 ;
}
.list-new .top{
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}
.list-new .top .pic-w{
	width: 48%;
	float: left;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.list-new .top .txt{
	float: right;
	width: 48%;
}
.list-new .top .txt .title{
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.list-new .top .txt .time{
	font-size: 14px;
	margin-top: 30px;
	opacity: .8;
}
.list-new .top .txt .des{
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin: 30px 0;
	opacity: .8;
}
.list-new .top .txt a{
	display: block;
	width: 180px;
	height: 35px;
	border:1px solid #1479d7;
	background: #1479d7;
	color: #fff;
	text-align: center;
	line-height: 33px;
	border-radius: 18px;
	font-size: 14px;
}
.list-new .top .txt a:hover{
	background: #fff;
	color: #1479d7;
}
.list-new .top:hover .pic{
	transform: scale(1.1);
}
.list-new .top:hover .txt .title{
	color: #1479d7;
}
.list-ldgh{
	overflow: hidden;
	margin-top: 52px;
}
.list-ldgh li{
	overflow: hidden;
	margin-bottom: 60px;
}
.list-ldgh li a{
	display: block;
	overflow: hidden;
}
.list-ldgh li .pic-w{
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 160px;
	float: left;
}
.list-ldgh li .txt{
	float: right;
	width: 540px;
}
.list-ldgh li .txt .title{
	font-size: 20px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.list-ldgh li .txt .des{
	line-height: 30px;
	height: 60px;
	opacity: .8;
	margin: 30px 0;
}
.list-ldgh li .txt .bot{
	overflow: hidden;
}
.list-ldgh li .txt .bot span{
	display: inline-block;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	color: #737373;
	padding-left: 40px;
}
.list-ldgh li .txt .bot span.time{
	background: url(../images/time.png) center left no-repeat;
}
.list-ldgh li .txt .bot span.view{
	background: url(../images/view.png) center left no-repeat;
	float: right;
	margin-right: 15px;
	padding-left: 35px;
}
.list-ldgh li:hover .pic{
	transform: scale(1.1);
}
.list-ldgh li:hover .txt .title{
	color: #1479d7;
}
.list-pic{
	margin-top: 52px;
	overflow: hidden;
}
.list-pic li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.list-pic li:nth-child(2n){
	margin-right: 0;
}
.list-pic li .pic-w{
	position: relative;
	overflow: hidden;
	height: 325px;
}
.list-pic li .txt{
	margin-top: 30px;
	padding-left: 30px;
	position: relative;
}
.list-pic li .txt .box{
	border-bottom: 1px dashed #ccc;
}
.list-pic li .txt .title{
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	overflow: hidden;
}
.list-pic li .txt .des{
	opacity: .8;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin: 15px 0;
}
.list-pic li .txt:after{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #1479d7;
	left: 0;
	top: 6px;
}
.list-pic li:hover .title{
	color: #1479d7;
}
.list-pic li:hover .pic{
	transform: scale(1.1);
}
.list-ry{
	overflow: hidden;
}
.list-ry li{
	width: 22%;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	cursor: pointer;
}
.list-ry li:nth-child(4n){
	margin-right: 0;
}
.list-ry li .pic-w{
	overflow: hidden;
	height: 180px;
	position: relative;
}
.list-ry li .txt{
	height: 55px;
	background: #f4f4f4;
	text-align: center;
	line-height: 55px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.list-ry li:hover .pic{
	transform: scale(1.1);
}
.list-ry li:hover .txt{
	background: #1479d7;
	color: #fff;
}
.popPart{position: absolute;background: rgba(0,0,0,.6); position: fixed; top: 100%; left: 0; width: 100%; height: 100%; z-index: 9999999;}
.popPart .swiper-container{width:500px;top: 50%;text-align: center;/*padding: 10%;*/ height: 560px;margin-top: -280px;background: #fff;}
.popPart .swiper-container .swiper-slide{overflow: hidden;padding: 30px;}
.popPart .swiper-container .swiper-slide .pic-w{
	position: relative;
	overflow: hidden;
	height: 100%;
}
.popPart .buttons div{outline: none; width: 30px;height: 55px;overflow: hidden;transition: all 0.4s;-webkit-transition: all 0.4s;position: absolute;top: 50%;margin-top: -23px;z-index: 20;}
.popPart .swiper-button-prev{background: url(../images/pcaseLeft.png) center center no-repeat;left: 50%;margin-left: -350px;}
.popPart .swiper-button-next{background: url(../images/pcaseRight.png) center center no-repeat;right: 50%;margin-right: -350px;}
.popClose{background: url(../images/close2.png) no-repeat scroll center center;width: 22px;height: 22px;position: absolute;top: 50%;margin-top:-280px;right: 50%;margin-right: -340px; z-index: 30;display: block;display: block;cursor: pointer;transition: 400ms;-webkit-transition: 400ms;}
.popClose:hover{transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);-moz-transform: rotate(90deg);}

.list-rs{
	margin-top: 52px;
	overflow: hidden;
}
.list-rs li{
	position: relative;
	border:1px solid #ccc;
	padding: 25px;
	overflow: hidden;
	margin-bottom: 40px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.list-rs li a{
	display: block;
	overflow: hidden;
}
.list-rs li .pic-w{
	position: relative;
	float: left;
	width: 165px;
	height: 100px;
	overflow: hidden;
}
.list-rs li .time{
	float: left;
	height: 100px;
	margin: 0 30px 0 20px;
	text-align: center;
	font-size: 12px;
}
.list-rs li .time font{
	font-size: 40px;
	display: block;
	margin-top: 18px;
	margin-bottom: 10px;
}
.list-rs li .txt{
	float: left;
	width: 530px;
}
.list-rs li .txt .title{
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}
.list-rs li .txt .des{
	margin-top: 30px;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	opacity: .8;
}
.list-rs li .next{
	height: 100px;
	background: url(../images/next.png) center center no-repeat;
	width: 10px;
	margin-left: 30px;
	float: left;
}
.list-rs li:hover{
	border-color: #1479D7;
}
.list-rs li:hover .txt .title{
	color: #1479D7;
}
.list-rs li:hover .pic{
	transform: scale(1.1);
}
.list-fp{
	overflow: hidden;
}
.list-fp{
	overflow: hidden;
}
.list-fp  li{
	background: #f4f4f4;
	border:1px solid #ccc;
	overflow: hidden;
	padding:0 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.list-fp li .time{
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
}
.list-fp li .title{
	width: 75%;
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	margin-left: 5%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-box .inner-box .right .list-fp li .right{
	float: right;
	font-size: 14px;
	height: 80px;
	line-height: 80px;
	width: auto;
}
.list-fp li a{
	display: block;
	overflow: hidden;
	color: #666;
}
.list-fp li:hover a{
	color: #fff;
}
.list-fp li:hover{
	background: #1479D7;
}
.list-fp .big{
	overflow: hidden;
	margin-bottom: 40px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.list-fp .big .box{
	overflow: hidden;
	position: relative;
}
.list-fp .big .box .pic-w{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
}
.list-fp .big .box .txt{
	width: 50%;
	padding: 30px;
	background: #f4f4f4;
	float: right;
}
.list-fp .big .time{
	font-size: 12px;
	color: #666;
	margin-bottom: 20px;
}
.list-fp .big .title{
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.list-fp .big .des{
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	opacity: .8;
}
.list-fp .big .more{
	display: block;
	width: 180px;
	height: 35px;
	line-height: 33px;
	border:1px solid #1479D7;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #1479D7;
	border-radius: 18px;
	margin-top: 30px;
}
.list-fp .big .box:hover .pic{
	transform: scale(1.1);
}
.list-fp .big .more:hover{
	background: #fff;
	color: #1479D7;
}
.list-fp .big .box:hover .title{
	color: #1479D7;
}
.list-fp .big .box:nth-child(2n) .pic-w{
	left: auto;
	right: 0;
}
.list-fp .big .box:nth-child(2n) .txt{
	float: left;
}
.user-info{
	padding-bottom: 40px;
	margin-top:40px;
	border-bottom: 1px solid #ccc;
}
.user-info li{
	margin-bottom: 40px;
	overflow: hidden;
	line-height: 40px;
}
.user-info li:last-child{
	margin-bottom: 0;
}
.user-info li p{
	float: left;
	font-size: 14px;
	opacity: .7;
	width: 130px;
	line-height: 40px;
	height: 40px;
}
.user-info li span{
	font-size: 20px;
	opacity: .7;
	vertical-align: top;
}
.user-info li font{
	color: #fc1616;
	vertical-align: top;
}
.user-info li input{
	display: inline-block;
	height: 40px;
	border:1px solid #ccc;
	font-size: 14px;
	text-indent: 10px;
	width: 280px;
}
.index-box .inner-box .right .bc{
	margin-top: 40px;
	display: block;
	width: 280px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border:1px solid #1479D7;
	background: #1479d7;
	font-size: 14px;
	color: #fff;
}
.index-box .inner-box .right .bc:hover{
	background: #fff;
	color: #1479D7;
}
.user-info li textarea{
	width: 80%;
	border:1px solid #ccc;
	padding: 10px;
	line-height: 20px;
	resize: none;
	font-size: 14px;
	color: #555;
}
.user-info li .input-pic{
	overflow: hidden;
	float: left;
	width: 70%;
}
.user-info li .input-pic .box{
	position: relative;
	width: 70px;
	height: 70px;
	border:1px solid #ccc;
	float: left;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #555;
	cursor: pointer;
}
.user-info li .input-pic input{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0;
}
.user-info li .input-pic i{
	display: block;
	text-align: center;
	font-style: normal;
	font-size: 40px;
	opacity: .4;
	margin-top: 10px;
	margin-bottom: 8px;
}
.xxjl li{
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
}
.xxjl li .top{
	font-size: 14px;
	overflow: hidden;
}
.xxjl li .top span.title{
	font-size: 18px;
	margin-right: 40px;
}
.xxjl li .top span.fr{
	background: url(../images/zk.png) center right no-repeat;
	padding-right: 20px;
}
.xxjl li.on .top span.fr{
	color: #1479d7;
}
.xxjl li.on .top span.fr{
	background: url(../images/zk2.png) center right no-repeat;
}
.xxjl li .bot{
	border-top: 1px dashed #ccc;
	padding-top: 40px;
	margin-top: 40px;
	overflow: hidden;
	display: none;
}
.xxjl li .bot .tx{
	width: 75px;
	height: 75px;
	float: left;
}
.xxjl li .bot .nr{
	width: 85%;
	float: right;
	border:1px solid #ccc;
	padding: 30px;
	font-size: 14px;
}
.xxjl li .bot .nr .des{
	color: #737373;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}
.xxjl li .bot .nr .txt{
	color: #737373;
	line-height: 1.5;
}
.dl-box{
	width: 550px;
	margin:40px auto;
}
.dl-box h1{
	font-size: 30px;
	text-align: center;
}
.dl-box ul{
	margin: 40px 0;
	padding: 40px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 14px;
}
.dl-box li{
	margin-bottom: 20px;
}
.dl-box li:last-child{
	margin-bottom: 0;
}
.dl-box li span{
	width: 170px;
	display: inline-block;
	line-height: 50px;
	color: #737373;
}
.dl-box li input{
	width: 280px;
	height: 50px;
	border:1px solid #ccc;
	line-height: 48px;
	color: #737373;
	text-indent: 10px;
}
.dl-box .login{
	margin: auto;
	display: block;
	width: 280px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border:1px solid #1479D7;
	background: #1479d7;
	font-size: 14px;
	color: #fff;
}
.dl-box .login:hover{
	background: #fff;
	color: #1479D7;
}
.xf-box{
	position: fixed;
	right: 90px;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
}
.xf-box li{
	width: 85px;
	height: 85px;
	background: #005bab;
	text-align: center;
	line-height: 85px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	position: relative;
}
.xf-box .logo{
	width: 50px;
	padding: 15px 0;
	border-radius: 25px;
	background: #fff;
	margin:auto;
	position: relative;
	z-index: 3;
	margin-bottom: -15px;
	text-align: center;
  display:none;
}
.xf-box li .in-box{
	position: absolute;
 	width:100px;
	top: 0;
	right: 0%;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.xf-box li .in-box img{
	width:100%;
}
.xf-box li:hover .in-box{
	opacity: 1;
	right: 110%;
}
.xf-box li .pic-box{
	z-index: 2;
	position: relative;
	width: 85px;
	height: 85px;
	background: #005bab;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.xf-box li .in-box.tel{
	width: 200px;
	background: #005bab;
	color: #fff;
	font-size: 18px;
}
.xf-box li:hover .pic-box{
	background: #1479D7;
}


#pages{
	margin-top: 80px;
	text-align: center;
}
#pages a{
	display: inline-block;
	height: 30px;
	line-height: 28px;
	width: 30px;
	border:1px solid #fff;
	border-radius: 5px;
	vertical-align: top;
	margin: 0 3px;
}
#pages a:hover,#pages a.on{
	background: #1479d7;
	background: #1479d7;
	color: #fff;
}
#pages a.big{
	width: auto;
	padding: 0 10px;
}
#pages a.none:hover{
	background: #fff;
	color: #000;
	border-color: #999;
}
  
@media screen and (max-width: 1441px){
	.xf-box{
		right: 10px;
	}
	.xf-box li{
		width: 60px;
		height: 60px;
	}
	.xf-box li .pic-box{
		height: 60px;
		width: 60px;
		line-height: 60px;
	}
	.xf-box li .in-box.tel{
		line-height: 60px;
	}
}
@media screen and (max-width: 1367px){
	.xf-box{
		right: 5px;
	}
	.xf-box li{
		width: 60px;
		height: 60px;
	}
	.xf-box li .pic-box{
		height: 60px;
		width: 60px;
		line-height: 60px;
	}
}
@media screen and (max-width: 1300px){
	.c-box{
		width: 95%;
	}
	.index-box .list .index-new li,.index-box .list .index-picnew .top{
		padding-left: 20px;
	}
	.index-box .list .index-new li font,.index-box .list .index-picnew .top font{
		width: 200px;
	}
	.index-box .list .index-picnew .bot .pic-w{
		width: 45%;
	}
	.index-box .list .index-picnew .bot .txt{
		width: 50%;
	}
	.index-new .four .box{
		width: 48%;
	}
}
@media screen and (max-width: 960px){
	header{
		padding: 2.5%;
	}
	header .logo{
		width: 65%;
		overflow: hidden;
	}
	header .logo img{
		width: 100%;
	}
	header .fr a{
		margin-left: 5px;
		font-size: 14px;
	}
	header .fr{
		line-height: 21px;
	}
	.index-box .title-nav{
		height: auto;
	}
	.index-box .title-nav p{
		display: block;
		width: 25%;
		float: left;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	
	.index-box{
		padding-top: 30px;
		background-size: contain;
	}
	.index-box .list{
		padding: 15px;
	}
	.index-box .list>div{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		height: 300px;
	}
	.index-box .list .title{
		margin-bottom: 20px;
	}
	.xf-box{
		display: none;
	}
	.index-box .index-link li{
		width: 48%;
		margin-right: 0;
	}
	.index-box .index-link li:nth-child(even){
		float: right;
	}
	.index-box .index-link li font{
		width: auto;
	}
	.index-box .index-link li span{
		padding-bottom: 10px;
		margin-left: 20px;
	}
	footer .top{
		padding: 2.5%;
	}
	footer .top .left{
		float: none;
	}
	footer .top .left>img {
		width: 65%;
	}
	footer .top .txt{
		overflow: hidden;
		margin-top: 20px;
	}
	footer .top .txt .tel span{
		font-size: 24px;
	}
	footer .top .txt .tel i{
		margin: 0 10px;
	}
	footer .top .txt .tel{
		font-size: 16px;
		float: none;
	}
	footer .top .txt .add{
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
	footer .top .fr{
		float: none;
		margin-top: 20px;
	}
	footer .bot span{
		display: block;
		line-height: 20px;
		width: 100%;
	}
	footer .bot{
		height: auto;
		line-height: auto;
		padding: 2.5% 0;
	}
	footer .bot a{
		display: block;
		float: none;
		line-height: 20px;
	}
	.index-box .inner-box .left{
		width: 100%;
		float: none;
	}
	.index-box .inner-box{
		padding: 10px;
	}
	.index-box .inner-box .left ul{
		margin-top: 20px;
	}
	.index-box .inner-box .left ul li h1,.index-box .inner-box .left ul li p{
		height: 45px;
		line-height: 45px;
		font-size: 15px;
	}
	.index-box .inner-box .left ul li .min-nav a{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.index-box .inner-box .right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.index-box .inner-box .right .list-santu,.list-rs,.list-time,.list-pic{
		margin-top: 0;
	}
	.index-box .inner-box .right .list-santu li{
		width: 48%;
		margin-right: 0;
		margin-bottom: 4%;
	}
	.index-box .inner-box .right .list-santu li:nth-child(2n){
		float: right;
	}
	.index-box .inner-box .right .pages-list a{
		margin-bottom: 10px;
	}
	.index-box .inner-box .left .local{
		font-size: 14px;
		margin-top: 10px;
	}
	.index-box .inner-box .right .list-santu li .pic-w{
		height: 100px;
	}
	.index-box .inner-box .right .list-santu li .time{
		padding: 5px;
	}
	.index-box .inner-box .right .list-santu li .time font{
		font-size: 14px;
		line-height: 20px;
	}
	.index-box .inner-box .right .list-santu li .time span {
		display: inline-block;
		font-size: 14px;
	}
	.index-box .inner-box .right .list-santu li .title{
		padding: 5px;
		font-size: 14px;
		padding-top: 0;
	}
	.list-time li .time{
		width: 80px;
	}
	.list-time li .txt{
		width: 70%;
		text-align: justify;
	}
	.list-time li{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.list-time li .txt .des{
		text-align: justify;
	}
	.list-rs li{
		padding: 10px;
		margin-bottom: 20px;
	}
	.list-rs li .pic-w{
		width: 70%;
	}
	.list-rs li .time{
		width: 30%;
		text-align: center;
		margin: 0;
	}
	.list-rs li .txt{
		width: 100%;
		float: none;
		clear: both;
		padding-top: 10px;
	}
	.list-rs li .txt .des{
		margin-top: 10px;
		line-height: 20px;
		height: 40px;
		font-size: 12px;
	}
	.list-rs li .next{
		display: none;
	}
	.index-box .inner-box .right .big-title{
		font-size: 20px;
		margin-top: 15px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.list-xiazai li{
		float: none;
		width: 100%;
	}
	.list-xiazai li font{
		width: 70%;
	}
	.list-xiazai li:nth-child(2n){
		float: none;
	}
	.index-box .inner-box .right .history li{
		width: 90%;
		top: 0;
		margin-bottom: 80px;
	}
	.index-box .inner-box .right .history li:after{
		right: -33.5px;
	}
	.index-box .inner-box .right .history li:nth-child(2n){
		top: 0;
		padding-left: 0;
	}
	.index-box .inner-box .right .history ul{
		display: block;
	}
	.index-box .inner-box .right .history li .box{
		width: 100%;
	}
	.index-box .inner-box .right .history li:nth-child(2n) .box{
		float: none;
	}
	.index-box .inner-box .right .history ul:after{
		left: auto;
		right: 5px;
	}
	.index-box .inner-box .right .history li:nth-child(even):after{
		width: 150px;
		height: 48px;
		right: -33.5px;
		bottom: -48px;
		left: auto;
		background: url(../images/left.png);
	}
	.index-box .inner-box .right .links{
		margin-bottom: 20px;
	}
	.list-ld li,.list-ry li,.list-ld .top li{
		width: 48%;
		float: left;
		margin-right: 0;
		display: block;
		margin-left: 0;
	}
	.list-ld li:nth-child(even),.list-ry li:nth-child(even){
		float: right;
	}
	.list-ld li .pic-w{
		height: 240px;
	}
	.list-ld li .txt{
		line-height: 20px;
	}
	.list-ry li .pic-w{
		height: 140px;
	}
	.list-ry li .txt{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.popPart .swiper-container{
		width: 60%;
		height: 300px;
		margin-top: -150px;
	}
	.popPart .swiper-container .swiper-slide{
		padding: 15px;
	}
	.popPart .buttons .swiper-button-prev{
		margin-left: -160px;
		width: 15px;
		height: 30px;
		background-size: contain;
	}
	.popPart .buttons .swiper-button-next{
		margin-right: -160px;
		width: 15px;
		height: 30px;
		background-size: contain;
	}
	.popClose{
		margin-right: -160px;
		margin-top: -180px;
	}
	.list-ldgh li .pic-w{
		width: 100%;
		float: none;
		height: 150px;
	}
	.list-ldgh li .txt{
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.list-ldgh li .txt .title{
		font-size: 16px;
	}
	.list-ldgh li .txt .des{
		margin: 0;
		margin-top: 10px;
		height: auto;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
		text-align: justify;
	}
	.list-ldgh li{
		margin-bottom: 30px;
	}
	.index-box .inner-box .right .list-datu li .pic-w{
		position: relative;
		height: 120px;
		width: 100%;
	}
	.index-box .inner-box .right .list-datu li .txt{
		padding: 10px;
		width: 100%;
		float: none;
	}
	.index-box .inner-box .right .list-datu li .title{
		font-size: 16px;
	}
	.index-box .inner-box .right .list-datu li .line{
		margin: 20px 0;
	}
	.index-box .inner-box .right .list-datu li .bot{
		margin-top: 20px;
	}
	.index-box .inner-box .right .list-datu li{
		margin-bottom: 20px;
	}
	.list-new li .time{
		width: 80px;
	}
	.list-new li .txt{
		width: 70%;
		text-align: justify;
	}
	.list-new li{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.list-new .top .pic-w{
		width: 100%;
		height: 150px;
		float: none;
	}
	.list-new .top .txt{
		width: 100%;
		margin-top: 20px;
	}
	.list-new .top .txt .time{
		margin-top: 15px;
		font-size: 12px;
	}
	.list-new .top .txt .title{
		font-size: 16px;
	}
	.list-new .top .txt .des{
		font-size: 14px;
		line-height: 20px;
		height: auto;
		margin-top: 15px;
		text-align: justify;
		margin: 15px 0;
	}
	.list-pic li .pic-w{
		height: 120px;
	}
	.list-pic li .txt{
		margin-top: 10px;
		padding: 0;
	}
	.list-pic li .txt:after{
		display: none;
	}
	.list-pic li .txt .title{
		font-size: 16px;
	}
	.list-pic li .txt .des{
		line-height: 20px;
		height: 40px;
	}
	.news-detail .title{
		line-height: 1.5;
	}
	.news-detail .des{
		margin-top: 10px;
		padding: 10px 0;
	}
	.index-box .inner-box .right .news-detail .des .links{
		float: none;
		margin-top: 10px;
	}
	.list-fp li .time,.index-box .inner-box .right .list-fp li .right{
		line-height: 40px;
		height: 40px;
		margin-top: 0;
	}
	.list-fp li .title{
		width: 40%;
		line-height: 40px;
		height: 40px;
	}
	.list-fp li{
		padding: 0 10px;
	}
	.list-fp .big .box{
		margin-bottom: 20px;
	}
	.list-fp .big .box .pic-w{
		position: relative;
		width: 100%;
		height: 120px;
	}
	.list-fp .big .box .txt{
		width: 100%;
		padding: 10px;
	}
	.list-fp .big .box .title{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.list-fp .big .box .line{
		margin: 20px 0;
	}
	.list-fp .big .more{
		margin-top: 20px;
	}
	.user-info li{
		margin-bottom: 20px;
	}
	.user-info li p{
		width: 100px;
	}
	.xxjl li .top span.title{
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.xxjl li{
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.xxjl li .top span.title{
		font-size: 16px;
	}
	.xxjl li .bot .tx{
		width: 40px;
		height: 40px;
	}
	.xxjl li .bot .nr{
		padding: 10px;
		width: 80%;
	}
	.xxjl li .bot .nr .des{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.xxjl li .bot{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.index-box .inner-box .right .big-title{
		font-size: 18px;
	}
	.index-box .list .index-picnews ul,.index-box .list .index-picnews ul li,.index-box .list .index-picnews li a{
		height: 300px;
	}
}