/* 头部 */

.clboth{clear: both;}
.zwsx{line-height: 50px;}
.top {
	height: 100px;
	border-bottom: #eeeeee solid 1px;
}

.top_l {
	padding-top: 18px;
}
.tedian p{line-height:26px!important;}
.tedian span{line-height:26px!important;}
.logo {
	font-size: 0;
	width: 208px;
	height: auto;

}

.logo img {
	width: 100%;
}

.topTel {
	margin-left: 20px;
	padding-top: 2px;
	border-left: #ebebeb solid 1px;
}

.topTel p {
	line-height: 26px;
	padding-left: 30px;
	margin-left: 20px;
}

.businessTel {
	background: transparent url(../image/indexIcon01.png) no-repeat left center;
}

.technicalTel {
	background: transparent url(../image/indexIcon02.png) no-repeat left center;
}

.nav ul li {
	float: right;
}

.nav ul li a {
	display: inline-block;
	width: 98px;
	text-align: center;
	margin-top: 31px;
	transition: all .4s;
	padding: 10px 0;
}

.nav ul li a:hover {
	background-color: #084089;
	color: #fff;
	border-bottom: #da251d solid 2px;
}

.nav ul .search a:hover {
	background-color: transparent;
}


.on_nva a{
    background-color: transparent;
    background-color: #084089;
	color: #fff;
	}


/* banner */
.banner img {
	width: 100%;
}

/* 热门产品 */
.product {
	margin-top: 100px;
}

.tit h2 {
	color: #084089;
	font-size: 34px;
	font-weight: 400;
}

.tit h3 {
	color: #333;
	font-size: 24px;
	font-weight: 400;
	margin-top: 16px;
	position: relative;
}

.tit h3::after {
	content: '';
	display: block;
	width: 48px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50px;
	background-color: #da251d;
}

.tit p {
	color: #999;
	margin-top: 58px;
}

.proNav {
	margin-top: 100px;
}

.proNav ul li {
	float: left;
}

.proNav ul li a {
	margin-right: 12px;
	display: block;
	color: #999;
	padding: 0 26px;
	line-height: 34px;
	background-color: #e6eaf0;
	transition: all .6s;
}


.tab_list .current {
	display: inline-block;
	color: #fff;
	background-color: #084089;
}

.proNav ul li a:hover {
	color: #fff;
	background-color: #084089;
	cursor: pointer;
}

.swiper-wrappers {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.swiper-containers {
	margin: 70px 0;
}

.swiper-containers .swiper-slide {
	width: 23% !important;
	height: auto;
	border: #efefef solid 3px;
	transition: all .5s;
	margin-bottom: 50px;
}

.swiper-slide-pic {
	height: auto;
	overflow: hidden;text-align: center;
}

.swiper-slide-pic img {
	width: 90%;
	transition: all .5s;
}

.swiper-containers .swiper-slide:hover {
	margin-top: -20px;
}

.swiper-slide:hover .swiper-slide-pic img {
	transform: scale(1.1);
}

.swiper-containers .swiper-slide p a {
	text-align: center;
	color: #999;
	padding: 0 15px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.swiper-containers .swiper-slide p {
	transition: all .3s;
}

.swiper-containers .swiper-slide:hover p {
	width: 102%;
	background-color: #da251d;
	position: absolute;
	left: -3px;
}

.swiper-containers .swiper-slide:hover p a {
	color: #fff;
}

.proMore {
	margin: 0 auto;
	display: block;
	color: #fff;
	text-align: center;
	width: 140px;
	height: 46px;
	line-height: 46px;
	background-color: #084089;
}

.proMore:hover {
	text-decoration: underline;
}

/* 应用领域 */
.area {
	background: #fff url(../image/areaBg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 110px 0 45px 0;
	margin-top: 70px;
}

.areaTit {
	text-align: center;
}

.areaTit h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
}

.areaTit h3 {
	color: #fff;
	font-size: 28px;
	margin-top: 25px;
	margin-bottom: 60px;
}

.area_mains {
	overflow: hidden;
}

.area_main ul li {
	float: left;
	width: 25% !important;
	position: relative;
}

.area_main ul li img {
	width: 100%;
}

.proMore_area {
	color: #455ad9;
	background-color: #fff;
	margin-top: 70px;
}

.area_mainTit {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 128px;
	padding-top: 40px;
	background: linear-gradient(to bottom, transparent, #2b2b2b);
}

.area_mainTit p,
.area_mainTit a {
	color: #fff;
}

.area_mainTit p {
	font-size: 18px;
}

.area_mainTit a {
	display: inline-block;
	font-size: 14px;
	margin-top: 18px;
	line-height: 24px;
	padding: 0 20px;
	border: #fff solid 1px;
	border-radius: 20px;
}

.area_main_hover {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	text-align: left;
	padding: 140px 30px 98px 24px;
	width: 100%;
	height: 100%;
	background-color: rgba(218, 37, 29, .6);
}

.area_main_hover h4 {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #fff;
}

.area_main_hover p {
	margin-top: 50px;
	font-size: 14px;
	color: #fff;
	line-height: 27px;
}

.area_main_hover a {
	background-color: #fff;
	color: #da251d;
	font-weight: 600;
	margin-top: 70px;
}

.area_main ul li:hover .area_mainTit {
	visibility: hidden;

}

.area_main ul li:hover .area_main_hover {
	visibility: visible;
	opacity: 1;
	transition: all 0.5s;
}

/* 新闻中心 */
.indexNew {
	margin-top: 70px;
}

.newTit h2 {
	color: #455ad9;
	font-size: 36px;
	font-weight: 500;
}

.newTit h3 {
	font-size: 28px;
	color: #333;
}

.new_l {
	width: 58%;
}

.new_l ul li {
	margin-bottom: 30px;
}

.new_l_pic {
	width: 35%;
	overflow: hidden;
}

.new_l_pic img {
	width: 100%;
}

.new_l_list {
	width: 61%;
	padding-bottom: 15px;
	border-bottom: #e9e9e9 solid 1px;
}

.new_l_list:hover a,
.new_l_list:hover h4,
.new_r_list:hover h4 {
	color: #455ad9;
}

.new_l_list h4 {
	font-size: 18px;
	padding-top: 20px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.new_l_list p {min-height: 60px;
	color: #666;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 24px;
}

.new_l_list a {
	color: #999;
	font-size: 14px;
}

.new_r {
	width: 39%;
}

.new_r_pic {
	overflow: hidden;
	background-color: #f2f7fc;
}

.new_r_pic img {
	width: 100%;
}

.new_r_list {
	background-color: #f2f7fc;
	padding: 41px 34px;
}

.new_r_list h4 {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.new_r_list p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-top: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.new_r_list span {
	display: block;
	text-align: right;
	color: #455ad9;
	margin-top: 30px;
}

.indexNew img {
	width: 100%;
	transition: all .6s;
}
.indexNew .ximg{height:173px;}
.indexNew img:hover {
	transform: scale(1.1);
}

/* 关于我们 */
.about {
	background: #fff url(../image/indexAbout01.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 65px 0;
	text-align: center;
	/* margin-top: 40px; */
}

.about h2,
.about span {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	margin-top: 30px;
}

.about h2 span {
	letter-spacing: 3px;
}

.about p {
	width: 70%;
	color: #fff;
	line-height: 34px;
	margin: 0 auto;
	font-size: 18px;
	margin-top: 45px;
}

.about a {
	margin: 0 auto;
	margin-top: 60px;
	color: #fff;
	line-height: 50px;
	display: block;
	width: 192px;
	height: 50px;
	background-color: #da251d;
	transition: all .6s;
}

.about a:hover {
	background-color: #455ad9;
}

/* 合作客户 */
.customer {
	margin-top: 70px;
}

.customer h2 {
	font-size: 36px;
	font-weight: 500;
}

.customer_mian ul {
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 50px;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.customer_mian ul li {
	width: 15%;
	height: 120px;
	/*-webkit-filter: grayscale(100%);*/
	/*-moz-filter: grayscale(100%);*/
	/*-ms-filter: grayscale(100%);*/
	/*-o-filter: grayscale(100%);*/
	/*filter: grayscale(100%);*/
	/*filter: gray;*/
	opacity: .9;
	transition: all .6s;
	text-align: center;
}

.customer_mian ul li img {
	width: 75%;
	transition: all .3s linear;
}

.customer_mian ul li:hover img{
    transform: scale(1.2);
    
}

/* 友情链接 */
.flinks {
	margin: 0 auto;
}

.flinks_wrap {
	margin: 0 auto;
	text-align: end;
	border-top: #ebedf3 solid 1px;
	padding: 18px 0;
}

.flinks h2 {
	color: #da251d;
	font-size: 24px;
	font-weight: 500;
	padding-right: 15px;
	border-right: #da251d solid 2px;
}

.flinks h2 strong {
	font-weight: 500;
}

.flink {
	padding-left: 10px;
}

.flink a {
	padding: 0 10px;
	line-height: 24px;
}

.flink a:hover {
	color: #7283eb;
}

/* 底部 */
footer {
	background-color: #e2e2e2;
}

.foot {
	padding: 0 0% 2% 0%;
}

.foot ul {
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*border-bottom: #7e7e7e solid 1px;*/
}

.foot ul li a {
	display: inline-block;
	color: #333;
	/*line-height: 65px;*/
	margin-bottom: 22px;
}

.foot ul li a:hover {
	color: #999;
}

.foot_main {
	padding-top: 65px;
}

.footTit {
	width: 16%;
}

.footTit h2 {
	color: #da251d;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 28px;
}

.footTit h3 {
	font-size: 24px;
	color: #ececec;
	font-weight: 500;
	position: relative;
}

.footTit h3::after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	width: 42px;
	height: 4px;
	background-color: #da251d;
}

.footMessage {
	width: 40%;
	margin-left: 3%;
}

.footMessage h4 {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.footMessage p,
.footMessage u,
.footMessage span {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.footCode {
	width: 31%;
}

.WeChat {
	/*width: 36%;*/
	height: 128px;
}

.WeChat img {
	max-width: 100%;
	height: 100%;
}

.WeChat02 {
	margin-left: 12%;
}

.Copyrigh {
	/*padding: 0 7%;*/
}

.Copyrigh div,
.Copyrigh a {
	color: #fff;
	line-height: 54px;
}

.Copyrigh a:hover {
	color: #99a6f7;
}

.swiper-container-h .swiper-pagination-bullet{
    border-radius: 0;
    width: 50px;
}

@media only screen and (max-width: 1440px) {
	.cw {
		max-width: 1300px;
	}

	.nav ul li a {
		width: 84px;
	}

	.swiper-containers .swiper-slide {
		height: 360px;
	}

	.swiper-slide-pic {
		height: 278px;
	}

	.new_l_list h4 {
		padding-top: 10px;
		white-space: nowrap;
		overflow: hidden;
		display: block;
		text-overflow: ellipsis;
	}
}

@media only screen and (max-width: 1366px) {
	.cw {
		max-width: 1200px;
	}

	.logo {
		width: 184px;
	}


	.topTel {
		margin-left: 14px;
	}

	.new_r_list {
		padding: 48px 34px;
	}

	.area_main_hover {
		padding-top: 70px;
	}

	.foot_main {
		padding-top: 45px;
	}
}

@media only screen and (max-width: 1024px) {
	.cw {
		max-width: 970px;
	}

	.top {
		height: 110px;
	}

	.top_l {
		padding-top: 32px;
	}

	.nav ul li a {
		width: 65px;
		font-size: 14px;
	}

	.search a img {
		width: 40%;
	}

	.topTel {
		margin-left: 10px;
	}

	.topTel p {
		font-size: 14px;
		margin-left: 10px;
	}

	.logo {
		width: 160px;
	}

	.nav ul li a {
		height: 110px;
	}

	.new_l_list p {
		margin-top: 6px;
		margin-bottom: 5px;
	}

	.new_r_list {
		padding: 28px 34px;
	}

}
