.banner.slide .slide-image-box {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner.slide .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 20px;
    width: 100%;
}

.banner.slide .pagination .swiper-pagination-switch {
	display: inline-block;
	width: 20px;
	height: 6px;
	border-radius: 3px;
	background: #4d5daa;
	margin: 0 8px;
	cursor: pointer;
}

.banner.slide .pagination .swiper-active-switch {
	background: #fff;
}

.index-product {
	
}

.index .title {
	padding: 80px 0 40px 0;
	text-align: center;
}

.index .title h1 , .index .title h4 {
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}

.index .title h1 {
	letter-spacing: 3px;
}

.index .title h4 {
	padding-top: 10px;
	color: #888;
	font-weight: normal;
}

.tabs {
	padding-bottom: 50px;
}

.tabs .tab-bar {
	display: flex;
	padding-bottom: 45px;
	justify-content: center;
}

.tabs .tab-bar span {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 500;
}

.tabs .tab-bar span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: #ccc 1px solid;
	border-left: none;
}

.tabs .tab-bar span:first-child {
	border-left: #ccc 1px solid;
}

.tabs .tab-bar .active:before {
	border-color: #009ED5;
}

.tabs .tab-bar .active:first-child {
	border-left: #009ED5 1px solid;
}

.tabs .tab-bar .active {
	background: #009ED5;
	color: #fff;
}

.tab-slide {
	max-width: 1450px;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.tab-slide .slide-product {
	display: block;
	width: 280px;
	height: 400px;
	margin: 0 5px;
	overflow: hidden;
}

.slide-product .product-img {
	position: relative;
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slide-product .product-img:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: #ccc 5px solid;
}

.tab-slide .slide-product h2 {
	margin-top: 25px;
	overflow: hidden;
	box-sizing: border-box;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}

.tab-slide .slide-product h4 {
	margin-top: 20px;
	color: #888;
	overflow: hidden;
	box-sizing: border-box;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}

.tab-slide .pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.tab-slide .pagination span {
	display: inline-block;
	width: 20px;
	height: 5px;
	border-radius: 2px;
	background: #b3e2f2;
	margin: 0 5px;
}

.tab-slide .pagination .swiper-active-switch {
	background: #009ED5;
}

.index-about {
	background:url(../images/about-bg.png) no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}

.index-about .title h1 , .index-about .title h4 {
	color: #fff;
}

.index-about .content {
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
}

.index-about .about-box {
	display: flex;
	width: 100%;
}

.index-about .about-box .text {
	width: calc( 60% - 10px );
	display: flex;
	flex-direction: column;
}

.index-about .about-box .img {
	width: calc( 40% - 10px );
	margin-left: 20px;
}

.index-about .about-box .img img {
	width: 100%;
}

.index-about .about-box .text p {
	flex: 1 1 auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 32px;
}

.about-more a {
	display: block;
	position: relative;
	width: 120px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #009ED5;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.about-more a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: #009ED5 1px solid;
}

.about-more a:hover {
	background: #009ED5;
	color: #fff;
}



.index.hexin .hexin-box {
	display: flex;
}

.index.hexin .hexin-box .item {
	width: 345px;
	height: 270px;
	margin-left: 20px;
}

.index.hexin .hexin-box .item:first-child {
	margin: 0;
}

.index.hexin .hexin-box .item .img-box {
	width: 100%;
	height: 270px;
}

.news-box {
	overflow: hidden;
}

.news-box .item {
	float: left;
	width: 345px;
	margin:0 10px;
}

.news-box .item .img-box {
	width: 345px;
	height: 270px;
}

.news-box .item h4 {
	margin-top: 20px;
	font-weight: 600;
	color: #555;
	overflow: hidden;
	box-sizing: border-box;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}

.news-box .item h5 {
	margin-top: 15px;
	margin-bottom: 20px;
	height: 38px;
	line-height: 130%;
	overflow: hidden;
	box-sizing: border-box;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color: #999;
}

.news-box .item a.iconfont {
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	position: relative;
	font-size: 12px;
	color: #ccc;
	line-height: 28px;
	border: #ccc 1px solid;
	box-sizing: border-box;
}

.news-box .item a.iconfont:after {
	content: "\e004";
	padding: 8px 0 0 10px;
}

.news-box .item a span {
}

.news-box .item a.iconfont:hover {
	color: #fff;
	background: #009ED5;
	border-color: #009ED5;
}

.index-news .sub-title {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.index-news .sub-title span {
	display: block;
	position: relative;
	width: 120px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}

.bt-job{
	
	display: block;
	position: relative;
	width: 220px;
	height: 70px;
	line-height:70px;
	text-align: center;
	top:-200px;
	left:140px;
	font-size:40px;
	font-weight:bolder;	
	box-sizing: border-box;
	border: #fff 2px solid;
	color:#FFF;
	
}
.bt-job2  {
	
	display: block;
	position: relative;
	width: 220px;
	height: 70px;
	line-height:70px;
	text-align: center;
	top:140px;
	left:120px;
	font-size:40px;
	font-weight:bolder;	
	box-sizing: border-box;
	border: #db251a 2px solid;
	color:#db251a;
	
}
.index-news .sub-title span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: #ccc 1px solid;
	border-left: none;
}

.index-news .sub-title span:first-child:after {
	border-left: #ccc 1px solid;
}

.index-news .sub-title span.actived {
	background: #009ED5;
	color: #fff;
	cursor: default;
}

.index-news .sub-title span.actived:after {
	border-color: #009ED5;
}

.news-slide {
	overflow: hidden;
    position: relative;
    height: 480px;
}

.news-slide .item {
	height: 415px;
}

.news-pagination {
	position: absolute;
	bottom: 0;
	display: flex;
	width: 1440px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	justify-content: center;
}

.news-pagination span {
	display: inline-block;
	width: 20px;
	height: 5px;
	border-radius: 2px;
	margin: 0 5px;
	background: #b3e2f2;
}

.news-pagination .swiper-active-switch {
	background: #009ED5;
}