﻿/*@font-face {
    font-family: pictos;
    src: url("font/SourceHanSansCN-Medium.woff");
    src: url("font/SourceHanSansCN-Medium.ttf");
    src:url('font/SourceHanSansCN-Medium.otf');
}
@font-face {
    font-family: pictos-bold;
    src:url('font/SourceHanSansCN-Bold.otf');
   font-weight: bold;
}*/
/*h1, h2, h3, h4, h5, h6, em, strong, input, textarea {
	font-family: pictos, pictos-bold;
}*/
body {
	font-family: "microsoft yahei","tahoma","arial","Hiragino Sans GB","sans-serif";
	/*letter-spacing: 1px;*/
	background-color: #f8f8f8;
	color: #000;
}
small {
	letter-spacing: 0;
}

.width1440 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.header {
	width: 100%;
	height: 80px;
	background-color: #2a303c;
}
.header header {
	padding-top: 0;
	width: 1340px;
	height: 80px;
	display: block;
	
}
.logo {
	float: left;
	width: 138px;
	overflow: hidden;
	height: 60px !important;
	margin-top: 5px;
}
.logo img {
	width: 110px;
	height: 40px;
}
.header nav {
	background: none;
	height: 80px;
	position: relative;
}
.header nav ul {padding-right: 4px;width: 100%;}
.header nav ul li {
	float: left;
	padding: 0px 15px;
}
.header nav ul li.btns{
	padding: 0 8px;
	float: right;
}
.header nav ul li a {
	width: auto;
	font-size: 18px;
	color: #fff !important;
	padding: 12px 3px;
	line-height: 3;
	border-bottom: 2px solid #2a303c;
}
.header nav ul li a.active,
.header nav ul li a:hover {
	background-color: initial;
	color: #4eae5d !important;
	border-bottom: 2px solid #4eae5d;
}

.header nav ul li a.loginCssa {
	display: inline;
	padding: 0 15px;
	float: right;
	margin-top: 28px;
}
.header nav ul li a.register,
.header nav ul li a.login {
	border: 1px solid #fff;
	line-height: 29px;
	background-color: initial;
	border-radius: 8px;
}
/*.header nav ul li a.register,*/
.header nav ul li a.login:hover,
.header nav ul li a.register:hover {
	border-color: #4eae5d;
	background-color: #4eae5d;
	color: #fff !important;
}
.header nav ul li a.register:hover {
	background-color: #4eae5d;
	color: #fff !important;
}
.header nav #more {
	position: relative;
	cursor: pointer;
}
.header nav #more .zxlNav2 {
	display: none;
	position: absolute;
	left: -20%;
	z-index: 2;
	background-color: #2a303c;
}
.header nav #more .zxlNav2 a {
	display: block;
	width: 130px;
	height: 44px;
	line-height: 44px;
}
.header nav #more:hover .zxlNav2 {
	display: block;
}
.header nav #more>a:hover {
	border-bottom: none;
}
.header nav #more:hover>a {
	color: #4eae5d;
}

.header nav ul li.m-admin {
	float: right;
	height: 79px;
	line-height: 79px;
	padding: 0 0px 0 20px;
	position: relative;
}

.header nav ul li .t-top {
	cursor: pointer;
}

.header nav ul li .t-top .mp-img {
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/m5.png);
	width: 18px;
	height: 18px;
	float: left;
	margin: 26px 10px 0 0;
	display: block;
}

.header nav ul li:hover .t-top .mp-img {
	background-image: url(../images/m5b.png);
}

.header nav ul li .t-top .mp-text {
	color: #fff;
	padding-right: 5px;
	font-size: 16px;
}

.header nav ul li:hover .t-top .mp-text {
	color: #4FB35D;
}

.header nav ul li .t-top .mp-text i {
	float: right;
	line-height: 65px;
}

.header nav ul li .padbox .t-down {
	position: absolute;
	left: 0;
	top: 79px;
	width: 100%;
	z-index: 666;
	display: none;
}

.header nav ul li .padbox:hover .t-down {
	display: block;
}

.header nav ul li .t-down dl {
	width: 100%;
	text-align: center;
	box-shadow: 1px 1px 9px #e6e6e6;
	background: #fff;
}

.header nav ul li .t-down dl dd {
	color: #333;
	line-height: 40px;
	border-left: 4px #ffffff solid;
	border-bottom: 1px #eee solid;
	height: 40px;
	font-size: 14px;
}

.header nav ul li .t-down dl dd:hover {
	background: #eee;
	border-left: 4px #4eae5d solid;
}

.header nav ul li .t-down dl dd a {
	color: #333 !important;
	border-bottom: none !important;
	font-size: 14px;
}

.header nav ul li .t-top .admin-img {
	width: 50px;
	display: block;
	float: right;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.header nav ul li .t-top .admin-img img {
	height: 50px;
	width: 50px;
	border-radius: 100%;
	float: right;
}

.header nav ul li .t-top .admin-text {
	color: #fff;
	font-size: 16px;
	margin-right: 8px;
}

/******index banner******/
.zxlBanner {
	background-color: #1f2736;
	width: 100%;
}
.bannerindex{
	padding-left: 50px;
    padding-right: 50px;
	padding-bottom:50px;
}
.zxlBanner2 {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}
.zxlBanner3{
	height: 620px;
}
.zxlBanner2 img {
	display: block;
	height: 100%;
}
.zxlBanner2 h1{
	font-size: 50px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin:0 auto;
	text-align:center
}
.zxlBanner2 .zxlBanner-text {
	position: absolute;
}
/*.zxlBanner .bannerindex{
	width: 100%;
	overflow: hidden;
}*/
.zxlBanner .zxlBanner-left,
.zxlBanner .zxlBanner-right {
	float: left;
	width: 46%;
	color: #fff;
}
.zxlBanner .zxlBanner-right {
	width: 54%;
	float: right;
	text-align: right;
	margin-top: 20px;
}
.zxlBanner .zxlBanner-right img{
	width:90%;
}
.zxlBanner .zxlBanner-left h1 {
	margin-top: 26px;
	line-height: 120px;
	font-size: 50px !important;
}
.zxlBanner .zxlBanner-left p {
	font-size: 24px !important;
	line-height: 60px;
}
.zxlBanner .zxlBanner-left span {
	font-size: 28px;
	line-height: 42px;
}
.zxlBanner .zxlBanner-left a {
	margin-top: 33px;
	display: block;
	width: 150px;
	height: 52px;
	line-height: 47px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	box-sizing: border-box;
	/*background: #218e70;
	border-radius: 40px;*/
	border: 1px solid #fff;
	border-radius: 6px;
}
.zxlBanner .zxlBanner-left a:hover {
	background: #4eae5d;
	box-shadow: 0 0 10px #4eae5d;
}
.zxlBanner .zxlBanner-bottom {
	width: 100%;
	color: #FFF;
	/*background-image: url(../images/bannerBgb.png);*/
	/*position: absolute;*/
	bottom: 0;
	z-index: 9999;
	background-position: center;
	background-color: #ececec;
}
.zxlBanner .zxlBanner-bottom ul li {
	float: left;
	padding: 0 5px;
	width: 20%;
	box-sizing: border-box;
}
.zxlBanner .zxlBanner-bottom ul li h3 {
	margin-top: 22px;
	margin-bottom: 22px;
	line-height: 34px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #303240;
}
.zxlBanner .zxlBanner-bottom ul li h3 img{
	float:left;
	width:28px;
	margin-top:4px;
	margin-right:8px;
}
.zxlBanner .zxlBanner-bottom ul li p {
	width: 70%;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #000;
	opacity: 0.8;
	filter: opacity(80%);
	-webkit-filter: opacity(80%);
}


.zxlContent {
	width: 100%;
	background-color: #f9f9f9;
	overflow: hidden;
}
.zxlContent img {
	max-width:100%;
}
.zxlContent .zxl-h2 {
	margin: 66px 0 60px 0;
	text-align: center;
}
.zxlContent .zxl-h2 h2 {
	font-size: 50px;
	color: #000;
	line-height: 52px;
}
.zxlContent .zxl-h2 small {
	font-size: 22px;
	color: #010101;
	line-height: 30px;
	display: none;
}

.zxlContent-01 .zxlCon li {
	margin-bottom: 31px;
	box-sizing: border-box;
}
.zxlContent-01 .zxlCon li .advanbox{
	
}
.zxlContent-01 .zxlCon li .zxlCon-01 {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	height: 244px;
	box-shadow: 0 0 15px 6px #eee;
	background-color: #e0829f;
}
.zxlContent-01 .zxlCon li:nth-child(2) .zxlCon-01 {
	background-color: #8294e0;
}
.zxlContent-01 .zxlCon li:nth-child(3) .zxlCon-01 {
	background-color: #e09a82;
}
.zxlContent-01 .zxlCon li:nth-child(4) .zxlCon-01 {
	background-color: #c282e0;
}
.zxlContent-01 .zxlCon li .zxlCon-01 .zxlImg {
	position: absolute;
	top: 48px;
	left: 32px;
	width: 91px;
	height: 91px;
	border: 2px solid #000;
	border-radius: 100px;
	box-sizing: border-box;
	background-color: #fff;
	background-size: 100%;
}
.zxlContent-01 .zxlCon li .zxlCon-01 span {
	margin-left: 47%;
	line-height: 184px;
	font-size: 34px;
	color: #fff;
}
.zxlContent-01 .zxlCon li .zxlCon-01 p {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #000;
	background-color: #fff;
	text-align: center;
	letter-spacing: 0;
}
.zxlContent-01 .zxlCon li .zxlCon-02 {
	width: 83%;
	height: 90px;
	margin: 0 auto;
}
.zxlContent-01 .zxlCon li .zxlCon-02 .zxl-money {
	width: 47px;
	height: 47px;
	border-radius: 50px;
	color: #fff;
	font-size: 26px;
	text-align: center;
}
.zxlContent-01 .zxlCon li .zxlCon-02 .zxl-money img{
	width: 100%;
}
.zxlContent-01 .zxlCon li .zxlCon-02 .zxl-money,
.zxlContent-01 .zxlCon li .zxlCon-02 .zxl-money-pay {
	float: left;
}
.zxlContent-01 .zxlCon li .zxlCon-02 .zxl-money-pay {
	float: right;
	box-sizing: border-box;
	width: calc(100% - 60px);
}
.zxlContent-01 .zxlCon li .zxlCon-02 .zxl-money-pay h5 {
	font-size: 20px;
	color: #000;
	margin-bottom: 8px;
}
.zxlContent-01 .zxlCon li .zxlCon-02 .zxl-money-pay p {
	font-size: 14px;
	color: #666;
}

.zxlContent-02 {
	padding-bottom: 112px;
	background-color: #e4e4e4;
}
.zxlContent-02 .zxlCon li {
	height: 606px;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom:15px;
}
.zxlContent-02 .zxlCon li .allwh{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	height: 100%;
	}
.zxlContent-02 .zxlCon li:last-child {
	margin-right: 0;
}
.zxlContent-02 .zxlCon li .zxlCon-show,
.zxlContent-02 .zxlCon li .zxlCon-show2 {
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: rgba(78,174,93,0.8);
}
.zxlContent-02 .zxlCon li .zxlCon-show {
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 606px;
	background: none;
	transition: margin-top .5s;
	-moz-transition: margin-top .5s;
	-webkit-transition: margin-top .5s;
	-o-transition: margin-top .5s;
}
.zxlContent-02 .zxlCon li:hover .zxlCon-show {
	margin-top: -606px;
}
.zxlContent-02 .zxlCon li .zxlCon-show2 {
	padding-top: 225px;
}
.zxlContent-02 .zxlCon li .zxlCon-show2 h5 {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
.zxlContent-02 .zxlCon li .zxlCon-show2 hr {
	margin: 20px auto;
	width: 48px;
	height: 2px;
	border: none;
	background-color: #fff;
}
.zxlContent-02 .zxlCon li .zxlCon-show2 p {
	padding: 0 34px;
	line-height: 26px;
	font-size: 18px;
}
.zxlContent-02 .zxlCon li .zxlCon-show2 a {
	margin: 32px auto 0;
	display: block;
	width: 104px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 2px solid #fff;
	font-size: 18px;
	color: #fff;
}
.zxlContent-03 {
	padding-bottom: 108px;
}
.zxlContent-03 .zxl-news {
	box-sizing: border-box;
	padding: 40px;
	width: 99%;
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 40px #e8e8e8;
	margin: 0 auto 20px;
	overflow: hidden;
}
.zxlContent-03 .zxl-news .fl {
}
.zxlContent-03 .zxl-news .fl video {
	width: 100%;
	height: 381px;
}
.zxlContent-03 .zxl-news h6 {
	font-size: 22px;
	line-height: 54px;
	font-weight: bold;
}
.zxlContent-03 .zxl-news p {
	font-size: 16px;
	line-height: 26px;
}
.zxlContent-03 .zxl-news .fr {margin-top: 20px;}
.zxlContent-03 .zxl-news .fr ul li {
	overflow: hidden;
	margin-bottom: 24px;
}
.zxlContent-03 .zxl-news .fr ul li a {
	color: #000;
}
.zxlContent-03 .zxl-news .fr ul li a .news-img{
	width: 122px;
	height: 85px;
	overflow:hidden;
	float:left;
	margin-right: 18px;
}
.zxlContent-03 .zxl-news .fr ul li a img {
	float: left;
	height: 100%;
}
.zxlContent-03 .zxl-news .fr ul li a h6 {
	line-height: 24px;
	margin-bottom: 14px;
}
.zxlContent-03 .zxl-news .fr ul li:hover a h6 {
	color: #4eae5d;
}

.zxlContent-04 {
	background-color: #eee;
	background-image: url(../images/indexBg02.jpg);
	color: #fff;
}
.zxlContent-04 .zxl-h2 h2,
.zxlContent-04 .zxl-h2 small {
	color: #fff;
}
.zxlContent-04 .zxl-industry {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 120px;
}
.zxlContent-04 .zxl-industry .zxl-industry-head {
	height: 60px;
	border-bottom: 2px solid #d6d9dc;
}
.zxlContent-04 .zxl-industry .zxl-industry-head ul li {
	position: relative;
	float: left;
	font-size: 30px;
	cursor: pointer;
	text-align: center;
	width: calc(100% / 8);
}
.zxlContent-04 .zxl-industry .zxl-industry-head ul li:hover,
.zxlContent-04 .zxl-industry .zxl-industry-head ul li.active {
	color: #4eae5d;
}
.zxlContent-04 .zxl-industry .zxl-industry-head ul li:hover:after,
.zxlContent-04 .zxl-industry .zxl-industry-head ul li.active:after {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	background-color: #d2d2d2;
	border-radius: 12px;
	margin-top: 34px;
	left: 44%;
}
.zxlContent-04 .zxl-industry .zxl-industry-body {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
}
.zxlContent-04 .zxl-industry .zxl-industry-body a {
	float: right;
	margin-top: 46px;
	display: block;
	width: 104px;
	height: 37px;
	line-height: 37px;
	border: 2px solid #fff;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.zxlContent-04 .zxl-industry .zxl-industry-body a:hover {
	color: #4eae5d;
	border-color: #4eae5d;
}
.zxlContent-04 .zxl-industry .zxl-industry-body .zxl-industry-body-01 {
	padding-top: 64px;
}

.zxlContent-05 .zxl-case ul li {
	box-sizing: border-box;
	margin-bottom: 22px;
	color: #000;
	overflow: hidden;
	position: relative;
}
.zxlContent-05 .zxl-case ul li:nth-child(3n) {
	margin-right: 0;
}
.zxlContent-05 .zxl-case ul li .zxl-case-img {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px #ccc solid;
	border-bottom: snow;
	height: 220px;
	overflow: hidden;
}
.zxlContent-05 .zxl-case ul li .zxl-case-img img {
	display: block;
}
.zxlContent-05 .zxl-case ul li .case-qrcode {
	position: absolute;
	width: 120px;
	height: 120px;
	left: 0;
	right: 0;
	margin: 30px auto;
	overflow: hidden;
	z-index: 9999;
	 display:none; 
}
.zxlContent-05 .zxl-case ul li .case-qrcode img {
	display: block;
	width: 100%;
	height: 100%;
}
.zxlContent-05 .zxl-case ul li:hover .case-qrcode {
	display:block;
}
.zxlContent-05 .zxl-case ul li .zxl-case-img a {
	position: absolute;
	top: 100%;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 220px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: rgba(25,25,25,0.5);
	transition: top 0.3s;
	-webkit-transition: top 0.3s;
	-o-transition: top 0.3s;
	-moz-transition: top 0.3s;
}
.zxlContent-05 .zxl-case ul li:hover .zxl-case-img a {
	top: 0;
	
}
.zxlContent-05 .zxl-case ul li .zxl-case-text {
	padding: 12px;
	border: 1px solid #a4a4a4;
	border-top: 0;
	height: 68px;
	line-height: 26px;
	box-sizing: border-box;
}
.zxlContent-05 .zxl-case ul li .zxl-case-text h6 {
	font-size: 18px;
	font-weight: bold;
}
.zxlContent-05 .zxl-case ul li .zxl-case-text p {
	width: 100%;
	font-size: 14px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.zxlContent-06 .zxl-coop ul li {
	float: left;
	margin-right: 1%;
	margin-bottom: 13px;
	width: 19.2%;
	border: 2px solid #d9d9d9;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	padding: 0;
}
.zxlContent-06 .zxl-coop ul li:nth-child(5n) {
	margin-right: 0;
}
/****index end*****/


/******footer start*******/
.footer {
	padding-top: 100px;
	background-color: #2a303c;
}
.footer .footUl {
	padding: 0 50px;
}
.footer .footUl>li {
	float: left;
	width: 20%;
	color: #fff;
}
.footer .footUl>li h6 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 52px;
}
.footer .footUl>li:last-child h6,
.footer .footUl>li.lastLi h6 {
	margin-bottom: 26px;
}
.footer .footUl>li:last-child p {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 42px;
}
.footer .footUl>li ul li {
	margin-bottom: 26px;
	font-size: 16px;
}
.footer .footUl>li ul li a:hover {
	color: #4eae5d;
}
.footer .bottom {
	padding-top: 0;
	height: 136px;
	line-height: 136px;
	border-top: 1px #4a4a4a solid;
	text-align: center;
	color: #fff;
}
.login-footer {
	margin-top: 0;
}
.login-footer .footUl {
	display: none;
}
.registe-footer {
	margin-top: 101px;
	padding-top: 0;
	background-color: #f8f8f8;
}
.registe-footer .footUl {
	display: none;
}
.registe-footer .bottom {
	color: #000;
}
/******footer end********/

/*******login start********/
.zxl-login-bg {
	padding: 140px 0;
	background-image: url(../images/loginBg.jpg);
}
.zxl-login {
	margin: 0px auto;
	width: 1150px;
	overflow: hidden;
}
.zxl-login .zxl-login-text {
	box-sizing: border-box;
	padding-top: 154px;
	width: 640px;
	color: #fff;
	overflow: hidden;
}
.zxl-login .zxl-login-text h1 {
	font-size: 48px;
	line-height: 48px;
}
.zxl-login .zxl-login-text hr {
	margin: 17px 0 36px 0;
	width: 410px;
	border: 0;
	height: 2px;
	background-color: #fff;
}
.zxl-login .zxl-login-text h2 {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 6px;
}
.zxl-login .zxl-login-text p {
	width: 344px;
	font-size: 18px;
	line-height: 24px;
}
.zxl-login .zxl-login-join {
	box-sizing: border-box;
	padding: 12px 70px 0;
	width: 510px;
	height: 585px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
}
.zxl-login .zxl-login-join h1 {
	font-size: 30px;
	color: #363636;
	line-height: 110px;
}
.zxl-login .zxl-login-join .zxlRow {
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #999;
	text-align: left;
}
.zxl-login .zxl-login-join .zxlRow span {
	display: block;
	width: 104px;
	font-size: 18px;
	color: #212121;
}
.zxl-login .zxl-login-join .zxlRow input {
	width: 260px;
	height: 46px;
	border: none;
	font-size: 16px;
	color: #000;
}
.zxl-login .zxl-login-join .zxlRow2 {
	margin-bottom: 18px;
	height: 54px;
	line-height: 54px;
	width: 100%;
	overflow: hidden;
}
.zxl-login .zxl-login-join .zxlRow2 a {
	color: #000;
}
.zxl-login .zxl-login-join input[type="submit"] {
	margin-bottom: 44px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	color: #fff;
	background-color: #4eae5d;
	border: none;
	padding-left: 30px;
	letter-spacing: 30px;
	cursor: pointer;
}
.zxl-login .zxl-login-join .zxl-other-join,
.zxl-login .zxl-login-join .zxl-goto-registe a {
	font-size: 18px;
	color: #000;
}
.zxl-login .zxl-login-join .zxl-other-join-show {
	margin: 36px 0 30px 0;
	padding-left: 54px;
	width: 100%;
	overflow: hidden;
}
.zxl-login .zxl-login-join .zxl-other-join-show a {
	float: left;
	display: block;
	box-sizing: border-box;
	padding: 9px 0;
	margin: 0 18px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #8a8a8a;
}

/*******login end********/

/*******registe start********/
.zxl-registe {
	overflow: initial;
}
.zxl-registe .zxl-registe-join {
	margin: 132px auto 0;
	width: 980px;
	height: 636px;
	padding: 0 25%;
	box-shadow: 0 0 44px 1px #ddd;
	background-color: #fff;
}
.zxl-registe .zxl-login-join h1 {
	line-height: 130px;
}

.zxl-registe #slider {
	margin-top: 26px;
	height: 40px;
	position: relative;
	border-radius: 2px;
	background-color: #dae2d0;
	overflow: hidden;
	text-align: center;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.zxl-registe #slider_bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #7AC23C;
	z-index: 1;
}

.zxl-registe #label {
	width: 46px;
	position: absolute;
	left: 0;
	top: 0;
	height: 38px;
	line-height: 38px;
	border: 1px solid #cccccc;
	background: #fff;
	z-index: 3;
	cursor: move;
	color: #ff9e77;
	font-size: 16px;
	font-weight: 900;
}

.zxl-registe #labelTip {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: 'Microsoft Yahei', serif;
	color: #787878;
	line-height: 38px;
	text-align: center;
	z-index: 2;
}
.zxl-registe #getCode {
	position: absolute;
	right: 0;
	letter-spacing: 0;
	color: #4eae5d;
	cursor: pointer;
}
/*******registe end********/

/*******aboutUs start********/
.zxl-aboutUs-01 {
	padding-bottom: 82px;
}
.zxl-aboutUs-01 .fl,
.zxl-aboutUs-01 .fr {
	width: 49%;
	font-size: 18px;
	line-height: 30px;
}
.zxl-aboutUs-01 .fr h3,
.zxl-aboutUs-01 .fr small {
	margin-bottom: 14px;
	font-size: 45px;
	line-height: 46px;
}
.zxl-aboutUs-01 .fr small {
	display: block;
	margin-bottom: 35px;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}
.zxl-aboutUs-01 .fr p {
	letter-spacing: 0px;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	line-height: 28px;
}

.zxl-aboutUs-02 {
	box-sizing: border-box;
	padding-top: 90px;
	height: 447px;
	background-image: url(../images/about/aboutUs_01.jpg);
	background-position: center;
	color: #fff;
	text-align: center;
}
.zxl-aboutUs-02 ul li {
	float: left;
	width: 25%;
	padding-top: 166px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 150px auto;
	box-sizing: border-box;
	font-size: 30px;
	line-height: 30px;
	overflow: hidden;
}
.zxl-aboutUs-02 ul li .fontSize60 {
	margin-top: 24px;
	font-size: 60px;
	line-height: 60px;
}
.zxl-aboutUs-02 ul li:last-child {
	margin-right: 0;
}

.zxl-aboutUs-03 .fl {
	float: left;
}
.zxl-aboutUs-04 .swiper-container {
	padding-bottom: 70px;
  width: 1100px;
  height: auto;
  color: #000;
  text-align: center;
}
.zxl-aboutUs-04 .swiper-slide {
padding-top: 10px;
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.zxl-aboutUs-04 .swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.zxl-aboutUs-04 .swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.red-slide {
  background: #ca4040;
}
.blue-slide {
  background: #4390ee;
}
.orange-slide {
  background: #ff8604;
}
.green-slide {
  background: #49a430;
}
.pink-slide {
  background: #973e76;
}
.zxl-aboutUs-04 .swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.zxl-aboutUs-04 .pagination {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 5px;
  display: none;
}
.zxl-aboutUs-04 .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #aaa;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  position: relative;
  top: -50px;
}
.zxl-aboutUs-04 .swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #aaa;
}
.zxl-aboutUs-04 .swiper-active-switch {
  background: #fff;
}
.zxl-aboutUs-04 .swiper-slide img {
	width: 340px;
	height: 420px;
	box-shadow: 0 0 30px 1px #ddd;
}
.zxl-aboutUs-04 .swiper-slide h3 {
	margin-top: 24px;
	margin-bottom: 14px;
	font-size: 30px;
	line-height: 30px;
}
.zxl-aboutUs-04 .swiper-slide h3 span {
	font-size: 26px;
	line-height: 26px;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.zxl-aboutUs-04 .swiper-slide p {
	font-size: 18px;
	line-height: 32px;
	opacity: 0.7;
	filter: Alpha(opacity=70);
}
.zxl-aboutUs-04 .swiper-button-prev, .zxl-aboutUs-04 .swiper-container-rtl .swiper-button-next {
	left: 0;
}
.zxl-aboutUs-04 .swiper-button-next, .zxl-aboutUs-04 .swiper-container-rtl .swiper-button-prev {
	right: 0;
}
/*******aboutUs end********/


/*******product start********/
/* .zxl-product-01 .zxl-Con li {
	float: left;
	margin-bottom: 2%;
	padding-top: 106px;
	width: 32%;
	height: 463px;
	margin-right: 2%;
	box-sizing: border-box;
	text-align: center;
	background-size: cover;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
} */
.zxl-product-01 .zxl-Con li:nth-child(3n) {
	margin-right: 0;
}
.zxl-product-01 .zxl-Con li .zxl-Con-01 {
	width: 100%;
	height: 100%;
	background-color: rgba(25,25,25,0.5);
}
.zxl-product-01 .zxl-Con li .zxl-Con-01 p {
	display: block;
	margin: 25px 0;
}
.zxl-product-01 .zxl-Con li .zxl-Con-01 a {
	margin: 0 auto;
	box-sizing: border-box;
	width: 112px;
	height: 42px;
	line-height: 38px;
	display: block;
	border: 2px solid #fff;
	text-align: center;
	font-size: 20px;
}
.zxl-product-01 .zxl-Con li .zxl-Con-01 a:hover {
	color: #4eae5d;
	border-color: #4eae5d;
}
.zxl-porduct-02 {
	margin-bottom: 245px;
}
.zxl-porduct-02 .zxl-Con li {
	padding: 31px 20px 31px;
	margin-bottom: 37px;
	background-color: #eff0ef;
	font-size: 18px;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	line-height: 32px;
	overflow: hidden;
}
.zxl-porduct-02 .zxl-Con li .zxl-Con-01 {
	width: 10%;
	height: auto;
	overflow: hidden;
}
.zxl-porduct-02 .zxl-Con li .zxl-Con-01 img {
	margin-top: 20px;
	width: 86%;
}
.zxl-porduct-02 .zxl-Con li .zxl-Con-02 {
	width: 90%;
}
.zxl-porduct-02 .zxl-Con li .zxl-Con-02 p {
	clear: both;
	letter-spacing: 0;
}
.zxl-porduct-02 .zxl-Con li .zxl-Con-02 .fl {
	font-size: 30px;
	margin-bottom: 30px;
}
.zxl-porduct-02 .zxl-Con li .zxl-Con-02 .fr a {
	box-sizing: border-box;
    width: 112px;
    height: 42px;
    line-height: 38px;
    display: block;
    border: 2px solid #4eae5d;
    text-align: center;
    font-size: 20px;
    color: #4eae5d;
}
/*******product end********/

/*******productList start********/
.zxl-productList-head .width1440 {
	position: relative;
	padding: 0 30px;
	height: 81px;
	font-size: 22px;
	background-color: #fff;
	border-bottom: 1px solid #4eae5d;
	box-sizing: border-box;
}
.zxl-productList-head a {
	float: left;
	margin-top: 29px;
	line-height: 22px;
	padding-left: 6px;
	padding-right: 10px;
	color: #000;
	border-left: 4px solid #4eae5d;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.zxl-productList-head a:last-child {
	opacity: 1;
	filter: Alpha(opacity=100);
	font-weight: bold;
}
.zxl-porductList {
	height: 754px;
	background-color: #fff;
}
.zxl-porductList .zxl-porductList-list {
	width: 350px;
	height: 100%;
}
.zxl-porductList .zxl-porductList-list ul {
	background-color: #4fb35e;
	height: 100%;
}
.zxl-porductList .zxl-porductList-list ul li {
	position: relative;
	height: 71px;
	line-height: 71px;
	padding-left: 30px;
	border-bottom: 2px solid #fff;
	color: #fffefe;
	font-size: 24px;
	box-sizing: border-box;
	cursor: pointer;
}
.zxl-porductList .zxl-porductList-list ul li span {
	display: none;
	position: absolute;
	left: 30px;
	font-size: 48px;
	opacity: 0.2;
	filter: Alpha(opacity=20);
	letter-spacing: 0;
}
.zxl-porductList .zxl-porductList-list ul li:hover,
.zxl-porductList .zxl-porductList-list ul li.active {
	background-color: #377d41;
	font-size: 30px;
}
.zxl-porductList .zxl-porductList-list ul li:hover span,
.zxl-porductList .zxl-porductList-list ul li.active span {
	display: initial;
}
.zxl-porductList .zxl-porductList-content {
	width: 1070px;
	padding: 0 10px;
}
.zxl-porductList .zxl-porductList-content ul li {
	float: left;
	margin: 0 1.5% 3%;
	width: 30.3%;
	height: 153px;
	background-color: #f4f4f4;
	overflow: hidden;
}
.zxl-porductList .zxl-porductList-content ul li .fl {
	width: 40%;
}
.zxl-porductList .zxl-porductList-content ul li .fl img {
	display: block;
}
.zxl-porductList .zxl-porductList-content ul li .fr {
	width: 60%;
}
.zxl-porductList .zxl-porductList-content ul li .fr h3 {
	margin: 23px 0 20px 0;
	font-size: 24px;
}
.zxl-porductList .zxl-porductList-content ul li .fr p {
	font-size: 18px;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	line-height: 34px;
}
/*******productList end********/

/*******productDetail start********/
.zxl-porductDetail-head .width1440 {
	border-color: #fff;
}
.zxl-porductDetail .width1440 {
	padding: 0 0px 30px 0;
	box-sizing: border-box;
	box-shadow: 0 0 100px 1px #ddd;
}
.zxl-porductDetail .zxl-h2 {
	margin-bottom: 50px;
}
.zxl-porductDetail .zxl-h2 h2 {
	margin-bottom: 22px;
}
.zxl-porductDetail .fl {
	width: 50%;
}
.zxl-porductDetail .fl ul li {
	margin-top: 66px;
	margin-bottom: 110px;
}
.zxl-porductDetail .fl ul li h3 {
	margin-bottom: 28px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}
.zxl-porductDetail .fl ul li p {
	opacity: 0.8;
	filter: Alpha(opacity=80);
	font-size: 18px;
	line-height: 32px;
}
.zxl-porductDetail-01 {
	background-color: #ececec;
	/* color: #fff; */
	padding-bottom: 296px;
	text-align: center;
}
.zxl-porductDetail-01 .zxl-h5 {
	margin-left: 30px;
	font-size: 30px;
	color: #fff;
	line-height: 180px;
}
.zxl-porductDetail-01 .width1440 {
	padding: 0;
	box-sizing: border-box;
	box-shadow: 0 0 0 0 #4ead5d;
}
.zxl-porductDetail-01 .zxl-Con {
	margin-bottom: 38px;
	overflow: hidden;
}
.zxl-porductDetail-01 .zxl-Con .fl img {
	display: block;
	margin: 0 auto;
}
.zxl-porductDetail-01 .zxl-Con .fl .zxl-Con-text h3 {
	margin: 56px 0 18px 0;
	font-size: 72px;
	line-height: 72px;
	opacity: 0.4;
	filter: Alpha(opacity=40);
	color: #4eae5d;
}
.zxl-porductDetail-01 .zxl-Con .fl .zxl-Con-text h4 {
	font-size: 36px;
	line-height: 36px;
}
.zxl-porductDetail-01 .zxl-Con .fl .zxl-Con-text hr {
	margin: 22px 0 32px 0;
	width: 100%;
	height: 2px;
	border: 0;
	background-color: #3c3c3c;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.zxl-porductDetail-01 .zxl-Con .fl .zxl-Con-text ul li {
	height: 40px;
	line-height: 40px;
	margin: 0;
	opacity:  0.8;
	filter: Alpha(opacity=80);
}
.zxl-porductDetail-01 .zxl-Con .fl .zxl-Con-text ul li img {
	margin-right: 14px;
	display: initial;
	vertical-align: middle;
}
/*******productDetail end********/

/*******newsList start********/
.zxl-newsList .width1440 {
	box-shadow: 0 0 100px 1px #ddd;
}
.zxl-newsList .zxl-newsList-content {
	width: 1010px;
	padding: 0 34px 0 40px;
}
.zxl-newsList .zxl-newsList-content ul li {
	float: none;
	margin: 0 0 28px 0;
	width: 100%;
	height: auto;
	background-color: initial;
	box-sizing: border-box;
	list-style-type: disc;
	overflow: initial;
}
.zxl-newsList .zxl-newsList-content ul li a {
	color: #000;
	font-size: 18px;
	overflow: hidden;
}
.zxl-newsList .zxl-newsList-content ul li a h6 {
	display: initial;
	font-size: 22px;
	line-height: 22px;
	margin-right: 45px;
	opacity: 0.9;
	filter: Alpha(opacity=90);
}
.zxl-newsList .zxl-newsList-content ul li a time {
	font-size: 16px;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}
.zxl-newsList .zxl-newsList-content ul li a p {
	margin-top: 16px;
	opacity: 0.7;
	filter: Alpha(opacity=70);
	line-height: 30px;
}
.zxl-newsList .zxl-newsList-content ul li:hover a h6 {
	color: #4eae5d;
	opacity: 1;
	filter: Alpha(opacity=100);
}
/*******newsList end********/

/*******newsDetail start********/
.zxl-newsDetail .zxl-h2 hr {
	margin: 32px auto 0;
	width: 850px;
	border-color: #999;
}
.zxl-newsDetail .zxl-h2 {
	margin-bottom: 110px;
}
.zxl-newsDetail .zxl-h2 .zxl-h2-time {
	margin: -12px auto 0;
	width: 400px;
	background-color: #fff;
	height: 24px;
	font-size: 20px;
}
.zxl-newsDetail .zxl-h2 .zxl-h2-time time {
	margin-right: 53px;
}
.zxl-newsDetail .zxl-h2 .zxl-h2-time time,
.zxl-newsDetail .zxl-h2 .zxl-h2-time span {
	padding: 3px 0;
	padding-left: 30px;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.zxl-newsDetail .zxl-h2 .zxl-h2-time time {
	background-image: url(../images/ico/time.png);
}
.zxl-newsDetail .zxl-h2 .zxl-h2-time span {
	background-image: url(../images/ico/zan.png);
}
.zxl-newsDetail article {
	padding: 0 30px;
	font-size: 18px;
	line-height: 32px;
}
.zxl-newsDetail-01 {
	margin: 40px 0;
	background-color: #2a303c;
	height: 142px;
	color: #fff;
	font-size: 30px;
	line-height: 48px;
}
.zxl-newsDetail-01 .width1440,
.zxl-newsDetail-02 .width1440 {
	padding: 22px 30px 0;
	box-sizing: border-box;
}
.zxl-newsDetail-01 .width1440>.fl a {
	margin-left: 25px;
	font-size: 24px;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.zxl-newsDetail-01 .fr .fl {
	margin-top: 14px;
	margin-left: 40px;
}
.zxl-newsDetail-01 .fr .fl {
	line-height: 74px;
}
.zxl-newsDetail-01 .fr a {
	display: block;
	width: 74px;
	height: 74px;
	line-height: 74px;
	background-color: #fff;
	border-radius: 74px;
	text-align: center;
}
.zxl-newsDetail-01 .fr a img {
	position: relative;
	top: -1000px;
	-webkit-filter: drop-show(#2a303c 0 1000px);
	filter: drop-shadow(#2a303c 0 1000px);
}
.zxl-newsDetail-02 .zxl-h2 h2 {
	text-align: left;
	font-size: 48px;
	font-weight: normal;
}
.zxl-newsDetail-02 .zxl-say .fl {
	width: 216px;
	height: 216px;
	overflow: hidden;
}
.zxl-newsDetail-02 .zxl-say .fl img {
	width: 100%;
}
.zxl-newsDetail-02 .zxl-say dd {
	margin-bottom: 40px;
	overflow: hidden;
	box-sizing: border-box;
}

.zxl-newsDetail-02 .zxl-say dd a{
	color:#333;
	display:block;
	transition:all linear 0.2s;

}
.zxl-newsDetail-02 .zxl-say dd a:hover .fr{
	color:#fff;
	background: #4eae5d;

}
.zxl-newsDetail-02 .zxl-say .fr {
	padding: 34px 34px 37px;
	box-sizing: border-box;
	width: 1180px;
	height: auto;
	min-height: 200px;
	background-color: #efefef;
	font-size: 18px;
	line-height: 34px;
	transition:all linear 0.1s;
}
.zxl-newsDetail-02 .zxl-say .fr h6 {
	display: initial;
	font-size: 30px;
	line-height: 30px;
}
.zxl-newsDetail-02 .zxl-say .fr time {
	margin-left: 42px;
	font-size: 24px;
	line-height: 24px;
}
.zxl-newsDetail-02 .zxl-say .fr p {
	margin-top: 20px;
}
.zxl-newsDetail-02 .zxlForm textarea {
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	height: 282px;
	background-color: #e9e9e9;
	border: none;
	font-size: 18px;
	line-height: 24px;
}
.zxl-newsDetail-02 .zxlForm input {
	display: block;
	margin: 49px auto 53px;
	width: 146px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	border: none;
	font-size: 30px;
	background-color: #4eae5d;
	padding-left: 24px;
	letter-spacing: 24px;
	color: #fff;
}
/*******newsDetail end********/

.zxlPage {
	height: 200px;
	line-height: 128px;
	text-align: center;
}
.zxlPage a,
.zxlPage span {
	display: inline-block;
	margin: 0 10px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	color: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	font-size: 26px;
	box-sizing: border-box;
	border: 2px solid #4a4a4a;
	border-radius: 70px;
}
.zxlPage a:first-child,
.zxlPage a:last-child,
.zxlPage span {
	border: none;
}
.zxlPage a:first-child {
	margin-right: 40px;
}
.zxlPage a:last-child {
	margin-left: 40px;
}
.zxlPage a.ac {
	border-color: #4eae5d;
	color: #fff;
	background-color: #4eae5d;
}

/*******news start********/
.zxl-news-01 .zxl-Con li {
	position: relative;
	height: 310px;
	float: left;
	margin-bottom: 2%;
	box-sizing: border-box;
	text-align: center;
	background-size: cover;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	overflow: hidden;
}
.zxl-news-01 .zxl-Con li .padbox{
	padding-top: 175px;
	height: 100%;
}
.zxl-news-01 .zxl-Con li .zxl-Con-01 {
	box-sizing: border-box;
	padding: 18px;
	text-align: left;
	background-color:rgba(76, 175, 80,0.5)
}
.zxl-news-01 .zxl-Con li .zxl-Con-01 h4 {
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;
}
.zxl-news-01 .zxl-Con li .zxl-Con-01 hr {
	margin: 10px 0;
	width: 50px;
	border-color: #fff;
}
.zxl-news-01 .zxl-Con li .zxl-Con-01 p {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}
.zxl-news-01 .zxl-Con li .zxl-Con-01 a {
	margin-top: 30px;
	margin-left: 0;
	color: #fff;
	border-color: #fff;
}
.zxl-news-01 .zxl-Con li:hover .padbox {
	padding-top: 0;
}
.zxl-news-01 .zxl-Con li:hover .zxl-Con-01 {
	/* padding-top: 86px; */
}
.zxl-news-02 .zxl-h2 h2 {
	text-align: center;
	font-size: 44px;
	color: #000;
	font-weight: bold;
	line-height: 52px;
}
.zxl-news-02 .zxl-say .fl {
	padding: 8px 0 0 8px;
	background-color: #4eae5d;
	width: 30%;
	height: 280px;
	box-sizing: border-box;
}
.zxl-news-02 .zxl-say .fl img {
	height: 100%;
}
.zxl-news-02 .zxl-say .fr {
	padding: 24px 30px;
	width: 70%;
	height: 272px;
	box-sizing: border-box;
	margin-top: 8px;
}
.zxl-news-02 .zxl-say .fr h6 {
	font-size: 22px;
	line-height: 22px;
	opacity: 0.9;
	filter: Alpha(opacity=90);
	font-weight: bold;
}
.zxl-news-02 .zxl-say .fr hr {
	margin: 8px 0 10px 0;
	width: 48px;
	border-color: #303030;
}
.zxl-news-02 .zxl-say .fr time {
	margin-left: 0;
	font-size: 22px;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.zxl-news-02 .zxl-say .fr p {
	font-size: 18px;
	line-height: 28px;
	opacity: 0.7;
	filter: Alpha(opacity=70);
}
.zxl-news-02 .zxl-say .fr .zxl-news-other {
	margin-top: 22px;
	font-size: 18px;
	text-align: right;
	
}
.zxl-news-02 .zxl-say .fr .zxl-news-other span {
	padding: 2px 0 2px 38px;
	margin-left: 30px;
	background-image: url(../images/ico/zan.png);
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.zxl-news-02 .zxl-say .fr .zxl-news-other span:last-child {
	background-image: url(../images/ico/liuyan.png);;
}
/*******news end********/

/*******caseList start********/
.zxl-caseList .fr ul li {
	height: 225px;
}
.zxl-caseList .fr ul li .zxl-caseList-img {
	display: block;
	height: 162px;
	overflow: hidden;
}
.zxl-caseList .fr ul li img {
	height: 162px;
}
.zxl-caseList .fr ul li .zxl-caseList-text {
	padding: 10px 10px 0;
	border: 1px solid #a4a4a4;
	border-top: 0;
	height: 52px;
	font-size: 14px;
	line-height: 30px;
}
.zxl-caseList .fr ul li .zxl-caseList-text h6 {
	font-size: 18px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
}
.zxl-caseList .fr ul li .zxl-caseList-text p {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zxl-caseList .fr ul li .zxl-caseList-img a {
	position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 162px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: rgba(25,25,25,0.5);
    transition: top 0.3s;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    -moz-transition: top 0.3s;
}
.zxl-caseList .fr ul li:hover .zxl-caseList-img a {
	top: -100%;
}
/*******caseList end********/

/*******caseDetail start********/
.zxl-caseDetail .width1440 {
	padding: 0 30px 42px;
    box-sizing: border-box;
    box-shadow: 0 0 100px 1px #ddd;
}
.zxl-caseDetail .zxl-caseDetail-leftImg img {
	display: block;
	width: 100%;
	height: 100%;
}
.zxl-caseDetail .zxl-caseDetail-leftImg .zxl-caseDetail-leftImg-big {
	width: 434px;
	height: 434px;
}
.zxl-caseDetail .zxl-caseDetail-leftImg .zxl-caseDetail-leftImg-small img {
	margin-left: 12px;
	margin-bottom: 12px;
	width: 236px;
	height: 211px;
}
.zxl-caseDetail .zxl-caseDetail-text {
	padding-left: 86px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}
.zxl-caseDetail .zxl-caseDetail-text ul li {
	margin: 24px 0 48px 0;
}
.zxl-caseDetail .zxl-caseDetail-text ul li span {
	margin-left: 30px;
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.zxl-caseDetail .zxl-caseDetail-text2 {
	clear: both;
	padding-top: 26px;
	width: 100%;
}
.zxl-caseDetail .zxl-caseDetail-text2 h5 {
	margin-bottom: 28px;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.zxl-caseDetail .zxl-caseDetail-text2 p {
	font-size: 18px;
	line-height: 30px;
}
.zxl-caseDetail-01 {
	padding-top: 70px;
	height: 290px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	text-align: center;
	background-color: #ddd;
}
.zxl-caseDetail-01 p {
	font-size: 36px;
	line-height: 36px;
	color: #fff;
}
.zxl-caseDetail-01 p:nth-child(2) {
	margin: 30px 0 25px 0;
	font-size: 48px;
	line-height: 48px;
}
.zxl-caseDetail-01 ul {
	text-align: center;
}
.zxl-caseDetail-01 ul li {
	display: inline-block;
	padding: 0 19px;
	font-size: 22px;
	line-height: 28px;
}
.zxl-caseDetail-01 ul li:nth-child(2) {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.zxl-caseDetail-01 ul li a:hover {
	color: #4eae5d;
}
/*******caseDetail end********/

/*******case start********/
.zxl-case-01 .zxl-Con li {
	padding: 0;
	height: auto;
	font-size: 18px;
	line-height: 22px;
}
.zxl-case-01 .zxl-Con li img {
	margin-bottom: 22px;
	height: 346px;
	width: 100%;
	display: block;
}
.zxl-case-01 .zxl-Con li .zxl-Con-03 {
	padding: 47px 45px 0;
	width: 100%;
	height: 290px;
	background-color: #2a303c;
	margin-bottom: 22px;
	box-sizing:  border-box;
}
.zxl-case-01 .zxl-Con li .zxl-Con-03 h4 {
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 20px;
}
.zxl-case-01 .zxl-Con li .zxl-Con-03 a {
	margin: 24px auto 0;
	display: block;
	width: 106px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: initial;
	color: #fff;
	border: 2px solid #fff;
}
.zxl-case-01 .zxl-Con li .zxl-Con-03 a:hover {
	background-color: #4eae5d;
	color: #fff;
	border-color: #4eae5d;
}
.zxl-case-02-con {
	margin-bottom: 50px;
	height: 390px;
	background-image: url(../images/xcx/caseXcxBg.jpg);
}
.zxl-case-02-con .width1440 {
	overflow: initial;
}
.zxl-case-02-con .zxl-case-02-content {
	width: 1220px;
	height: 390px;
	color: #fff;
}
.zxl-case-02-con .zxl-case-02-content .swiper-slide .swiper-slide-img {
	width: 100%;
	height: 230px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.zxl-case-02-con .zxl-case-02-content .swiper-slide .swiper-slide-img a {
	position: relative;
	display: block;
	top: 100%;
	width: 100%;
	height: 100%;
	line-height: 230px;
	background-color: rgba(25,25,25,0.5);
	text-align: center;
	font-size: 18px;
	color: #fff;
	transition: top 0.3s;
	-webkit-transition: top 0.3s;
	-o-transition: top 0.3s;
	-moz-transition: top 0.3s;
}
.zxl-case-02-con .zxl-case-02-content .swiper-slide:hover a {
	top: 0;
}
.zxl-case-02-con .zxl-case-02-content .swiper-slide h5 {
	margin-top:  16px;
	font-size: 24px;
	line-height: 24px;
	opacity: 0.84;
	filter: Alpha(opacity=84);
}
.zxl-case-02-con .zxl-case-02-content .swiper-slide hr {
	margin: 8px 0;
	width: 52px;
	height: 2px;
	border: none;
	background-color: #f9f9f9;
}
.zxl-case-02-con .zxl-case-02-content .swiper-slide p {
	font-size: 18px;
	line-height: 30px;
}
.zxl-case-02-con .swiper-button-prev, .zxl-case-02-con .swiper-container-rtl .swiper-button-next {
	top: 70%;
	left: 0;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.zxl-case-02-con .swiper-button-next, .zxl-case-02-con .swiper-container-rtl .swiper-button-prev {
	top: 70%;
	right: 0;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.zxl-case-03 .zxl-case ul li {
	width: 24%;
	height: auto;
	margin-right: 1%;
	margin-bottom: 1%;
}
.zxl-case-03 .zxl-case ul li:nth-child(3n) {
	margin-right: 1%;
}
.zxl-case-03 .zxl-case ul li:nth-child(4n) {
	margin-right: 0;
}
.zxl-case-03 .zxl-case ul li .zxl-case-img img {
	height: 250px !important;
}
.zxl-case-03 .zxl-case ul li .zxl-case-text {
	padding: 24px;
	height: 156px;
	background-color: #2a303c;
	border-color: #2a303c;
	color: #fff;
}
.zxl-case-03 .zxl-case ul li .zxl-case-text h6 {
	margin-top: 6px;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 24px;
	font-weight:  normal;
}
.zxl-case-03 .zxl-case ul li .zxl-case-text p {
	font-size: 18px;
	white-space: normal;
	line-height: 32px;
}
/*******case end********/

/*******recruit start********/
.zxl-recruit .zxl-recruit-content ul li {
	position:  relative;
	list-style: none;
}
.zxl-recruit .zxl-recruit-content ul li h6 {
	font-size: 30px;
	line-height: 30px;
}
.zxl-recruit .zxl-recruit-content ul li p {
	font-size: 18px;
	opacity: 0.7;
	filter: Alpha(opacity=70);
	line-height: 26px;
}
.zxl-recruit .zxl-recruit-content ul li p.zxlMeg {
	margin: 14px 0 18px 0;
	opacity: 0.9;
	filter: Alpha(opacity=90);
}
.zxl-recruit .zxl-recruit-content ul li p.zxlMeg2 {
	position: relative;
}
.zxl-recruit .zxl-recruit-content ul li p.zxlMeg2 a {
	color: #4eae5d;
}
.zxl-recruit .zxl-recruit-content ul li>a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 128px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #4eae5d;
	color: #fff;
	font-size: 20px;
}
/*******recruit end********/



/*********************************************************************/
/*
 time:2018-6-22
 * */

.cases{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.cases .c-classity{
	margin-bottom: 40px;
}
.cases .c-classity dl{
    width: 100%;
    overflow: hidden;
    margin-bottom: -30px;
    padding: 20px 0;
}
.cases .c-classity dt{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    width: 114px;
    float: left;
    background-color: #4eae5d;
    text-align: center;
}
.cases .c-classity dd{
    width: calc(100% - 120px);
    float: right;
}
.cases .c-classity a{
	position: relative;
    color: #333;
    font-size: 16px;
    padding: 8px 20px;
    text-align: center;
    /*width: 130px;*/
}
.cases .c-classity a:hover {
	text-decoration: none;
	color: #6fd26f;
}
.cases .c-classity a:after {
	content: "|";
    /* margin-left: 57px; */
    position: absolute;
    right: -3px;
    color: #333;
}
.cases .c-classity dl dd a:last-child:after {
	content: "";
}
.cases .c-classity a.active{
    color: #6fd26f;
    /*background: #6fd26f;*/
   /* padding: 8px 12px;*/
}

.cases .c-lists{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 5px;
    box-sizing: border-box;
}
.cases .c-item{
    position: relative;
    margin-bottom:40px;
    /*cursor:pointer;*/
}

.cases .c-item .itempart{
	/*box-shadow: 0px 0px 10px #ccc;
	position: relative;*/
	width: 100%;
    padding-bottom: 195%;
    /* height: 597px; */
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/caseBg.png);
    background-position: center;
    margin: 0 auto;
    position: relative;
}

.itempart {}

.cases .c-case {
	cursor: pointer;
}
.cases .c-case:hover .c-qrcode {
    opacity: 1;
}

.cases .c-item:nth-child(4n){
    margin-right:0%;
}
.cases .c-qrcode{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    z-index: 99;
}
.cases .c-qrcode img{
    width: 140px;
    margin-top: 20px;
    display:  block;
    margin: 110px auto 0;
}

/* 2018.7.5 */
.cases .c-qrcode .using-btn{
	border: none;
	outline: none;
	/* display: none; */
	margin: 15px auto 0;
	width: 115px;
	height: 40px;
	border-radius: 8px;
	color: #ffffff;
	font-size: 18px;
	background: green;
}
.cases .c-qrcode:hover .using-btn{
	display: block;
}
/*******/
/*.cases .c-case{
    width: 100%;
    padding-bottom: 5px;
    cursor: pointer;
}*/
.cases .c-case{
    position: absolute;
    width: 90%;
    padding-bottom: 156%;
    left: 5%;
    top: 9%;
    cursor: pointer;
    border: 1px solid #afafaf;
    overflow: hidden;
}
.cases .case-img{
	position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.cases .case-title{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
.cases .case-title h3{
	position: relative;
	z-index: 888;
    line-height: 38px;
    font-size: 24px;
    /*font-weight: bold;*/
}
.cases .case-title p{
    color: #666;
    font-size: 14px;
    min-height: 36px;
}
.customized{
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.customized .cus-form{
	width: 800px;
	margin: 160px auto;
	background: #ffffff;
	padding: 30px 50px;
	box-sizing: border-box;
}
.customized h3{
	font-size: 41px;
	letter-spacing:8px;
	font-weight: bold;
	text-align: center;
	line-height: 52px;
	margin-bottom: 20px;
}
.customized .text-item{	
	width: 440px;
	margin: 0 auto;
	overflow: hidden;
}
.customized .text-item span{
    width: 100px;
    font-size: 18px;
    line-height: 36px;
    margin: 15px 0;
    height: 36px;
    display: block;
    float: left;
}
.customized .text-item input[type=text]{
	width: 325px;
	height: 36px;
	line-height: 36px;
	margin-top: 13px;
	padding-left: 8px;
}
.customized .text-item select{
    width: 337px;
    height: 36px;
    line-height: 36px;
    margin-top: 13px;
    padding-left: 8px;
}
.customized .text-item textarea{
    width: 328px;
    height: 150px;
    line-height: 36px;
    margin-top: 13px;
    padding-left: 8px;
}
.customized .text-item input[type=button]{
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding-left: 8px;
    border: none;
    background: #4eae5d;
    color: #fff;
    margin-top: 40px;
    font-size: 16px;
}


.banners{
    width: 100%;
    overflow: hidden;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banners h2{
	font-size: 50px;
	text-align: center;
	margin-top: 135px;
	color: #FFFFFF;
	line-height: 50px;
}
.banners p{
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.banners a{
	display: block;
	text-align: center;
	line-height: 50px;
	height: 50px;
	border: 1px #fff solid;
	font-size: 20px;
	width: 200px;
	margin: 30px auto;
}
.banners a:hover{
	background:#4eae5d;
	border: 1px #4eae5d solid;
	color:#fff
}
.mains{
	width: 100%;
	overflow: hidden;
}
.mains .nor-title{
	font-size: 50px;
	text-align: center;
	margin: 70px 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.p-advantage{
	width: 100%;
	overflow: hidden;
	background: #F7F7F7;
}
.p-advantage .adv-list{}
.p-advantage .adv-list ul{}
.p-advantage .adv-list ul li{
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}
.p-advantage .adv-list ul li img{
	width: 130px;
}
.p-advantage .adv-list ul li p{
	color: #000000;
	font-size: 18px;
	line-height: 34px;
	margin-top: 20px;
}
.all-area{
	width: 100%;
	overflow: hidden;
}
.all-area .area-list{}
.all-area .area-list ul{}
.all-area .area-list ul li{
	height: 280px;
	margin-bottom: 30px;
	position: relative;
}
.all-area .area-list ul li .padbox{
	width:100%;
	height:100%;
	position:relative
}
.all-area .area-list ul li:nth-child(3n){
	margin-right: 0;
}
.all-area .area-list ul li .black-layer{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
}
.all-area .area-list ul li .black-layer p{
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 260px;
    position: relative;
}
.all-area .area-list ul li .black-layer p:after{
	width: 60px;
	height:1px;
	content:"";
	background:#fff;
	display: block;
	position: absolute;
	left: 0;
	top: 160px;
	right:0;
	margin: 0 auto;
}
.basenum{
    width: 100%;
    padding-bottom: 70px;
}
.basenum .base-list{}
.basenum .base-list ul{}
.basenum .base-list ul li{
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.basenum .base-list ul li .padbox{
    box-shadow: 0px 0px 20px #ccc;
    padding: 45px 30px;
    border-top: 5px #4eae5d solid;
}
.basenum .base-list ul li:nth-child(4n){
	margin-right:0
}
.basenum .base-list ul li img{
    width: 60px;
}
.basenum .base-list ul li h3{
    font-size: 34px;
    height: 55px;
    line-height: 60px;
}
.basenum .base-list ul li p{
    font-size: 17px;
    line-height: 24px;
    margin-top: 20px;
    text-align: left;
    min-height: 120px;
}
.conditions{
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.conditions .nor-title{
	color:#fff;
}
.conditions .con-list{
    width: 100%;
    overflow: hidden;
    margin-top: 120px;
}
.conditions .con-list ul{}
.conditions .con-list ul li{
    color: #fff;
    text-align: center;
}
.conditions .con-list ul li h3{
    font-size: 54px;
    line-height: 56px;
    text-align: center;
}
.conditions .con-list ul li .j-icon{
    margin: 0 auto;
    display: block;
}
.conditions .con-list ul li .line{
    margin: 30px 0;
    width: 150px;
}
.conditions .con-list ul li p{
    font-size: 24px;
    line-height: 36px;
    width: 210px;
    margin: 0 auto;
}
.process{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 70px;
    background: #fff;
}
.process .pro-list{
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
}
.process .pro-list ul{}
.process .pro-list ul li{
    text-align: center;
    margin-bottom: 60px;
}
.process .pro-list ul li .bignum{
    color: #4eae5d;
    font-size: 84px;
    border: 3px #4eae5d solid;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    line-height: 110px;
    border-radius: 100%;
}
.process .pro-list ul li h3{
    font-size: 25px;
    font-weight: bold;
    height: 26px;
    width: 150px;
    margin: 20px auto 10px;
    text-align: center;
}
.process .pro-list ul li p{
    width: 203px;
    margin: 0 auto;
    font-size: 18px;
    color: #999;
    text-align: left;
    line-height: 28px;
}
.join{}
.join .join-form{
    width: 600px;
    margin: 0 auto;
}
.join .join-item{
	
width: 500px;
	
margin: 0 auto;
	
overflow: hidden;
}
.join .join-item span{
    width: 100px;
    font-size: 18px;
    line-height: 36px;
    margin: 15px 0;
    height: 36px;
    display: block;
    float: left;
}
.join .join-item input[type=text]{
	width: 325px;
	height: 36px;
	line-height: 36px;
	margin-top: 13px;
	padding-left: 8px;
}
.join .join-item input[type=submit]{
    width: 120px;
    height: 42px;
    line-height: 42px;
    border: none;
    background: #4eae5d;
    color: #fff;
    margin-top: 40px;
    font-size: 16px;
    display: block;
    margin: 20px auto;
}

.news-list{
	width: 100%;
	overflow: hidden;
}
.news-list ul{}
.news-list ul li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 0 30px;
}
.news-list ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.news-list ul li a .news-l{
	height: 220px;
	width: 30%;
	float: left;
}
.news-list ul li a .news-r{
	height: 220px;
	width: 65%;
	float: right;
	position: relative;
}
.news-list ul li a .news-r h4{
	color: #333333;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
	font-weight: bold;
}
.news-list ul li a .news-r p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.news-list ul li a .news-r dl{
	position: absolute;
	left: 0;
	bottom: 5px;
}
.news-list ul li a .news-r dd{
	display: inline-block;
	padding: 4px 8px;
	color: #4eae5d;
	border: 1px #4eae5d solid;
	margin-right: 5px;
	border-radius: 4px;
}

.u-banner{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.p-banner{}
.p-banner .bg-banner{
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
.p-banner .bg-banner .b-text{
    text-align: center;
    color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 67px 0;
}
.p-banner .bg-banner .b-text h3{
    font-size: 48px;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
}
.p-banner .bg-banner .b-text h3 span{
    font-weight: bold;
}
.p-banner .bg-banner .b-text h5{
    font-size: 30px;
    margin-bottom: 20px;
    height: 32px;
    line-height: 32px;
}
.p-banner .bg-banner .b-text p{
    font-size: 24px;
}
.p-banner .bg-banner .b-computer{
    width: 965px;
    margin: 0 auto;
}
.p-banner .bg-banner .b-computer .b-video{
    position: relative;
    width: 100%;
}
.p-banner .bg-banner .b-computer .computer-bg img{
    
}
.p-banner .bg-banner .b-computer .computer-bg img{
    
width: 100%;
}
.p-banner .bg-banner .b-computer .b-video .playv{
    position: absolute;
    left: 0;
    top: 45px;
    width: 91%;
    right: 0;
    margin: 0 auto;
    height: 551px;
}
.p-banner .bg-banner .b-computer .b-video .playv img{
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    margin: 0 auto;
    cursor: pointer;
}
.p-banner .bg-banner .b-computer .b-video .playv video{
    object-fit:fill;
    width:100%;
    height: 100%;
    cursor: pointer;
}

.pros-list{
    margin-top:70px;
    }
.pros-list .part-item{
	width: 100%;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size:100%;
}
.pros-list .part-item .p-item{
    padding: 80px 0;
}
.pros-list .part-item .p-item .item-left{
    height: 520px;
}
.pros-list .part-item .p-item .item-right{
    position: relative;
    height: 520px;
}
.pros-list .part-item .p-item .item-left img{
    height: 100%;
}
.pros-list .part-item .p-item .item-right img{
    height: 100%;
    display: block;
    margin: 0 auto;
}

.pros-list .part-item .p-item img.widthmax{
    height: auto !important;
    width: 100% !important;
    margin-top: 70px;
}
.pros-list .part-item .p-item .item-text{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 80px;
}
.pros-list .part-item .p-item .item-text h3{
    font-size: 36px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
}
.pros-list .part-item .p-item .item-text p{
    font-size: 18px;
    height: 50px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
}
.pros-list .part-item .p-item .item-text .t-btns{width: 100%;overflow: hidden;padding: 30px 0;}
.pros-list .part-item .p-item .item-text .t-btns a{
    color: #fff;
    font-size: 16px;
    background: #4eae5d;
    margin-right: 20px;
    padding: 10px 20px;
    line-height: 40px;
    box-shadow: 0px 0px 20px #4eae5d;
}

.contactNow{width:100%;text-align: center;padding: 70px 0;background: #4eae5d;}
.contactNow h3{font-size: 28px;text-align: center;color: #FFFFFF;margin-bottom: 30px;}
.contactNow a{text-align: center;margin: 0 10px;padding: 10px 30px;
    background: #ffffff;color: #4eae5d;
    border-radius: 20px;border: 1px #FFFFFF solid;display: inline-block;font-size: 18px;transition: 0.5s all;}
.contactNow a:hover{background: #4eae5d;color: #ffffff;box-shadow:1px 1px 20px #ffffff}

.about{
    width: 100%;
    overflow: hidden;
}
.about p{
    font-size: 18px;
    line-height: 30px;
}
.about img{
    width: 100%;
    margin-top: 10px;
}

.tab-img{
    width: 100%;
    margin: 100px auto;
}
#outer {width: 100%;}
#tab {overflow:hidden;width: 100%;margin: 0 auto 70px;text-align: center;}
#tab li {color: #666;height: 70px;cursor:pointer;line-height: 70px;font-size: 20px;background: #ccc;display: inline-block;width: 180px;margin: 0 15px 16px 0;}
#tab li.current {background: #4eae5d;color: #fff;}
#content {}
#content ul {display:none;margin:0 30px;}

.partner{
    padding-bottom: 50px;
}
.partner ul{}
.partner ul li{
    width: 25%;
    float: left;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.partner ul li img{
    width: 260px;
    box-shadow: 0 0 20px #ccc;
}

.casebanner{
	width: 100%;
	height: 195px;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}

.casebanner h3{
	font-size: 32px;
	color: #2d2f3a;
	text-align: center;
	height: 110px;
	line-height: 110px;
	margin-bottom: 20px;
	background: rgba(255,255,255,0.7);
	width: 610px;
	margin: 0 auto;
	}
.casebanner img{
	width: 415px;
}

.newsbanner{width: 100%;height: 620px;text-align: center;box-sizing: border-box;padding-top: 100px;}
.newsbanner h3{
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
}
.newsbanner h5{
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
}
.newsbanner p{
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    margin-bottom: 30px;
}
.newsbanner a{
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    height: 60px;
    line-height: 63px;
    margin-bottom: 20px;
    display: block;
    border: 1px #fff solid;
    width: 170px;
    margin: 10px auto;
    transition: all 0.2s linear;
}
.newsbanner a:hover{
	background:#4eae5d;
	border: 1px #4eae5d solid;
}

.abbanner{
    width: 100%;
    height: 620px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 140px;
}
.abbanner h3{
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    position:relative;
}
.abbanner h3:after{
	content:"";
	width:100px;
	height:4px;
	background:#fff;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top: 100px;
}
.abbanner .ab1{
    margin-top: 15px;
}
.abbanner .ab2{
    margin-top: 15px;
}

.zxlContent-06{
	margin-bottom: 100px;
}

/*model*/
#model{
	/* display: none; */
	background: url('../images/alert/bg.png') no-repeat;
	width: 772px;
	height: 452px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.6);
	z-index: 99999;
}
#model .wrap{
	/* position: relative; */
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 90px;
	overflow: visible;
}
#model .wrap .close{
	background:url('../images/alert/close.png') no-repeat;
	width: 34px;
	height:34px;
	position: absolute;
	top: -17px;
	right: -17px;
	border-radius: 50%;
	\
	border: 1px solid;
	text-align: center;
	line-height: 34px;
}
#model .wrap .welcome{
	background: url('../images/alert/line.png') no-repeat center bottom;
	height: 120px;
}

#model .wrap .welcome{
	text-align: center;
}
#model .wrap .welcome p{
	line-height: 40px;
	text-align: center;
}
#model .wrap .welcome p:first-child{
	font-size: 32px;
	margin: 15px 0 20px;
}
#model .wrap .welcome p:last-child{
	font-size: 32px;
	letter-spacing: 3px;
	color: #666;
}
#model .wrap .bottom {
	height: 200px;
}
#model .wrap .bottom h3{
	font-weight: normal;
	text-align: center;
	color: green;
    margin-top: 20px;
    font-size: 18px;
}
#model .wrap .bottom div{
	margin: 0 auto;
	width: 400px;
	margin-top: 70px;
}
#model .wrap .bottom a{
	display: block;
	width: 180px;
	border-radius: 25px;
	text-align: center;
	line-height: 38px;
}
#model .wrap .bottom a:first-child{
	float: left;
	background:green; 
	color: #fff;
}
#model .wrap .bottom a:last-child{
	float: right;
	background: #fff; 
	color: green;
	border: 1px solid green;
}



.nav_xy{}
.nav_xy .nav-list{
    float: right;
    width: calc(100% - 150px);
}



@media screen and (min-width:1500px){
	.container{
		width: 1400px!important;
	}
}

@media screen and (min-width:1441px) and (max-width:1500px){
	.container{
		width: 1320px!important;
	}
}

@media screen and (min-width:1369px) and (max-width:1440px){
	.container{
		width: 1280px !important;
	}
	.zxlContent-01 .zxlCon li .zxlCon-01 .zxlImg{
		top: 58px;
	    left: 12px;
	    width: 70px;
	    height: 70px;
	}
	.zxlContent-01 .zxlCon li .zxlCon-01 span{
		margin-left: 38%;
	}
	.zxlContent-01 .zxlCon li .zxlCon-01 p{
		font-size: 16px;
	}
}


@media screen and (min-width:1201px) and (max-width:1368px){
	.container{
		width: 1170px !important;
	}
	.zxlBanner .zxlBanner-bottom ul li h3{
		font-size:20px;
	}
	.zxlContent-01 .zxlCon li .zxlCon-01 .zxlImg{
		top: 58px;
	    left: 12px;
	    width: 70px;
	    height: 70px;
	}
	.zxlContent-01 .zxlCon li .zxlCon-01 span{
		margin-left: 38%;
	}
	.zxlContent-01 .zxlCon li .zxlCon-01 p{
		font-size: 16px;
	}
	.basenum .base-list ul li p{
		min-height:110px
	}
}

@media screen and (min-width:768px) and (max-width:1200px){
    .container{
		width: 100% !important;
	}	
	.nav_xy .nav-list{
		padding: 0;
		width: calc(100% - 110px);
	}
	.header nav ul li{
		padding: 5px 5px;
	}
	.header nav ul li a{
		font-size: 14px;
	}
	.logo{
		width: 110px;
		padding: 15px 0px;
	}
	.logo img {
	    width: 100%;
	    height: auto;
	}
	.zxlContent-01 .zxlCon li .zxlCon-01 .zxlImg{
		top: 58px;
	    left: 12px;
	    width: 70px;
	    height: 70px;
	}
	.zxlContent-01 .zxlCon li .zxlCon-01 span{
		margin-left: 41%;
		font-size: 26px;
	}
	.zxlContent-01 .zxlCon li .zxlCon-01 p{
		font-size: 14px;
	}
	.zxlContent-01 .zxlCon li .zxlCon-02{
		height: 100px;
	}
	.zxlBanner .zxlBanner-left h1{
		line-height: 100px;
    	font-size: 42px;
	}
	.zxlBanner .zxlBanner-left p {
	    font-size: 32px;
	}
	.zxlBanner .zxlBanner-left span {
    	font-size: 26px;
	}
	.header nav ul li.btns {
	    padding: 0 4px;
	}
	.header nav ul li a.loginCssa{
		padding: 0 5px;
		margin-top: 22px;
	}
	.nav_xy{
		padding-right: 0;
	}
	.p-banner .bg-banner .b-computer{
		width: 600px;
		height: 490px;
	}
	.p-banner .bg-banner .b-computer .b-video .playv{
		height: 330px;
		top: 32px;
	}
	.p-banner .bg-banner .b-computer .b-video .playv img{
		width: 75px;
	}
	.pros-list{
		margin-top:20px;
	}
	.pros-list .part-item .p-item{
		padding: 40px 0;
	}
	.pros-list .part-item .p-item .item-right{
		height:auto;
	}
	.pros-list .part-item .p-item .item-text{
		position: static;
		left: auto;
		right: auto;
		top: auto;
		padding-left: 20px;
		transform: initial;
	}
	.pros-list .part-item .p-item .item-left{
		height:auto;
	}
	.pros-list .part-item .p-item img.widthmax{
		margin-top:0
	}
	.pros-list .part-item .p-item .item-left img{
		height:auto;
		width: 100%;
	}
	.pros-list .part-item .p-item .item-right img{
		height:auto;
		width: 100%;
	}
	.dispad0{
		padding-top: 9%;
	}
	.dispad1{
		padding-top: 18%;
	}
	.dispad2{
		padding-top: 18%;
	}
	.dispad3{
		padding-top: 27%;
	}
	.dispad4{
		padding-top: 32%;
	}
	.dispad5{
		padding-top: 14%;
	}
	.dispad6{
		padding-top: 24%;
	}
	.dispad7{
		padding-top: 31%;
	}
	.dispad8{
		padding-top: 18%;
	}
	.dispad9{
		padding-top: 35%;
	}
	.conditions .con-list ul li {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:767px){
	.navbar-toggle{
		margin-top: 24px;
	}
	.zxlBanner .zxlBanner-left,
	.zxlBanner .zxlBanner-right{
		width: 100%;
		float: none;
	}
	.nav_xy .nav-list{
		width: 100%;
		padding: 0;
	}
	.header nav ul{
		padding: 0;
		margin: 0;
		background: #333;
	}
	.header nav ul li{
		width: 100%;
		padding: 0;
		text-align: right;
	}
	.header nav ul li a{
		padding:0;
		padding-right: 15px;
		border-bottom:1px #666 solid;
	}
	.header nav ul li.btns{
		width:50%;
		text-align:center;
	}
	.header nav ul li a.register, .header nav ul li a.login{
		display: block;
		width:120px;
		text-align:center;
		margin: 20px auto;
		float: none;
	}
	.zxlBanner .zxlBanner-left h1{
		line-height: 90px;
    	font-size: 32px;
    	margin-top: 0;
	}
	.zxlBanner .zxlBanner-left p {
	    font-size: 24px;
	}
	.zxlBanner .zxlBanner-left span {
    	font-size: 18px;
	}
	.zxlBanner .zxlBanner-left a{
		width: 120px;
    	height:40px;
    	line-height: 40px;
	}
	.zxlContent-02 .zxlCon li{
		height: 420px;
	}
	.zxlContent-02 .zxlCon li .zxlCon-show{
		line-height: 420px;
	}
	.zxlContent-04 .zxl-industry .zxl-industry-head ul li{
		font-size: 20px;
	}
	.zxlContent-04 .zxl-industry .zxl-industry-body .zxl-industry-body-01{
		font-size: 16px;
	}
	.zxlContent-05 .zxl-case ul li .zxl-case-img{
		height: auto;
	}
	.zxlContent-06 .zxl-coop ul li{
		width: 45%;
		margin-right: 10%;
	}
	.zxlContent-06 .zxl-coop ul li:nth-child(5n) {
	    margin-right: 10%;
	}
	.zxlContent-06 .zxl-coop ul li:nth-child(2n) {
	    margin-right: 0;
	}
	.footer {
    padding-top: 30px;
	}
	.footer .footUl{
		padding:0
	}
	.footer .footUl>li{
		width: 33.333333333%;
		margin-bottom: 20px;
	}
	.footer .footUl>li:last-child{
		width: 66.666666666%;
		margin-bottom: 20px;
	}
	.footer .footUl>li h6{
		font-size: 18px;
	}
	.footer .footUl>li ul li{
		font-size: 16px;
	}
	.footer .footUl>li:last-child p{
		font-size:18px
	}
	.p-banner .bg-banner{
		/*background: #111111;*/
	}
	.p-banner .bg-banner .b-text{
		padding:10px 0;
	}
	.p-banner .bg-banner .b-text h3{
		font-size: 24px;
		margin-bottom: 5px;
	}
	.p-banner .bg-banner .b-text h3 span{
		font-weight: bold;
	}
	.p-banner .bg-banner .b-text h5{
		font-size: 16px;
		margin-bottom:10px
	}
	.p-banner .bg-banner .b-text p{
		font-size: 14px;
	}
	.p-banner .bg-banner .b-computer{
		width: 300px;
		height: 245px;
	}
	.p-banner .bg-banner .b-computer .b-video .playv{
		height: 170px;
		top: 15px;
	}
	.p-banner .bg-banner .b-computer .b-video .playv img{
		width: 45px;
	}
	.pros-list{
		margin-top:20px;
	}
	.pros-list .part-item .p-item{
		padding: 20px 10px;
		border: 2px #ccc solid;
		border-left: 0;
		border-right: 0;
	}
	.pros-list .part-item .p-item .item-right{
		height:auto;
	}
	.pros-list .part-item .p-item .item-left{
		height:auto;
	}
	.pros-list .part-item .p-item .item-text{
		position: static;
		left: auto;
		right: auto;
		top: auto;
		padding-left: 00px;
		transform: initial;
		padding-top:5%
	}
	.pros-list .part-item .p-item .item-left img{
		height:auto;
		width: 100%;
		margin-top: 20px;
	}
	.pros-list .part-item .p-item .item-right img{
		height:auto;
		width: 100%;
	}
	.pros-list .part-item .p-item .item-text h3{
		font-size:24px
	}
	.pros-list .part-item .p-item .item-text p{
		font-size:16px
	}
	.header nav{
		padding:0
	}
	.casebanner{
		height:200px;
		padding-top: 22px;
	}
	.casebanner h3{
		font-size: 32px;
	}
	.casebanner img{
		width: 80%;
	}
	.p-advantage .adv-list ul li img{
		width:100%
	}
	.p-advantage .adv-list ul li p{
		font-size:14px
	}
	.mains .nor-title{
		font-size: 32px;
		text-align: center;
		margin: 30px 0;
		height: 46px;
		line-height: 46px;
	}
	.conditions .con-list{
		margin-top:30px
	}
	.conditions .con-list ul li{
		margin-bottom:30px
	}
	.conditions .con-list ul li p{
		font-size:18px;
		width: auto;
	}
	.process .pro-list ul li h3{
		font-size:20px
	}
	.process .pro-list ul li p{
		width:auto;
		font-size:16px;
		min-height:90px;
		text-align:center
	}

	.join .join-form{
		width:100%
	}
	.join .join-item{
		width:100%
	}
	.join .join-item span{
		font-size:14px;
		width:80px
	}
	.join .join-item input[type=text] {
		width:calc(100% - 90px);
		height: 36px;
		line-height: 36px;
		margin-top: 13px;
	}
	.banners{
		width: 100%;
		overflow: hidden;
		height: 220px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.banners h2{
		font-size: 24px;
		text-align: center;
		margin-top:40px;
		color: #FFFFFF;
		line-height: 40px;
	}
	.banners p{
		font-size: 18px;
		color: #fff;
		text-align: center;
		margin-top: 10px;
	}
	.banners a{
		display: block;
		text-align: center;
		line-height: 40px;
		height: 40px;
		border: 1px #fff solid;
		font-size: 16px;
		width: 120px;
		margin: 30px auto;
	}
	.customized .cus-form{
		width: 100%;
		margin: 0px auto;
		background: #ffffff;
		padding: 30px 15px;
		box-sizing: border-box;
	}
	.customized h3{
		font-size: 28px;
		letter-spacing:8px;
		font-weight: bold;
		text-align: center;
		line-height: 52px;
		margin-bottom: 20px;
	}
	.customized .text-item{	
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.customized .text-item span{
		width: 100px;
		font-size: 16px;
		line-height:36px;
		margin: 15px 0;
		height: 36px;
		display: block;
		float: left;
	}
	.customized .text-item input[type=text]{
		width: calc(100% - 100px);
		height: 36px;
		line-height: 36px;
		margin-top: 13px;
		padding-left: 8px;
	}
	.customized .text-item select{
		width: calc(100% - 100px);
		height: 36px;
		line-height: 36px;
		margin-top: 13px;
		padding-left: 8px;
	}
	.customized .text-item textarea{
		width: 328px;
		height: 150px;
		line-height: 36px;
		margin-top: 13px;
		padding-left: 8px;
	}
	.customized .text-item input[type=button]{
		width: 100%;
		height: 42px;
		line-height: 42px;
		padding-left: 8px;
		border: none;
		background: #4eae5d;
		color: #fff;
		margin-top: 40px;
		font-size: 16px;
	}
	.newsbanner{
		width: 100%;
		height: 260px;
		text-align: center;
		box-sizing: border-box;
		padding-top: 10px;
	}
	.newsbanner h3{
		font-size: 28px;
		color: #FFFFFF;
		text-align: center;
		height: 40px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.newsbanner h5{
		font-size: 22px;
		color: #FFFFFF;
		text-align: center;
		height: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.newsbanner p{
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		line-height: 22px;
		margin-bottom: 15px;
		padding: 0 10px
	}
	.newsbanner a{
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		height: 40px;
		line-height: 40px;
		margin-bottom: 20px;
		display: block;
		border: 1px #fff solid;
		width: 140px;
		margin: 10px auto;
		transition: all 0.2s linear;
	}
	.zxlBanner2{
		height:220px
	}
	.zxlBanner2 h1{
		font-size:24px
	}
	.zxl-productList-head a {
		float: left;
		border-left: 4px solid #4eae5d;
		font-size:16px
	}
	.zxlContent .zxl-h2 h2{
		font-size:24px
	}
	.zxlContent .zxl-h2{
		margin: 20px;
	}
	.zxl-newsDetail .zxl-h2 .zxl-h2-time{
		width:100%
	}
	.zxl-newsDetail .zxl-h2 hr{
		display:none;
	}
	.zxl-news-01 .zxl-Con li{
		padding:0
	}
	.zxl-news-01 .zxl-Con li .padbox{
	padding-top: 175px;
	}
	.zxl-news-01 .zxl-Con li .zxl-Con-01 {
		padding: 16px
	}
	.zxl-news-01 .zxl-Con li: hover .zxl-Con-01{
		
	}
	.zxl-news-01 .zxl-Con li .zxl-Con-01 h4 {
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
	}
	.zxl-news-01 .zxl-Con li .zxl-Con-01 hr {
		margin: 10px 0;
		width: 50px;
		border-color: #fff;
	}
	.zxl-news-01 .zxl-Con li .zxl-Con-01 p {
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}
	.zxl-news-01 .zxl-Con li .zxl-Con-01 a {
		margin-top: 30px;
		margin-left: 0;
		color: #fff;
		border-color: #fff;
		font-size: 16px;
		border: 1px #fff solid;
	}
	#content ul {
		margin:0 0px;
	}
	#tab{
		margin-bottom:20px
	}
	#tab li{
		width: 33.3333333%;
		margin-right: 0;
		padding: 0;
		font-size: 16px;
		float: left;
		border-right: 1px #fff solid;
	}
	.zxl-news-02 .zxl-say .fl {
		padding: 8px 0 0 8px;
		width: 100%;
		height: auto;
	}
	.zxl-news-02 .zxl-say .fr {
		padding: 10px;
		width: 100%;
		height: auto;
		margin-top:0;
		min-height: initial;
	}
	.zxl-news-02 .zxl-say .fr h6 {
		font-size: 18px;
		line-height: 22px;
	}
	.zxl-news-02 .zxl-say .fr hr {
		width: 48px;
	}
	.zxl-news-02 .zxl-say .fr time {
		display:none
	}
	.zxl-news-02 .zxl-say .fr p {
		font-size: 16px;
		line-height: 22px;
	}

}

@media (min-width: 1200px){
		.partner .container{
			width: 1170px;
		}
		.partner ul{
			margin: 0 auto;
		}
		.partner ul .col-lg-3{
			width: 25%;
			float: left;

		}
		
	}
	@media (max-width: 992px){
		.partner ul li {
		    width: 33.33%;
		    float: left;
		    text-align: center;
		    padding: 20px;
		    box-sizing: border-box;
		}
		
	}
	@media (max-width: 767px){
		.abbanner {
		    width: 100%;
		    height: 260px;
		    text-align: center;
		    box-sizing: border-box;
		    padding-top: 10px;
		}
		.abbanner h3{
		    font-size: 20px;
		    color: #FFFFFF;
		    text-align: center;
		    height: 70px;
		    line-height: 70px;
		    margin-bottom: 15px;
		    position: relative;
		}
		.abbanner img{
		    width: 60%;
		}

		.zxl-aboutUs-01 .zxl-h2{
			margin: 10px;
		}
		.zxl-aboutUs-01 .zxl-h2 h2{
			font-size: 16px;
			line-height: 30px;
		}
		.zxl-aboutUs-01 .about p{
			font-size: 14px;
			line-height: 22px;
		}
		.zxl-aboutUs-02 {
		    box-sizing: border-box;
		    padding-top: 28px;
		    height: 300px;
		    background-position: center;
		    color: #fff;
		    text-align: center;
		}
		.zxl-aboutUs-02 ul li {
	        float: left;
		    width: 50%;
		    padding-top: 70px;
		    background-repeat: no-repeat;
		    background-position-x: center;
		    background-size: 75px auto;
		    box-sizing: border-box;
		    font-size: 16px;
		    line-height: 2px;
		    overflow: hidden;
		}
		
		.zxl-aboutUs-02 ul li .fontSize60{
		    font-size: 16px;
	        margin-top: 20px;
	        line-height: 38px;
		}
		
		.abbanner h3:after {
		    content: "";
		    width: 100px;
		    height: 4px;
		    background: #fff;
		    position: absolute;
		    left: 0;
		    right: 0;
		    margin: 0 auto;
		    top: 70px;
		}
		.partner ul li {
		    width: 50%;
		    float: left;
		    text-align: center;
		    padding: 20px;
		    box-sizing: border-box;
		}
		
	}
	@media (max-width: 500px) {
		.partner ul li {
		    width: 100%;
		    float: left;
		    text-align: center;
		    padding: 20px;
		    box-sizing: border-box;
		}
	} 
	

.m-confirm a{text-decoration:none;out-line:none;color:#fff}
.m-confirm p{text-decoration:none;out-line:none;color:#fff;margin-bottom:0}
.m-confirm{width:67px;position:fixed;top:50%;right:0;background-color:#fff;font-size:12px;color:#fff;margin-top:-120px;z-index:9999}
.m-confirm .z-show{display:block!important}
.m-confirm .z-over{background-color:#0d9546!important}
.m-confirm .z-over-1{background-color:#c6c6c6!important}
.m-confirm .i-sprite{background:url(../images/icon-sprite.png) no-repeat;display:inline-block;zoom:1;width:67px;height:30px;margin-top:28px;overflow:hidden}
.m-confirm .online{height:99px;text-align:center;border-bottom:1px solid #50eb91;cursor:pointer;background-color:#0db252}
.m-confirm .online .i-sprite-1{background-position:20px 0}
.m-confirm .online:hover{background-color:#0d9546}
.m-confirm .tel{height:99px;text-align:center;border-bottom:1px solid #50eb91;position:relative;cursor:pointer;background-color:#0db252}
.m-confirm .tel .i-sprite-2{background-position:20px -28px}
.m-confirm .tel .content{width:138px;height:43px;background:url(../images/tel-aside@2x.png) no-repeat;background:url(../images/tel-aside@1x.png) no-repeat;background-size:138px 43px;position:absolute;display:none;top:27px;left:-147px;z-index:9999}
.m-confirm .demo{padding:21px 0;text-align:center;background-color:#0db252;cursor:pointer}
.m-confirm .demo .icon{width:25px;height:25px;margin-bottom:5px;display:inline}
.m-confirm .demo:hover{background-color:#0d9546}
.m-confirm .try{padding:30px 0;text-align:center;background-color:#0db252;border-bottom:1px solid #50eb91;cursor:pointer}
.m-confirm .try .icon{width:25px;height:25px;margin-bottom:5px;display: inline;}
.m-confirm .try:hover{background-color:#0d9546}
.m-confirm .top{height:43px;text-align:center;background-color:#dbdbdb;cursor:pointer}
.m-confirm .top .i-sprite-4{height:20px;background-position:27px -81px;margin-top:0}
.m-confirm .top p{color:#666;font-weight:bolder;height:20px;line-height:10px}



/*导航修改*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
	padding: 0;
    min-width: 100%;
    width: auto;
}
.navbar-nav>li>.dropdown-menu li {
	padding: 0 10px;
    text-align: center;
    width: auto;
    min-width: 100%;
}
.navbar-nav>li>.dropdown-menu li a {
	color: #333 !important;
	border: none;
	padding: 0;
}
.navbar-nav>li>.dropdown-menu li a:hover {
	border: none;
}
.cases .c-case:hover .c-qrcode {
	background: rgba(255,255,255,0.8);
}
.cases .c-qrcode img {
	margin-top: 46%;
}
.cases .c-case {
	top: 0;
	padding-bottom: 140%;
	width: 82%;
	left: 9%;
	border: 2px solid #afafaf;
}
.cases .c-item .itempart {
	background-image: none;
	padding-bottom: 140%;
}
.cases .c-lists {
	height: 570px;
	overflow-y: auto;
	box-shadow: 0 0 10px 1px #ccc;
}
.cases {
	padding: 10px;
	margin-top: 0;
	padding-top: 0;
	
}
.zxlCreate {
	margin: 40px 0;
	text-align: center;
}
.zxlCreate a {
    text-align: center;
    margin: 0 10px;
    padding: 10px 30px;
    background: #4eae5d;
    color: #fff;
    border-radius: 20px;
    border: 1px #FFFFFF solid;
    display: inline-block;
    font-size: 18px;
    transition: 0.5s all;
}
.cases .c-classity dd {
	width: 100%;
}
.zxlGoBack {
	color: #333;
    font-size: 16px;
    margin-left: 12px;
    margin-top: 30px;
    display: inline-block;
}
.zxlGoBack:hover {
	color: #4eae5d;
}
.cases .c-classity dl {
	padding: 10px 0;
}
.cases .c-case.active {
	border-color: #0db252;
}
.list {
	height: 45px;
	width: 100%;
}
.list .list_button {
	border-left: 1px solid #717171;
	display: inline-block;
	float: left;
	height: 18px;
	line-height: 18px;
	margin-top: 30px;
	text-align: center;
	width: 90px;
}
.list .list_button:first-child {
	border-left: 0;
	text-align: left;
	margin-left: 5px;
	width: 55px;
}
.list .list_button button {
	background-color: transparent;
	border: none;
	color: #717171;
	font: 16px "微软雅黑";
	height: 18px;
	line-height: 18px;
	outline: none;
}