@charset "utf-8";

/*BANNER*/
.wap-banner {
	display: none;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	cursor: pointer;
	position: relative;
}

.swiper-slide img {
	width: 100%;
}

.swiper-slide .text {
	position: absolute;
	text-align: center;
	color: #FFF;
	top: 50%;
	left: 50%;
	width:80%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.swiper-slide .text h2 {
	font-size: 48px;
	text-shadow: 1px 1px 1px #000000;
}

.swiper-slide .text p {
	margin: 20px 0;
	font-size: 14px;
	text-transform: uppercase;
}

.swiper-slide .text .btn1 {
	display: inline-block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #FFF;
	margin-top: 20px;
}

.swiper-slide .text a {
	color: #FFF;
}

.swiper-slide .text a:hover {
	color: #2e4b9b;
	background: #FFF;
}

.swiper-slide .video-box {
	position: relative;
	width: 100%;
	height: 100%;

	background-color: #C1CFF7;
	/*进行视频裁剪*/
	overflow: hidden;
}

.swiper-slide .video-box .video-background {
	position: absolute;
	left: 50%;
	top: 50%;
	/*保证视频内容始终居中*/
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
	max-height: 700px;
}


/*产品*/
.tabs {
	overflow: hidden;
}

.tabs ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabs ul li {
	width: 12.2%;
	margin: 0 1%;
}

.tabs ul li a {
	display: block;
	font-size: 16px;
	text-align: center;
	background: #eeeeee;
	color: #333;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
}

.tabs ul li a:hover {
	background: #2e4b9b;
	color: #FFF;
	border-radius: 50px;
}

.tabs .thistab a {
	background: #2e4b9b;
	color: #FFF;
	border-radius: 50px;
}

.tab_con {
	display: none;
}


.home-pro {
	margin: 40px 0;
	overflow: hidden;
}

.home-pro dl {
	margin-left: -1%;
	margin-right: -1%;
}

.home-pro dl dd {
	float: left;
	width: 23%;
	margin: 0 1%;
	margin-bottom: 20px;
}

.home-pro dl dd .img {
	overflow: hidden;
	background: #FFF;
	border: 1px solid #e8e8e8;
}

.home-pro dl dd .img:hover {
	border: 1px solid #2e4b9b;
}

.home-pro dl dd .img img {
	max-width: 100%;
	transition: all 0.6s;
}

.home-pro dl dd .img img:hover {
	transform: scale(1.2);
}

.home-pro dl dd h3 {
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}

.home-pro dl dd:hover h3 {
	color: #2e4b9b;
}

/*关于我们*/
.home-aboutbg {
	overflow: hidden;
	background: #eeeeee;
}

.home-about-l {
	float: left;
	width: 40%;
	margin-right: 4%;
}

.home-about-l img {
	max-width: 100%;
}

.home-about-r {
	float: left;
	width: 41%;
}

.home-about-r .tit {
	overflow: hidden;
	margin: 50px 0 40px 0;
}

.home-about-r .tit em {
	font-size: 14px;
	color: #888;
	line-height: 40px;
	text-transform: uppercase;
}

.home-about-r .tit span {
	display: block;
	font-size: 38px;
	color: #2e4b9b;
	line-height: 50px;
	font-weight: bold;
}

.home-about-r .tit small {
	display: block;
	font-size: 24px;
	color: #333;
	line-height: 40px;
}

.home-about-r .text {
	color: #666;
	line-height: 28px;
	font-size: 16px;
	text-indent: 2em;
	text-align: justify;
}

.home-about-r .more {
	float: right;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #2e4b9b;
	margin-top: 30px;
}

.home-about-r .more a {
	color: #2e4b9b;
	font-size: 16px;
}

@media (min-width:1700px) and (max-width:1800px) {

	.home-about-r {
		float: left;
		width: 46%;
	}

}

@media (min-width:1600px) and (max-width:1700px) {

	.home-about-r {
		float: left;
		width: 47%;
	}

}

@media (min-width:1500px) and (max-width:1600px) {

	.home-about-r {
		float: left;
		width: 48%;
	}

}

@media (min-width:1400px) and (max-width:1500px) {

	.home-about-r {
		float: left;
		width: 51%;
	}

}



/*新闻*/
.home-news {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	    padding: 25px 0;
}
.home-newstop {
	float: left;
	width: 40%;
}

.home-newstop .img-wap {
	display: none;
}

.home-newstop .img {
	overflow: hidden;
	height: 270px;
}

.home-newstop .text {
	overflow: hidden;
	background: #154a8b;
	padding: 30px;
}

.home-newstop .text h2 {
	font-size: 22px;
	color: #FFF;
}

.home-newstop .text time {
	display: block;
	font-size: 13px;
	color: #ccc;
	margin: 10px 0;
}

.home-newstop .text p {
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
}

.home-newstj {
	float: left;
	width: 60%;
}

.home-newstj ul {}

.home-newstj ul li {
	float: left;
	width: 47%;
	margin-left: 3%;
	background: #ffffff;
	margin-bottom: 3%;
}

.home-newstj ul li:hover {
	box-shadow: 0 1px 12px #ccc;
	transition: all 0.3s;
}

.home-newstj ul li .text {
	padding: 29px;
}

.home-newstj ul li .text h2 {
	display: block;
	font-size: 18px;
	color: #222;
	margin: 15px 0;
}

.home-newstj ul li .text p {
	color: #888;
	line-height: 26px;
}

.moreNews {
	margin: 0 auto;
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #2e4b9b;
	margin-top: 50px;
	margin-bottom: 60px;
	border-radius: 50px;
}

.moreNews a {
	color: #2e4b9b;
}


@media (min-width:1024px) and (max-width:1400px) {


	.swiper-slide .text h2 {
		font-size: 24px;
	}

	.swiper-slide .text p {
		font-size: 12px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 10px !important;
	}

	.home-about-l {
		width: 550px;
		margin-right: 0;
	}

	.home-about-r {
		width: calc((94% - 550px));
		margin: 0 3%;
	}


}

@media (min-width:768px) and (max-width:1023px) {


	.swiper-slide .text h2 {
		font-size: 20px;
	}

	.swiper-slide .text p {
		font-size: 12px;
	}

	.swiper-slide .text .btn1 {
		display: none;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 10px !important;
	}

	.home-about-l {
		width: 100%;
		margin-right: 0;
	}

	.home-about-r {
		width: 100%;
		padding: 20px;
	}

	.home-about-r .more {
		float: left;
	}



	.tabs ul li {
		width: 23%;
		margin-bottom: 20px;
	}

	.home-pro dl dd {
		width: 48%;
	}

	.home-newstop {
		width: 100%;
	}

	.home-newstop .img-wap {
		display: block;
	}

	.home-newstop .img-wap img {
		width: 100%;
	}

	.home-newstop .img {
		display: none;
	}

	.home-newstj {
		width: 100%;
	}

	.home-newstj ul li {
		width: 49%;
		margin-right: 2%;
		margin-left: 0;
	}

	.home-newstj ul li:nth-of-type(2n+0) {
		margin-right: 0;
	}

}

@media screen and (max-width:767px) {

	.pc-banner {
		display: none;
	}

	.wap-banner {
		display: block;
	}
.swiper-slide .text {
	width:80%;
	}

	.swiper-slide .text h2 {
		font-size: 24px;
	}

	.swiper-slide .text p {
		display: none;
	}

	.swiper-slide .text .btn1 {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}

	.swiper-slide .video-box .video-background {
		height: 100%;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 10px !important;
	}

	.swiper-pagination-bullet {
		width: 20px !important;
		height: 2px !important;
	}

	.tabs ul li {
		width: 31.333333%;
		margin-bottom: 20px;
	}

	.tabs ul li a {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

	.home-pro {
		margin: 20px 0;
	}

	.home-pro dl dd {
		width: 48%;
	}

	.home-about-l {
		width: 100%;
		margin-right: 0;
	}

	.home-about-l img {
		width: 100%;
	}

	.home-about-r {
		width: 100%;
		padding: 20px;
	}

	.home-about-r .more {
		float: left;
	}


	.home-about-r .tit {
		margin: 30px 0;
	}

	.home-about-r .tit span {
		font-size: 26px;
	}

	.home-about-r .text {
		font-size: 14px;
	}

	.home-newstop {
		width: 100%;
	}

	.home-newstop .img-wap {
		display: block;
	}

	.home-newstop .img-wap img {
		max-width: 100%;
	}

	.home-newstop .img {
		display: none;
	}
	.home-newstop .text h2 {
		font-size: 18px;
	}
	
	.home-newstop .text time {
		font-size: 12px;
	}
	
	.home-newstop .text p {
		font-size: 14px;
		line-height: 24px;
		color: #FFF;
	}

	.home-newstj {
		width: 100%;
	}

	.home-newstj ul li {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	.home-newstj ul li .text h2 {
	font-size: 16px;
	}
	
	.moreNews {
		margin-top: 25px;
		margin-bottom: 25px;
	}


}
