.index {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.index .banner .ma5slider {
	margin-bottom: 10px;
}

.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: 1px solid #0070d5;
}

.index .banner .banner_box .bnerimg .banntit {
	text-align: left;
}

.index .banner .banner_box .bnerimg .banntit h2 {
	color: #4F0599;
	font-size: 1.871429rem;
}

.index .banner .banner_box .bnerimg .banntit p {
	font-size: 1.15714286rem;
	color: #333;
}

.index .banner .banner_box .bnerimg .banntit .btn {
	/* background: #4F0599 !important; */
	color: #fff;
}

.index .banner .dots {
	margin: 0;
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
}

.index .banner .banner1 {
	background-color: #c8e6f4;
}

.index .banner .banner2 {
	background-color: #F4F5F6;
}

.index .banner .banner3 {
	background-color: #bcdaff;
}

.index .banner .banner4 {
	background-color: #c8e6f4;
}

.index .banner .banner5 {
	background-color: #F4F5F6;
}

}

.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: 20px;
	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;
	/* background-color: #4e0499; */
	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: 10px;
}

.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: 30px;
	outline: none;
	border: 1px solid #5d7eb1;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button:hover {
	background: #5d7eb1;
	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;
	background: #5d7eb1 !important;
}

.index .zycp .cpsub_btn {
	text-align: center;
	margin-top: 50px;
}

.index .zycp .cpsub_btn button {
	width: 200px;
	height: 50px;
	/* background: #5d7eb1; */
	color: #fff;
	border: 0;
	border-radius: 6px;
	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: 690px;
	}

	.outside-dots .dots>.dot {
		width: 82px;
		margin: 25px 13px;
		height: 3px;
	}

	.outside-dots .dots>.dot.active {
		background-color: #52d0eb !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 {
	display: block;
	outline: none;
	/* 	width: 103% !important; */
	height: auto;
}

.phone_serch {
	display: none;
}

/* 关于我们  */
.about_cx {
	padding-bottom: 52px;
}

.about_cx .about_le {
	position: relative;
	padding: 0px 25px 0px 0px;
}

.about_cx .about_le .inner_text {
	position: relative;
	padding-top: 28px;
}

.inner_h1 {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-top: 40px;
}

.inner_h1 h2 {
	position: relative;
	display: block;
	font-size: 38px;
	line-height: 1.2em;
	color: #333333;
}

.inner_h1 h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #d6d6d6;
	font-weight: bold;
}

.about_cx .about_le .text {
	position: relative;
	color: #333;
	font-size: 15px;
	line-height: 1.9em;
	margin-bottom: 20px;
	text-indent: 2em;
	text-align: justify;
}

.about_cx .about_le .about_box {
	position: relative;
	z-index: 3;
	text-align: center;
}

.box_lei {
	position: relative;
	float: left;
	width: 100%;
	top: 10px;
}

.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;
	/* border-right: 1px solid #dddddd; */
}

.inner .count-outer {
	position: relative;
	margin: 0px 0px;
	color: #0070d5;
	font-size: 35px;
	text-align: center;
}

.inner .count-outer img {
	width: 196px;

}

.inner.count-outer .count-text {
	position: relative;
	color: #0070d5;
	font-size: 40px;
	display: inline-block;
}

.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: 37px;
	line-height: 76px;
	text-align: left;
}

.column {
	width: 19.5%;
	float: left;
	padding: 0;
	margin: 0;
}

.about_cx .about_ri {
	position: relative;
	margin-bottom: 40px;
}

.about_cx .about_ri .ri_inner {
	position: relative;
}

.about_cx .about_ri .ri_inner .image {
	position: relative;
	margin-top: 4px;
	z-index: 2;
}

.about_cx .about_ri .ri_inner .image img {
	position: relative;
	/* width: 100%; */
	display: block;
	border-radius: 90px 0px 0px;
	border-bottom: 17px solid #0067c4;
	border-right: 19px solid #52d0eb;
}
}

/* 服务优势 开始 */

.serves {
	position: relative;
	padding-bottom: 70px;
}

.serves .serve_lis {
	position: relative;
	margin-bottom: 40px;
	padding: 0 10px;
}

.serves .serve_lis .inner-box {
	position: relative;
	display: block;
	text-align: center;
	padding: 30px 15px 40px;
	background-color: #fff;
	/* border-bottom: 3px solid #0070d5; */
	transition: all 500ms ease;
	border-radius: 13px;
	box-shadow: 0 0 1.8rem 0 rgba(0, 0, 0, 0.12);
}

.serves .serve_lis .inner-box h3 a {
	font-size: 16px;
	color: #333;
}

.serves .serve_lis .inner-box::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: visible;
	background-color: #0070d5;
	transition: all 700ms ease;
	transform: scaleY(0);
	transform-origin: top;
	border-radius: 13px;
}

.serves .serve_lis .inner-box .big-icon {
	position: absolute;
	left: 0px;
	top: 80px;
	right: 0px;
	bottom: 0px;
	line-height: 1em;
	font-size: 200px;
	text-align: center;
	color: rgba(255, 255, 255, 0.05);
}

.serve_lis .inner-box:hover::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

.serve_lis .inner-box:hover .text,
.serve_lis .inner-box:hover .text h3 a,
.serve_lis .inner-box:hover .icon-box {
	color: #ffffff !important;
}

.serve_lis .inner-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: visible;
	background-color: #001e57;
	transition: all 700ms ease;
	transform: scaleY(0);
	transform-origin: top;
}

.serve_lis .inner-box:hover {
	border-color: #0070d5;
}

.serve_lis .inner-box:hover .arrow {
	background-color: #0070d5 !important;
	color: #ffffff !important;
}

.serves .serve_lis .inner-box .text h3 {
	margin-bottom: 18px;
	margin-top: 11px;
}

.serves .serve_lis .inner-box .icon-box {
	position: relative;
	font-size: 60px;
	line-height: 1em;
	height: 66px;
	color: #ffa500;
	transition: all 500ms ease;
}

.serves .serve_lis .inner-box .icon-box .zhila {
	font-size: 54px;
	font-weight: bold;
}


.serves .serve_lis .inner-box .inner-box h3 {
	position: relative;
	font-size: 20px;
	color: #222222;
	line-height: 1.3em;
	margin-top: 30px;
	margin-bottom: 20px;
}

.serves .serve_lis .inner-box .inner-box h3 a {
	position: relative;
	color: #222222;
	transition: all 500ms ease;
}

.serves .serve_lis .inner-box .text {
	position: relative;
	font-size: 14px;
	line-height: 1.7em;
	color: #555555;
	height: 138px;
	padding: 0px;
	transition: all 500ms ease;
}


/* 代理品牌 开始 */

.daili_pro {
	background-color: #001e57;
}

.daili_pro .inner-container {
	position: relative;
}

.daili_pro .list_pro {
	position: relative;
}

.daili_pro .big-icon {
	position: absolute;
	left: 11rem;
	top: 4rem;
	font-size: 29rem;
	line-height: 1em;
	color: rgba(255, 255, 255, 0.03);
}

.daili_pro .pro_title {
	margin-bottom: 20px;
}

.pro_title {
	position: relative;
	z-index: 1;
}

.title_left h2 {
	margin-top: 3rem;
	color: #333;
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 1.2em;
	padding-bottom: 0px;
}

.title_left h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #dadada;
	font-weight: bold;
}

.title_left .text {
	position: relative;
	font-size: 14px;
	line-height: 30px;
	margin-top: 40px;
	/* padding-right: 100px; */
	color: #333;
	text-indent: 2em;
}


/* 代理品牌 轮播 开始 */

.w.pro_cont {
	overflow: hidden;
}

.bnta {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	padding: 5px 70px;
	overflow: hidden;
	border-radius: 39px;
	letter-spacing: 0px;
	background: #ffa500;
	border: 1px solid #ffa500;
	text-transform: capitalize;
}

.bntb {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	padding: 5px 70px;
	overflow: hidden;
	border-radius: 35px;
	letter-spacing: 0px;
	background: none;
	border: 1px solid #ffa500;
	text-transform: capitalize;
	margin-top: 10px;
	background: #ffa500;
}

.daili_pro {
	position: relative;
	padding: 50px 0px 50px;
	background-color: #F3F3F3;
}

.daili_pro .inner-container {
	position: relative;
}

.daili_pro .inner-container .big-icon {
	position: absolute;
	left: -200px;
	top: -30px;
	font-size: 400px;
	line-height: 1em;
	color: rgba(255, 255, 255, 0.08);
}

.daili_pro .sec-title {
	margin-bottom: 55px;
}

.daili_pro .sec-title .text {
	position: relative;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 90px;
	padding-right: 100px;
	color: rgba(255, 255, 255, 0.60);
}

.daili_pro .owl-dots {
	display: none;
}

.daili_pro .owl-nav {
	position: absolute;
	right: 0px;
	top: -125px;
}

.daili_pro .owl-nav .owl-prev {
	position: relative;
	color: #ffa500;
	font-size: 20px;
	display: inline-block;
	transition: all 500ms ease;
}

.daili_pro .owl-nav .owl-prev .iconfont {
	font-size: 18px;
}

.daili_pro .owl-nav .owl-next {
	position: relative;
	color: #ffa500;
	font-size: 20px;
	padding-left: 20px;
	margin-left: 20px;
	display: inline-block;
	transition: all 500ms ease;
	border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.daili_pro .owl-nav .owl-prev:hover,
.daili_pro .owl-nav .owl-next:hover {
	color: #0070d5;
}

/* Services Block Two */

.services-block-two {
	position: relative;
	margin-bottom: 30px;
}

.services-block-two .inner-box {
	position: relative;
}

.services-block-two .inner-box .image {
	position: relative;
	display: block;
	overflow: hidden;
}

.services-block-two .inner-box .image a {
	position: relative;
	display: block;
}


.services-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
}

.services-block-two .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.services-block-two .inner-box .lower-content {
	position: relative;
	padding-top: 20px;
}

.services-block-two .inner-box .lower-content h3 {
	position: relative;
	font-size: 24px;
	line-height: 1.4em;
}

.services-block-two .inner-box .lower-content h3 a {
	position: relative;
	color: #ffffff;
	transition: all 500ms ease;
}

.services-block-two .inner-box .lower-content h3 a:hover {
	color: #0070d5;
}

.services-block-two .inner-box .lower-content .text {
	position: relative;
	font-size: 16px;
	line-height: 1.7em;
	margin-top: 12px;
	color: #fff;
}

.services-block-two .inner-box .lower-content .read-more {
	position: relative;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.services-block-two .inner-box .lower-content .read-more .arrow {
	position: relative;
	top: -1px;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.80);
}

.services-block-two .inner-box .lower-content .read-more:hover {
	color: #ffffff;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #333;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* 代理品牌 轮播 结束   */
/* 查看选型 */

.see_xx {
	position: relative;
}

.see_xx .inner-xx {
	position: relative;
	padding: 13px 60px 117px 60px;
	margin-top: 39px;
	z-index: 1;
	border-radius: 98px;
	background-color: #da001a;
}

.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: #0070d5;
	padding: 15px 39px;
	overflow: hidden;
	border-radius: 3px;
	letter-spacing: 1px;
	background-color: #ffffff;
}

/* 新闻中心 开始 */

.news {
	position: relative;
	padding: 60px 0px 50px;
}

.news .news_title {
	text-align: center;
	margin-bottom: 50px;
}

.news .news_title h2 {
	position: relative;
	display: block;
	font-size: 37px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 500;
}

.news .news_title h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #d6d6d6;
	font-weight: bold;
}

.news_box {
	position: relative;
	margin-bottom: 50px;
}

.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: 260px;
}

.news_box .inner-box .box_text {
	position: relative;
	margin-left: 12px;
	margin-right: 13px;
	padding: 34px 15px 35px;
	text-align: left;
	margin-top: -60px;
	z-index: 1;
	transition: all 0.3s ease;
	border-bottom: 3px solid #ffa500;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

.news_box .inner-box .box_text p {
	text-indent: 2em;
	line-height: 26px;
	HEIGHT: 114PX;
}

.news_box .inner-box .box_text h3 {
	position: relative;
	font-size: 18px;
	line-height: 1.5em;
	padding-bottom: 7px;
	margin: 0;
	HEIGHT: 74PX;
	font-weight: 400;
}

.news_box .inner-box .box_text h3 a {
	position: relative;
	color: #222222;
}

.news_box .inner-box .box_text .date {
	position: relative;
	color: #868686;
	font-size: 14px;
	line-height: 25px;
}

.news_box .inner-box .box_text .arrow {
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-bottom: -22px;
	width: 44px;
	height: 44px;
	color: #ffa500;
	font-size: 10px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	margin-left: -20px;
	background-color: #ffffff;
	transition: all 500ms ease;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.news_box .inner-box:hover .image img {
	opacity: 0.7;
	transform: scale(1.05);
}

.news_box .inner-box:hover .box_text {
	border-color: #ffa500;
	transform: translateY(-20px);
}

.news_box .inner-box:hover .box_text .arrow {
	color: #ffffff;
	background-color: #ffa500;
}

/* 解决方案 开始 */

.jjfa {
	position: relative;
	background-position: center bottom;
	background-repeat: repeat-x;
}

.jjfa .title_box {
	position: relative;
	text-align: left;
	margin-bottom: 30px;
}

.jjfa .title_box h2 {
	position: relative;
	font-size: 34px;
	color: #333333;
	line-height: 1.4em;
}

.jjfa .title_box .text {
	position: relative;
	font-size: 15px;
	color: #333;
	line-height: 1.9em;
	margin-top: 5px;
}

li.list_img {
	margin: 9px 4px;
	padding: 0px;
	overflow: hidden;
	transition: all .2s;
	width: 24%;
}

li.list_img img {
	width: 100%;
	height: 170px;
}

li h3 {
	font-size: 16px;
	text-align: center;
}

li a:hover {
	color: #ffa500;
}

li.list_img:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -2px, 0);
	border-radius: 15px;
}


/* 解决方案  结束 */
.sjj_box{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 35px;
}
.sjj_box li{
	width: 24%;
	overflow: hidden;
}
.sjj_box li a img{
	width: 100%;
	transition: all 0.6s;
}
.sjj_box li a img:hover{
	transform: scale(1.15);
}
@media (max-width: 768px){
	.dots>.dot {
		width: 20px !important;
	}
	.ma5slider .slide img, .ma5slider>img.slide {
		margin-left: -200px !important;
		height: 100%;
	}
	.sjj_box li {
		width: 49%;
		overflow: hidden;
		margin: 5px 0;
	}
}

@media (max-width: 980px) {
	.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: 8px 23px 31px !important;
	}

	.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-top: 7px !important;
	}

	.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;
	}

	.daili_pro {
		position: relative;
		padding: 55px 15px 80px !important;
	}

	.title_left h2 {
		margin-top: 0rem !important;
		font-size: 32px !important;
	}

	.title_left .text {
		margin-top: 22px !important;
	}

	.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 .news_title h2 {
		font-size: 32px !important;
	}

	.news {
		padding: 28px 15px 50px !important;
	}

	.jjfa .title_box h2 {
		font-size: 32px !important;
	}

	.jjfa {
		padding: 0 10px !important;
	}

	li.list_img {
		margin: 6px 6px !important;
		padding: 0 !important;
		display: inline-block !important;
		width: 29% !important;
	}

	li.list_img:nth-child(7) {
		display: none !important;
	}
	li.list_img:nth-child(8) {
		display: none !important;
	}

	.daili_pro .big-icon {
		left: -3rem !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;
	}

	span.ico_seach.input-group-addon {
		width: 53px;
		padding: 0px;
		background-color: #da001a;
		border: 0;
	}

	button.suos_ico {
		background-color: #da001a;
		border: 0;
	}

	button.suos_ico i {
		font-size: 26px;
		color: #fff;
		background-color: #da001a;
	}

	li.list_img img {
		width: 100%;
		height: 100px;
	}

	li h3 {
		font-size: 14px;
		text-align: center;
	}

	.news_box .inner-box .image img {
		position: relative;
		width: 100%;
		display: block;
		transition: all 0.5s ease;
		height: 291px;
	}

	.about_cx .about_le .about_box .counter-column .inner .count-outer h4 {
		color: #da011b;
		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: 0px;
		margin-top: 20px;
	}

	.about_cx {
		margin: 10px;
	}

	.about_cx .about_ri {
		position: relative;
		margin-bottom: 40px;
		padding: 0;
	}

	.serves {
		position: relative;
		padding-bottom: 70px;
		padding: 10px;
	}
	.column {
	    width: 33%;
	    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%;
	}
	.serves .serve_lis .inner-box {
	    position: relative;
	    display: block;
	    text-align: center;
	    padding: 30px 15px 2px;
	    background-color: #fff;
	    /* border-bottom: 3px solid #0070d5; */
	    transition: all 500ms ease;
	    border-radius: 13px;
	    box-shadow: 0 0 1.8rem 0 rgb(0 0 0 / 12%);
	}
	.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;
	}

}
