@charset "utf-8";
/*------------------------------------------------------------
	格式设置
------------------------------------------------------------*/
/* 文本位置 */
.taLeft {
	text-align: left !important;
}
.taCenter {
	text-align: center !important;
}
.taRight {
	text-align: right !important;
}
/* 字体大小（加） */
.fsP1 {
	font-size: 1.08em !important;
}
.fsP2 {
	font-size: 1.16em !important;
}
.fsP3 {
	font-size: 1.24em !important;
}
.fsP4 {
	font-size: 1.32em !important;
}
.fsP5 {
	font-size: 1.4em !important;
}
/*字体大小（减） */
.fsM1 {
	font-size: 0.92em !important;
}
.fsM2 {
	font-size: 0.84em !important;
}
.fsM3 {
	font-size: 0.76em !important;
}
.fsM4 {
	font-size: 0.68em !important;
}
.fsM5 {
	font-size: 0.6em !important;
}
/* 字体粗细 */
.fwNormal {
	font-weight: normal !important;
}
.fwBold {
	font-weight: bold !important;
}
.cl {
	clear: both;
}
/*------------------------------------------------------------
	微调
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
a.tapCtrl, input.tapCtrl, .tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fl {
	float: left;
}
.fr {
	float: right
}
.tcenter {
	text-align: center;
}
.tleft {
	text-align: left;
}
/*------------------------------------------------------------
	Default style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 18px;
}
body, table, input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1.08em;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
a, a:link {
	color: #565656;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:visited {
	color: #565656;
}
a:hover {
	color: #565656;
}
a:active {
	color: #565656;
}
img {
	max-width: 100%;
	height: auto;
}
 input:-webkit-autofill {
/* -webkit-text-fill-color: #ededed !important;
 -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
 background-color:transparent;
 background-image: none;
 transition: background-color 50000s ease-in-out 0s;*/
}
/*------------------------------------------------------------
	布局
------------------------------------------------------------*/


.contP1Left {
	background: url(https://wangmarket-229-1656043421.obs.ap-southeast-1.myhuaweicloud.com/yian/images/con_bg.jpg) no-repeat center top;
	width: 50%;
	float: left;
}
.dz_Box li {
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 30px 20px 15px 15px;
	border-bottom: 1px dotted #dddddd;
	border-radius: 10px;
}
.news_nyttile {
	font-size:22px;
	font-weight: bold;
	margin-bottom:3%;
	text-align: center;
}
.news_more {
	width: 150px;
	height: 38px;
	background-color:#c00000;
}
.news_zw {
	font-size: 15px;
	line-height: 1.8;
}
.dz_title {
	font-size: 22px !important;
	color: #141414 !important;
	font-weight: bold;
}
.news_more a {
	text-align: center;
	display: block;
	line-height: 40px !important;
	margin-top: 20px;
	color:#fff;
}
.fanye {
	text-align: center;
}
.fanye a {
	padding: 0 2%;
}


.shoenews_zw {
	line-height:1.8;
	margin-bottom:3%;
}

.shoenews_zw p {
		font-size:14px !important;

}



.index_lei {
	
	width:95%;
	margin:0 auto 3%;
}
.index_lei li {
	background-color:#c00000;
	float: left;
	width:17%;
	height:60px;
	margin-right:3%;
}

.index_lei li:hover {
	background-color:#fcd559;
}



.index_lei li a {
	text-align: center;
	display: block;
	color:#fff;
	line-height:3.2;
}


.index_lei li:hover a {
	color:#000;
}


body {
	color: #565656;
	font-size: 24px;
	line-height: 50px;
	background-color: #fff;
	overflow-x: hidden;
}
.container {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
/*header*/
.headerBox {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color:#fff;
	height:151px;
}


.header {
	margin: 0 auto;
	width: 95%;
}
.logo {
	float: left;
	width: 20%;
}
.logo1 {
	display: none;
}
.header .ulBox {
	width: calc(100% - 380px);
	float: right;
}
.header .ulBox ul {
	width: calc(100% - 70px);
	float: left;
	padding-top: 40px;
}
.header ul li {
	width: 14%;
	float: left;
	position: relative;
	text-align: center;
}

.header ul>li{
	background:url(../images/nav_line.jpg) no-repeat right top;
}
.header ul li a {
	display: block;
}
}
.header ul li a:hover, .header ul li a.cur {
	font-weight: bold;
}
/*.header .ulBox .subNavi {
	padding: 30px 0;
	position: absolute;
	left: 0;
	top: 176px;
	display: none;
	width: 100%;
	background: url(../images/navi_bg.png) repeat left top;
}

.header .ulBox .subNavi .ulInfo {
	margin: 0 auto;
	width: 680px;
}*/

.header .ulBox li ul {
	width: 190px;
	position: absolute;
	top: 50px;
	left: 15px;
	display: none;
	float: none;
	background-color: #fff;
	box-shadow:3px 3px 10px #ccc;
	padding-top:0 !important;
}
.header .ulBox li ul li {
	border-bottom: 1px dashed #CCC;
	width: 100%;
}
.header .ulBox li ul li a {
	padding: 0 5px;
	color: #000;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 20px;
}
.header .ulBox li ul li a:hover {
	opacity: 0.8;
}
.header .s_earch {
	margin-top: -2px;
	float: right;
	position: relative;
}
.menu {
	position: absolute;
	right: 15px;
	top: 32px;
	display: none;
}
.close {
	width: auto !important;
	position: absolute !important;
	right: 15px;
	top: -62px;
	background-color: #FFF;
	display: none;
	border-bottom: none !important;
	z-index: 666;
}
.close a {
	padding: 0 !important;
}
#showRight {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.01);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 48;
	display: none;
}
#Nav {
	width: 30%;
	height: 100%;
	position: fixed;
	overflow-y: auto;
	right: -30%;
	top: 0px;
	background: url(../images/Nav_bg.png) repeat 0 0;
	z-index: 50;
	box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.5);
}
#Nav ul li {
	width: 100%;
}
#Nav ul li a {
	color: #5b5b5c;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
}



.w_95 {
	width: 90% !important;
	margin: 0 auto;
}




/*------------公司介绍----------*/


.mt10 {
	margin-top:3%;
}


.about_l {
	float: left;
}



.about_title01 {
	font-size:36px;
	color:#c00000;
	font-weight: bold;
	margin-bottom:2%;
}


.about_title02 {
		font-size:36px;
		font-weight: bold;
		margin-bottom:2%;

}


.z_zyy  li {
	float: left;
	width:32%;
	padding-right:2%;
}







.title03 {
	font-weight: bold;
	margin-bottom:3%;
}


.abut_zw  p{
	font-size:15px;
	line-height:1.8;
	text-indent:2em;
	margin-bottom:10px;
}



.cp_more {
	width:120px;
	margin:0 auto;
}

/*footer*/
.footerWrap {
	padding: 30px 0;
	color: #edbc4b;
	background-color: #9c0001;
}
.footerWrap .fBox {
	margin: 0 auto;
	width: 95%;
}
.footerWrap .fBox .ulBox {
	width: 14%;
	float: left;
}
.footerWrap .fBox .ulBox li {
	line-height: 1.8;
}
.footerWrap .fBox .ulBox li {
}
.footerWrap .fBox .ulBox p {
	padding-left: 30px;
	font-size: 22px;
}
.footerWrap .fBox .ulBox p:after {
	margin-top: -15px;
	width: 5px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
}
.footerWrap .fBox .ulImg {
	margin-top: 46px;
}
.footerWrap .fBox .ulImg li {
	overflow: hidden;
}
.footerWrap .fBox .ulImg li img {
	margin: 15px 35px 0 0;
	float: left;
}
.footerWrap .fBox .ulImg li span {
	float: left;
	font-size: 22px;
	line-height: 40px;
}
.footerWrap .fBox .ulText {
	margin: 0 30px;
}
.footerWrap .fBox .ulText li a {
	font-size: 16px;
	color:#e8b347;
}
.footerWrap .fBox .ulLink {
	margin: 85px 0 52px;
}
.footerWrap .fBox .ulLink li {
	margin-right: 20px;
	float: left;
}
.footerWrap .fBox .s_earch input[type=text] {
	padding: 0 15px;
	width: 100%;
	height: 45px;
	color: #4aab5e;
	font-size: 25px;
	line-height: 45px;
	text-align: right;
	background-color: #FFF;
	border-radius: 0;
	letter-spacing: 0;
	box-sizing: border-box;
}
.f_contact {
	width: 30% !important;
}
.f_contact p {
	line-height: 2.5;
	display: block;
	color:#edbc4b;
}



.f_api  img {
	width:100% !important;
}


.footerWrap {
	overflow: hidden;
}
.footerWrap  .copyRight {
	margin-top: 20px;
	font-size:13px;
}

.footerWrap  .copyRight span {
	font-size:13px;
}
.pb0 {
	padding-bottom: 0 !important;
}
/*banner*/
.mainBox {
}
.banner {
	margin: 150px auto 0;
	width: 100%;
}
.slideBox_ban {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.slideBox_ban .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox_ban .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.slideBox_ban .bd img {
	width: 100%;
	display: block;
}
.indexBox .positionSpan {
	margin-top: -134px;
	height: 268px;
	position: absolute;
	left: 80px;
	top: 50%;
}
.slideBox_ban .positionSpan {
	margin: -142px 0 0 -30%;
	width: 60%;
	height: 284px;
	left: 50%;
	text-align: center;
}
.indexBox .positionSpan span {
	display: block;
	color: #FFF;
	font-size: 46px;
	line-height: 70px;
}
.slideBox_ban .positionSpan span {
	font-size: 38px;
}
.slideBox_ban .positionSpan .title {
	margin-bottom: 40px;
	font-size: 58px;
}
.mainBox .bgSpan {
	width: 230px;
	height: 62px;
	font-size: 29px !important;
	line-height: 63px !important;
	text-align: center;
	background-color: #4AAB5E;
	border-radius: 33px;
}
.slideBox_ban .positionSpan .bgSpan {
	margin: 40px auto 0;
	width: 286px;
	height: 65px;
	line-height: 65px;
}
.comSubBox {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 95%;
}
.indexBox .comTitle {
	margin-bottom: 90px;
	text-align: center;
}
.indexBox .comTitle span {
	margin-top: 15px;
	color: #4aab5e;
	display: block;
	font-size: 46px;
	font-weight: bold;
}
.indexBox .comSection {
	background: #4DA967 url(../images/com_section_bg01.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
.indexBox .comSection01 {
	background: #F3F3F3 url(../images/com_section_bg02.jpg) no-repeat 94% 24px;
}
.indexBox .comSection02 {
	background: #4DA967 url(../images/com_section_bg03.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
.indexBox .comSection .comTitle {
	margin: 26px 0 70px;
	color: #FFF;
	font-size: 61px;
}
.indexBox .comSection01 .comTitle {
	margin: -20px 0 95px;
}
.indexBox .comSection02 .comTitle {
	margin: 30px 0;
}
.indexBox .comSection02 .comTitle span {
	color: #FFF;
}
.indexBox .comSection .pText {
	margin: 0 auto 95px;
	width: 95%;
	color: #FFF;
	font-size: 24px;
	line-height: 52px;
}
.indexBox .comSection .ulLink li {
	width: 48.8%;
	float: left;
	position: relative;
}
.indexBox .comSection .ulLink li:last-child {
	float: right;
}
.indexBox .comSection .ulLink li .positionSpan span {
	margin-bottom: 75px;
	font-weight: bold;
}
.indexBox .comSection .ulLink li .positionSpan .bgSpan {
	margin-bottom: 0 !important;
}
.indexBox .comSection01 .comUlList {
	margin: 0 -75px;
}
.comUlList li {
	width: 30%;
	float: left;
	box-sizing: border-box;
	margin-right:3%;
	margin-bottom:3%;
	padding: 10px;
}

.comUlList li img {
	overflow: hidden;
}


.comUlList li .spanBg {
	display: block;
	border-radius: 30px;
}
.comUlList li .spanBg img {
	border-radius: 15px;
	overflow: hidden;
	height:262px;

}
.comUlList li .spanBg span {
	display: block;
	font-size: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}
.comUlList li .spanBg span img {
	margin: -10px 10px 0 0;
	vertical-align: middle;
	width:100%;
}
.comUlList li .spanBg .bgSpan {
	margin: 0 auto;
	width: 232px;
	height: 45px;
	color: #FFF;
	font-size: 25px !important;
	line-height: 45px !important;
}
.indexBox .comImgBox {
	margin: 0 -20px -38px;
}
.comImgBox .photo {
	width: 47%;
	float: left;
}
.comImgBox .textBox {
	margin-top: 80px;
	width: 50%;
	float: right;
}
.comImgBox .textBox p {
	margin-bottom: 60px;
	padding: 0 0 47px 28px;
	color: #969896;
	font-size: 20px;
	line-height: 35px;
	border-bottom: 1px solid #D4D4D4;
}
.comImgBox .textBox .txt {
	margin-bottom: 0;
	padding: 0 0 28px 25px;
	color: #4aab5e;
	font-size: 29px;
	font-weight: bold;
	border-bottom: none;
}
.pagePath {
	margin: 0 auto;
	padding: 16px 0;
	width: 90%;
}
.pagePath li {
	display: inline;
	font-size: 18px;
}
.pagePath li a {
	font-size: 18px;
}
.productsBox .comSubBox {
	padding: 0 0 80px;
}
.productsBox .comTitle {
	padding: 0 20px;
	font-size: 26px;
	border-bottom: 1px px solid #CCC;
	margin-bottom:30px;
}
.productsBox .lBox {
	width: 18%;
	float: left;
	background-color: #f7f7f7;
}
.productsBox .lBox ul {
	padding: 0 20px;
}
.productsBox .lBox li {
	border-bottom: 1px solid #FFF;
	margin-bottom:20px;
}
.productsBox .lBox li:last-child {
	border-bottom: none;
}
.productsBox .lBox li a {
	display: block;
	background: url(../images/img_arrow.png) no-repeat right center;
	background-size: 10px auto;
}
.productsBox .lBox li a:hover {
	opacity: 0.6;
}
.productsBox .rBox {
	width: 80%;
	float: right;
}
.productsBox .rBox .comUlList {
	margin: 20px -10px 0;
}
.productsBox .rBox .comUlList li {

}
.productsBox .rBox .comUlList li .spanBg {
}
.productsBox .rBox .comUlList li .spanBg {
}
.productsBox .rBox .comUlList li .spanBg span {
	margin: 0;
	font-size: 18px;
}
.productsBox .rBox .comUlList li .spanBg span img {
	width: 30px;
}
.productsBox .rBox .comUlList li .spanBg .bgSpan {
	margin: 0 auto;
	width: 180px;
	font-size: 22px !important;
}
.aboutBox .comSubBox {
	padding-top: 0;
}
.aboutBox .comSubBox .photo {
	float: right;
}
.aboutBox .comSubBox .textBox {
	margin-top: 20px;
	float: left;
}
.aboutBox .comImgBox .textBox .txt {
	margin-bottom: 30px;
	padding: 0;
}
.aboutBox .comImgBox .textBox p {
	margin-bottom: 20px;
	padding: 0;
	border-bottom: none;
}
.aboutBox .comSection01 {
	padding: 50px 0;
	background-color: #f5f5f5;
}
.aboutBox .comTitle {
	margin-bottom: 40px;
	text-align: center;
}
.aboutBox .comTitle span {
	margin-top: 15px;
	color: #4aab5e;
	display: block;
	font-size: 46px;
	font-weight: bold;
}
.aboutBox .comSection01 .comSubBox {
	padding-bottom: 0;
}
.aboutBox .comSection01 .ulText {
	margin: 0 -15px;
}
.aboutBox .comSection01 .ulText li {
	padding: 0 15px 30px;
	width: 33.33%;
	float: left;
	box-sizing: border-box;
}
.aboutBox .comSection01 .ulText li:nth-child(3n) {
	margin-right: 0;
}
.aboutBox .comSection01 .ulText li .spanBg {
	padding: 40px;
	display: block;
	overflow: hidden;
	background-color: #4aab5e;
}
.aboutBox .comSection01 .ulText li img {
	margin: 10px 20px 0 0;
	float: left;
}
.aboutBox .comSection01 .ulText li .spanBg span {
	width: calc(100% - 129px);
	float: right;
	position: relative;
	color: #FFF;
	font-size: 24px;
	line-height: 40px;
}
.aboutBox .comSection01 .ulText li .spanBg span:after {
	margin-top: -35px;
	width: 1px;
	height: 70px;
	position: absolute;
	left: -30px;
	top: 50%;
	background-color: #FFF;
	content: "";
}
.aboutBox .comSection02 .comSubBox {
	padding: 40px 0;
}
.aboutBox .comSection02 .ulImg {
	margin: 0 -15px;
}
.aboutBox .comSection02 .ulImg li {
	padding: 0 15px 30px;
	width: 33.33%;
	float: left;
	box-sizing: border-box;
}
.aboutBox .comSection02 .ulBox {
	background-color: #4AAB5E;
}
.aboutBox .comSection02 .ulBox li {
	padding: 20px 30px;
	width: 20%;
	float: left;
	color: #FFF;
	font-size: 20px;
	line-height: 40px;
	box-sizing: border-box;
}
.aboutBox .comSection02 .ulBox li .txt {
	display: block;
}
.aboutBox .comSection02 .ulBox li .txt span {
	font-size: 42px;
}
.aboutBox .comSection01 .imgUl {
	margin: 0 -15px;
}
.aboutBox .comSection01 .imgUl li {
	padding: 0 15px;
	width: 25%;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
.aboutBox .comSubBox .pBox {
	margin: 40px 0;
	padding: 8.5% 0;
	background: url(../images/about_img07.webp) no-repeat left top;
	background-size: 100% auto;
	transition: all .3s;
}
.aboutBox .comSubBox .pBox p {
	color: #FFF;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.aboutBox .comSubBox .pBox .title {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
	font-size: 32px;
	font-weight: bold;
}
.aboutBox .comSubBox .pBox .title:after {
	margin-left: -90px;
	width: 180px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #FFF;
	content: "";
}
.aboutBox .comSection01 .imgUl li span {
	margin-top: 5px;
	display: block;
}
.contactsBox .comSubBox p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 50px;
}
.contactsBox .img {
	margin-bottom: 80px;
}
.aboutBox .comTitle span span {
	font-size: 22px;
}
.contactsBox .field_box {
	margin: 0 auto;
	width: 80%;
}
.contactsBox .field_box .rows {
	padding-right: 30px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.contactsBox .field_box .rows:nth-child(3) {
	padding-right: 30px;
	width: 100%;
}
.contactsBox .field_box .rows:last-child {
	padding-right: 30px;
	width: 100%;
}
.contactsBox .field_box .label {
	line-height: 60px;
}
.contactsBox .field_box .input_box input {
	padding: 0 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	border-radius: 3px;
	background-color: #FFF;
	border: none;
	box-sizing: border-box;
	vertical-align: top;
}
.contactsBox .field_box .textarea_box textarea {
	padding: 20px;
	width: 100%;
	height: 140px;
	line-height: 50px;
	font-size: 18px;
	border-radius: 3px;
	background-color: #FFF;
	border: none;
	box-sizing: border-box;
}
.contactsBox .field_box .label i {
	color: #FF0000;
}
.contactsBox .button_rows {
	margin: 20px auto 0;
	width: 300px;
}
.contactsBox .button_rows button {
	width: 300px;
	height: 62px;
	color: #FFF;
	font-size: 22px !important;
	line-height: 42px !important;
	text-align: center;
	background-color: #4AAB5E;
	border: 1px solid #4AAB5E;
	border-radius: 31px;
	box-sizing: border-box;
}
.showproductsBox .comSubBox {
	padding: 0 0 60px;
}
.showproductsBox .comSubBox .jsBox {
	width: 46%;
	float: left;
}
.showproductsBox .rBox {
	width: calc(100% - 526px);
	float: right;
}
.showproductsBox .comTitle {
	margin: 30px 0;
	color: #4aab5e;
	font-size: 36px;
	font-weight: bold;
}
.showproductsBox p {
	margin-bottom: 40px;
	font-size: 21px;
	line-height: 40px;
}
.showproductsBox .rBox .linkUl {
	margin-bottom: 40px;
}
.showproductsBox .rBox .linkUl li {
	width: 49%;
	float: left;
}
.showproductsBox .rBox .linkUl li:last-child {
	float: right;
}
.showproductsBox .rBox .linkUl li a {
	height: 62px;
	display: block;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 63px;
	text-align: center;
	background-color: #4AAB5E;
	border-radius: 33px;
}
.showproductsBox .rBox .ulLink li {
	margin-right: 20px;
	float: left;
}
.left-pro {
	width: 470px;
	float: left;
	background-color: #FFF;
}
.left-pro .t1 {
	width: 100px;
	float: left
}
.left-pro .t2 {
	padding-left: 10px;
	width: 450px;
	float: left;
}
#showArea img {
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	width: 78px;
	padding: 1px;
	border: 1px solid #ccc;
	height: 78px;
	float: left
}
#main_img {
	cursor: pointer;
	display: block
}
#gotop {
	cursor: pointer;
	display: block;
	margin-left: 15px
}
#gobottom {
	cursor: pointer;
	display: block;
	margin-left: 15px
}
#showArea {
	width: 82px;
	height: 430px;
	margin: 10px;
	overflow: hidden
}
.top_detail {
	position: relative;
}
.data_box {
	position: absolute;
	top: 15px;
	left: 0;
}
.date {
	padding-top: 16px;
	width: 120px;
	height: 120px;
	color: #FFF;
	font-size: 18px;
	line-height: 36px;
	background-color: #4AAB5E;
	text-align: center;
	box-sizing: border-box;
}
.date span {
	display: block;
	margin-top: 5px;
	font-size: 48px;
	line-height: 36px;
	font-weight: bold;
}
.data_box .views_item {
	text-align: right;
	margin-top: 8px;
	font-size: 14px;
	line-height: 30px;
}
.top_title {
	padding-right: 60px;
	padding-bottom: 26px;
	line-height: 50px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 36px;
	color: #222222;
	box-sizing: border-box;
}
.bottom_detail {
	padding-top: 40px;
	min-height: 400px;
}
.bottom_detail > .bottom_title {
	font-size: 30px;
	margin-bottom: 20px;
}
.bottom_detail > .contents {
	padding-bottom: 20px;
	color: #000;
	font-size: 30px;
	line-height: 1.8;
	font-size: 16px;
	min-height: 300px;
}
.bottom_detail .share {
	margin-bottom: 40px;
	padding: 30px 0 50px;
	border-bottom: 1px solid #e8e8e8;
}
.bottom_detail .share .ulLink li {
	margin-right: 15px;
	float: left;
}
.bottom_detail .news_box .item .icon {
	padding: 0 10px;
	width: 78px;
	float: left;
	line-height: 30px;
	background-color: #4AAB5E;
	color: #FFF;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}
.bottom_detail .news_box .item .title {
	width: calc( 100% - 78px );
	padding-left: 12px;
	line-height: 30px;
	float: right;
	box-sizing: border-box;
	color: #222;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.bottom_detail .news_box .item {
	margin-top: 30px;
}
.bottom_title, .top_title, .bottom_detail > .contents, .bottom_detail .share {
	float: right;
	width: calc( 100% - 175px );
}
.m2abtNumber {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.m2abtNumber li {
	width: 33.33%;
	text-align: center;
}
.m2abt_ntp strong {
	color: #016015;
	font-size: 62px;
	font-weight: bold;
}
.m2abt_ntp span {
	margin-left: 10px;
	color: #4aab5e;
	font-size: 60px;
	font-weight: bold;
}
.m2abtNumber li p {
	color: #505050;
	font-size: 36px;
	text-align: center;
}


/*--------------产品中心------------*/
.hui_bg {
	background-color: #fff1e8;
	overflow: hidden;
	padding: 30px 0;
}
.t_itle {
	text-align: center;
	color:#c00000;
}
.t_itle p {
	font-size: 30px;
	font-weight: bold;
}
.t_itle p span {
	font-size: 18px;
}
.p_roducts ul {
	width: 95%;
	margin: 0 auto;
}
.p_roducts ul li {
	width: 24%;
	border-radius: 20px;
	background-color: #fff;
	float: left;
	margin: 0 1% 5% 0;
	overflow: hidden;
}
.p_roducts ul li:hover {
	box-shadow: 2px 2px 5px #CCC;
}
.p_roducts ul li img {
	transition: transform 2s ease-out;
}
.p_roducts ul li img:hover {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.p_roducts ul li img {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.p_roducts ul li a {
	text-align: center;
	display: block;
}



.about_l {
	width:60%;
	float: left;
}


.about_r {
	float: right;
	width:30%;

}




.yellow_bg {
	background: url(../images/yellow_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	padding: 4% 0 0 0;
}
.jiankang {
	width: 95%;
	margin: 3% auto 0;
}
.jiankang ul li {
	float: left;
	width: 15%;
	margin-right: 2%;
}
.jiankang ul li:nth-child(6) {
	margin-right: 0 !important;
}
.jiankang ul li p {
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	padding-top: 3%;
}
.case_photo {
	float: right;
	width: 60%;
}
.anli {
	width: 95%;
	margin: 0 auto;
}
.mb10 {
	margin-bottom: 4%;
}


.l_shipin {
	float:left;
	width:48%;
}


.b_title span {
	margin-top:2%;
	color:#c00000;
	display: block;
	font-size:35px;
}


.l_title {
	font-size:16px;
	float: left;
}


.b_more {
	float: right;
	padding-top:3%;
}


.r_shipin {
	float:right;
	width:48%;
}
.case_text {
	padding-top: 3%;
}
.case_title {
	font-size: 24px;
	font-weight: bold;
}
.case_zw {
	width: 30%;
	float: left;
	font-size: 16px;
	line-height: 1.8;
}
.case_zw p {
	font-size: 16px;
	margin-bottom: 20px;
	text-indent: 2em;
}
.news_lei {
	width: 60%;
	margin: 0 auto 3%;
}
.news_lei ul li {
	float: left;
	width: 180px;
	background-color: #e9e6e1;
	border-radius: 30px;
	margin-right: 10%;
}
.news_lei ul li a {
	text-align: center;
	display: block;
}
.news_box {
	width: 95%;
	margin: 0 auto;
}
.gsxw {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.mr0 {
	margin-right: 0 !important;
}
.gsxw li {
	border-bottom: 1px dashed #CCC;
}
.gsxw li a {
	font-size: 16px;
}
/*--------------------公司简介-------------------------*/


.about_bg1 {
	background: url(../images/about_bg1.jpg) no-repeat;
	width: 100%;
	background-size: 100%;
	margin-top: 115px;
}
.about_menu {
	background: url(../images/about_menu1.jpg) fixed no-repeat top;
	width: 100%;
	height: 300px;
}
.about_soglin {
	text-align: center;
	padding: 6% 0 5% 0;
}
.about_soglin p {
	color: #fff !important;
	font-size: 40px;
	line-height: 2;
}
.about_soglin p span {
	display: block;
	font-size: 60px !important;
	letter-spacing: 5px;
}
.pp {
	text-align: center !important;
	padding-top: 4%;
}
.name {
	color: #fff !important;
	font-variant: normal !important;
	letter-spacing: 10px;
	font-size: 20px !important;
}
.zw {
	margin-bottom: 2%;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}
.zwlt {
	text-align: left !important;
}
.about_menu {
}
.mb20 {
	margin-bottom: 50px !important;
}
.tabUl {
	margin-bottom: 20px;
	text-align: center;
}
.tabUl li {
	margin: 0 40px;
	display: inline;
}
.tabUl li a {
	display: inline-block;
	font-size: 20px;
	border: 1px solid #CCC;
	width: 200px;
	color: #000;
}
.tabUl .on a {
	background: #c50000;
	color: #fff;
}
.tabBox .imgBox {
	margin-bottom: 4%;
	padding: 3.5% 1% 3.5% 2.8%;
	border: 2px solid #DFDFDF;
	background: url(https://wangmarket-229-1656043421.obs.ap-southeast-1.myhuaweicloud.com/yian/images/news_img03.png) no-repeat 97% 88%;
	border-radius: 40px;
	box-shadow: 0 0 20px #eee;
}
.tabBox .imgBox .photo {
	width: 28%;
	float: left;
}
.tabBox .imgBox .textBox {
	margin-top: 0.6%;
	width: 69%;
	float: right;
}
.tabBox .imgBox .textBox p {
	margin-bottom: 3%;
	line-height: 1.9;
}
.tabBox .imgBox .textBox .title {
	margin-bottom: 1.3%;
	font-size: 24px;
	font-weight: bold;
}
.tabBox .imgBox .textBox p img {
	margin: -5px 30px 0 0;
	vertical-align: middle;
}
.tabBox .imgBox .textBox .link a {
	width: 228px;
	display: inline-block;
	color: #FFF;
	line-height: 58px;
	text-align: center;
	background-color: #2690f6;
	border-radius: 50px;
}
.box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	_height: 100%;
}
.picbox {
	width: 1200px;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.piclist {
	height: 260px;
	position: absolute;
	left: 0px;
	top: 0px
}
.piclist li {
	background: #eee;
	margin-right: 20px;
	padding: 5px;
	float: left;
}
.swaplist {
	position: absolute;
	left: -3000px;
	top: 0px
}
.og_prev, .og_next {
	width: 30px;
	height: 50px;
	background: url(https://wangmarket-229-1656043421.obs.ap-southeast-1.myhuaweicloud.com/yian/images/icon.png) no-repeat;
	background: url(https://wangmarket-229-1656043421.obs.ap-southeast-1.myhuaweicloud.com/yian/images/icon_ie6.png) no-repeat\9;
	position: absolute;
	top: 33px;
	z-index: 99;
	cursor: pointer;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.about_sz {
	margin-bottom: 30px;
}
.about_sz ul {
	padding-left: 64px;
	margin-top: 20px;
	background: url("images/left.png") no-repeat 53px top;
}
.about_sz ul li {
	float: left;
	font-size: 15px;
	color: #6a6869;
	width: 25%;
	text-align: center;
	height: 75px;
	background: url("images/line1.png") no-repeat left center;
}
.about_sz ul li:first-child {
	background: none;
}
.about_sz ul li span {
	display: inline-block;
	zoom: 1;
*display:inline;
	font-size: 60px;
	height: 45px;
	line-height: 45px;
	color: #27b0ba !important;
	font-weight: bold;
}
.about_sz ul li font {
	font-size: 20px;
}
.kuang {
	width: 80%;
	padding: 10% 5% 20% 5%;
}
.contP1Left .telB {
	background-color:#c00000;
	width: 100%;
	font-size: 22px;
	padding: 24px 48px;
	color: #ffffff;
}
.contP1Left .ewmG {
	margin-top: 88px;
}
.flexb3 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.contP1Right .formB {
}
.contP1Right .formB input {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #cfcfcf;
	height: 40px;
	line-height: 40px;
}
.contP1Right .formB .tit {
	font-size: 16px;
	color: rgb(0, 0, 0);
}
.contP1Right {
	width: 45%;
	float: right;
}
.tit {
	font-size: 30px;
}
.contP1Right .formB textarea {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #cfcfcf;
	height: 108px;
	padding: 16px 0;
}
.container {
	width: 100%;
	/*	padding-right: 15px;
	padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;
}
 @media (min-width: 576px) {
}
 @media (min-width: 768px) {
}
 @media (min-width: 992px) {
}
 @media (min-width: 1200px) {
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
 .column {
 position: relative;
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
}
 @media (min-width: 576px) {
.column {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}
 @media (min-width: 768px) {
.column {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
}
 @media (min-width: 992px) {
.column {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 30%;
	max-width: 30%;
}
}
.section-title {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 45px 0 30px 0;
}
.section-title::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	background: #eeeeee;
}
.section-title h1 {
	color: #353535;
	font-size: 50px;
	letter-spacing: 5px;
	margin-bottom: 5px;
}
 @media(max-width: 767.98px) {
.section-title h1 {
	font-size: 40px;
	letter-spacing: 3px;
}
}
 @media(max-width: 567.98px) {
.section-title h1 {
	font-size: 30px;
	letter-spacing: 2px;
}
}
/**********************************/
/********** Effect #1 CSS *********/
/**********************************/
.effect-1 {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.effect-1 .effect-img {
	font-size: 0;
}
.effect-1 .effect-img img {
	width: 100%;
	height: 320px;
}
.effect-1 .effect-text {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 30px;
	top: calc(100% - 60px);
	left: 0;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	transition: .5s;
}
.effect-1:hover .effect-text {
	top: 0;
}
.effect-1 .effect-text h2 {
	height: 45px;
	color: #ffffff;
	font-size: 20px;
	margin: -35px 100px 0 0;
	transition: .5s;
}
.effect-1:hover .effect-text h2 {
	margin: 0;
}
.effect-1 .effect-text p {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
}
.effect-1 .effect-btn .btn {
	display: inline-block;
	height: 35px;
	padding: 7px 15px;
	color: #333333;
	background: #ffffff;
}
.cp_photo {
	width: 70%;
}
.cp_name {
	width: 25%;
}
:root {
 --theme-green: #4ba776; /** 主题绿色 */
 --circle-size: 90px; /** 圆圈大小 宽高一样 */
}
/** 遮板 */
.shutter {
	position: absolute;
	display: block;
	width: 120px;
	height: 120px;
	background-color: #fff;
	top: 206px;
	left: 150px;
}
/** 内部圆圈 */
.circle {
	position: absolute;
	z-index: 9;
	width: var(--circle-size);
	height: var(--circle-size);
	top: 218px;
	left: 165px;
	background-color: var(--theme-green);
	border-radius: 45px;
	animation: circleMove 0.7s alternate infinite ease-in-out;
}
/** 内部的勾，使用 `.circle` 的 `before` 伪类 */
.circle::before {
	z-index: 2;
// z-index 要比外圈（扩散圈）大，否则要被背景覆盖 position: absolute;
	display: block;
	content: "✔";
	font-size: 63px;
	color: #fff;
	left: 18px;
	top: -1px;
}
/** 动画时外部渐变圈 */
.circle::after {
	z-index: 1;
// z-index 要比内部的勾小，否则要覆盖掉勾 position: absolute;
	display: block;
	content: "";
	width: calc(var(--circle-size));
	height: calc(var(--circle-size));
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #4ba776;
	transform: scale(1.2);
}

/** 定义放大缩小动画,最大放大到 1.2 倍 */
@keyframes circleMove {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(1.2);
}
/*----------------------------
    文章
  
  -----------------------------*/
  
  

a, a:hover, a:active, a:visited, a:link, a:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
}
input:focus, button:focus, textarea:focus {
	outline: none;
}
.ovh1 {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
.imgH {
	overflow: hidden;
}
.imgH img {
	transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-webkit-transition-duration: .6s;
}
.imgH:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.hidden-xs {
	display: block;
}
.visible-xs {
	display: none;
}
* {
	box-sizing: border-box;
}
.db {
	display: block;
}
.tc {
	text-align: center;
}
img {
	max-width: 100%;
}
.c_center {
	width: 1200px;
	margin: 0 auto;
}
.baibg {
	background: #ffffff;
}
.huibg {
	background: #e9e9e9;
}
.pore {
	position: relative;
}
.flexb {
	display: flex;
	align-items: center;
	justify-content: center;
}
body {
	max-width: 100vw;
	overflow-x: hidden;
}/**导航菜单**/
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
header .hTop {
	background: rgba(0,0,0,0.7);
}
header .hTop .nrBox {
	height: 110px;
}
header .muneBtn {
	font-size: 16px;
	color: rgb(0, 134, 75);
	cursor: pointer;
}
header .muneBtn .imgB {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	border: 1px solid #00864b;
	width: 32px;
	height: 28px;
}
header .muneBtn .imgB i {
	display: block;
	width: 20px;
	height: 1px;
	margin: 6px 0 0;
	background: #00864b;
	transition: all 0.3s;
}
header .muneBtn .imgB i:first-child {
	margin: 0;
}
header .muneBtn .imgBaa {
	animation: huxi 5s infinite;
	-webkit-animation: huxi 5s infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	-webkit-animation: huxi 5s infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}
.newsP {
	padding: 90px 0 60px;
}
.newsPUl li {
	margin-top: 60px;
	padding: 30px 0;
}
.newsPUl li::before {
	content: "";
	display: block;
	width: 76.4%;
	height: 100%;
	background: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.newsPUl li:first-child {
	margin-top: 0;
}
.newsPUl .time {
	width: 164px;
	font-size: 24px;
	color: rgb(0, 0, 0);
}
.newsPUl .imgB {
	width: 400px;
	z-index: 2;
	position: relative;
	display: block;
}
.newsPUl .imgB img {
	display: block;
	width: 100%;
}
.newsPUl .textB {
	width: calc(100% - 704px);
	margin-left: 56px;
	margin-right: 84px;
	z-index: 2;
	position: relative;
}
.newsPUl .tit {
	font-size: 24px;
	color: rgb(20, 20, 20);
	font-weight: 700;
}
.newsPUl .tit::after {
	content: "";
	background-color: rgb(0, 134, 75);
	display: block;
	width: 38px;
	height: 4px;
	margin-top: 32px;
}
.newsPUl .desc {
	font-size: 16px;
	color: rgb(20, 20, 20);
	line-height: 2;
	margin-top: 40px;
}
.page_fenye {
	text-align: center !important;
}
.page_fenye a {
	border: 1px solid #CCC;
	padding: 5px;
	margin-right: 10pxs !important;
}

.comSubBox {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 95%;
}









