@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	height: calc(100% - 72px);
	background:#000;
	position: relative;
	overflow: hidden;
}
.in-banner video{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.in-banner .word{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.in-banner .word:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0, 0, 0, .25);
}
.in-banner .word .wrap{
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:1;
	color:#fff;
	text-align:center;
}
.in-banner .word .wrap img{
	display:block;
}
.in-banner .word .wrap h1{
	font-size:64px;
	line-height:64px;
	font-weight:500;
	margin-top:20px;
}
.in-banner .word .wrap h3{
	margin-top:10px;
}
.in-banner .word .wrap h2{
	font-size:28px;
	line-height:28px;
	margin-top:20px;
}
@media (max-width:1480px) {
	.in-banner .word .wrap h1{
		font-size:48px;
		line-height:48px;
	}
	.in-banner .word .wrap h2{
		font-size:24px;
		line-height:24px;
	}
}
@media (max-width:1280px) {
	.in-banner{
		height:calc(100% - 60px);
	}
	.in-banner .word .wrap h1{
		font-size:42px;
		line-height:42px;
		margin-top:1%;
		margin-top:2%;
	}
	.in-banner .word .wrap h2{
		font-size:20px;
		line-height:24px;
		margin-top:2%;
	}
}
@media (max-width: 992px) {
	.in-banner .word .wrap h1{
		font-size:36px;
		line-height:36px;
	}
	.in-banner .word .wrap h2{
		font-size:18px;
	}
}
@media (max-width: 750px) {
	.in-banner{
		height:calc(100% - 50px);
	}
	.in-banner .word .wrap img{
		width:160px;
	}
	.in-banner .word .wrap h1{
		font-size:24px;
		line-height:24px;
	}
	.in-banner .word .wrap h3{
		font-size:12px;
		margin-top:0;
	}
	.in-banner .word .wrap h2{
		font-size:14px;
		margin-top:0;
	}
}

.in-box1{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.in-box1 .bg{
	width:100%;
	height:100%;
	overflow:hidden;
}
.in-box1 .bg img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:right top;
	display:block;
}
.in-box1 .bg .mb{
	display:none;
}
.in-box1 .word{
	width:100%;
	height:100%;
	padding:180px 0;
	position:absolute;
	left:0;
	top:0;
	color:#fff;
}
.in-box1 .word .wrap{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}
.in-box1 .word .top h1{
	font-size:42px;
	line-height:42px;
	position:relative;
	padding-top:30px;
}
.in-box1 .word .top h1:before{
	content:"";
	width:100%;
	height:3px;
	background:#1e88dc;
	position:absolute;
	left:0;
	top:0;
}
.in-box1 .word .top h1 span{
	font-weight:700;
	color:#1e88dc;
}
.in-box1 .word .top h2{
	margin-top:15px;
}
.in-box1 .word .bottom ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.in-box1 .word .bottom li{
    margin-right:20px;
}
.in-box1 .word .bottom img{
    width:160px;
    display:block;
}
@media (max-width:1480px) {
	.in-box1 .word h1{
		font-size:36px;
		line-height:36px;
	}
}
@media (max-width:1280px) {
	.in-box1{
		height:auto;
	}
	.in-box1 .bg .pc{
		display:none;
	}
	.in-box1 .bg .mb{
		display:block;
	}
	.in-box1 .word{
		padding:18% 0;
	}
	.in-box1 .word .top h1{
		padding-top:4%;
		font-size:32px;
		line-height:32px;
	}
	.in-box1 .word .top h2{
		margin-top:2%;
	}
}
@media (max-width: 992px) {
	.in-box1 .word .top h1{
		font-size:28px;
		line-height:28px;
	}
}
@media (max-width: 750px) {
	.in-box1 .word .top h1{
		padding-top:6%;
		font-size:24px;
		line-height:24px;
	}
}

.in-box2{
	width:100%;
	padding:140px 0;
	background:#151618;
	overflow:hidden;
}
.in-box2 .title{
	width:100%;
	display:flex;
	justify-content:space-between;
	overflow:hidden;
}
.in-box2 .title .left{
    width:40%;
}
.in-box2 .title .left h1{
	color:#1e88dc;
	font-size:60px;
	line-height:60px;
}
.in-box2 .title .left h2{
	font-size:28px;
	line-height:28px;
	color:#fff;
	margin-top:10px;
}
.in-box2 .title .right{
	width:60%;
}
.in-box2 .title .right ul{
    display:flex;
}
.in-box2 .title .right li{
    color:#fff;
	font-size:36px;
	line-height:36px;
	font-weight:700;
	position:relative;
	padding-top:50px;
	margin-right:50px;
	cursor: pointer;
}
.in-box2 .title .right li:last-child{
    margin-right:0;
}
.in-box2 .title .right li:before{
    content:"";
    width:120px;
    height:3px;
    background:#1e88dc;
    position:absolute;
    left:0;
    top:0;
    display:none;
}
.in-box2 .title .right li.active:before{
    display:block;
}
.in-box2 .title .right span{
	color:#1e88dc;
}
.in-box2 .banner{
	margin-top:80px;
	width:100%;
	overflow:hidden;
}
.in-box2 .banner .mb-banner{
	display:none;
}
.in-box2 .banner .swiper-slide img{
	width:100%;
	display:block;
}
.in-box2 .banner .swiper-button-prev{
	left:3%;
}
.in-box2 .banner .swiper-button-next{
	right:3%;
}
.in-box2 .content > ul > li{
    justify-content:space-between;
    display:none;
}
.in-box2 .content > ul > li.active{
    display:flex;
}
.in-box2 .content .left,
.in-box2 .content .right{
    width:48%;
}
.in-box2 .content .left img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.in-box2 .content .image{
    background:#f7f7f7;
}
.in-box2 .content .image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
}
.in-box2 .content .right table{
    width:100%;
}
.in-box2 .content .right table td{
    padding:8px 16px;
}
.in-box2 .content .right table tr:nth-child(2n+1){
    background:#dcdddd;
}
.in-box2 .content .right table tr:nth-child(2n){
    background:#9ed8f6;
}
.in-box2 .content .right .word{
    width:100%;
    background:#fff;
    padding:50px;
    overflow:hidden;
}
.in-box2 .content .right .word .word-1{
    border-left:4px #00a0e9 solid;
    padding-left:14px;
}
.in-box2 .content .right .word .word-2 ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.in-box2 .content .right .word .word-2 li{
    width:50%;
}
@media (max-width:1480px) {
	.in-box2 .title .left h1{
		font-size:54px;
		line-height:54px;
	}
	.in-box2 .title .left h2{
		font-size:24px;
		line-height:24px;
	}
	.in-box2 .title .right li{
		font-size:32px;
		line-height:32px;
	}
}
@media (max-width:1280px) {
	.in-box2{
		padding:18% 0;
	}
	.in-box2 .title{
		flex-direction:column;
	}
	.in-box2 .title .left h1{
		font-size:48px;
		line-height:48px;
	}
	.in-box2 .title .left h2{
		font-size:20px;
	}
	.in-box2 .title .right{
	    margin-top:4%;
	}
	.in-box2 .title .right li{
		padding-top:4%;
		font-size:28px;
		line-height:28px;
	}
	.in-box2 .title .right li:before{
	    width:100px;
	}
	.in-box2 .banner{
		margin-top:8%;
	}
	.in-box2 .banner .pc-banner{
		display:none;
	}
	.in-box2 .banner .mb-banner{
		display:block;
	}
	.in-box2 .banner .swiper-button-prev:after,
	.in-box2 .banner .swiper-button-next:after{
		font-size:24px;
	}
	.in-box2 .content li{
	    flex-direction:column;
	}
	.in-box2 .content .left,
	.in-box2 .content .right{
	    width:100%;
	}
	.in-box2 .content .right .word{
	    padding:5%;
	}
}
@media (max-width: 992px) {
	.in-box2 .title .left h1{
		font-size:42px;
		line-height:42px;
	}
	.in-box2 .title .left h2{
		font-size:18px;
	}
	.in-box2 .title .right li{
		font-size:24px;
		line-height:24px;
	}
}
@media (max-width: 750px) {
	.in-box2 .title .left h1{
		font-size:32px;
		line-height:32px;
	}
	.in-box2 .title .left h2{
		font-size:16px;
		margin-top:0;
	}
	.in-box2 .title .right li{
		font-size:18px;
	}
	.in-box2 .title .right li:before{
	    width:80px;
	}
	.in-box2 .banner .swiper-button-prev:after,
	.in-box2 .banner .swiper-button-next:after{
		font-size:16px;
	}
	.in-box2 .content .right table td{
        padding:5px 10px;
    }
}

.in-box3{
	padding:140px 0;
	overflow:hidden;
}
.in-box3 .title{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
}
.in-box3 .title .left h1{
	font-size:72px;
	line-height:72px;
	font-weight:700;
}
.in-box3 .title .left h2{
	margin-top:40px;
	font-weight:700;
}
.in-box3 .title .left h2 span{
	color:#1e88dc;
	font-size:32px;
	line-height:32px;
}
.in-box3 .title .right img{
	display:block;
}
.in-box3 .content{
	width:100%;
	margin-top:80px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
}
.in-box3 .content .left{
	width:30%;
}
.in-box3 .content .right{
	width:66%;
}
.in-box3 .content .right img{
	width:100%;
	display:block;
}
@media (max-width:1480px) {
	.in-box3 .title .left h1{
		font-size:64px;
		line-height:64px;
	}
	.in-box3 .title .left h2 span{
		font-size:28px;
		line-height:28px;
	}
}
@media (max-width:1280px) {
	.in-box3{
		padding:18% 0;
	}
	.in-box3 .title .left h1{
		font-size:54px;
		line-height:54px;
	}
	.in-box3 .title .left h2{
		margin-top:4%;
	}
	.in-box3 .title .left h2 span{
		font-size:24px;
		line-height:24px;
	}
	.in-box3 .title .right img{
		display:none;
	}
	.in-box3 .content{
		margin-top:8%;
		flex-direction:column-reverse;
	}
	.in-box3 .content .left,
	.in-box3 .content .right{
		width:100%;
	}
	.in-box3 .content .left{
		margin-top:4%;
	}
}
@media (max-width: 992px) {
	.in-box3 .title .left h1{
		font-size:48px;
		line-height:48px;
	}
	.in-box3 .title .left h2 span{
		font-size:20px;
	}
}
@media (max-width: 750px) {
	.in-box3 .title .left h1{
		font-size:32px;
		line-height:32px;
	}
}

.in-box4{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.in-box4 .bg{
	width:100%;
	height:100%;
	overflow:hidden;
}
.in-box4 .bg .mb{
	display:none;
}
.in-box4 .bg img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.in-box4 .word{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.in-box4 .word .wrap{
	height:100%;
}
.in-box4 .word .box{
	width:50%;
	height:100%;
	padding:140px 0;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	color:#fff;
}
.in-box4 .word .box .top h1{
	font-size:60px;
	line-height:60px;
	color:#1e88dc;
}
.in-box4 .word .box .top h1.blue{
	color:#1e88dc;
}
.in-box4 .word .box .top h2{
	font-size:28px;
	line-height:28px;
	margin-top:10px;
}
.in-box4 .word .box .bottom h1{
	font-size:54px;
	line-height:58px;
	font-weight:400;
}
.in-box4 .word .box .bottom h2{
	font-size:20px;
}
@media (max-width:1480px) {
	.in-box4 .word .box .top h1{
		font-size:54px;
		line-height:54px;
	}
	.in-box4 .word .box .top h2{
		font-size:24px;
		line-height:24px;
	}
	.in-box4 .word .box .bottom h1{
		font-size:48px;
		line-height:52px;
	}
	.in-box4 .word .box .bottom h2{
		font-size:16px;
	}
}
@media (max-width:1280px) {
	.in-box4{
		height:auto;
	}
	.in-box4 .bg .pc{
		display:none;
	}
	.in-box4 .bg .mb{
		display:block;
	}
	.in-box4 .word .box{
		width:100%;
		padding:18% 0;
	}
	.in-box4 .word .box .top h1{
		font-size:48px;
		line-height:48px;
	}
	.in-box4 .word .box .top h2{
		font-size:20px;
		margin-top:1%;
	}
	.in-box4 .word .box .bottom h1{
		font-size:42px;
		line-height:46px;
	}
	.in-box4 .word .box .bottom h2{
		font-size:14px;
	}
}
@media (max-width: 992px) {
	.in-box4 .word .box .top h1{
		font-size:42px;
		line-height:42px;
	}
	.in-box4 .word .box .top h2{
		font-size:18px;
	}
	.in-box4 .word .box .bottom h1{
		font-size:36px;
		line-height:40px;
	}
}
@media (max-width: 750px) {
	.in-box4 .word .box .top h1{
		font-size:32px;
		line-height:32px;
	}
	.in-box4 .word .box .top h2{
		font-size:16px;
	}
	.in-box4 .word .box .bottom h1{
		font-size:24px;
		line-height:28px;
	}
}

.in-box5{
	padding:140px 0;
	overflow:hidden;
}
.in-box5 .title{
	width:100%;
	display:flex;
	justify-content:space-between;
	overflow:hidden;
}
.in-box5 .title .left{
    width:40%;
}
.in-box5 .title .left h1{
	color:#1e88dc;
	font-size:60px;
	line-height:60px;
}
.in-box5 .title .left h2{
	font-size:28px;
	line-height:28px;
	margin-top:10px;
}
.in-box5 .title .right{
	width:60%;
	font-size:36px;
	line-height:36px;
	font-weight:700;
	position:relative;
	padding-top:50px;
}
.in-box5 .title .right:before{
    content:"";
    width:120px;
    height:3px;
    background:#1e88dc;
    position:absolute;
    left:0;
    top:0;
}
.in-box5 .title .right span{
	color:#1e88dc;
}
.in-box5 .content{
	width:100%;
	margin-top:80px;
	display:flex;
	justify-content:space-between;
	overflow:hidden;
}
.in-box5 .content img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:left bottom;
	display:block;
}
.in-box5 .content .left{
	width:40%;
}
.in-box5 .content .right{
	width:60%;
}
@media (max-width:1480px) {
	.in-box5 .title .left h1{
		font-size:54px;
		line-height:54px;
	}
	.in-box5 .title .left h2{
		font-size:24px;
		line-height:24px;
	}
	.in-box5 .title .right{
		font-size:32px;
		line-height:32px;
	}
}
@media (max-width:1280px) {
	.in-box5{
		padding:18% 0;
	}
	.in-box5 .title{
		flex-direction:column;
	}
	.in-box5 .title .left h1{
		font-size:48px;
		line-height:48px;
	}
	.in-box5 .title .left h2{
		font-size:20px;
	}
	.in-box5 .title .right{
		padding-top:4%;
		font-size:28px;
		line-height:28px;
	}
	.in-box5 .title .right:before{
		display:none;
	}
	.in-box5 .content{
		margin-top:8%;
		flex-direction:column;
	}
	.in-box5 .content .left,
	.in-box5 .content .right{
		width:100%;
	}
}
@media (max-width: 992px) {
	.in-box5 .title .left h1{
		font-size:42px;
		line-height:42px;
	}
	.in-box5 .title .left h2{
		font-size:18px;
	}
	.in-box5 .title .right{
		font-size:24px;
		line-height:24px;
	}
}
@media (max-width: 750px) {
	.in-box5 .title .left h1{
		font-size:32px;
		line-height:32px;
	}
	.in-box5 .title .left h2{
		font-size:16px;
		margin-top:0;
	}
	.in-box5 .title .right{
		font-size:18px;
	}
}