.ne-content{
	padding-top: 10px;
	padding-bottom: 90px;
	background: #f7f9fc;
}
.ne-banner{
	width: 100%;
	box-shadow: 0 0 4px 1px #eeeeee;
	overflow: hidden;
	margin-bottom: 30px;
}
.ne-banner img{
	display: block;
	width: 100%;
	animation: changeScale 1 2.5s;
}

.jxfa-box{
	padding: 45px 40px;
	background: #fff;
	box-shadow: 0 0 4px 1px #eeeeee;
}
.jxfa-list ul li{
	float: left;
	width: 23.8%;
	margin-right: 1.6%;
	margin-bottom: 35px;
}
.jxfa-list ul li:nth-child(4n){
	margin-right: 0;
}
.jxfa-img{
	width: 100%;
	overflow: hidden;
}
.jxfa-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.jxfa-list ul li:hover .jxfa-img img{
	transform: scale(1.1);
}
.jxfa-name{
	padding-top: 15px;
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
	text-align: center;
	transition-duration: 0.5s;
}
.jxfa-list ul li:hover .jxfa-name{
	color: #19af60;
}

.jianT{width: 100%;margin-top: 35px;zoom: 1;}
.jianT:after{display: block;content: '';clear: both;}
.jianT li{ float: left; background:#eaeaea;line-height: 36px;  height:36px;display:inline-block; margin:0 6px;padding:0;}
.jianT li a{ font-size: 14px; color:#474747; display:block;padding: 0 15px;}
.jianT li a:hover{text-decoration: none; background:#19af60;color:#fff;}
.jianT li .on{ background:#19af60; color:#fff;display:block;font-size: 14px;padding: 0 15px;}



.jxfa-detail-box{
	background: #fff;
	box-shadow: 0 0 4px 1px #eeeeee;
	padding: 30px 40px;
}
.jxfa-detail-title{
	padding-bottom: 25px;
	border-bottom: 1px solid #ededed;
	zoom: 1;
}
.jxfa-detail-title:after{
	display: block;
	content: '';
	clear: both;
}
.jxfa-detail-title h3{
	float: left;
	font-size: 26px;
	color: #333333;
	line-height: 38px;
	font-weight: normal;
}
.back-btn{
	float: right;
	display: block;
	width: 126px;
	height: 38px;
	border-radius: 38px;
	background: #e9e9e9;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 38px;
	transition-duration: 0.3s;
}
.back-btn:hover{
	background: #19af60;
	color: #fff;
}
.jxfa-detail-info{
	padding: 30px 0;
	zoom: 1;
}
.jxfa-detail-info:after{
	display: block;
	content: '';
	clear: both;
}
.jxfa-detail-img{
	float: left;
	width: 48.5%;
	border-radius: 5px;
	overflow: hidden;
}
.jxfa-detail-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.jxfa-detail-img:hover img{
	transform: scale(1.1);
}
.jxfa-detail-message{
	float: right;
	width: 48.5%;
	padding-top: 20px;
}
.jxfa-detail-message p{
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
	text-indent: 36px;
	text-align: justify;
}

.jxfa-detail-pro{
	margin-top: 30px;
}
.jxfa-proList{
	display: flex;
}
.jxfa-proTitle{
	width: 236px;
	height: 299px;
	padding-top: 50px;
	border-radius: 5px;
	background: url(../images/jxfa-bg.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	box-shadow: 0 0 4px 1px #eeeeee;
}
.jxfa-proTitle h4{
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 30px;
}
.jxfa-proTitle p{
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 40px;
}
.jxfa-proTitle span{
	margin: 0 auto;
	width: 110px;
	padding: 0 10px;
	background: #3f2b2b;
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	border-radius: 34px;
}
.jxfa-proList-info{
	width: calc(100% - 236px);
	padding-left: 18px;
	padding-right: 34px;
}

.jxfa-proList{
	margin-bottom: 40px;
}
.jxfa-proList:last-child{
	margin-bottom: 0;
}
.jxfa-proList-info ul{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.jxfa-proList-info ul li{
	float: left;
	width: 24.25%;
	height: 100%;
	margin-right: 1%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 4px 1px #eeeeee;
}
.jxfa-proList-info ul li:last-child{
	margin-right: 0;
}
.jxfa-proList-info ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.pro-img{
	width: 100%;
	height: 220px;
	position: relative;
}
.pro-img img{
	display: block;
    max-width: 80%;
    max-height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pro-info{
	text-align: center;
}
.pro-info p{
	padding: 0 20px;
	height: 40px;
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 1.4;
	    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.3s;
}
.jxfa-proList-info{
	position: relative;
}
.jxfa-proList-info ul li:hover .pro-info p{
	color: #19af60;
}
.pro-infoPrcie{
	padding: 0 20px;
	zoom: 1;
}
.pro-infoPrcie:after{
	display: block;
	content: '';
	clear: both;
}
.pro-infoPrcie span:nth-child(1){
	float: left;
	font-size: 15px;
	color: #777777;
	line-height: 20px;
}
.pro-infoPrcie span:nth-child(2){
	float: left;
	font-size: 15px;
	color: #f15421;
	line-height: 20px;
	font-weight: bold;
}
.more-pro{
	display: block;
	width: 50px;
	height: 82px;
	border-radius: 3px;
	background: #e9e9e9;
	font-size: 17px;
	color: #333333;
	padding: 15px 2px 0 15px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.more-pro:hover{
	background: #19af60;
	color: #fff;
}

.product-list ul li{
	float: left;
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 25px;
	background: #fff;
	box-shadow: 0 0 4px 1px #eeeeee;
}
.product-list ul li:nth-child(4n){
	margin-right: 0;
}
.product-list ul li a{
	display: block;
	padding: 20px 20px;
}
.product-img{
	width: 100%;
	height: 270px;
	position: relative;
}
.product-img img{
	display: block;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product-info{
	text-align: center;
}
.product-info h3{
	height: 40px;
	font-size: 15px;
	color: #333333;
	text-align: left;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.3s;
}
.product-list ul li:hover .product-info h3{
	color: #19af60;
}
.product-price{
	font-size: 15px;
	line-height: 1.4;
	color: #777777;
}
.product-price p{
	display: inline-block;
	margin: 0 5px;
}
.product-price p span{
	color: #f15421;
	font-weight: bold;
}

.pro-detail-top{
	display: flex;
}
.pro-detail-info{
	width: 74.32%;
	background: #fff;
	box-shadow: 0 0 4px 1px #eeeeee;
	padding: 35px 15px 60px 30px;
	zoom: 1;
}
.pro-detail-info:after{
	display: block;
	content: '';
	clear: both;
}
.pro-detail-syt{
	float: left;
	width: 45.78%;
}
.pro-detail-choose{
	float: left;
	width: 54.22%;
}
.detail-syt-large{
	width: 100%;
	height: 360px;
	border: 1px solid #efefef;
	position: relative;
}
/*.detail-syt-large ul{
	width: 100%;
	height: 100%;
}
.detail-syt-large ul li{
	position: relative;
	width: 100%;
	height: 100%;
}
.detail-syt-large ul li img{
	display: block;
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}*/
.detail-syt-large .pic{
	position: relative;
    width: 100%;
    height: 100%;
}
.detail-syt-large .pic .magnify{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    cursor: move;
    background-color: #fff;
    opacity: .3;
    filter:alpha(opacity=30);
}
.detail-syt-large .pic img{
	display: block;
	width: 100%;
    height: 100%;
}
.detail-syt-large .bigpic{
    display: none;
    position: absolute;
    top: 0;
    right: -470px;
    width: 460px;
    height: 460px;
    z-index: 333;
    border: 1px solid #fff;
    overflow: hidden;
}
.detail-syt-large .bigpic>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 920px;
    height: 920px;
    max-width: none;
}


.detail-syt-small ul{
	display: flex;
	border-left: 1px solid #efefef;
}
.detail-syt-small ul li{
	width: 25%;
	height: 90px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
.detail-syt-small ul li img{
	display: block;
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
.show-pro:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 2px solid #19af60;
	position: absolute;
	top: 0;
	left: 0;
}
.pro-detail-choose{
	padding: 20px 0 0 30px;
}
.pro-detail-title{
	zoom: 1;
	margin-bottom: 40px;
}
.pro-detail-title:after{
	display: block;
	content: '';
	clear: both;
}
.pro-detail-title h3{
	float: left;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	line-height: 36px;
}
.back-p{
	float: right;
	display: block;
	width: 80px;
	height: 36px;
	border-radius: 5px;
	background: #f6f6f6;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 36px;
}
.back-p:hover{
	color: #fff;
	background: #19af60;
}
.pro-detail-choose ul li{
	zoom: 1;
	margin-bottom: 8px;
}
.pro-detail-choose ul li:after{
	display: block;
	content: '';
	clear: both;
}
.pro-detail-choose ul li>span{
	float: left;
	display: block;
	width: 80px;
	font-size: 16px;
	color: #666666;
	line-height: 34px;
}


/*.pro-detail-choose ul li:nth-child(1){
	display: none;
}*/
/*.pro-detail-choose ul li:nth-child(2){
	display: none;
}*/
/*.pro-detail-choose ul li:nth-child(4){
	display: none;
}*/


.choose-panel{
	float: left;
	width: calc(100% - 80px);
	zoom: 1;
}
.choose-panel:after{
	display: block;
	content: '';
	clear: both;
}
.choose-panel h4{
	float: left;
	font-size: 22px;
	color: #f15421;
	font-weight: bold;
	line-height: 34px;
	margin-right: 10px;
}
.no-login{
	float: left;
	font-size: 15px;
	color: #333333;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 10px;
}
.no-login:hover{
	color: #f15421;
}
.no-check{
	float: left;
	font-size: 15px;
	color: #f15421;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 10px;
}
.yes-check{
	float: left;
	font-size: 15px;
	color: #19af60;
	line-height: 20px;
	margin-top: 10px;
}
.shdz-box{
	float: left;
	padding: 0 26px 0 8px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	font-size: 14px;
	color: #333333;
	line-height: 34px;
	margin-right: 10px;
	position: relative;
}
.shdz-box:before{
	display: block;
	content: '';
	width: 12px;
	height: 6px;
	background: url(../images/dz-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -3px;
}
.choose-panel>span{
	float: left;
	font-size: 14px;
	color: #a3a3a3;
	line-height: 34px;
}
.xh-choose{
	zoom: 1;
	padding-top: 4px;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.xh-choose:after{
	display: block;
	content: '';
	clear: both;
}
.xh-list{
	float: left;
	display: block;
	padding: 0 10px;
	border: 1px dashed #bababa;
	font-size: 14px;
	color: #bababa;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.xh-list.checked{
	border: 1px dashed #f15421;
	color: #f15421;
}
.xh-list.checked:after{
	display: block;
	content: '';
	width: 16px;
	height: 15px;
	background: url(../images/gou04.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.kc-number{
	font-size: 18px;
	color: #333333;
	line-height: 34px;
}
.choose-panel .number-choose{
	margin-left: 0;
	margin-top: 2px;
}

.product-czChoose{
/*	display: none;*/
	margin-top: 30px;
}
.product-czChoose ul li{
	display: flex;
	float: left;
	width: 130px;
	height: 48px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	margin-right: 8px;
}
.product-czChoose ul li:last-child{
	/*display: flex;*/
	margin-right: 0;
}
.product-czChoose ul li:hover{
	background: #19af60;
	border: 1px solid #19af60;
}
.product-czChoose ul li a{
	display: block;
	text-align: center;
}
.product-czChoose ul li a div{
	/*display: inline-block;*/
	zoom: 1;
}
.product-czChoose ul li a div:after{
	display: block;
	content: '';
	clear: both;
}
.product-czIcon{
	width: 18px;
	float: left;
	margin-top: 15px;
}
.product-czIcon img{
	width: 100%;
}
.product-cz-b{
	display: block;
}
.product-cz-w{
	display: none;
}
.product-czChoose ul li:hover .product-cz-b{
	display: none;
}
.product-czChoose ul li:hover .product-cz-w{
	display: block;
}
.product-czChoose ul li a div p{
	float: left;
	font-size: 17px;
	color: #333333;
	line-height: 48px;
	margin-left: 5px;
}
.product-czChoose ul li:hover p{
	color: #fff;
}
.pro-detail-other{
	width: 24.28%;
	margin-left: 1.4%;
	background: #fff;
	box-shadow: 0 0 4px 1px #eeeeee;
}
.pro-detail-other h4{
	font-size: 19px;
	color: #333333;
	font-weight: normal;
	line-height: 60px;
	padding: 0 20px;
	border-bottom: 1px solid #efefef;
}
.other-proList ul li a{
	display: flex;
}
.other-proImg{
	width: 114px;
	height: 114px;
	position: relative;
}
.other-proImg img{
	display: block;
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.other-proInfo{
	width: calc(100% - 114px);
	padding-right: 20px;
	padding-top: 20px;
}
.other-proInfo h5{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.other-proList ul li:hover .other-proInfo h5{
	color: #19af60;
}
.other-proPrice{
	display: none;
	margin-top: 10px;
	zoom: 1;
}
.other-proPrice:after{
	display: block;
	content: '';
	clear: both;
}
.other-proPrice span{
	display: block;
	float: left;
	font-size: 15px;
	line-height: 1.4;
}
.other-proPrice span:nth-child(1){
	color: #777777;
}
.other-proPrice span:nth-child(2){
	color: #f15421;
}
.proDetail-allMessage{
	margin-top: 15px;
	width: 74.32%;
}
.allMessage-list{
	padding: 45px 30px;
	background: #fff;
}
.allMessage-menu{
	margin-bottom: 34px;
}
.allMessage-menu ul li{
	float: left;
	width: 172px;
	height: 46px;
	border-radius: 5px;
	background: #e5e5e5;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 46px;
	margin-right: 10px;
	cursor: pointer;
}
.allMessage-menu ul li:last-child{
	margin-right: 0;
}
.allMessage-menu ul li a{
	display: block;
}
.pro-hover{
	background: #19af60 !important;
	color: #fff !important;
}
.pro-hover a{
	color: #fff !important;
}
.allMessage-contenter img{
	display: block;
	width: 100%;
}
.contenter-list{
	margin-bottom: 24px;
}
.contenter-list:last-child{
	margin-bottom: 0;
}
.contenter-list h4{
	font-size: 22px;
	color: #19af60;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
.contenter-list p{
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	text-align: justify;
}

.news-hasImg{
	display: flex;
	box-shadow: 0 0 4px 1px #eeeeee;
}
.news-hasImg-img{
	width: 53.42%;
	overflow: hidden;
}
.news-hasImg-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.news-hasImg-img:hover img{
	transform: scale(1.1);
}
.news-hasImg-info{
	width: 46.58%;
	background: #ffffff;
	padding: 60px 40px 0;
}
.news-hasImg-info h3{
	font-size: 24px;
	color: #333333;
	line-height: 1.4;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.news-hasImg-info span{
	display: block;
	font-size: 18px;
	color: #19af60;
	font-family: arial;
	line-height: 1.4;
	margin-bottom: 10px;
}
.news-hasImg-info p{
	font-size: 17px;
	color: #555555;
	line-height: 1.8;
	text-align: justify;
	opacity: 0.85;
}
.hasImg-link{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../images/news-jt01.png) no-repeat center center #e7e7e7;
	background-size: 10px 18px;
	margin-top: 45px;
	transition-duration: 0.3s;
}
.hasImg-link:hover{
	background: url(../images/news-jt02.png) no-repeat center center #19af60;
	background-size: 10px 18px;
}

.news-noImg{
	margin-top: 10px;
}
.news-noImg-list ul li{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 4px 1px #eeeeee;
	margin-bottom: 10px;
	position: relative;
	transition-duration: 0.3s;
}
.news-noImg-list ul li:hover{
	background: #19af60;
}
.news-noImg-list ul li a{
	display: flex;
	padding: 30px 0;
}
.news-noImg-date{
	width: 120px;
	text-align: center;
}
.news-noImg-date span:nth-child(1){
	display: block;
	font-size: 26px;
	color: #333333;
	line-height: 1.4;
	transition-duration: 0.3s;
}
.news-noImg-date span:nth-child(2){
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 1.4;
	transition-duration: 0.3s;
}
.news-noImg-list ul li:hover .news-noImg-date span:nth-child(1){
	color: #fff;
}
.news-noImg-list ul li:hover .news-noImg-date span:nth-child(2){
	color: #fff;
}
.news-noImg-info{
	width: calc(100% - 120px);
	padding-right: 100px;
}
.news-noImg-info h3{
	font-size: 22px;
	color: #333333;
	line-height: 1.4;
	margin-bottom: 6px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition-duration: 0.3s;
}
.news-noImg-list ul li:hover .news-noImg-info h3{
	color: #fff;
}
.news-noImg-info p{
	font-size: 16px;
	color: #999999;
	line-height: 1.4;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition-duration: 0.3s;
}
.news-noImg-list ul li:hover .news-noImg-info p{
	color: #fff;
}
.news-noImg-jt{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../images/news-jt01.png) no-repeat center center #e7e7e7;
	background-size: 10px 18px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
}

.news-detail{
	padding-top: 40px;
}
.article-ti {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.article-ti h1 {
    font-size: 24px;
}
.article-ti p {
    font-size: 16px;
    padding: 20px 0 0 0;
}
.article-nr{
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
.article-nr img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
.fwjs-box{
	padding: 94px 0 120px;
	background: url(../images/fwjs-bg.jpg) no-repeat center center;
	background-size: cover;
}
.fwjs-content{
	zoom: 1;
}
.fwjs-content:after{
	display: block;
	content: '';
	clear: both;
}
.fwjs-info{
	float: left;
	width: 50%;
	padding-right: ;
}
.shfw-title{
	position: relative;
	margin-bottom: 15px;
}
.shfw-title h3{
	font-size: 54px;
	color: #000000;
	opacity: 0.06;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.shfw-title h4{
	font-size: 30px;
	color: #000000;
	line-height: 1.2;
	font-weight: normal;
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
}
.fwjs-message{
	width: 100%;
}
.fwjs-message p{
	font-size: 18px;
	color: #333333;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 10px;
}
.fwjs-message p:last-child{
	margin-bottom: 0;
}
.hidden-fw{
	display: none;
}

.more-fw{
	width: 33px;
	height: 23px;
	background: url(../images/more-fw.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	margin-top: 20px;
	transition-duration: 0.5s;
}
.fw-up{
	transform: rotate(180deg);
}

.fwjs-img{
	float: right;
	width: 47%;
	overflow: hidden;
}
.fwjs-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.fwjs-img:hover img{
	transform: scale(1.1);
}


.fwfy-box{
	padding: 116px 0 0;
}
.fwfy-title{
	position: relative;
	z-index: 10;
}
.fwfy-title .w1400{
	padding-top: 50px;
	margin-bottom: 55px;
	position: relative;
}
.fwfy-menu{
	position: absolute;
	right: 0;
	top: 0;
}
.fwfy-menu ul li{
	float: left;
	width: 185px;
	height: 211px;
	padding-top: 35px;
	position: relative;
	cursor: pointer;
}
.fwfy-menu ul li:after{
	display: block;
	content: '';
	width: 100%;
	height: 0%;
	background: url(../images/fwfy-mBg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	transition-duration: 0.5s;
}
.fw-active:after{
	height: 100% !important;
}
.fwfy-menu-icon{
	width: 100%;
	height: 64px;
	margin-bottom: 15px;
	position: relative;
	z-index: 20;
}
.fwfy-menu-icon img{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32px;
	width: 64px;
	transition-duration: 0.5s;
}
.fwfy-iconImg-b{
	opacity: 1;
	visibility: visible;
}
.fwfy-iconImg-w{
	opacity: 0;
	visibility: hidden;
}
.fw-active .fwfy-iconImg-b{
	opacity: 0;
	visibility: hidden;
}
.fw-active .fwfy-iconImg-w{
	opacity: 1;
	visibility: visible;
}
.fwfy-menu ul li p{
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 1.4;
	position: relative;
	z-index: 20;
	transition-duration: 0.5s;
}
.fw-active p{
	color: #fff !important;
}

.fwfy-infoBox{
	width: 100%;
	height: 717px;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.fwfy-infoContenter{
	position: relative;
	width: 100%;
	height: 100%;
}
.fwfy-infoBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	animation: changeScale 1 2.5s;
}
.fwfy-infoMessage{
	position: relative;
	z-index: 10;
	padding-top: 170px;
}
.fwfy-infoMessage h3{
	font-size: 30px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 20px;
}
.fwfy-infoMessage p{
	width: 44%;
	font-size: 20px;
	color: #fff;
	line-height: 1.8;
}

.thh-rule{
	padding: 120px 0 70px;
	background: url(../images/gz-bg.png) no-repeat right top #fff;
	background-size: 26.666%;
}
.rule-info{
	padding-right: 12%;
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
	text-align: justify;
}

.about-menu{
	background: #fff;
	box-shadow: 0 0 4px 1px #eeeeee;
}
.about-menu ul li{
	float: left;
	width: 20%;
	font-size: 18px;
	text-align: center;
	color: #000000;
	line-height: 84px;
	position: relative;
}
.about-menu ul li a{
	display: block;
}
.about-menu ul li:after{
	display: block;
	content: '';
	width: 1px;
	height: 20px;
	background: #e3e3e3;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.about-menu ul li:last-child:after{
	display: none;
}

.about-us{
	padding-top: 70px;
	padding-bottom: 70px;
	background: url(../images/ab-usBg.jpg) no-repeat bottom center;
	background-size: 100%;
}
.about-us .shfw-title{
	margin-bottom: 40px;
	text-align: center;
}
.about-us .shfw-title h4{
	left: 50%;
	transform: translateX(-50%);
}
.about-us-info{
	display: flex;
}
.about-us-img{
	width: 52.57%;
	position: relative;
}
.about-us-img img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 10;
}
.about-us-img:after{
	display: block;
	content: '';
	width: 50px;
	height: 130px;
	background: #19af60;
	position: absolute;
	right: -50px;
	top: 30px;
	z-index: 2;
}
.about-us-img:before{
	display: block;
	content: '';
	width: 146px;
	height: 274px;
	background: #19af60;
	position: absolute;
	bottom: -20px;
	left: -48px;
	z-index: 2;
}
.about-us-message{
	width: 47.43%;
	padding-left: 70px;
	padding-top: 120px;
}
.about-us-message p{
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}
.about-us-message p:last-child{
	margin-bottom: 0;
}
.our-pt{
	padding: 90px 0 140px;
	background: #fff;
}

.our-pt .shfw-title{
	margin-bottom: 40px;
	text-align: center;
}
.our-pt .shfw-title h4{
	left: 50%;
	transform: translateX(-50%);
}
.our-pt-info{
	width: 100%;
	height: 520px;
	background: url(../images/pt-bg.jpg) no-repeat bottom center;
	background-size: cover;
	box-shadow: 0 0 4px 2px #dae6fa;
	border-radius: 10px;
	overflow: hidden;
	padding: 80px 7% 0 17%;
}
.our-pt-info p{
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
}

.our-ts{
	padding: 80px 0;
	background: #eef3f9;
}
.our-ts .shfw-title{
	margin-bottom: 40px;
	text-align: center;
}
.our-ts .shfw-title h4{
	left: 50%;
	transform: translateX(-50%);
}
.our-ts-info ul li{
	float: left;
	width: 19.2%;
	margin-right: 1%;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	padding: 50px 10px 25px;
	position: relative;
	cursor: pointer;
}
.our-ts-info ul li:last-child{
	margin-right: 0;
}
.our-ts-title{
	position: relative;
	z-index: 2;
}
.our-ts-title img{
	display: block;
	margin: 0 auto;
}
.our-ts-title p{
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin-top: 40px;
}

.our-ts-message{
	width: 100%;
	height: 100%;
	padding: 80px 15px 5px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
}
.our-ts-info ul li:hover .our-ts-message{
	opacity: 1;
	visibility: visible;
}
.our-ts-info ul li:nth-child(1) .our-ts-message{
	background: url(../images/ts-b01.png) no-repeat center bottom;
	background-size: cover;
}
.our-ts-info ul li:nth-child(2) .our-ts-message{
	background: url(../images/ts-b02.png) no-repeat center bottom;
	background-size: cover;
}
.our-ts-info ul li:nth-child(3) .our-ts-message{
	background: url(../images/ts-b03.png) no-repeat center bottom;
	background-size: cover;
}
.our-ts-info ul li:nth-child(4) .our-ts-message{
	background: url(../images/ts-b04.png) no-repeat center bottom;
	background-size: cover;
}
.our-ts-info ul li:nth-child(5) .our-ts-message{
	background: url(../images/ts-b05.png) no-repeat center bottom;
	background-size: cover;
}
.our-ts-message h4{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.our-ts-message p{
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
}

.our-wh{
	padding: 80px 0;
}
.our-wh .shfw-title{
	margin-bottom: 40px;
	text-align: center;
}
.our-wh .shfw-title h4{
	left: 50%;
	transform: translateX(-50%);
}
.our-wh-info{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.our-wh-info ul{
	width: 100%;
	display: flex;
}
.our-wh-info ul li{
	width: 13.5%;
	height: 546px;
	padding-top: 70px;
	/*padding-left: 50px;*/
	position: relative;
	overflow: hidden;
	transition-duration: 0.5s;
	cursor: pointer;
}
.our-wh-info ul li:nth-child(odd){
	background: linear-gradient(to top,rgba(221,231,255,1),rgba(221,231,255,0));
	background: -webkit-linear-gradient(to top,rgba(221,231,255,1),rgba(221,231,255,0));
	background: -moz-linear-gradient(to top,rgba(221,231,255,1),rgba(221,231,255,0));
	background: -o-linear-gradient(to top,rgba(221,231,255,1),rgba(221,231,255,0));
	background: -ms-linear-gradient(to top,rgba(221,231,255,1),rgba(221,231,255,0));
}
.our-wh-info ul li:nth-child(even){
	background: linear-gradient(to top,rgba(203,220,255,1),rgba(203,220,255,0));
	background: -webkit-linear-gradient(to top,rgba(203,220,255,1),rgba(203,220,255,0));
	background: -moz-linear-gradient(to top,rgba(203,220,255,1),rgba(203,220,255,0));
	background: -o-linear-gradient(to top,rgba(203,220,255,1),rgba(203,220,255,0));
	background: -ms-linear-gradient(to top,rgba(203,220,255,1),rgba(203,220,255,0));
}
.hover-wh{
	width: 59.5% !important;
	padding-left: 50px;
}
.our-wh-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}
.hover-wh .our-wh-bg{
	opacity: 1;
}
.our-wh-bg img{
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
}
.our-wh-name{
	position: relative;
	z-index: 4;
	text-align: center;
	margin-bottom: 60px;
	transition-duration: 0.5s;
}
.our-wh-name span{
	display: inline-block;
	font-size: 25px;
	color: #000000;
	line-height: 1.4;
	padding-bottom: 20px;
	position: relative;
}
.hover-wh .our-wh-name{
	text-align: left;
}
.our-wh-name span:after{
	display: block;
	content: '';
	width: 0px;
	height: 6px;
	background: #19af60;
	position: absolute;
	left: 0;
	bottom: 0;
	transition-duration: 0.5s;
}
.hover-wh .our-wh-name span:after{
	width: 35px !important;
}

.our-wh-by{
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.5s;
	position: relative;
	z-index: 10;
}
.hover-wh .our-wh-by{
	opacity: 1;
	visibility: visible;
	transition-delay: 0.5s;
}
.our-wh-by h3{
	font-size: 30px;
	color: #15ab5c;
	font-weight: bold;
	line-height: 1.4;
}
.our-wh-icon{
	position: absolute;
	width: 52px;
	left: 68px;
	bottom: 48px;
	z-index: 10;
}

.our-kh{
	padding: 80px 10% 110px;
	background: #f2f5fb;
	overflow: hidden;
}
.our-kh .shfw-title{
	margin-bottom: 40px;
	text-align: center;
}
.our-kh .shfw-title h4{
	left: 50%;
	transform: translateX(-50%);
}
.our-kh-box{
	width: 100%;
	height: 600px;
	transform: perspective(1000px) rotateX(45deg);
    transform-style: preserve-3d;
    margin-top: -120px;
}
.our-kh-box .khSwiper{
	width: 100%;
	height: 100%;
	padding: 10px;
}
.our-kh-box .khSwiper .swiper-slide{
	display: flex;
}
.kh-logo{
	width: 13.42%;
	margin-right: 1%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 5px 3px #d8d6d6;
	cursor: pointer;
	transition-duration: 0.5s;
	top: 0;
}
.kh-logo:hover{
	top: -15px;
	box-shadow: 0 0 10px 5px #c9c4c4;
}
.kh-logo:last-child{
	margin-right: 0;
}
.kh-logo img{
	position: absolute;
	max-height: 80%;
	max-width: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.lxwm-box{
	padding: 130px 0;
	background: url(../images/lxwm-bg.jpg) no-repeat center center;
	background-size: cover;
}
.lxwm-box .shfw-title h3{
	color: #fff;
}
.lxwm-box .shfw-title h4{
	color: #fff;
}
.lxwm-info ul li{
	zoom: 1;
	margin-bottom: 10px;
}
.lxwm-info ul li:last-child{
	margin-bottom: 0;
}
.lxwm-info ul li:after{
	display: block;
	content: '';
	clear: both;
}
.lxwm-info ul li img{
	float: left;
	width: 26px;
}
.lxwm-info ul li p{
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	margin-left: 4px;
}


.product-screen{
	background: #fff;
	box-shadow: 0 0 4px 1px #eeeeee;
	padding: 40px 35px;
	margin-bottom: 15px;
}
.product-screen h3{
	font-size: 22px;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 10px;
}
.screen-list{
	padding: 13px 0;
	border-bottom: 1px solid #f0f0f0;
	zoom: 1;
}
.screen-list:after{
	display: block;
	content: '';
	clear: both;
}
.screen-name{
	float: left;
	width: 80px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 54px;
}
.screen-menu{
	float: left;
	width: calc(100% - 155px);
	height: 54px;
	overflow: hidden;
	/*transition-duration: 0.5s;*/
}
.down{
	height: auto !important;
}
.screen-menu ul{
	width: 100%;
}
.screen-menu ul li{
	float: left;
	width: 13%;
	margin-right: 1.5%;
	margin-bottom: 5px;
	font-size: 16px;
	color: #333333;
	line-height: 54px;
}
.screen-menu ul li:nth-child(7n){
	margin-right: 0;
}
.screen-menu ul li a{
	display: block;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*transition-duration: 0.3s;*/
}
.screen-menu ul li:hover a{
	color: #19af60;
}
.screen-active a{
	color: #19af60 !important;
}

.pp-icon{
	width: 100%;
	height: 54px;
	background: #f6f6f6;
	border-radius: 5px;
	position: relative;
	transition-duration: 0.3s;
}
.screen-menu ul li:hover .pp-icon{
	border: 1px solid #19af60;
}
.screen-active .pp-icon{
	border: 1px solid #19af60 !important;
}
.pp-icon img{
	max-width: 90%;
	max-height: 80%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.screen-more{
	float: right;
	width: 60px;
	height: 26px;
	border-radius: 3px;
	background: #f5f7fa;
	text-align: center;
	line-height: 26px;
	margin-top: 14px;
	cursor: pointer;
	transition-duration: 0.3s;
}
.screen-more span{
	font-size: 14px;
	color: #333;
	padding-right: 12px;
	position: relative;
	/*transition-duration: 0.3s;*/
}
.screen-more span:after{
	display: block;
	content: '';
	width: 10px;
	height: 6px;
	background: url(../images/screen-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
}
.up span:after{
	transform: rotate(180deg);
}
.screen-more:hover{
	background: #19af60;
}
.screen-more:hover span{
	color: #fff;
}
.screen-more:hover span:after{
	background: url(../images/screen-jt-w.png) no-repeat;
	background-size: 100% 100%;
}

.product-content-list ul li{
	float: left;
	width: 19.2%;
	margin-right: 1%;
	background: #fff;
	margin-bottom: 15px;
}
.product-content-list ul li:nth-child(5n){
	margin-right: 0;
}
.product-content-list ul li a {
    display: block;
    padding: 20px 20px;
}

.product-content-img{
	width: 100%;
	height: 270px;
	position: relative;
}
.product-content-img img{
	display: block;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product-content-info{
	text-align: center;
}
.product-content-info h3{
	height: 40px;
	font-size: 14px;
	color: #333333;
	line-height: 1.4;
	text-align: left;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
	transition-duration: 0.3s;
}
.product-content-list ul li:hover .product-content-info h3{
	color: #19af60;
}
.product-content-price{
	display: none;
	font-size: 14px;
	line-height: 1.4;
	zoom: 1;
}
.product-content-price:after{
	display: block;
	content: '';
	clear: both;
}
.product-content-price span:nth-child(1){
	float: left;
	color: #777777;
}
.product-content-price span:nth-child(2){
	float: left;
	color: #f15421;
	font-weight: bold;
}


.ppzx-logoBox{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 4px 1px #eeeeee;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
}
.ppxzSwiper{
	width: 100%;
	height: 100%;
	padding: 6px;
}
.ppzx-logoContent{
    zoom: 1;
}
.ppzx-logoContent:after{
	display: block;
	content: '';
	clear: both;
}
.ppzx-logoList{
	float: left;
	width: 20%;
	height: 120px;
	background: #fff;
	border-right: 1px solid #f0f0f0;
	position: relative;
	transition-duration: 0.5s;
	top: 0;
	z-index: 1;
}
.ppzx-logoList:nth-child(-n+5){
	border-bottom: 1px solid #f0f0f0;
}
.ppzx-logoList:nth-child(5n){
	border-right: none;
}
.ppzx-logoList:hover{
	top: -5px;
	box-shadow: 0 0 5px 2px #c9c4c4;
	z-index: 2;
}
.ppzx-logoList img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 70%;
}
.ppxzSwiper .swiper-pagination-bullet-active{
	background: #78d0a1;
}
.ppxz-prev,.ppxz-next{
	width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 10;
    cursor: pointer;
}
.ppxz-prev{
	left: -14px;
    background: url(../images/zyjx-jt01.png) no-repeat;
}
.ppxz-prev:hover{
	background: url(../images/zyjx-jt02.png) no-repeat;
	transform: rotate(180deg);
}
.ppxz-next{
	right: -14px;
    background: url(../images/zyjx-jt01.png) no-repeat;
    transform: rotate(180deg);
}
.ppxz-next:hover{
	background: url(../images/zyjx-jt02.png) no-repeat;
	transform: rotate(0deg);
}

.ppzx-content{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 4px 1px #eeeeee;
	padding: 20px 55px 60px;
}
.ppzx-jj{
	zoom: 1;
	padding: 40px 0;
	border-bottom: 1px dashed #dedede;
}
.ppzx-jj:after{
	display: block;
	content: '';
	clear: both;
}
.ppzx-jj-logo{
	float: left;
	width: 238px;
	height: 98px;
	border: 1px solid #e5e5e5;
	position: relative;
}
.ppzx-jj-logo img{
	display: block;
	max-width: 90%;
	max-height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ppzx-jj-message{
	float: left;
	width: calc(100% - 238px);
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	position: relative;
}
.ppzx-jj-message h3{
	font-size: 20px;
	color: #333333;
	line-height: 1.4;
	margin-bottom: 10px;	
}
.ppzx-jj-message p{
	font-size: 17px;
	color: #555555;
	line-height: 1.6;
	text-align: justify;
}
.ppzx-jj-more{
	font-size: 15px;
	color: #19af60;
	line-height: 20px;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
}
.ppzx-hidden{
	display: none;
}

.ppzx-jj-menu{
	margin-top: 40px;
	padding: 20px 0;
	background: url(../images/ppzx-jj-bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.ppzx-jj-menu ul{
	display: inline-block;
}
.ppzx-jj-menu ul li{
	float: left;
	font-size: 17px;
	color: #666666;
	line-height: 34px;
	padding: 0 35px;
	position: relative;
}
.ppzx-jj-menu ul li a{
	color: #666666;
}
.ppzx-jj-menu ul li:before{
	display: block;
	content: '';
	width: 1px;
	height: 15px;
	background: #b8b8ba;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7.5px;
}
.ppzx-jj-menu ul li:first-child:before{
	display: none;
}

.ppzx-search{
	margin-top: 20px;
	width: 100%;
    background: #fff;
    box-shadow: 0 0 4px 1px #eeeeee;
    padding: 50px 45px;
}
.ppzx-search h3{
	font-size: 20px;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 25px;
}

.ppzx-l01{
	padding-bottom: 15px;
	border-bottom: 1px solid #ececec;
}
.ppzx-l02{
	padding: 12px 0;
	border-bottom: 1px solid #ececec;
}

.ppzx-search-list{
	zoom: 1;
}
.ppzx-search-list:after{
	display: block;
	content: '';
	clear: both;
}
.search-title{
	float: left;
	width: 100px;
	font-size: 16px;
	color: #000000;
	line-height: 28px;
}
.search-name{
	float: left;
	width: calc(100% - 100px);
}
.fn-list ul li{
	float: left;
	width: 16.666%;
	margin-bottom: 10px;
}
.fn-list ul li a{
	display: inline-block;
	max-width: 100%;
	padding: 0 10px;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	border-radius: 2px;
}
.zm-list ul li{
	float: left;
}
.zm-list ul li a{
	display: block;
	padding: 0 10px;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	border-radius: 8px;
}
.pp-active a{
	background: #19af60;
	color: #fff !important;
}
.pphz-box{
	padding-top: 35px;
}
.pphz-box ul li{
	float: left;
	width: 25%;
	margin-bottom: 12px;
}
.pphz-box ul li a{
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
	transition-duration: 0.3s;
}
.pphz-box ul li a:hover{
	color: #19af60;
}



.gwc-box{
	width: 100%;
	padding: 30px 20px 80px;
	background: #fff;
	border-top: 2px solid #078d71;
	box-shadow: 0 0 4px 1px #eeeeee;
}
.gwc-menu{
	padding: 0 15px;
	background: #eeeeee;
}
.gwc-menu ul li{
	float: left;
	font-size: 17px;
	color: #555555;
	line-height: 50px;
	text-align: center;
}
.gwc-menu ul li:nth-child(1){
	width: 33.8%;
	text-align: left;
}
.gwc-menu ul li:nth-child(2){
	width: 11.6%;
	margin-right: 3%;
}
.gwc-menu ul li:nth-child(3){
	width: 10.2%;
}
.gwc-menu ul li:nth-child(4){
	width: 15.3%;
}
.gwc-menu ul li:nth-child(5){
	width: 12.4%;
}
.gwc-menu ul li:nth-child(6){
	width: 13.7%;
}

.gwc-list{
	margin-top: 14px;
}
.gwc-list ul li{
	zoom: 1;
	border: 2px solid #eeeeee;
	background: #fff;
	margin-bottom: 20px;
}
.gwc-list ul li:last-child{
	margin-bottom: 0;
}
.gwc-list ul li:after{
	display: block;
	content: '';
	clear: both;
}
.gwc-list-fn{
	padding: 0 15px;
	font-size: 16px;
	color: #555555;
	line-height: 46px;
	background: #fbfbfb;
	zoom: 1;
}
.gwc-list-fn:after{
	display: block;
	content: '';
	clear: both;
}
.checksin{
	float: left;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: none;
	border: 1px solid #aaaaaa;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance:none;
	-o-appearance:none;
	margin-top: 17px;
	position: relative;
	cursor: pointer;
}
.checksin:checked{
	border: 1px solid #f15421;
	background: #f15421;
}
.checksin:checked:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/gou.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.gwc-list-fn span{
	display: block;
	float: left;
	margin-left: 10px;
}
.gwc-list-message{
	zoom: 1;
	padding: 0 15px;
}
.gwc-list-message:after{
	display: block;
	content: '';
	clear: both;
}
.pro-nr{
	float: left;
	width: 33.8%;
	zoom: 1;
}
.pro-nr:after{
	display: block;
	content: '';
	clear: both;
}
.gwc-proImg{
	float: left;
	width: 126px;
	height: 126px;
	position: relative;
}
.gwc-proImg img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.gwc-proInfo{
	float: left;
	width: calc(100% - 126px);
	padding: 52px 5px 0;
}
.gwc-proInfo h4{
	font-size: 18px;
	color: #333333;
	line-height: 1.4;
}
.unit-price{
	float: left;
	width: 11.6%;
	margin-right: 3%;
	font-size: 18px;
	color: #f15421;
	font-weight: bold;
	text-align: center;
	line-height: 126px;
}
.gwc-proNum{
	float: left;
	width: 10.2%;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	line-height: 126px;
}
.gwc-proPrice{
	float: left;
	width: 15.3%;
	font-size: 18px;
	color: #f15421;
	font-weight: bold;
	text-align: center;
	line-height: 126px;
}
.gwc-proTime{
	float: left;
	width: 12.4%;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	line-height: 126px;
}
.delete-cz{
	float: left;
	width: 13.7%;
	padding-top: 44px;
}
.delete-btn{
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 38px;
	border-radius: 38px;
	background: #a5a5a5;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	transition-duration: 0.3s;
}
.delete-btn:hover{
	background: #f15421;
}
.gwc-settlement{
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 4px 1px #eeeeee;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top: 1px solid #e6e6e6;
	padding: 14px 20px;
	zoom: 1;
}
.gwc-settlement:after{
	display: block;
	content: '';
	clear: both;
}
.settlement-fl{
	float: left;
	zoom: 1;
}
.settlement-fl:after{
	display: block;
	content: '';
	clear: both;
}
.select-all{
	float: left;
	zoom: 1;
	margin-right: 25px;
}
.select-all:after{
	display: block;
	content: '';
	clear: both;
}
.checkall{
	float: left;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: none;
	border: 1px solid #aaaaaa;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance:none;
	-o-appearance:none;
	margin-top: 12px;
	position: relative;
	cursor: pointer;
}
.checkall:checked{
	border: 1px solid #f15421;
	background: #f15421;
}
.checkall:checked:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/gou.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.select-all span{
	float: left;
	font-size: 15px;
	color: #333333;
	line-height: 40px;
	margin-left: 4px;
}
.delete-all{
	float: left;
	font-size: 15px;
	color: #333333;
	line-height: 40px;
	cursor: pointer;
	transition-duration: 0.3s;
}
.delete-all:hover{
	color: #f15421;
}
.settlement-fr{
	float: right;
	zoom: 1;
}
.settlement-fr:after{
	display: block;
	content: '';
	clear: both;
}
.all-number{
	float: left;
	font-size: 15px;
	color: #333333;
	line-height: 40px;
	margin-right: 10px;
}
.allnum{
	font-size: 20px;
	color: #f15421;
	font-weight: bold;
	margin: 0 2px;
}
.all-price{
	float: left;
	font-size: 15px;
	color: #333333;
	line-height: 40px;
	margin-right: 10px;
}
.allprice{
	font-size: 20px;
	color: #f15421;
	font-weight: bold;
}
.submit-pay{
	float: left;
	width: 80px;
	height: 40px;
	border-radius: 40px;
	background: #a5a5a5;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	transition-duration: 0.3s;
}
.submit-pay:hover{
	background: #f15421;
}
.highLight{
	background: #f15421 !important;
}

.order-zt{
	width: 100%;
	padding-top: 48px;
	position: relative;
}
.order-zt:after{
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background: #c4c4c4;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 2;
}
.order-zt ul{
	display: flex;
	position: relative;
	z-index: 10;
}
.order-zt ul li{
	float: left;
	width: 33.333%;
	padding-top: 25px;
	position: relative;
}

.hight-line{
	display: none;
	width: 100%;
	height: 3px;
	background: #19af60;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
}
.order-active .hight-line{
	display: block;
}
.hight-circle{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #6f6f6f;
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -12px;
	z-index: 14;
}
.hight-circle:after{
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #6f6f6f;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.order-active .hight-circle{
	border: 1px solid #19af60;
}
.order-active .hight-circle:after{
	background: #19af60;
}
.order-zt ul li p{
	font-size: 18px;
	color: #333333;
	line-height: 1.4;
	text-align: center;
}

.order-panel{
	width: 100%;
	border-top: 3px solid #f15421;
	background: #fff;
	padding-bottom: 60px;
	margin-top: 30px;
	/*padding: 0 12%;*/
}

.order-margin{
	width: 1064px;
	margin: 0 auto;
	border-bottom: 1px solid #f0f0f0;
	zoom: 1;
}
.order-margin:after{
	display: block;
	content: '';
	clear: both;
}
.order-dj .order-margin{
	padding: 30px 0 20px;
}
.order-name{
	float: left;
	zoom: 1;
}
.order-name:after{
	display: block;
	content: '';
	clear: both;
}
.order-name h3{
	float: left;
	font-size: 24px;
	color: #2e2e2e;
	line-height: 30px;
}
.order-name span{
	float: left;
	font-size: 16px;
	color: #777777;
	line-height: 22px;
	margin-top: 9px;
	margin-left: 5px;
}
.order-unitPrice{
	float: right;
	zoom: 1;
}
.order-unitPrice:after{
	display: block;
	content: '';
	clear: both;
}
.order-unitPrice span{
	float: left;
}
.order-unitPrice span:nth-child(1){
	font-size: 20px;
	color: #f15421;
	line-height: 26px;
	margin-top: 1px;
}
.order-unitPrice span:nth-child(2){
	font-size: 28px;
	color: #f15421;
	line-height: 30px;
	font-weight: bold;
	font-family: arial;
}
.order-unitPrice span:nth-child(3){
	font-size: 16px;
	color: #f15421;
	line-height: 22px;
	margin-top: 5px;
}
.order-unitPrice span:nth-child(4){
	font-size: 16px;
	color: #777777;
	line-height: 22px;
	margin-top: 5px;
	margin-left: 5px;
}

.order-zj .order-margin{
	padding: 50px 0;
}
.order-number{
	float: left;
	zoom: 1;
}
.order-number:after{
	display: block;
	content: '';
	clear: both;
}
.order-number p{
	float: left;
	font-size: 18px;
	color: #555555;
	line-height: 30px;
}
.number-choose{
	float: left;
	margin-left: 30px;
	background: #ededed;
	zoom: 1;
}
.number-choose:after{
	display: block;
	content: '';
	clear: both;
}
.number-choose .reduce,.number-choose .add{
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #cccccc;
	cursor: pointer;
}
.number-choose .reduce{
	background: url(../images/jian.png) no-repeat;
	background-size: 100% 100%;
}
.number-choose .add{
	background: url(../images/jia.png) no-repeat;
	background-size: 100% 100%;
}
.number-choose .numchange{
	float: left;
	border: none;
	outline: none;
	width: 50px;
	height: 30px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #fff;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.order-allPrice{
	float: right;
	font-size: 18px;
	color: #f15421;
	line-height: 30px;
}

.recipient-title .order-margin{
	padding: 30px 0;
}
.recipient-title h3{
	float: left;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	line-height: 30px;
}
.manageAdd{
	float: right;
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	transition-duration: 0.3s;
}
.manageAdd:hover{
	color: #f15421;
}
.order-address{
	padding-top: 15px;
}
.order-address .order-margin{
	border-bottom: none;
}
.order-address-list{
	padding: 0 30px;
	zoom: 1;
	border: 1px solid rgba(241,84,33,0);
}
.order-address-list:after{
	display: block;
	content: '';
	clear: both;
}
.addOn{
	background: #fff0e8;
	border: 1px solid rgba(241,84,33,1);
}
.addressCheck{
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: none;
	border-radius: none;
	border: 1px solid #bababa;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance:none;
	-o-appearance:none;
	margin-top: 12px;
	position: relative;
	cursor: pointer;
}
.addressCheck:checked{
	border: 1px solid #f15421;
	background: #f15421;
}
.addressCheck:checked:after{
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.order-address-list p{
	float: left;
	font-size: 17px;
	color: #333333;
	line-height: 44px;
	margin-left: 20px;
}
.revise-btn{
	width: 80px;
	display: none;
	float: right;
	font-size: 16px;
	color: #fd8c33;
	line-height: 44px;
	cursor: pointer;
}
.change-addBox{
	padding: 0 70px;
	margin-bottom: 15px;
}
.change-otherAdd{
	display: inline-block;
	font-size: 16px;
	color: #19af60;
	line-height: 1.6;
	cursor: pointer;
}
.order-notes{
	zoom: 1;
	margin-bottom: 70px;
}
.order-notes:after{
	display: block;
	content: '';
	clear: both;
}
.order-notes p{
	float: left;
	width: 70px;
	font-size: 20px;
	color: #333333;
	line-height: 1.6;
}
.order-notes-content{
	float: left;
	width: calc(100% - 70px);
}
.order-notes-content textarea{
	display: block;
	width: 100%;
	height: 200px;
	padding: 10px;
	border: 1px solid #dbdbdb;
	background: #f8f8f8;
	resize: none;
	outline: none;
	font-size: 16px;
	color: #333;
	font-family: 'syhtN';
}

.order-pay{
	background: #fafafa;
	padding: 15px 0;
}
.order-pay .order-margin{
	border-bottom: none;
}
.pay-btn{
	float: right;
	display: block;
	width: 144px;
	height: 44px;
	border-radius: 5px;
	background: #19af60;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	margin-left: 30px;
}
.pay-price{
	float: right;
	zoom: 1;
}
.pay-price:after{
	display: block;
	content: '';
	clear: both;
}
.pay-price span{
	float: left;
	line-height: 44px;
}
.pay-price span:nth-child(1){
	font-size: 18px;
	color: #333333;	
}
.pay-price span:nth-child(2){
	font-size: 20px;
	color: #f15421;	
	font-weight: bold;
}
.pay-price span:nth-child(3){
	font-size: 28px;
	color: #f15421;	
	font-weight: bold;
	font-family: arial;
}
.pay-price span:nth-child(4){
	font-size: 16px;
	color: #f15421;	
	font-weight: normal;
}

.pay-order-name{
	text-align: center;
	padding-top: 80px;
	margin-bottom: 25px;
}
.pay-order-nameInfo{
	display: inline-block;
	zoom: 1;
}
.pay-order-nameInfo:after{
	display: block;
	content: '';
	clear: both;
}
.pay-order-nameInfo span:nth-child(1){
	float: left;
	font-size: 20px;
	color: #2e2e2e;
	line-height: 28px;
	padding-left: 26px;
	position: relative;
}
.pay-order-nameInfo span:nth-child(1):before{
	display: block;
	content: '';
	width: 19px;
	height: 19px;
	background: url(../images/ts.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9.5px;
}
.pay-order-nameInfo span:nth-child(2){
	float: left;
	font-size: 20px;
	color: #2e2e2e;
	line-height: 28px;
	margin-left: 8px;
}
.pay-order-nameInfo p{
	float: left;
	font-size: 24px;
	line-height: 28px;
}
.pay-order-price{
	text-align: center;
	font-size: 20px;
	color: #2e2e2e;
	line-height: 28px;
	margin-bottom: 20px;
}
.pay-order-price span{
	color: #f15421;
}
.pay-fh{
	font-weight: bold;
	font-size: 26px;
}
.pay-je{
	font-weight: bold;
	font-size: 36px;
}
.pay-dw{
	font-weight: bold;
}

.pay-order-choose{
	margin-bottom: 70px;
}
.pay-choose-menu{
	text-align: center;
	margin-bottom: 40px;
}
.pay-choose-menu ul{
	display: inline-block;
}
.pay-choose-menu ul li{
	float: left;
	width: 150px;
	height: 42px;
	margin: 0 5px;
	border-radius: 4px;
	background: #e9e9e9;
	font-size: 18px;
	text-align: center;
	line-height: 42px;
}
.pay-choose-menu ul li a{
	display: block;
	color: #333333;
}
.pay-on{
	background: #19af60 !important;
}
.pay-on a{
	color: #fff !important;
}
.pay-order-content{
	
}
.pay-order-content p{
	font-size: 16px;
	color: #999999;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}
.pay-account{
	display: block;
	width: 570px;
	padding: 20px 20px;
	/*height: 56px;*/
	margin: 0 auto;
	background: #fff0e8;
	border: 1px solid rgba(241,84,33,1);
	text-align: center;
}
.pay-account-box{
	display: inline-block;
}
.pay-account-box p{
	font-size: 20px;
	color: #333333;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 0 !important;
}

.pay-ewmContent{
	width: 310px;
	margin: 0 auto;
}
.pay-ewmBox{
	width: 100%;
	border: 2px solid #19af60;
}
.pay-ewmImg{
	width: 100%;
	padding: 6px;
}
.pay-ewmImg img{
	display: block;
	width: 100%;
}
.pay-ewmTs{
	width: 100%;
	text-align: center;
	background: #19af60;
}
.pay-ewmTs span{
	font-size: 16px;
	color: #fff;
	line-height: 56px;
	padding-left: 45px;
	position: relative;
}
.pay-ewmTs span:before{
	display: block;
	content: '';
	width: 34px;
	height: 29px;
	background: url(../images/sys.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14.5px;
}
.pay-ewmChoose{
	margin-top: 40px;
	text-align: center;
}
.online-otherPay{
	display: inline-block;
	font-size: 18px;
	color: #19af60;
	padding-right: 16px;
	position: relative;
}
.online-otherPay:after{
	display: block;
	content: '';
	width: 10px;
	height: 6px;
	background: url(../images/pay-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
}
.pay-ewmChoose ul{
	width: 100%;
	margin-top: 10px;
}
.pay-ewmChoose ul li{
	display: inline-block;
	width: 114px;
	height: 40px;
	margin: 0 8px;
	border: 1px solid #c4c4c4;
	font-size: 14px;
	color: #555555;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	position: relative;
}
.fs-on{
	border: 1px solid #19af60 !important;
}
.fs-on:after{
	display: block;
	content: '';
	width: 15px;
	height: 19px;
	background: url(../images/gou02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.success-content{
	padding: 120px 0;
	text-align: center;
}
.success-box{
	display: inline-block;
	text-align: left;
}
.success-box h3{
	font-size: 26px;
	color: #333333;
	line-height: 40px;
	font-weight: normal;
	padding-left: 60px;
	position: relative;
	margin-bottom: 20px;
}
.success-box h3:before{
	display: block;
	content: '';
	width: 33px;
	height: 33px;
	background: url(../images/gou03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 3.5px;
}
.success-box h4{
	font-size: 20px;
	color: #2e2e2e;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 35px;
}
.success-box h4 span:nth-child(1){
	font-size: 26px;
	color: #f15421;
	font-weight: bold;
}
.success-box h4 span:nth-child(2){
	font-size: 36px;
	color: #f15421;
	font-weight: bold;
}
.success-box h4 span:nth-child(3){
	color: #f15421;
	font-weight: bold;
}
.success-box h5{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 30px;
}
.success-box h5 span{
	color: #f15421;
}
.success-box p{
	font-size: 16px;
	color: #999999;
	line-height: 1.6;
	margin-bottom: 25px;
}
.success-cz{
	zoom: 1;
}
.success-cz:after{
	display: block;
	content: '';
	clear: both;
}
.success-cz span{
	float: left;
	font-size: 20px;
	color: #333333;
	line-height: 42px;
	margin-right: 10px;
}
.look-order{
	float: left;
	display: block;
	width: 144px;
	height: 42px;
	background: #19af60;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	margin-right: 10px;
}
.back-home{
	float: left;
	display: block;
	width: 144px;
	height: 42px;
	border: 1px solid #19af60;
	border-radius: 5px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 42px;
}

.idea-box{
	margin: 20px auto 0;
	width: 100%;
	max-width: 1024px;
    min-width: 960px;
	background: #fff;
	box-shadow: 0 0 4px 1px #eeeeee;
	padding: 40px;
}
.idea-by{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.idea-nx{
	margin-top: 40px;
}
.idea-box h4{
	font-size: 18px;
	color: #333;
	font-weight: normal;
    margin-bottom: 20px;
}
.idea-nx ul li{
	float: left;
	border: 1px solid #ced3d9;
    line-height: 33px;
    padding: 0 15px;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.idea-nx ul li.selected{
	border: 1px solid #f15421;
    color: #f15421;
}
.idea-nx ul li.selected:after{
	display: block;
    content: '';
    width: 16px;
    height: 15px;
    background: url(../images/gou04.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.your-idea{
	margin-top: 40px;
}
.your-idea textarea{
	display: block;
    font-size: 14px;
    font-family: 'syhtN';
    line-height: 21px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced3d9;
    padding: 7px 10px;
    border-radius: 3px;
    width: 100%;
    height: auto;
    min-width: 700px;
    max-width: 700px;
    min-height: 120px;
    outline: none;
}
.your-idea textarea::placeholder{
	color: #c2c7cc
}
.your-idea textarea:focus{
	border: 1px solid #19af60;
}
.your-idea textarea.error{
	border: 1px solid #e64545 !important;
}
.idea-ts{
	display: none;
	margin-top: 5px;
	font-size: 14px;
	color: #e64545;
	line-height: 16px;
	padding-left: 18px;
	position: relative;
}
.idea-ts:before{
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/cha.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 1px;
}
.your-tel{
	margin-top: 40px;
}
.your-tel input{
	font-family: 'syhtN';
	height: 35px;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced3d9;
    padding: 7px 10px;
    border-radius: 3px;
    outline: none;
}
.your-tel input::placeholder{
	color: #c2c7cc
}
.your-tel input:focus{
	border: 1px solid #19af60;
}
.sub-idea{
	width: 70px;
	height: 40px;
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	background: #19af60;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}


.allMessage-contenter{
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
}
.allMessage-contenter h3{
	font-size: 24px;
	font-weight: bold;
	color: #19af60;
	line-height: 1.4;
	margin: 10px 0 20px;
}
.pro-hover a{
	display: block;
    		color: #fff;
    	}
    	

.getPrice-popup{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	width: 760px;
	background: #fff;
	border-radius: 8px;
	padding: 25px 0 34px;
}
.getPrice-popup-title{
	padding: 0 7%;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 15px;
}
.getPrice-popup-notice{
	width: 100%;
	background: #f2f9f5;
	padding: 0 7%;
}
.getPrice-popup-notice p{
	font-size: 16px;
	color: #666666;
	line-height: 46px;
	padding-left: 20px;
	position: relative;
}  	
.getPrice-popup-notice p:before{
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/tk-ts.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.getPrice-popup-pro{
	padding: 20px 7%;
	zoom: 1;
}
.getPrice-popup-pro:after{
	display: block;
	content: '';
	clear: both;
}
.getPrice-popup-proImg{
	float: left;
	width: 105px;
	height: 85px;
	border: 1px solid #e6e6e6;
	position: relative;
}
.getPrice-popup-proImg img{
	display: block;
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.getPrice-popup-proInfo{
	float: left;
	width: calc(100% - 105px);
	padding-left: 15px;
	padding-top: 10px;
}
.getPrice-popup-proInfo h4{
	font-size: 17px;
	color: #333333;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 10px;
}
.getPrice-popup-proInfo p{
	font-size: 16px;
	color: #888888;
	line-height: 1.4;
}
.getPrice-popup-contact{
	padding: 20px 7% 0 0;
	border-top: 1px solid #e6e6e6;
}
.getPrice-popup-contact ul li{
	zoom: 1;
	margin-bottom: 15px;
}
.getPrice-popup-contact ul li:last-child{
	margin-bottom: 0;
}
.getPrice-popup-contact ul li:after{
	display: block;
	content: '';
	clear: both;
}
.getPrice-popup-contact ul li p{
	float: left;
	width: calc(9% + 106px);
	font-size: 16px;
	color: #000033;
	text-align: right;
	line-height: 40px;
}
.getPrice-popup-contact ul li p i{
	font-style: normal;
	color: #ff0500;
}
.getPrice-popup-contact-fr{
	float: right;
	width: calc(91% - 106px);
	zoom: 1;
}
.getPrice-popup-contact-fr:after{
	display: block;
	content: '';
	clear: both;
}
.getPrice-popup-contact-fr>input{
	width: 100%;
	height: 40px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 0 10px;
	background: none;
	outline: none;
	font-size: 16px;
	color: #555555;
}
.getPrice-popup-contact-fr label{
	float: left;
    display: block;
    width: 15%;
    margin-right: 2%;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.getPrice-popup-contact-fr label:last-child{
	margin-right: 0;
}
.getPrice-popup-contact-fr label input[type="checkbox"]{
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	background: none;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	outline: none;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.getPrice-popup-contact-fr label input[type="checkbox"]:checked{
	background: #f1f8f4;
	border: 1px solid #069449;
}
.getPrice-popup-contact-fr label span{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #555555;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.green{
	color: #069449 !important;
}
.submit-getPrice,.cancel-getPrice{
	display: block;
	float: left;
	width: 80px;
	height: 40px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.submit-getPrice{
	background: #069449;
	border: 1px solid 069449;
	color: #fff;
	margin-right: 10px;
}
.cancel-getPrice{
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	color: #333333;
}

.send-zfpz{
	width: 570px;
	margin: 40px auto 0;
}
.send-zfpz p{
	font-size: 16px;
    color: #999999;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}
.send-zfpz-box{
	width: 100%;
	height: 200px;
	background: #fff0e8;
    border: 1px solid rgba(241, 84, 33, 1);
    position: relative;
}
.zfpz-file{
	display: block;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.zfpz-add{
	display: block;
	width: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.zfpz-show{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}

@media only screen and (max-width: 1450px){
	.news-hasImg-info h3{
		font-size: 20px;
	}
	.news-hasImg-info span{
		font-size: 14px;
	}
	.news-hasImg-info p{
		font-size: 16px;
	}
	.news-noImg-info h3{
		font-size: 20px;
	}
	.about-us-message p{
		font-size: 16px;
	}
	.about-us-message{
		padding-top: 70px;
	}
	.our-pt-info p{
		font-size: 16px;
	}
	.our-pt-info{
		height: 390px;
	}
	.our-pt{
		padding: 80px 0 100px;
	}
	.our-ts-message h4{
		font-size: 20px;
	}
	.our-ts-message p{
		font-size: 16px;
	}
	.our-wh-info ul li{
		height: 476px;
	}
	.our-wh-by h3{
		font-size: 26px;
	}
	.our-wh-name span{
		font-size: 22px;
	}
	.fwjs-message p{
		font-size: 16px;
	}
	.fwfy-infoMessage p{
		font-size: 18px;
	}
	.fwfy-infoBox{
		height: 618px;
	}
	.fwfy-menu ul li{
		width: 155px;
		height: 181px;
	}
	.fwfy-menu-icon img{
		width: 50px;
		margin-left: -25px;
	}
	.fwfy-menu ul li p{
		font-size: 18px;
	}
}

/*@media only screen and (max-width: 1600px){
	.about-us-message{
		padding-top: 40px;
	}
	.about-us-message p{
		font-size: 17px;
	}
	.our-pt-info{
		height: 450px;
	}
	.our-pt-info p{
		font-size: 17px;
	}
	.our-ts-title p{
		font-size: 17px;
	}
	.our-ts-message h4{
		font-size: 20px;
	}
	.our-ts-message p{
		font-size: 17px;
	}
	.our-wh-info ul li{
		height: 500px;
	}
	.our-wh-name span{
		font-size: 24px;
	}
	.our-wh-by h3{
		font-size: 28px;
	}
	.our-kh-box{
		height: 530px;
	}
	
	.product-info h3{
		font-size: 18px;
	}
	.product-price{
		font-size: 16px;
	}
	.product-img{
		height: 260px;
	}
	.jianT li{
		margin: 0 4px;
	}
	
	.gwc-proInfo h4{
		font-size: 16px;
	}
	.unit-price{
		font-size: 16px;
	}
	.gwc-proNum{
		font-size: 16px;
	}
	.gwc-proPrice{
		font-size: 16px;
	}
	.gwc-proTime{
		font-size: 16px;
	}
	
	.jxfa-name{
		font-size: 17px;
	}
	.jxfa-detail-title h3{
		font-size: 24px;
	}
	.back-btn{
		font-size: 16px;
	}
	.jxfa-detail-message p{
		font-size: 16px;
		text-indent: 32px;
	}
	.jxfa-proTitle h4{
		font-size: 26px;
	}
	.jxfa-proTitle p{
		font-size: 16px;
	}
	.jxfa-proTitle span{
		font-size: 16px;
	}
	.pro-info p{
		font-size: 16px;
	}
	.pro-infoPrcie span:nth-child(1){
		font-size: 14px;
	}
	.jxfa-proList {
	    margin-bottom: 30px;
	}
	
	.news-hasImg-info h3{
		font-size: 22px;
	}
	.news-hasImg-info span{
		font-size: 16px;
	}
	.news-hasImg-info p{
		font-size: 16px;
	}
	.news-noImg-info h3{
		font-size: 20px;
	}
	
	.pay-order-nameInfo span:nth-child(1){
		font-size: 18px;
	}
	.pay-order-nameInfo span:nth-child(2){
		font-size: 18px;
	}
	.pay-order-nameInfo p{
		font-size: 22px;
	}
	.pay-order-price{
		font-size: 18px;
	}
	.pay-fh{
		font-size: 22px;
	}
	.pay-je{
		font-size: 32px;
	}
	.pay-choose-menu ul li{
		font-size: 16px;
	}
	.pay-account{
		font-size: 18px;
	}
	.pay-price span:nth-child(1){
		font-size: 16px;
	}
	.pay-price span:nth-child(2){
		font-size: 18px;
	}
	.pay-price span:nth-child(3){
		font-size: 26px;
	}
	.pay-btn{
		font-size: 16px;
	}
	
	.online-otherPay{
		font-size: 16px;
	}
	
	.ppzx-logoList{
		height: 136px;
	}
	.ppzx-jj-message p{
		font-size: 16px;
	}
	.ppzx-jj-message h3{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.ppzx-jj-logo{
		height: 110px;
	}
	.ppzx-jj-menu ul li{
		padding: 0 32px;
		font-size: 16px;
	}
	.product-czChoose ul li a div p{
		font-size: 16px;
	}
	.pro-detail-title h3{
		font-size: 22px;
	}
	.allMessage-menu ul li{
		font-size: 16px;
	}
	.contenter-list h4{
		font-size: 20px;
	}
	.contenter-list p{
		font-size: 16px;
	}
	.product-content-img{
		height: 220px;
	}
	
	.fwjs-message p{
		font-size: 17px;
	}
	.fwfy-menu ul li{
		width: 170px;
    	height: 200px;
	}
	.fwfy-menu-icon img{
		width: 56px;
		margin-left: -28px;
	}
	.fwfy-menu ul li p{
		font-size: 18px;
	}
	.fwjs-box{
		padding: 74px 0 100px;
	}
	.fwfy-infoBox{
		height: 556px;
	}
	.fwfy-infoMessage h3{
		font-size: 26px;
	}
	.fwfy-infoMessage p{
		font-size: 18px;
	}
	.rule-info{
		font-size: 16px;
		padding-right: 13%;
	}
}
@media only screen and (max-width: 1450px){
	.shfw-title h3{
		font-size: 54px;
	}
	.shfw-title h4{
		font-size: 30px;
	}
	.about-us-message {
	    padding-top: 15px;
	}
	.about-us-message p{
		font-size: 16px;
		line-height: 1.6;
	}
	.our-pt{
		padding: 70px 0 100px;
	}
	.our-pt-info {
	    height: 390px;
	}
	.our-pt-info p {
	    font-size: 16px;
	}
	.our-ts-title p {
	    font-size: 16px;
	}
	.our-ts-message{
		padding: 80px 6px 5px;
	}
	.our-ts-message h4 {
	    font-size: 18px;
	}
	.our-ts-message p {
	    font-size: 16px;
	    line-height: 1.6;
	}
	.our-wh-name span {
	    font-size: 22px;
	}
	.our-wh-info ul li {
	    height: 424px;
	}
	.our-wh-by h3 {
	    font-size: 26px;
	}
	.our-wh-icon{
		width: 40px;
		left: 52px;
	}
	.our-kh-box {
	    height: 480px;
	}
	.our-kh{
		padding: 80px 10% 70px;
	}
	
	.jxfa-name{
		padding-top: 10px;
		font-size: 16px;
	}
	
	.jxfa-detail-message{
		padding-top: 0;
	}
	.jxfa-detail-message p{
		font-size: 16px;
		line-height: 1.6;
	}
	.jxfa-proTitle{
		width: 210px;
    	height: 290px;
	}
	.jxfa-proList-info{
		width: calc(100% - 210px);
	}
	
	.news-hasImg-info{
		padding: 40px 25px 0;
	}
	.hasImg-link{
		margin-top: 35px;
	}
	
	.detail-syt-large{
		height: 320px;
	}
	.detail-syt-small ul li{
		height: 80px;
	}
	.pro-detail-title h3 {
	    font-size: 20px;
	}
	.pro-detail-title{
		margin-bottom: 20px;
	}
	.choose-panel h4{
		font-size: 20px;
	}
	.no-login{
		font-size: 14px;
	}
	.pro-detail-choose ul li>span{
		width: 70px;
	}
	.choose-panel{
		width: calc(100% - 70px);
	}
	.kc-number{
		font-size: 16px;
	}
	.product-czChoose ul li{
		width: 118px;
    	height: 40px;
	}
	.product-czChoose ul li a div p{
		line-height: 40px;
	}
	.product-czIcon{
		margin-top: 11px;
	}
	
	.screen-name{
		line-height: 46px;
	}
	.screen-menu ul li{
		line-height: 46px;
	}
	.screen-more{
		margin-top: 10px;
	}
	.pp-icon{
		height: 46px;
	}
	.screen-menu{
		height: 46px;
	}
	
	.fwjs-message p {
	    font-size: 16px;
	}
	.more-fw{
		width: 29px;
    	height: 19px;
	}
	.fwfy-menu-icon img {
	    width: 44px;
	    margin-left: -22px;
	}
	.fwfy-menu-icon{
		margin-bottom: 0;
	}
	.fwfy-menu ul li {
	    width: 130px;
	    height: 160px;
	}
	.fwfy-title .w1400{
		padding-top: 28px;
	}
	.thh-rule{
		padding: 100px 0 70px;
	}
	.rule-info {
    	font-size: 16px;
	}
}*/

















