.index {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.index .banner .ma5slider {
	margin-bottom: 10px;
	overflow: hidden;
}

.index .banner .navs-wrapper {
	/* min-height: 27rem; */
	padding: 0 !important;
}

.index .banner .navs-wrapper .slide-area {
	overflow: visible;
	height: 100%;
}

.index .banner .banner_box {
	display: inline-block;
	height: 100%;
}

.index .banner .banner_box .bnerimg {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.index .banner .banner_box .bnerimg img {
	height: 213px;
	width: 60%;
	margin: 0 auto;
}

.banner .navs-wrapper {
	height: 733px;
}

.banner {
	border-top: 2px solid #ffbe00;
}

.index .banner .dots {
	margin: 0;
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
}

.index .banner .banner1 {
	background-color: #fff;
}

.index .banner .banner2 {
	background-color: #fff;
}

.index .banner .banner3 {
	background-color: #fff;
}

.index .banner_fot .dots {
	display: none;

}

.index .banner_fot .banbox {
	background-color: #819ab1;
	color: #fff;
}

.index .banner_fot .slides_tit .banbox {
	font-size: 22px;
	line-height: 70px;
}

.index .banner_fot .slides_tit .banbox span {
	font-size: 16px;
	display: inline;
}

.index .banner_fot .slides_tit .banbox .more_btn {
	padding: 9px 35px;
	border: 2px solid #fff;
	border-radius: 0px;
	cursor: pointer;
	margin-left: 100px;
}

.slides {
	height: 100%;
}


.index .zycp {
	width: 100%;
	position: relative;
	z-index: 999;
}

.index .zycp .zycp_pic {
	width: 100%;
	display: block;
	overflow: hidden;
}

.index .zycp .zycp_pic ul {
	width: 100%;
	transition: all .5s;
}

.index .zycp .zycp_pic ul li {
	display: inline-block;
	padding: 0 !important;
	float: none;
}

.index .zycp .zycp_pic ul li .zcjs {
	box-shadow: 0 0 5px #ccc;
}

.index .zycp .zycp_pic ul li .zc_pic {
	text-align: center;
}

.index .zycp .zycp_pic ul li .zc_pic h4 {
	margin: 0;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}

.index .zycp .zycp_pic ul li .zc_pic .fl_pic {
	height: 250px;
}

.index .zycp .zycp_pic ul li .zc_pic img {
	width: 100%;
}

.index .zycp .zycp_pic ul li .fot_li {
	background: #f7f7f7;
	overflow: hidden;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs {
	padding: 25px 0;
	text-align: center;
	margin: 43px 43px 20px;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	overflow: hidden;
	height: 170px;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p {
	color: #4e4f63;
	line-height: 25px;
	width: 100%;
	overflow: hidden;
	/*超出部分隐藏*/
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出部分文字以...显示*/
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p a {
	color: #333;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p .o {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 0px;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn {
	text-align: center;
	padding: 20px 0;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button {
	font-size: 20px;
	width: 150px;
	height: 51px;
	background: transparent;
	border: 0;
	border-radius: 0px;
	outline: none;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button:hover {
	color: #fff;
}

.index .zycp .zycp_pic ul li:hover {
	box-shadow: 2px 2px 20px #ccc;
}

.index .zycp .zycp_pic ul li:hover button {
	color: #fff !important;
}

.index .zycp .cpsub_btn {
	text-align: center;
	margin-top: 50px;
}

.index .zycp .cpsub_btn button {
	width: 200px;
	height: 50px;
	color: #fff;
	border: 0;
	border-radius: 0px;
	outline: none;
}

@media (min-width: 980px) {
	.banner_fot .navs-wrapper {
		display: block;
		height: 70px !important;
		padding: 0 !important;
	}

	.banner_fot .banbox span {
		display: inline-block;
		width: 100%;
		height: 100px;
	}

	.zycp_pic {
		padding: 20px 0px !important;
	}

	.zycp_pic ul li {
		margin: 25px;
		width: 28%;
	}

	.index .banner .banner_box .bnerimg {
		/* padding: 75px 0; */
		overflow: hidden;
	}

	.banner .navs-wrapper {
		height: 697px;
	}

	.outside-dots .dots>.dot {
		width: 82px;
		margin: 25px 13px;
		height: 5px;
	}

	.outside-dots .dots>.dot.active {
		background-color: #ffbe00 !important;
		width: 76px;
	}
}

@media (max-width: 1680px) and (min-width:1600px) {
	.banner .navs-wrapper {
		height: 69.px;
	}
}

@media (max-width: 1600px) and (min-width:1520px) {
	.banner .navs-wrapper {
		height: 690px;
	}
}

@media (max-width: 1520px) and (min-width:1420px) {
	.banner .navs-wrapper {
		height: 690px;
	}
}


.ma5slider .slide img,
.ma5slider>img.slide {
	outline: none;
	height: auto;
}

.phone_serch {
	display: none;
}

/* 关于我们  */
.about_cx {
	padding-bottom: 70px;
	width: 100%;
	float: left;
}

.about_cx .about_le {
	padding: 0px;
	float: left;
	width: 48%;
}

.about_cx .about_le .inner_text {
	position: relative;
	padding-top: 62px;
}

.inner_h1 {
	position: relative;
	z-index: 1;
}

.inner_h1 h1 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #333333;
	text-align: left;
	z-index: 9999;
}

.inner_h1 h2 {
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 1.2em;
	color: #333333;
	text-align: left;
}

.inner_h1 h4 {
	display: block;
	font-size: 60px;
	line-height: 1em;
	color: #ededed;
	font-family: "arial black";
	text-align: left;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-top: -37px;
}

.about_cx .about_le .text {
	color: #333;
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 10px;
	text-align: justify;
	float: left;
	width: 100%;
	text-indent: 2em;
}

.about_cx .about_le h2 {
	font-size: 22px;
	line-height: 42px;
	float: left;
	width: 100%;
}

.about_cx .about_le .about_box {
	position: relative;
	z-index: 3;
	text-align: center;
}

.box_lei {
	position: relative;
	float: left;
	width: 100%;
	top: 20px;
	padding-bottom: 30px;
}

.about_cx .about_le .about_box .counter-column {
	padding: 0px;
	float: left;
}

.about_cx .about_le .about_box .counter-column .inner {
	position: relative;
	padding: 22px 0px;
	transition: all 500ms ease;
}

.inner .count-outer {
	position: relative;
	margin: 0px 0px;
	color: #ffbe00;
	font-size: 35px;
	text-align: center;
}

.inner .count-outer img {
	width: 208px;
}

.inner.count-outer .count-text {
	position: relative;
	color: #ffbe00;
	font-size: 40px;
	display: inline-block;
}

.counter-column {
	padding: 0 !important;
}

.inner.count-outer .counter-title {
	position: relative;
	font-size: 16px;
	color: #222222;
	display: block;
	margin-top: 15px;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.inner .count-outer h4 {
	color: #333333;
	font-size: 25px;
	line-height: 45px;
	text-align: left;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}

.column {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

.about_ri {
	float: right;
	margin-top: 43px;
	width: 48%;
}

.about_ri .box {
	position: absolute;
}

.about_ri .box {
	width: 92%;
	height: 340px;
	right: -26px;
	top: 38px;
}

.about_ri .box {
	background: #ffbe00;
	z-index: -1;
}

.about_ri img {
	width: 100%;
	float: left;
	position: relative;
	top: 69px;
}

img:not(.initial) {
	transition: opacity 1s, transform .3s ease;
}

/* 服务优势 开始 */

#ind {
	display: -ms-flexbox;
	display: flex;
	padding: 0px 0 55px;
	overflow: hidden;
	width: 100%;
}

#ind>div {
	-ms-flex: 1;
	flex: 1;
}

#ind .ind-wrap {
	padding: 49px 0px;
	width: 100%;
	/* float: right; */
	margin: 0 auto;
	background-image: url(/assets/image/index.jpg);
	overflow: hidden;
	width: 100%;
	height: 325px;
}

.statistics-item-progress {
	top: 115px;
	position: relative;
	width: 130px;
	height: 2px;
	background: #FFF;
	margin: 0 auto;
}

.statistics-item-progress-done {
	position: absolute;
	width: 50%;
	height: 100%;
	background: #ffbe00;
}

#ind .adv-icon {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1250px;
}

#ind .adv-icon>li {
	box-sizing: border-box;
	padding: 2% 0px;
	color: #FFF;
	overflow: hidden;
	width: 25%;
	margin: 0;
	float: left;
}

#ind .adv-icon .icon-item {
	display: -ms-flexbox;
	box-sizing: border-box;
	padding: 3px 10px;
	color: #FFF;
}

#ind .adv-icon .icon-img {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 60px;
}

#ind .adv-icon .icon-img img {
	width: 60px;
	height: 60px;
}

#ind .adv-icon .num {
	font-size: 36px;
	line-height: 45px;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	font-family: "arial black";
}

#ind .adv-icon .text {
	margin-top: 2px;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	float: left;
	width: 100%;
}

.bnta {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 40px;
	color: #ffbe00;
	padding: 5px 70px;
	overflow: hidden;
	letter-spacing: 0px;
	background: #ffffff;
	border: 1px solid #ffffff;
	text-transform: capitalize;
	border-radius: 0px;
}

.bntb {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 36px;
	padding: 4px 80px;
	overflow: hidden;
	background: none;
	border: 1px solid #ffbe00;
	text-transform: capitalize;
	background: #ffbe00;
	margin-top: 25px;
}

.list_pro {
	width: 100%;
	float: left;
}

.pro_title {
	text-align: center;
}

/* 查看选型 */

.pro-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.title_left {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.pro-list>li {
	width: 24%;
	padding: 15px 0px;
	margin-bottom: 13px;
	box-sizing: border-box;
}

.text {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #333333;
	text-align: center;
	z-index: 9999;
}

.title_left h2 {
	text-align: center;
	display: block;
	font-size: 60px;
	line-height: 1em;
	color: #ededed;
	font-family: "arial black";
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-top: -37px;
}

.nav_inde {
	width: 100%;
	margin: 20px 0px;
	OVERFLOW: HIDDEN;
}

.nav_inde a {
	background: #f3f3f3;
	display: block;
	width: 25%;
	text-align: center;
	color: #000;
	float: left;
	cursor: pointer;
	line-height: 48px;
	transition: all .3s;
	font-weight: bold;
}

.nav_inde a:hover {
	background-color: #ffbe00;
	color: #fff;
	transition: all .3s;
}

@media screen and (max-width: 1470px) {
	.pro-list .pro-item {
		padding: 20px 16px;
	}
}

.pro-list .pro-item {
	padding: 12px;
	border: 1px solid #f1f1f1;
	transition: border .3s ease;
}

.pro-list .pro-item:hover {
	border: 1px solid #ffbe00;
}

.pro-list .pro-img {
	position: relative;
	padding-top: 100%;
}

.pro-list .img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.pro-list .pro-img img {
	transition: transform .3s ease;
}

.pro-img img {
	max-width: 100%;
	max-height: 100%;
}

.pro-list .pro-name {
	display: block;
	margin: 3px 0 22px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #000;
	font-size: 16px;
}

.pro-list .pro-more {
	width: 100%;
	display: block;
	color: #09162a;
	background: #f2f2f2;
	text-align: center;
	height: 40px;
	line-height: 40px;
	transition: all .3s;
}

.pro-list .pro-more:hover {
	border: 1px solid #ffbe00;
	background-color: #ffbe00;
	color: #fff;
}

.product-more {
	text-align: center;
	display: none;
}

.product-more .more-btn {
	display: inline-block;
	margin: 0 auto;
	background: #FFF;
	text-transform: uppercase;
	color: #ffbe00;
	border: 1px solid #ffbe00;
	transition: all .3s;
	width: 18%;
	text-align: center;
	line-height: 46px;
	border-radius: 25px;
}

.product-more .more-btn:hover {
	border: 1px solid #ffbe00;
	background: #ffbe00;
	color: #FFF;
	transition: all .3s;
	width: 22%;
}

.see_xx {
	position: relative;
}

.see_xx .inner-xx {
	position: relative;
	padding: 13px 60px 117px 60px;
	margin-top: 39px;
	z-index: 1;
	border-radius: 0px;
	background-color: #ffbe00;
}

.xx_left {
	float: left;
}

.xx_right {
	float: right;
}

.see_xx .content {
	position: relative;
	padding-left: 70px;
}

.see_xx .content .iconfont {
	position: absolute;
	left: -10px;
	top: -3px;
	color: #ffffff;
	font-size: 60px;
	line-height: 1em;
}

.see_xx .content h3 {
	position: relative;
	color: #ffffff;
	font-size: 28px;
}

.see_xx .content .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	margin-top: -4px;
}

.see_xx .inner-xx .xx_right .btn_see {
	position: relative;
	margin-top: 24px;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffbe00;
	padding: 15px 39px;
	overflow: hidden;
	border-radius: 0px;
	letter-spacing: 1px;
	background-color: #ffffff;
}

/* 新闻中心 开始 */

.news {
	position: relative;
	padding: 50px 0px 70px;
}

.news .news_title {
	text-align: center;
	margin-bottom: 70px;
}

.news .news_title h2 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #000;
	text-align: center;
	z-index: 9999;
}

.news .news_title h4 {
	text-align: center;
	display: block;
	font-size: 60px;
	line-height: 1em;
	color: #ededed;
	font-family: "arial black";
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-top: -37px;
}

.new_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_box {
	position: relative;
	margin-bottom: 50px;
	width: 30%;
	background: #f3f3f3;
	padding: 10px;
}

.news_box:nth-child(4),
.news_box:nth-child(5) {
	display: none;
}

.news_box .inner-box {
	position: relative;
}

.news_box .inner-box .image {
	position: relative;
	display: block;
	background: #222222;
	overflow: hidden;
}

.news_box .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.5s ease;
    height: 235px;
}

.news_box .inner-box .box_text {
	position: relative;
	padding: 34px 0px;
	text-align: left;
	margin-top: 0px;
	z-index: 1;
	transition: all 0.3s ease;
	border-radius: 0px;
}

.news_box .inner-box .box_text p {
	line-height: 27px;
	HEIGHT: 57PX;
	font-size: 15px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_box .inner-box .box_text h3 {
	position: relative;
	font-size: 16px;
	line-height: 2em;
	padding-bottom: 7px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
}

.news_box .inner-box .box_text h3 a {
	position: relative;
	color: #000;
}

.news_box .inner-box .box_text .date {
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 42px;
	top: -18px;
	background: #ffbe00;
	width: 129px;
	text-align: center;
}

.news_box_span {
	font-size: 18px;
	margin-right: 2px;
	float: right;
	text-align: right;
}

.news_box .inner-box .box_text .arrow {
	width: 100%;
	height: 44px;
	color: #000;
	font-size: 14px;
	line-height: 44px;
	border-radius: 0;
	transition: all 500ms ease;
	height: 44px;
	float: left;
	padding: 0px;
}

.news_box .inner-box:hover .image img {
	opacity: 0.7;
	transform: scale(1.05);
}

.news_box .inner-box:hover .box_text {
	border-color: #000;
	/* transform: translateY(-10px); */
}

.news_box .inner-box:hover .box_text .arrow {
	color: #ffbe00;
}

/* 解决方案 开始 */

.jjfa {
	position: relative;
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 30px 0px 60px;
	background: url(/assets/image/jjfa.jpg) repeat-x left top;
	/* margin-bottom: 50px; */
	overflow: hidden;
	margin-top: 60px;
}

.jjfa .title_box {
	position: relative;
	text-align: left;
	margin-bottom: 30px;
}

.jjfa .title_box h2 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #ffbe00;
	text-align: center;
	z-index: 9999;
}

.jjfa .title_box h4 {
	text-align: center;
	display: block;
	font-size: 60px;
	line-height: 1em;
	color: #ededed61;
	font-family: "arial black";
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-top: -37px;
}

.fa_list {
	margin-top: 30px;
	float: left;
}

.fa_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.fa_list ul li.list_img {
	overflow: hidden;
	transition: all .2s;
	text-align: center;
	width: 24%;
}

.fa_list ul li.list_img img {
	width: 100%;
	border-radius: 0px;
}

.fa_list ul li h3 {
	font-size: 16px;
	text-align: center;
	margin: 0;
	line-height: 39px;
	font-weight: bold;
	color: #fff;
}

.fa_list ul li h3:hover {
	color: #ffbe00;
}

/* 解决方案  结束 */


/* 我们的扰势 */
#appli {
	overflow: hidden;
	width: 100%;
	border-bottom: 2px solid #efefef;
}

.advan {
	padding: 40px 0px;
	overflow: hidden;
}

.advan h3 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #000;
	text-align: center;
	z-index: 9999;
}

.advan h4 {
	text-align: center;
	display: block;
	font-size: 60px;
	line-height: 1em;
	color: #ededed;
	font-family: "arial black";
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-top: -37px;
}

.advan .advan-list {
	margin: 40px 0px;
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.advan .advan-list>li {
	width: 23%;
	padding: 0px;
	box-sizing: border-box;
	float: left;
}

.advan .advan-item {
	padding: 30px 20px 29px;
	box-sizing: border-box;
	height: 100%;
	background: #ffbe00;
	position: relative;
	height: 270px;
}

.advan .advan-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: background-color .3s ease;
}

.advan .advan-icon img {
	width: 70%;
}

.advan .advan-item .tit {
	margin: 0 auto;
	text-align: center;
	margin: 0px 0 17px;
	font-size: 26px;
	color: #fff;
}

.advan .advan-item .con {
	text-align: center;
	line-height: 1.5em;
	color: #fff;
}

@media (max-width: 768px) {
	.dots>.dot {
		width: 40px !important;
	}

	.ma5slider .slide img,
	.ma5slider>img.slide {
		/* margin-left: -200px !important; */
		height: 100%;
	}
}

@media (max-width: 980px) {
	.about_le ul li {
		line-height: 1.5em;
		margin-bottom: 10px;
		position: relative;
	}

	.about_le ul {
		margin: 50px 0 50px;
		padding-left: 70px;
		position: relative;
		color: #222;
		float: left;
	}

	#ind {
		display: -ms-flexbox;
		display: block;
		padding: 0px 0 10px;
		overflow: hidden;
		width: 100%;
	}

	#ind .adv-icon .icon-img {
		text-align: center;
		margin: 0 auto;
		width: 100%;
		height: 70px;
	}

	#ind .adv-icon .icon-img img {
		width: 60px;
		height: 60px;
	}

	#ind .ind-l {
		z-index: 1;
		background: #212121;
		width: 100%;
		height: 425px;
	}

	#ind .adv-icon {
		display: flex;
		margin: 2% 0px;
		width: 100%;
		justify-content: space-between;
	}

	#ind .ind-wrap {
		padding: 5% 10px 0px;
		width: 100%;
		float: right;
		background: none;
		height: 475px;
	}

	#ind .adv-icon>li {
		box-sizing: border-box;
		padding: 3% 0px;
		/* background: #212121; */
		color: #FFF;
		overflow: hidden;
		width: 50%;
		/* margin: 8px; */
		float: left;
	}

	#ind .adv-icon .num {
		font-size: 25px;
		line-height: 34px;
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 10px;
		font-family: "arial black";
	}

	#ind .adv-icon .text {
		margin-top: 2px;
		color: #fff;
		font-size: 16px;
		line-height: 40px;
		float: left;
		width: 100%;
	}

	.nav_inde {
		width: 100%;
		margin: 0px;
		OVERFLOW: HIDDEN;
		padding: 10px 0px;
	}

	.nav_inde a {
		background: #f3f3f3;
		display: block;
		width: 25%;
		text-align: center;
		color: #666;
		float: left;
		cursor: pointer;
		line-height: 48px;
		transition: all .3s;
	}

	.product-more .more-btn {
		display: inline-block;
		margin: 0 auto;
		background: #FFF;
		text-transform: uppercase;
		color: #ffbe00;
		border: 1px solid #ffbe00;
		transition: all .3s;
		width: 40%;
		text-align: center;
		line-height: 46px;
		border-radius: 25px;
	}

	.product-more .more-btn:hover {
		border: 1px solid #ffbe00;
		background: #ffbe00;
		color: #FFF;
		transition: all .3s;
		width: 50%;
	}

	.pro-list>li {
		width: 50%;
		padding: 5px 3px;
		margin-bottom: 26px;
		box-sizing: border-box;
		float: left;
	}

	.pro-list .pro-item {
		padding: 4px;
		border: 1px solid #E3E3E3;
		transition: border .3s ease;
	}

	.pro-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
		justify-content: space-between;
		padding: 8px;
	}

	.pro-list .pro-name {
		display: block;
		margin: 10px 0 10px;
		font-weight: bold;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		color: #000;
		font-size: 16px;
	}

	.advan {
		padding: 30px 0px;
	}

	.advan .advan-list>li {
		width: 50%;
		padding: 0 8px;
		box-sizing: border-box;
		float: left;
	}

	.advan .advan-item {
		padding: 18px 10px 31px;
		box-sizing: border-box;
		background: #ffbe00;
		position: relative;
		/* border: 1px solid #8f8f8f; */
		height: 264px;
	}

	.advan .advan-list {
		margin: 15px 0px;
		float: left;
		width: 100%;
	}

	.advan .advan-list>li {
		width: 50%;
		padding: 10px 8px;
		box-sizing: border-box;
		float: left;
	}

	.about_cx .about_ri .ri_inner .image img {
		position: relative;
		width: 100%;
		display: block;
	}

	.index .banner .banner_box {
		/* height: 580px; */
	}

	.index .banner .dots {
		margin-bottom: -4% !important;
	}

	.index .banner .banner_box .bnerimg .banntit h2 {
		font-size: 16px;
	}

	.btn-group-justified {
		width: 100px;
	}

	.news_box .inner-box .box_text h3 a {
		line-height: 28px;
		font-size: 16px;
	}

	.news_box .inner-box .box_text {
		padding: 41px 0px 31px !important;
	}

	.news_box .inner-box .box_text .date {
		position: absolute;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 50px;
		top: -29px;
		background: #ffbe00;
		width: 129px;
		margin-left: 0px;
		text-align: center;
	}

	.new_list {
		display: block;
		justify-content: space-between;
		align-items: center;
	}

	.news_box {
		position: relative;
		margin-bottom: 50px;
		width: 100%;
	}

	.banner .navs-wrapper {
		height: 150px !important;
	}

	.index .banner .banner_box .bnerimg img {
		width: 147px;
	}

	.index .banner .banner_box .bnerimg .banntit p {
		font-size: 12px;
	}

	.banner_fot .navs-wrapper {
		display: block;
		height: 70px !important;
		padding: 0 !important;
	}

	.banner_fot .banbox span {
		display: inline-block;
		width: 100%;
		height: 100px;
	}

	.zycp_pic {
		padding: 10px !important;
	}

	.bnerimg {
		overflow: hidden;
		/* padding: 20px 10px; */
	}

	.inner_h1 h2 {
		font-size: 32px !important;
	}

	.about_cx .about_le .inner_text {
		padding: 0px;
		float: left;
		margin: 0px;
		width: 100%;
	}

	.inner_h1 {
		margin-bottom: 13px !important;
	}

	.about_cx .about_le .about_box {
		left: 0 !important;
	}

	.about_cx .about_le .about_box .counter-column {
		width: 33%;
	}

	.about_cx .about_le .about_box .counter-column:last-child {
		border-right: none;
	}

	.box_lei {
		margin-bottom: 3rem;
	}

	.see_xx .inner-xx {
		padding: 37px 22px 232px 25px !important;
		margin-top: -114px !important;
	}

	.see_xx .inner-xx .xx_right .btn_see {
		padding: 8px 27px !important;
	}

	.see_xx .content h3 {
		font-size: 24px !important;
	}

	.news {
		padding: 28px 15px 10px !important;
	}

	.jjfa {
		padding: 20px 8px !important;
		margin-top: 15px;
	}

	li.list_img {
		margin: 2px 0px !important;
		padding: 0 !important;
		display: inline-block !important;
		width: 49% !important;
	}

	li.list_img:nth-child(7) {
		display: none !important;
	}

	li.list_img:nth-child(8) {
		display: none !important;
	}

	.news_box .inner-box .box_text h3 {
		font-size: 22px !important;
		line-height: 0.5em !important;
	}

	.phone_serch {
		display: block !important;
		padding-right: 3rem;
		margin-top: 1rem;
	}

	.input-group.put_chanpin {
		margin-left: 2rem;
		float: left;
		width: 97%;
		height: 45px;
	}

	input.form-control {
		height: 45px;
		border: 1px solid #ccc;
	}

	span.ico_seach.input-group-addon {
		width: 53px;
		padding: 0px;
		background-color: #ffbe00;
		border: 0;
	}

	button.suos_ico {
		background-color: #ffbe00;
		border: 0;
	}

	button.suos_ico i {
		font-size: 26px;
		color: #fff;
		background-color: #ffbe00;
	}

	li.list_img img {
		width: 100%;
		border-radius: 0px;
	}

	li h3 {
		font-size: 16px;
		text-align: center;
	}

	.news_box .inner-box .image img {
		position: relative;
		width: 100%;
		display: block;
		transition: all 0.5s ease;
		height: 275px;
	}

	.about_cx .about_le .about_box .counter-column .inner .count-outer h4 {
		color: #ffbe00;
		font-size: 24px;
		line-height: 42px;
	}

	.about_cx .about_le .about_box .counter-column .inner .count-outer img {
		width: 123px;
		border-left: 1px solid #dddddd;
	}

	.about_cx .about_le {
		position: relative;
		padding: 10px;
		margin-top: 0px;
		width: 100%;
	}

	.about_ri .box {
		width: 323px;
		height: 229px;
		right: 8px;
		top: -22px;
	}

	.about_ri img {
		width: 91%;
		float: left;
		/* position: relative; */
		top: 10px;
		margin-right: 19px;
	}

	.about_cx {
		margin: 0px;
		padding-bottom: 30px;
	}

	.about_cx .about_ri {
		position: relative;
		margin-bottom: 30px;
		padding: 0;
		margin-top: 40px;
		width: 98%;
	}

	.column {
		width: 50%;
		float: left;
		padding: 0;
		margin: 0;
	}

	.inner .count-outer h4 {
		color: #333333;
		font-size: 22px;
		line-height: 76px;
		text-align: left;
	}

	.inner .count-outer img {
		width: 100%;
	}

	.about_cx .about_le .text {
		position: relative;
		color: #333;
		font-size: 15px;
		line-height: 1.9em;
		margin-bottom: 4px;
		text-indent: 2em;
		text-align: justify;
		float: left;
	}

	.news .news_title h4 {
		text-align: center;
		display: block;
		font-size: 36px;
		line-height: 1em;
		color: #ededed;
		font-family: "arial black";
		text-transform: uppercase;
		float: left;
		width: 100%;
		margin-top: -28px;
	}

	.jjfa .title_box h4 {
		text-align: center;
		display: block;
		font-size: 36px;
		line-height: 1em;
		color: #ededed61;
		font-family: "arial black";
		text-transform: uppercase;
		float: left;
		width: 100%;
		margin-top: -28px;
	}

	.inner_h1 h4 {
		display: block;
		font-size: 36px;
		line-height: 1em;
		color: #ededed;
		font-family: "arial black";
		text-align: left;
		text-transform: uppercase;
		float: left;
		width: 100%;
		margin-top: -28px;
	}

	.title_left h2 {
		text-align: center;
		display: block;
		font-size: 36px;
		line-height: 1em;
		color: #ededed;
		font-family: "arial black";
		text-transform: uppercase;
		float: left;
		width: 100%;
		margin-top: -19px;
	}

	.bntb {
		position: relative;
		display: inline-block;
		font-size: 15px;
		line-height: 40px;
		padding: 0px 70px;
		overflow: hidden;
		letter-spacing: 0px;
		background: none;
		border: 1px solid #ffbe00;
		text-transform: capitalize;
		margin: 10px 0px;
		background: #ffbe00;
		border-radius: 0px;
	}

	.bnta {
		position: relative;
		display: inline-block;
		font-size: 15px;
		line-height: 40px;
		color: #ffbe00;
		padding: 0px 70px;
		overflow: hidden;
		letter-spacing: 0px;
		background: #ffffff;
		border: 1px solid #ffffff;
		text-transform: capitalize;
		border-radius: 0px;
	}

	.advan h4 {
		text-align: center;
		display: block;
		font-size: 36px;
		line-height: 1em;
		color: #ededed;
		font-family: "arial black";
		text-transform: uppercase;
		float: left;
		width: 100%;
		margin-top: -28px;
	}

}
