﻿@charset "utf-8";
.i_title{
	font-size: 60px;
	line-height: 60px;
	text-align: center;
}
.video_box{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
}
.video{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i1_box{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 83%;
	z-index: 100;
	color:#fff;
}
.swiper-1{
	height: 810px;
}
.swiper-1 .img{
	width: auto;
	height: 100%;
	display: none;
}
.i1_box .i1_title{
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 25px;
}
.i1_box .i1_subtitle{
	font-size: 30px;
	line-height: 30px;
}
.i2_box{
	padding: 120px 0;
}
.i2_box .i2_inner{
	margin-top: 60px;
}
.i2_box .i2_nav{
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
	text-align: center;
	background: #fff;
	padding-bottom: 60px;
	box-sizing: border-box;
	border-bottom: 10px solid transparent;
}
.i2_box .i2_nav:hover{
	border-bottom: 10px solid #00a7ea;
  	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}
.i2_box .i2_nav:nth-child(2n){
	margin-right: 0;
}
.i2_box .i2_nav .i2_nav_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.i2_box .i2_nav .i2_nav_img > .img{
	width: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.i2_box .i2_nav:hover .i2_nav_img > .img{
	width: 100%;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.i2_box .i2_nav .i2_nav_title{
	font-size: 44px;
	line-height: 44px;
	padding: 0 20px;
	margin-top: 50px;
}
.i2_box .i2_logo{
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	width: 100%;
}
.i2_box .i2_logo .i2_logo_nav{
	width: 35%;
	margin-right: 20px;
}
.i2_box .i2_logo .i2_logo_nav:last-child{
	margin-right: 0;
}
.i2_box .i2_logo .i2_logo_nav .img{
	width: 100%;
}
.i2_box .i2_nav .i2_nav_subtitle{
	font-size: 20px;
	line-height: 30px;
	padding: 0 20px;
	margin-top: 16px;
	height: 60px;
}
.i2_box .i2_nav .i2_nav_btn{
	height: 60px;
	line-height: 60px;
	font-family: arial;
	position: relative;
	width: 230px;
	margin: auto;
	display: block;
	margin-top: 50px;
}

.i2_box .i2_nav .i2_nav_btn .bg{
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    position: absolute;
    width: 100%;
    height: 100%;
	border:1px solid #dddddd;
}
.i2_box .i2_nav .i2_nav_btn:hover{
	color:#fff;
}
.i2_box .i2_nav .i2_nav_btn:hover .bg{
	background:#00a7ea ;
	border:1px solid #00a7ea;
}
.i2_box .i2_nav .i2_nav_btn .txt{
	position: relative;
	z-index: 200;
}
.i3_box{
	padding: 120px 0;
	background: #fff;
}
.i3_box .i3_left{
	width: 50%;
}
.i3_box .i3_right{
	width: 50%;
	margin-top: 90px;
}
.i3_box .i3_left .img{
	width: 100%;
}
.i3_box .i3_right .i3_nav{
	margin-bottom: 45px;
}
.i3_box .i3_nav .i3_nav_img{
	position: relative;
}
.i3_box .i3_nav .i3_nav_img:after{
	content: "";
	left: 50%;
	width: 2px;
	height: 70px;        
	background: #01a7ea;
	top: 100%;
	position: absolute;
}
.i3_box .i3_nav:last-child .i3_nav_img:after{
	display: none;
}
.i3_box .i3_nav:last-child{
	margin-bottom: 0;
}
.i3_box .i3_nav .i3_nav_txt{
	padding-left: 45px;
}
.i3_box .i3_nav .i3_nav_title{
	font-size: 36px;     
	font-family: arial;
	margin-bottom: 20px;
	line-height: 44px;
}
.i3_box .i3_nav .i3_nav_subtitle{
	font-size: 18px;
	line-height: 18px;
}
.i4_box{
	height: 1000px;
	color:#fff;
}
.i4_box .body_con{
	height: 100%;
}
.i4_box .i4_title{
	font-size: 60px;
	line-height: 60px;
}
.i4_box .i4_subtitle{
	width: 636px;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}
.i4_box .i4_con{
	margin-top: 60px;  
}
.i4_box .i4_nav{
	margin-right: 120px;
}
.i4_box .i4_nav:last-child{
	margin-right: 0;
}
.i4_box .i4_nav .i4_nav_title{
	font-family: arial;
}
.i4_box .i4_nav .i4_nav_title .txt{
	font-size: 80px;
}
.i4_box .i4_nav .i4_nav_title .txt2{
	font-size: 30px;
	padding-left: 5px;
}
.i4_btn{
	height: 60px;
	line-height: 60px;
	font-family: arial;
	position: relative;
	width: 230px;
	display: block;
	margin-top: 70px;
}

.i4_btn .bg{
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    position: absolute;
    width: 100%;
    height: 100%;
	background:#00a7ea;
}
.i4_btn .txt{
	position: relative;
	z-index: 200;
	color:#fff;
	text-align: center;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	.i1_box{
		width: 90%;
	}
}
@media screen and (max-width: 1450px) {
	.i_title,
	.i1_box .i1_title,
	.i4_box .i4_title{
		font-size: 40px;
		line-height: 40px;
	}
	.i1_box .i1_subtitle,
	.i4_box .i4_nav .i4_nav_title .txt2{
		font-size: 24px;
		line-height: 24px;
	}
	.i2_box .i2_nav .i2_nav_title,
	.i3_box .i3_nav .i3_nav_title{
		font-size: 30px;
		line-height: 30px;
	}
	.i2_box .i2_nav .i2_nav_subtitle,
	.i4_box .i4_subtitle{
		font-size: 16px;
		line-height: 24px;
		height: 48px;
	}
	.i2_box .i2_nav .i2_nav_btn,
	.i4_btn{
		height: 42px;
		line-height: 42px;
		width: 160px;
	}
	.i4_btn{
		width: 160px;
	}
	.i4_box .i4_nav .i4_nav_title .txt{
		font-size: 50px;
	}
}
@media screen and (max-width: 1335px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
	.swiper-1{
		height: auto;
	}
	.swiper-1 .img{
		width: 100%;
		height: auto;
		display: block;
	}
	
	.i_title,
	.i1_box .i1_title,
	.i4_box .i4_title{
		font-size: 20px;
		line-height: 20px;
	}
	.i1_box .i1_title{
		margin-bottom: 15px;
	}
	.i1_box .i1_subtitle,
	.i4_box .i4_nav .i4_nav_title .txt2{
		font-size: 14px;
		line-height: 14px;
	}
	.i2_box .i2_nav .i2_nav_title,
	.i3_box .i3_nav .i3_nav_title{
		font-size: 14px;   
		line-height: 18px; 
	}
	.i2_box .i2_nav .i2_nav_subtitle,
	.i4_box .i4_subtitle{
		font-size: 14px;
		line-height: 20px;
		-webkit-line-clamp: 10;
	}
	.i2_box .i2_nav .i2_nav_subtitle{
		height: auto;
	}
	.i2_box .i2_nav .i2_nav_btn,
	.i4_btn{
		height: 36px;
		line-height: 36px;
	}
	.i2_box{
		padding: 30px 0;
	}
	.i2_box .i2_inner{
		margin-top: 20px;
		display: block;
	}
	.i2_box .i2_nav{
		display: block;
		width: 100%;
		margin-right: 0;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	.i2_box .i2_nav .i2_nav_title{
		margin-top: 20px;
	}
	.i2_box .i2_nav .i2_nav_btn{
		width: 30%;
		margin-top: 20px;
	}
	.i2_box .i2_nav .i2_nav_subtitle{
		font-size: 12px;
		line-height: 20px;
	}
	.i3_box{
		padding: 20px 0;
	}
	.i3_inner{
		display: block;
	}
	.i3_box .i3_left{
		width: 100%;
	}
	.i3_box .i3_right{
		width: 100%;
		margin-top: 0;
	}
	.i3_box .i3_right .i3_nav{
		margin-bottom: 20px;
	}
	.i3_box .i3_right .i3_nav:last-child{
		margin-bottom: 0;
	}
	.i3_box .i3_nav .i3_nav_subtitle{
		font-size: 12px;
	}
	.i3_box .i3_nav .i3_nav_txt{
		padding-left: 10px;
	}
	.i3_box .i3_nav .i3_nav_img{
		width: 60px;
		height: 60px;
	}
	.i3_box .i3_nav .i3_nav_title{
		margin-bottom: 5px;
	}
	.i3_box .i3_nav .i3_nav_img .icon{
		width: 100%;
	}
	.i4_box{
		height: 500px;
	}
	.i4_btn{
		width: 120px;
		margin-top: 50px;
	}
	.i4_box .i4_nav .i4_nav_title .txt{
		font-size: 24px;
	}
	.i4_box .i4_subtitle{
		width: 100%;
	}
	.i4_box .i4_nav{
		margin-right: 30px;
	}
	.i4_box .i4_nav .i4_nav_subtitle{
		font-size: 12px;
	}
    .i3_box .i3_nav .i3_nav_img:after {
        content: "";
        left: 50%;
        width: 2px;
        height: 70px;
        background: #01a7ea;
        position: absolute; 
        top:auto;  
    }
}
@media screen and (max-width: 414px) {
	
}