/* 重置 */
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
ul,ol,li{ list-style:none;}
a{ text-decoration:none;}
img{  border:none;display:block;width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;}
input,
textarea {
	outline: none;
	border: none;
	border: 1px solid #ccc;
	resize: none;
	/* 清除移动端输入框特有的样式*/
	-webkit-appearance: none;
}


body{ font-family:"微软雅黑",sans-serif;}
 /* input{ outline:none;border: none;}  */
  .fl {float: left;}
  .fr {float: right;}
  .clearfix::before,
  .clearfix::after {
  	content: "";
  	display: block;
  	height: 0;
  	line-height: 0px;
  	clear:both;
  	visibility: hidden;
  }
i,b {font-style: normal;}
.bx {width: 1200px;margin: 0 auto;}
.bx2 {width: 1200px;margin: 0 auto;position: relative;}
.btn {width: 160px;height: 50px;line-height: 50px;border-radius: 1000px;border: 1px solid #028f40;display: block;font-size: 18px;color: #028f40;text-align: center;transition: 0.4s;}
.btn:hover {background: #028f40;color: #fff;}
.tit {font-size: 40px;color: #1d2143;padding-top: 100px;text-align: center;line-height: 1em;}
.swiper-slide {background-color: #fff;}
.ly_r input::-webkit-input-placeholder{color: #d2d2d2;}
.ly_r input::-moz-input-placeholder{color: #d2d2d2;}
.ly_r input::-ms-input-placeholder{color: #d2d2d2;}
 
/* 主要内容 */

/* top区域 */
.top {background-color: #f6f6f6;height: 40px;line-height: 40px;font-size: 14px;color: #666;}
.top_email p::before{content: "";display: inline-block;background: url(../images/top_email.png) no-repeat center;background-size: 100% 100%;width: 15px;height: 11px;margin-right: 6px;vertical-align: middle;}
.top_phone p::before{content: "";display: inline-block;background: url(../images/top_phone.png) no-repeat center;background-size: 100% 100%;width: 13px;height: 12px;margin-right: 6px;vertical-align: middle;}
.top_email {margin-right: 20px;}
.top_email p {vertical-align: middle;}
.top_r {padding-top: 11px;}
.top_r a {display: block;}
.top_r a img {width: 100%;}
.top_f a {width: 10px;margin-right: 20px;}
.top_in a {width: 17px;margin-right: 20px;}
.top_niao a {width: 17px;}
.top_l p:hover {color: #028f40;}


/* 导航logo区域 */
/*--------------------------------------------------------------
## Main Header
--------------------------------------------------------------*/
.menu{display: none;}
.main-navigation {
	text-align: right;
	position: relative;
  }
  .navigation-2 {
	z-index: 10;
  }
  .main-navigation > ul {
	display: inline-block;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
  }
  .main-navigation > ul > li {
	position: relative;
	display: inline-block;
  }
  .main-navigation ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 0px 22px;
	color: #272023;
	display: flex;
	position: relative;
	text-decoration: none;
	line-height: 90px;
  }


  .main-navigation ul li a:hover, .main-navigation > ul > li.menu-item-has-children > a:hover:after {
	color: #00388f;
  }
  .main-navigation > ul > li.menu-item-has-children > a:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	content: "\f107";
	color: #bdbebf;
	font-family: 'FontAwesome';
	font-weight: 900;
	margin-right: 15px;
	font-size: 16px;
  }
  .main-navigation ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-top: 2px solid #00388f;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  }
  .main-navigation ul li ul {
	min-width: 319px;
	position: absolute;
	top: 140%;
	left: 0%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
  }
  .main-navigation ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
  }
  .main-navigation ul li li {
	position: relative;
	display: block;
  }
  .main-navigation ul ul li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #272023;
	text-align: left;
	display: block;
	padding: 15px 25px 15px 25px;
	position: relative;
	text-decoration: none;
	outline: none;
	text-transform: none;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	border-bottom: 1px solid rgba(183,183,183,0.5);
  }
  .main-navigation ul ul li.current_page_item a {
	color: #00388f;
  }
  .main-navigation ul ul li.menu-item-has-children > a:after {
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 25px;
	width: 0;
	height: 0;
	content: "\f107";
	color: #bdbebf;
	font-family: 'FontAwesome';
	font-weight: 900;
	margin-right: 15px;
	font-size: 13px;
	float: right;
	transform: rotate(-90deg);
  }
  .main-navigation ul ul li.menu-item-has-children > a:hover:after {
	color: #00388f;
  }
  .main-navigation ul ul li ul {
	margin-left: 100%;
	border-top: none;
  }
  .main-navigation ul ul li:hover ul  {
	opacity: 1;
	visibility: visible;
	top: 0;
	margin-left: 100%;
  }
  .main-navigation a i {
	margin-left: 8px;
  }
  .mobile-header {
	display: none;
  }

  .logo {height: 48px;margin-top: 21px;}
  .logo img { height: 100%;}
  .logonav .bx {height: 90px;}
  .top_search {height: 22px;margin-top: 34px;border-left: 1px solid #d4d4d4;padding-left: 25px;cursor: pointer;}
  .top_search img {height: 100%;}
  .search_gd {position: fixed;top: 0;width: 100%;height: 130px;background: #fff;height: 130px;padding-top: 24px;box-sizing: border-box;display: none;z-index: 10000;}
  .search_gd .bx {position: relative;}
  .search_gd p {padding-bottom: 40px;box-sizing: border-box;color: #666;}
  .search_gd input {width: 100%;border:none;border-bottom: 1px solid #d4d4d4;padding-bottom: 7px;font-size: 16px;}
  .close2 {width: 15px;position: absolute;right: 0;top: 12px;cursor: pointer;}
  .search_gd button {border:none;background: none;cursor: pointer;position: absolute;right: 10px;bottom: 14px;}
  .search_gd button img {width: 22px;}
  .menu li a.active {color: #00388f;}


/* banner */
.banner{ width:100%; background:#ccc;}
.banner .swiper-slide a.big{ display:block;  background:no-repeat center;background-size: 100% auto;}
.banner .swiper-slide a.big::before {content: '';padding-top: 38%;display: block;}
.banner .swiper-slide a.small{ display:none; background:no-repeat center;}
.banner .swiper-pagination-bullet{ width:12px; height:12px; background:#fff; opacity:0.9;}
.banner .swiper-pagination-bullet-active{ width:24px; border-radius:6px;background: #028f40;}


/* 首页关于我们 */
.about_l {padding-top: 83px;width: 39%;}
.about_l h6 {font-size: 18px;font-weight: 100;color: #00388f;}
.about_l h6::before {content: '';height: 2px;width: 60px;background: #00388f;display: inline-block;vertical-align: middle;margin-right: 10px;}
.about_l h1 {font-size: 35px;color: #1d2143;padding-top: 15px;padding-bottom: 34px;}
.about_l h1 i {color: #00388f;}
.about_l p {font-size: 16px;text-align: justify;color: #666;line-height: 2em;padding-bottom: 50px;}
.about_r {padding-top:55px;width: 685px;overflow: hidden;padding-bottom: 75px;}
.about_r img {width: 100%;transition: 0.6s;}
.about_r img:hover {transform: scale(1.05);}

/* 首页产品中心 */
.sy_pro {background-color: #f6f6f6;padding-bottom: 70px;}
.sy_pro_xx {text-align: center;padding-top: 34px;}
.sy_pro_xx .all {color: #00388f;}
.sy_pro_xx a {font-size: 16px;color: #666;margin: 0 4px;}
.sy_pro_xx a::after {content: '/';margin-left: 8px;}
.sy_pro_xx a:hover {color: #00388f;}
.sy_pro_xx a:last-of-type::after {content: '';}
.sy_pro_z {padding-top: 40px;padding-bottom: 40px;box-sizing: border-boxb;}
.sy_pro_z ul li {width: calc(100% / 3);float: left;margin-bottom: 30px;}
.sy_pro_z ul li:hover .sy_pro_titp {border-color: #028f40;}
.sy_pro_z ul li a {display: block;padding: 0 15px;box-sizing: border-box;}
.sy_pro_img {width: 100%;height: 250px;overflow: hidden;}
.sy_pro_img img {width: 100%;height: 100%;object-fit: cover;transition: 0.6s;}
.sy_pro_img img:hover {transform: scale(1.05);}
.sy_pro_titp {padding: 20px 15px;box-sizing: border-box;background: #fff;border-bottom: 2px solid #00388f;padding-bottom: 24px;}
.sy_pro_titp h5 {font-size: 18px;color: #333;font-weight: 100;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding-bottom: 7px;}
.sy_pro_titp p {font-size: 14px;color: #999;line-height: 1.6em;   word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    overflow: hidden;
    height: 42px;
    overflow: hidden;
  }
.sy_pro_titp h5:hover {color: #00388f;}
.sy_pro_titp p:hover {color: #00388f;}

.sy_pro_w ul  {padding-top:60px;}
.sy_pro_w ul li {width: 100%;background: #fff;margin-bottom: 20px;height: 400px;}
.sy_pro_l .sy_pro_img {height: 400px;width: 597px;border-right: 1px solid #f6f6f6;box-sizing: border-box;}
.sy_pro_l .sy_pro_img  img {width: 100%;}
.sy_pro .bx {width: 1090px;}
.sy_pro_r {padding: 60px 50px;box-sizing: border-box;width: 45%;height: 400px;}
.sy_pro_r h6 {font-size:28px;font-weight: 100;color: #333;font-weight: 100;}
.sy_pro_r p {color: #666;padding-top: 36px;padding-bottom: 64px;box-sizing: border-box;font-size: 16px;line-height: 1.8em;}
.sy_pro_r a {display: block;color: #028f40;font-size: 16px;text-align: center;height: 44px;line-height: 44px;border: 1px solid #028f40;border-radius: 1000px;width: 142px;transition: 0.3s;}
.sy_pro_r a:hover {background: #028f40;color: #fff;}





/* 首页为什么选择我们 */
.xzwm {background: url(../images/xuanze.jpg) no-repeat center;background-size: cover;padding-bottom: 88px;box-sizing: border-box;}
.xzwm h1 {color: #fff;padding-bottom: 30px;}
.xzwm h4 {font-size: 14px;color: rgba(255, 255, 255, 0.6);text-align: center;font-weight: 100;line-height: 2em;width: 60%;margin: 0 auto;  word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    overflow: hidden;}

	
.sik ul {padding-top: 60px;}
.sik ul li {float: left;text-align: center;width: calc(100% / 4);border: 1px solid #556558;box-sizing: border-box;height: 320px;margin-left: -1px;padding-top: 56px;}
.sik ul li:hover p,.sik ul li:hover span {color: #fff;}
.sik_pic {height:75px;}
.sik_pic img {height: 100%;text-align: center;width: auto;margin: 0 auto;}
.sik_tit {padding-top: 20px;padding-bottom: 13px;}
.sik_tit span:first-of-type {font-size: 45px;color: rgba(255, 255, 255, 0.9);}
.sik_tit span:nth-of-type(2) {font-size: 20px;color: rgba(255, 255, 255, 0.4);}
.sik ul li p {font-size: 16px;color: rgba(255, 255, 255, 0.6);width: 62%;word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    overflow: hidden;
	line-height: 1.6em;
	margin: 0 auto;
}

/* 首页案例 */
.case {padding-bottom: 66px;}
.case .case_z .swiper-slide li {float: left;width: calc(100% / 3);text-align: center;padding-bottom: 70px;box-sizing: border-box;}
.case_pic {width: 100%;height: 263px;overflow:hidden;}
.case_pic img {width: 100%;height: 100%;object-fit: cover;transition: 0.6s;}
.case_pic img:hover {transform: scale(1.05);}
.case_nk {padding: 0 10px;box-sizing: border-box;}
.case_z {padding-top: 53px;}
.case_p {box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);padding: 20px 20px;box-sizing: border-box;padding-bottom: 28px;}
.case_p h4 {font-size: 22px;color: #1d2143;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-weight: 100;border-bottom: 2px solid #00388f;display: inline-block;padding-bottom: 10px;width: 40%;}
.case_p p {font-size: 14px;color: #999;text-align: justify;line-height: 1.6em;word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    overflow: hidden;
	line-height: 1.8;
	margin: 0 auto;
	padding-top: 15px;
	margin-bottom: 20px;
	border-top: 1px solid #e9e9e9;
	margin-top: -5px;
  height: 49px;
}
.case_btn {font-size: 14px;display: block;width: 104px;height: 30px;line-height: 30px;background-color: #028f40;text-align: center;margin: 0 auto;border-radius: 1000px;color: #fff;border: 1px solid #028f40;box-sizing: border-box;transition: 0.2s;}
.case_btn:hover {background: transparent;color: #028f40;}
.case .swiper-pagination-bullet{ width:40px; height:6px; background:#e4e4e4; opacity:0.9;top: 20px;border-radius: 1000px;}
.case .swiper-pagination-bullet-active{ border-radius:6px;background: #00388f;}


/* 首页新闻 */

.new_l {width: 495px;height: 537px;background-color: #fff;padding: 38px 25px ;box-sizing: border-box;}
.new_r {width: 56%;}
.new_nr {padding-top: 62px;}
.new_l h2 {width: 100%;font-weight: 100;font-size: 20px;color: #000;margin-bottom: 10px;word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    overflow: hidden;
	height: 52px;
}
.new_l p,.new_rnr p {font-size: 14px;color: #666;line-height: 1.8em;word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    overflow: hidden;
	margin-bottom: 12px;
  height: 75px;
}
.new_rqsz span:first-of-type {font-size: 20px;color: #00388f;}
.new_rqsz span:nth-of-type(2) {color: #00388f;font-size: 12px;}
.new_l_pic {width: 100%;height: 280px;overflow: hidden;}
.new_l_pic img {width: 100%;height: 100%;object-fit: cover;transition: 0.6s;}
.new_l_pic img:hover {transform: scale(1.05);}
.new_rq {padding-bottom: 20px;}
.new_l h2:hover  {color: #00388f;}
.new_l p:hover {color: #00388f;}
.new_rqsz2 {background: url(../images/new_btn.png) no-repeat center;height: 22px;background-size: 100%;width: 58px;}
.new_rnr h2 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 20px;color: #000;font-weight: 400;padding-bottom: 10px;}
.new_rnr h2:hover {color: #00388f;}
.new_rnr p:hover {color: #00388f;}
.synews {background-color: #f6f6f6;padding-bottom: 80px;}

.new_rnr {padding-left: 10px;box-sizing: border-box;width: 65%;}
.new_rpic {width: 223px;height: 170px;overflow: hidden;}
.new_rpic img {width: 100%;height: 100%;object-fit: cover;transition: 0.6s;}
.new_rpic img:hover {transform: scale(1.05);}
.new_r li {margin-bottom: 9px;}
.new_rqsz3 {background: url(../images/new_btny.png) no-repeat center;height: 22px;background-size: 100%;width: 58px;transition: 0.2s;}
.new_rqsz3:hover {background: url(../images/new_btn.png) no-repeat center;height: 22px;background-size: 100%;width: 58px;}
.new_rnr .new_rq {padding-top: 5px;} 

/* 首页留言 */
.ly {padding-top: 90px;padding-bottom: 70px;}
.ly_l {width: 530px;}
.ly_l .tit {font-size: 40px;text-align: left;padding-bottom: 25px;padding-top: 0;}
.ly_l .tit i {color: #00388f;}
.ly_l h6 {font-size: 18px;color: #999;line-height: 1.5em;font-weight: 100;padding-bottom: 40px;}
.ly_wdxx h3 {color: #333;font-size: 18px;}
.ly_wdxx p {font-size: 18px;color: #666;padding-top: 10px;padding-bottom: 40px;}
.ly_r {width: 52%;padding-top: 10px;}
.xm {float: left;margin-bottom: 36px;}
.xm2 {margin-right: 40px;}
.xm input {border: none;border-bottom: 1px solid #dddddd;padding: 5px 0;font-size: 16px;width: 214px;}
.xm span,.wby {color: #666;font-size: 16px;width: 61px;display: inline-block;}
.wby {width: 100%;padding-bottom: 50px;}
.wby textarea {width: 100%;height: 160px;margin-top: 15px;padding: 10px;box-sizing: border-box;font-size: 16px;line-height: 1.6em;border-color: #ddd;}
.lytj{border: none;background: transparent;width: 160px;height: 50px;line-height: 50px;border-radius: 1000px;border: 1px solid #028f40;display: block;font-size: 18px;color: #028f40;text-align: center;transition: 0.4s;margin-top: 30px;cursor: pointer;}
.lytj:hover {background: #028f40;color: #fff;}


/* 首页合作伙伴logo */

.hzhb .hzhb_logo {opacity: 0.5;height: 50px;}
.hzhb .hzhb_logo  img {width: 100%;padding: 0 30px;box-sizing: border-box;}
.hzhb {background-color: #eeeeee;padding: 40px 0;}
.hzhb .hzhb_logo:hover {opacity: 1;}
.mySwiper .swiper-slide {background: transparent;}


/* 底部区域 */
.foot {background-color: #244983;padding-top: 85px;}
.foot .foot_zynr {display: flex;justify-content: space-between;padding-bottom: 87px;}
.foot_logo {width: 155px;}
.foot_logo img {width: 100%;}
.foot_l p {font-size: 16px;color: rgba(255, 255, 255, 0.8);line-height: 1.6em;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    overflow: hidden;
	margin-top: 20px;
	width: 300px;
	}
.foot_biao {display: flex;padding-top: 10px;padding-top: 30px;}
.foot_biao img {width: 33px;margin-right: 12px;}
.foot_tit {position: relative;}
.foot h5 {color: #fff;font-size: 20px;padding-bottom: 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.foot .xian {width: 64px;height: 3px;background-color: #028f40;position: absolute;left: 0;bottom: 0;}
.foot_nav,.dhlx {padding-top: 35px;}
.foot_nav1 {margin-bottom: 24px;}
.foot_nav1 a {color: rgba(255, 255, 255, 0.8);font-size: 16px;display: inline-block;width: 130px;}
.foot_nav1 a::before {content: '';display: inline-block;width: 9px;height: 15px;background: url(../images/foot_sj.png) no-repeat center;vertical-align: middle;margin-right: 6px;background-size: 100% 100%;}
.foot_nav1 a:hover {color: #028f40;}
.dhlx p {font-size: 16px;color: rgba(255, 255, 255, 0.8);margin-bottom: 15px;}
.dhlx p::before {content: '';display: inline-block;background: url(../images/foot_email.png) no-repeat center;background-size: 100% 100%;width: 17px;height: 12px;vertical-align: middle;margin-right: 8px;}
.dhlx p:nth-of-type(2)::before {content: '';background: url(../images/foot_phone.png) no-repeat center;width: 17px;height: 17px;} 
.dhlx p:nth-of-type(3)::before {content: '';background: url(../images/foot_dz.png) no-repeat center;width: 16px;height: 19px;} 
.dhlx p span {display: block;padding-left: 25px;}
.beian p {text-align: center;color: rgba(255, 255, 255, 0.5);border-top: 1px solid rgba(255, 255, 255, 0.2);padding: 26px 0;width: 100%;}
.beian p a {color: rgba(255, 255, 255, 0.8);}
.beian p a:hover {color: #028f40;}
.foot_r {width: 32%;}

/* 侧边导航 */
.ce_nav {position: fixed;bottom: 60px;right: 30px;z-index: 10000;}
.ce_nav a {display: block;width: 124px;height: 44px;line-height: 44px;background-color: #028f40;color: #fff;text-align: center;margin-bottom: 1px;font-size: 14px;border: 1px solid #028f40;box-sizing: border-box;transition: 0.3s;}
.ce_nav a:hover {background-color: #fff;border: 1px solid #028f40;color: #028f40;}





/* 内页 */
/* 内页banner */
.ny_banner {width: 100%;display: block;height: 400px;}
.ny_banner ::before {content: "";display: block; padding-top: 100%;}
.nybanner_sm {display: none;}


/* 内页面包屑导航 */
/*面包屑导航 */
.mbx_nav .page-position .weizhi {color: #999;font-size: 14px;}
.mbx_nav .page-position .weizhi a {color: #666;}
.mbx_nav {background:#f6f6f6;}
.mbx_nav .bx2 {height: 50px;line-height: 50px;}
.mbx_nav .bx2 i {color: #999;}
.mbx_navright {font-size: 0;}
.mbx_navright a {font-size: 15px;color: #666;padding: 0 15px;display: inline-block;}
.cpzxtl .mbx_navright a {font-size: 16px;padding: 0;}
.cpzxtl .mbx_navright a.on {background-color: transparent;color: #00388f;}
.cpzxtl .mbx_navright a:hover {background-color: transparent;color: #00388f;}
.mbx_navright a:hover {background: #028f40;transition: 0.3s;color: #fff;}
.mbx_navright a.on {background: #028f40;color: #fff;}
/* 内页标题 */
.ny_tit {padding-top: 12%;padding-bottom: 35px;text-align: left;color: #fff;padding-left: 14%;}
.ny_tit h2 {color: #333;font-size: 32px;padding-bottom: 5px;color: #fff;}
.ny_tit span {color: #c4c4c4;font-size: 16px;text-transform: uppercase;}

/* 分页 */
.page {padding-top: 28px;} 

/* 关于我们 */
.abus_con {padding-top: 30px;}
.abus_con h2 {text-align: center;padding-top: 24px;padding-bottom: 25px;font-size: 24px;}
.abus_con p {color: #666;font-size: 16px;line-height: 1.5em;}
.abus_con img {max-width: 100%;margin: 10px auto;text-align: center;width: auto;}
.wsjj_xian {width: 60px;height: 4px;background: #028f40;margin: 0 auto;margin-bottom: 20px;}
.gywm_pic ul li {float: left;width: calc(100% / 3);}
.sgtp_wai {padding: 0 12px;box-sizing: border-box;}
.sgtp_wai .sgtp {width: 100%;}
.sgtp_wai .sgtp img  {width: 100%;}
.about-us .bx {padding-bottom: 80px;}

/* 公司视频 */
.video_list ul li a {position: relative;} 
.video_list ul li .bf {position: absolute;top: 42%;left: 50%;transform: translate(-50%,-50%)!important;width: 50px;height: 50px;object-fit: initial;transition: 0;opacity: 0.6;}
.video_deail .newReal_n {width: 70%;margin: 0 auto;padding-top: 20px;}



/* 门店展示 */
.store_con {padding-top: 35px;}
.store_con ul li {float: left;width: calc(100% / 4);margin-bottom: 20px;}
.store_con ul li a {display: block;padding: 0 10px;box-sizing: border-box;}
.store_pic {height: 230px;overflow: hidden;}
.store_con ul li a img {width: 100%;height: 100%;object-fit: cover;transition: all 0.6s;}
.store_con ul li a img:hover {transform: scale(1.04);}
.store_con ul li h4 {color: #666;font-size: 16px;font-weight: 400;text-align: center;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-top: 15px;padding-bottom: 10px;}
.store_con ul li h4:hover {color: #028f40;}
.cpzx {text-align: center;padding-top: 50px;}
.pr_qdmbx  .mbx_navright {display: none;}

.pro_z .bx2 .mbx_navright2 {display: block;} 


/* 案例内页 */
.anli_z .anli_zlist {padding-top: 55px;padding-bottom: 10px;}
.anli_z .anli_zlist li {width: calc(100% / 2);float: left;margin-bottom: 30px;}
.anli_z .anli_zlist li .anli_listwk {padding: 0 15px;box-sizing: border-box;display: flex;justify-content: space-between;}
.anli_wenan {border: 1px solid #eee;box-sizing: border-box;height: 200px;width: 300px;padding: 25px;box-sizing: border-box;}
.anli_listpic {width: 270px;height: 200px;overflow: hidden;}
.anli_listpic img {width: 100%;height: 100%;object-fit: cover;transition: 0.6s;}
.anli_listpic img:hover {transform: scale(1.04);}
.anli_wenan h5 {font-size: 22px;font-weight: 100;padding-bottom: 10px;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.anli_wenan p {font-size: 16px;color: #666;line-height: 1.6em;height: 56px;overflow: hidden;}
.anli_wenan a {border: 1px solid #028f40;border-radius: 10000px;color: #028f40;margin-top: 20px;display: block;width: 110px;text-align: center;height: 32px;line-height: 32px;font-size: 14px;transition: 0.2s;}
.anli_wenan a:hover {background-color: #028f40;color: #fff;}

/* 新闻列表 */
.newlist_wenan{width: 78%;}
.new_linstpic {width: 240px;height: 160px;overflow: hidden;}
.new_linstpic img {width: 100%;height: 100%;object-fit: cover;transition: 0.6s;}
.new_linstpic img:hover {transform: scale(1.06);}
.newlist_wenan h6 {font-size: 20px;color: #333;font-weight: 400;padding-bottom: 12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-right: 24px;}
.newlist_wenan p {font-size: 16px;color: #666;text-align: justify;line-height: 1.5em;padding-bottom: 20px;height: 65px;overflow: hidden;}
.new_listdata span {font-size: 14px;color: #999;}
.new_listdata a {color: #999;font-size: 14px;}
.newlist_wenan a:hover {color: #028f40;}
.newlist_wenan a:hover p {color: #028f40;}
.newlist_con ul li {margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px dashed #dcdcdc;}
.new-list {background-color: #fff;}
.new_jt {margin-top: 8px;}
.newlist_con{padding-top: 50px;}

/* 新闻介绍 */
.newReal_tit h3 {font-size: 24px;color: #333;font-weight: 400;margin-bottom: 14px;margin-top: 0px;}
.newReal_tit span {color: #999;font-size: 14px;display: block;padding-bottom: 30px;box-sizing: border-box;border-bottom: 1px solid #dedede;}
.newReal_pic {text-align: center;margin: 10px auto;}
.newReal_pic img {max-width: 100%;text-align: center;}
.newReal_n p {color: #666;font-size: 16px;line-height: 1.5em;}
.newReal_n {margin-top: 30px;}
.newReal_n img {max-width: 100%;width: auto;display: inline-block;}
.newReal_tit {text-align: center;}
.newdetail {padding-top: 55px;padding-bottom: 70px;}


/* 荣誉证书 */

.hour_list .store_con ul li {width: calc((100% / 4) - 30px); margin: 0 10px;margin-bottom: 20px;}
.hour_list .store_con ul li a img {object-fit: contain;}
.hour_list .store_pic {height: 168px;padding: 10px;box-sizing: border-box;}
.hour_list .store_con ul li a {display: block;
  padding: 0 10px;
  box-sizing: border-box;
  background: #f7f7f7;}
  .hour_list .store_con ul li h4 {padding-top: 5px;}


/* 联系我们内页 */

.contact_left ul li {background: #f6f6f6;margin-bottom: 20px;padding: 27px 27px;box-sizing: border-box;width: 110%;}
.contact_left {width: 28%;}
.contact_left ul li span {font-size: 18px;color: #028f40;}
.contact_left ul li p {font-size: 16px;color: #666;padding-top: 18px;box-sizing: border-box;text-align: justify;}
.contact_con {padding-top: 65px;padding-bottom: 75px;}
.contact_left ul li:last-of-type p {padding-top: 8px;text-align: left;line-height: 1.6em;}
.contact_left ul li .liu_icon {width: 70px;height: 70px;margin-right: 20px;}
.contact_left ul li .liu_icon img {width: 100%;height: 100%;opacity: 0.9;}
.lkjgdk  {width: 67%;}
.contact_right {width: 65%;}
.iuyan_tit h3 {font-size: 26px;color: #333;padding-bottom: 15px;}
.iuyan_tit h3  span {color: #00388f;}
.iuyan_tit p {color: #999;font-size: 18px;padding-bottom: 20px;}
.contact_right .layui-form-label {float: none;width: auto;text-align: left;padding: 9px 0px;}
.contact_right .layui-input-block {margin-left: 0;}
.contact_right .layui-input, .layui-select, .layui-textarea {border-radius: 4px;border: 1px solid #ddd;}
.contact_right .layui-form-item .layui-input-inline {width: 100%;}
.contact_right .layui-form-item .layui-inline {width: 48%;margin-right: 20px;}
.contact_right .layui-input, .layui-select {height: 50px;line-height: 50px;}
.yzm {position: absolute;top: 0;right: 0;height: 47px;}
.yzm img {height: 100%;}
.contact_right .layui-textarea {padding: 10px;resize: none;min-height: 110px;}
.contact_right .layui-form-item {margin-bottom: 8px;}
.contact_right .layui-btn {margin-top: 24px;padding: 0 50px;height: 46px;line-height: 46px;border-radius: 6px;}
.layui-btn-primary:hover {color: #028f40;}
.map333 {width: 100%;height: 300px;margin-top: 70px;}



/* 上一篇 下一篇 */
.sxreture {padding-top: 30px;border-top: 1px solid #e5e5e5;margin-top: 35px;}
.sypxyp span {font-size: 14px;color: #999;}
.sypxyp a {font-size: 14px;color: #666;}
.sypxyp a:hover {color: #028f40;}
.syp {margin-bottom: 5px;}
.return {padding-top: 8px;}
.return a {color: #028f40;font-size: 16px;padding: 8px 30px;border: 1px solid #028f40;transition: 0.3s;border-radius: 1000px;}
.return a:hover {background: #028f40;color: #fff;border-color: #028f40;}


.pagin-left li {float: left;}
/* 分页基本样式 */
.xypg-pagination {
margin-top: 30px;
text-align: center;
font-size: 0;
padding-bottom: 70px;
}

.xypg-pagination .pagin-left,
.xypg-pagination .pagin-mid,
.xypg-pagination .pagin-right,
.xypg-pagination .pagin-select {
display: inline-block;
vertical-align: middle;
}

.xypg-pagination a,
.xypg-pagination #current {
display: inline-block;
font-size: 14px;
color: #333333;
font-family: "Microsoft YaHei",Arial;
line-height: 28px;
border: 1px solid #eee;
margin: 0 -1px 5px 0;

padding: 0 15px;
cursor: pointer;
}

.xypg-pagination #current,
.xypg-pagination a:hover {
color: #fff;
border-color: #028f40;
background: #028f40;
}

.xypg-pagination .pagin-mid {
font-size: 14px;
}

.xypg-pagination .pagin-mid .mob-pagin-mid {
display: none;
}

.xypg-pagination .pagin-select {
font-size: 14px;
}

.xypg-pagination .pagin-select select {
height: 28px;
padding: 0 8px;
margin: -1px 5px 0 5px;
}


/* 产品内页图片切换 */
.pc-slide {
	width: 70%;
	margin: 0 auto;
}

.pc-slide img {width: 100%;height: 100%;object-fit: cover;}
.view .swiper-container {
	width: 100%;
	height: 470px;
}

.view .arrow-left {

	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 24px;
	height: 44px;
	z-index: 10;
}

.view .arrow-right {

	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 24px;
	height: 44px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 12px;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
	height: 130px;
  
	
}

.preview .swiper-slide {
	width: 190px;
	height: 130px;
padding:  0 5px;
box-sizing: border-box;
}
.preview .swiper-slide:last-of-type {padding-right: 0;}
.preview .swiper-slide:first-of-type  {padding-left: 0;}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {

	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {

	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
  box-sizing: border-box;
}
.preview .swiper-wrapper {width: 100%!important;}
.preview .swiper-slide {width: calc(100% / 5);}

/* 产品内页 */
.xkgfkl {border: 1px solid #e5e5e5;margin-top: 20px;}
.xkgfkl h4 {color: #333;background-color: #fafafa;height: 40px;line-height: 40px;padding-left: 15px;}
.xkgfkl_n {padding: 15px;box-sizing: border-box;}
.xkgfkl_n img {max-width: 100%;width: auto;}
.cpxq_mbx .mbx_navright {display: none;}

/* 站内搜索 */
.znss {text-align: center;font-size: 32px;color: #333;}
.ssjg {font-size: 18px;font-weight: 100;color: #666;padding-top: 35px;padding-bottom: 30px;}





/* 适配 */
@media (max-width:992px){
	/* 公共 */
	.bx {width:100%;padding: 0 12px;box-sizing: border-box;}
	.btn {width: 130px;height: 36px;line-height: 36px;font-size: 16px;margin: 0 auto;}
.tit {font-size: 26px;padding-top: 40px;}
.mbx_nav .page-position .weizhi {line-height: 2em;}

/* top区域 */
.top {height: 40px;line-height: 40px;font-size: 15px;}
.top_email p::before{content: "";display: inline-block;background: url(../images/top_email.png) no-repeat center;background-size: 100% 100%;width: 15px;height: 11px;margin-right: 6px;vertical-align: middle;}
.top_phone p::before{content: "";display: inline-block;background: url(../images/top_phone.png) no-repeat center;background-size: 100% 100%;width: 13px;height: 12px;margin-right: 6px;vertical-align: middle;}
.top_r {padding-top: 11px;}
.top_f a {width: 10px;margin-right: 20px;}
.top_in a {width: 17px;margin-right: 20px;}
.top_niao a {width: 17px;}
.top_r {float: none;display: none;}
.top_l {float: none;}
.top_phone {float: none;}


.ce_nav {display: none;}



/* banner */
.banner{ height:auto; width:100%;}
.banner .swiper-slide a.big{ display:none; height:736px; background:no-repeat center;}
.banner .swiper-slide a.small{ display:block; background:no-repeat center;width: 100%;background-size: 100% auto;}
.banner .swiper-slide a.small::before {content: ""; display: block; padding-top: 55%;}
.banner .swiper-pagination-bullet{ width:8px; height:8px; background:#fff; opacity:0.9;}
.banner .swiper-pagination-bullet-active{ width:16px; border-radius:6px;background: #028f40;}
.swiper-container-horizontal>.swiper-pagination-bullets {bottom: 6px;}



/* 导航 */
.main-navigation {display: none;}
.logo {height: 34px;margin-top: 16px;}
.logonav .bx {height: 65px;}
.menu {display: block;}

/* 菜单 */
.rightNav span{
  display: inline-block;
  margin-left: 10px;
text-align: center;
font-size: 15px;

}
.s-secondItem span {color: #999;margin-left: 10px;line-height: 2em;text-align: left;display: block;}
.s-secondItem a:first-of-type span {margin-top: 10px;}
.menu {margin-top: 19px}
.menu .right {background: transparent;border: none;width: 34px;}
.menu .right img {width: 100%;}

.bgDiv{
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  position:fixed;
  display: none;
  z-index: 9999;
  bottom: 0;
left: 0;
}

.rightNav{
  width: 54%;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -60%;
}
.close {position: absolute;top: 20px;left:-36px;z-index: 999999;width: 20px;display: none;}
.close img {width: 100%;}
.s-firstItem a span {font-size: .45rem!important;}
.s-secondItem > i {display: none;}

/* 二级菜单 */
/*定位居中*/
.middle {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.s-side {
padding: 10px;
font-size: .7rem;
}
.s-side .s-firstItem i {
display: none;
}
.s-side .s-firstItem span {
display: inline-block;
margin-left: 10px;
font-size: .453333rem;
text-shadow: 0px 0px 5px #EEEEEE;
white-space: 10px;
color: #333;
}
.s-side .first {
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}
.s-side .d-firstNav span {
display: inline-block;
margin-left: 10px;
font-size: 16px;
color: #333;
}
.s-side .d-firstNav i.fr {
font-size: 16px;
margin-top: 5px;
margin-right: 10px;
color: #999;
}
.s-side .s-secondNav,
.s-side .s-secondItem {
margin-left: .45rem;
margin-top: 0px;
}
.s-secondNav:hover,.d-firstNav:hover{
  background-color: transparent;cursor: pointer
}
.s-side .d-secondDrop {
margin-left: 100px;
margin-top: 10px;
}
.iconRotate {
transform: rotate(90deg);
transition: transform 0.5s;
}
.s-firstDrop,
.s-secondDrop {
display: none;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {display: none;}
.fa-home:before {display: none;}
.fa-minus-square-o:before {display: none;}
.s-side ul li a {color: #333;}


/* 关于我们 */
.about_l,.about_r {float: none;width: 100%;padding-top: 30px;padding-bottom: 30px;}
.about_l h1 {font-size: 24px;padding-top: 10px;padding-bottom: 20px;}
.about_l p {line-height: 1.8em;text-align: justify;padding-bottom: 30px;}
.about_r {padding-top: 10px;}

/* 产品 */
.sy_pro_z ul li {width:calc(100% / 2);margin-bottom: 12px;}
.sy_pro_xx a {font-size: 16px;margin: 0 5px;line-height: 2em;}
.sy_pro_xx {padding-top: 16px;}
.sy_pro_z ul li a {padding: 0 6px;}
.sy_pro .bx {padding: 0 6px;width: 100%;}
.sy_pro_img {height: 140px;}
.sy_pro_z {padding-top: 20px;padding-bottom: 24px;}
.sy_pro_titp {padding: 14px 10px;}
.sy_pro_titp h5 {font-size: 16px;}
.sy_pro {padding-bottom: 0px;}
.sy_pro_l {width: 100%;float: none;}
.sy_pro_l .sy_pro_img {width: 100%;height: auto;}
.sy_pro_r {width: 100%;float: none;height: auto;padding: 20px 12px;padding-bottom: 40px;}
.sy_pro_w ul li {height: auto;}
.sy_pro_w ul {padding-top: 34px;}
.sy_pro_r h6 {text-align: center;line-height: 1.3em;font-size: 24px;}
.sy_pro_r a {margin: 0 auto;}
.sy_pro_r p {padding: 18px 16px;padding-bottom: 30px;}

/* 案例 */
.case_btn {width: 60%;font-size: 12px;height: 28px;line-height: 24px;}
.case .case_z .swiper-slide li {width: calc(100% / 2);padding-bottom: 57px;}
.case .case_z .swiper-slide li:last-of-type {display: none;}
.case {padding-bottom: 20px;}
.case_z {padding-top: 34px;}
.case_pic {height: 140px;}
.case_nk {padding: 0 6px;}
.case_p {padding: 20px 10px;padding-top: 12px;}
.case_p h4 {width: 100%;font-size: 18px;}
.new_nr {padding-top: 30px;}
.case .bx {padding: 0 6px;}
.case .swiper-pagination-bullet {width: 30px;}

/* 为什么选择我们 */
.sik ul li {width: calc(100% / 2);height: 230px;padding-top: 35px;margin-bottom: -1px;}
.xzwm h1 {padding-bottom: 20px;}
.xzwm h4 {width: 90%;line-height: 1.6em;}
.sik ul {padding-top: 30px;}
.sik_pic {height: 54px;}
.sik_tit span:first-of-type {font-size: 30px;}
.sik_tit {padding: 15px 0;padding-bottom: 6px;}
.sik ul li p {font-size: 14px;width: 80%;}
.sik_tit span:nth-of-type(2) {font-size: 18px;}
.xzwm {padding-bottom: 46px;}

/* 新闻 */
.new_l,.new_r {width: 100%;padding: 20px 15px;height: auto;}
.new_rpic,.new_rnr {width: 100%;float: none;}
.new_r {padding: 0;padding-top: 20px;} 
.new_rnr {padding: 0;}
.new_rnr h2 {padding-top: 15px;}
.new_rnr p {margin-bottom: 10px;}
.news {padding-bottom: 0px;}
.new_rq {padding-bottom: 12px;}
.new_rqsz3  {margin-top: 4px;}

/* 留言 */
.ly_l,.ly_r  {float: none;width: 100%;}
.xm span, .wby,.xm input {width: 100%;}
.ly_l .tit {font-size: 26px;padding-bottom: 18px;}
.ly {padding-top: 40px;padding-bottom: 40px;}
.ly_l h6 {font-size: 16px;padding-bottom: 22px;}
.ly_wdxx h3 {font-size: 16px;}
.ly_wdxx p {font-size: 16px;padding-bottom: 24px;padding-top: 6px;}
.xm2 {margin-right: 0;}
.xm {float: none;margin-bottom: 24px;}
.lytj {width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  margin: 0 auto;
}
.wby {padding-bottom: 25px;}

/* 合作伙伴 */

.hzhb {padding: 12px 0;}
.hzhb .hzhb_logo img {margin: 5px 0;padding: 0 20px;height: 100%;object-fit: contain;}
.hzhb .hzhb_logo {opacity: 0.6;}


/* 底 */
.foot .foot_zynr {display: block;padding-bottom: 20px;}
.foot_l p {width: 100%;}
.foot {padding-top: 46px;}
.foot_logo {width: 134px;margin: 0 auto;}
.foot_biao {padding-top: 20px;justify-content: center;padding-bottom: 30px;}
.foot h5 {text-align: center;padding-bottom: 15px;}
.foot .xian {left: 50%;transform: translateX(-50%);width: 108px;}
.foot_nav, .dhlx {padding-top: 25px;}
.foot_r {padding-top: 10px;width: 100%;}
.foot_nav1 a {width: auto;}
.foot_nav .foot_nav1:nth-of-type(1) a:nth-of-type(1) {margin-right: 60px;}
.foot_nav .foot_nav1:nth-of-type(2) a:nth-of-type(1) {margin-right: 37px;}
.foot_nav .foot_nav1:nth-of-type(3) a:nth-of-type(1) {margin-right: 40px;}
.foot_nav {width: 202px;margin: 0 auto;}
.dhlx p {line-height: 1.6em;margin-bottom: 10px;}
.beian p {line-height: 1.6em;padding: 12px;box-sizing: border-box;font-size: 14px;}



	
/* 内页手机端适配 */
.bx2 {width: 100%;padding: 0 15px;box-sizing: border-box;}
.ny_banner {height: 200px;background-position: center 60%!important;display: none;}
.nybanner_sm {display: block;}
.nybanner_sm::before {content: ""; display: block; padding-top: 55%;}



/* 面包屑导航 */
.mbx_navleft,.mbx_navright{float: none;display: none;}
.page-position {float: none!important;text-align: left;padding: 8px 15px;background-color: #f6f6f6;line-height: 2em;}
.mbx_nav .bx2 {padding: 0;}
.layui-breadcrumb>* {font-size: 12px;}
.mbx_nav .bx2 {height: auto;line-height:1.5em;text-align: center;}
.mbx_nav {background: #fff;}
.mbx_navright a {font-size: 14px;padding: 0 16px;line-height: 55px;text-align: center;}
.mbx_navleft {text-align: left;}
/* 内页公共标题 */
.ny_tit h2 {font-size: 24px;text-align: center;}
.ny_tit {padding-top: 64px;text-align: center;padding-left: 0;padding-top: 80px;}
.ny_tit span {font-size: 14px;}
/* 内页分页 */
.xypg-pagination {margin-top: 0px;}


/* 内页关于我们 */
.abus_con h2 {font-size: 20px!important;padding-top: 0px;padding-bottom: 15px;}
.wsjj_xian {width: 50px;height: 3px;}
.abus_con {padding-top: 30px;}
.about-us .bx {padding-bottom: 40px;}



/* 内页新闻列表页 */
.new_linstpic {width: 31%;margin-top:5px;height: 90px;}
.new_linstpic img {width: 100%;height: 100%;object-fit: cover;}
.newlist_wenan {width:66%;}	
.newlist_wenan h6 {font-size: 16px;padding-bottom: 5px;padding-right: 0;}
.newlist_wenan p {font-size: 14px;padding-bottom: 5px;height: 40px;overflow: hidden;margin-bottom: 10px;text-align: left;} 
.new_listdata span {font-size: 12px;}
.new_listdata a {font-size: 12px;}
.newlist_con ul li {margin-bottom: 15px;padding-bottom: 15px;}
.newlist_con ul li:last-of-type {border: none;}
.page {padding-top: 0px;}
.layui-laypage {margin-bottom: 0;margin-top: 20px;}
.newlist_con {padding-top: 25px;}
.new-list {padding-top: 0;}
.newdetail {padding-bottom: 20px;}

/* 荣誉 */
.hour_list .store_pic {height: 107px;padding: 5px;}
.hour_list .store_con ul li h4 {font-size: 14px;}




/* 内页新闻详情 */
.newReal_tit h3 {font-size: 18px;margin-top: 15px;margin-bottom: 5px;}
.newReal_tit span {padding-bottom: 15px;padding-top: 5px;}
.newReal_n {margin-top: 10px;}
.sypxyp  {float: none;}
.return {float: none;margin: 0 auto;text-align: center;margin-top: 25px;margin-bottom: 30px;}
.newReal_n img {width: 100%;}
.sxreture {padding-top: 12px;margin-top: 20px;}
.syp {font-size: 14px;}
.xyp {font-size: 14px;}
.return a {font-size: 14px;padding: 6px 24px;}
.xkgfkl_n {padding: 12px;}
.xkgfkl h4 {padding-left: 12px;}
 

/*项目服务列表 */
/* .service_con ul li {width: calc(100% / 2);margin-bottom: 15px;}
.store_con ul li a {padding: 0 5px;}
.service_pic,.store_pic {height: 120px;}
.service_con ul li h4,.store_con ul li h4 {padding:0 5px;padding-top: 10px;font-size: 16px;}
.store_con {padding-top: 25px;}
.fwxm_con{padding-top: 80px;} */
.fwxm_con .fwxm_pic {width: 50%;height: 200px;}
.fwxm_wenan {width: 50%;padding: 25px 15px;box-sizing: border-box;background: #f9f9f9;height: 200PX;}
.fwxm_con {padding-top: 0px;}
.fwxm_wenan h4 {font-size: 16px;color: #028f40;padding-bottom: 10px;text-align: justify;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.fwxm_xian {width: 50px;height: 4px;background: #028f40;}
.fwxm_wenan p {font-size: 14px;color: #666;line-height: 1.4em;text-align: justify;height: 92px;}
.fwxm_wenan .btn {width: 70px;height: 30px;line-height: 30px;font-size: 14px;margin-left: 0;}
.fwxm_wenan .btn::after {content: none;}
.fwxm_con ul {padding-bottom: 32px;padding-top: 15px;}

/* 门店展示 */
.store_con ul li {width: calc(100% / 2);margin-bottom: 10px;}
.store_pic {height: 120px;}
.store_con ul li a {padding: 0 5px;}
.store_con ul li h4 {font-size: 16px;padding: 7px 5px;}
.store_con {padding-top: 25px;}
.about-us .bx2 {padding: 0 10px;}
.store_con ul {padding-bottom: 24px;}




/*联系我们 */
.contact_left ul li {margin-bottom: 15px;padding: 20px 20px;width: 100%;}
.contact_left {width:100%;}
.contact_left ul li span {font-size: 16px;}
.contact_left ul li p {font-size: 14px;padding-top: 5px;}
.contact_con {padding-top: 15px;padding-bottom: 40px;}
.contact_left ul li:last-of-type p {padding-top: 5px;}
.contact_left ul li .liu_icon {width: 42px;height: 42px;margin-right: 15px;margin-top: 2px;}
.lkjgdk  {width: 77%;}
.contact_right {width: 100%;}
.iuyan_tit h3 {font-size: 20px;padding-bottom: 8px;text-align: center;padding-top: 13px;}
.iuyan_tit p {color: #999;font-size: 18px;padding-bottom: 10px;}
.contact_right .layui-form-label {padding: 9px 0px;}
.contact_right .layui-input, .layui-select, .layui-textarea {border-radius: 2px;}
.contact_right .layui-form-item .layui-inline {width: 100%;margin-right: 15px;margin-bottom: 5px;}
.contact_right .layui-input, .layui-select {height: 50px;line-height: 50px;}
.yzm {height: 35px;top: 50%;transform: translateY(-50%);}
.contact_right .layui-form-item .layui-input-inline {width: 100%!important;margin: 0;}
.contact_right .layui-textarea {padding: 10px;min-height: 110px;}
.contact_right .layui-form-item {margin-bottom: 8px;}
.contact_right .layui-btn {margin-top: 20px;padding: 0 30px;height: 40px;line-height: 40px;}
.map333 {width: 100%;height: 240px;margin-top: 30px;}
.BMap_omCtrl {display: none;}
#dituContent {height: 237px!important;}
.contact_right .layui-input-block {text-align: center;}

/* 案例适配 */

.anli_z .anli_zlist li {width: 100%;float: none;margin-bottom: 15px;}
.anli_wenan {width: 100%;padding: 15px;}
.anli_listpic {width: 100%;}
.anli_z .anli_zlist {padding-top: 25px;}
.cpzx {padding-top: 25px;font-size: 26px;}
.xypg-pagination {padding-bottom: 40px;}
.anli_z .anli_zlist li .anli_listwk {padding: 0;display: block;}
.anli_wenan p {height: 80px;overflow: hidden;}
.anli_wenan a {margin: 0 auto;margin-top: 13px;}
.anli_wenan h5 {font-size: 20px;}

/* 荣誉 */
.hour_list .store_con ul li {width: calc((100% / 2) - 12px);
  margin: 0 6px;
  margin-bottom: 12px;}
  .hour_list .bx2 {padding: 0 6px;}
  .cpzxtl .mbx_navright a {line-height: 2em;}


/* 产品内页轮播适配 */
.view .swiper-container {height: 200px;}
.pc-slide {width: 100%;}
.preview .swiper-slide {width: calc(100% / 3);height: 90px;}
.view .arrow-right,.view .arrow-left {width: 20px!important;height: 36px!important;background-size: contain!important;}
.preview .swiper-container {height: 90px;}
.preview {margin-top: 10px;}



/* 视频 */
.video_list ul li .bf {
  width: 30px;
  height: 30px;

}
.video_deail .newReal_n {width: 100%;}
.newReal_n iframe {height: 350px;}





}






@media (max-width:768px){
	.top {font-size: 12px;}


}




@media (max-width:375px){
	.top {font-size: 12px;}


}/* 手机端适配结束 */