.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 {
	overflow: hidden;
	display: block;
}

.bannera {
	overflow: hidden;
	display: none;
}


.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: 767px;
	}

	.outside-dots .dots>.dot {
		width: 82px;
		margin: 25px 13px;
		height: 3px;
	}

	.outside-dots .dots>.dot.active {
		background-color: #003284 !important;
		width: 76px;
	}
}

@media (max-width: 1680px) and (min-width:1600px) {
	.banner .navs-wrapper {
		height: 767px;
	}
}

@media (max-width: 1600px) and (min-width:1520px) {
	.banner .navs-wrapper {
		height: 767px;
	}
}

@media (max-width: 1520px) and (min-width:1420px) {
	.banner .navs-wrapper {
		height: 767px;
	}
}


.ma5slider .slide img,
.ma5slider>img.slide {
	/* display: block; */
	outline: none;
	/* 	width: 103% !important; */
	height: auto;
}

.phone_serch {
	display: none;
}

/* 现货查询 */
.xh_searchBox .search_line {
	display: flex;
}

.xh_searchBox .search_line .lef {
	display: flex;
	align-items: center;
	width: 60%;
	padding: 23px 0 20px 15%;
	background-color: #003284;
}

.xh_searchBox .search_line .lef div p {
	line-height: 26px;
	font-weight: 700;
	color: #fff;
	font-style: italic;
}

.xh_searchBox .search_line .lef div p:nth-child(1) {
	font-size: 32px;
	margin-bottom: 10px;
}

.xh_searchBox .search_line .lef div p:nth-child(2) {
	font-size: 20px;
}

.xh_searchBox .search_line .lef input {
	margin-left: 40px;
	padding-left: 15px;
	width: 270px;
	height: 40px;
	border-radius: 5px;
	border: 0;
	outline: none;
	float: left;
}

.xh_searchBox .search_line .lef button {
	float: left;
	background: none;
	border: 0;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 5px;
	background: #fff;
	font-weight: 700;
	margin-left: 7px;
}

.xh_searchBox .search_line .rig {
	width: 40%;
	font-size: 30px;
	padding: 0;
	line-height: 130px;
	text-indent: 2em;
	background: url(/assets/image/abbg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.xh_searchBox .xh_list {
	max-width: 1300px;
	margin: 0 auto;
	padding: 4% 0px 3%;
	display: flex;
	justify-content: space-between;
}

.xh_searchBox .xh_list .lef {
	width: 22%;
	text-align: center;
}

.xh_searchBox .xh_list .lef p {
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	background-color: #003284;
	margin: 0;
}

.xh_searchBox .xh_list .lef li {
	font-weight: 700;
	border-top: 0;
	color: #333;
	text-align: center;
	line-height: 65px;
	transition: all .5s;
	margin-top: 1px;
	background: #f0f0f0;
}

.xh_searchBox .xh_list .lef li:hover {
	background-color: #003284;
	color: #fff;
	transition: all .5s;
}

.xh_searchBox .xh_list .lef li a {
	padding: 25px 88px;
}

.xh_searchBox .xh_list .lef li:hover a {
	color: #fff;
}

.xh_searchBox .xh_list .rig {
	width: 75%;
	text-align: center;
}

.xh_searchBox .xh_list .rig .active_brand>li {
	display: none;
}

.xh_searchBox .xh_list .rig .active_brand_item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.xh_searchBox .xh_list .rig .active_brand_item>li {
	width: 24%;
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.xh_searchBox .xh_list .rig .active_brand_item>li img {
	width: 100%;
}

.xh_searchBox .xh_list .rig .active_brand_item>li span {
	display: inline-block;
	width: 100%;
	padding: 13px 0;
	transition: all .5s;
}

.xh_searchBox .xh_list .rig .active_brand_item>li:hover span {
	background-color: #bc0040;
	color: #fff;
	transition: all .5s;
}

/* 服务热线 */
.hotline {
	/* display: flex; */
	justify-content: space-between;
	/* background-color: #003284; */
	padding: 70px 0;
	color: #fff;
	background: url(/assets/image/net_bg.jpg) no-repeat;
	background-size: 100% 100%;
	float: left;
	width: 100%;
}

.hotline .lef {
	margin-left: 0;
	width: 47%;
	border-right: 1px solid #eee;
	float: left;
}

.hotline .rig {
	margin-left: 0;
	width: 47%;
	float: right;
}

.hotline h3 {
	padding-bottom: 10px;
	font-size: 32px;
	font-weight: 700;
}

.hotline p {
	margin: 10px 0;
	font-size: 24px;
}

.hotline .rig p {
	margin: 0px 0 9px 0;
	font-size: 24px;
}

.hotline .rig p:nth-child(4) {
	margin-top: 20px;
}

.hotline li {
	line-height: 35px;
	font-size: 20px;
}

/* 为什么选择 */
.why_choose {
	padding: 3% 0;
	width: 100%;
	float: left;
	overflow: hidden;
}

.why_choose h3 {
	margin-bottom: 10px;
	font-size: 44px;
	font-weight: 700;
	color: #000;
	text-align: center;
}

.why_choose ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.why_choose ul li {
	width: 24%;
	border-top: 10px solid #003284;
}

.why_choose ul li img {
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
}

.why_choose ul li p {
    margin-top: 5px;
    font-size: 15px;
    text-align: center;
    line-height: 16px;
}

/* 轴承优点 */
.advantage {
	padding: 4% 0;
	background: url(/assets/image/net_bg1.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	float: left;
	width: 100%;
}

.advantage h3 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}

.advantage ul {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	font-size: 18px;
}

.advantage ul li {
	margin-right: 20px;
}

/* 应用领域 */
.application {
	padding: 3% 0%;
	width: 100%;
	float: left;
}

.application_banner_phone {
	display: none;
}

.application .tit_line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.application .tit_line h3 {
	margin-bottom: 10px;
	font-size: 44px;
	font-weight: 700;
	color: #000;
}

.application .tit_line a {
	display: inline-block;
	padding: 15px 47px;
	color: #fff;
	background-color: #003284;
	border-radius: 5px;
}

.application .application_swiper {
	padding-bottom: 20px;
	overflow: hidden;
	text-align: center;
}

.application .application_swiper img {
	width: 100%;
	height: 260px;
}

.application .application_swiper span {
	display: inline-block;
	width: 100%;
	background: #eee;
	line-height: 55px;
}

.application .application_swiper .application_pagination {
	position: relative;
	top: 20px;
}

.application .application_swiper .application_pagination .swiper-pagination-bullet {
	background-color: #003284;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

/* 合作案例 */
.partner {
	padding: 3% 0%;
	background-color: #eee;
	width: 100%;
	float: left;
}

.partner .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.partner .top h3 {
	margin-bottom: 10px;
	font-size: 44px;
	font-weight: 700;
	color: #000;
}

.partner .top p {
	font-size: 16px;
}

.partner .top a {
	display: inline-block;
	padding: 15px 47px;
	color: #fff;
	background-color: #003284;
	border-radius: 5px;
}

.partner .bottom ul {
	display: flex;
	align-items: center;
	text-align: center;
	margin-top: 20px;
	justify-content: space-between;
}

.partner .bottom ul li {
	width: 16%;
}

.partner .bottom ul li img {
	display: block;
	width: 100%
}

.partner .bottom ul li span {
	display: inline-block;
	padding: 10px 0;
}

/* 关于我们  */
.aboutus {
	display: flex;
	align-items: center;
	padding: 4% 0%;
	width: 100%;
}

.aboutus .lef {
	width: 36%;
	float: left;
}

.aboutus .lef img {
	width: 100%;
}

.aboutus .rig {
	width: 61%;
	float: right;
}

.aboutus .rig p {
	line-height: 32px;
	text-indent: 2rem;
}

.aboutus .rig ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.aboutus .rig ul li {
	padding: 15px 0px;
	width: 22%;
	text-align: center;
	background-color: #003284;
	border-radius: 5px;
}

.aboutus .rig ul li a {
	color: #fff;
	font-weight: bold;
}

/* 服务优势 开始 */

.serves {
	position: relative;
	padding-bottom: 40px;
}

.serves .serve_lis {
	position: relative;
	margin-bottom: 40px;
	padding: 0 10px;
	margin-top: 25px;
}

.serves .serve_lis .inner-box {
	position: relative;
	display: block;
	text-align: center;
	padding: 26px 20px 40px;
	background-color: #f7f7f7;
	transition: all 500ms ease;
	overflow: hidden;
	border-radius: 16px;
	height: 315px;
}

.serves .serve_lis .inner-box h3 a {
	font-size: 18px;
	color: #003284;
}

.serves .serve_lis .inner-box::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: visible;
	background-color: #003284;
	transition: all 700ms ease;
	transform: scaleY(0);
	transform-origin: top;
}

.serves .serve_lis .inner-box .big-icon {
	position: absolute;
	left: 0px;
	top: 10px;
	right: 0px;
	bottom: 0px;
	line-height: 1em;
	font-size: 180px;
	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: #003284;
}

.serve_lis .inner-box:hover .arrow {
	background-color: #003284 !important;
	color: #ffffff !important;
}

.serves .serve_lis .inner-box .text h3 {
	margin-bottom: 15px;
	margin-top: 5px;
	text-align: center;
	float: left;
	width: 100%;
}

.serves .serve_lis .inner-box .text span {
	font-size: 59px;
	/* padding: 35px; */
	margin-top: 15px;
	float: left;
	width: 100%;
	margin: 36px 0px;
	text-align: center;
}


.serves .serve_lis .inner-box .icon-box {
	position: relative;
	font-size: 60px;
	line-height: 1em;
	height: 66px;
	color: #003284;
	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: 226px; */
	padding: 0px;
	transition: all 500ms ease;
	text-align: left;
	overflow: hidden;
}

.w.pro_cont {
	overflow: hidden;
}

.bnta {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #003284;
	padding: 5px 70px;
	overflow: hidden;
	border-radius: 30px;
	letter-spacing: 0px;
	background: #ffffff;
	border: 1px solid #ffffff;
	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 #003284;
	text-transform: capitalize;
	margin-top: 30px;
	background: #003284;
}

/* 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 h4 {
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.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.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.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: #003284;
}

.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: #003284;
	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: 38px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 500;
}

.news .news_title h4 {
	position: relative;
	display: block;
	font-size: 31px;
	line-height: 0.5em;
	color: #d6d6d6;
	font-weight: bold;
	font-family: "arial black";
	text-transform: uppercase;
}

.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;
	padding: 34px 15px 35px;
	text-align: left;
	/* margin-top: -60px; */
	z-index: 1;
	transition: all 0.3s ease;
	border-bottom: 3px solid #003284;
	background-color: #f5f5f5;
}

.news_box .inner-box .box_text p {
	text-indent: 2em;
	line-height: 22px;
}

.news_box .inner-box .box_text h3 {
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
	padding-bottom: 7px;
	margin: 0;
	HEIGHT: 43PX;
	font-weight: 600;
	text-transform: uppercase;
}

.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: #003284;
	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: #003284;
	transform: translateY(-10px);
}

.news_box .inner-box:hover .box_text .arrow {
	color: #ffffff;
	background-color: #003284;
}

/* 解决方案 开始 */

.jjfa {
	position: relative;
	background-position: center bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #e7e7e7;
	padding-top: 16px;
}

.jjfa .title_box {
	position: relative;
	text-align: left;
	margin-bottom: 30px;
}

.jjfa .title_box h2 {
	position: relative;
	font-size: 38px;
	color: #333333;
	line-height: 1.4em;
	text-align: center;
}

.jjfa .title_box h3 {
	position: relative;
	font-size: 32px;
	color: #003284;
	line-height: 1.5em;
}

.jjfa .title_box h4 {
	position: relative;
	display: block;
	font-size: 31px;
	line-height: 0.5em;
	color: #d6d6d6;
	font-weight: bold;
	font-family: "arial black";
	text-align: center;
	text-transform: uppercase;
}

.jjfa .title_box .text {
	position: relative;
	font-size: 15px;
	color: #333;
	line-height: 1.9em;
	margin-top: 15px;
	text-align: center;
}

.fa_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fa_list ul li.list_img {
	margin: 9px 0px;
	padding: 0px;
	overflow: hidden;
	transition: all .2s;
	width: 19%;
	display: flex;
	flex-direction: column;
	padding: 12px 13px;
	background: #f8f8f8;
	margin-bottom: 27px;
	/* box-shadow: 0px 2px 10px rgb(0 0 0 / 15%); */
}

.fa_list ul li.list_img img {
	width: 100%;
	height: 220px;
}

.fa_list ul li h3 {
	font-size: 16px;
	text-align: center;
	margin: 0;
	line-height: 53px;
	font-weight: bold;
}

.fa_list ul li a:hover {
	color: #003284;
}

.fa_list ul li.list_img:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -2px, 0);
}


/* 解决方案  结束 */

@media (max-width: 768px) {
	.dots>.dot {
		width: 40px !important;
		height: 5px !important;
	}

	.ma5slider .slide img,
	.ma5slider>img.slide {
		/* margin-left: -200px !important; */
		height: 100%;
	}
}

@media (max-width: 980px) {

	.bannera {
		overflow: hidden;
		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;
	}

	.banner .navs-wrapper {
		height: 237px !important;
	}

	.index .banner .banner_box .bnerimg img {
		height: 237px !important;
	}

	.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;
	}

	li.list_img {
		margin: 6px 0px !important;
		padding: 0 !important;
		display: inline-block !important;
		width: 48% !important;
	}

	li.list_img:nth-child(7) {
		display: none !important;
	}

	li.list_img:nth-child(8) {
		display: none !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;
	}


	li.list_img img {
		width: 100%;
		height: 100px;
	}

	li h3 {
		font-size: 14px;
		text-align: center;
	}

	.advantage ul {
		display: block;
		justify-content: center;
		margin-top: 30px;
		font-size: 16px;
	}

	.xh_searchBox .search_line {
		display: block;
	}

	.xh_searchBox .search_line .lef div p:nth-child(1) {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.xh_searchBox .search_line .lef {
		display: block;
		align-items: center;
		width: 100%;
		padding: 18px 10px 60px;
		background-color: #003284;
	}

	.xh_searchBox .xh_list .lef li a {
		padding: 25px 48px;
	}

	.xh_searchBox .search_line .rig {
		width: 100%;
		font-size: 26px;
		padding: 0;
		line-height: 89px;
		text-indent: 0;
		background: url(/assets/image/abbg.jpg) no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
		text-align: center;
	}

	.xh_searchBox .search_line .lef input {
		margin-left: 0;
		padding-left: 15px;
		width: 78%;
		height: 40px;
		border-radius: 5px;
		border: 0;
		outline: none;
	}

	.xh_searchBox .xh_list {
		max-width: 1300px;
		margin: 0 auto;
		padding: 0% 0px 20px;
		display: block;
		justify-content: space-between;
	}

	.xh_searchBox .xh_list .rig .active_brand_item>li img {
		width: 100%;
		height: 180px;
	}

	.xh_searchBox .xh_list .lef p {
		width: 100%;
		height: 70px;
		line-height: 70px;
		font-size: 24px;
		font-weight: 700;
		color: #fff;
		background-color: #003284;
	}

	.xh_searchBox .xh_list .lef {
		width: 100%;
		text-align: center;
	}

	.xh_searchBox .xh_list .lef li {
		padding: 0;
		font-weight: 700;
		border-bottom: 1px solid #eee;
		border-right: none;
		border-top: none;
		border-left: none;
		border-top: 0;
		color: #333;
		width: 50%;
		float: left;
		line-height: 50px;
	}

	.xh_searchBox .xh_list .rig {
		width: 100%;
		text-align: center;
	}

	.xh_searchBox .xh_list .rig .active_brand_item {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
		padding: 10px;
	}

	.xh_searchBox .xh_list .rig .active_brand_item>li {
		width: 50%;
		border: 1px solid #eee;
		margin-bottom: 30px;
		float: left;
	}

	.hotline .lef {
		margin-left: 0;
		width: 100%;
		border-right: none;
	}

	.hotline {
		display: block;
		justify-content: space-between;
		/* background-color: #003284; */
		padding: 10px 10px;
		color: #fff;
		background: url(/assets/image/net_bg.jpg) no-repeat;
		background-size: 100% 100%;
		float: left;
		width: 100%;
	}

	.hotline .rig {
		margin-left: 0;
		width: 100%;
		border-top: 1px solid #fff;
	}

	.hotline h3 {
		padding-bottom: 10px;
		font-size: 20px;
		font-weight: 700;
	}

	.hotline li {
		line-height: 28px;
		font-size: 16px;
	}

	.hotline p {
		margin: 6px 0;
		font-size: 18px;
	}

	.hotline .rig p {
		margin: 0px 0 4px 0;
		font-size: 16px;
	}

	.hotline .rig p:nth-child(4) {
		margin-top: 5px;
	}

	.why_choose {
		padding: 3% 10px;
		width: 100%;
		float: left;
		overflow: hidden;
	}

	.why_choose h3 {
		margin-bottom: 10px;
		font-size: 32px;
		font-weight: 700;
		color: #000;
		text-align: center;
	}

	.why_choose ul {
		display: flex;
		justify-content: space-around;
		margin-top: 40px;
		flex-wrap: wrap;
	}

	.why_choose ul li {
		width: 48%;
		border-top: 10px solid #003284;
	}

	.why_choose ul li p {
		margin-top: 5px;
		font-size: 14px;
		text-align: left;
		line-height: 18px;
	}

	.why_choose ul li img {
		width: 100%;
		height: 110px;
		margin-bottom: 15px;
	}

	.advantage {
		padding: 3% 10px;
		background: url(/assets/image/net_bg1.jpg) no-repeat;
		background-size: 100% 100%;
		color: #fff;
		float: left;
		width: 100%;
	}

	.advantage ul li {
		margin: 0px 15px;
		width: 40%;
		float: left;
	}

	.advantage h3 {
		text-align: center;
		font-size: 24px;
		font-weight: 700;
	}

	.application {
		padding: 3% 10px;
		width: 100%;
		float: left;
	}

	.application .tit_line h3 {
		margin-bottom: 10px;
		font-size: 32px;
		font-weight: 700;
		color: #000;
	}

	.application .tit_line a {
		display: inline-block;
		padding: 13px 24px;
		color: #fff;
		background-color: #003284;
		border-radius: 5px;
	}

	.application_banner_phone {
		display: block;
	}

	.application_banner_pc {
		display: none;
	}

	.application .application_swiper img {
		height: 175px;
	}

	.application .application_swiper .application_pagination .swiper-pagination-bullet {
		background-color: #003284;
		width: 14px;
		height: 14px;
		border-radius: 50%;
	}

	.application .application_swiper span {
		display: inline-block;
		width: 100%;
		background: #eee;
		line-height: 40px;
	}

	.partner {
		padding: 3% 10px;
		background-color: #eee;
		width: 100%;
		float: left;
	}

	.partner .top {
		display: block;
		justify-content: space-between;
		align-items: center;
	}

	.partner .top p {
		font-size: 15px;
	}

	.partner .top h3 {
		margin-bottom: 10px;
		font-size: 32px;
		font-weight: 700;
		color: #000;
	}

	.partner .top a {
		display: inline-block;
		padding: 13px 24px;
		color: #fff;
		background-color: #003284;
		border-radius: 5px;
	}

	.partner .bottom ul {
		display: flex;
		margin-top: 20px;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.partner .bottom ul li {
		width: 48%;
	}

	.aboutus {
		display: flex;
		align-items: center;
		padding: 6% 10px 0px;
		width: 100%;
	}

	.aboutus .lef {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}

	.aboutus .rig {
		width: 100%;
		float: right;
	}

	.aboutus .rig ul li {
		padding: 13px 0px;
		width: 24%;
		text-align: center;
		background-color: #003284;
		border-radius: 5px;
	}

	.aboutus .rig p {
		line-height: 24px;
		text-indent: 2rem;
	}
}
