body{
    margin:0px;
    padding:0px;
    background-color:#fff;
    font-size:16px;
    color:#666666;
	font-family: '微软雅黑',"宋体","Arial Narrow",Helvetica,sans-serif;
}


p,h1,h2,h3,h4,h5,input,ul,li,dl,dt,dd,img,pre{
    padding:0;
    margin:0;
    outline:0;
    border:0;
	font-family: '微软雅黑',"宋体","Arial Narrow",Helvetica,sans-serif;
}

i,em,cite{
	font-style:normal;
}

li{
    list-style:none;
}
a{
	color: black;
}
a,a:hover,a:active,a:visited,a:link{
	text-decoration:none;
}
img{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.fl{
    float:left;
}

.fr{
    float:right;
}

.clearfloat{
    clear:both;
    overflow:hidden;
}
.clearfloatx{
	clear:both;
}
.w1440{
    width:1440px;
    margin:0 auto;
	position: relative;
}
.w1250{
	width: 1250px;
	margin: 0 auto;
	position: relative;
}
.transition5{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.transition3{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.textlinear{
	background: -webkit-linear-gradient(#33cccc,#00ccff,#3366cc);
	background: -moz-linear-gradient(#33cccc,#00ccff,#3366cc);
	background: -ms-linear-gradient(#33cccc,#00ccff,#3366cc);
	background: -o-linear-gradient(#33cccc,#00ccff,#3366cc);
	background: linear-gradient(#33cccc,#00ccff,#3366cc);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.bglinear{
	box-shadow: 0 0 15px 0 rgba(68,192,254,.7);
	background: linear-gradient(to right,#0e97fd,#4ec8fe);
	background: -webkit-linear-gradient(to right,#0e97fd,#4ec8fe);
	background: -ms-linear-gradient(to right,#0e97fd,#4ec8fe);
	background: -moz-linear-gradient(to right,#0e97fd,#4ec8fe);
	background: -o-linear-gradient(to right,#0e97fd,#4ec8fe);
}
.bglinear a{
	color: white !important;
}
.newsShare{
	box-shadow: 0 0 15px 0 rgba(68,192,254,.7);
	background: linear-gradient(to right,#0e97fd,#4ec8fe);
	background: -webkit-linear-gradient(to right,#0e97fd,#4ec8fe);
	background: -ms-linear-gradient(to right,#0e97fd,#4ec8fe);
	background: -moz-linear-gradient(to right,#0e97fd,#4ec8fe);
	background: -o-linear-gradient(to right,#0e97fd,#4ec8fe);
}
.newsShare a{
	color: white !important;
}
.p_bglinear{
	background: linear-gradient(#a483ec,#3537d4);
	background: -webkit-linear-gradient(#a483ec,#3537d4);
	background: -ms-linear-gradient(#a483ec,#3537d4);
	background: -moz-linear-gradient(#a483ec,#3537d4);
	background: -o-linear-gradient(#a483ec,#3537d4);
}


.daohang{
	box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 5px 0px;    background: white;
}
.header{
	display: flex;
	justify-content: space-between;
}
.headerL{
	display: flex;
	align-items: center;
}
.headerL a{
	display: block;
}
.headerL img{
	display: block;
}
.headerR ul{
	display: flex;
	justify-content: center;
	padding: 25px 0;
	padding-top: 15px;
}
.headerR ul li{
	height: 52px;
	line-height: 52px;
	
	margin-right: 40px;
}
.headerR ul li:last-of-type{
	margin-right: 0;
}
.headerR ul li a{
	color: #444444;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 8px;
	box-sizing: border-box;
	font-size: 18px;
}
.headerR ul li a:hover{
	color: #36973d;
	
}
.headerR .headerActive a{
	color: #36973d;
	border-bottom: 3px solid #36973d;
}

.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border-radius: 20px;
	transition: width 1s;
}
.swiper-pagination-bullet-active{
	width: 40px;
	background: white;
}
.banner{
	min-width: 1250px;
	height: 530px;
}


.rewnew{
	width: 100%;background-color: #f6f6f6;
}
.rewnew_content{
	padding: 30px 0;align-items: center;
}
.rewnew_content a:hover .rewnew_right h3{
	color: #36973d;
}
.rewnew_content .rewnew_left{
	width: 10%;padding-right: 30px;box-sizing: border-box;border-right: 1px #ddd solid;
}
.rewnew_content .rewnew_left h3{
	font-size: 16px;text-align: center;padding-bottom: 10px;
}
.rewnew_content .rewnew_left p{
	display: block;text-align: center;background-color: #36973d;color: #fff;border-radius: 50px;font-size: 12px;height: 26px;line-height: 26px;
}
.rewnew_content .rewnew_right{
	padding-left: 30px;box-sizing: border-box;width: 90%;
}
.rewnew_content .rewnew_right h3{
	font-size: 16px;padding-bottom: 10px;font-weight: 500;
}
.rewnew_content .rewnew_right p{
	color: #999;font-size: 13px;
}

.display_flex{
	display: -moz-box;  
	display: -ms-flexbox;    
	display: -webkit-box;    
	display: -webkit-flex;    
	display: box;
	display: flexbox;
	display: flex;
}



.abtuo{
	padding: 90px 0;background-color: #fff;
}
.abtuo .display_flex{
	justify-content: space-between;
}
.abtuo_left{
	width: 40%;
}
.abtuo_left img{
	width: 100%;
}
.abtuo_right{
	width: 55%;
}
.abtuo_right h2{
	font-size: 30px;font-weight: 500;padding-bottom: 16px;border-bottom: 1px #ededed solid;color: #000;
}
.abtuo_right span{
	font-size: 16px;color: #999;padding-left: 30px;
}
.abtuo_right p{
	font-size: 14px;padding: 16px 0;line-height: 30px;color: #666;
}
.abtuo_right div{
	padding-top: 30px;
}
.abtuo_right a{
	display: inline-block;font-size: 14px;color: #999;border: 1px #d2d2d2 solid;border-radius: 50px;padding: 8px 20px;
}
.abtuo_right a:hover{
	background-color: #36973d;color: #fff;border-color: #36973d;
}


.strength{
	background-color: #f6f6f6;padding: 50px 0;
}
.strength h2{
	font-size: 30px;font-weight: 500;padding-bottom: 16px;border-bottom: 1px #ededed solid;color: #000;
}
.strength h2 span{
	font-size: 16px;color: #999;padding-left: 30px;
}
.strength_list{
	justify-content: space-between;padding: 30px 0;
}
.strength_list li{
	width: 22%;background-color: #fff;cursor: pointer;-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.strength_list li img{
	width: 100%;
}
.strength_list li:hover{
	-webkit-transform: translate3d(0px,-10px,0);
	-moz-transform: translate3d(0px,-10px,0);
	-ms-transform: translate3d(0px,-10px,0);
	-o-transform: translate3d(0px,-10px,0);
	transform: translate3d(0px,-10px,0);
	-webkit-box-shadow: 0 0px 30px 0 rgba(54,151,61,0.5);
	-moz-box-shadow: 0 0px 30px 0 rgba(54,151,61,0.5);
	box-shadow: 0 0px 30px 0 rgba(54,151,61,0.5);
}
.strength_list li h3{
	font-weight: 500;text-align: center;padding-top: 20px;color: #37973d;
}
.strength_list li .strength_desc{
	padding-bottom: 30px;text-align: center;padding-top: 20px;line-height: 26px;font-size: 14px;
}
.bg_image {
	position: fixed;width: 100%;height: 100%;background: url(404.png) center center no-repeat;z-index: -1;
}
.wmdys {
	background: rgba(0, 0, 0, .5);position: relative;
}
.advantage{
	display: flex;
	justify-content: space-between;
	padding: 136px 150px 170px 150px;
	box-sizing: border-box;
	
}
.adv_item{
	text-align: center;
}
.adv_item p{
	color: white;
	text-shadow: 0px 0px 15px rgba(54,151,61,1);
	position: relative;
}
.adv_i_p1 i{
	font-size: 60px;
}
.adv_i_p2{
	font-size: 60px;
	padding: 30px 0 44px 0;
}
.adv_i_p2::after{
	content: '+';
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-shadow: 0px 0px 15px rgba(54,151,61,0.5);
	position: absolute;
	top: 20%;
	right: -20px;
}
.adv_i_p3{
	font-size: 18px;
}

.dtf{
	background: #fff;
}
.pharmacy_titxt{
	font-size: 30px;color: #000;border-bottom:1px #ededed solid;align-items: flex-end;padding-bottom: 16px;
}
.pharmacy_titxt span{
	font-size: 16px;padding-left: 30px;color: #999;
}
.pharmacy_titxt a{
	display: block;
}
.pharmacy_titxt .phar_t_active a{
	color: #fff;
}
.pharmacy_titxt .temp_classify span{
	display: none;
}
.temp_classify ul{
	display: flex;padding-left: 50px;
}
.pharmacy_titxt .temp_classify ul li:nth-child(1){
	display: none;
}
.temp_classify{
	display: flex;align-items: center;
}
.temp_classify ul li{
	font-size: 16px;border-radius: 50px;margin-right: 32px;border: 1px solid #d2d2d2;overflow: hidden;
}
.temp_classify ul li a,.temp_classify ul>.active{
	display: block;padding: 7px 16px;
}
.temp_classify ul>.active a{
	padding: 0;
}
.temp_classify ul li:hover,.temp_classify ul>.active{
	background-color: #36973d;border-color: #36973d;
}
.temp_classify ul li:hover a,.temp_classify ul .active{
	color: #fff;
}
.pharmacy{
	padding: 80px 0;
}
.pharmacy_title{
	display: flex;padding-left: 50px;
	justify-content: center;
}
.pharmacy_title li{
	width: 96px;font-size: 16px;
	padding: 7px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	border-radius: 95px;
	text-align: center;
	margin-right: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pharmacy_title li:last-of-type{
	margin-right: 0;
}
.pharmacy_title li:hover{
	cursor: pointer;
}
.pharmacy_title .phar_t_active,.HCS_title .phar_t_active{
	background: #36973d;
	color: #ffffff;
	border: 1px solid #36973d;
}
.pharmacy{
	overflow: hidden;
}
.pharmacy_items{
	overflow: inherit;
}
.pharmacy_item01{
	display: flex;
	justify-content: space-between;
	padding: 20px 10px;
	box-sizing: border-box;
}
.pharmacy_item01 li{
	
	width: 22.5%;
	height: 350px;
	text-align: center;
	background: #ffffff;
	overflow: hidden;
	border-radius: 8px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pharmacy_item01 li:hover{
	-webkit-transform: translate3d(0px,-15px,0);
	-moz-transform: translate3d(0px,-15px,0);
	-ms-transform: translate3d(0px,-15px,0);
	-o-transform: translate3d(0px,-15px,0);
	transform: translate3d(0px,-15px,0);
	-webkit-box-shadow: 0 0px 30px 0 rgba(54,151,61,0.5);
	-moz-box-shadow: 0 0px 30px 0 rgba(54,151,61,0.5);
	box-shadow: 0 0px 30px 0 rgba(54,151,61,0.5);
}
.pharmacy_item01 li a{
	height: 100%;
	display: block;
	
	padding: 0 43px;
	box-sizing: border-box;
}
.phar_item_img{
	width: 100%;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.phar_item_img img{
	display: block;
	width: 100%;
}
.pharmacy_item01 li h4{
	font-size: 18px;
	font-weight: 400;
	padding: 18px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pharmacy_item01 li p{
	color: #999999;
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.phar_more{
	padding-bottom: 0;
	padding-top: 50px;
}

.new{
	background-color: #f6f6f6;padding: 70px 0;
}
.HCS_title{
	display: flex;padding-left: 50px;
	justify-content: center;
}
.HCS_title li{
	width: 96px;font-size: 16px;
	padding: 7px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	border-radius: 95px;
	text-align: center;
	margin-right: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.HCS_title li:hover{
	cursor: pointer;
}
.HCS_items01{
	display: flex;padding-top: 50px;
	justify-content: space-between;
}
.HCS_itemsL{
	position: relative;
	width: 43.3%;
	height: 420px;
	overflow: hidden;
	border-radius: 6px;
}
.HCS_itemsL a{
	display: block;
	width: 100%;
	height: 100%;
}
.HCS_itemsL:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.HCS_itemsL img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.HCS_itemsL p{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	color: #ffffff;
	background: -webkit-linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
	background: -moz-linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
	background: -ms-linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
	background: -o-linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
	background: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}

.HCS_itemsR{
	width: 50%;
	max-height: 420px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.HCS_itemsR ul{
	width: 100%;
}
.HCS_itemsR ul li{
	display: flex;
	justify-content: space-between;
}
.time{
	width: 116px;
	height: 146px;
	line-height: 104px;
	text-align: center;
	color: #999999;
	border-right: 1px solid #E0E0E0;
    box-sizing: border-box;
	position: relative;
}
.time::after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999999;
	position: absolute;
	top: 50%;
	right: -6px;
	    margin-top: -20px;
}
.HCS_itemsR ul li:last-of-type .time{
	height: 114px;
}
.HCS_itemsR ul li:last-of-type .time::after{
	margin-top: -8px;
}
.time span{
	font-size: 40px;
}
.HCS_itemsR_news{
	width: 81%;
	
}
.HCS_itemsR_news:hover h4{
	color: #36973d;
}
.HCS_itemsR_news a{
	display: block;
	padding-left: 40px;
	box-sizing: border-box;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.HCS_itemsR_news h4{
	font-size: 18px;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 18px 0;
	padding-top: 0;
}
.HCS_itemsR_news p{
	font-size: 14px;
	line-height: 30px;
	
	padding-bottom: 12px;
	box-sizing: border-box;
	color: #999999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dibu{
	background: #191919;
}
.footer{
	display: flex;
	
	padding: 60px 0 50px 0;
}
.hotline{
	padding: 18px 100px 22px 80px;
	box-sizing: border-box;
	border-right: 1px solid #2b2b2b;
	background: url(../image/hotline.png) center left no-repeat;
}
.hotline p{
	padding-bottom: 10px;
}
.hotline h4{
	font-size: 30px;
	font-weight: 400;
}
.copyRight{
	width: 48%;
	padding-left: 100px;
}
.copyRight ul li{
	display: inline-block;
	margin-right: 50px;
}
.copyRight ul li a{
	display: inline-block;color: #fff;
}
.copyRight ul li a:hover{
	color: #36973d;
}
.copyRight p{
	font-size: 13px;
	line-height: 22px;
	padding-top: 28px;
}
.copyRight p a{
	color: #666;
}
.contact{
	display: flex;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
}
.contact a{
	display: block;
	margin-right: 52px;
	position: relative;
}
.contact a:hover div{
	display: block;
}
.contact a:last-of-type{
	margin-right: 0;
}	
.contact>a>img{
	display: block;
	width: 35px;
	height: 35px;
}
.contacta>a:last-of-type{
	margin-right: 0;
}
.QRCode{
	display: none;
	position: absolute;
	bottom: 35px;
	left: -60px;
	max-width: 150px;
	height: 166px;
}
.QRCode::after{
	content: '';
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	bottom: 9px;
    left: 70px;
	border-right: 1px solid #36973d;
	border-bottom: 1px solid #36973d;
	box-sizing: border-box;
	background: white;
	transform: rotateZ(45deg);
}
.QRCode img{
	border: 1px solid #36973d;
}
.contact i{
	font-size: 36px;
	margin-right: 52px;
	color: #000000;
}
.contact i:last-of-type{
	margin-right: 0;
}






.about_banner{
	height: 580px;
	background: url(../image/about_banner.jpg) center center no-repeat;
	background-size: 1920px auto;
}
.about_ms{
	height: 100%;
	display: flex;
	align-items: center;
}
.about_desc{
	position: absolute;
	max-width: 580px;
	color: #ffffff;
	margin-top: -30px;
}
.about_desc h2{
	font-size: 40px;
}
.about_desc p{
	line-height: 30px;
	padding: 60px 0;
}
.about_desc div{
	width: 166px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #ffffff;
	border-radius: 44px;
	position: relative;
}
.about_desc span{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	animation: flash 1.5s infinite;
}
.about_desc div a{
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
}

.quality_goods{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 120px 0;
}
.QG_desc{
	max-width: 604px;
	color: #333333;
}
.QG_desc h4{
	font-size: 30px;
	font-weight: 400;
}
.QG_desc h1{
	font-size: 48px;
	padding: 34px 0 72px 0;
}
.QG_desc p{
	line-height: 30px;
	font-size: 14px;
}
.QG_img img{
	display: block;
	width: 100%;
}

.yzjs{
	background: #f5f5f5;
}
.cheap_desc{
	text-align: right;
}






.link_banner{
	height: 480px;
	background: url(../image/contact_banner.jpg) center center no-repeat;
	background-size: 1920px auto;
}

.link_service{
	position: relative;
	font-size: 30px;
	color: #000000;
	padding: 70px 0 110px 0;
}
.link_service span:nth-of-type(1){
	font-size: 16px;
	color: #999999;
	padding-left: 28px;
}
.link_service span:nth-of-type(2){
	display: inline-block;
	width: 7px;
	height: 10px;
	background: #36973d;
	margin: 0 21px 0 18px;
}
.link_service p{
	width: 82%;
	height: 10px;
	background: #ededed;
	float: right;
	margin-top: 22px;
}
.link_detail{
	overflow: hidden;
}
.link_detail_tro p:nth-of-type(1){
	font-size: 36px;
	color: #333333;
}
.link_detail_tro p:nth-of-type(2){
	line-height: 44px;
	padding: 60px 0;
	font-size: 18px;
}
.link_detail_tro p:nth-of-type(2) span{
	padding-left: 54px;
}
.link_detail_tro div img{
	margin-right: 48px;
}
.link_form div{
	position: relative;
	padding-bottom: 30px;
}
.link_form div p{
	padding: 10px 0 0 42px;
	color: red;
	font: 14px/16px '微软雅黑';
	display: none;
}
.link_form input{
	width: 528px;
	border: 1px solid #E5E5E5;
	padding: 10px;
	font-size: 16px;
	margin-left: 10px;
}
.link_form span{
	display: inline-block;
	position: absolute;
	top: 0;
    margin-top: 11px;
}
.link_form textarea{
	width: 528px;
	margin-left: 42px;
	padding: 10px;
	outline: none;
	vertical-align: bottom;
	border-color: #E5E5E5;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666666;
	resize: none;
}
.link_form textarea::-webkit-scrollbar{
	display: none;
}
.link_form div:last-of-type input{
	margin-left: 42px;
	border: none;
	width: 168px;
	color: white;
	background: #36973d;
}
.link_form div:last-of-type input:hover{
	cursor: pointer;
}

.map {
    padding: 70px 0;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}






.product_banner{
	height: 580px;
	background: url(../image/product_banner.jpg) center center no-repeat;
	background-size: 1920px auto;
}
.product_desc{
	max-width: 630px;
}
.product_desc h2 {
	font-size: 60px;
}
.product_desc p {
	line-height: 30px;
	padding: 50px 0 40px 0;
}

.prd_kind{
	padding: 60px 0 46px 0;
}
.kind{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-bottom: 16px;
}
.kind span{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	min-width: 54px;
	line-height: 31px;
}
.kind ul{
	width: 96%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.kind ul li{
	margin-right: 14px;
	margin-bottom: 14px;
	border-radius: 32px;
	overflow: hidden;
}
.kind ul li:last-of-type{
	margin-right: 0;
}
.kind ul li:hover a{
	background: #ff6c00;
	color: #ffffff;
}
.kind ul li a{
	display: block;
	padding: 5px 18px;
}
.kindActive,.classifyActive{
	padding: 5px 18px;
	background: #ff6c00;
	color: #ffffff;
}
.classify{
	padding-bottom: 0;
}

.cplb{
	background: #f5f5f5;
}
.prd_list{
	padding: 75px 0;
	padding-bottom: 31px;
}
.prd_item01{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0;
}
.prd_item01 li{
	width: 22.7%;
	margin-right: 44px;
	margin-bottom: 44px;
}
.prd_item01 li:nth-of-type(4n){
	margin-right: 0;
}
.company_item{
	display: flex;justify-content: space-between;
}
.company_item div{
	text-align: center;
}
.company_item img{
	width: 80px;
}

.paging{
	padding: 46px 0;
}
.paging ul{
	display: flex;
	justify-content: center;
}
.paging ul li{
	border-radius: 32px;
	overflow: hidden;
	margin-right: 10px;
}
.paging ul li:last-of-type{
	margin-right: 0;
}
.paging ul li a{
	display: block;
	padding: 5px 11px;
}
.paging ul li a:hover{
	background: #ff6c00;
	color: #ffffff;
}
.pageActive{
	padding: 5px 11px;
	background: #ff6c00;
	color: #ffffff;
}






.wznr{
	background: #f5f5f5;
}
.article{
	display: flex;
	justify-content: space-between;
	padding: 30px 0 60px 0;
	overflow: hidden;
}
.article_list{
	width: 67%;
	padding: 0 32px;
	padding-bottom: 54px;
	box-sizing: border-box;
	background: #ffffff;
}
.article_list h1{
	padding-top: 40px;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
}
.article_info{
	padding: 22px 0 40px 0;
}
.article_info img{
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -2px;
}
.article_info span{
	font-size: 14px;
	margin-right: 62px;
	color: #999999;
}
.article_text{
	padding-bottom: 36px;
}
.article_text p{
	font-size: 14px;
	color: #999999;
	line-height: 38px;
}
.article_con{
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding:30px 0;
	line-height:30px;
}
.article_con p,.article_con div,.article_con span{
	line-height:30px;
}
.article_title{
	padding: 42px 0;
}
.article_title img{
	display: block;
	width: 100%;
	border-radius: 8px;
}
.article_body p{
	text-indent: 28px;
	font-size: 14px;
	line-height: 38px;
	color: #555555;
}
.article_body .indent0{
	text-indent: 0;
}
.article_nav{
	width: 30.6%;position: relative;
}
.recommend{
	width: 100%;
}
#share-1{
	text-align: center;
	padding: 46px;
}
.article_pages ul{
	display: flex;
	align-content: space-between;
}
.article_pages ul li{
	width: 50%;
	font-size: 14px;
	line-height: 56px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article_pages ul li a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #999999;
	width: 100%;
}
.article_pages ul li a:hover{
	color: #36973d;
}
.art_nav_items{
	padding: 10px 23px;
	background: #ffffff;
	margin-bottom: 30px;
}
.art_nav_items div{
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 14px;
}
.art_nav_items div span{
	display: inline-block;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
}
.art_nav_items ul li{
	line-height: 50px;
}
.art_nav_items ul li a{
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555555;
}
.art_nav_items ul li a:hover{
	color: #36973d;
}
.art_nav_items ul li:nth-of-type(1) a span,.art_nav_items ul li:nth-of-type(2) a span,.art_nav_items ul li:nth-of-type(3) a span{
	border: 1px solid #36973d;
	color: #36973d;
}
.art_nav_items ul li a span{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 30px;
	color: #999999;
	margin-right: 12px;
}
.art_nav_ad a{
	display: block;
}
.art_nav_ad img{
	display: block;
	width: 100%;
}








.news_banner{
	border-radius: 20px;
	padding-top: 45px;
}
.news_banner .swiper-pagination-bullet{
	background: #ffffff;
	opacity: 0.5;
}
.news_banner .swiper-pagination-bullet-active{
	background: #36973d;
	opacity: 1;
}
.NB_items>img{
	display: block;
	border-radius: 20px;
	width: 100%;
}
.NB_desc{
	position: absolute;
	top: 54px;
	left: 62px;
}
.NB_desc h2{
	font-size: 28px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 24px;
}
.NB_desc p img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -4px;
}
.NB_desc p span{
	color: #000000;
	margin-right: 40px;
}
.news_nav ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 42px 0 26px 0;
}
.news_nav ul li{
	line-height: 30px;
	border-radius: 30px;
	overflow: hidden;
	margin-right: 16px;
	margin-bottom: 16px;
}
.news_nav ul li:last-of-type{
	margin-right: 0;
}
.news_nav ul li:hover{
	background: #36973d;
}
.news_nav ul li:hover a{
	color: #ffffff;
}
.news_nav ul li a{
	display: block;
	padding: 0 14px;
}
.news_nav_active{
	color: #ffffff;
	padding: 0 14px;
	background: #36973d;
}

.jkzx{
	background: #f5f5f5;
}
.news{
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	overflow: hidden;
}
.news_con{
	width: 67%;
	padding: 0 32px;
	box-sizing: border-box;
	background: #ffffff;
}

.news_item01{
	border-bottom: 1px solid #f1f1f1;
	padding: 40px 0 36px 0;
}
.news_item01 a{
	display: flex;align-items: center;
}
.news_item01 h2{
	font-size: 20px;
	font-weight: 400;
	color: #000000;
}
.news_item01 .article_info{
	padding: 12px 0;
}
.news_item01 .art_title{
	width: 75%;
}
.news_item01 .art_title p{
	font-size: 13px; color: #666;line-height: 26px;
}
.news_item01 .article_title{
	padding: 0 30px 0 0px;width: 25%;box-sizing: border-box;
}
.news_item01 .article_text{
	padding-bottom: 0;
}
.news_pages ul{
	display: flex;
	justify-content: center;
	padding-bottom: 64px;
}
.news_pages ul li{
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.news_pages ul li a{
	display: block;
	padding: 15px 0;
	color: #999999;
	line-height: 40px;
}
.news_pages ul li a:hover{
	background: #f5f5f5;
}






.prd_detail{
	display: flex;
	justify-content: space-between;
	padding: 90px 0;
}
.prd_show{
	width: 50%;
	max-width: 552px;
	
	position: relative;
	box-sizing: border-box;
}
.prd_show .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.prd_show .gallery-top {
	height: 320px;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.swiper_shadow{
	position: absolute;
	height: 100%;
	width: 33%;
	top: 0;
	z-index: 9;
	display: flex;
}
.prd_show .gallery-thumbs {
	height: 90px;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	height: 100%;
	
}
.gallery-thumbs .swiper-slide:hover{
	cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #FFAA00;
	box-sizing: border-box;
	border-radius: 2px;
	margin-top: -1px;
}
.swiper-button-black{
	width: 37px;
	height: 37px;
	border-radius: 37px;
	opacity: 0.3;
	
}
.top-prev{
	top: 40%;
	left: 0;
}
.top-next{
	top: 40%;
	right: 0;
}
.prd_desc{
	width: 50%;
}
.prd_desc h2{
	font-size: 24px;
	font-weight: 400;
	color: #000000;
}
.use_for{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	padding: 20px 0 30px 0;
}
.specifications p{
	font-size: 14px;
	color: #333333;
	line-height: 38px;
}
.prd_price{
	font-size: 14px;
	padding: 30px 0 60px 0;
}
.prd_price span{
	color: #36973d;
}
.prd_price em{
	font-size: 30px;
}
.consult{
	width: 286px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #36973d;
	text-align: center;
	color: #36973d;
	font-size: 18px;
}
.consult a{
	display: block;
	color: #36973d;
}
.consult a:hover{
	background: #36973d;
	color: #ffffff;
}

.ypjs{
	background: #f5f5f5;
	padding: 44px 0 64px 0;
}
.prd_introduce{
	padding: 50px 44px 80px 44px;
	box-sizing: border-box;
	background: #ffffff;
}
.prd_introduce p{
	font-size: 14px;
	line-height: 36px;
}
.prd_introduce p b{
	color: #333333;
}
.jiesh{
	padding: 60px 0;
}

@media only screen and (max-width: 1920px) {
	.w1440{
		width: 1440px;
	}
}
@media only screen and (max-width: 1440px) {
	.w1440{
		width: 1250px;
	}
	.link_service p{
		width: 79%;
	}
	.kind ul{
		width: 95%;
	}
	.prd_item01 li{
		width: 22.3%;
	}
}
@media only screen and (max-width: 1250px) {
	
	.ypfl,.dtf,.dibu,.wznr,.about_banner,.yzjs,.product_banner,.cplb,.ypjs{
		width: 1250px;
	}
}
@-webkit-keyframes flash{
	from{box-shadow: 0 0 0 0px rgba(255,255,255,.7);background: rgba(255,255,255,.7);}
	to{box-shadow: 0 0 0 130px rgba(255,255,255,0);background: rgba(255,255,255,0);}
}
@-moz-keyframes flash{
	from{box-shadow: 0 0 0 0px rgba(255,255,255,.7);background: rgba(255,255,255,.7);}
	to{box-shadow: 0 0 0 130px rgba(255,255,255,0);background: rgba(255,255,255,0);}
}
@-ms-keyframes flash{
	from{box-shadow: 0 0 0 0px rgba(255,255,255,.7);background: rgba(255,255,255,.7);}
	to{box-shadow: 0 0 0 130px rgba(255,255,255,0);background: rgba(255,255,255,0);}
}
@-o-keyframes flash{
	from{box-shadow: 0 0 0 0px rgba(255,255,255,.7);background: rgba(255,255,255,.7);}
	to{box-shadow: 0 0 0 130px rgba(255,255,255,0);background: rgba(255,255,255,0);}
}
@keyframes flash{
	from{box-shadow: 0 0 0 0px rgba(255,255,255,.7);background: rgba(255,255,255,.7);}
	to{box-shadow: 0 0 0 130px rgba(255,255,255,0);background: rgba(255,255,255,0);}
}