@charset "utf-8";

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

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

html {
	margin: 0 auto;
}

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

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

p {
	line-height: 1.5;
}

a,
a:visited {
	text-decoration: none;
}
a{
	color: #6c6b6b;
}
li {
	list-style: none;
}

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

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

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

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


.fl {
	float: left;
}

.fr {
	float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.fr {
	float: right;
}

.cb {
	clear: both;
}

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

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

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

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

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

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

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

.slide_nav {
	background: #2c2f37;
	overflow: auto;
	padding-bottom: 30px;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .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: rgba(0, 0, 0, .2);
	text-align: center;
	padding: 15px 0
}

.slide_nav .slide_logo a {
	display: block
}

.slide_nav .slide_logo a img {
	max-width: 54%
}

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

.slide_nav .slide_nav_ul .slideNavSecon a {
	display: block
}

.slide_nav .slide_nav_ul .slideNavSecon.active {
	height: 100%
}

.slide_nav .slide_nav_ul li a {
	font-size: 15px;
	color: #fff;
	height: 50px;
	display: block
}

.slide_nav .slide_nav_ul .slide_nav_ulLast a {
	display: inline-block
}

.slide_nav .slide_nav_ul .slide_nav_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none
}

.slide_nav .slide_nav_ul .slide_nav_bg span {
	background: #fff;
	height: 50px
}

.slide_nav .slide_nav_ul .slide_nav_wz {
	width: 100%;
	height: 50px;
	position: relative;
	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: #2c2f37;
	text-align: center;
	line-height: 40px
}
header{
	position: relative;
}
header .top:after{
	content: "";
	clear: both;
	display: block;
}
header .top{
	background: #2c2f37;
	padding:2% 4.5%;
}
header .top .right{
	color: #fff;
	text-align: right;
}
header .top .right p{
	font-family: "microsoft yahei";
	font-size: 12px;
	margin-bottom: 5px;
}
header .top .right p a{
	color: #fff;
	opacity: .5;
}
header .top .right p a:hover{
	opacity: 1;
}
header .top .right p span{
	margin-right: 15px;
}
header .top .right p font{
	opacity: .5;
}
header .bot{
	border-bottom: 1px solid #ccc;
}
header .bot:after{
	content: "";
	display: block;
	clear: both;
}
header .bot nav{
	width: 70%;
	float: left;
	display: flex;
	justify-content: space-between;
	padding: 0 4.5%;
}
header .bot nav a{
	height: 85px;
	line-height: 85px;
	padding: 0 10px;
}
header .bot nav a:hover{
	background: #f1be27;
	
}
header .bot .menu-pc{
	float: right;
	width: 10%;
	position: relative;
	height: 85px;
	line-height: 85px;
	background: #f1be27;
}
header .bot .menu-pc .line{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
header .bot .menu-pc .line span{
	display: block;
	width: 30px;
	height: 3px;
	background: #6c6b6b;
	margin-bottom: 3px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
header .bot .lang{
	float: right;
	width: 10%;
	position: relative;
	height: 85px;
	line-height: 85px;
	border-left: 1px solid #cccccc;
	background: url(../images/earth.png) center center no-repeat;
}

header .bot .search{
	float: right;
	width: 10%;
	position: relative;
	height: 85px;
	line-height: 85px;
	/* border-left: 1px solid #cccccc; */
}
header .bot .search .main{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
header .bot .search .main button{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/search.png);
}
header .bot .search .main input{
	position: absolute;
	left: 0;
	transform: translateX(-110%);
	background: #fff;
	border-bottom: 1px solid #6c6b6b;
	width: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}
.swiper_01{
	position: relative;
	overflow: hidden;
}
.swiper_01 .swiper-slide{
	position: relative;
	overflow: hidden;
}
.swiper_01 .swiper-slide .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 40%;
}
.swiper_01 .swiper-slide .down{
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	height: 85px;
	line-height: 85px;
	color: #000000;
	background: #f1be27;
	padding:0 4.5%;
	font-family: simhei;
}
.swiper_01 .swiper-slide .down span{
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/down.png);
	margin-left: 100px;
}

.swiper_01 .button-01{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4.5%;
	z-index: 2;
}
.swiper_01 .button-01 div{
	float: left;
	width: 60px;
	height: 60px;
	border:2px solid rgba(255,255,255,.4);
	border-radius: 100%;
	text-align: center;
	line-height: 52px;
	margin-right: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	outline: none;
}
.swiper_01 .button-01 div:hover{
	border:2px solid #fff;
}
.swiper_01 .page-01{
	position: absolute;
	bottom: 50%;
	right: 4.5%;
	transform: translateY(50%);
	z-index: 2;
	width: 20px;
	left: auto;
}
.swiper_01 .page-01 .swiper-pagination-bullet{
	width: 10px;
	height: 1px;
	background: #fff;
	opacity: .6;
	cursor: pointer;
}
.swiper_01 .page-01 .swiper-pagination-bullet-active{
	width: 20px;
	opacity: 1;
}
.index-pro{
	padding: 4.5% 16%;
}
.index-pro .top:after{
	content: "";
	display: block;
	clear: both;
}
.index-pro .top h1{
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.index-pro .top .right{
	margin-top: 25px;
}
.index-pro .top input{
	float: left;
	width: 300px;
	height: 30px;
	border:1px solid #6c6b6b;
	display: block;
	font-size: 12px;
	font-family: "microsoft yahei";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	padding-left: 20px;
}
.index-pro .top input:focus{
	border:1px solid #f1be27;
}
.index-pro .top .button{
	width: 30px;
	height: 30px;
	background: url(../images/s2.png) center center no-repeat;
	cursor: pointer;
	float: left;
	display: block;
	margin-left: 20px;
}
.index-pro .pro-swiper{
	position: relative;
	overflow: hidden;
	margin-top: 5%;
}
.index-pro .pro-swiper .swiper-slide{
	position: relative;
	overflow: hidden;
}
.index-pro .pro-swiper .swiper-slide .pic-w{
	padding-bottom: 90%;
	position: relative;
	overflow: hidden;
}
.index-pro .pro-swiper .swiper-slide .txt{
	padding: 15%;
	border:1px solid #ccc;
}
.index-pro .pro-swiper .swiper-slide .txt .title{
	border-bottom: 2px solid #3b3c3d;
	padding-bottom: 10%;
	margin-bottom: 10%;
}
.index-pro .pro-swiper .swiper-slide .txt .des{
	font-family: "microsoft yahei";
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	opacity: .6;
	border-bottom: 1px solid #6c6b6b;
	margin-bottom: 10%;
	overflow: hidden;
}
.index-pro .pro-swiper .swiper-slide .txt .bot{
	height: 11px;
	background: url(../images/p-bot.jpg);
}
.index-pro .pro-swiper .swiper-slide:hover .pic{
	transform: scale(1.1);
}
.index-pro .pro-swiper .swiper-slide:hover .txt{
	background: #f1be27;
}
.index-pro .pro-page{
	text-align: center;
	margin-top: 3%;
}
.index-pro .pro-page .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #6c6b6b;
	border-radius: 6px;
	margin:0 5px;
	opacity: 1;
	transition: all 0.3s;
}
.index-pro .pro-page .swiper-pagination-bullet-active{
	width: 90px;
	background: #f1be27;
}
.case-swiper{
	position: relative;
	overflow: hidden;
}
.case-swiper .swiper-slide{
	overflow: hidden;
	position: relative;
}
.case-swiper .swiper-slide .pic-w{
	overflow: hidden;
	/* padding-bottom: 42%; */
	position: relative;
}
.case-swiper .swiper-slide .pic-w .pic{
	display: none;
}
.case-swiper .swiper-slide .pic-w .zz{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: #000;
	opacity: .5;
}
.case-swiper .swiper-slide .pic-w video{
	width: 100%;
}
.case-swiper .swiper-slide .txt{
	position: absolute;
	color: #fff;
	left: 8.5%;
	z-index: 2;
	top: 42%;
	transform: translateY(-50%);
}
.case-swiper .swiper-slide h2{
	font-family: simsun;
	opacity: .8;
	margin-top: 5%;
}
.button-02{
	position: absolute;
	top: 50%;
	transform: translateY(100%);
	left: 8%;
	z-index: 2;
}
.button-02 div{
	float: left;
	width: 60px;
	height: 60px;
	border:2px solid rgba(255,255,255,.4);
	border-radius: 100%;
	text-align: center;
	line-height: 52px;
	margin-right: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	outline: none;
}
.button-02 div:hover{
	border:2px solid #fff;
}
.case-swiper .case-page{
	position: absolute;
	top: 25%;
	left: 8.5%;
	z-index: 2;
	color: #fff;
	bottom: auto !important;
}
.index-new{
	padding: 4.5% 16%;
}
.index-new:after{
	content: "";
	display: block;
	clear: both;
}
.index-new .left{
	width: 35.5%;
	
}
.index-new .left .main {
	font-family: "microsoft yahei";
	margin-top: 8%;
}
.index-new .left .main h1{
	font-weight: bold;
	line-height: 1.5;
}
.index-new .left .main p{
	line-height: 2;
	opacity: .6;
	margin-top: 5%;
	text-indent: 2em;
}
.index-new .left .top{
	overflow: hidden;
}
.share{
	width: 50px;
	overflow: hidden;
	border:1px solid #ccc;
	border-radius: 25px;
	float: left;
	font-size: 16px;
}
footer .mid .right .share{
	width: auto;
}
.share a{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	display: block;
	color: #ccc;
	font-size: 20px;
	font-size: 16px !important;
}
.share a:hover{
	background: #f1be27;
	color: #6c6b6b;
}
.index-new .left .top .txt{
	float: right;
	width: 78%;
	border-bottom: 1px solid #6c6b6b;
	padding-bottom: 11%;
	line-height: 1.5;
	position: relative;
}
.index-new .more{
	width: 70px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 0px;
	border:1px solid #ccc;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #777;
	font-family: "microsoft yahei";
	border:1px solid #f1be27
}
.index-new .more:hover{
	background: #f1be27;
	color: #6c6b6b;
}
.index-new .right{
	width: 59%;
	float: right;
}
.index-new .right .top{
	overflow: hidden;
	position: relative;
}
.index-new .right .top p{
	font-size: 12px;
	background: #f1be27;
	color: #6c6b6b;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.index-new .right .main{
	margin-top: 5%;
}
.index-new .right .main li{
	overflow: hidden;
}
.index-new .right .main li .tips{
	padding: 20px 0;
	font-family: "microsoft yahei";
	border-bottom: 1px solid #cccccc;
}
.index-new .right .main li .tips span{
	font-family: arial;
	opacity: .6;
}
.index-new .right .main li .bot{
	overflow: hidden;
	display: none;
  margin-top:20px;
}
.index-new .right .main li .bot .pic-w{
	position: relative;
	overflow: hidden;
	float: left;
	width: 32%;
	padding-bottom: 34%;
}
.index-new .right .main li .txt{
	float: right;
	width: 60%;
	padding-top: 5%;
}
.index-new .right .main li .txt h1{
	line-height: 1.5;
}
.index-new .right .main li .time{
	font-family: arial;
	opacity: .6;
	margin:10% 0 10% 0;
}
.index-new .right .main li .des{
	font-family: "microsoft yahei";
	opacity: .7;
	line-height: 2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-indent: 2em;
}
.index-new .right .main li .line{
	position: relative;
	width: 50%;
	height: 1px;
	background: #6c6b6b;
	margin-top: 10%;
}
.index-new .right .main li .line:after{
	content: "";
	height: 15px;
	width: 1px;
	background: #6c6b6b;
	right: 5px;
	bottom: -2px;
	z-index: 1;
	transform: rotate(-45deg);
	position: absolute;
}
.index-new .right .main li.on .bot {
	display: block;
}

.index-new .right .main li.on .tips {
	display: none;
}
footer{
	background: #2c2f37;
	position: relative;
}
footer .top{
	overflow: hidden;
	padding: 3% 8.5%;
}
footer .top .right{
	color: #fff;
	text-align: right;
}
footer .top .right p{
	font-size: 12px;
	font-family: arial;
	margin-top: 5px;
	opacity: .6;
}
footer .bot{
	position: relative;
	z-index: 2;
	background: #000;
	padding:2% 4.5%;
	color: #fff;
}
footer .bot a,footer .bot span{
	opacity: .7;
	color: #fff;
}
footer .bot a:hover{
	opacity: 1;
}
footer .mid{
	padding: 3% 8.5%;
	overflow: hidden;
	border-top: 1px solid #56595f;
}
footer .mid .nav{
	float: left;
	width: 62%;
}
footer .mid .nav ul{
	display: flex;
	justify-content: space-between;
}
footer .mid .nav ul a{
	display: block;
	opacity: .6;
	color: #fff;
	margin-bottom: 20px;
}
footer .mid .nav ul a.big{
	opacity: 1;
	margin-bottom: 80px;
}
footer .mid .nav ul a:hover{
	opacity: 1;
}
footer .mid .right{
	float: right;display:none;
}
footer .mid .right .txt{
	float: left;
	text-align: right;
	color: #fff;
}
footer .mid .right .txt p{
	font-size: 12px;
	opacity: .5;
	margin-bottom: 5px;
}
footer .mid .right .txt h2{
	margin-top: 20px;
}
footer .mid .right .txt h2 a{
	font-size: 20px;
	opacity: .5;
	color: #fff;
	margin-left: 10px;
	float: left;
}
footer .mid .right .txt h2 a:hover{
	opacity: 1;
}
footer .mid .right .ewm{
	float: left;
	margin-left: 80px;
	width: 90px;
}
footer .mid .right .ewm img{
	width: 100%;
}
footer:after{
	content: "";
	position: absolute;
	z-index: 1;
	right: 4.25%;
	top: 0;
	height: 100%;
	width: 1px;
	background:#56595f ;
}
footer:before{
	content: "";
	position: absolute;
	z-index: 1;
	left: 4.25%;
	top: 0;
	height: 100%;
	width: 1px;
	background:#56595f ;
}
.inner-banner{
	position: relative;
	overflow: hidden;
	padding-bottom: 27%;
}
.inner-banner .txt{
	position: absolute;
	right: 10%;
	top: 10%;
	color: #fff;
	z-index: 3;
	line-height: 1.5;
}
.inner-top{
	padding: 0 10.5%;
}
.inner-nav{
	/* display: flex;
	justify-content: space-between; */
	overflow: hidden;
}

.popPart {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}
.popPart .video-box{
	width: 700px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.popPart .pic-w{
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.popPart .close{
	background: #f1be27;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	border-radius: 50%;
	top: 0;
	right: 0;
	z-index: 30;
	display: block;
	margin-top: 3%;
	display: block;
	cursor: pointer;
	transition: 400ms;
	-webkit-transition: 400ms;
	margin: -60px -60px 0 0 ;
}
.popPart .close:hover{
	transform: rotate(180deg);
}
.inner-nav a{
	display: block;
	text-align: center;
	width: 25%;
	padding: 1.8%;
	background: #ececec;
	color: #555;float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.inner-nav a:hover,.inner-nav a.on{
	background: #fff;
	color: #f1be27;
}
.inner-top .inner-local{
	padding: 3.8% 0%;
	font-family: "microsoft yahei";
}
.inner-top .inner-local a:hover,.inner-local a.on{
	color: #f1be27;
}
.news-list{
	padding: 0 10.5%;
	overflow: hidden;
	margin-bottom: 5%;
}
.news-list li{
	overflow: hidden;
	border-bottom: 1px solid #b2b2b2;
	padding: 5% 0;
}
.news-list li .pic-w{
	width: 30.5%;
	float: left;
	position: relative;
	padding-bottom: 20%;
	overflow: hidden;
}
.news-list li .txt{
	width: 66%;
	float: right;
	padding: 2% 0;
	display: flex;
	justify-content: space-between;
}
.news-list li .txt .main{
	float: left;
	width: 75%;
	font-family: "microsoft yahei";
}
.news-list li .txt .title{
	font-weight: bold;
	line-height: 1.5;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
.news-list li .txt .des{
	line-height: 2;
	margin:4.5% 0;
	text-indent: 28px;
}
.news-list li .txt .time{
	float: right;
	text-align: center;
}
.news-list li .txt .bot{
	opacity: .6;
}
.news-list li .txt .bot span{
	display: inline-block;
	width: 100px;
	height: 1px;
	margin-left: 20px;
	vertical-align: middle;
	background: #6c6b6b;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
.news-list li .time h1{
	font-family: arial
}
.news-list li .time p{
	font-family: arial;
	opacity: .7;
}
.news-list li .line{
	width: 1px;
	height: 100px;
	background: #6c6b6b;
}
.news-list li:hover .pic{
	transform: scale(1.1);
}
.news-list li:hover .bot span{
	width: 140px;
}
.news-list li:hover .txt .title{
	color: #f1be27;
}
.news-list li:last-child{
	border:none;
}
.news-list a.more{
	display: block;
	background: #f1be27;
	color: #6c6b6b;
	text-align: center;
	padding: 2%;
	letter-spacing: 2px;
}
.news-list a.more span{
	display: inline-block;
	width: 31px;
	height: 31px;
	background: url(../images/more.png);
	vertical-align: middle;
	margin-right: 25px;
	margin-top: -5px;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.news-list a.more:hover{
	opacity: .8;
}
.news-list a.more:hover span{
	transform: rotate(360deg);
}
.news-main{
	margin:0 10.5%;
	border-top: 1px solid #cccccc;
}
.news-main .main{
	padding: 6%;
	font-family: "microsoft yahei";
}
.news-main .main .title{
	/* text-align: center; */
}
.news-main .main .title h1.new{
	text-align: center;
}

.news-main .main .time{
	text-align: center;
	margin:3% 0 5% 0;
	opacity: .7;
	display: none;
}
.news-main .main .time.new{
	display: block;
}
.news-main .main .detail img{
	max-width: 100%;
	height: auto;
}
.news-main .main .link{
	margin-top: 5%;
	display: none;
}
.news-main .main .link.new{
	display: block;
}
.news-main .main .link a{
	display: block;
	opacity: .7;
	padding-left: 15px;
}
.news-main .main .link a:hover{
	opacity: 1;
	color: #f1be27;
}
.news-main .main .link .line{
	width: 100%;
	height: 1px;
	background: #b2b2b2;
	margin:1% 0;
}
.lxwm .center{
	padding: 0 10.5%;
}
.lxwm .top{
	overflow: hidden;
	padding: 5% 0;
	background: #f7f5f5;
}
.lxwm .top .pic-w{
	width: 50%;
	float: left;
	padding-bottom: 32%;
	position: relative;
	overflow: hidden;
}
.lxwm .top .right{
	width: 45%;
	float: right;
	border-bottom: 1px solid #cbc9c9;
	border-top: 1px solid #cbc9c9;
	padding: 4% 0;
}
.lxwm .top .right h2{
	opacity: .3;
	margin-top: 10px;
	margin-bottom: 6.5%;
}
.lxwm .top .right p{
	color: #404040;
	margin-top: 5%;
	position: relative;
	padding-left: 50px;
}
.lxwm .top .right p img{
	position: absolute;
	left: 2px;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}
.lxwm .top .right p:last-child img{
	left: 7px;
}
.lxwm .top .right p:nth-child(5) img{
	left: 0px;
}
.lxwm .mid{
	padding: 5% 10.5%;
}
.lxwm .mid .main{
	border:1px solid #dddddd;
	overflow: hidden;
	position: relative;
}
.lxwm .mid .main .left{
	width: 28.5%;
	float: left;
}
.lxwm .mid .main .left .top{
	background: #fff;
	padding:5% 10px;
}
.lxwm .mid .main .left .top h2{
	opacity: .3;
	margin-top: 10px;
}
.lxwm .mid .main .left ul{
	display: block;
	height: 640px;
	overflow-x: auto;
	padding: 10px;
}
.lxwm .mid .main .left ul li{
	transition: all 0.5s;
	padding: 15px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
	padding-top: 25px;
}
.lxwm .mid .main .left ul li:hover{
	background: #f6f6f6;
}
.lxwm .mid .main .left ul li .title{
	position: relative;
	margin-bottom: 25px;
	padding-left: 35px;
}
.lxwm .mid .main .left ul li .title:after{
	content: "";
	width: 22px;
	height: 29px;
	background: url(../images/adbg.png);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.lxwm .mid .main .left ul li p{
	margin-top: 10px;
}

.lxwm .mid .main .left .pages{
	padding: 5% 25px;
	background: #f6f6f6;
}
.lxwm .mid .main .left .pages a{
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.lxwm .mid .main .left .pages a:hover,.lxwm .mid .main .left .pages a.on{
	background: #ff8400;
	color: #fff;
}
.lxwm .mid .main .right{
	position: absolute;
	width: 71.5%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
}
.lxwm .bot {
	padding: 5% 10.5%;
	background: #f7f5f5;
}
.lxwm .bot  .big-title{
	text-align: center;
}
.lxwm .bot .big-title h2{
	opacity: .3;
	margin-top: 10px;
}
.lxwm .bot .lx-nav{
	text-align: center;
	margin:3% 0;
}
.lxwm .bot .lx-nav p{
	text-align: center;
	display: block;
	padding: 5px 25px;
	border:1px solid #f1be27;
	color: #4c4c4c;
	display: inline-block;
	font-size: 16px;
	margin:0 20px;
	cursor: pointer;
}
.lxwm .bot .lx-nav p.on{
	background: #f1be27;
}
.lxwm .bot .lx-nav p span{
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/zp.png) center center no-repeat;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -2px;
}
.lxwm .bot .lx-nav p:nth-child(1) span{
	background: url(../images/fl.png) center center no-repeat;
}
.lx-swiper{
	position: relative;
	overflow: hidden;
}
.lx-swiper .swiper-slide{
	position: relative;
	overflow: hidden;
}
.lx-swiper .swiper-slide .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 40%;
}
.lx-page{
	text-align: center;
	margin: 2% 0;
}
.lx-page  .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #969696;
	border-radius: 6px;
	margin: 0 5px;
	opacity: 1;
	transition: all .3s;
	outline: none;
}
.lx-page  .swiper-pagination-bullet-active{
	background: #f1be27;
}
.lxwm .bot .main{
	overflow: hidden;
	border:1px solid #dddddd;
	display: none;
}
.lxwm .bot .main.fuli{
	text-align:center;
}
.lxwm .bot .main.fuli img{
	max-width:100%;
}
.lxwm .bot .main.on{
	display: block;
}
.lxwm .bot .main.fuli{
	padding: 30px;
}
.lxwm .bot .main .left{
	width: 28.5%;
	float: left;
	height: 590px;
	overflow-x: auto;
}
.lxwm .bot .main .left li{
	overflow: hidden;
	padding: 15px 30px;
	border-bottom: 1px solid #c6c4c4;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.lxwm .bot .main .left .title{
	position: relative;
	padding-left: 50px;
}
.lxwm .bot .main .left  .pic-w{
	position: absolute;
	width: 35px;
	height: 100%;
	left: 0;
	top: 0;
}
.lxwm .bot .main .left .title p{
	margin-top: 10px;
	opacity: .7;
	line-height: 1;
}
.lxwm .bot .main .left .des{
	border-top: 1px solid #dedcdc;
	margin-top: 15px;
	padding-top: 15px;
}
.lxwm .bot .main .left li.on,.lxwm .bot .main .left li:hover{
	background: #fcc02e;
}
.lxwm .bot .main .right{
	width: 71.5%;
	float: right;
	height: 590px;
	overflow-y: auto;
	overflow-x: hidden;
}
.lxwm .bot .main .right li{
	display: none;
}
.lxwm .bot .main .right li.on{
	display: block;
}
.lxwm .bot .main .right .txt{
	margin: 30px 50px;
	overflow: hidden;
}
.lxwm .bot .main .right .txt h1{
	position: relative;
	margin:20px 0;
}
.lxwm .bot .main .right span{
	position: relative;
	z-index: 2;
	background: #f7f5f5;
	padding-right: 15px;
}
.lxwm .bot .main .right .txt h1:after{
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: 100%;
	background: #ebebeb;
}
.lxwm .bot .main .right .txt .zw span{
	display: inline-block;
	padding: 5px 10px;
	background: #eceaea;
	color: #fcc02e;
	margin-right: 15px;
}
.pro-fl{
	overflow: hidden;
	padding: 0 10.5%;
	padding-bottom: 5%;
}
.pro-fl li{
	float: left;
	width: 23%;
	float: left;
	margin:0 2.66% 2.66% 0;
	border:1px solid #6c6b6b;
}
.pro-fl li:nth-child(4n){
	margin-right: 0;
}
.pro-fl li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 135%;
}
.pro-fl.cp li .pic-w{
	padding-bottom: 82%;
}
.pro-fl li .txt{
	padding:4% 6%;
	border-top: 1px solid #6c6b6b;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro-fl li .txt span{
	margin-top: 3px;
	margin-top: 0;
}
.pro-fl li:hover .pic{
	transform: scale(1.1);
}
.pro-fl li:hover .txt{
	background: #f1be27;
}
.cp-min-nav{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9;
	background: #ececec;
	padding:3% 10.5%;
	/*display: flex;
	justify-content: space-between;*/
	display: none;	
}
.cp-min-nav h1{
	padding-bottom: 10px;
	position: relative;
}
.cp-min-nav h1:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #f1be27;
	width: 40px;
}
.cp-min-nav ul{
	overflow: hidden;
	margin-top: 5%;
}
.cp-min-nav .box{
	width: 45%;
  float:left;
}
.cp-min-nav .box:last-child{
float:right;
}
.cp-min-nav ul li{
	float: left;
	width: 21%;
	float: left;
	margin:0 5.33% 5.33% 0;
	border:1px solid #6c6b6b;
	padding: 2%;
	padding-bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.cp-min-nav ul li:nth-child(4n){
	margin-right: 0;
}
.cp-min-nav ul li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 82%;
	width: 80%;
	margin:auto;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
	background:none !important;
  padding:0  !important;
  margin:0 !important;
  height:50px !important;
  line-height:50px !important;
}
.cp-min-nav ul li .play{
	position: absolute;
	width: 35px;
	height: 35px;
	z-index: 2;
	top: 50%;
	left: 50%;
	background: url(../images/play.png);
	transform: translate(-50%,-50%);
}
.cp-min-nav ul li p{
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.cp-min-nav ul li .txt span{
	margin-top: 3px;
}
.cp-min-nav ul li:hover .pic{
	transform: scale(1.1);
}
.cp-min-nav ul li:hover{
	background: #f1be27;
}
.pro-three{
	padding:0 10.5%;
	margin-bottom: 5%;
	overflow: hidden;
}
.pro-three:after{
	content:"";
	clear: both;
	display: block;
}
.pro-three .left{
	float: left;
}
.pro-three .left a{
	display: block;
	width: 200px;
	height: 45px;
	background: #ececec;
	text-align: center;
	line-height: 45px;
	margin-bottom: 2px;
}
.pro-three .left a:hover,.pro-three .left a.on{
	background: #f1be27;
}
.pro-three .right,.pro-three .right-list{
	float: right;
	width: 80%;
}
.pro-three .right li,.pro-three .right-list li{
	overflow: hidden;
	margin-bottom: 3%;
}
.pro-three .right-list{
	font-size: 20px;
}
.pro-three .right-list a:hover{
	color: #f1be27;
}
.pro-three .right-list a span{
	display: inline-block;
	margin-right: 20px;
	max-width: 60%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pro-three .right li:nth-child(2n) .pic-box{
	float: right;
}
.pro-three .right li:nth-child(2n) .txt{
	float: left;
}
.pro-three .right li .pic-box{
	width: 35%;
	float: left;
	overflow: hidden;
	border:1px solid #6c6b6b;
}
.pro-three .right li .pic-box .pic-w{
	padding-bottom: 70%;
	overflow: hidden;
	position: relative;
}
.pro-three .right li .pic-box p{
	padding:4% 6%;
	border-top: 1px solid #6c6b6b;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background:#fff;
}
.pro-three .right li .pic-box p span{
	/* margin-top: 5px; */
}
.pro-three .right li .txt{
	float: right;
	width: 50%;
	padding: 4% 0;
}
.pro-three .right li:nth-child(odd){
	background:#ececec;
}
.pro-three .right li:nth-child(odd) .line{
	transform: rotateY(180deg);
}
.pro-three .right li .txt p{
	margin-top: 3%;
}
.pro-three .right li .txt h1{
	margin-bottom: 8%;
}
.pro-three .right li .txt .des{
	line-height: 2;
}
.pro-three .right li .txt .line{
	position: relative;
	width: 50%;
	height: 1px;
	background: #6c6b6b;
	margin-top: 10%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pro-three .right li .txt .line:after{
	content: "";
	height: 15px;
	width: 1px;
	background: #6c6b6b;
	right: 5px;
	bottom: -2px;
	z-index: 1;
	transform: rotate(-45deg);
	position: absolute;
}
.pro-three .right li:hover .pic{
	transform: scale(1.1);
}
.pro-three .right li:hover .pic-box p{
	background: #f1be27;
}
.pro-three .right li:hover .line{
	width: 60%;
}

.pro-detail{
	padding:0 10.5%;
	margin-bottom: 5%;
	overflow: hidden;
}
.pro-detail .left{
	float: left;
}
.pro-detail .left a{
	display: block;
	width: 200px;
	height: 45px;
	background: #ececec;
	text-align: center;
	line-height: 45px;
	margin-bottom: 2px;
}
.pro-detail .left a:hover,.pro-detail .left a.on{
	background: #f1be27;
}
.pro-detail .right{
	float: right;
	width: 80%;
}
.pro-detail .right .main{
	margin-top: 3%;
	overflow: hidden;
}
.pro-detail .right .main img{
	max-width: 100%;
}
.video-list{
	padding:0 10.5%;
	margin-bottom: 5%;
	overflow: hidden;
}
.video-list .left{
	float: left;
	width: 20%;
}
.video-list .left li{
	overflow: hidden;
	margin-bottom: 1%;
	position: relative;
	width: 100%;
	border:2px solid #fff;
	transition: all 0.5s;
}

.video-list .left li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 60%;
  border:2px solid #fff;
	transition: all 0.5s;
}
.video-list .left li .zz{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #6c6b6b;
	opacity: .6;
}
.video-list .left li p{
	text-align:center;
  	margin-top:8px;
	transition: all 0.5s;
}
.video-list .left li .play{
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	z-index: 3;
	position: absolute;
	width: 48px;
	height: 48px;
	background-image: url(../images/play2.png);
	background-size: cover;
}
.video-list .left li:hover .zz,.video-list .left li.on .zz,.video-list .left li.on .play,.video-list .left li:hover .play{
	opacity: 0;
}
.video-list .left li.on .pic-w,.video-list .left li:hover .pic-w{
	border:2px solid #f1be27;
}
.video-list .left li.on p,.video-list .left li:hover p{
  color:#f1be27;
}
.video-list .right{
	float: right;
	width: 75%;
}
.video-list .right video{
	width:100%;
}
.about-us{
	padding: 3% 10.5%;
}
.about-us .top{
	position: relative;
	overflow: hidden;
}
.about-us .right{
	float: right;
	width: 61%;
}
.about-us .right img{
	width: 100%;
}
.about-us .top .left{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.about-us .top .left img{
	max-width: 350px;
}
.about-us .bot{
	overflow: hidden;
	margin-top: 3%;
}
.about-us .bot p{
	line-height: 2;
}
.about-us .bot p:last-child{
	margin-top: 4%;
}
.about-us .bot .left{
	float: left;
	width: 30%;
	padding-top: 10px;
}
.about-us .bot .left img{
	max-width: 100%;
}
.qyjs{
	width: 100%;
	overflow: hidden;
}
.qyjs img{
	vertical-align: top;
	width: 100%;
}
.qyzz{
	padding: 3% 10.5%;
	padding-bottom: 0;
}
#ryzz{
	padding-bottom: 3%;
}
.qyzz .title{
	text-align: center;
}
.qyzz .title h1{
	font-family: arial;
	margin-bottom: 1%;
}
.qyzz .title h2{
	font-size: 20px;
	font-weight: bold;
}
.qy-swiper{
	position: relative;
	overflow: hidden;
	margin-top: 3%;
}
.qy-swiper .swiper-slide{
	position: relative;
	overflow: hidden;
	border:1px solid #6c6b6b;
	padding:1% 3%;
}
.qy-swiper .swiper-slide .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 135%;
}
.qy-swiper .swiper-slide:hover .pic{
	transform: scale(1.1);
}

.qy-page{
	text-align: center;
	margin-top: 2%;
}
.qy-page .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #969696;
	border-radius: 6px;
	margin:0 5px;
	opacity: 1;
	transition: all 0.3s;
}
.qy-page .swiper-pagination-bullet-active{
	background: #f1be27;
}
.fzlc{
	margin:3% 0;
	background-image: url(../images/fzlc.jpg);
	padding: 3% 18.5%;
	position: relative;
}
.fzlc .title{
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.fzlc .title h2{
	font-size: 20px;
	font-weight: bold;
}
.fzlc .title h1{
	font-family: arial;
	margin-bottom: 1%;
}
.t1-swiper{
	margin-top: 8%;
	overflow: hidden;
}
.t1-swiper .swiper-slide{
	
	overflow: hidden;
	color: #fff;
}
.t2-swiper{
	overflow: hidden;
	margin: 8% 10%;
	margin-bottom: 0;
	position: relative;
}
.t2-swiper:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	z-index: 3;
	left: 0;
	bottom:25px;
}
.t2-swiper .swiper-slide{
	text-align: center;
	overflow: hidden;
	color: #fff;
	opacity: .6;
	position: relative;
	z-index: 2;
}
.t2-swiper .swiper-slide p{
	height: 30px;
	line-height: 30px;
}
.t2-swiper .swiper-slide .line{
	height: 40px;
	width: 2px;
	margin:auto;
	position: relative;
	margin-top: 50px;
}
.t2-swiper .swiper-slide .line:after{
	content: "";
	position: absolute;
	z-index: 1;
	height: 20px;
	top: 5px;
	width: 2px;
	background: #fff;
}
.t2-swiper .swiper-slide-active{
	opacity: 1;
}
.t2-swiper .swiper-slide-active p{
	font-size: 24px;
}
.t2-swiper .swiper-slide-active .line:after{
	height: 40px;
}
.t2-swiper .swiper-slide-active .line:before{
	width: 24px;
	height: 31px;
	position: absolute;
	top: -31px;
	content: "";
	left: -10px;	
	background: url(../images/local.png);
}
.fzlc .button div{
	width: 50px;
	height: 50px;
	border:1px solid #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	position: absolute;
	outline: none;
}
.fzlc .button div:hover{
	border-color: #f1be27;
	color: #f1be27;
}
.fzlc .button .fz-prev{
	top: 50%;
	left: 10%;
}
.fzlc .button .fz-next{
	top: 50%;
	right: 10%;
}
.about-video{
	margin:3% 10.5%;
	position: relative;
}
.about-video video{
	width: 100%;
}

.about-video .zz{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #6c6b6b;
	opacity: .6;
}
.about-video .play{
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	z-index: 3;
	position: absolute;
	width: 48px;
	height: 48px;
	background-image: url(../images/play2.png);
	background-size: cover;
}
.solu-main{
	padding: 0 10.5%;
	overflow: hidden;
	margin-bottom: 5%;
}
.solu-main .left{
	float: left;
	width: 18%;
}
.solu-main .left a{
	display: block;
	width: 200px;
	height: 45px;
	background: #ececec;
	text-align: center;
	line-height: 45px;
	margin-bottom: 2px;
}
.solu-main .left a:hover,.solu-main .left a.on{
	background: #f1be27;
}
.solu-main .right{
	float: right;
	width: 77%;
}
.solu-main .right .inner-nav a{
	padding: 1%;
	line-height: 1.5;
}
.solu-main .right .top{
	margin-top: 6%;
	overflow: hidden;
}
.solu-main .right .top .pic-w{
	width: 35%;
	float: left;
	border:1px solid #6c6b6b;
	padding-bottom: 28%;
	position: relative;
	overflow: hidden;
}
.solu-main .right .top .pic-w:hover .pic{
	transform: scale(1.1);
}
.solu-main .right .top .txt{
	width: 58%;
	float: right;
}
.solu-main .right .line{
	height: 1px;
	background: #6c6b6b;
	margin:6% 0;
}
.solu-main .right .des p{
	font-family: "microsoft yahei";
	line-height: 2;
	opacity: .7;
	margin-bottom: 2%;
	text-align: justify;
}
.solu-main .right .main{
	margin-top: 3%;
}
.solu-main .right .main img{
	max-width: 100%;
}
.solu{
	position: relative;
	margin: 3% 8.5% 5% 8.5%;
	padding: 12% 0;
	padding-bottom: 18%;
}
.solu .center{
	text-align: center;
	padding-top: 10%;
}
.solu  .box h1{
	margin:5% 0 6% 0;
}
.solu  .box{
	width: 260px;
	position: absolute;
}
.solu  .box img{
	max-width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.solu  .box:hover img{
	transform: scale(1.13);
}
.solu  .box p{
	font-size: 12px;
	line-height: 2;
	opacity: .7;
}
.solu  .box a{
	display: block;
	color: #fff;
	background: #f1be27;
	margin-top: 10%;
	text-align: center;
	width: 120px;
	height: 45px;
	line-height: 45px;
}
.solu  .box a:hover{
	background: #6c6b6b;
	color: #f1be27;
}/* 
.solu  .box:nth-child(1){
	left: 0;
	top: 10%;
}
.solu  .box:nth-child(1) p{
	width: 250px;
}
.solu  .box:nth-child(2){
	left: 20%;
	top: 0;
}
.solu  .box:nth-child(3){
	right: 14%;
	top: 0;
}
.solu  .box:nth-child(4){
	right: 0;
	top: 22%;
}
.solu  .box:nth-child(5){
	right: 29%;
	bottom: 0;
}
.solu  .box:nth-child(6){
	left: 20%;
	bottom: 0;
}
.solu  .box:nth-child(7){
	left: 38%;
	bottom: 0;
}
.solu  .box:nth-child(7) p{
	width: 250px;
}
.solu  .box:nth-child(8){
	left: 37%;
	top:0;
}
.solu  .box:nth-child(8) p{
	width: 250px;
}
.solu  .box:nth-child(9){
	left: 0;
	bottom: 13%;
}
.solu  .box:nth-child(9) p{
	width: 250px;
}
.solu  .box:nth-child(10){
	right: 14%;
	bottom: 0;	
}
.solu  .box:nth-child(10) p{
	width: 300px;
}
.solu  .box:nth-child(11){
	top: 0;
	left:56%;
}
.solu  .box:nth-child(11) p{
	width: 250px;
}
.solu  .box:nth-child(1):after{
	content: "";
	position: absolute;
	width: 150%;
	height: 1px;
	background: #dbdbdb;
	right: -130%;
	bottom: 10%;
	z-index: 1;
}
.solu  .box:nth-child(2):after{
	content: "";
	position: absolute;
	width: 1px;
	height: 50%;
	background: #dbdbdb;
	left: 10%;
	bottom: -55%;
	z-index: 1;
}
.solu  .box:nth-child(2):before{
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	background: #dbdbdb;
	left: 10%;
	bottom: -55%;
	z-index: 1;
}
.solu  .box:nth-child(3):after{
	content: "";
	position: absolute;
	width: 1px;
	height: 50%;
	background: #dbdbdb;
	left: -60%;
	top: 50%;
	z-index: 1;
}
.solu  .box:nth-child(3):before{
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	background: #dbdbdb;
	top: 50%;
	left: -60%;
	z-index: 1;
}
.solu  .box:nth-child(4):after{
	content: "";
	position: absolute;
	width: 120%;
	height: 1px;
	background: #dbdbdb;
	left: -140%;
	top: 35%;
	z-index: 1;
}
.solu  .box:nth-child(5):after{
	content: "";
	position: absolute;
	width: 1px;
	height: 70%;
	background: #dbdbdb;
	left: 0;
	top: -50%;
	z-index: 1;
}
.solu  .box:nth-child(5):before{
	content: "";
	position: absolute;
	width: 60%;
	height: 1px;
	background: #dbdbdb;
	top: -50%;
	left: -60%;
	z-index: 1;
}
.solu  .box:nth-child(6):after{
	content: "";
	position: absolute;
	width: 1px;
	height: 90%;
	background: #dbdbdb;
	right: -160%;
	bottom: 50%;
	z-index: 1;
}
.solu  .box:nth-child(6):before{
	content: "";
	position: absolute;
	width: 160%;
	height: 1px;
	background: #dbdbdb;
	top: 50%;
	right: -160%;
	z-index: 1;
}
.solu  .box:after,.solu  .box:before{
	display: none !important;
} */
.vipts{
	display: none;
}
.solu  .box:nth-child(1){
	left: 0;
	top: 35%;
}
.solu  .box:nth-child(2){
	left: 30%;
	top: 0;
}
.solu  .box:nth-child(3){
	right: 14%;
	top: 0;
}
.solu  .box:nth-child(4){
	right: 0;
	top: 38%;
}
.solu .box:nth-child(5){
	left: 30%;
	bottom: 0;
}
.solu  .box:nth-child(6){
	left: 20%;
	bottom: 0;
}
.solu  .box:nth-child(1):after{
	content: "";
	position: absolute;
	width: 150%;
	height: 1px;
	background: #dbdbdb;
	right: -130%;
	bottom: 10%;
	z-index: 1;
}
.solu  .box:nth-child(2):after{
	content: "";
	position: absolute;
	width: 1px;
	height: 50%;
	background: #dbdbdb;
	left: 10%;
	bottom: -55%;
	z-index: 1;
}
.solu  .box:nth-child(2):before{
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	background: #dbdbdb;
	left: 10%;
	bottom: -55%;
	z-index: 1;
}
.solu  .box:nth-child(3):after{
	content: "";
	position: absolute;
	width: 1px;
	height: 50%;
	background: #dbdbdb;
	left: -60%;
	top: 50%;
	z-index: 1;
}
.solu  .box:nth-child(3):before{
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	background: #dbdbdb;
	top: 50%;
	left: -60%;
	z-index: 1;
}
.solu  .box:nth-child(4):after{
	content: "";
	position: absolute;
	width: 120%;
	height: 1px;
	background: #dbdbdb;
	left: -140%;
	top: 35%;
	z-index: 1;
}
.solu  .box:nth-child(5):after{
	content: "";
	position: absolute;
	width: 1px;
	height: 70%;
	background: #dbdbdb;
	left: 0;
	top: -50%;
	z-index: 1;
}
.solu  .box:nth-child(5):before{
	content: "";
	position: absolute;
	width: 60%;
	height: 1px;
	background: #dbdbdb;
	top: -50%;
	left: -60%;
	z-index: 1;
}
.solu  .box:nth-child(6):after{
	content: "";
	position: absolute;
	width: 1px;
	height: 90%;
	background: #dbdbdb;
	right: -160%;
	bottom: 50%;
	z-index: 1;
}
.solu  .box:nth-child(6):before{
	content: "";
	position: absolute;
	width: 160%;
	height: 1px;
	background: #dbdbdb;
	top: 50%;
	right: -160%;
	z-index: 1;
}
.solu  .box:after,.solu  .box:before{
	display: none !important;
}
.ej-nav{
	display: none;
}
.jj-min-nav{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9;
	background: #ececec;
	padding: 3% 10.5%;
	display: flex;
	justify-content: space-between;
	display: none;
}
.jj-min-nav .left{
	float: left;
	width: 20%;
}
.jj-min-nav .left h1{
	font-family: arial;
	margin-bottom: 10%;
}
.jj-min-nav .right{
	float: right;
	width: 75%;
}
.jj-min-nav .right a{
	display: block;
	float: left;
	width: 110px;
	text-align: center;
	margin-right: 3%;
}
.jj-min-nav .right a .pic-w{
	position: relative;
	border:1px solid #6c6b6b;
	padding-bottom: 80px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.jj-min-nav .right a .pic-w .pic{
	width: 50%;
	height: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}
.jj-min-nav .right a p{
	font-size: 14px;
	margin-top: 16px;
}
.jj-min-nav .right a:hover .pic-w{
	background: #f1be27;
}
.pc-nav{
	position: absolute;
	width: 100%;
	z-index: 99;
	top: 100%;
	background: url(../images/nav-bg.jpg);
	padding: 5% 5%;
	color: #fff;
	display: none;
}
.pc-nav .main{
	border-top: 1px solid #596161;
	border-bottom: 1px solid #596161;
	padding: 3% 5%;
	overflow: hidden;
}
.pc-nav .main .nav{
	float: left;
	width: 62%;
	overflow: hidden;
}
.pc-nav .main .nav ul{
	display: flex;
	justify-content: space-between;
}
.pc-nav .main .nav ul a{
	display: block;
	opacity: .6;
	color: #fff;
	margin-bottom: 20px;
}
.pc-nav .main .nav ul a.big{
	opacity: 1;
	margin-bottom: 80px;
}
.pc-nav .main .nav ul a:hover{
	opacity: 1;
}
.pc-nav .main  .right{
	width: 25%;
	float: right;
}

.pc-nav .main  .right .search2{
	border-bottom: 1px solid #56595b;
	height: 40px;
	line-height: 30px;
	margin-top: 2%;
	padding-bottom: 10px;
}
.pc-nav .main  .right .search2 input{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	background: none;
	border:none;
	outline: none;
	color: #fff;
	width: 60%;
	font-size: 14px;
}
.pc-nav .main  .right .search2 button{
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/search3.png) center center no-repeat;
	cursor: pointer;
	outline: none;
}
.pc-nav .main .ewm{
	float: right;
	margin-top: 150px;
	width: 90px;
}
.pc-nav .main .ewm img{
	width: 100%;
}

header .bot .menu-pc:hover .line span:nth-child(2),header .bot .menu-pc.on .line span:nth-child(2) {
	width: 50%;
}

.big-zz{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: .6;
	display: none;
}
.fix-ts{
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -660px;
	width: 1120px;
	padding: 40px 60px;
	position: fixed;
	background: #ececec;
	z-index: 10000;
	display: none;
	max-height: 600px;
	overflow-y: scroll;
}
.fix-ts .logo{
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 1;
}
.fix-ts h1{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 65px;
}
.fix-ts .line{
	overflow: hidden;
	margin-bottom: 25px;
	display: flex;justify-content: space-between;
}
.fix-ts .line .box{
	width: 420px;
	overflow: hidden;
	float: left;
}
.fix-ts .line p{
	width: 60px;
	height: 40px;
	line-height: 40px;
	float: left;
}
.fix-ts .line input{
	height: 40px;
	line-height: 40%;
	background: #fff;
	width: 360px;
	padding: 10px;
}
.fix-ts .line textarea{
	width: 960px;
	float: left;
	background: #fff;
	resize: none;
	padding: 10px;
}
.fix-ts a.more{
	display: block;
	margin:auto;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f1be27;
	color: #fff;
}
.fix-ts a.more:hover{
	background: #6c6b6b;
	color: #f1be27;
}
.fix-ts .lx{
	overflow: hidden;
	margin-top: 15px;
}
.fix-ts .lx p{
	font-size: 12px;
	opacity: .7;
	padding-left: 60px;
	line-height: 2;
	font-family: "microsoft yahei";
}

.fix-sb{
	top: 50%;
	left: 50%;
	/* transform: translate(-50%,-50%); */
	width: 1230px;
	height: 685px;
	margin:-343px 0 0 -615px;
	/* width: 70%; */
	padding: 40px 60px;
	position: fixed;
	background: #ececec;
	z-index: 10000;
	display: none;
}
.fix-sb .logo{
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 1;
}
.fix-sb h1{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 65px;
}
.fix-sb .line{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.fix-sb .right{
	width: 40%;
	float: right;
}

.fix-sb .box{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.fix-sb .line .box{
	width: 48%;
}
.fix-sb .box p{
	/* width: 60px; */
	height: 40px;
	line-height: 40px;
	float: left;
	flex-shrink:0;
}
.fix-sb .box input{
	height: 40px;
	line-height: 40%;
	background: #fff;
	width: 90%;
	padding: 10px;
}
.fix-sb .line p{
	flex-shrink:0;
}
.fix-sb .line textarea{
	width: 90%;
	float: left;
	background: #fff;
	resize: none;
	padding: 10px;
	margin-bottom: 25px;
}
.fix-sb a.more{
	display: block;
	margin:auto;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f1be27;
	color: #fff;
}
.fix-sb a.more:hover{
	background: #6c6b6b;
	color: #f1be27;
}
.fix-sb .lx{
	overflow: hidden;
	margin-top: 15px;
}
.fix-sb .lx p{
	font-size: 12px;
	opacity: .7;
	padding-left: 60px;
	line-height: 2;
	font-family: "microsoft yahei";
}
.fix-sb .left{
	width: 55%;
	float: left;
}
.fix-sb  .left .des{
	margin-bottom: 40px;
}
.fix-sb  .left .des p{
	font-size: 12px;
	opacity: .7;
	font-family: "microsoft yahei";
	line-height: 1.8;
}
.fix-sb  .left h2{
	margin-bottom: 20px;
}
.fix-sb  .left .tj{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.fix-sb  .left .tj .box{
	width: 48%;
	float: left;
}
.fix-sb  .left .tj .box img{
	width: 100%;
}
.fix-sb  .left .tj a{
	margin-top: 20px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.fw-min-nav{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9;
	background: #ececec;
	padding: 3% 10.5%;
	display: flex;
	justify-content: space-between;
	display: none;
}
.fw-min-nav .left{
	float: left;
	width: 20%;
}
.fw-min-nav .left h1{
	font-family: arial;
	margin-bottom: 10%;
}
.fw-min-nav .right{
	float: right;
	width: 75%;
}
.fw-min-nav .right a{
	display: block;
	float: left;
	width: 110px;
	text-align: center;
	margin-right: 3%;
}
.fw-min-nav .right a.vipts{
	display: none;
}
.fw-min-nav .right a .pic-w{
	position: relative;
	border:1px solid #6c6b6b;
	padding-bottom: 80px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fw-min-nav .right a .pic-w .pic{
	width: 50%;
	height: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}
.fw-min-nav .right a p{
	font-size: 14px;
	margin-top: 16px;
}
.fw-min-nav .right a:hover .pic-w{
	background: #f1be27;
}

.shop-min-nav{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9;
	background: #ececec;
	padding: 3% 10.5%;
	display: flex;
	justify-content: space-between;
	display: none;
}
.shop-min-nav .left{
	float: left;
	width: 20%;
}
.shop-min-nav .left h1{
	font-family: arial;
	margin-bottom: 10%;
}
.shop-min-nav .right{
	float: right;
	width: 75%;
}
.shop-min-nav .right a{
	display: block;
	float: left;
	width: 110px;
	text-align: center;
	margin-right: 3%;
}
.shop-min-nav .right a .pic-w{
	position: relative;
	border:1px solid #6c6b6b;
	padding-bottom: 80px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.shop-min-nav .right a .pic-w .pic{
	width: 50%;
	height: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}
.shop-min-nav .right a p{
	font-size: 14px;
	margin-top: 16px;
}
.shop-min-nav .right a:hover .pic-w{
	background: #f1be27;
}

.s-list{
	overflow: hidden;
	padding: 3% 10.5%;
}

.s-list li{
	margin-bottom: 2%;
	border-bottom: 1px solid #000;
	padding-bottom: 2%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.s-list li h1{
	margin-bottom: 2%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.s-list li .des{
	line-height: 1.5;
}
.s-list li:hover h1{
	color: #f1be27;
}
.s-list li:hover{
	border-bottom: 1px solid #f1be27;
}
@media screen and (max-width: 1440px){
	.pro-three .right,.pro-detail .right,.pro-three .right-list{
		width: 75%;
	}
	.pro-three .right li .pic-box{
		width: 40%;
	}
	.pro-three .right li .txt p{
		margin-top: 2%;
	}
	.pro-three .right li .pic-box p span{
		margin-top: 2px;
	}
	.news-list li{
		padding: 2% 0;
	}
	.news-list li .txt{
		padding: 2% 0;
	}
	.about-us .top .left img{
		width: 250px;
	}
	
	.solu.bot .box:nth-child(2){
		left: 12%;
	}
	.solu .box:nth-child(2){
		left: 25%;
	}
	.pro-fl li .txt{
		font-size: 14px;
	}
}
@media screen and (max-width: 1366px){
	
}
@media screen and (max-width: 1024px){
    .inner-top{
		padding:0 3%;
	}
	.inner-top .inner-local{
		padding: 3% 0;
		line-height: 1.5;
	}
	.inner-nav{
		display: block;
		overflow: hidden;
	}
	.inner-nav a{
		float: left;
		border-bottom: 1px solid #fff;
		padding: 3% 0;
	}
	.pro-three .left a,.pro-detail .left a,.solu-main .left a{
		width: 50%;
		float: left;
		border-right: 1px solid #fff;
		font-size: 13px;
		height: auto;
		line-height: 1;
		padding: 3% 0 ;
	}
	.pro-three .left,.pro-detail .left{
		width: 100%;
		float: none;
	}
	.pro-fl{
		padding: 0 3%;
		padding-bottom: 5%;
	}
	.pro-fl li{
		width: 48%;
		margin:0 4% 4% 0;
	}
	.pro-fl li:nth-child(2n){
		margin-right: 0;
	}
	header .bot nav{
		display: none;
	}
	header .bot .menu-pc,header .bot .lang{
		width: 20%;
		height: 40px;
		line-height: 40px;
	}
	header .bot .search{
		width: 60%;
		height: 40px;
		line-height: 40px;
	}
	header .top .right{
		display: none;
	}
	.pro-fl li .txt span{
		display: none;
	}
	.pro-fl li .txt{
		font-size: 13px;
	}
	.inner-banner{
		padding-bottom: 54%;
	}
	header .top{
		padding: 5% 3%;
	}
	header .top .logo img{
		width: 180px;
	}
	header .bot .search .main{
		transform: translate(0,-50%);
		left: auto;
		right: 10%;
	}
	footer .mid .nav{
		display: none;
	}
	footer:before,footer:after{
		display: none;
	}
	footer .top{
		padding: 3%;
	}
	footer .top .logo{
		float: none;
	}
	footer .top .logo img{
		width: 180px;
	}
	footer .top .right{
		float: none;
		text-align: left;
		margin-top: 5%;
	}
	footer .top .right h1{
		line-height: 1.5;
	}
	footer .mid{
		padding: 3%;
	}
	footer .mid .right .ewm{
		margin-left: 0;
		float: right;
	}
	footer .mid .right{
		float: none;
		overflow: hidden;
	}
	footer .mid .right .txt h2{
		text-align: center;
	}
	footer .mid .right .txt h2 a{
		margin:0 5px;
	}
	footer .bot a, footer .bot span{
		display: block;
		float: none;
		line-height: 1.5;
	}
	footer .bot{
		padding: 3%;
	}
	.pro-three{
		padding: 0 3%;
		padding-bottom: 5%;
	}
	.pro-three .right,.pro-three .right-list{
		float: none;
		width: 100%;
		margin-top: 5%;
	}
	.pro-three .left{
		overflow: hidden;
	}
	.pro-three .right li .pic-box{
		float: none;
		width: 100%;
	}
	.pro-three .right li .txt{
		width: 100%;
		float: none;
		display: none;
	}
	.pro-three .right li .pic-box p span{
		display: none;
	}
	.pro-three .right li{
		width: 48%;
		margin:0 4% 4% 0;
		float: left;
	}
	.pro-three .right li:nth-child(2n){
		margin-right: 0;
	}
	
	.pro-three .right li .pic-box p{
		font-size: 13px;
	}
	.video-list{
		padding: 0 3%;
		padding-bottom: 5%;
	}
	.video-list .left{
		width: 100%;
		float: none;
	}
	.video-list .right{
		float: none;
		width: 100%;
	}
	.video-list .left li{
		width: 49%;
		margin:0 2% 2% 0;
		float: left;
	}
	.video-list .left li:nth-child(2n){
		margin-right: 0;
	}
	.pro-detail,.solu-main{
		padding: 0% 3%;
		padding-bottom: 5%;
	}
	.pro-detail .right{
		width: 100%;
		margin-top: 5%;
	}
	.solu-main .left{
		float: none;
		width: 100%;
	}
	.solu-main .right{
		width: 100%;
		margin-top: 3%;
	}
	.solu-main .right .inner-nav a{
		padding: 3% 0;
	}
	.solu-main .right .top .pic-w{
		width: 100%;
		float: none;
		padding-bottom: 60%;
	}
	.solu-main .right .top .txt{
		width: 100%;
		margin-top: 8%;
	}
	.solu-main .right .des p{
		line-height: 1.5;
	}
	.solu-main .right .line{
		margin: 3% 0;
	}
	.lxwm .center{
		padding: 0% 3%;
	}
	.lxwm .top .pic-w{
		width: 100%;
		float: none;
		padding-bottom: 50%;
	}
	.lxwm .top .right{
		width: 100%;
		float: none;
	}
	.lxwm .bot,.lxwm .mid{
		padding: 5% 3%;
	}
	.lxwm .bot .main.fuli{
		font-size: 12px;
		padding: 20px;
	}
	.lxwm .bot .main.fuli p{
		line-height: 1.8;
	}
	.lxwm .mid .main .left{
		width: 100%;
		float: none;
	}
	.lxwm .mid .main .right{
		width: 100%;
		float: none;
		position: relative;
		height: 300px;
	}
	.lxwm .mid .main .left ul{
		padding: 0;
	}
	.lxwm .mid .main .left ul li p{
		margin-top: 2px;
	}
	.lxwm .mid .main .left ul li .title{
		margin-bottom: 15px;
	}
	.news-list{
		padding: 0% 3%;
		padding-bottom: 5%;
	}
	.news-list li .pic-w{
		width: 100%;
		padding-bottom: 50%;
		float: none;
	}
	.news-list li{
		margin-bottom: 5%;
	}
	.news-list li .txt .main,.news-list li .txt{
		width: 100%;
		float: none;
		display: block;
	}
	.news-list li .txt .main{
		margin-top: 5%;
		text-align: justify;
	}
	.news-list li .txt .main{
		text-indent: 24px;
	}
	.news-list li .txt .main .title{
		text-indent: 0;
		line-height: 1.5;
	}
	.news-list li .txt .time{
		float: none;
		width: 100%;
	}
	.news-list li .txt .des{
		line-height: 1.5;
	}
	.news-list li .line{
		display: none;
	}
	.news-list li .txt .time h1,.news-list li .txt .time p{
		float: left;
		font-size: 16px;
		margin-right: 15px;
		line-height: 1.5;
	}
	.news-list li .txt .bot{
		display: none;
	}
	.news-list a.more span{
		width: 20px;
		height: 20px;
		background-size: contain;
	}
	.news-list a.more{
		padding: 3% 0;
	}
	.news-main{
		margin: 0 3%;
	}
	.news-main .main{
		padding: 6% 0;
	}
	.news-main .main .link .line{
		margin:2% 0;
	}
	.about-us{
		padding: 3%;
	}
	.about-us .top .left{
		position: relative;
		transform: translate(0);
	}
	.about-us .right{
		width: 100%;
		float: none;
		margin-top: 5%;
		text-align: justify;
	}
	.about-us .bot .left{
		width: 100%;
		float: none;
	}
	.about-us .bot .left img{
		width: 50%;
	}
	.about-us .bot p{
		line-height: 1.5;
	}
	.qyzz{
		padding: 3%;
	}
	.about-video{
		margin: 3%;
	}
	.fzlc .button div{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.index-pro{
		padding: 3%;
	}
	.index-pro .right{
		display: none;
	}
	.swiper_01 .swiper-slide .pic-w{
		padding-bottom: 60%;
	}
	.swiper_01 .button-01 div,.button-02 div{
		width: 40px;
		height: 40px;
		line-height: 30px;
	}
	.swiper_01 .button-01{
		display: none;
	}
	.swiper_01 .swiper-slide .down{
		height: 45px;
		line-height: 45px;
	}
	.swiper_01 .swiper-slide .down span{
		margin-left: 20px;
		vertical-align: middle;
	}
	.index-new{
		padding: 3%;
	}
	.index-new .left{
		width: 100%;
		float: none;
	}
	.share{
		display: none;
	}
	.index-new .left .top .txt{
		float: none;
		width: 100%;
		padding-bottom: 5%;
	}
	.index-new .left .main{
		margin-top: 5%;
	}
	.index-new .left .main h1{
		line-height: 1.5;
	}
	.index-new .left .main p{
		line-height: 1.5;
		margin-top: 3%;
	}
	.index-new .right{
		width: 100%;
		float: none;
		margin-top: 5%;
	}
	.index-new .more{
		margin-top: 8px;
	}
	.index-new .right .main li .time{
		margin: 5% 0;
	}
	.index-new .right .main li .des{
		line-height: 1.5;
	}
	.index-new .right .main li .txt{
		padding-top: 0;
	}
	.index-new .right .main li .line{
		display: none;
	}
	.index-new{
		margin-bottom: 5%;
	}
	.solu{
		position: relative;
		padding: 3%;
		margin: 0;
	}
	.solu .center img{
		max-width: 100%;
	}
	.solu .box:after,.solu .box:before{
		display: none;
	}
	.solu .box{
		position: relative;
		left: 0 !important;
		top: 0;
		right: auto !important;
		width: 48%;
		float: left;
		margin:0 4% 4% 0;
	}
	.solu .box:nth-child(2n){
		margin-right: 0;
	}
	.solu .box .pic{
		height: 100px;
		overflow: hidden;
	}
	.solu .box .pic img{
		height: 100%;
	}
	.solu .box p{
		line-height: 18px;
		height: 54px;
		overflow: hidden;
	}
	.solu .box a{
		height: 35px;
		line-height: 35px;
	}
	.index-pro .top h1{
		margin-bottom: 10px;
	}
	.case-swiper .case-page{
		top: 10%;
	}
	.case-swiper .swiper-slide h2{
		font-size: 12px;
	}
	.case-swiper .swiper-slide .txt{
		right: 8.5%;
	}
	.fzlc{
		padding: 3% 5%;
	}
	.fzlc .button .fz-prev,.fzlc .button .fz-next{
		top: 45%;
	}
	.lxwm .bot .lx-nav p{
		float: left;
		width: 33%;
		margin: 0;
		padding: 5px;
	}
	.lxwm .bot .lx-nav{
		overflow: hidden;
	}
	.lxwm .bot .main.on img{
		max-width: 100%;
	}
	.lxwm .bot .lx-nav p span{
		margin-right: 5px;
	}
	.lxwm .bot .main .left{
		width: 100%;
		float: none;
		height: auto;
		overflow: hidden;
	}
	.lxwm .bot .main .right{
		float: none;
		width: 100%;
		overflow: hidden;
		height: auto;
	}
	.lxwm .bot .main .right .txt{
		margin: 15px;
	}
	.index-new .left .main p{
		text-indent: 32px;
	}
	.index-new .right .main li .bot{
		text-indent: 28px;
		line-height: 1.5;
	}
	.index-new .right .main li .txt h1{
		line-height: 1.5;
	}
	.news-main .main .detail{
		overflow: scroll;
	}
	.news-main .main .detail table{
		width: 1300px;
	}
	.case-swiper .swiper-slide .pic-w .pic{
		display: block;
	}
	.solu .box{
		width: 100%;
	}
	.solu .box .pic{
		height: 150px;
		text-align: center;
	}
	.solu .box a{
		margin:auto;
		margin-top: 10%;
	}
	.solu .box h1{
		text-align: center;
	}
	.popPart .video-box{
		width: 80%;
	}
	.popPart .pic-w{
		width: 100%;
		padding-bottom: 450px;
	}
}