.header{
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: rgba(0,0,0,0);
	transition: all 300ms ease;
}
.header.show{
	position: static;
	background: #00933d;
}
.header .logo{
	float: left;
	padding: 21px 0 5px;
}
.header .logo img{
	min-height: 80px;
	max-height: 80px;
	display: block;
	z-index: 99999;
}


.header .fr{
	float: right;
	padding: 59px 0 17px;
}

.header .navmenu{
	float: right;
}
.header .navmenu ul li{
	float: left;
	line-height: 30px;
	font-size: 16px;
}
.header .navmenu ul li a{
	color: #ffffff;
	display: inline-block;
	position: relative;
	transition: all 300ms ease;
}
.header .navmenu ul li a i{
	width: 0;
	display: block;
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: -19px;
	transition: all 300ms ease;
}
.header .navmenu ul li a:hover i,
.header .navmenu ul li.on a i{
	width: 100%;
}
.header .navmenu ul li:after{
	content: "|";
	color: #ffffff;
	padding: 0 15px 0 15px;
	transition: all 300ms ease;
}
.header .navmenu ul li:last-child:after{
	content: "";
	padding: 0;
}
.header .top_search{
	padding: 0px 0 0 70px;
	float: right;
}
.header .top_search input[type="text"]{
	width: 155px;
	height: 30px;
	padding: 0 8px;
	font-size: 14px;
	float: left;
	color: #ffffff;
	background: none;
	border: 1px solid #ffffff;
	transition: all 300ms ease;
}
.header .top_search input[type="submit"]{
	width: 46px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url(../images/submit.jpg);
	transition: all 300ms ease;
}
.header .top_search input[type="text"]::-webkit-input-placeholder {
	opacity: 1;
}

.header .top_search input[type="text"]::-moz-placeholder {
	opacity: 1;
}

.header .top_search input[type="text"]::-ms-input-placeholder {
	opacity: 1;
}
.footer{
	width: 100%;
	height: 800px;
	padding: 130px 0 0;
	position: relative;
	background: url(../images/foot.jpg) no-repeat center top;
}
.footer_search{
	width: 520px;
	float: left;
}
.footer_search .index-title h3{
	font-size: 34px;
	font-weight: bold;
}
.footer_search .search_box{
	position: relative;
	margin-top: 30px;
}
.footer_search .search_box input[type="text"]{
	width: 520px;
	line-height: 58px;
	font-size: 18px;
	background: none;
	color: #ffffff;
	padding-right: 40px;
	padding-left: 8px;
	border-bottom: 1px solid #ffffff;
}
.footer_search .search_box input[type="submit"]{
	width: 38px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 999;
	cursor: pointer;
	background: url(../images/submit.png);
}
.keywords_list{
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
	padding-top: 10px;
}
.keywords_list a{
	margin-right: 5px;
	color: rgba(255,255,255,.6);
}
.yq_link{
	padding: 80px 0 0;
}
.yq_link h3{
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
}
.yq_link ul{
	padding: 10px 0 0;
}
.yq_link ul li{
	line-height: 30px;
}
.yq_link ul li a{
	font-size: 16px;
	color: rgba(255,255,255,.6);
}

.footer_right{
	float: right;
}
.footer_right .footer_nav a{
	color: #ffffff;
}
.footer_right .footer_nav dl{
	margin-left: 60px;
	float: left;
}
.footer_right .footer_nav dl dt{
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 10px;
}
.footer_right .footer_nav dl dd{
	font-size: 16px;
	line-height: 30px;
}
.footer_right .footer_nav dl dd a{
	color: rgba(255,255,255,0.6);
}
.footer_contact{
	padding: 30px 0 0;
}
.contact_box{
	width: 400px;
	float: left;
}
.contact_box h4{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: rgba(255,255,255,0.6);
}
.contact_box ul li{
	line-height: 26px;
	padding-left: 30px;
	font-size: 16px;
	margin-top: 20px;
	color: rgba(255,255,255, 0.6);
}
.contact_box ul li span{
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}
.contact_box ul li.tel{
	background: url(../images/tel.png) no-repeat center left;
}
.contact_box ul li.address{
	background: url(../images/address.png) no-repeat center left;
}
.content_qrcode{
	float: left;
	position: relative;
}
.content_qrcode h4{
	font-weight: normal;
	font-size: 16px;
	color: rgba(255,255,255, 0.6);
	line-height: 30px;
	padding-right: 30px;
	cursor: pointer;
	background: url(../images/wx.png) no-repeat center right;
}
.content_qrcode img{
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: -110px;
	display: none;
}
.content_qrcode:hover img{
	display: block;
}
.copyright{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -700px;
}
.copyright a{
	color: #ffffff;
}
.index-title{
	position: relative;
}
.index-title i{
	width: 75px;
	height: 77px;
	display: block;
	left: -55px;
	top: -62px;
	z-index: 1;
	position: absolute;
	background: url(../images/icon.png);
}
.index-title h3{
	font-weight: normal;
	font-size: 38px;
	color: #ffffff;
	margin: 0;
	line-height: 40px;
}
.index-title p{
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 14px;
	padding: 5px 0 0;
}
.in_banner img{
	width: 100%;
	display: block;
}
.sub-menu{
	width: 100%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 20px;
}
.sub-menu ul li{
	float: left;
	line-height: 24px;
	font-size: 16px;
	margin-right: 10px;
	margin-top: 10px;
}
.sub-menu ul li a{
	color: #333333;
	padding: 0 10px;
	height: 26px;
	display: block;
	border-radius: 13px;
}
.sub-menu ul li a:hover,
.sub-menu ul li.on a{
	background: #004e2d;
	color: #ffffff;
}

.pro-list ul li{
	width: 390px;
	height: 518px;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	border: 2px solid #f5f5f5;
}
.pro-list ul li:nth-child(3),
.pro-list ul li:nth-child(6),
.pro-list ul li:nth-child(9),
.pro-list ul li:nth-child(12),
.pro-list ul li:nth-child(15),
.pro-list ul li:nth-child(18),
.pro-list ul li:nth-child(21){
	margin-right: 0;
}
.pro-list ul li .img img{
	width: 100%;
	height: 100%;
	display: block;
}
.pro-list ul li .img{
	height: 390px;
	border-bottom: 2px solid #f5f5f5;
}
.pro-list ul li .info{
	width: 100%;
	height: 86px;
	position: relative;
	padding: 22px 16px 14px;
}
.pro-list ul li .info h3{
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
}
.pro-list ul li .info .price{
	padding: 10px 0 0;
	line-height: 20px;
	font-size: 14px;
	color: #898989;
	height: 30px;
}
.pro-list ul li .info .price span{
	color: #ca4141;
	font-size: 18px;
}
.pro-list ul li .info a.more{
	width: 100px;
	height: 28px;
	border-radius: 14px;
	background: #004e2d;
	color: #ffffff;
	line-height: 28px;
	display: block;
	position: absolute;
	font-size: 16px;
	text-align: center;
	bottom: 16px;
	right: 16px;
}
.pro-list ul li .icon-list{
	height: 38px;
	border-top: 2px solid #f5f5f5;
}
.pro-list ul li .icon-list a{
	width: 128px;
	border-right: 2px solid #f5f5f5;
	display: block;
	float: left;
	color: #898989;
	font-size: 16px;
	line-height: 36px;
	padding-left: 65px;
}
.pro-list ul li .icon-list a.yy{
	background: url(../images/yy.png) no-repeat center left;
}
.pro-list ul li .icon-list a.zx{
	background: url(../images/zx.png) no-repeat center left;
}
.pro-list ul li .icon-list a.js{
	border-right: 0;
	width: 130px;
	background: url(../images/js.png) no-repeat center left;
}
.page-list{
	text-align: center;
	padding: 40px 0 60px;
}
.page-list a{
	line-height: 38px;
	display: inline-block;
	font-size: 16px;
	padding: 0 15px;
	margin: 0 5px;
	border-radius: 5px;
	border: 1px solid #004e2d;
}
.page-list a.page-num-current{
	background: #004e2d;
	color: #ffffff;
}

.position{
	padding: 30px 0;
	font-size: 20px;
}

.show-product{
	padding: 0 0 55px;
}
.show-product .pro-img-list{
	width: 600px;
	height: 600px;
	float: left;
	border: 5px solid #f5f5f5;
}
.show-product .pro-img-list .pro-img .swiper-slide img{
	width: 100%;
	height: 100%;
}
.show-product .pro-img-list .pro-img .pro-img-next,
.show-product .pro-img-list .pro-img .pro-img-prev{
	width: 27px;
	height: 27px;
	position: absolute;
	z-index: 999;
	top: 50%;
	cursor: pointer;
	margin-top: -13.5px;
}
.show-product .pro-img-list .pro-img .pro-img-next{
	right: 17px;
	background: url(../images/n.png);
}
.show-product .pro-img-list .pro-img .pro-img-prev{
	left: 17px;
	background: url(../images/p.png);
}
.show-product .pro-info{
	width: 550px;
	float: right;
}
.show-product .pro-info h1.title{
	font-size: 24px;
	line-height: 30px;
}
.show-product .pro-info .sortname{
	line-height: 30px;
	padding: 10px 0;
	font-size: 18px;
	color: #898989;
}
.show-product .pro-info .param li{
	line-height: 40px;
	font-size: 18px;
}
.show-product .pro-info .buy{
	display: block;
	width: 100%;
	text-align: center;
	background: #00933d;
	color: #ffffff;
	line-height: 56px;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 26px;
}
.show-product .pro-info .com-pro-title{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	line-height: 25px;
	color: #898989;
	font-size: 16px;
	margin-bottom: 38px;
}
.show-product .pro-info .com-pro-title span{
	display: inline-block;
	width: 150px;
	text-align: center;
}
.show-product .pro-info .com-pro-title:after{
	content: "";
	width: 200px;
	height: 1px;
	background: #00933d;
}
.show-product .pro-info .com-pro-title:before{
	content: "";
	width: 200px;
	height: 1px;
	background: #00933d;
}
.show-product .pro-info .com-pro-list{
	padding: 0 42px;
	position: relative;
}
.show-product .pro-info .com-pro-list .swiper-slide img{
	width: 100%;
	border: 1px solid #63b9b7;
	display: block;
}
.show-product .pro-info .com-pro-list .com-pro-img-next,
.show-product .pro-info .com-pro-list .com-pro-img-prev{
	width: 27px;
	height: 27px;
	position: absolute;
	z-index: 999;
	top: 50%;
	cursor: pointer;
	margin-top: -13.5px;
}
.show-product .pro-info .com-pro-list .com-pro-img-next{
	right: 0px;
	background: url(../images/n.jpg);
}
.show-product .pro-info .com-pro-list .com-pro-img-prev{
	left: 0px;
	background: url(../images/p.jpg);
}
.show-product .pro-info .com-pro-list .swiper-pagination{
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -32px;
}
.show-product .pro-info .com-pro-list .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 3px;
}
.show-product .pro-info .com-pro-list .swiper-pagination .swiper-pagination-bullet-active{
	background: #00933d;
}

.product-content-box{
	border-top: 1px solid #cccccc;
}
.product-content-box .content-tab ul li{
	float: left;
	margin-right:1px;
}
.product-content-box .content-tab ul li a{
	display: block;
	width: 150px;
	line-height: 50px;
	background: #cccccc;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
}
.product-content-box .content-tab ul li.on a{
	background: #00933d;
}
.product-content-box .content-box{
	padding: 30px 0 60px;
}
.product-content-box .content-box .ext-content{
	display: none;
}

.news-list{
	padding: 40px 0 0;
}
.news-list dl{
	padding: 36px 0;
	border-bottom: 3px solid #f5f5f5;
	position: relative;
}
.news-list dl:before{
	content: "";
	position: absolute;
	width: 200px;
	height: 5px;
	left: 0;
	bottom: -4px;
	background: #00933d;
}
.news-list dl dd{
	float: right;
	width: 750px;
	height: 300px;
}
.news-list dl dd img{
	width: 750px;
	height: 300px;
	display: block;
}
.news-list dl dt{
	width: 450px;
	float: left;
	padding: 0 80px 0 50px;
}
.news-list dl dt .date{
	line-height: 30px;
	font-size: 24px;
	height: 95px;
	margin-bottom: 50px;
	background: url(../images/date.jpg) no-repeat top left;
}
.news-list dl dt h3{
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
}
.news-list dl dt p.desc{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.show-news{
	padding: 20px 0 60px;
}
.show-news .news-title h1{
	font-size: 24px;
	line-height: 40px;
}
.show-news .news-title h3{
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
}
.show-news .news-title p{
	font-size: 12px;
	color: #666666;
	line-height: 30px;
}
.show-news .news-content{
	padding: 20px 0 0;
}

.case-list ul li{
	width: 390px;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	border: 2px solid #f5f5f5;
}
.case-list ul li:nth-child(3),
.case-list ul li:nth-child(6),
.case-list ul li:nth-child(9),
.case-list ul li:nth-child(12),
.case-list ul li:nth-child(15),
.case-list ul li:nth-child(18),
.case-list ul li:nth-child(21){
	margin-right: 0;
}
.case-list ul li .img img{
	width: 100%;
	height: 388px;
	display: block;
}
.case-list ul li .title{
	padding: 10px 16px 10px 25px;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
}
.case-list ul li .title h3{
	font-weight: normal;
	font-size: 20px;
	float: left;
	line-height: 28px;
}
.case-list ul li .title a.more{
	float: right;
	width: 100px;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	background: #004e2d;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.case-list ul li .icon-list{
	height: 36px;
}
.case-list ul li .icon-list a{
	width: 128px;
	border-right: 2px solid #f5f5f5;
	display: block;
	float: left;
	color: #898989;
	font-size: 16px;
	line-height: 36px;
	padding-left: 65px;
}
.case-list ul li .icon-list a.yy{
	background: url(../images/yy.png) no-repeat center left;
}
.case-list ul li .icon-list a.zx{
	background: url(../images/zx.png) no-repeat center left;
}
.case-list ul li .icon-list a.js{
	border-right: 0;
	width: 130px;
	background: url(../images/js.png) no-repeat center left;
}
.case-content{
	padding: 0 0 60px;
}

.special-content{
	padding: 50px 0 60px;
}


.product_features{
	width: 100%;
	height: 780px;
	padding: 75px 0 0;
	background: url(../images/function_bg.jpg) no-repeat center;
}

.features_title{
	text-align: center;
	color: #ffffff;
	padding-bottom: 20px;
	background: url(../images/title.png) no-repeat center bottom;
}
.features_title h3{
	font-size: 30px;
	line-height: 40px;
}
.features_title p{
	font-size: 12px;
	line-height: 20px;
}
.features_box{
	width: 422px;
	height: 422px;
	border-radius: 50%;
	margin: 60px auto 0;
	padding: 64px;
	border-radius: 50%;
	position: relative;
	border: 8px solid #ffffff;
}
.features_box .dimg{
	width: 278px;
	height: 278px;
	overflow: hidden;
	border-radius: 50%;
}
.features_box .dimg img{
	width: 100%;
	height: 100%;
	display: block;
}
.features_box ul li{
	width: 102px;
	height: 102px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	position: absolute;
}
.features_box ul li img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.features_box ul li:nth-child(1){
	left: 23px;
	top: -13px;
}
.features_box ul li:nth-child(2){
	right: 17px;
	top: -13px;
}
.features_box ul li:nth-child(3){
	right: -53px;
	top: 207px;
}
.features_box ul li:nth-child(4){
	left: 152px;
	bottom: -54px;
}
.features_box ul li:nth-child(5){
	left: -53px;
	top: 207px;
}
.features_box ul li p{
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	font-weight: bold;
	z-index: 999;
	line-height: 30px;
	top: 50%;
	margin-top: -15px;
}
.features_box ul li:nth-child(1) p,
.features_box ul li:nth-child(5) p{
	left: -96px;
}
.features_box ul li:nth-child(2) p,
.features_box ul li:nth-child(3) p{
	right: -96px;
}
.features_box ul li:nth-child(4) p{
	width: 100%;
	text-align: center;
	bottom: -35px;
	top: auto;
}


.join_title{
	text-align: center;
}
.join_title h3{
	font-size: 30px;
	line-height: 30px;
}
.join_title p{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding-bottom: 20px;
	padding-top: 5px;
	background: url(../images/title1.png) no-repeat center bottom;
}
.join_title h4{
	color: #666666;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	padding-top: 5px;
}


.product_parameter{
	padding: 40px 0 80px;
}
.product_parameter .join_title h3{
	font-size: 20px;
}
.product_parameter .join_title h4{
	font-size: 16px;
}
.product_parameter .parameter_box{
	width: 100%;
	height: 133px;
	margin-top: 30px;
	background: url(../images/parameter-bg.jpg);
}
.product_parameter .parameter_box ul li{
	text-align: center;
	padding-top: 17px;
	float: left;
	color: #ffffff;
	width: 130px;
	margin-left: 19px;
}
.product_parameter .parameter_box ul li img{
	display: block;
	margin: 0 auto;
}
.product_parameter .parameter_box ul li .name{
	font-size: 16px;
	line-height: 20px;
}
.product_parameter .parameter_box ul li .num{
	font-size: 14px;
	padding-top: 8px;
}
.product_parameter .parameter_box ul li:nth-child(1){
	width: 105px;
	margin-left: 47px;
}
.product_parameter .bz{
	line-height: 30px;
	text-align: right;
	font-size: 12px;
	color: #9d9d9d;
	padding-top: 10px;
}
.join_superiority .superiority_title{
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	line-height: 50px;
}
.superiority1{
	padding-top: 70px;
}

.superiority_box{
	padding-left: 131px;
}
.superiority_box .dimg{
	float: left;
}
.superiority_box .dimg img{
	display: block;
	width: 378px;
	height: 378px;
}
.superiority_box .text{
	float: left;
	padding-left: 105px;
}
.superiority_box .text .line{
	width: 106px;
	height: 4px;
	background: #00933d;
	margin: 15px 0 20px;
}
.superiority_box .text .title{
	line-height: 30px;
	font-size: 28px;
	font-weight: bold;
	padding-top: 50px;
}
.superiority_box .text .desc{
	font-size: 24px;
	line-height: 36px;
}
.superiority_box .text p{
	font-size: 20px;
	color: #898989;
	line-height: 30px;
}
.superiority2{
	padding-top: 30px;
}
.superiority3{
	padding-top: 50px;
}
.superiority3 .superiority_box{
	padding-left: 0;
	padding-top: 60px;
	padding-bottom: 140px;
}
.superiority3 .superiority_box img{
	display: block;
	max-width: 100%;
}

.join_support{
	height: 474px;
	position: relative;
	padding: 0 130px;
}
.join_support ul li{
	width: 212px;
	height: 212px;
	padding: 76px 0;
	position: absolute;
}
.join_support ul li h3{
	text-align: center;
	line-height: 30px;
	font-size: 24px;
}
.join_support ul li:nth-child(1){
	left: 130px;
	top: 0;
	background: url(../images/support1.jpg);
}
.join_support ul li:nth-child(2){
	right: 130px;
	top: 0;
	background: url(../images/support2.jpg);
}
.join_support ul li:nth-child(3){
	left: 130px;
	bottom: 0;
	background: url(../images/support3.jpg);
}
.join_support ul li:nth-child(4){
	left: 50%;
	margin-left: -106px;
	bottom: 0;
	background: url(../images/support4.jpg);
}
.join_support ul li:nth-child(5){
	right: 130px;
	bottom: 0;
	background: url(../images/support5.jpg);
}
.join_support .join_title{
	padding-top: 50px;
}
.scenes{
	padding: 60px 45px;
}
.scenes_box{
	padding-top: 30px;
}
.scenes_box .scenes-content{
	display: none;
}
.scenes_box .dimg{
	width: 500px;
	height: 500px;
	float: left;
}
.scenes_box .dimg img{
	display: block;
	width: 500px;
	height: 500px;
}
.scenes_box .info{
	float: right;
	width: 600px;
	padding-left: 20px;
}
.scenes_box .info .title{
	line-height: 30px;
	font-size: 28px;
	padding: 13px 0;
	font-weight: normal;
	position: relative;
	border-bottom: 2px solid #cccccc;
}
.scenes_box .info .title a{
	float: right;
	width: 86px;
	height: 30px;
	line-height: 30px;
	background: #00933d;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.scenes_box .info p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 70px;
	height: 240px;
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 70px;
}
.scenes_box .info a.more{
	font-size: 16px;
	color: #666666;
}
.scenes_list{
	padding: 0 45px;
	margin-top: 20px;
	position: relative;
}
.scenes_list .swiper-slide{
	cursor: pointer;
	border: 2px solid #dddddd;
}
.scenes_list .swiper-slide.on{
	border-color: #00933d;
}
.scenes_list .swiper-slide img{
	display: block;
	width: 100%;
}
.scenes_list .button-prev,
.scenes_list .button-next{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
}
.scenes_list .button-prev{
	left: 0;
	background: url(../images/prev.jpg);
}
.scenes_list .button-next{
	right: 0;
	background: url(../images/next.jpg);
}

.procedure{
	width: 100%;
	height: 680px;
	padding-top: 50px;
	background: url(../images/procedure.jpg) no-repeat center;
}

.procedure .title{
	font-size: 20px;
	color: #ffffff;
	line-height: 36px;
}
.procedure .content{
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.procedure .bz{
	padding-top: 30px;
	padding-bottom: 30px;	
	text-align: center;
}
.procedure .bz span{
	display: inline-block;
	width: 210px;
	height: 60px;
	line-height: 58px;
	border: 1px solid #ffffff;
	text-align: center;
	color: #ffffff;
	margin: 0 15px;
	font-size: 16px;
}
.procedure_list ul{
	text-align: center;
}
.procedure_list ul li{
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	position: relative;
	padding-right: 34px;
}
.procedure_list ul li img{
	width: 56px;
	height: 56px;
	display: block;
	margin: 0 auto;
}
.procedure_list ul li:before{
	content: ">";
	position: absolute;
	width: 34px;
	line-height: 56px;
	text-align: center;
	right: 0;
	font-size: 20px;
}
.procedure_list ul li p{
	line-height: 36px;
}
.procedure_list ul li:last-child{
	padding-right: 0;
}
.procedure_list ul li:last-child:before{
	display: none;
}

.join_contact{
	padding-top: 50px;
}

.join_map{
	padding-top: 50px;
}
.join_map .map_img{
	width: 700px;
	height: 450px;
	float: left;
}
.join_map .map_img img{
	width: 700px;
	height: 450px;
	display: block;
}
.join_map .address_box{
	width: 500px;
	height: 450px;
	float: left;
	padding-left: 45px;
	padding-top: 55px;
	background: url(../images/address_box.jpg);
}
.join_map .address_box h4{
	font-size: 34px;
	color: #ffffff;
}
.join_map .address_box .address_text{
	color: #ffffff;
	font-size: 24px;
	padding-top: 15px;
	line-height: 40px;
}
.join_map .address_box .address_text span{
	float: left;
}
.join_map .address_box .address_text p{
	float: left;
}
.join_map .address_box .gg{
	padding-top: 130px;
	color: #ffffff;
	line-height: 30px;
}
.join_map .address_box .gg h5{
	font-size: 24px;
	font-weight: normal;
}
.join_map .address_box .gg p{
	font-size: 16px;
}
.contact_content{
	padding: 50px 0 60px;
}
.contact_list{
	padding-bottom: 70px;
}
.contact_list ul{
	text-align: center;
}
.contact_list ul li{
	display: inline-block;
	font-size: 16px;
	margin: 0 105px;
}
.contact_list ul li img{
	width: 28px;
	height: 28px;
	display: block;
	margin: 0 auto 10px;
}
.contact_list ul li .text{
	line-height: 20px;
	color: #898989;
}
.contact_list ul li .name{
	font-weight: bold;
	padding-top: 5px;
}
.contact_list ul li p{
	color: #747474;
	position: relative;
}
.contact_list ul li p img{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -110px;
	display: none;
}
.contact_list ul li p:hover img{
	display: block;
}
.join_footer{
	width: 100%;
	height: 300px;
	background: url(../images/join_footer.jpg) no-repeat center none;
}

.join_form{
	padding-bottom: 60px;
}
.join_form .title{
	font-size: 24px;
	padding: 0 262px;
	line-height: 36px;
}

.join_form .form_box{
	padding: 15px 262px 0;
}

.join_form .form_box .input_box input{
	border: 1px solid #c7c4c4;
	height: 30px;
	width: 140px;
	padding: 0 8px;
	font-size: 16px;
	float: left;
}
.join_form .form_box .input_box label{
	padding: 0 0 0 24px;
	font-size: 16px;
	color: #747474;
	float: left;
	line-height: 30px;
}
.join_form .form_box .input_box .input_item{
	float: left;
	margin-right: 20px;
}
.join_form .form_box .input_box .tel{
	margin-right: 0;
}
.join_form .form_box .input_box .name label{
	background: url(../images/name.jpg) no-repeat left center;
}
.join_form .form_box .input_box .email label{
	background: url(../images/email.jpg) no-repeat left center;
}
.join_form .form_box .input_box .tel label{
	background: url(../images/tel.jpg) no-repeat left center;
}
.join_form .form_box .ys{
	padding-top: 30px;
}
.join_form .form_box .ys label{
	line-height: 30px;
	font-size: 16px;
	color: #747474;
}
.join_form .form_box .ys span{
	border: 1px solid #c7c4c4;
	line-height: 28px;
	padding: 0 10px;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}
.join_form .form_box .ys span:hover,
.join_form .form_box .ys span.on{
	background: #00933d;
	color: #ffffff;
	border-color: #00933d;
}
.join_form .form_box .textarea_box{
	padding-top: 15px;
}
.join_form .form_box .textarea_box textarea{
	width: 100%;
	height: 126px;
	padding: 10px 8px;
	border: 1px solid #c7c4c4;
}
.join_form .form_box .ryzx{
	padding-top: 20px;
}
.join_form .form_box .ryzx .tit{
	font-size: 18px;
	line-height: 30px;
}
.join_form .form_box .ryzx textarea{
	height: 96px;
	padding: 10px 8px;
}
.join_form .form_box .ryzx ul li{
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
}
.join_form .form_box .ryzx ul li.on{
	color: #00933d;
}
.join_form .form_box .ryzx .textarea_box{
	padding-top: 5px;
}
.join_form .form_box input[type="submit"]{
	display: block;
	width: 140px;
	height: 40px;
	color: #ffffff;
	font-size: 16px;
	margin: 20px auto 0;
	cursor: pointer;
	background: #00933d;
	border: none;
}

.about_title{
	text-align: center;
}
.about_title h3{
	font-size: 30px;
	line-height: 30px;
}
.about_title p{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding-bottom: 20px;
	padding-top: 5px;
	background: url(../images/title1.png) no-repeat center bottom;
}

.about-content{
	padding: 60px 0 80px;
}
.about-content .about-content-box{
	padding: 40px 0 0;
}

.about-product{
	padding: 60px 0;
	background: #f5f5f5;
}
.about-product .about-product-list{
	padding: 60px 0 0;
}
.about-product .about-product-list ul.tab li{
	float: left;
	margin-right: 74px;
	cursor: pointer;
	position: relative;
}
.about-product .about-product-list ul.tab li:last-child{
	margin-right: 0;
}
.about-product .about-product-list ul.tab li .dimg{
	width: 107px;
	height: 107px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #898989;
}
.about-product .about-product-list ul.tab li img{
	display: block;
	width: 100%;
	height: 100%;
}
.about-product .about-product-list ul.tab li img.dimg1{
	display: block;
}
.about-product .about-product-list ul.tab li img.dimg2{
	display: none;
}
.about-product .about-product-list ul.tab li p{
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0 0;
	color: #898989;
}
.about-product .about-product-list ul.tab li i{
	width: 17px;
	height: 9px;
	left: 50%;
	margin-left: -8.5px;
	bottom: -12px;
	display: none;
	background: url(../images/jt.jpg);
	position: absolute;
}
.about-product .about-product-list ul.tab li:hover p,
.about-product .about-product-list ul.tab li.on p{
	color: #005b52;
}
.about-product .about-product-list ul.tab li:hover .dimg,
.about-product .about-product-list ul.tab li.on .dimg{
	border-color: #005b52;
	background: #005b52;
}
.about-product .about-product-list ul.tab li:hover .dimg .img1,
.about-product .about-product-list ul.tab li.on .dimg .img1{
	display: none;
}
.about-product .about-product-list ul.tab li:hover .dimg .img2,
.about-product .about-product-list ul.tab li.on .dimg .img2{
	display: block;
}
.about-product .about-product-list ul.tab li:hover i,
.about-product .about-product-list ul.tab li.on i{
	display: block;
}

.about-product-box{
	padding: 50px 0 0;
}
.about-product-box .box-info{
	background: #ffffff;
	height: 420px;
}
.about-product-box .box-info img{
	width: 600px;
	height: 420px;
	display: block;
	float: right;
}
.about-product-box .box-info .box-content{
	width: 600px;
	float: left;
	padding: 35px 24px 0;
}
.about-product-box .box-info .box-content .title{
	font-size: 20px;
	line-height: 20px;
}
.about-product-box .box-info .box-content p{
	font-size: 16px;
	color: #898989;
	padding: 20px 0 0;
	line-height: 36px;
}
.about-product-box .box-info .box-content ul{
	padding: 20px 0 0;
}
.about-product-box .box-info .box-content ul li{
	line-height: 36px;
	font-size: 15px;
	margin-top: 20px;
	padding-left: 40px;
}
.about-product-box .box-info .box-content ul li.color{
	background: url(../images/color.jpg) no-repeat center left;
}
.about-product-box .box-info .box-content ul li.zs{
	background: url(../images/zs.jpg) no-repeat center left;
}
.about-product-box .box-info .box-content ul li.zy{
	background: url(../images/zy.jpg) no-repeat center left;
}
.about-product-box .box-info .box-content ul li.zx{
	background: url(../images/zx.jpg) no-repeat center left;
}

.about-advantages .about-video{
	width: 50%;
	float: left;
}
.about-advantages .about-list{
	width: 50%;
	height: 580px;
	float: right;
	color: #ffffff;
	padding-left: 90px;
	max-width: 760px;
	padding-top: 70px;
	background: url(../images/about-list.jpg) no-repeat center left;
}
.about-advantages .about-list .title{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.about-advantages .about-list .title-en{
	font-size: 12px;
	line-height: 30px;
	padding: 10px 0 0;
}
.about-advantages .about-list .line{
	width: 62px;
	height: 1px;
	background: #ffffff;
}

.about-advantages .about-list ul{
	padding: 70px 0 0;
}
.about-advantages .about-list ul li{
	float: left;
	font-size: 16px;
	line-height: 34px;
}
.about-advantages .about-list ul li span{
	font-size: 19px;
}
.about-advantages .about-list ul li:nth-child(odd){
	width: 330px;
}
.about-advantages .about-list ul li:nth-child(even){
	width: 180px;
}
.about-advantages .about-video .movbox{
	width: 100%;
	height: 580px;
}

.about-certificate{
	padding-top: 60px;
	padding-bottom: 60px;
	background: #f5f5f5;
}
.certificate-list{
	padding: 0 220px;
	margin-top: 35px;
	position: relative;
}
.certificate-list .swiper-slide p{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	padding: 5px;
}
.certificate-list .button-prev,
.certificate-list .button-next{
	width: 27px;
	height: 27px;
	position: absolute;
	top: 50%;
	margin-top: -13.5px;
	cursor: pointer;
}
.certificate-list .button-prev{
	left: 90px;
	background: url(../images/prev.png);
}
.certificate-list .button-next{
	right: 90px;
	background: url(../images/next.png);
}

.about-case{
	padding: 60px 0;
}
.about-case .about-case-list{
	padding: 45px 0 0;
}
.about-case .about-case-list ul li{
	width: 285px;
	background: #ffffff;
	float: left;
	margin-right: 20px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}
.about-case .about-case-list ul li:last-child{
	margin-right: 0;
}
.about-case .about-case-list ul li img{
	width: 100%;
	height: 285px;
	display: block;
}
.about-case .about-case-list ul li p{
	text-align: center;
	font-size: 24px;
	line-height: 60px;
}
.about-contact{
	width: 100%;
	height: 700px;
	padding: 96px 0 0;
	background: url(../images/about-contact.jpg) no-repeat center;
}
.about-contact .about-contact-box{
	width: 424px;
	height: 508px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	background: #02532d;
	padding-top: 35px;
}
.about-contact .about-form{
	width: 690px;
	height: 508px;
	float: right;
	padding: 28px 0 0;
}
.about-contact .about-form .title{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}
.about-contact .about-form .form-box{
	padding: 30px 0 0;
}
.about-contact .about-form .form-box input{
	width: 320px;
	height: 50px;
	background: #ffffff;
	padding: 0 8px;
	font-size: 16px;
	float: left;
	margin-right: 50px;
}
.about-contact .about-form .form-box input:nth-child(2){
	margin-right: 0;
}
.about-contact .about-form .form-box textarea{
	width: 100%;
	height: 264px;
	border: none;
	padding: 10px 8px;
	font-size: 16px;
	margin-top: 30px;
}
.about-contact .about-form .form-box input[type="submit"]{
	width: 200px;
	height: 50px;
	border: 0;
	cursor: pointer;
	border-radius: 8px;
	margin-top: 30px;
	color: #ffffff;
	background: #02532d;
}

.about-contact .about-contact-box .title{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}
.about-contact .about-contact-box .line{
	width: 50px;
	height: 2px;
	background: #ffffff;
	margin-top: 10px;
}
.about-contact .about-contact-box dl{
	margin-top: 30px;
}
.about-contact .about-contact-box dl dt{
	color: #cccccc;
	font-size: 20px;
	line-height: 26px;
}
.about-contact .about-contact-box dl dd{
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	line-height: 26px;
	padding-top: 2px;
}


.message-model{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	display: none;
	background: rgba(0,0,0,0.5);
}

.message-model .message-box{
	width: 510px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -255px;
	margin-top: -250px;
	padding: 0 125px;
	background: url(../images/message_bg.jpg);
}
.message-model .message-box .title{
	line-height: 22px;
	text-align: center;
	font-size: 20px;
	color: #00933d;
	padding: 47px 0 23px;
}
.message-model .message-box .message-tab{

}
.message-model .message-box .message-tab span{
	width: 120px;
	height: 42px;
	border: 1px solid #cbcbcb;
	display: block;
	float: left;
	background: #ffffff;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #999999;
	cursor: pointer;
}
.message-model .message-box .message-tab span:nth-child(2){
	float: right;
}
.message-model .message-box .message-tab span.on{
	color: #00933d;
	border-color: #00933d;
	background: url(../images/check.png) no-repeat right bottom #ffffff;
}
.message-model .message-box .form-message input,
.message-model .message-box .form-message select{
	border: 2px solid #e3e3e3;
	width: 100%;
	display: block;
	height: 36px;
	padding: 0 10px;
	margin-top: 18px;
	font-size: 16px;
}
.message-model .message-box .form-message input[type="submit"]{
	height: 42px;
	background: #00933d;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
}
.message-model .message-box .close{
	display: block;
	width: 16px;
	top: 48px;
	right: 74px;
	border-radius: 50%;
	height: 16px;
	position: absolute;
}