/* 首页banner样式 */
.x-banner .owl-carousel {
	position: relative;
}

.x-banner .owl-carousel .banner-item a {
	display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
	right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
	outline: none;
	position: absolute;
	top: 50%;
	z-index: 9999;
	background: none;
	border: 1px solid #fff;
	height: 65px;
	width: 50px;
	margin-top: -32.5px;
	border-radius: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}



.x-banner .owl-carousel .owl-nav .icon-font {
	display: block;
	width: 100%;
	height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
	background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
	background-position: -26px -480px;
}

@media (max-width: 990px) {

	.x-banner .owl-carousel .owl-nav button.owl-prev,
	.x-banner .owl-carousel .owl-nav button.owl-next {
		height: 40px;
		width: 30px;
		margin-top: -20px;
	}

	.x-banner .owl-carousel .owl-nav .iconfont {
		font-size: 20px;
	}
}

.x-banner .owl-carousel .owl-dots {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	bottom: 5%;

}

.x-banner .owl-carousel .owl-dots button.owl-dot {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 .5em;
	outline: none;
	background: #fff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
	background: #151515
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
	background: #151515
}

@media (max-width: 990px) {
	.x-banner .owl-carousel .owl-dots button.owl-dot {
		font-size: 12px;
	}
}

.icon-font {
	position: relative;
}

.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

.x-banner .owl-carousel .owl-dots {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	bottom: 3%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 .5em;
	outline: none;
	background: #fff;
	border-radius: 50%;
	width: 16px;
	height: 16px;

}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
	background: #21b4f6;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
	background: #21b4f6;
}




/**/
.about_bg{
	background: url(../images/about_bg.jpg) bottom center no-repeat;
}
.about_box{
	margin-top: 20%;
}
.about_box .about_img{
	position: relative;
	width: 50%;

}
.about_box .about_img .bd{}
.about_box .about_img .bd ul{}
.about_box .about_img .bd ul li{}
.about_box .about_img .bd ul li img{
	width: 100%;
}
.about_box .about_img .prev,.about_box .about_img .next{
	background: url(../images/about_icon01.png) no-repeat center center #fff;
	width: 60px;
	height: 50px;
	bottom: 0;
	position: absolute;

}
.about_box .about_img .prev,.about_box .about_img .next:hover{
	background: url(../images/about_icon02.png) no-repeat center center #11a5e6;
}
.about_box .about_img .prev{
	left: 0;
}
.about_box .about_img .next{
	left: 60px;
	-moz-transform:rotate(180deg); 
 	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.about{
	width: 47%;
}
.about h3{
	font-size: 72px;
	color: #11a5e6;
	text-transform: uppercase;


}
.about p{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.about a{
	font-size: 14px;
	color: #fff;
	width: 150px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	background-color: #11a5e6;
	margin-top: 30px;
}
.about a::after{
	content: "";
	width: 16px;
	height: 5px;
	background: url(../images/about_icon03.png) no-repeat;
	display: inline-block;
	margin-left: 5px;
	text-transform: uppercase;
}
.product_box{
	margin-top: 10%;
}
.product_box .text{
	position: relative;
	margin-bottom: 50px;
}
.product_box .text .pro_tit h5{
	font-size: 72px;
	color: #13a7e7;
	text-transform: uppercase;
	font-weight: bold;
}
.product_box .text .pro_tit p{ 
	font-size: 36px;
	color: #fff;
	margin-top: 20px;
}
.product_box .text .pro_nav{
	position: absolute;
	top: 100px;
    right: 0;
}
.product_box .text .pro_nav h6{
	font-size: 36px;
	color: #fff;
	text-align: end;
	margin-bottom: 50px;
}
.product_box .text .pro_nav span{
	font-weight: bold;
}
.product_box .text .pro_nav ul li{
	display: inline-block;
}
.product_box .text .pro_nav ul li a::after{
	content: "/";
    display: inline-block;
    font-size: 14px;
    color: #fff;
    opacity: .67;
    padding: 0 20px;
}
.product_box .text .pro_nav ul li a{
	font-size: 16px;
	color: #fff;
	opacity: .65;
}
.product_box .product{}
.product_box .product li{
	float: left;
	width: calc((100% - 60px) / 4);
	margin-right: 15px;
	position: relative;
	margin-bottom: 15px;
}
.product_box .product li:nth-child(4n){
	margin-right: 0;
}
.product_box .product li img{
	width: 100%;
}
.product_box .product li p{
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	background-color: rgba(17,165,230,0.8);
	display: none;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 270px;
}
.product_box .product li:hover p{
	display: block;
}


.join_box{

}
.join_box .text{
	width: 48%;
}
.join_box .text .join_img{
	width: 100%;
}
.join_box .text .join_img img{
	width: 100%;
}
.join_box .text p{
	font-size: 14px;
	color: #0e0e12;
	margin-top: 30px;
	line-height: 30px;
}
.join_box .text a{
	font-size: 14px;
    color: #fff;
    width: 150px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background-color: #11a5e6;
    margin-top: 50px;
	text-transform: uppercase;
}
.join_box .text a::after{
	content: "";
	width: 16px;
	height: 5px;
	background: url(../images/about_icon03.png) no-repeat;
	display: inline-block;
	margin-left: 5px;
	text-transform: uppercase;
}
.join_box .join_tit{
	width: 50%;
	text-align: right;
}
.join_box .join_tit img{

}
.join_box .join_tit ul{
	margin-top: 60px;
}
.join_box .join_tit ul li{
	display: inline-block;
	margin-left: 60px;
}
.join_box .join_tit ul li a{
	font-size: 18px;
	color: #333;
	position: relative;
}
.join_box .join_tit ul li a::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #1aa1dc;
	bottom: -10px;
	left: 0;
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.join_box .join_tit ul li:hover a::after{
	width: 100%;
}

.service_box{}
.service_box .service_tit{
	width: 29%;
}
.service_box .service_tit img{
	width: 100%;
}
.service_box .service{
	width: 70%;
}
.service_box .service ul{}
.service_box .service ul li {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 390px;
	height: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	padding: 40px;
}
.service_box .service ul li:nth-child(2n){
	margin-right: 0;
}
.service_box .service ul li h5{
	font-size: 30px;
	color: inherit;

}
.service_box .service ul li p{
	font-size: 14px;
	color: inherit;
	line-height: 25px;
	margin-top: 20px;
}
