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


.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; */
}
.index-banner{
	position: relative;
	overflow: hidden;
}
.index-banner li{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slide_nav {
	background: #48494b;
	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: #000;
	text-align: center;
	padding: 20px 0;
}

.slide_nav .slide_logo a {
	display: block;
}

.slide_nav .slide_logo a img {
	
  height:40px;
}

.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: #8b8d92;
}

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

.fix-header{
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	width: 100%;
	padding:3% 10.5% 8% 10.5%;
	padding-top: 9%;
	display: none;
  background:#2f2f2f;
}

header .menu.on .box{
	background: transparent;
	transform: translate(-20px,-50%);
}
header .menu.on .box::after{
	top: 0;
	transform: rotate(45deg);
}
header .menu.on .box::before{
	top: 0;
	transform: rotate(-45deg);
}

.fix-header a{
	color: #fff;
	opacity: .3;
	display: block;
	margin-bottom: 25px;
	text-align: center;
}
.fix-header a.big{
	font-size: 18px;
	margin-bottom: 120px;
	position: relative;
}

.fix-header a.big::after{
	content: "";
	left: 50%;
	transform: translateX(-50%);
	top: 86px;
	width: 100%;
	position: absolute;
	width: 0;
	height: 4px;
	background: #fff;
	transition: all 0.3s;
}
.fix-header .fh-nav{
	position: relative;
}
.fix-header .fh-nav::after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 90px;
	height: 1px;
	background: #fff;
	opacity: .3;
}
.fix-header .fh-nav ul{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}
.fix-header .fh-nav ul li:hover a.big{
	opacity: 1;
}
.fix-header .fh-nav ul li a.big:hover{
	text-decoration: none;
}
.fix-header .fh-nav ul li a:hover{
	text-decoration: underline;
	opacity: 1;
}
.fix-header .fh-nav ul li:hover a.big::after{
	width: 100%;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
header::after{
	content: "";
	clear: both;
	display: block;
	height: 1px;
	background: rgba(255,255,255,.3);
}
header .logo{
	display: block;
	width: 19%;
	height: 100px;
	background: #1a1a1a;
	position: relative;
	float: left;
}
header .logo .pic{
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
}
header .menu{
	position: relative;
	height: 100px;
	float: left;
	width: 6%;
	background: #2f2f2f;
	cursor: pointer;
}

header .menu .box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-25px,-50%);
	width: 40px;
	height: 2px;
	background: #fff;
	transition: all 0.4s;
}
header .menu .box::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #fff;
	top: -8px;
	transition: all 0.4s;
}
header .menu .box::after{
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #fff;
	top: 8px;
	transition: all 0.4s;
}
header .menu.on .box{
	background: transparent;
	transform: translate(-20px,-50%);
}
header .menu.on .box::after{
	top: 0;
	transform: rotate(45deg);
}
header .menu.on .box::before{
	top: 0;
	transform: rotate(-45deg);
}

header .search{
	position: relative;
	height: 100px;
	width: 10%;
	border-left: 1px solid rgba(255,255,255,.3);
	cursor: pointer;
}
header .search input{
	position: absolute;
	right: 50%;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	width: 0;
	text-indent: 10px;
	font-size: 12px;
	transition: all 0.4s;
	background: #fff;
	transform: translateX(-50px);
}

header .search:hover input{
	width: 200px;
}
header .search button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	background: url(../images/search.png) center left no-repeat;
	padding-left: 35px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
header nav {
	margin-right: 40px;
}
header nav li{
	float: left;
	padding: 0 20px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	opacity: .3;
	position: relative;
	transition: all 0.3s;
}
header nav li a{
	color: #fff;
}
header nav li::after{
	content: "";
	position: absolute;
	height: 2px;
	top: 0;
	left: 50%;
	width: 0;
	z-index: 1;
	background: #fff;
	transform: translateX(-50%);
	transition: all 0.3s;
}
header nav li.on,
header nav li:hover{
	opacity: 1;
}
header nav li.on::after,
header nav li:hover::after{
	width: 100%;
}
.index-banner li{
	position: relative;
	overflow: hidden;
}
.index-banner li .txt{
	position: absolute;
	left: 4.5%;
	bottom:25%;
	z-index: 3;
	color: #fff;
}
.index-banner li .txt .small{
	margin-top: 10%;
	opacity: .6;
}
.index-banner .go-down{
	position: absolute;
	left: 4.5%;
	bottom: 12%;
	z-index: 2;
	color: #fff;
	width: 50px;
	height: 50px;
	border:1px solid #fff;
	text-align: center;
	line-height: 48px;
	opacity: .6;
	transition: all 0.3s;
	outline: none;
	cursor: pointer;
}
.index-banner .go-down:hover{
	opacity: 1;
}
.index-banner .top-news{
	position: absolute;
	right: 4.5%;
	z-index: 3;
	width: 36.5%;
	bottom: 12%;
}
.index-banner .top-news .title{
	background: rgba(255,255,255,.1);
	border:1px solid #fff;
	padding:20px 35px;
	color: #fff;
	line-height: 20px;
	opacity: .9;
}
.index-banner .top-news .title span{
	float: left;
	margin-right: 20px;
}
.index-banner .top-news .topNswiper{
	height: 70px;
	margin-top: 10%;
	overflow: hidden;
}
.index-banner .top-news .topNswiper a{
	display: block;
	float: left;
	width: 50%;
	overflow: hidden;
	color: #fff;
	opacity: .7;
}
.index-banner .top-news .topNswiper a span{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index-banner .top-news .topNswiper a span.time{
	opacity: .6;
	margin-bottom: 20px;
}
.index-banner .top-news .topNswiper a:hover{
	opacity: 1;
}
.index-banner .line{
	position: absolute;
	z-index: 3;
	height: 2px;
	left: 4.5%;
	right: 4.5%;
	bottom: 5%;
	background: rgba(255,255,255,.2);
}
.index-banner .line span{
	position: absolute;
	width: 0;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 1;
}
.big-swiper{
	overflow: hidden;
	
	background: #2f2f2f;
}
.big-slide{
	position: relative;
}
.index-about{
	position: relative;
	width: 100%;
	height: 100%;
	background: #2f2f2f;
}

.index-about .center{
	position: absolute;
	left: 4.5%;
	right: 4.5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	color: #fff;
}
.index-about .top-title{
	background: url(../images/mini.png) center right no-repeat;
	height: 25px;
	line-height: 25px;
}
.index-about .big-line{
	width: 100%;
	background: #fff;
	height: 1px;
	margin: 3% 0;
	opacity: .7;
}
.index-about .top-title span{
	opacity: .5;
}
.index-about .main {
	position: relative;
	overflow: hidden;
}
.index-about .main .right{
	width: 71%;
	float: right;
}
.index-about .main .right .des{
	opacity: .7;
	padding-bottom: 4%;
	border-bottom: 1px solid rgba(255,255,255,.8);
	line-height: 2;
}
.index-about .main .right .bot{
	padding-top: 4%;
}
.index-about .main .right .bot .bot-txt{
	opacity: .7;
	line-height: 2;
	margin: 3% 0;
}
.index-about .main .right .line{
	width: 80px;
	height: 2px;
	background: #fff;
}

.index-about .main .left{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.index-about .main .left .big{
	letter-spacing: 5px;
}
.index-about .main .left .bottom{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}
.index-about .main .left .bottom span{
	opacity: .7;
	font-size: 14px;
}
.index-about .main .left .bottom .box{
	margin-top: 30px;
}
.index-about .main .left .bottom p{
	font-weight: bold;
	margin-bottom: 5px;
}
.index-about .main .left .bottom font{
	margin-right: 10px;
}
.index-three{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.index-three ul{
	width: 100%;
	height: 100%;
}
.index-three ul li{
	position: relative;
	width: 30%;
	height: 100%;
	float: left;
	transition: all 0.3s;
}
.index-three ul li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #000;
	opacity: .3;
	transition: all 0.3s;
}
.index-three ul li.on{
	width: 40%;
}
.index-three ul li.on a::after{
	opacity: 0;
}
.index-three ul li .title{
	position: absolute;
	z-index: 3;
	top: 15%;
	color: #fff;
	background: url(../images/mini.png) right top no-repeat;
	left: 15%;
	right: 15%;
	transition: all 0.3s;
}
.index-three ul li .title span{
	text-transform: uppercase;
	opacity: .3;
	margin-bottom: 10px;
}
.index-three ul li .title p{
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
}
.index-three ul li.on .title{
	background: none;
}
.index-three ul li .bot{
	position: absolute;
	bottom: 15%;
	left: 15%;
	z-index: 3;
	color: #fff;
	line-height: 50px;
	opacity: .5;
	text-transform: uppercase;
}
.index-three ul li .bot span{
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	margin-right: 50px;
	position: relative;
	float: left;
	transition: all 0.3s;
}

.index-three ul li .bot span::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 50px;
	height: 1px;
	background: #fff;
	left: 25px;
	transition: all 0.3s;
}
.index-three ul li.on .bot span::after{
	left: 0;
} 

.index-three ul li.on .bot{
	opacity: 1;
}
.index-three ul li a{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.index-new{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index-new .list{
	width: 40%;
	float: right;
	height: 100%;
	position: relative;
	border-left: 1px solid #444444;
}
.index-new .list ul{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
}
.index-new .list li{
	position: relative;
	z-index: 3;
}
.index-new .list li a{
	color: #fff;
	padding: 4% 20% 4% 10%;
	display: block;
	position: relative;
}
.index-new .list li.on a{
	background: #3b3b3b;
}
.index-new .list li .title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-new .list li .time{
	opacity: .7;
	margin: 10px 0 ;
}
.index-new .list li .des{
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	opacity: .7;
	
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}

.index-new .list li::after{
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	z-index: 3;
	position: absolute;
	left: -3px;
	top: 25%;
	margin-top: -2.5px;
}
.index-new .left{
	position: relative;
	height: 100%;
	float: left;
	width: 60%;
	color: #fff;
	padding-top: 5%;
}
.index-new .left .index-title {
	padding:0 7.5%;
}
.index-new .left .index-title .eng{
	text-transform: uppercase;
	opacity: .3;
	line-height: 1;
	margin-bottom: 10px;
}
.index-new .left .index-title .chn{
	line-height: 1;
	letter-spacing: 2px;
}
.index-new .index-n-swiper{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.index-new .index-n-swiper .pic-w{
	position: relative;
	padding-bottom: 35%;
}
.index-new .index-n-swiper a{
	color: #fff;
}
.index-new .index-n-swiper .txt{
	padding: 7.5%;
}
.index-new .index-n-swiper .des{
	opacity: .7;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	margin: 2% 0;
}
.index-new .index-n-swiper .more{
	opacity: .7;
}
.index-new .index-n-swiper .title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-zr{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 4.5%;
}
.big-swiper>ul>li:nth-child(5){
	background-size: cover;
	background-position: center;
	background-image: url(../images/indezr.jpg);
}
.index-zr .top{
	color: #fff;
}
.index-zr .top .title span{
	text-transform: uppercase;
	opacity: .3;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
}
.index-zr .top .title p{
	line-height: 1;
	letter-spacing: 2px;
}
.index-zr .top .line{
	width: 50px;
	height: 3px;
	background: #fff;
	margin: 2.5% 0 2% 0;
}
.index-zr .top .des{
	opacity: .7;
}
.index-zr .big-line{
	height: 1px;
	background: #fff;
	margin: 4% 0;
	opacity: .3;
}
.index-zr .main{
	overflow: hidden;
}
.index-zr .main .box{
	position: relative;
	float: left;
	width: 47.5%;
	background: #3b3b3b;
	overflow: hidden;
	color: #fff;
}
.index-zr .main .box .bot{
	height: 60px;
	line-height: 60px;
	padding: 0 50px;
}
.index-zr .main .box .bot a{
	color: #fff;
	opacity: .7;
}
.index-zr .main .iconfont{
	opacity: .7;
	cursor: pointer;
	outline: none;
	transition: all 0.3s;
	margin-left: 30px;
	font-size: 14px;
}
.index-zr .main .iconfont:hover,
.index-zr .main a:hover{
	opacity: 1;
}
.index-zr .main .box .top{
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.index-zr .main .box .right{
	float: right;
	width: 77.5%;
	border-left: 1px solid rgba(255,255,255,.3);
	transition: all 0.3s;
}
.index-zr .main .box .swiper-container{
	overflow: hidden;
}
.index-zr .main .box .swiper-container li a{
	display: block;
	padding: 75px 50px;
}
.index-zr .main .box a{
	color: #fff;
}
.index-zr .main .box .title{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index-zr .main .box .des{
	opacity: .7;
	margin: 5% 0;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.index-zr .main .box .more{
	opacity: .7;
}
.index-zr .main .top .left{
	position: absolute;
	width: 22.5%;
	left: 0;
	top: 0;
	text-align: center;
	height: 100%;
	padding-top: 75px;
}
.index-zr .main .top p{
	margin-top: 10px;
}
.index-zr .main .box:nth-child(2){
	float: right;
}
.index-zr .main .box .right:hover{
	background: #000;
}
.index-bottom{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #2f2f2f;
}
footer{
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #2f2f2f;
}
footer.index-foot{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
}
footer .left{
	width: 28%;
	float: left;
	padding:50px 4.5%;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,.3);
}
footer .left .big{
	line-height: 1;
	margin-bottom: 40px;
}

footer .left .search{
	position: relative;
}
footer .left .search input{
	display: block;
	width: 100%;
	padding-bottom: 15px;
	background: none;
	font-size: 14px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	color: #fff;
}
footer .left .search button{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 18px;
	background: url(../images/search.png) center top no-repeat;
	cursor: pointer;
}
footer .left .link{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
footer .left .link a{
	color: #fff;
	opacity: .7;
}
footer .left .link a:hover{
	opacity: 1;
}
footer .left .add{
	margin-top: 50px;
}
footer .left .add .title{
	letter-spacing: 2px;
	margin-bottom: 20px;
}

footer .left .add p{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 40px;
	color: #ccc;
	background: url(../images/local.png) left 5px no-repeat;
}
footer .left .add p:last-child{
	margin-bottom: 0;
}
footer .left .add p.tel{
	background: url(../images/tel.png) left 5px no-repeat;
}
footer .left .add p.mail{
	background: url(../images/mail.png) left 5px no-repeat;
}
footer .right{
	width: 72%;
	float: right;
	padding:50px 4.5%;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
footer .right .nav a{
	color: #fff;
	opacity: .7;
	display: block;
	margin-bottom: 10px;
}
footer .right .nav a.big{
	font-size: 16px;
	opacity: 1;
	margin-bottom: 25px;
}
footer .right .nav a:hover{
	opacity: 1;
}
footer .right .nav ul{
	display: flex;
	justify-content: space-between;
}
footer .right .bot{
	position: absolute;
	right: 4.5%;
	bottom: 53px;
	left: 4.5%;
}
footer .right .bot .ewm {
	float: right;
}
footer .right .bot .ewm .txt{
	margin-right: 20px;
	line-height: 30px;
	margin-top: 60px;
}
footer .right .bot .ewm p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
footer .right .bot .ewm img{
	display: block;
	width: 90px;
}
footer .right .href{
	position: absolute;
	left:0;
	bottom: 0;
	z-index: 1;
	color: #ccc;
}
footer .right a{
	color: #ccc;
}
footer .right span{
	margin-left: 20px;
}
footer .right a:hover{
	color: #fff;
}
.index-bottom .map{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 50%;
	overflow: hidden;
}
.inner-banner{
	position: relative;
	overflow: hidden;
	padding-bottom: 40%;
}
.inner-local{
	overflow: hidden;
	background: #3b3b3b;
}

.inner-local::after{
	content: "";
	clear: both;
	display: block;
}
.inner-local .inner-nav a{
	display: block;
	color: #d4d4d4;
	height: 70px;
	line-height: 70px;
	float: left;
	padding:0 40px;
}
.inner-local .inner-nav a span{
	transition: all 0.3s;
	position: relative;
}
.inner-local .inner-nav a.on,
.inner-local .inner-nav a:hover{
	background: #636363;
}
.inner-local .inner-nav a.on span,
.inner-local .inner-nav a:hover span{
	padding-left: 30px;
}
.inner-local .inner-nav a.on span::after,
.inner-local .inner-nav a:hover span::after{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fff;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.inner-local .local{
	height: 70px;
	line-height: 70px;
	color: #d4d4d4;
	margin-right: 4.5%;
}
.inner-local .local a{
	color: #d4d4d4;
}
.inner-local .local span{
	font-family: simsun;
	margin: 0 10px;
}
.inner-local .local a.on,
.inner-local .local a:hover{
	color: #fff;
}
.inner-local .local a:first-child img{
	vertical-align: middle;
	margin-top: -5px;
}
.gylc{
	background: #2f2f2f;
}
.gylc li{
	overflow: hidden;
	width: 50%;
	float: left;
}
.gylc li a{
	display: flex;
	padding: 9%;
	color: #fff;
	justify-content: space-between;
	border-right: 1px solid #636363;
	border-bottom: 1px solid #636363;
}
.gylc li:nth-child(even){
	border-left: none;
}
.gylc li .time{
	width: 85px;
	height: 85px;
	background: #636363;
	text-align: center;
	flex-shrink: 0;
	margin-right: 70px;
}
.gylc li .time::after{
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: #fff;
	margin-top: 150%;
}
.gylc li .time .big{
	line-height: 1;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
.gylc ul::after{
	content: "";
	display: block;
	clear: both;
}
.gylc li .txt{
	width: 99%;
	overflow: hidden;
}
.gylc li .txt .title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gylc li .txt .des{
	margin-top: 7.5%;
	opacity: .7;
	line-height: 25px;
	overflow: hidden;
	height: 50px;
	margin-bottom: 10%;
	
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.gylc li:hover a{
	background: #636363;
}
.gylc li:hover .time{
	background: #3b3b3b;
}

a.big-more{
	text-align: center;
	color: #fff;
	background: #3b3b3b;
	padding: 1.5%;
	display: block;
}
a.big-more span{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/more.png);
	transition: all 0.6s;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 20px;
}
a.big-more:hover{
	/* opacity: .7; */
	background:#636363 ;
}
a.big-more:hover span{
	transform: rotate(360deg);
}

.gyxw{
	background: #2f2f2f;
}
.gyxw ul::after{
	content: "";
	display: block;
	clear: both;
}
.gyxw li{
	overflow: hidden;
	width: 50%;
	float: left;
}
.gyxw li a{
	display: flex;
	padding: 9%;
	color: #fff;
	justify-content: space-between;
	border-right: 1px solid #636363;
	border-bottom: 1px solid #636363;
}
.gyxw li:nth-child(even){
	border-left: none;
}
.gyxw li .pic-w{
	position: relative;
	padding-bottom: 32%;
	width: 47%;
	flex-shrink: 0;
	overflow: hidden;
}
.gyxw li .txt{
	width: 47%;
	overflow: hidden;
}
.gyxw li .txt .time{
	opacity: .7;
}
.gyxw li .txt .title{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin:12% 0 8% 0;
}
.gyxw li .txt .des{
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	opacity: .7;
	
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical;
}
.gyxw li .txt .more{
	height: 15px;
	line-height: 15px;
	padding-left: 25px;
	background: url(../images/more1.png) center left no-repeat;
	color: #ccc;
	margin-top: 14%;
}
.gyxw li:hover a{
	background: #3b3b3b;
}
.gyxw li:hover .pic{
	transform: scale(1.1);
}
.lxwm{
	position: relative;
	overflow: hidden;
	background: #2f2f2f;
}
.lxwm .left{
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
	height: 100%;
}
.lxwm .left .map{
	display: none;
	overflow: hidden;
	height: 100%;
}
.lxwm .left .map.on{
	display: block;
}

.lxwm .right{
	float: right;
	overflow: hidden;
	width: 50%;
}
.lxwm .right .lx-nav{
	position: relative;
	overflow: hidden;
}

.lxwm .right .lx-nav p{
	width: 33.33%;
	padding: 4% 8%;
	float: left;
	color: #fff;
	line-height: 20px;
	cursor: pointer;
}
.lxwm .right .lx-nav p.on{
	background: #636363;
}
.lxwm .right .lx-nav font{
	display: inline-block;
	width: 120px;
	text-align: left;
	height: 20px;
	vertical-align: top;
}
.lxwm .right .lx-nav span{
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: top;
	margin-top: 2px;
	float: right;
}
.lxwm .right .lx-nav span::after{
	content: "";
	width: 16px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
	margin-top: -1px;
}
.lxwm .right .lx-nav span::before{
	content: "";
	height: 16px;
	width: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	background: #fff;
	margin-left: -1px;
	transition: all 0.3s;
}
.lxwm .right .lx-nav p.on span::before{
	height: 0;
}

.lxwm .lx-main{
	position: relative;
	overflow: hidden;
}
.lxwm .lx-main .box{
	display: none;
	padding: 8%;
	color: #fff;
	padding-bottom: 0;
}

.lxwm .lx-main .box .top span{
	display: block;
	text-transform: uppercase;
	opacity: .5;
	line-height: 1;
	margin-bottom: 20px;
}
.lxwm .lx-main .box .top p{
	letter-spacing: 2px;
}
.lxwm .lx-main .box.on{
	display: block;
	
}
.lxwm .lx-main .box .bot{
	padding: 8% 0;
	margin-top: 15%;
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(255,255,255,.3);
}

.lxwm .lx-main .box .bot p{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 40px;
	color: #ccc;
	background: url(../images/local.png) left 5px no-repeat;
}

.lxwm .lx-main .box .bot p:last-child{
	margin-bottom: 0;
}

.lxwm .lx-main .box .bot p.tel{
	background: url(../images/tel.png) left 5px no-repeat;
}

.lxwm .lx-main .box .bot p.mail{
	background: url(../images/mail.png) left 5px no-repeat;
}
.rcln{
	padding: 4.5%;
	overflow: hidden;
	background: #2f2f2f;
	color: #fff;
}
.rcln .txt{
	float: left;
	width: 61%;
	overflow: hidden;
}
.rcln .txt .title span{
	display: block;
	line-height: 1;
	text-transform: uppercase;
	opacity: .5;
	margin-bottom: 15px;
}
.rcln .txt .title p{
	letter-spacing: 2px;
}
.rcln .txt .line{
	height: 1px;
	background: #fff;
	opacity: .3;
	margin: 6% 0;
}
.rcln .txt .des{
	opacity: .7;
	line-height: 2;
}
.rcln .pic-w{
	position: relative;
	float: right;
	overflow: hidden;
	width: 34.5%;
	padding-bottom: 22%;
}

.rcln .share a{
	display: inline-block;
	height: 40px;
	line-height: 38px;
	width: 40px;
	border:1px solid #fff;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-left: 20px;
	opacity: .3;
}
.rcln .share a:hover{
	opacity: 1;
}
.zp{
	padding: 4.5%;
	background: #3b3b3b;
	color: #fff;
}
.zp .title span{
	display: block;
	line-height: 1;
	text-transform: uppercase;
	opacity: .5;
	margin-bottom: 15px;
}
.zp .title p{
	letter-spacing: 2px;
}


.join{
	margin-top: 3%;
}
.join li{
	background: #2f2f2f;
	margin-bottom: 3%;
	transition: all 0.4s;
	overflow: hidden;
}

.join li .name{
	height: 25px;
	line-height: 25px;
	padding-left: 40px;
	background: url(../images/user.png) left center no-repeat;
	color: #fff;
	position: relative;
}
.join li .name span{
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}
.join li .name span::after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 10px;
	background: #666;
	transition: all 0.3s;
}
.join li .name span::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -1px;
	width: 10px;
	height: 2px;
	background: #666;
	transition: all 0.3s;
}
.join li.on .name span::after{
	opacity: 0;
}
.join li.on .name span::before{
	background: #fff;
}

.join li .des{
	font-size: 14px;
	opacity: .5;
	line-height: 1;
}
.join li .top-box span{
	display: inline-block;
	margin-right: 40px;
}
.join li .top-box span.fr{
	margin-right: 0;
}
.join li .line{
	height: 1px;
	margin: 2% 0;
	background: #fff;
	opacity: .1;
}
.join li .top-box{
	overflow: hidden;
	padding: 2% 5%;
}
.join li.on .top-box{
	background: #2f2f2f;
	color: #fff;
}
.join li.on .top-box .line{
	background: #fff;
	opacity: .6;
}
.join li.on .top-box .name{
	color: #fff;
	background: url(../images/user.png) left center no-repeat;
}
.join li.on .top-box .des{
	opacity: 1;
}

.join li .detail{
	overflow: hidden;
	padding: 3% 5%;
	display: none;
	background: #454545;
}
.join li .detail .fl{
	width: 70%;
	overflow: hidden;
}
.join li .detail .fl img{
	max-width: 100%;
}
.join li .detail .input-box{
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #6a6a6a;
	color: #fff;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
	outline: none;
}
.join li .detail .input-box:hover{
	opacity: .7;
}
.join li .detail .input-box input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.join li .detail .price{
	text-align: right;
	margin-bottom: 20%;
	letter-spacing: 2px;
}

.join .pages{
	background: #2f2f2f;
	padding: 1% 5%;
	overflow: hidden;
	margin-top: 3%;
}

.join .pages .pagination {
	text-align: center;
	margin-top: 0;
	line-height: 1;
	padding: 3% 0;
}

.join .pages .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;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	vertical-align: top;
}

.join .pages .pagination li a{
	color: #fff;
	display: block;
}
.join .pages .pagination li.active,
.join .pages .pagination li:hover {
	border: 1px solid #fff;
	opacity: 1;
}


.join .pages .pagination li span{
	display: inline;
	margin: 0;
}

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

.join .pages .pagination li:first-child a,
.join .pages .pagination li:last-child a {
	color: #000;
}
.cyxm{
	position: relative;
	overflow: hidden;
}
.cyxm ul::after{
	content: "";
	clear: both;
	display: block;
}
.cyxm li{
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
}
.cyxm li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 69%;
}
.cyxm li .txt{
	position: absolute;
	left: 9%;
	right: 9%;
	bottom: 15%;
	color: #fff;
	z-index: 3;
	line-height: 20px;
	padding:3% 4.5%;
	transition: all 0.6s;
}
.cyxm li .txt font{
	opacity: 0;
}
.cyxm li:hover .pic{
	transform: scale(1.1);
}
.cyxm li:hover .txt{
	background: #636363;
	transform: translateY(-15px);
}
.cyxm li:hover .txt font{
	opacity: 1;
}
.cyxm-detail{
	padding: 4.5%;
	background: #2f2f2f;
	color: #fff;
}
.cyxm-detail .top p{
	letter-spacing: 2px;
}
.cyxm-detail .top span{
	display: block;
	line-height: 1;
	text-transform: uppercase;
	opacity: .5;
	margin-bottom: 15px;
}
.cyxm-detail .line{
	margin: 3% 0;
	height: 1px;
	background: #fff;
	opacity: .3;
}
.cyxm-detail .detail img{
	max-width: 100%;
  height:auto !important;
}
.cyxm-detail .bot{
	padding: 3% 0;
}
.cyxm-detail .bot a{
	color: #fff;
	opacity: .6;
}
.cyxm-detail .bot a:hover{
	opacity: 1;
	text-decoration: underline;
}

a.big-back{
	text-align: center;
	color: #fff;
	background: #3b3b3b;
	padding: 1.5%;
	display: block;
}
a.big-back span{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/back.png) center center no-repeat;
	transition: all 0.6s;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 20px;
}
a.big-back:hover{
	/* opacity: .7; */
	background:#636363 ;
}
.inxmdt ul::after{
	content: "";
	clear: both;
	display: block;
}
.inxmdt li{
	position: relative;
	overflow: hidden;
	background: #2f2f2f;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.inxmdt li .pic-w{
	position: relative;
	overflow: hidden;
	width: 50%;
	padding-bottom: 22%;
	float: left;
}
.inxmdt li .pic-w::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .5;
	z-index: 2;
	transition: all 0.3s;
}

.inxmdt li .right{
	display: flex;
	padding: 4.5%;
	color: #fff;
	justify-content: space-between;
	
	width: 50%;
	float: left;
}
.inxmdt li .left{
	flex-shrink: 0;
	margin-right: 70px;
}
.inxmdt li .time{
	width: 85px;
	height: 85px;
	background: #636363;
	text-align: center;
	overflow: hidden;
	transition: all 0.4s;
}
.inxmdt li .time::after{
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: #fff;
	margin-top: 150%;
}
.inxmdt li .time .big{
	line-height: 1;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
.inxmdt li .txt{
	width: 99%;
	overflow: hidden;
}
.inxmdt li .txt .title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inxmdt li .txt .des{
	margin-top: 7.5%;
	opacity: .7;
	line-height: 25px;
	overflow: hidden;
	height: 50px;
	margin-bottom: 10%;
	
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.inxmdt li a{
	display: block;
	overflow: hidden;
}
.inxmdt li .tip{
	margin-top: 25px;
	text-align: center;
	opacity: .7;
}
.inxmdt li .line{
	height: 1px;
	background: #fff;
	margin-top: 80px;
	opacity: .3;
}
.inxmdt li:hover a{
	background: #636363;
}
.inxmdt li:hover .time{
	background: #3b3b3b;
}
.inxmdt li:hover .pic-w::after{
	opacity: 0;
}

.inxmdt li:hover .pic{
	transform: scale(1.1);
}
header.in{
	position: relative;
	background: #454545;
}
.new-top{
	padding: 3% 4.5%;
	background: #3b3b3b;
	color: #fff;
	position: relative;
}
.new-top .inner-local .local{
	line-height: 1.5;
	height: auto;
}
.new-top .title{
	letter-spacing: 2px;
	margin-top: 4%;
}
.new-top .time{
	margin: 1% 0 1.5% 0;
}

.new-top .des span,
.new-top .des a{
	display: inline-block;
	margin-right: 30px;
	opacity: .6;
	padding-left: 30px;
	line-height: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center; 
	background-repeat: no-repeat;
	color: #fff;
}
.new-top .des span.see{
	background-image: url(../images/see.png);
}
.new-top .des span.from{
	background-image: url(../images/from.png);
}
.new-top .des a{
	background-image: url(../images/fx.png);
}
.new-detail {
	padding: 4.5% 4.5% 0 4.5%;
	background: #2f2f2f;
	overflow: hidden;
}
.new-detail .detail{
	overflow: hidden;
	color: #fff;
}
.new-detail .detail img{
	max-width: 100%;
  height:auto !important;
}
.new-detail .bot{
	padding: 3% 0;
}
.new-detail .bot a{
	color: #fff;
	opacity: .6;
}
.new-detail .bot a:hover{
	opacity: 1;
	text-decoration: underline;
}
.new-top .back{
	position: absolute;
	right: 9%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	border:1px solid #626262;
	text-align: center;
	color: #cecece;
	width: 150px;
	height: 50px;
	line-height: 48px;
	display: block;
}
.new-top .back span{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/back.png) center center no-repeat;
	transition: all 0.6s;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 20px;
}
.new-top .back:hover{
	background: #626262;
}
.jtdt{
	overflow: hidden;
	position: relative;
}
.jtdt .right{
	width: 50%;
	float: right;
}
.jtdt .right .pic-w{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.jtdt .right .box{
	position: relative;
	overflow: hidden;
}
.jtdt .txt{
	background: #2f2f2f;
	color: #fff;
	transition: all 0.3s;
	width: 50%;
	float: right;
	padding: 9%;
}
.jtdt .txt .line{
	height: 1px;
	background: #fff;
	opacity: .3;
	margin: 10% 0;
}
.jtdt .txt .title{
	height: 60px;
	line-height: 30px;
	overflow:hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:2;
	 -webkit-box-orient:vertical;
}
.jtdt .txt .des{
	opacity: .7;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:2;
	 -webkit-box-orient:vertical;
}
.jtdt .txt .bot{
	opacity: .7;
	margin-top: 10%;
}
.jtdt .txt .bot span{
	height: 15px;
	line-height: 15px;
	padding-left: 25px;
	background: url(../images/more1.png) center left no-repeat;
	color: #ccc;
}
.jtdt .box:hover .pic,
.jtdt .left:hover .pic{
	transform: scale(1.1);
}
.jtdt .box:hover .txt,
.jtdt .left:hover .txt{
	background: #636363;
}
.jtdt .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	overflow: hidden;
	height: 100%;
}
.jtdt .left .txt{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.ygfc{
	color: #fff;
	background: #2f2f2f;
}
.ygfc .title{
	letter-spacing: 2px;
	padding: 3% 4.5%;
}
.ygfc .list{
	border-top:1px solid #444444 ;
}
.ygfc .list ul::after{
	content: "";
	display: block;
	clear: both;
}
.ygfc .list li{
	position: relative;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	width: 50%;
	float: left;
}
.ygfc .list li .pic-w{
	position: relative;
	overflow: hidden;
	width: 50%;
	padding-bottom: 30%;
	float: left;
	transition: all 0.3s;
}
.ygfc .list li .txt{
	color: #fff;
	float: right;
	width: 45%;
	margin-top: 7%;
}

.ygfc .list li .more{
	height: 15px;
	line-height: 15px;
	padding-left: 25px;
	background: url(../images/more1.png) center left no-repeat;
	color: #ccc;
	margin-top: 15%;
}
.ygfc .list li a{
	display: block;
	overflow: hidden;
	padding: 9%;
}
.ygfc .list li:hover a{
	background: #3b3b3b;
}
.ygfc .list li:hover .pic{
	transform: scale(1.1);
}
.qyry{
	padding: 3% 4.5%;
	overflow: hidden;
	color: #fff;
	background: #2f2f2f;
	padding-bottom: 2%;
}
.qyry .des{
	margin: 2% 0 4% 0;
	overflow: hidden;
	opacity: .7;
	line-height: 2;
}
.qyry .list ul::after{
	content: "";
	clear: both;
	display: block;
}
.qyry .list ul li{
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 2.66%;
	float: left;
	cursor: pointer;
}
.qyry .list ul li:nth-child(4n){
	margin-right: 0;
}
.qyry .list ul li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 62%;
}
.qyry .list ul li:hover .pic{
	transform: scale(1.1);
}

.ggtd{
	padding: 3% 4.5%;
	overflow: hidden;
	color: #fff;
	background: #2f2f2f;
	padding-bottom: 2%;
}
.ggtd .list{
	margin-top: 3%;
}
.ggtd .list ul::after{
	content: "";
	clear: both;
	display: block;
}
.ggtd .list ul li{
	width:25%;
	float: left;
	cursor: pointer;
	position: relative;
}
.ggtd .list ul li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 115%;
}
.ggtd .list ul li::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	z-index: 3;
	background-image: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,.0));
	opacity: 0;
	transition: all 0.4s;
}
.ggtd .list .txt{
	position: absolute;
	width: 80%;
	left: 10%;
	z-index: 4;
	bottom: 10%;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 40px;
	opacity: 0;
	transition: all 0.5s;
	transform: translateY(20px);
}
.ggtd .list .txt .des{
	opacity: .7;
	margin-top: 10px;
}
.ggtd .list .more{
	height: 15px;
	line-height: 15px;
	padding-left: 25px;
	background: url(../images/more1.png) center left no-repeat;
	color: #ccc;
	float: right;
	margin-top: 15px;
}
.ggtd .list li:hover .txt{
	opacity: 1;
	transform: translateY(0);
}
.ggtd .list ul li:hover::after{
	opacity: 1;
}
.qywh{
	padding: 3% 4.5%;
	overflow: hidden;
	color: #fff;
	background: #2f2f2f;
	padding-bottom: 2%;
}

.qywh .top{
	overflow: hidden;
	margin-top: 3%;
	position: relative;
}
.qywh .top .left{
	width: 37%;
	float: left;
	background: #3b3b3b;
	color: #fff;
	text-align: center;
	padding: 5% 8%;
}

.qywh .top .left .top-des{
	opacity: .7;
	margin-top: 10px;
}
.qywh .top .left .line{
	height: 1px;
	margin: 15% 0;
	background: #fff;
	opacity: .3;
}
.qywh .top .left .des{
	line-height: 2;
	opacity: .7;
}
.qywh .top .left .party_dots{
	text-align: center;
	margin-top: 10%;
	font-size: 0;
}
.qywh .top .left .party_dots span{
	background: #fff;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 15px;
}
.qywh .top .right{
	position: absolute;
	height: 100%;
	top: 0;
	width: 60%;
	right: 0;
	overflow: hidden;
}
.qywh .bot{
	overflow: hidden;
}
.qywh .bot .box{
	float: left;
	width: 48.5%;
	background: #3b3b3b;
	padding:5% 7.5%;
	margin-top: 3%;
}

.qywh .bot .box:nth-child(2n){
	float: right;
}
.qywh .bot .box .line{
	height: 1px;
	background: #fff;
	opacity: .3;
	margin: 10% 0;
}
.qywh .bot .box .txt{
	overflow: hidden;
}
.qywh .bot .box .des-left{
	float: left;
	width: 40%;
}
.qywh .bot .box .des-left .big{
	letter-spacing: 2px;
}
.qywh .bot .box .des-left .small{
	opacity: .7;
	margin-top: 10px;
	text-transform: uppercase
}
.qywh .bot .box .des-right{
	width: 60%;
	float: left;
	margin-top: 25px;
	opacity: .7;
	font-size: 14px;
}
.dszzc{
	padding: 3% 4.5%;
	overflow: hidden;
	color: #fff;
	background: #2f2f2f;
	padding-bottom: 2%;
}
.dszzc .line{
	height: 1px;
	background: #fff;
	opacity: .3;
	margin: 3% 0;
}
.dszzc .main{
	overflow: hidden;
}
.dszzc .main .left{
	float: left;
	width: 47.5%;
}
.dszzc .main .top{
	letter-spacing: 2px;
}
.dszzc .main .des{
	opacity: .7;
	line-height: 2;
	margin: 5% 0;
}
.dszzc .main .bot{
	display: inline-block;
	height: 80px;
	line-height: 83px;
	padding: 0 70px;
	 border:1px solid #444444;
} 
.dszzc .main .bot span{
	opacity: .7;
}
.dszzc .main .bot img{
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}
.dszzc .main .pic-w{
	width: 47.5%;
	float: right;
	overflow: hidden;
	padding-bottom: 27%;
	position: relative;
}
.gywm{
	padding: 3% 4.5%;
	overflow: hidden;
	color: #fff;
	background: #2f2f2f;
	padding-bottom: 2%;
}
.gywm .top{
	overflow: hidden;
}
.gywm .top .title{
	line-height: 1;
}
.gywm .top .box{
	float: left;
	margin-right: 60px;
}
.gywm .top .box p{
	font-weight: bold;
}
.gywm .top .box font{
	display: inline-block;
	margin-right: 10px;
}
.gywm .line{
	height: 1px;
	background: #fff;
	opacity: .3;
	margin: 3% 0 4% 0;
}
.gywm .detail{
	overflow: hidden;
}
.gywm .detail img{
	max-width: 100%;
}

.gywm .mid{
	position: relative;
	overflow: hidden;
	margin-bottom: 3%;
}
.gywm .mid .pic-w{
	position: relative;
	overflow: hidden;
	float: left;
	width: 47.5%;
	padding-bottom: 26%;
}
.gywm .mid .txt{
	width: 47.5%;
	float: right;
}
.gywm .mid .des{
	line-height: 2;
	opacity: .7;
}
.gywm .mid .shang{
	overflow: hidden;
	margin-bottom: 8%;
}
.gywm .mid .shang .share{
	float: right;
	margin-top: 10px;
}
.gywm .mid .shang .share a{
	display: inline-block;
	height: 40px;
	line-height: 38px;
	width: 40px;
	border:1px solid #fff;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-left: 20px;
	opacity: .3;
}
.gywm .mid .shang .share a:hover{
	opacity: 1;

}
.gywm .mid .shang .left{
	float: left;
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding-bottom: 8%;
}
.gywm .mid .shang .left span{
	opacity: .7;
}
.gywm .mid .shang .left p{
	margin-top: 5%;
}
.fzlc {
	background-image: url(../images/fzlc.jpg);
	color: #fff;
}
.fzlc .top{
	overflow: hidden;
	padding:3% 4.5%;
}
.fzlc .main{
	padding: 0 0 3% 4.5%;
}
.fzlc .main .box{
	display: none;
}
.fzlc .main .box.on{
	display: block;
}
.fzlc .main .lc-swiper{
	overflow: hidden;
}
.fzlc .main .lc-swiper li{
	background: #3b3b3b;
	padding: 4%;
}
.fzlc .main .lc-swiper li .line{
	height: 1px;
	background: #fff;
	opacity: .3;
	margin: 10% 0; 
}
.fzlc .main .lc-swiper li .month{
	overflow: hidden;
}
.fzlc .main .lc-swiper li .month .big{
	float: left;
	line-height: 1;
	font-weight: bold;
	margin-right: 20px;
	font-size: 36px;
}
.fzlc .main .lc-swiper li .month span{
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-top: 3px;
}
.fzlc .main .lc-swiper li .month .right{
	opacity: .7;
	font-size: 12px;
}
.fzlc .main .lc-swiper li .des{
	/* opacity: .7; */
	height: 180px;
	overflow-y: scroll;
	padding-right: 20px;
	text-align: justify;
	color: #ccc;
}
.fzlc .main .lc-swiper li .des::-webkit-scrollbar,
.popPart .js-box .detail::-webkit-scrollbar{/*滚动条整体样式*/
	width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.fzlc .main .lc-swiper li .des::-webkit-scrollbar-thumb,
.popPart .js-box .detail::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
	border-radius: 3px;
	 /* -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,1); */
	background: #fff;
}

.fzlc .main .lc-swiper li .des::-webkit-scrollbar-track,
.popPart .js-box .detail::-webkit-scrollbar-track{/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 3px;
	background:#4f4f4f;
}
.fzlc .lc-nav{
	overflow: hidden;
	width: 120px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	float: left;	
}
.fzlc .lc-nav li{
	line-height: 45px;
	height: 45px;
}
.fzlc .iconfont{
	float: left;
	line-height: 45px;
	height: 45px;
	width: 45px;
	background: #fff;
	color: #000;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	outline: none;
	opacity: .3;
	transition: all 0.3s;
}
.fzlc .iconfont:hover{
	opacity: 1;
}

.popPart {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}
.popPart .js-box{
	position: absolute;
	width: 85%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	background: #2f2f2f;
	color: #fff;
}

.popPart .js-box .left{
	float: left;
	width: 60%;
	padding: 5%;
}
.popPart .js-box .ry-top{
	position: relative;
	overflow: hidden;
}
.popPart .js-box .ry-top .big{
	font-weight: bold;
	opacity: .9;
}
.popPart .js-box .ry-top .time{
	color: #555;
	line-height: 1;
	margin-top: 20px;
}
.popPart .js-box .ry-top .time span{
	font-weight: bold;
	color: #972832;
}
.popPart .js-box .ry-top .time img{
	display: inline-block;
	vertical-align: top;
	margin-left: 45px;
}
.popPart .js-box .des{
	opacity: .8;
}
.popPart .js-box .line{
	height: 1px;
	background: #ccc;
	margin: 5% 0;
}
.popPart .js-box  .detail{
	height: 200px;
	overflow-y: scroll;
	font-size: 14px;
	padding-right: 20px;
	text-align: justify;
	opacity: .7;
}

.popPart .js-box .right{
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	width: 28%;
}
.popPart .js-box .right::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-image: linear-gradient(to right, rgba(0,0,0,.9), rgba(0,0,0,.6));
}
.popPart .js-box .right .center{
	position: absolute;
	width: 90%;
	height: 80%;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	background: #555;
	z-index: 3;
	text-align: center;
	padding: 15% 0;
}
.popPart .js-box .right .pic-w{
	width: 240px;
	height: 240px;
	position: relative;
	overflow: hidden;
	margin:auto;
	border-radius: 50%;
}
.popPart .js-box .right .pic-w.ry{
	border-radius: 0;
}
.popPart .js-box .right p{
	margin-top: 20px;
}

.popPart .js-box .close{
	position: absolute;
	right: 3%;
	top: 0;
	background: #fff;
	width: 40px;
	height: 40px;
	color: #000;
	border-radius: 50%;
	z-index: 3;
	text-align: center;
	line-height: 40px;
	margin-top: -20px;
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
}


.popPart .js-box .close:hover {
	transform: rotate(360deg);
}

.inner-box{
	padding:3% 10.5%;
}
.inner-box .result{
  font-size:20px;
  margin-bottom:2%;
}


.inner-box li a{
  padding:20px 0;
  display:block;
  opacity:.7;
  border-bottom:1px solid #ccc;
}
.inner-box li a:hover{
	opacity:1;
}
.inner-box li a .title{
  font-size:16px;
}
.inner-box li a .des{
  opacity:.7;
  margin-top:10px;
  font-size:13px;
}
@media screen and (max-width: 1600px) {
	header .search{
		width: 15%;
	}
	.lxwm .right .lx-nav font{
		width: auto;
	}
	.inxmdt li .line{
		margin-top: 40px;
	}
	.index-banner .top-news .title{
		padding: 10px 25px;
	}
	.index-banner .go-down{
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.index-about .main .left .bottom p{
		font-size: 20px;
	}
	.index-three ul li .title{
		background: url(../images/mini.png) right center no-repeat;
	}
	.index-three ul li .bot{
		line-height: 30px;
	}
	.index-three ul li .bot span{
		width: 30px;
		height: 30px;
	}
	.index-three ul li .bot span::after{
		width: 30px;
		left: 15px;
	}
	.index-new .index-n-swiper .des{
		
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		height: auto;
	}
	.index-new .list li .des{
		height: 25px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.index-new .list li a{
		padding: 4% 10%;
	}
	.index-new .list li .title,.index-new .index-n-swiper .title{
		font-size: 16px;
	}
	.index-zr .main .box .swiper-container li a{
		padding: 25px;
	}
	.index-zr .main .box .title{
		font-size: 16px;
	}
	.index-zr .main .top .left{
		padding-top: 45px;
	}
	footer .left,footer .right{
		padding: 20px 4.5%;
	}
	footer .left .add{
		margin-top: 20px;
	}
	footer .right .bot{
		bottom: 23px;
	}
}
@media screen and (max-width: 1500px) {
	
	.gylc li .time::after{
		margin-top: 100%;
	}
	.qywh .bot .box .des-right{
		margin-top: 10px;
	}
}
@media screen and (max-width: 1200px) {
	header .menu{
		float: right;
		width: 50px;
		height: 50px;
	}
	header .logo{
		width: 30%;
		height: 50px;
	}
	header .logo .pic{
		width: 80%;
	}
	header .menu .box{
		width: 20px;
		transform: translate(-15px,-50%);
	}
	
	header .menu .box::after,
	header .menu .box::before{
		width: 30px;
	}
	header .search,header nav{
		display: none;
	}
	.inner-banner{
		padding-bottom: 60%;
	}
	.inner-local .inner-nav{
		float: none;
		overflow: hidden;
		width: 100%;
	}
	.inner-local .inner-nav a{
		width: 50%;
		float: left;
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
	}
	.inner-local .local{
		float: none;
		height: 50px;
		line-height: 50px;
		padding-left: 20px;
	}
	.inner-local .inner-nav a:nth-child(1),
	.inner-local .inner-nav a:nth-child(2){
		border-top:none;
	}
	.inner-local .inner-nav a:nth-child(2n){
		border-right: none;
	}
	.inner-local .inner-nav a span,
	.inner-local .inner-nav a.on span{
		padding-left: 20px;
		
	}
	
	.cyxm li{
		width: 100%;
		margin-bottom: 5%;
	}
	.cyxm{
		padding: 20px;
		background:#2f2f2f;
	}
	a.big-more,
	a.big-back{
		padding: 3% 0;
		font-size: 14px;
	}
	.cyxm li .txt {
		bottom: 5%;
		left: 5%;
		z-index: 3;
	}
	.cyxm li .txt span{
		font-size: 16px;
	}
	.cyxm li::after{
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0;
		height: 50%;
		z-index:2 ;
		background-image: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,.0));
	}
	footer .right .nav{
		display: none;
	}
	footer .left{
		width: 100%;
		padding: 20px;
		border-top: 1px solid #999;
		margin-top: 3%;
		float: none;
	}
	footer .right{
		position: relative;
		width: 100%;
		float: none;
		padding: 20px;
		padding-top: 0;
	}
	footer .right .bot{
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
		text-align: center;
		bottom: auto;
	}
	footer .right span{
		margin: 0;
		display: block;
	}
	footer .right .bot .ewm{
		float: none;
		overflow: hidden;
		margin-bottom: 20px;
		display: inline-block;
	}
	footer .right .href{
		position: relative;
		text-align: center;
	}
	footer .left .big{
		font-size: 14px;
		margin-bottom: 15px;
	}
	footer .left .add{
		margin-top: 20px;
	}
	footer .left .add .title{
		font-size: 14px;
	}
	footer .left .add p{
		font-size: 13px;
	}
	.cyxm-detail{
		padding: 20px;
	}
	.cyxm-detail .top span{
		margin-bottom: 10px;
	}
	.cyxm-detail .top p{
		font-size: 18px;
	}
	.cyxm-detail .bot a{
		display: block;
		float: none;
		
		font-size: 14px;
	}
	.cyxm-detail .bot,.cyxm-detail .line{
		margin: 20px 0;
	}
	.inner-local .local span{
		margin: 0 5px;
	}
	.gylc{
		padding: 20px;
	}
	.gylc li{
		width: 100%;
		float: none;
		border-right: none;
	}
	.gylc li a{
		border-right: none;
	}
	.gylc ul{
		margin-bottom: 20px;
	}
	.gylc li a{
		padding: 20px 0;
	}
	.gylc li .time{
		width: 60px;
		height: 60px;
		margin-right: 20px;
	}
	.gylc li .time .big{
		margin-top: 10px;
		font-size: 20px;
	}
	.gylc li .time::after{
		margin-top: 40px;
	}
	.gylc li .txt .des{
		margin: 20px 0 0 0;
	}
	.gylc li .txt .title{
		font-size: 16px;
	}
	.gyxw{
		padding: 20px;
	}
	.gyxw ul{
		margin-bottom: 20px;
	}
	.gyxw li{
		width: 100%;
	}
	.gyxw li .pic-w{
		width: 100%;
	}
	.gyxw li a{
		display: block;
		padding: 20px 0;
		border-right: none;
	}
	.gyxw li .txt{
		width: 100%;
		margin-top: 10px;
	}
	.gyxw li .txt .title{
		font-size: 16px;
		margin: 10px 0;
	}
	.gyxw li .txt .more{
		margin-top: 20px;
	}
	.gywm .mid .pic-w{
		width: 100%;
		padding-bottom: 45%;
		float: none;
	}
	.gywm{
		padding: 20px;
	}
	.gywm .mid .txt{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.gywm .mid .shang .share a{
		display: none;
	}
	.gywm .mid .shang .left p{
		margin-top: 10px;
		font-size: 16px;
	}
	.gywm .mid .shang .left{
		padding-bottom: 15px;
	}
	.gywm .mid .shang{
		margin-bottom: 10px;
	}
	.z36{
		font-size: 16px;
	}
	.dszzc .main .left{
		width: 100%;
		float: none;
	}
	.dszzc .main .bot{
		padding: 0 20px;
		height: 60px;
		line-height: 60px;
		width: 100%;
	}
	
	.dszzc .main .bot img{
		width: 60px;
	}
	.dszzc .main .pic-w{
		float: none;
		width: 100%;
		margin-top: 20px;
		padding-bottom: 60%;
	}
	.fzlc .top{
		padding: 20px;
	}
	.fzlc .iconfont{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.fzlc .lc-nav li{
		height: 30px;
		line-height: 30px;
	}
	.qywh .top .left{
		width: 100%;
		float: none;
		margin-bottom: 15px;
		padding: 20px;
	}
	.qywh .top .right{
		position: relative;
		overflow: hidden;
		padding-bottom: 40%;
		width: 100%;
	}
	
	.qywh .z24{
		font-size: 15px;
	}
	.qywh .top .left .line{
		margin: 10px 0;
	}
	.qywh .bot .box{
		padding: 20px;
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.qywh .bot .box .des-right{
		margin-top: 0;
	}
	.ggtd .list ul li{
		width: 50%;
	}
	.qyry .list ul li{
		width: 48%;
		margin: 0;
		margin-bottom: 4%;
	}
	.qyry .list ul li:nth-child(2n){
		float: right;
	}
	.ygfc .list li{
		width: 100%;
		border-right: none;
	}
	.ygfc .list li a{
		padding: 20px;
	}
	.ygfc .list li .txt{
		margin-top: 10px;
	}
	.ygfc .list li .more{
		margin-top: 10px;
	}
	.gywm .top .title{
		float: none;
	}
	.gywm .top .fr{
		float: none;
		margin-top: 15px;
	}
	.gywm .top .fr p{
		font-size: 16px;
	}
	.jtdt .right{
		float: none;
		width: 100%;
	}
	.jtdt .left{
		position: relative;
		width: 100%;
	}
	
	.gywm .top .fr .box{
		margin-bottom: 10px;
	}.jtdt .txt{
		width: 100%;
	}
	.jtdt{
		background: #2f2f2f;
	}
	.jtdt .right{
		padding: 20px;
		padding-top: 0;
	}
	.jtdt .left{
		padding: 20px;
		padding-bottom: 0;
	}
	.jtdt .left a{
		width: 100%;
		overflow: hidden;
		border-bottom: 1px solid #636363;
		padding-bottom: 10px;
		overflow: hidden;
		display: block;
	}
	.jtdt .right .pic-w,
	.jtdt .left .pic{
		position: relative;
		padding-bottom: 45%;
		width: 100%;
	}
	.jtdt .right .box{
		border-bottom: 1px solid #636363;
		padding-bottom: 10px;
		margin-top: 30px;
	}
	.jtdt .txt .line{
		margin: 10px 0;
	}
	.jtdt .txt{
		padding: 0;
		margin-top: 10px;
	}
	.jtdt .txt .title{
		height: auto;
		font-size: 16px;
	}
	.jtdt .left .txt{
		position: relative;
		width: 100%;
	}
	.jtdt .txt .bot{
		margin-top: 15px;
	}
	.rcln .txt .share{
		display: none;
	}
	.rcln .txt{
		width: 100%;
		float: none;
	}
	.rcln .txt .title p{
		font-size: 16px;
	}
	.rcln{
		padding: 20px;
	}
	.rcln .pic-w{
		width: 100%;
		float: none;
		margin-top: 15px;
		padding-bottom: 45%;
	}
	.zp{
		padding: 20px;
	}
	.zp .title p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.join li .detail .fr{
		float: none;
	}
	.join li .detail .price{
		text-align: left;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.join li .detail .input-box{
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.join li .top-box .des span{
		display: block;
		width: 100%;
		line-height: 20px;
		margin-right: 0;
		font-size: 12px;
		opacity: .7;
	}
	.join li .name{
		font-size: 15px;
	}
	.join .pages .pagination li{
		width: 25px;
		height: 25px;
		line-height: 23px;
		font-size: 12px;
		margin: 0 5px;
	}
	.inxmdt{
		padding: 20px;
		background: #2f2f2f;
	}
	.inxmdt li{
		margin-bottom: 20px;
	}
	.inxmdt li .pic-w{
		width: 100%;
		float: none;
		padding-bottom: 45%;
	}
	.inxmdt li .time{
		width: 60px;
		height: 60px;
	}
	.inxmdt li .time .big{
		font-size: 20px;
	}
	.inxmdt li .left{
		margin-right: 20px;
	}
	.inxmdt li .left .line{
		display: none;
	}
	.inxmdt li .txt .title{
		font-size: 16px;
	}
	.inxmdt li .tip{
		margin-top: 15px;
	}
	.inxmdt li .right{
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 10px;
	}
	.new-top{
		padding: 20px;
	}
	.new-top .back{
		display: none;
	}
	.new-top .inner-local .local{
		padding: 0;
	}
	.new-top .des span, .new-top .des a{
		display: block;
		margin-bottom: 10px;
	}
	.new-detail .bot{
		margin: 20px 0;
	}
	.new-detail .bot a{
		display: block;
		float: none;
		font-size: 14px;
	}
	.lxwm .left{
		position: relative;
		width: 100%;
		height: 300px;
	}
	.lxwm .right{
		width: 100%;
		float: none;
	}
	.lxwm .right .lx-nav p{
		padding: 20px 10px;
		font-size: 16px;
	}
	.lxwm .right .lx-nav span{
		width: 10px;
		height: 10px;
		margin-top: 8px;
	}
	.lxwm .right .lx-nav span::before{
		height: 10px;
	}
	.lxwm .right .lx-nav span::after{
		width: 10px;
	}
	.lxwm .lx-main .box{
		padding: 20px;
	}
	.lxwm .lx-main .box .top p{
		font-size: 16px;
	}
	.lxwm .lx-main .box .bot{
		border-bottom: none;
		padding: 20px 0;
		margin-top: 20px;
	}
	.inxmdt li .txt .des{
		margin: 20px 0 10px 0;
	}
	.index-banner .top-news{
		display: none;
	}
	.index-banner li .txt{
		right: 4.5%;
	}
	.index-about .main .left{
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		top: auto;
		
	}
	.index-about .main .right{
		width: 100%;
	}
	.index-about .main .right .bot .bot-txt,.index-about .main .right .des{
		
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-line-clamp:3;
		padding: 0;
		margin: 15px 0;
		-webkit-box-orient:vertical;
		overflow: hidden;
		border:none;
	}
	.index-about .main .left .bottom .box{
		margin-top: 15px;
	}
	.index-about .main .left .bottom .box p{
		font-size: 16px;
	}
	.index-about .big-line{
		margin: 15px 0;
	}
	.index-about .main .right{
		float: none;
	}
	.index-about .main .right .bot{
		padding: 0;
	}
	.index-about .main .title{
		font-size: 16px;
	}
	.index-about .main .left .bottom{
		position: relative;
	}
	.index-about .main .left .big{
		font-size: 16px;
	}
	.index-about .main .title{
		margin-top: 25px;
	}
	.index-three ul li .title{
		background: none;
	}
	.index-three ul li .title p{
		font-size: 16px;
		margin-top: 20px;
	}
	.index-three ul li .bot span{
		display: none;
	}
	.index-three ul li .bot {
		text-align: center;
	}
	.index-zr .main .box{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.index-zr .main .box .des{
		line-height: 20px;
		overflow: hidden;
		height: 40px;
		margin: 10px 0;
	}
	.index-zr .main .box .swiper-container li a{
		padding: 15px;
	}
	.index-zr .main .box .bot{
		height: 40px;
		line-height: 40px;
	}
	.index-zr .main .top .left{
		padding-top: 30px;
	}
	.index-zr .top .title p{
		font-size: 16px;
	}
	.index-zr{
		padding: 0 20px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}
	.index-zr .main .top .left img{
		width: 30px;
	}
	.index-new .index-n-swiper{
		display: none;
	}
	.index-new{
		top: 50%;
		left: 0;
		padding: 20px;
		height: auto;
		transform: translateY(-50%);
	}
	.index-new .list{
		float: none;
		width: 100%;
	}
	
	.index-new .left{
		float: none;
		width: 100%;
	}
	.index-new .left .index-title .chn{
		font-size: 16px;
	}
	.index-new .list ul{
		position: relative;
		transform: translate(0);
	}
	.index-new .list li a{
		padding: 10px;
	}
	.index-new .list li::after{
		display: none;
	}
	.index-new .list li .des{
		-webkit-line-clamp: 1;
	}
	.index-new .left .index-title{
		padding: 0;
		margin-bottom: 20px;
	}
	.index-three ul li{
		width: 100%;
		height: 30%;
	}
	.index-three ul li.on{
		width: 100%;
		height: 40%;
	}
}
