/* 首页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;
}

.tit{
	text-align: center;
}
.tit h5{
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
}
.list{
	margin: 3% 0;
}
.list ul{
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.list ul li{
	margin-right: 2%;
}
.list ul li a{
	font-size: .8rem;
	position: relative;
}
.list ul li a::after{
	content: "";
	width: 0;
	height: 1px;
	background-color: #53b2fb;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
}
.list ul li:hover a::after{
	width: 100%;
}
.list-a{
	background-color: #53b2fb;
	width: 260px;
	margin: auto;
	margin-top: 3%;
}
.list-a a{
	font-size: .8rem;
	line-height: 60px;
	text-align: center;
	transition: all .3s;
}
.list-a:hover a{
	background-color: #fff;
}
/**/
.box1{
	margin-top: 10%;
}
.case{
	/* padding-top: 5%; */
}
.youshi{
	padding-top: 5%;
}
.case ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}
.case ul li{
	margin-bottom: 1%;
	width: 32%;
	position: relative;
}
.case ul li img{
	width: 100%;
}
.case ul li p{
	text-align: center;
    font-size: .8rem;
    margin-top: 4%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box3{}
.about{}
.about .bd{}
.about .bd ul{}
.about .bd li{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.about .bd li .text{
	color: #fff;
	width: 45%;
}
.about .bd li .text span{
	text-transform: uppercase;
	opacity: .5;
}
.about .bd li .text h5{
	font-size: 1.8rem;
	font-weight: normal;
}
.about .bd li .text p{
	font-size: .8rem;
	margin-top: 7%;
}
.about .bd li .text-img{
	width: 50%;
}
.about .bd li .text-img img{
	width: 100%;
}
.about .bd li .list-a{
	margin: 0;
	margin-top: 15%;
	width: 200px;
}
.about .hd{
	margin-top: 5%;
}
.about .hd li{
	width: calc(100% / 5);
	background-color: #fff;
	height: 120px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    float: left;
	transition: all .3s;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.about .hd li a{
	font-size: 1.2rem;
	color: #000;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.about .hd li a::before{
	margin-right: 10px;
}
.about .hd li:nth-child(1) a:before{content: url(../images/a-icon01.png);}
.about .hd li:nth-child(2) a:before{content: url(../images/a-icon02.png);}
.about .hd li:nth-child(3) a:before{content: url(../images/a-icon03.png);}
.about .hd li:nth-child(4) a:before{content: url(../images/a-icon04.png);}
.about .hd li:nth-child(5) a:before{content: url(../images/a-icon05.png);}
.about .hd li:hover{
	background-color: #53b2fb;
	border-right:0;
}
.about .hd li:hover a{
	color: #fff
}
.about .hd li:hover a::before{
	filter: invert(100%);
}

.box4{}
.video{
	color: #ffffff;
	text-align: center;
}
.video h5{
	font-size: 2.4rem;
}
.video p{
	font-size: .8rem;
	letter-spacing: 20px;
	margin-top: 20px;
}
.video .m-video{
	margin-top: 3%;
}
.video .m-video img{
	cursor: pointer;
}
.video .m-video span{
	display: block;
}

.product{}
.product ul{
	display: flex;
    justify-content: space-between;
}
.product-box li{
	width: 24% !important;
}

.product li{
	width: 49%;
	position: relative;
}
.product li img{
	width: 100%;
}
.product li .text{
	position: absolute;
	bottom: 20px;
    left: 30px;
}
.product li .text h5{
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
}
.product li .text h5::after{
	content: "+";
	background-color: #21b4f6;
	font-size: .6rem;
	color: #fff;
	border-radius: 50%;
	font-weight: normal;
	width: 16px;
	height: 16px;
	line-height: 14px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.product li .text p{
	font-size: .8rem;
	color: #333;
	opacity: .5;
}


.box7-tit{
	text-align: center;
	position: relative;
	margin-top: 6%;
}
.box7-tit::before{
	content: "Advantages";
	font-size: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	opacity: .1;
	position: absolute;
	top: -19px;
    left: 20%;
	text-transform: uppercase;
}
.box7-tit h5{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
.box7-tit i{
	width: 60px;
	height: 5px;
	background-color: #fff;
	margin: 20px 0;
}
.box7-tit p{
	font-size: 14px;
	color: #fff;
	opacity: .5;
}
.lc{
	margin-top: 100px;
}
.lc .bd{
	
}
.lc .bd li{
	display: flex;
	width: 100%;
	background-color: #fff;
}
.lc .bd li .com-img{
	width: 52%;
}
.lc .bd li .com-img img{
	width: 100%;
}
.lc .bd li .text-box{
	position: relative;
	width: 48%;
}
.lc .bd li .text-box .text{
	padding: 10% 5%;
	max-width: 450px;
}
.lc .bd li .text-box .text h5{
	font-size: 24px;
	color: #53b2fb;
}
.lc .bd li .text-box .text h6{
	font-size: 12px;
	color: #cfcece;
	margin-top: 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.lc .bd li .text-box .text p{
	font-size: 14px;
	color: #888;
	line-height: 36px;
	position: relative;
	padding-left: 20px;
}
.lc .bd li .text-box .text p::before{
	content: "·";
    color: #0b6eb9;
    opacity: .2;
    font-size: 60px;
    display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
    
}
.lc .bd li .text-box .text i{
	width: 395px;
	height: 1px;
	background-color: #ddd;
	margin: 25px 0;
}
.lc .bd li .text-box .text .list-a{
	width: 138px;
	margin: 0;
	margin-top: 12%;
	height: 40px;
}
.lc .bd li .text-box .text .list-a a{
	line-height: 40px;
}
.lc .bd li .text-box .number{
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0;
	top: 0;
}
.lc .bd li .text-box .number div{
	width: 100px;
	height: 100px;
	background-color: #333333;
	color: #fff;
	text-align: center;
}
.lc .bd li .text-box .number div:first-child{
	background-color: #53b2fb;
}
.lc .bd li .text-box .number span{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
}
.lc .bd li .text-box .number h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 55px;
	text-align: center;
	line-height: 100px;
}
.lc .bd li .text-box .lc-img{
	position: absolute;
	right: 40px;
    bottom: 18px;
}
.lc .bd li .text-box .lc-img img{
	width: 80%;
}
.lc .hd{
	text-align: center;
	margin-top: 3%;
}
.lc .hd.on{
	background-color: #21b4f6;
}
.lc .hd li{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 1px solid #21b4f6;
	display: inline-block;
	margin-right: 10px;
	font-size: 0;
	cursor: pointer;
}
.lc .hd li:hover{
	background-color: #21b4f6;
}
.liuc{
	margin-top: 3%;
}
.liuc img{
	width: 100%;
}

.news{
	position: relative;
}
.news .bd{
	height: 470px;
	overflow: hidden;
	width: 100%;
}
.news .bd li{
	float: left;
	width: 32%;
	margin-right: 1.3%;
	background-color: #fff;
}
.news .bd li img{
	width: 100%;
}
.news .bd li .text{}
.news .bd li a{
	padding: 30px;
}
.news .bd li .text h5{
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .bd li:hover .text h5{
	color: #21b4f6;
}
.news .bd li .text p{
	font-size: 14px;
	color: #333;
	opacity: .6;
	margin-top: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.news .bd li .text .more{
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
	margin-top: 6%;
}
.news .bd li .text .more p{
	font-size: 12px;
}
.news .next , .news .prev{
	background: url(../images/next.png) no-repeat;
	width: 16px;
	height: 31px;
	position: absolute;
	top: 50%;
	filter: invert(100%);
}
.news .next{
	left: -4%;
}
.news .prev{
	right: -4%;
	transform: rotate(180deg);
}
