@charset "utf-8";

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


html {
	margin: 0 auto;
}

body {
	font: 12px/1.8 "Microsoft Yahei", "STHeitiSC", "Hiragino Sans GB", Arial, "Helvetica", "SimHei", "STXihei", sans-serif;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	min-width: 320px;
	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,
dd,
dl{
	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;
}
img{
	max-width: 100%;
  height:auto !important;
}

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

.wrap {
	padding: 0 7.5%;
	/* overflow: hidden; */
}
.big-swiper{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.big-swiper>.swiper-wrapper>.swiper-slide{
	position: relative;
	overflow: hidden;
}
.index-banner{
	position: relative;
	overflow: hidden;
}
.index-banner .swiper-slide{
	position: relative;
	overflow: hidden;
}
.index-banner .swiper-slide .txt{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	z-index: 2;
	text-align: center;
	color: #fff;
}
.index-banner .swiper-slide .txt .eng{
	font-family: "kaiti";
	margin: 5% 0 15% 0;
	line-height: 1;
}


.slide_nav{background: #698c9e;overflow: auto;padding-bottom: 30px;transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s;width: 100%;position:fixed;right: -100%;top: 0;height: 100%;z-index: 99999999;}
.slide_nav.left_active{right: 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: #a4c0ce;}
.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{font-size: 16px;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{
	position: absolute;
	top: 0;
	z-index: 9;
	padding:0 0 0 3.5% ;
	left: 0;
	right: 0;
	height: 90px;
}
header nav{
	overflow: hidden;
	margin-right: 100px;
}
header nav ul{
	transform: translateX(0);
	transition: all 0.4s;
}
header nav.on ul{
	transform: translateX(100%);
}
header nav a{
	display: block;
	float: left;
	height: 90px;
	line-height: 90px;
	margin-left: 50px;
	padding-left: 25px;
	position: relative;
	color: #fff;
}
header.on nav a{
	color: #000;
}
header nav a::after{
	content: "";
	width: 6px;
	height: 6px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	border-radius: 50%;
	transition: all 0.4s;
}
header.on nav a.on,
header.on nav a:hover{
	color: #698c9e;
}

header nav a.on,
header nav a:hover{
	opacity: .7;
}

header nav a:hover{
	transform: translateX(-10px);
}
header nav a:hover::after,
header nav a.on::after{
	background: #698c9e;
}
header .logo{
	height: 70px;
	margin: 10px 0;
}
header .logo img.logo2{
	display: none;
}
header .logo img{
	height: 100% !important;
}
header .right{
	margin-top: 32px;
	margin-right: 30px;
}
header .right,
header .right a{
	color: #fff;
	font-size: 24px;
}
header .right a{
	display: block;
	float: left;
	line-height: 25px;
	margin-left: 20px;
}
header .right .search-box{
	font-size: 16px;
	line-height: 1;
	position: relative;
	padding-left: 25px;
	margin-left: 25px;
	float: left;
	line-height: 25px;
	cursor: pointer;
}
header .right .search-box i{
	font-size: 24px;
	vertical-align: top;
	float: left;
	margin-right: 10px;
	line-height: 25px;
}header .right .search-box button{
	background:none;
  color:#fff;
}
header .right .search-box input{
	position: absolute;
	right: 100%;
	top: 0;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	width: 0;
	border-left: 1px solid #fff;
	transition: all 0.4s;
}

header .right .search-box:hover input{
	width: 200px;
	text-indent: 10px;
}
header.on{
	box-shadow: 0 0 15px 0 #ccc;
	background: #fff;
}
header.in{
	box-shadow: 0 0 15px 0 #333;
	background: #fff;
}
header.on .right a,header.on .search-box{
	color: #666666;
}
header.on .search-box input{
	border-color: #666666;
	background: #666;
	color: #fff;
}
header.on .menu{
	background: #698c9e;
}
header.on .logo .logo1{
	display: none;
}
header.on .logo .logo2{
	display: block;
}

.fix-header{
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 4.5%;
	padding-top: 9%;
	display: none;
	background: #698c9e;
}
.fix-header:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	margin-top: 4.5%;
	left: 0;
	opacity: .3;
}
.fix-header:after{
	content: "";
	display: block;
	clear: both;
}
.fix-header .left{
	color: #fff;
	float: left;
}
.fix-header .left h1{
	line-height: 1.5;
	margin-top: 20%;
}
.fix-header .left .line{
	width: 50px;
	height: 3px;
	background: #fff;
}
.fix-header .left .share{
	margin-top: 80%;
}
.fix-header .left .share a{
	color: #fff;
	border-color: #fff;
	opacity: .6;
}
.fix-header .left .share a:hover{
	color: #fff;
	border-color: #fff;
	opacity: 1;
}
.fix-header .navs{
	float: right;
	width: 61%;
}
.fix-header .navs ul{
	display: flex;	
	justify-content: space-between;
}
.fix-header .navs a{
	color: #fff;
	display: block;
	opacity: .4;
	margin-bottom: 30px;
}
.fix-header .navs a:hover {
	opacity: 1;
}
.fix-header .navs a.big{
	opacity: 1;
}

.fix-header .navs li .line{
	width: 100%;
	height: 1px;
	position: relative;
	background: #4479aa;
	margin-bottom: 25px;
}
.fix-header .navs li .line:after{
	content:"" ;
	position: absolute;
	z-index: 1;
	width: 35%;
	height: 1px;
	left: 0;
	top: 0;
	background: #fff;
}

.fix-header .bot{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-family: simsun;
	padding:2% 0;
	padding-top: 10%;
	color: #fff;
	clear: both;
}
.fix-header .bot p,.fix-header .bot a{
	opacity: .5;
	color: #fff;
}
.fix-header .bot a:hover{
	opacity: 1;
}
.menu{
	height: 90px;
	width: 90px;
	position: relative;
	cursor: pointer;
}
.menu .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.menu.on .box span:nth-child(2){
	opacity: 0;
}
.menu.on .box span:nth-child(1){
	transform:rotate(45deg) translate(8px,8px);
}
.menu.on .box span:nth-child(3){
	transform: rotate(-45deg) translate(8px,-10px);
}
.menu .box span{
	display: block;
	width: 35px;
	height: 2px;
	background: #fff;
	margin-bottom: 10px;
	transition: all 0.4s;
}
.menu .box span:last-child{
	margin-bottom: 0;
}
.big-nav{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	color: #fff;
	font-size: 16px;
}
.big-nav li{
	margin-bottom: 30px;
	line-height: 1;
	cursor: pointer;
}
.big-nav li:last-child{
	margin-bottom: 0;
}
.big-nav li .line{
	width: 60px;
	height: 2px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
.big-nav li .line span{
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #fff;
	vertical-align: top;
	margin-top: 7px;
	opacity: 1;
	transition: all 0.3s;
}
.big-nav li.on .line span,.big-nav li:hover .line span{
	width: 100%;
}
.big-nav li.on span,.big-nav li:hover span{
	opacity: 1;
}
.big-nav li span{
	transition: all 0.3s;
	opacity: 0;
}
.big-nav.on span{
	color: #698c9e;
}
.big-nav.on li .line span{
	background: #698c9e;
}
.index-banner .bottom{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	color: #fff;
	text-align: center;
}

.index-banner .bottom i{
	display: inline-block;
	width: 40px;
	height: 40px;
	border:1px solid rgba(0,0,0,0);
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	margin: 0 5px ;
	vertical-align: top;
	transition: all 0.3s;
	cursor: pointer;
	outline: none;
}
.index-banner .bottom i:hover{
	border:1px solid #fff;
}
.index-banner .bottom .index-page{
	text-align: center;
	margin: 20px 0 30px 0;
}
.index-banner .bottom .index-page span{
	opacity: .7;
}
.index-banner .bottom .index-page span.on{
	opacity: 1;
}
.index-banner .bottom .line{
	width: 200px;
	height: 2px;
	background: #d1d0d0;
	margin: auto;
	margin-bottom: 20px;
}
.index-banner .bottom .line span{
	display: block;
	width: 0;
	height: 2px;
	background: #fff;
}
.index-banner .bottom .index-page span{
	font-size: 14px;
	margin: 0 20px;
}
.index-pro{
	position: absolute;
	width: 100%;
	bottom: 0;
	overflow: hidden;
	left: 0;
	top: 90px;
}
.index-pro .left{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-image: url(../images/probg.jpg);
	background-size: cover;
	background-position: center;
	width: 31.25%;
	border-right: 1px solid #c6c6c6;
	padding: 3% 4%;
}
.index-pro .left .title,.index-pro .left .des{
	font-weight: bold;
}
.index-pro .left .jies{
	margin: 20% 0;
}
.index-pro .left .jies dd{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10%;
}
.index-pro .left .jies dd:last-child{
	margin-bottom: 0;
}
.index-pro .left .jies dd .num{
	font-weight: bold;
	width: 60px;
	flex-shrink: 0;
}
.index-pro .left .jies dd .txt{
	width: 99%;
}
.index-pro .left .more{
	display: block;
	width: 240px;
	background: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 18px;
	color: #698c9e;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.index-pro .left .more span{
	position: relative;
	z-index: 2;
	text-indent: 50px;
	display: inline-block;
}
.index-pro .left .more font{
	float: right;
	width: 50px;
	height: 50px;
	background: #f49e31;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
	vertical-align: top;
}
.index-pro .left .more:after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 0;
	right: 0;
	transition: all 0.5s;
	height: 100%;
	background: #f49e31;
}
.index-pro .left .more:hover::after{
	width: 100%;
}
.index-pro .left .more:hover span{
	color: #fff;
}
.index-pro .left .more:hover font{
	color: #f49e31;
	background: #fff;
}
.index-pro .right-list{
	float: right;
	width: 68.75%;
	height: 100%;
	overflow: hidden;
}
.index-pro .right-list li{
	float: left;
	width: 50%;
	height: 50%;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	background: #f4f4f4;
	padding: 4%;
	overflow: hidden;
	position: relative;
	transition: all 0.3s;
}
.index-pro .right-list ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-pro .right-list li{
	background: #ebebeb;
}
.index-pro .right-list li .pic-w{
	position: absolute;
	top: 40%;
	bottom: 10%;
	left: 0;
	right: 0;
}
.index-pro .right-list li .des{
	line-height: 1;
	color: #595959;
}
.index-pro .right-list li .name{
	font-weight: bold;
	color: #595959;
	line-height: 1;
	margin-top: 10px;
}
.index-pro .right-list li:nth-child(2),.index-pro .right-list li:nth-child(3){
	width: 25%;
}
.index-pro .right-list li:hover {
	background: #698c9e;
}
.index-pro .right-list li:hover .title .des,
.index-pro .right-list li:hover .title .name{
	color: #fff;
}
.index-about{
	position: absolute;
	width: 100%;
	top: 90px;
	bottom: 0;
	overflow: hidden;
	background-image: url(../images/about-bg.png);
	background-position: center right;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
}
.index-about .pic-w{
	position: absolute;
	width: 46.5%;
	top: 12%;
	bottom: 12%;
}
.index-about .right{
	width: 40.5%;
	margin-left: 46.5%;
	padding:0 3%;
	margin-top:5.2%;
	z-index: 3;
	position: relative;
}
.index-about .right .title .eng{
	color: #698c9e;
	line-height: 1;
}
.index-about .right .title .chn{
	line-height: 1;
	margin: 20px 0;
}
.index-about .right .title .line{
	width: 60px;
	height: 2px;
	background: #000;
}
.index-about .right .top{
	text-align: center;
	margin-top: 6%;
	overflow: hidden;
}
.index-about .right .top .box{
	float: left;
	width: 33.33%;
	border-right: 1px solid #c2c2c2;
	padding: 20px 0;
}
.index-about .right .top .box:last-child{
	border:none;
}
.index-about .right .top p{
	font-size: 16px;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 5px;
}
.index-about .right .top img{
	height: 30px;
}
.index-about .right .top .box a{
	display: block;
}
.index-about .right .top .box a:hover{
	color: #698c9e;
}
.index-about .right .txt{
	background: #698c9e;
	color: #fff;
	margin-top: 5%;
	padding:10% 15%;
	width: 140%;
	transform: translateX(-11%);
}
.index-about .right .txt .t-des{
	line-height: 2;
	margin: 4% 0;
}
.index-about .right .txt a{
	display: block;
	background: #6aaed1;
	color: #fff;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
}
.index-about .right .txt a:hover{
	background: #fff;
	color: #6aaed1;
}
.index-news{
	position: absolute;
	width: 100%;
	left: 0;
	top: 90px;
	bottom: 0;
	background: #f3f3f3;
}

.index-news .left{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 31.5%;
	padding: 4% 0 0 9%;
}
.index-news .left .title .eng{
	color: #698c9e;
	line-height: 1;
}
.index-news .left .title .chn{
	line-height: 1;
	margin: 15px 0 30px 0;
}
.index-news .left .line{
	width: 60px;
	height: 2px;
	background: #000;
}
.index-news .navs{
	overflow: hidden;
	margin-top: 70px;
}
.index-news .navs span{
	display: inline-block;
	font-size: 16px;
	padding: 15px 30px;
	line-height: 1;
	background: #ffffff;
	margin-right: 20px;
	cursor: pointer;
	transition: all 0.3s;
}
.index-news .navs span.on,
.index-news .navs span:hover{
	background: #698c9e;
	color: #fff;
}
.index-news .buttons{
	margin-top: 120px;
	overflow: hidden;
}
.index-news .buttons i{
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 43px;
	border:1px solid #666666;
	color: #666666;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
	float: left;
	margin-right: 20px;
}
.index-news .buttons i:hover{
	background: #698c9e;
	color: #fff;
	border-color: #698c9e;
}
.index-news .right{
	position: absolute;
	right: 0;
	height: 100%;
	width: 68.5%;
	top: 0;
}
.index-news .right .news-swiper{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-left: 1px solid #cbcbcb;
	display: none;
}
.index-news .right .news-swiper.on{
	display: block;
}
.index-news .right .news-swiper .swiper-slide{
	padding:5% 3.5%;
	border-right: 1px solid #cbcbcb;
	transition: all 0.4s;
}
.index-news .right .news-swiper .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 230px;
}
.index-news .right .news-swiper .num{
	font-family: "Myriad Pro";
	color: #666666;
	line-height: 1;
	margin-bottom: 80px;
}
.index-news .right .news-swiper .time{
	color: #666;
	margin-bottom: 15px;
	line-height: 1;
}
.index-news .right .news-swiper .title{
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #333333;
}
.index-news .right .news-swiper .pic-w{
	margin: 30px 0;
}
.index-news .right .news-swiper .des{
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 50px;
	color: #666;
}
.index-news .right .news-swiper .party_dots span{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #000;
	margin-right: 5px;
}

.index-news .right .news-swiper i{
	line-height: 1;
	font-size: 24px;
	color: #666;
}
.index-news .right .news-swiper a{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.index-news .right .news-swiper .swiper-slide:hover{
	background: #698c9e;
}
.index-news .right .news-swiper .swiper-slide:hover .title,
.index-news .right .news-swiper .swiper-slide:hover .num,
.index-news .right .news-swiper .swiper-slide:hover .des,
.index-news .right .news-swiper .swiper-slide:hover .time,
.index-news .right .news-swiper .swiper-slide:hover i{
	color: #fff;
}
.index-news .right .news-swiper .swiper-slide:hover .party_dots span{
	background-color: #fff;
}
.index-lxwm{
	position: absolute;
	top: 90px;
	width: 100%;
	background-image: url(../images/lxwm.jpg);
	background-size: cover;
	background-position: center;
	bottom: 90px;
	width: 100%;
	color: #fff;
}
footer .bot{
	height: 90px;
	background: #131313;
	line-height: 90px;
	padding: 0 3.5%;
	overflow: hidden;
	color: #909090;
	overflow: hidden;
}
footer.index{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
footer a{
	color: #909090;
}
footer a:hover{
	color: #fff;
}
.index-lxwm .left{
	float: left;
	width: 35%;
	margin:4% 0 0 11%;
}
.index-lxwm .title .chn{
	font-size: 18px;
	overflow: hidden;
	line-height: 1;
}
.index-lxwm .title .eng{
	line-height: 1;
	font-size: 16px;
	margin: 10px 0;
	opacity: .7;
}
.index-lxwm .title .line{
	width: 15px;
	height: 3px;
	background: #e1300b;
}
.index-lxwm .ewm{
	text-align: center;
	font-size: 14px;
}
.index-lxwm .fl,
.index-lxwm .fr{
	width: 50%;
}
.index-lxwm .top,
.index-lxwm .mid{
	overflow: hidden;
}
.index-lxwm .mid {
	font-size: 14px;
	margin: 8% 0;
}
.index-lxwm .left .mid p{
	line-height: 3;
}
.index-lxwm .left .add p{
	display: flex;
	justify-content: space-between;
}
.index-lxwm .left .add font,.index-lxwm .left .add span{
	display: block;
}
.index-lxwm .left .add span{
	flex-shrink: 0;
}
.index-lxwm .left .add font{
	width: 99%;
}
.index-lxwm .bot p{
	font-size: 14px;
}
.link{
	position: relative;
	margin-top: 10px;
	font-size: 14px;
	width: 560px;
	cursor: pointer;
}

.link p{
	width: 560px;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	background: #313131;
	overflow: hidden;
}
.link p i{
	position: absolute;
	width: 56px;
	height: 40px;
	background: url(../images/bot.jpg);
	right: 0;
	bottom: 0;
	transition: all 0.3s;
}
.link p i.rot{
	transform: rotate(180deg);
}
.link ul{
	position: absolute;
	bottom: 100%;
	width: 100%;
	background: #313131;
	display: none;
	z-index: 3;
}
.link ul a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	color: #fff;
}
.link ul a:hover{
	background: #FFFFFF;
	color: #698c9e;
}
.index-lxwm .right{
	float: right;
	width: 35%;
	margin:4% 11% 0 0 ;
}
.index-lxwm .right .title{
	margin-bottom: 50px;
	overflow: hidden;
}

.index-lxwm .right p{
	float: left;
	width: 48%;
	margin-bottom: 4%;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	background: #313131;
	color: #aaaaaa;
	font-size: 14px;
	padding: 0 20px;
	position: relative;
}
.index-lxwm .right p span{
	flex-shrink: 0;
}
.index-lxwm .right p input{
	width: 99%;
	background: #313131;
	color: #fff;
}
.index-lxwm .right p:nth-child(odd){
	float: right;
}
.index-lxwm .right p::after{
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	z-index: 1;
	background: url(../images/star.png);
}
.index-lxwm textarea{
	display: block;
	width: 100%;
	resize: none;
	text-align: left;
	font-size: 14px;
	color: #fff;
	background: #313131;
	padding: 20px;
}

.index-lxwm button{
	display: block;
	margin:auto;
	width: 215px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	background: #698c9e;
	text-align: center;
	cursor: pointer;
	outline: none;
	transition: all 0.3s;
	margin-top: 35px;
}
.index-lxwm button:hover{
	background: #fff;
	color: #698c9e;
}
.inner-banner{
	position: relative;
	overflow: hidden;
}
.inner-banner .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 32%;
}

.inner-box{
	padding: 5% 10.5%;
}
.pro-detail{
	overflow: hidden;
}
.inner-title{
	line-height: 1;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 5%;
	margin-bottom: 5%;
	position: relative;
}
.inner-title::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #b2b2b2;
	left: 0;
	bottom: 4px;
}
.inner-title::after{
	content: "";
	clear: both;
	display: block;
}
.inner-title .big{
	color: #FFFFFF;
	text-shadow: 1px 1px #698c9e,-1px -1px #698c9e,1px -1px #698c9e,-1px 1px #698c9e;
	margin-bottom: 15px;
	letter-spacing: 3px;
}
.inner-title .yq{
	margin-top: 20px;
	width: 50%;
	text-align: right;
}
.inner-title .yq a{
	margin-left: 15px;
}
.inner-title .yq a:hover{
	color: #698c9e;
}
.pro-detail .top{
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #7f7f7f;
}
.pro-detail .top .left{
	float:left;
	width: 39%;
}

.pro-detail .top .left .cpd{
  position:relative;
  overflow:hidden;
}
.pro-detail .top .left .cpd .cpd-page{
	position:absolute;
  width:100%;
  left:0;
  text-align:center;
  z-index:3;
}
.pro-detail .top .left .cpd .cpd-page span{
	background:#1c2c34;
  	width:8px;
  height:8px;
  border-radius:4px;
}
.pro-detail .top .left .cpd li{
  position:relative;
  overflow:hidden;
}
.pro-detail .top .left .pic-w{
  position:relative;
  padding-bottom:90%;
  overflow:hidden;
}
.pro-detail .top .right{
	float: right;
	width: 55%;
}
.pro-detail .top .title{
	border-top: 3px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	line-height: 1;
	padding: 5% 0;
}
.pro-detail .top a.href{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #637f8e;
	color: #fff;
	border-radius: 15px;
	padding: 0 15px; 
	font-size: 14px;
	vertical-align: top;
	margin-top: 2px;
}
.pro-detail .top a.href img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -3px;
}
.pro-detail .top a.href:hover{
	opacity: .8;
	transform: translateX(-10px);
}
.pro-detail .top i{
	font-size: 36px;
	vertical-align: top;
	line-height: 1;
	color: #637f8e;
}
.pro-detail .top .des{
	padding: 8% 0;
	border-bottom: 1px solid #7f7f7f;
}
.pro-detail .min-title{
	margin-bottom: 5%;
	line-height: 1;
}
.pro-detail .add{
	line-height: 1;
	padding: 3% 0;
	font-size: 14px;
	opacity: .8;
}
.pro-detail .des .main{
	opacity: .8;
}
.pro-detail .add .check{
	width:200px;
  height:50px;
  line-height:50px;
  text-align:center;
  background:#637f8e;
  color:#fff;
  transition:all 0.4s;
  margin-top:30px;
  cursor: pointer;
}
.pro-detail .add .check:hover{
	opacity:.7;
}
.pro-detail .add p{
	margin-bottom: 10px;
}
.pro-detail .add p:last-child{
	margin-bottom: 0;
}
.pro-detail .top:hover .pic{
	transform: scale(1.1);
}
.pro-detail .bot{
}
.pro-detail .bot .left{
	width: 100%;
	border-bottom: 1px solid #7f7f7f;
	padding: 4% 0;
}
.pro-detail .bot .right{
	width: 55%;
	padding: 4% 0;
	border-bottom: 1px solid #7f7f7f;
}
a.back{
	display: block;
	text-align: center;
	color: #fff;
	background: #698c9e;
	font-size: 18px;
	padding: 1.5% 0;
}
a.back img{
	margin-right: 15px;
}
a.back:hover{
	opacity: .8;
}

.popPart {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}

.popPart .swiper-container {
	width: 60%;
	text-align: center;
	/*padding: 10%;*/
  	top: 50%;
    transform: translateY(-50%);
}
.popPart .swiper-container img{
	max-height:500px;
  
    vertical-align: top;
}
.popPart .swiper-container .swiper-slide {
	overflow: hidden;
  background:#fff;
  padding-top:10px;
}
.popPart .swiper-container .swiper-slide p{
	font-size:16px;
	color: #fff;
	background: #637f8e;
  text-align:center;
  padding:10px 0;
  line-height:1;
}
.popPart .buttons {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -20px;
}

.popPart .buttons .icon {
	z-index: 3;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	background: #637f8e;
	opacity: .5;
	transition: all 0.3s;
	left: 0;
	position: absolute;
	cursor: pointer;
	outline: none;
}

.popPart .buttons .icon.icon-next {
	right: 0;
	left: auto;
}

.popPart .buttons .icon:hover {
	opacity: 1;
}

.popClose {
	background-color:#637f8e;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 0;
	right: 5.2%;
	z-index: 30;
	display: block;
	margin-top: 3%;
	display: block;
	cursor: pointer;
	transition: 400ms;
	-webkit-transition: 400ms;
  text-align:center;
  color:#fff;
  line-height:52px;
  font-size:24px;
}

.popClose:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

.pro-swiper{
	margin: 5% 0;
	overflow: hidden;
}
.pro-swiper .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 79%;
}
.pro-swiper li{
	position: relative;
	overflow: hidden;
}
.pro-swiper li p{
	position: absolute;
	z-index: 3;
	color: #fff;
	text-align: center;
	width: 90%;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	opacity: .0;
	transition: all 0.4s;
}
.pro-swiper li::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #698c9e;
	opacity: .8;
	transform: scale(0);
	transition: all 0.4s;
}
.pro-swiper li:hover::after{
	transform: scale(1);
}
.pro-swiper li:hover p{
	opacity: 1;
}
.pro-swiper li:hover .pic{
	transform: scale(1.1);
}
.pro-more{
	display: flex;
	justify-content: space-between;
	margin: 5% 0;
}
.pro-more .left{
	width: 99%;
	font-size: 18px;
}
.pro-more .right{
	flex-shrink: 0;
	line-height: 1;
}
.pro-more .left .line{
	margin-top: 25px;
	height: 2px;
	background: #e5e5e5;
	position: relative;
}
.pro-more .left .line::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10%;
	height: 2px;
	background: #698c9e;
}
.pro-more i{
	display: inline-block;
	float: left;
	margin-left: 40px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border:2px solid #e5e5e5;
	line-height: 56px;
	text-align: center;
	color: #e5e5e5;
	transition: all 0.4s;
	cursor: pointer;
	outline: none;
}
.pro-more i:hover{
	color: #698c9e;
	border-color: #698c9e;
}
footer .top{
	background: #1c2c34;
	padding: 3% 10.5%;
}

footer .mid{
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
}
footer .mid span{
	font-size: 14px;
}
footer .line{
	height: 1px;
	background: #fff;
	margin: 3% 0;
	opacity: .5;
}
footer .db{
	overflow: hidden;
}
footer .db img{
	display: block;
	width: 110px;
}
footer .db img.logo{
  	margin:auto;
	margin-bottom: 70px;
}
footer .db .ewm{
	text-align: center;
	font-size: 14px;
}
footer .db .ewm p{
	color: #fff;
	margin-top: 20px;
	opacity: .7;
	letter-spacing: 3px;
}
footer .navs{
	overflow: hidden;
}
footer .navs li{
	float: left;
	width: 180px;
}

footer .navs li a{
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1;
	opacity: .5;
	color: #fff;
}
footer .navs li a:hover{
	opacity: 1;
}
footer .navs li a.big{
	font-size: 16px;
	margin-bottom: 40px;
	opacity: 1;
}
footer .navs li:last-child{
	width: auto;
}
footer .share{
	overflow: hidden;
	margin-top: 80px;
}
footer .share a{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	border-radius: 50%;
	text-align: center;
	border:1px solid #fff;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	opacity: .5;
	margin-left: 20px;
}
footer .share a:hover{
	opacity: 1;
}
.inner-nav{
	text-align: center;
	font-size: 0;
	background: #f3f3f3;
}
.inner-nav a{
	display: inline-block;
	padding: 20px 60px;
	margin: 0;
	font-size: 18px;
}
.inner-nav a.on,
.inner-nav a:hover{
	background: #698c9e;
	color: #fff;
}
.gsjs{
	overflow: hidden;
}
.qyjj{
	background-image: url(../images/gsjjbg.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
	color: #fff;
}
.qyjj .inner-title {
	border:none;
	padding-bottom: 0;
}

.qyjj .inner-title:before{
	display: none;
}
.qyjj .inner-title .big,.gslc .inner-title .big{
	color: #658991;
	text-shadow: 1px 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff;
}
.qyjj .left{
	width: 45%;
	float: left;
}
.qyjj .left .txt{
	border-top: 3px solid #92acaf;
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}
.qyjj .left .txt:after{
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 3px;
	background: #92acaf;
}
.qyjj .left .pic{
	display: flex;
	justify-content: space-around;
}
.qyjj .right{
	float: right;
	width: 50%;
}
.qyjj .right .pic-w{
	position: relative;
	padding-bottom: 60%;
}
.qyjj .right .txt{
	margin-top: 11%;
}
.qyjj .right .txt .title{
	margin-bottom: 30px;
}
.qyjj .right .txt .des{
	line-height: 2;
}
.qywh .inner-title{
	text-align: center;
}
.qywh .main{
	display: flex;
	justify-content: space-between;
}
.qywh .main .box{
	width: 22%;
	padding: 4.5% 2%;
	border:2px solid #698c9e;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	transition: all 0.4s;
}
.qywh .main .box .pic-w{
	margin: auto;
	width: 80px;
	height: 80px;
	position: relative;
	z-index: 2;
	transition: all 0.4s;
}
.qywh .main .box .title{
	text-align: center;
	position: relative;
	z-index: 2;
	color: #698c9e;
	margin-top: 50px;
	transition: all 0.4s;
}
.qywh .main .box .line{
	position: relative;
	z-index: 2;
	width: 40px;
	margin:25px auto;
	height: 2px;
	background: #698c9e;
	opacity: .8;
	transition: all 0.4s;
}
.qywh .main .box .des{
	text-align: center;
	color: #698c9e;
	position: relative;
	z-index: 2;
	transition: all 0.4s;
}
.qywh .main .box::after{
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #698c9e;
	position: absolute;
	transition: all 0.4s;
	transform: scale(0);
}
.qywh .main .box:hover::after{
	transform: scale(1);
}
.qywh .main .box:hover {
	transform: translateY(-20px);
}
.qywh .main .box:hover .title,
.qywh .main .box:hover .des{
	color: #fff;
}
.qywh .main .box:hover .line{
	background: #fff;
}
.qywh .main .box:hover .pic-w.zz{
	background-image: url(../images/zz2.png) !important;
}
.qywh .main .box:hover .pic-w.jz{
	background-image: url(../images/jz2.png) !important;
}
.qywh .main .box:hover .pic-w.yj{
	background-image: url(../images/yj2.png) !important;
}
.qywh .main .box:hover .pic-w.sm{
	background-image: url(../images/sm2.png) !important;
}
.gslc .inner-title{
	text-align: center;
	color: #fff;
	border-color: #95a8b2;
}
.gslc .inner-title::before{
	background: #95a8b2;
}
.his-swiper{
	margin: 0 10%;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.his-swiper .swiper-slide{
	opacity: .8;
}
.his-swiper .swiper-slide.swiper-slide-active{
	font-size: 24px;
	opacity: 1;
}
.his-swiper p{
	height: 25px;
	line-height: 25px;
}
.his-swiper .swiper-slide .point{
	position: relative;
	width: 16px;
	height: 16px;
	background: #5d7987;
	border:2px solid #fff;
	border-radius: 50%;
	margin:auto;
	margin-top: 50px;
	position: relative;
}
.his-swiper .swiper-slide.swiper-slide-active .point::after{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin:-3px 0 0 -3px;
}
.his-box{
	position: relative;
	overflow: hidden;
}
.his-box::after{
	content: "";
	position: absolute;
	height: 1px;
	border-bottom: 1px dashed #fff;
	left: 10%;
	right: 10%;
	top:82px;
}
.his-box .iconfont{
	position: absolute;
	top: 62px;
	width: 45px;
	height: 45px;
	line-height: 43px;
	border-radius: 50%;
	border:1px solid #fff;
	text-align: center;
	color: #fff;
	cursor: pointer;
	outline: none;
	opacity: .6;
	transition: all 0.4s;
}
.his-box .iconfont.icon-next{
	right: 0;
	left: auto;
}
.his-box .iconfont:hover{
	opacity: 1;
	background: #fff;
	color: #5d7987;
}
.his-box .his2-swiper{
	position: relative;
	overflow: hidden;
	width: 600px;
	margin:auto;
	margin-top: 60px;
	text-align: center;
	color: #fff;
	opacity: .7;
	font-size: 16px;
}
.qyry .inner-title{
	text-align: center;
}
.ry-box{
	position: relative;
	overflow: hidden;
	margin-bottom: 5%;
	padding:0 10%;
}
.ry-box .ry-swiper{
	position: relative;
	overflow: hidden;
}
.ry-box .ry-swiper .swiper-slide{
	position: relative;
	overflow: hidden;
}
.ry-box .ry-swiper .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 120%;
}
.ry-box .ry-swiper li{
	cursor: pointer;
}
.ry-box .ry-swiper li:hover .pic{
	transform: scale(1.1);
}
.ry-box .iconfont{
	position: absolute;
	top: 50%;
	margin-top: -23px;
	width: 45px;
	height: 45px;
	line-height: 43px;
	border-radius: 50%;
	border:1px solid #5d7987;
	text-align: center;
	color: #5d7987;
	cursor: pointer;
	outline: none;
	opacity: .6;
	transition: all 0.4s;
	left: 0;
}
.ry-box .iconfont.icon-next{
	right: 0;
	left: auto;
}
.ry-box .iconfont:hover{
	opacity: 1;
	background: #5d7987;
	color: #fff;
}

.fm-box{
	position: relative;
	overflow: hidden;
	padding:0 10%;
}
.fm-box .fm-swiper{
	position: relative;
	overflow: hidden;
}
.fm-box .fm-swiper .swiper-slide{
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #b2b2b2;
}
.fm-box .fm-swiper .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 64%;
}
.fm-box .fm-swiper li{
	cursor: pointer;
}
.fm-box .fm-swiper li p{
	padding: 25px 0;
	transition: all 0.4s;
}
.fm-box .fm-swiper li:hover .pic{
	transform: scale(1.1);
}

.fm-box .fm-swiper li:hover p{
	text-indent: 20px;
	color: #5d7987;
}
.fm-box .iconfont{
	position: absolute;
	top: 50%;
	margin-top: -23px;
	width: 45px;
	height: 45px;
	line-height: 43px;
	border-radius: 50%;
	border:1px solid #5d7987;
	text-align: center;
	color: #5d7987;
	cursor: pointer;
	outline: none;
	opacity: .6;
	transition: all 0.4s;
	left: 0;
}
.fm-box .iconfont.icon-next{
	right: 0;
	left: auto;
}
.fm-box .iconfont:hover{
	opacity: 1;
	background: #5d7987;
	color: #fff;
}
.pro-list{
	position: relative;
	overflow: hidden;
	margin-bottom: 5%;
}
.pro-list .top{
	position: relative;
	overflow: hidden;
}
.pro-list .left{
	float: left;
	width: 56.5%;
	padding: 4% 0;
	border-bottom: 1px dashed #afafaf;
	border-top: 1px dashed #afafaf;
}
.pro-list .top .pic-w{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 38%;
	overflow: hidden;
}
.pro-list .top .title{
	font-size: 18px;
}
.pro-list .top .des{
	margin: 5% 0;
}
.pro-list .top .party_dots span{
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #000;
	display: inline-block;
	margin-right: 5px;
	margin-top: 3px;
}
.pro-list .top .fr{
	font-size: 16px;
	color: #698c9e;
}
.pro-list .top .fr i{
	font-size: 30px;
	vertical-align: top;
	line-height: 1;
	display: inline-block;
	margin-left: 20px;
}
.pro-list .top:hover .pic{
	transform: scale(1.1);
}
.pro-list .list{
	margin-top: 5%;
	overflow: hidden;
}
.pro-list .list li{
	width: 56.5%;
	float: left;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;
	margin-bottom: 5%;
}
.pro-list .list li:nth-child(2n){
	float: right;
	width: 38%;
}
.pro-list .list li .pic-w{
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 360px;
}
.pro-list .list li .title{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 1;
	transition: all 0.4s;
}
.pro-list .list li .des{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	opacity: .7;
}
.pro-list .list li:hover .pic{
	transform: scale(1.1);
}
.pro-list .list li:hover .title{
	color: #698c9e;
	text-indent: 20px;
}
a.load-more{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 18px;
	padding: 1.5%;
}
a.load-more img{
	vertical-align: middle;
	display: inline-block;
	margin-top: -5px;
	margin-right: 15px;
	transition: all 0.6s;
}
a.load-more:hover img{
	transform: rotate(360deg);
}
a.load-more:hover{
	color: #698c9e;
}
.rcln{
	margin-bottom: 5%;
}
.rcln ul{
	display: flex;
	justify-content: space-between;
}
.rcln ul li{
	border:1px solid #7f7f7f;
	width: 50%;
	padding: 3% 5%;
	transition: all 0.4s;
	cursor: pointer;
}
.rcln ul li .line{
	height: 1px;
	background: #cccccc;
	transition: all 0.4s;
	margin: 5% 0;
}
.rcln ul li .des{
	opacity: .7;
}
.rcln ul li .pic-w{
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 6px;
	margin-right: 20px;
	transition: all 0.3s;
}
.rcln ul li:hover{
	background: #698c9e;
	color: #fff;
}
.rcln ul li:nth-child(1):hover .pic-w{
	background-image: url(../images/ln2.png) !important;
}
.rcln ul li:nth-child(2):hover .pic-w{
	background-image: url(../images/rm2.png) !important;
}
.map{
	min-height: 350px;
}
.lxfs .tel{
	overflow: hidden;
	padding: 3% 0;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1;
}
.lxfs .bot{
	overflow: hidden;
	padding: 3% 0;
	border-bottom: 1px solid #e5e5e5;
}
.lxfs .bot .fl p{
	opacity: .7;
	margin-top: 12%;
}
.lxfs .bot .fl p span{
	margin-right: 30px;
}
.lxfs .bot .sml{
	opacity: .8;
}
.lxfs .bot .fr{
	text-align: center;
	font-size: 14px;
}
.lxfs .bot .box{
	width: 125px;
	height: 125px;
	border:1px solid #698c9e;
	overflow: hidden;
	padding: 3px;
	line-height: 1;
	margin-bottom: 10px;
}
.lxfs .bot .box img{
	vertical-align: top;
	width: 100%;
}
.lxfs .bot .box p{
	opacity: .7;
}
.zxly{
	margin-top: 5%;
}
.zxly .top{
	display: flex;
	justify-content: space-between;
}
.zxly .top input,
.zxly .top select{
	width: 30%;
	display: block;
	height:60px;
	line-height: 58px;
	border:1px solid #b2b2b2;
	padding: 0 30px;
}
.zxly textarea{
	padding: 30px;
	border:1px solid #b2b2b2;
	display: block;
	width: 100%;
	font-size: 14px;
	resize: none;
	margin: 3% 0;
}
.zxly .bot{
	overflow: hidden;
}
.zxly .bot input{
	float: left;
	width: 20%;
	display: block;
	height:60px;
	line-height: 58px;
	border:1px solid #b2b2b2;
	padding: 0 30px;
}
.zxly .bot .pic{
	float: left;
	width: 20%;
	border:1px solid #b2b2b2;
	height:60px;
	border-left: none;
}
.zxly .bot .pic img{
	max-width: 100%;
	max-height: 100%;
}
.zxly .bot .but{
	float: right;
	display: block;
	width: 55%;
	height: 60px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background: #698c9e;
	color: #fff;
	border:1px solid #698c9e;
	transition: all 0.4s;
	cursor: pointer;
}
.zxly .bot .but:hover{
	background: #fff;
	color: #698C9E;
}

.join{
	margin-bottom: 5%;
}
.join li{
	overflow: hidden;
}
.join li .title{
	padding:2% 5%;
	background: #698c9e;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	font-size: 18px;
}
.join li .title span{
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	right: 5%;
	margin-top: -8px;
	cursor: pointer;
}
.join li .title p{
	float: left;
	margin-right: 40px;
	height: 35px;
	line-height: 35px;
}
.join li .title p i{
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 33px;
	border:1px solid #fff;
	width: 35px;
	text-align: center;
	font-style: normal;
	margin-right: 10px;
	border-radius: 100%;
	color: #fff;
	background: #698c9e;
}
.join li .title span:after{
	content:"";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #d7d7d7;
	margin-top: -1px;
}
.join li .title span:before{
	content:"";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background: #d7d7d7;
	z-index: 2;
	margin-left: -1px;
	transition: all 0.3s;
	-webbkit-transition: all 0.3s;
}
.join li .title span:hover:before,.join li.on .title span:before{
	height: 0;
}
.join li .main{
	background: #ebebeb;
	padding: 5%;
	border-top: 0;
	display: none;
}
.join li .main h1{
	font-family: simhei;
}
.join li .main .des{
	margin-top: 3%;
	font-size: 14px;
	font-family: simsun;
	opacity: .8;
	margin-bottom: 5%;
}
.join li .main .des p{
	line-height: 30px;
}
.join .main li .main .lx{
	font-family: simhei;
}
.join li .main .lx p{
	line-height: 40px;
}
.join li .main .tj{
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	background: #292929;
	text-align: center;
	color: #fff;
	position: relative;
	cursor: pointer;
	outline: none;
}
.join li .main .tj input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	font-family: simsun;
}
.join li .main .tj:hover{
	background: #1c2c34;
	color: #fff;
}
.join li.on .title{
	background: #1c2c34;
	color: #fff;
	border-color:#1c2c34;
}
.join li.on .title span:before,.join li.on .title span:after{
	background: #fff;
}
.join li.on .title p i{
	background: #fff;
	border-color:#fff;
	color: #1c2c34;
}
.ppfw .box{
	overflow: hidden;
}
.ppfw .box li{
	display: none;
}

.ppfw .box li.on{
	display: block;
}
.ppfw input,
.ppfw select{
	display: block;
	height:60px;
	line-height: 58px;
	border:1px solid #b2b2b2;
	padding: 0 30px;
	font-size: 14px;
}

.ppfw .tips{
	margin-bottom: 3%;
}
.ppfw .top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
}
.ppfw .big select{
	width: 48%;
	margin-bottom: 3%;
}
.ppfw .top select{
	width: 48%;
}
.ppfw .bot{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* margin-top: 3%; */
}
.ppfw .bot input,
.ppfw .bot select{
	width: 30%;
	margin-bottom: 3%;
}
.ppfw .but{
	width: 100%;
	display: block;
	height: 60px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background: #698c9e;
	color: #fff;
	border:1px solid #698c9e;
	transition: all 0.4s;
	cursor: pointer;
}
.ppfw .but:hover{
	background: #fff;
	color: #698C9E;
}
.ppzl .bot{
	padding: 5% 0;
	border-top: 1px dashed #b2b2b2;
	border-bottom: 2px solid #b2b2b2;
}
.ppzl .bot li{
	display: none;
}
.ppzl .bot li.on{
	display: block;
}
.ppzl .bot li .title{
	margin-bottom: 20px;
	font-weight: bold;
}
.ppzl .bot li .des{
	opacity: .7;
}
.ppzl .top{
	margin-bottom: 5%;
}
.ppzl .top ul{
	display: flex;
	justify-content: space-between;
}
.ppzl .top li{
	width: 22%;
	border:1px solid #000000;
	padding: 5%;
	text-align: center;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.ppzl .top li .pic-w{
	width: 30px;
	height: 30px;
	margin:auto;
	position: relative;
	z-index: 2;
}
.ppzl .top li .line{
	width: 110px;
	margin: 15px auto;
	height: 2px;
	background: #000;
	position: relative;
	transition: all 0.4s;
	z-index: 2;
}
.ppzl .top li p{
	position: relative;
	z-index: 2;
	transition: all 0.4s;
}
.ppzl .top li::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 110%;
	z-index: 1;
	background-image: url(../images/zlbg.png);
	transition: all 0.4s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}
.ppzl .top li.on::after{
	opacity: 1;
}
.ppzl .top li.on p{
	color: #fff;
}
.ppzl .top li.on{
	border-color: #698c9e;
}
.ppzl .top li.on .line{
	background: #fff;
}
.ppzl .top li:nth-child(1).on .pic-w{
	background-image: url(../images/zl2.png) !important;
}
.ppzl .top li:nth-child(2).on .pic-w{
	background-image: url(../images/rc2.png) !important;
}
.ppzl .top li:nth-child(3).on .pic-w{
	background-image: url(../images/js2.png) !important;
}
.ppzl .top li:nth-child(4).on .pic-w{
	background-image: url(../images/fz2.png) !important;
}
.qyzx .list{
	overflow: hidden;
	border-top: 2px solid #b2b2b2;
	margin-top: 5%;
}
.qyzx .list a{
	display: flex;
	padding: 5% 0;
	border-bottom: 2px solid #b2b2b2;
}
.qyzx .list a .pic-w{
	position: relative;
	overflow: hidden;
	width: 31%;
	padding-bottom: 18%;
	flex-shrink: 0;
}
.qyzx .list a .txt{
	width: 51%;
	margin: 0 5%;
}
.qyzx .list a .txt .title{
	transition: all 0.4s;
}
.qyzx .list a .des{
	margin-top: 30px;
	opacity: .7;
}
.qyzx .list a .bot{
	margin-top: 70px;
	opacity: .7;
}
.qyzx .list a .bot i{
	vertical-align: top;
	line-height: 1;
	font-size: 24px;
	display: inline-block;
	margin-top: 3px;
	margin-left: 10px;
}
.qyzx .list a .time{
	text-align: center;
	width: 100px;
	height: 100px;
	background: #698c9e;
	border:1px solid #698C9E;
	transition: all 0.4s;
	color: #fff;
	flex-shrink: 0;
}
.qyzx .list a .time p{
	line-height: 1;
	margin-top: 12px;
	font-weight: bold;
}
.qyzx .list a:hover .pic{
	transform: scale(1.1);
}
.qyzx .list a:hover .title{
	color: #698c9e;
	transform: translateX(20px);
}
.qyzx .list a:hover .time{
	background: #fff;
	color: #698c9e;
}
.nlist-swiper{
	position: relative;
	overflow: hidden;
}
.nlist-swiper li {
	position: relative;
	overflow: hidden;
}
.nlist-swiper li .pic-w{
	position: relative;
	width: 50.6%;
	float: left;
	padding-bottom: 28%;
	overflow: hidden;
}
.nlist-swiper li .txt{
	width: 44.5%;
	float: right;
}

.nlist-swiper li .title{
	transition: all 0.4s;
	clear: both;
}
.nlist-swiper li .time{
	text-align: center;
	width: 100px;
	height: 100px;
	background: #698c9e;
	border:1px solid #698C9E;
	transition: all 0.4s;
	color: #fff;
	flex-shrink: 0;
	float: right;
	margin-bottom: 5%;
}
.nlist-swiper li .time p{
	line-height: 1;
	margin-top: 12px;
	font-weight: bold;
}
.nlist-swiper li .title{
	transition: all 0.4s;
}
.nlist-swiper li .des{
	opacity: .7;
	margin: 30px 0 50px 0;
}
.nlist-swiper li .bot{
	opacity: .7;
}
.nlist-swiper li .bot i{
	vertical-align: top;
	line-height: 1;
	font-size: 24px;
	display: inline-block;
	margin-top: 3px;
	margin-left: 10px;
}
.nlist-swiper li:hover .pic{
	transform: scale(1.1);
}
.nlist-swiper li:hover .title{
	color: #698c9e;
	transform: translateX(20px);
}
.nlist-swiper li:hover .time{
	background: #fff;
	color: #698c9e;
}
.nlist-swiper .index-page{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	left: auto;
	width: auto;
}
.nlist-swiper .index-page .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	display: inline-block;
	cursor: pointer;
	outline: none;
	background: #cccccc;
	opacity: 1;
	margin-left: 10px;
	border-radius: 0;
}
.nlist-swiper .index-page .swiper-pagination-bullet-active{
	background: #698c9e;
}
.nlist-swiper .n-title{
	position: absolute;
	z-index: 3;
	left: 55%;
	top: 0;
}


.pagination {
	max-width: 1300px;
	text-align: center;
	margin: 3% auto;
}

.pagination li {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0);
	line-height: 38px;
	opacity: .6;
	font-size: 16px;
	margin: 0 5px;
	border: 1px solid #698c9e;
}
.pagination li a{
	display: block;
	transition: all 0s;
}
.pagination li.active,
.pagination li:hover {
	border: 1px solid #698c9e;
	background: #698c9e;
	color: #fff;
	opacity: 1;
}

.pagination li:first-child,
.pagination li:last-child {
	background: #698c9e;
	border: 1px solid #fff;
	color: #fff;
	opacity: .8;
}

.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:hover a{
	color: #fff;
}

.pagination li.icon:hover {
	opacity: 1;
}
.news-detail .bot{
	padding: 3% 0;
	overflow: hidden;
}
.news-detail .bot a:hover{
	color: #698c9e;
}
.news-detail .main{
	padding: 3% 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.news-detail .main img{
	max-width: 100%;
  height:auto !important;
}
.news-detail .top{
	overflow: hidden;
	margin-bottom: 3%;
}
.news-detail .top .fl{
	width: 100px;
	height: 100px;
	background: #ebebeb;
	text-align: center;
	margin-right: 80px;
}
.news-detail .top .fl p{
	line-height: 1;
	font-weight: bold;
	color: #698c9e;
	margin-top: 13px;
}
.news-detail .top .right{
	float: left;
}
.news-detail .top .right .title{
	line-height: 1;
	color: #698c9e;
}

.news-detail .top .right p{
	margin-top: 35px;
	font-size: 16px;
	color: #999999;
}
.news-detail .top .right p a{
	font-size: 18px;
	display: inline-block;
	color: #999999;
	margin-left: 10px;
}
.news-detail .top .right p a:hover{
	color: #698c9e;
}
.bshare-custom a{
	padding:0 !important;
  	background:none !important;
}
.bshare-custom a:hover{
	text-decoration: none !important;
}
@media screen and (max-width: 1500px) {
	.index-banner .bottom .index-page{
		margin: 15px 0;
	}
	.index-banner .swiper-slide .txt .eng{
		margin: 5% 0 10% 0;
	}
	.index-about .right .txt{
		padding: 5% 12%;
		transform: translateX(-9%);
	}
	.index-news .right .news-swiper .num{
		margin-bottom: 20px;
	}
	.index-news .right .news-swiper .des{
		margin-bottom: 20px;
	}
	footer .bot{
		height: 60px;
		line-height: 60px;
	}
	.index-lxwm{
		bottom: 60px;
	}
	footer .top{
		padding: 3% 5%;
	}
	footer .navs li{
		width: 160px;
	}
}

@media screen and (max-width: 1500px) {
	header.on{
		height: 60px;
	}
	header .logo{
		height: 50px;
		margin: 5px 0;
	}
	header .right{
		margin-top: 18px;
		position: relative;
		z-index: 3;
	}
	.menu{
		height: 60px;
		width: 60px;
	}
	header nav a{
		height: 60px;	
		line-height: 60px;
		font-size: 14px;
		margin-left: 30px;
	}
	header nav{
		margin-right: 60px;
	}
	header nav a::after{
		width: 4px;
		height: 4px;
		margin-top: -2px;
	}
	.index-pro,.index-about,.index-news,.index-lxwm{
		top: 60px;
	}
	.index-news .right .news-swiper .swiper-slide{
		padding:3.5%;
	}
	.index-lxwm .mid{
		margin: 3% 0;
	}
	.index-lxwm .right .title{
		margin-bottom: 30px;
	}
	.big-nav li .line{
		width: 40px;
	}
	.big-nav li .line span{
		width: 20px;
	}
	.news-detail .top .fl{
		width: 80px;
		height: 80px;
	}
	.news-detail .top .right p{
		margin-top: 25px;
	}
	.big-nav{
		font-size: 12px;
	}
	.big-nav li .line{
		width: 30px;
	}
	.big-nav li .line span{
		width: 15px;
	}
	.index-news .navs span{
		font-size: 14px;
	}
	.index-news .right .news-swiper .title{
		font-size: 16px;
	}
	.inner-nav a{
		font-size: 16px;
		padding: 15px 40px;
	}
	.ppfw input, .ppfw select,.zxly .top input, .zxly .top select,.zxly .bot input,.zxly .bot .pic,.zxly .bot .but{
		height: 40px;
		line-height: 38px;
	}
	.zxly .bot .but{
		font-size: 16px;
	}
	.zxly textarea{
		padding: 10px 30px; 
	}
	.ppfw .but{
		height: 50px;
		line-height: 48px;
	}
	footer .db img{
		width: 80px;
	}
	footer .db .ewm img{
		margin: auto;
	}
	footer .db .ewm p{
		margin-top: 10px;
	}
	footer .share{
		margin-top: 0;
	}
	.qyjj .left .pic img{
		width: 160px;
		height: 160px;
	}
	.pro-swiper li p{
		font-size: 14px;
	}
	.menu .box span{
		margin-bottom: 5px;
		width: 25px;
	}
	.menu{
		width: 40px;
		height: 40px;
		margin: 10px;
	}
	.menu.on .box span:nth-child(3) {
	    transform: rotate(-45deg) translate(5px,-5px);
	}
	.menu.on .box span:nth-child(1) {
	    transform: rotate(45deg) translate(5px,5px);
	}
	a.back{
		font-size: 14px;
	}
	.pro-more i{
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.pro-more .left .line{
		margin-top: 12px;
	}
}
@media screen and (max-width: 960px) {
	.index-banner .bottom .index-page,.index-banner .bottom .line{
		display: none;
	}
	header .right{
		display: none;
	}
	.big-nav{
		font-size: 12px;
	}
	.big-nav li .line{
		width: 30px;
	}
	.big-nav li .line span{
		width: 15px;
	}
	.big-nav li{
		margin-bottom: 20px;
	}
	.index-banner .swiper-slide .txt .chn{
		font-size: 18px;
	}
	header nav{
		display: none;
	}
	.index-pro .left{
		width: 100%;
		position: relative;
		height: 30%;
	}
	.index-pro .right-list{
		height: 70%;
		width: 100%;
	}
	.index-pro .left .jies{
		display: none;
	}
	.index-pro .left .title{
		font-size: 18px;
	}
	 .index-pro .left .des{
		 font-size: 14px;
	 }
	 .index-pro .right-list li:nth-child(2), .index-pro .right-list li:nth-child(3){
		 width: 50%;
	 }
	 .index-pro .left .more{
		 margin-top: 30px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	 }
	 .index-pro .left .more font{
		 height: 40px;
		 width: 40px;
	 }
	 .index-lxwm .right{
		 display: none;
	 }
	 .index-lxwm .left{
		 width: 100%;
	 }
	 .index-lxwm .left{
		 margin: 0;
		 padding: 5%;
	 }
	 .index-lxwm .fl, .index-lxwm .fr{
		 width: 100%;
	 }
	 .index-lxwm .left .mid p{
		 line-height: 2;
	 }
	 .link{
		 width: 100%;
		 margin-top: 10px;
	 }
	 .link p{
		 width: 100%;
	 }
	 .index-lxwm .ewm img{
		 width: 120px;
	 }
	 footer .bot{
		 line-height: 1.5;
	 }
	 footer .bot .fr{
		 float: none;
	 }
	 .index-about .pic-w {
	     position: relative;
	     width: 100%;
	     top: 0;
	     padding-bottom: 50%;
	 }
	 .index-about .right{
		 width: 100%;
		padding: 5%;
		margin: 0;
	 }
	 .index-about .right .txt{
		 width: 100%;
		 transform: translate(0);
	 }
	 .index-about .right .txt .t-title{
		 font-size: 16px;
	 }
	 .index-about .right .title .chn,.index-news .left .title .chn{
		 font-size: 16px;
		 margin: 10px 0;
	 }
	 .index-news .left{
		 position: relative;
		 width: 100%;
		 height: auto;
	 }
	 .index-news .navs{
		 margin-top: 20px;
	 }
	 .index-news .navs span{
		 padding:10px 30px ;
		 font-size: 14px;
	 }
	 .index-news .buttons{
		 margin-top: 20px;
	 }
	 .index-news .buttons i{
		 width: 30px;
		 height: 30px;
		 line-height: 28px;
	 }
	 .index-news .right{
		 width: 100%;
		 height: auto;
		 top: 200px;
		 border-top: 1px solid #ccc;
	 }
	 .index-news .right .news-swiper i{
		 font-size: 14px;
	 }
	 .inner-box{
		 padding: 20px;
	 }
	 .inner-title .big{
		 font-size: 20px;
		 letter-spacing: 2px;
	 }
	 .inner-title .chn{
		 font-size: 16px;
	 }
	 .pro-detail .top .left .pic-w{
		 padding-bottom: 60%;
		 width: 100%;
		 position: relative;
		 bottom: auto;
		 background: #eee;
	 }
	 .pro-detail .top .left{
		 position: relative;
		 overflow: hidden;
		 float: none;
		 width: 100%;
		 border-bottom: none;
	 }
	 .pro-detail .top .left .pic{
		 background-size: contain;
	 }
	 .inner-title{
		 margin-bottom: 20px;
	 }
	 .pro-detail .top .right{
		 width: 100%;
		 margin-top: 20px;
		 float: none;
	 }
	 .pro-detail .top .title{
		 border-top: 1px solid #7f7f7f;
	 }
	 .pro-detail .top .right{
		 border-bottom: 1px solid #7f7f7f;
	 }
	 .pro-detail .top .title .fr{
		 float: none;
	 }
	 .pro-detail .top .title  span{
		 font-size: 18px;
		 margin-bottom: 15px;
		 display: block;
	 }
	 .pro-detail .top .des,.pro-detail .top .title{
		 padding: 10px 0;
	 }
	 .pro-detail .min-title{
		 font-size: 16px;
	 }
	 .pro-detail .add{
		 padding: 10px 0;
	 }
	 .pro-detail .bot{
		 display: block;
	 }
	 .pro-detail .bot .left,.pro-detail .bot .right{
		 width: 100%;
		 padding: 10px 0;
	 }
	 .pro-detail img{
		 max-width: 100%;
	 }
	 .pro-more i{
		 width: 40px;
		 height: 40px;
		 line-height: 38px;
		 border:1px solid #e5e5e5;
	 }
	 .pro-more .left .line{
		 margin-top: 13px;
	 }
	 .pro-more .left p{
		 font-size: 16px;
	 }
	 footer .top{
		 padding: 20px;
	 }
	 footer .db img{
		 width: 80px;
	 }
	 footer .db .right{
		 display: none;
	 }
	footer .db img.logo{
      margin:0;
		margin-bottom: 20px;
	}
	footer .db .ewm img{
		margin: auto;
	}
	footer .db .ewm p{
		margin-top: 10px;
	}
	 footer .db .left{
		 float: none;
	 }
	 footer .mid{
		 display: block;
	 }
	 .inner-banner .pic-w{
		 padding-bottom: 60%;
	 }
	 .inner-nav{
		 overflow: hidden;
		 border-top: 1px solid #698c9e;
		 border-lrft: 1px solid #698c9e;
	 }
	 .inner-nav a{
		 width: 50%;
		 float: left;
		 padding:10px 0;
		 font-size: 14px;
		 border-bottom: 1px solid #698c9e;
		 border-right: 1px solid #698c9e;
	 }
	 .qyjj .left{
		 width: 100%;
		 float: none;
	 }
	 .qyjj .left .txt{
		 padding: 10px;
	 }
	 .qyjj .left .txt img{
		 max-width: 100%;
	 }
	 .qyjj .left .pic img{
		 width: 120px;
		 height: 120px;
	 }
	 .qyjj .right{
		 width: 100%;
		 float: none;
		 margin-top: 20px;
	 }
	 .qyjj .right .txt .title{
		 font-size: 16px;
		 margin-bottom: 10px;
	 }
	 .qyjj .right .txt{
		 margin-top: 20px;
	 }
	 .ry-box .iconfont,.his-box .iconfont,.fm-box .iconfont{
		 width: 30px;
		 height: 30px;
		 line-height: 28px;
		 margin-top: -15px;
	 }
	 .his-box .iconfont{
		 margin-top: 5px;
	 }
	 .qywh .main .box{
		 width: 48%;
		 margin-bottom: 4%;
	 }
	 .qywh .main{
		 flex-wrap: wrap;
	 }
	 .qywh .main .box .pic-w{
		 width: 60px;
		 height: 60px;
	 }
	 .qywh .main .box .title{
		 margin-top: 20px;
	 }
	 .qywh .main .box .line{
		 margin: 15px auto;
	 }
	 .fm-box .fm-swiper li p{
		 padding: 15px 0;
		 font-size: 16px;
	 }
	 .pro-list .left{
		 position: relative;
		 overflow: hidden;
		 width: 100%;
	 }
	 .pro-list .top .pic-w{
		 position: relative;
		 width: 100%;
		 margin-top: 10px;
		 padding-bottom: 80%;
	 }
	 .pro-list .list li,.pro-list .list li:nth-child(2n){
		 width: 48%;
	 }
	 .pro-list .list li .pic-w{
		 padding-bottom: 160px;
		 margin-bottom: 10px;
	 }
	 .pro-list .list li .title{
		 font-size: 16px;
		 margin-bottom: 10px;
	 }
	 .pro-list .list li{
		 padding-bottom: 10px;
	 }
	 .rcln ul li .pic-w{
		 margin-top: 0;
	 }
	 .rcln ul li .title{
		 overflow: hidden;
		 font-size: 16px;
	 }
	 .rcln ul li{
		 width: 100%;
	 }
	 .rcln ul{
		 display: block;
		 overflow: hidden;
	 }
	 .join li .title p i{
		 width: 30px;
		 height: 30px;
		 line-height: 28px;
		 margin-top: 3px;
	 }
	 .join li .title{
		 font-size: 16px;
	 }
	 .lxfs .bot .fl p{
		 margin-top: 10px;
	 }
	 .map{
		 min-height: 300px;
	 }
	 .lxfs .bot .fl p span{
		 display: block;
	 }
	 .lxfs .bot .fl{
		 float: none;
	 }
	 .lxfs .bot .fr{
		 float: none;
		 margin:auto;
		 margin-top: 20px;
	 }
	 .lxfs .bot .box{
		 margin: auto;
	 }
	 .zxly .top input, .zxly .top select{
		 width: 100%;
		 height: 50px;
		 line-height: 48px;
		 margin-bottom: 10px;
	 }
	 .zxly .top{
		 display: block;
	 }
	 .zxly textarea{
		 padding: 20px 30px;
	 }
	 .zxly .bot input,.zxly .bot .pic{
		 width: 50%;
		 margin-bottom: 10px;
		 height: 50px;
		 line-height: 48px;
	 }
	 .zxly .bot .but,.ppfw .but{
		 width: 100%;
		 float: none;
		 clear: both;
		 height: 50px;
		 line-height: 48px;
	 }
	 .ppfw .top{
		 display: block;
	 }
	 .ppfw .top select{
		 width: 100%;
	 }
	 .ppfw input, .ppfw select{
		 height: 50px;
		 line-height: 48px;
		 margin-bottom: 10px;
	 }
	 .ppfw .bot input, .ppfw .bot select{
		 width: 100%;
		 margin-bottom: 10px;
	 }
	 .ppzl .top ul{
		 display: block;
		 overflow: hidden;
	 }
	 .ppzl .top li{
		 float: left;
		 width: 48%;
		 margin-bottom: 4%;
	 }
	 .ppzl .top li:nth-child(2n){
		 float: right;
	 }
	 .ppzl .bot li .title{
		 font-size: 16px;
	 }
	 .news-detail .top .fl p{
		 font-size: 24px;
		 margin-top: 8px;
	 }
	 .news-detail .top .fl{
		 width: 60px;
		 height: 60px;
		 float: none;
		 overflow: hidden;
	 }
	 .news-detail .top .right{
		 float: none;
	 }
	 .news-detail .top .right .title{
		 line-height: 1.5;
		 font-size: 18px;
		 margin-top: 15px;
	 }
	 .news-detail .top .right p{
		 font-size: 14px;
		 margin-top: 10px;
	 }
	 .news-detail .bot a{
		 display: block;
		 float: none;
		 font-size: 14px;
	 }
	 .qyzx .list a{
		 display: block;
	 }
	 .qyzx .list a .pic-w{
		 width: 100%;
		 padding-bottom: 60%;
	 }
	 .qyzx .list a .txt{
		 width: 100%;
		 margin: 10px 0;
	 }
	 .qyzx .list a .bot{
		 margin-top: 10px;
	 }
	 .qyzx .list a .des{
		 margin-top: 10px;
	 }
	 .qyzx .list a .txt .title{
		 font-size: 16px;
	 }
	 .qyzx .list a .time{
		 width: 100%;
		 height: auto;
		 padding: 5px 0;
	 }
	 .qyzx .list a .time p,
	 .nlist-swiper li .time p{
		 font-size: 20px;
		 margin-top: 0;
	 }
	 .pagination li{
		 width: 30px;
		 height: 30px;
		 line-height: 28px;
		 font-size: 14px;
	 }
	 .nlist-swiper li .pic-w{
		 width: 100%;
		 padding-bottom: 60%;
	 }
	 .nlist-swiper li .time{
		 width: 100%;
		 float: none;
		 margin-top: 10px;
		 text-align: center;
		 height: auto;
		 padding: 5px;
	 }
	 .nlist-swiper li .txt{
		 width: 100%;
	 }
	 .nlist-swiper li .title{
		 font-size: 16px;
	 }
	 .nlist-swiper li .des{
		 margin: 10px 0;
	 }
	 .nlist-swiper li .bot i{
		 margin-top: -1px;
	 }
	 .nlist-swiper .n-title{
		 position: relative;
		 margin-bottom: 10px;
		 left: auto;
		 font-size: 16px;
	 }
	 .ppfw .big select{
		 width: 100%;
	 }
	 .inner-title .yq{
		 width: 100%;
		 float: none;
		 text-align: left;
		 clear: both;
		 padding-top: 30px;
	 }
	 .inner-title .yq a{
		 margin-left: 0;
		 margin-right: 15px;
	 }
  .popPart .buttons .icon{
  	width:40px;
    height:40px;
    line-height:40px;
  }
  .popClose{
  width:40px;
    height:40px;
    line-height:40px;
  }
  .popPart .swiper-container .swiper-slide p{
  	font-size:12px;
  }
  iframe{
  	width:100% !important;
  }
}
