/* 初始化样式 */

@charset "utf-8";

.swiper {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
	/*height: 840;*/
	background: #fff;
	position: relative;
}

.swiper .swiper-container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 850px;
}

.swiper .swiper-slide {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	opacity: 1;
	justify-content: center;
	align-items: center;
}

.swiper .swiper-slide a img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.swiper .swiper-pagination-bullet {
	width: 60px;
	height: 5px;
	border: #c8c8c8 1px solid;
	margin: 0 3px !important;
	border-radius: 2px;
	opacity: 1;
	background: none;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #19a8fa;
	border-color: #19a8fa;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px !important;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	margin-top: -50px;
	z-index: 10;
	padding: 10px 5px;
	opacity: 1;
	width: 40px;
	height: 90px;
	/* border-radius: 100%; */
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.4s;
}

.swiper a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.swiper a img {
	width: 100%;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
	font-size: 24px;
	color: #fff !important;
}

@media screen and (max-width: 769px) {

	.swiper .swiper-container:hover .swiper-button-next,
	.swiper .swiper-container:hover .swiper-button-prev {
		display: none !important;
	}

	.benners.swiper {
		height: 280px;
	}

	.benners .swiper-container {
		height: 280px !important;
	}

	.swiper .swiper-slide a img {
		position: initial;
		width: 100%;
		height: 280px;
		object-fit: cover;
		margin-left: 0%;
	}
}

@media screen and (max-width: 580px) {
	.benners.swiper {
		height: 240px;
	}

	.benners .swiper-container {
		height: 240px !important;
	}

	.swiper .swiper-slide a img {
		height: 240px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 10px !important;
	}

	.swiper .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}

.search_box {
	display: flex;
	justify-content: space-between;
	height: 100px;
}

.search_left {
	display: flex;
	align-items: center;
}

.search_left span {
	font-size: 15px;
}

.search_left a {
	display: inline-block;
	font-size: 15px;
	border: 1px #eee solid;
	border-radius: 17px;
	padding: 8px 17px;
	margin-left: 10px;
}

.search_right {
	width: 387px;
	height: 100px;
	padding: 0px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
}

.search_right .search_kd {
	height: 30px;
	line-height: 30px;
	width: 287px;
	font-size: 13px;
	border: none;
}

.search_tj {
	width: 20px;
	height: 20px;
	border: 0;
	background: url(../images/search.svg) no-repeat center center;
	background-size: 100%;
}


/*产品*/

.pro_box {
	background: #f5f5f5;
	padding-top: 70px;
	padding-bottom: 100px;
}

.protitle {
	display: flex;
	justify-content: space-between;
}

.proleft {
	display: flex;
	align-items: center;
}

.prole {
	border-left: 4px #19a8fa solid;
	padding-left: 26px;
}

.prole p {
	font-size: 30px;
	line-height: 40px;
	color: #222;
}

.prole span {
	display: block;
	font-size: 16px;
	line-height: 21px;
	color: #666;
}

.profl {
	margin-left: 48px;
}

.profl a {
	display: inline-block;
	font-size: 15px;
	border: 1px #eee solid;
	border-radius: 17px;
	padding: 8px 17px;
	transition: all 0.4s;
}

.profl a+a {
	margin-left: 10px;
}

.profl a.on,
.profl a:hover {
	background: #19a8fa;
	color: #fff;
}

.proright {
	display: flex;
	align-items: center;
}

.proright a {
	display: block;
	width: 90px;
	border: 2px #e1e1e1 solid;
	border-radius: 32px;
	position: relative;
	transition: 0.3s ease-in-out;
}

.proright a p {
	line-height: 30px;
	height: 32px;
	text-align: center;
	font-size: 15px;
	z-index: 2;
	position: relative;
}

.proright a:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 82px;
	height: 32px;
	border: 2px #19a8fa solid;
	border-radius: 32px;
	background: #19a8fa;
	transition: 0.3s ease-in-out;
	transform: scale(0);
	z-index: 1;
}

.proright a:hover {
	border: 0px;
}

.proright a:hover::after {
	transform: scale(1);
}

.proright a:hover p {
	color: #fff;
}

.pro_kh {
	display: none;
	transition: all 0.4s;
}

.pro_kh.on {
	display: block;
}

.pro_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.pro_list a {
	width: 49%;
	height: 370px;
	background: #fff;
	/* float: left; */
	margin-top: 2%;
	padding: 40px 50px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.prodg {
	display: flex;
	align-items: center;
	z-index: 2;
	position: relative;
}

.prolg img {
	height: 60px;
	object-fit: contain;
}

.prodg p {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.proxq {
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

.proxq p {
	font-size: 26px;
	line-height: 35px;
	color: #222;
}

.proxq>div {
	width: 1px;
	height: 22px;
	background: #ccc;
	margin: 20px 0px 12px 0px;
}

.proxq span {
	display: block;
	font-size: 16px;
	line-height: 34px;
}

.prortimg {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.prortimg img {
	width: 100%;
}

/*技术实力*/

.jssl_box {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ggtitle h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.ggtitle p {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	color: rgba(92, 92, 92, 1);
	margin-top: 5px;
}

.jssl_list {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jssl_item {
	width: calc((100% - 80px) / 3);
}

.jssl_item_bg {
	padding-top: 8%;
	padding-bottom: 8%;
	padding-left: 8%;
	padding-right: 8%;
	background-size: cover !important;
}

.jssl_item_box {
	background-color: rgba(0, 0, 0, .2);
	border-radius: 60px 0px;
}

.jssl_item_cont {
	padding-top: 28%;
	padding-left: 5%;
	padding-bottom: 28%;
	padding-right: 5%;
}

.jssl_item_cont img {
	max-width: 60px;
	margin-left: auto;
	margin-right: auto;
}

.jssl_item_cont h4 {
	line-height: 1.5;
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

.jssl_item_cont p {
	line-height: 2;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.jssl_item_cont .jssl_item_lj {
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 22px;
	background: none;
	border-radius: 0px;
	padding: 8px 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
	color: #fff;
}

.jssl_item:hover .jssl_item_box {
	background-color: rgba(33, 94, 179, 1);
}


/*关于我们*/

.about_title {
	padding-bottom: 40px;
}

.about_hr {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(221, 221, 221, 1);
	margin-top: 30px;
	width: auto;
	max-width: none;
	height: 1px;
	margin-bottom: 30px;
}

.fx_sj {
	display: flex;
	flex-wrap: wrap;
}

.fx_item {
	width: calc(100% / 4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.fx_img {
	width: 60px;
	height: 60px;
}

.fx_cont {
	align-self: center;
	margin-left: 30px;
}

.fx_cont_sz {
	height: 50px;
	line-height: 50px;
	font-size: 40px;
}

.fx_cont_sz .fx_shuju {
	font-size: 46px;
	font-weight: 700;
}

.fx_cont_sz .fx_dw {
	font-size: 16px;
	color: rgba(85, 85, 85, 1);
}

.fx_cont p {
	line-height: normal;
	font-size: 16px;
}

.about_js {
	display: flex;
	align-items: center;
}

.aboutimg {
	width: 50%;
}

.aboutimg img {
	width: 100%;
}

.about_right {
	width: 50%;
}

.about_right_box {
	padding-right: 10%;
	padding-left: 5%;
}

.about_right_box h3 {
	font-size: 32px;
	font-weight: bold;
	color: rgba(25, 168, 250, 1);
	margin-bottom: 10px;
}

.about_right_cont p {
	font-size: 16px;
	line-height: 2;
	color: #777;
}

.about_right_box>a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 180px;
	line-height: 32px;
	padding: 8px;
	margin-top: 40px;
	transition: all .5s ease;
	margin-bottom: 0px;
	background-color: rgba(25, 168, 250, 1);
	color: #fff;
	border-style: solid;
	border-width: 1px;
}


/*新闻中心*/

.new_box {
	padding: 120px 0px 100px 0px;
}

.new_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newfl {
	width: 32%;
}

.hd-header {
	overflow: hidden;
	line-height: 35px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e5e5e5;
}

.hd-header h3 {
	float: left;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.hd-header a {
	float: right;
	font-size: 14px;
	color: #a1a1a1;
	text-transform: uppercase;
}

.newlist {
	background-color: #f8f8f8;
	border: solid 1px #dddddd;
	padding: 10px 10px 20px;
}

.newone {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 1px #dddddd solid;
	margin-bottom: 2%;
}

.newone img {
	width: 100%;
}

.newone h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.newone p {
	color: #8c8c8c;
	line-height: 24px;
	font-size: 14px;
	height: 48px;
	overflow: hidden;
}

.newtwo .news-item {
	display: block;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newtwo .news-item:hover {
	color: #19a8fa;
}

.newtwo .news-item::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 1px solid #19a8fa;
	position: absolute;
	left: 0;
	top: 15px;
}


@media screen and (max-width:1400px) {
	.jssl_item_bg {
		padding: 6%;
	}

	.jssl_item_cont p {
		padding: 0px;
	}
}

@media screen and (max-width:1200px) {
	.syss_box {
		display: none !important;
	}

}

@media screen and (max-width:992px) {
	.jssl_item_cont p{line-height: 1.8;}

	.prole {padding-left: 15px;}

	.prole p {font-size: 24px;line-height: 30px;}

	.prole span{display: none;}

	.profl{margin-left: 20px;}

	.pro_box{padding-top: 60px;padding-bottom: 60px;}

	.pro_list a{padding: 24px 30px;}

    .proxq{ margin-top: 15px;}

	.proxq span{display: none;}

	.proxq p{font-size: 20px;line-height: 30px;}

    .proxq>div{display: none;}

    .jssl_box{padding-top: 50px;padding-bottom: 50px;}

	.jssl_list{margin-top: 10px;}

	.jssl_item{ width: 100%; margin: 10px 0px;}

	.jssl_item_cont{padding-top: 10%;padding-left: 5%;padding-bottom: 10%;padding-right: 5%;}

	.jssl_item_cont h4{font-size: 18px;}

	.jssl_item_box{background-color: rgba(33, 94, 179, 1);}

	.about_hr{margin-top: 20px;margin-bottom: 20px;}

	.fx_cont_sz .fx_shuju{font-size: 28px;font-weight: 700;}

	.fx_img{width: 50px;height: 50px;}

    .fx_cont{margin-left: 12px;}

	.fx_cont p{font-size: 15px;}

	.fx_cont_sz{height: 45px;line-height: 45px;}

	.ggtitle h3{font-size: 24px;}

	.aboutimg{display:none;}

	.about_title{ padding-bottom: 25px;}

	.about_right{width: 100%;}

    .about_right_box{ padding-right: 5%; padding-left: 5%; padding-top: 30px; padding-bottom: 30px;}

	.about_right_box h3{font-size: 24px;}

    .about_right_box>a{margin-top: 24px;}

	.new_box{padding: 50px 0px 50px 0px;}

	.hd-header{overflow: hidden;line-height: 30px;padding-bottom: 8px;margin-bottom: 14px;}
	.hd-header h3{font-size: 20px;}
	.newfl{width: 100%;margin-bottom: 20px;}
	.newone{padding-bottom: 12px;margin-bottom: 1%;}
	.newone h4{font-size: 18px;margin-top: 8px;margin-bottom: 8px;}

	.about_right_cont p{line-height: 1.8;}
}


@media screen and (max-width:769px){
	

	.protitle{justify-content: center;}
	.profl {margin-left: 0px;padding: 0px 20px;display: flex;justify-content: center;flex-wrap: wrap;}
	.profl a{margin-bottom: 10px;}
    .prole{display: none;}
    .prodg{display: none;}
	.proxq{margin-top: 0px; }
	.pro_list a{height: auto;display: flex; flex-direction: column-reverse;padding:0px;}
	.proxq p{text-align: center;font-size: 16px; line-height: 36px; }
	.prortimg{position: relative;}
	.proright{display: none !important;}
	.new_box{padding: 40px 0px 20px 0px;}
	.fx_item{width: calc(100% / 2);justify-content: flex-start;margin-bottom: 15px;}
	.fx_cont_sz{font-size:0px; line-height: normal;height: auto;}
	.fx_cont_sz .fx_shuju { font-size: 24px;margin-right: 6px;}
	.about_title {padding-bottom: 15px;}
	.pro_box{padding-top: 40px;padding-bottom: 45px;}
    .about_right_box>a{width: 150px; line-height: 24px; }
	.hd-header h3{font-size: 18px;}
	.about_right_cont p{font-size: 15px;}
	.jssl_box{padding-top: 45px;padding-bottom: 45px;}

}
