﻿@charset "utf-8";
.header_box ~ .body{
	margin-top: 0;
}
.header_box.on{
	background: transparent;
}
.header_box.on .header_menus_nav .a_nav{
	color:#fff !important;
}
.header_box.on .header_menus_nav:hover .a_nav{
	color:#1cb1d5 !important;
}
.header_box.on .header_menus_nav.on .a_nav{
	color:#1cb1d5 !important;
}


html,
body,
.body,
.swiper-1{
	width: 100%;
	height: 100%;
}
.swiper-1-1{
	width: 100%;
	height: 100%;
}
.slide-1:nth-child(4){
	background: #d8dde1;
}
.slide-1:nth-child(6){
	background: #434141;
}



.i1_box{
	position: absolute;
	left: 160px;
	top: 55%;     
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#fff;
	line-height: 64px;
}
.i1_box .i1_title{
	font-size: 60px;
	margin-bottom: 10px;   
	padding: 10px;
}
.i1_box .i1_subtitle{
	font-size: 30px;
}
.i1_box .i1_title,
.i1_box .i1_subtitle{
	-o-transform: translateY(150px);
	-moz-transform: translateY(150px);
	-ms-transform: translateY(150px);
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
	-o-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-webkit-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
	opacity: 0;
}
.i1_box .i1_subtitle.on,
.i1_box .i1_title.on{
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.pagination-1{
	right: 50px !important;
}
.pagination-1 .swiper-pagination-bullet{
	width: 15px;
	height: 17px;
	background: url(../img/index_page.png) no-repeat left top;
	background-size: 100% 100%;
	opacity: 1 !important;
}
.pagination-1 .swiper-pagination-bullet:focus{
	outline: none;
}
.pagination-1 .swiper-pagination-bullet-active{
	background: url(../img/index_page_activity.png) no-repeat left top;
	background-size: 100% 100%;
}

.pagination-1-1{
	bottom: 30px !important;
}
.pagination-1-1 .swiper-pagination-bullet{
	width: 24px;
	height: 31px;
	background: url(../img/page.png) no-repeat left top;
	background-size: 100% 100%;
	opacity: 1 !important;
}
.pagination-1-1 .swiper-pagination-bullet-active{
	background: url(../img/page_activity.png) no-repeat left top;
	background-size: 100% 100%;
}

.i2_box{
	width: 100%;
	height: 100%;
}
.i2_box .i2_nav{
	width: 126.666666%;
	height: 100%;
	color:#fff;
	text-align: center;
}
.i2_box .i2_nav .i2_title{
	font-size: 28px;
	margin-bottom: 5px;
	line-height: 48px;
}
.i2_box .i2_nav .i2_txt{
	line-height: 36px;
	font-size: 16px;
}
.i2_box .i2_nav .i2_txt .txt{
	display: inline-block;
	position: relative;
}
.i2_box .i2_nav .i2_txt .txt:after{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 5px;
	height: 1px;
	background: #fff;
	content: "";
}
.i2_box .i2_nav .img{
	margin: auto;
	margin-bottom: 10px;
}
.i2_box .i2_nav .i2_more{
	display: inline-block;
	margin-top: 23px;
	cursor: pointer;
	color:#fff;
}
.i2_box .i2_nav .i2_more:hover{
	color:#1cb1d5;
}
.i2_box .i2_nav .i2_content{
	height: 40px;
	overflow: hidden;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.swiper-3-3{
	margin: 0 112px;
	width: auto;
	padding: 0 50px;
}
.swiper-3-3 .img{
	width: 100%;
}
.swiper_button_prev3,
.swiper_button_next3{
	width: 50px;
	height: 68px;
	background: rgba(111,108,108,0.6);
}
.swiper_button_prev3:focus,
.swiper_button_next3:focus{
	outline: none;
}
.swiper_button_next3:after, 
.swiper_button_prev3:after{
	font-size: 18px;
	color:#fff;
}
.swiper_button_prev3{
	left: 0;
}
.swiper_button_next3{
	right: 0;
}
.swiper_button_prev3:hover,
.swiper_button_next3:hover{
	background: #1f4c9f;
}
.i3_con{
	padding-top: 96px;
}
.i3_title{
	line-height: 1;
	padding-top: 40px;
	padding-bottom: 80px;
	text-align: center;
}
.i3_title .i3_txt{
	font-size: 36px;
	color:#203481;
	font-weight: bold;
	padding-bottom: 12px;
}
.i3_title .i3_txt2{
	font-size: 24px;
}
.i3_title .txt{
	padding: 0 20px;
}
.i3_menu{
	padding: 0 240px 46px 240px;
}
.i3_menu_nav{
	font-size: 18px;
	cursor: pointer;
	position: relative;
}
.i3_menu_nav.on,
.i3_menu_nav:hover{
	font-weight: bold;
	color:#203481;
}
.i3_menu_nav:after{
	content: "";
	bottom: -5px;
	width: 0;
	left: 20%;
	position: absolute;
	height: 3px;
	background: #203481;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.i3_menu_nav.on:after,
.i3_menu_nav:hover:after{
	width: 60%;
}

.i3_img{
	height: 440px;
	overflow: hidden;
	display: block;
	position: relative;
	background: #fff;
}
.swiper-3-3 .swiper-slide .i3_gray{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	color:#fff;
	text-align: center;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.swiper-3-3 .swiper-slide .i3_gray .title{
	font-size: 24px;
}
.swiper-3-3 .swiper-slide .i3_gray .subtitle{
	font-size: 20px;
}
.swiper-3-3 .swiper-slide .i3_gray .line{
	width: 135px;
	height: 1px;
	background: #fff;
	margin:40px auto;
}
.swiper-3-3 .swiper-slide:hover .i3_gray{
	top: 0;
}
.i3_img .img{
	width: 100%;
}
.i3_more{
	font-size: 18px;
	padding-top: 20px;
}
.i3_more .txt{
	margin-right: 5px;
}
.i3_more img{
	width: 19px;
}
.slide_title{
	text-align: center;
	line-height: 75px;
	font-size: 24px;
}
.i4_box{
	margin: 206px 160px 0 160px;
}
.i4_box .i4_left{
	width: 66%;
	position: relative;
}
.i4_box .i4_left video{
	width: 100%;
	display: block;
	object-fit:fill; 
}
.i4_box .i4_left .video_img{
	position: absolute;
	left: 50%;
	top:50%;
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
	width: 85px;
	height: 85px;
	cursor: pointer;
}
.i4_box .i4_right{
	width: 30%;
}
.i4_box .i4_btn{
	width: 126px;
	height: 46px;
	border:1px solid #e6e6e6;
	font-size: 14px;
	background: #fff;
	box-sizing: border-box;
	margin-top: 60px;
}
.i4_box .i4_btn .txt{
	margin-right: 20px;
}
.i4_box .i4_e{
	font-size: 14px;
	color:#666666;
}
.i4_box .i4_title{
	font-size: 60px;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 30px;
}
.i4_box .i4_subtitle{
	font-size: 30px;
	color:#212b69;
	margin-bottom: 20px;
}
.i4_box .i4_content{
	font-size: 14px;
	line-height: 36px;
}

.i5_title{
	line-height: 1;
	padding-top: 136px;
	padding-bottom: 80px;
	text-align: center;
	color:#fff;
}
.i5_title .i5_txt{
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 12px;
}
.i5_title .i5_txt2{
	font-size: 24px;
}
.i5_title .txt{
	padding: 0 20px;
}
.i5_more{
	font-size: 18px;
	padding-top: 20px;
	color:#fff;
}
.i5_more .txt{
	margin-right: 5px;
}
.i5_more img{
	width: 19px;
}
.i5_con{
	padding: 0 160px;
}
.i5_con .i5_nav{
	width: calc((100% - 80px) / 3);
	height: 569px;
	background: #fff;
	position: relative;
	display: block;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	top: 0;
}
.i5_con .i5_nav:hover{
	top: -30px;
}
.i5_con .i5_nav .i5_inner{
	padding: 50px 40px 0 40px;
}
.i5_con .i5_nav .i5_time{
	color:#c7c6c6;
	line-height: 1;
}
.i5_con .i5_nav .i5_time .txt{
	font-size: 40px;
}
.i5_con .i5_nav .i5_time .txt2{
	font-size: 28px;
	margin-top: 10px;
}
.i5_con .i5_nav .title{
	font-size: 24px;
	margin-top: 36px;
	height: 80px;
	line-height: 40px;
}
.i5_con .i5_nav .line{
	background: #dcdcdc;
	width: 35px;
	height: 1px;
	margin-top: 16px;
	margin-bottom: 20px;
}
.i5_con .i5_nav:hover .title{
	font-weight: bold;
	color:#1f2a69;
}
.i5_con .i5_img{
	width: 100%;
	height: 269px;
	overflow: hidden;
}
.i5_con .i5_img .img{
	width: 100%;
    height:100%;
}
.footer_box{
	padding-top: 96px;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	.i3_img{
		height: 370px;
	}
	.i4_box,.swiper-3-3 {
		margin-left: 80px;
		margin-right: 80px;
	}
	.i5_con{
		padding: 0 80px;
	}
	.pagination-1 {
	    right: 30px !important;
	}
	.i3_menu{
		padding-left: 200px;
		padding-right: 200px;
	}
}
@media screen and (max-width: 1450px) {
	.swiper_button_prev3,
	.swiper_button_next3{
		width: 25px;
		height: 34px;
	}
	.i3_img{
		height: 320px;
	}
	.i5_con .i5_nav{
		height: 390px;
	}
	.i5_con .i5_nav:hover{
		top: -20px;
	}
	.i3_title{
		padding-top: 20px;
    	padding-bottom: 20px;
	}
	.i3_title .i3_txt,
	.i5_title .i5_txt{
		font-size: 30px;
	}
	.i3_title .i3_txt2,
	.i5_title .i5_txt2{
		font-size: 20px;
	}
	.i3_menu{
		padding-bottom: 30px;
	}
	.slide_title{
		line-height: 50px;
		font-size: 20px;
	}
	.i3_more{
		padding-top: 10px;
	}
	
	.i4_box{
		margin-top: 135px;
	}
	.i5_con .i5_nav .i5_inner{
		padding: 15px 20px 0 20px;
	}
	.i5_con .i5_nav .i5_time .txt{
		font-size: 24px;
	}
	.i5_con .i5_nav .i5_time .txt2{
		font-size: 16px;
	}
	.i5_con .i5_nav .title {
	    font-size: 14px;
	    margin-top: 10px;
	    height: 48px;
	    line-height: 24px;
	}
	.i5_title {
	    padding-top: 120px;
	    padding-bottom: 30px;
	}
	.i5_more{
		font-size: 16px;
	}
	.i3_more{
		font-size: 16px;
	}
	
	.footer_logo .img{
		width: 80px;
	}
	.footer_logo{
		height: 120px;
	}
	.footer_inner{
		margin-top: 50px;
	}
	.footer_inner .footer_right .qr_img{
		width: 110px;
	}
	.i3_more img,
	.i5_more img{
		width: 14px;
	}
}
@media screen and (max-width: 1335px) {
	.i1_box .i1_title{
		font-size: 50px;
	}
	.i1_box .i1_subtitle{
		font-size: 24px;
	}
	.i2_box .i2_nav .i2_title{
		font-size: 24px;
	}
	.swiper_button_prev3,
	.swiper_button_next3{
		width: 30px;
		height: 41px;
	}
	.i3_title{
		padding-top: 30px;
    	padding-bottom: 30px;
	}
	.i4_box .i4_content{
		line-height: 30px;
	}
	.i5_con .i5_nav{
		height: 360px;
	}
	.header_inner {
	    margin: 0 30px 0 80px;
	    width: calc(100% - 110px);
	}
	.i3_img{
		height: 250px;
	}

	.i4_box{
		margin-top: 140px;
	}
	.i4_box .i4_title{
		font-size: 50px;
		margin-bottom: 20px;
	}
	.i4_box .i4_btn{
		margin-top: 30px;
	}
	.i4_box .i4_left .video_img{
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 1200px) {
	.footer_box {
	    padding-top: 50px;
	}
	.i3_menu_nav{
		font-size: 16px;
	}
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
	.i1_box .i1_title{
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 12px;
	}
	.i1_box .i1_subtitle{
		font-size: 14px;
		line-height: 26px;
	}
	.i1_box{
		left: 30px;
		padding-right: 30px;
	}
	.pagination-1 {
	    right: 10px !important;
	}
	.i2_box{
		display: block;
		padding-top: 50px;
		height: calc(100% - 50px);
	}
	.i2_box .i2_nav{
		width: 100%;
		height: 16.666666%;
	}
	.i2_box .i2_nav .i2_title{
		font-size: 18px;
		line-height: 24px;
	}
	.i2_box .i2_nav .i2_content{
		height: 24px !important;
	}
	.i2_box .i2_nav .img{
		margin-bottom: 5px;
	}
	.i2_box .i2_nav .i2_more{
		font-size: 12px;
		margin-top: 10px;
	}
	.i2_con{
		display: none;
	}
	.i3_con{
		padding-top: 50px;
	}
	.i3_title {
	    padding-top: 30px;
	    padding-bottom: 20px;
	}
	.i3_title .i3_txt, .i5_title .i5_txt{
		font-size: 18px;
	}
	.i3_title .i3_txt2, .i5_title .i5_txt2{
		font-size: 14px;
	}
	.i3_menu{
		padding: 15px 0;
		margin: 0 30px;
		white-space: nowrap;
		display: block;
		overflow-x: auto;
		overflow: -moz-scrollbars-none;
	 	-ms-overflow-style: none; 
	}
	.i3_menu::-webkit-scrollbar { 
		width: 0;
	}
	.i3_menu_nav{
		font-size: 14px;
		display: inline-block;
		margin-right: 20px;
	}
	.i3_menu_nav:focus{
		background: transparent;
	}
	.i3_menu_nav:after{
		height: 2px;
	}
	
	.swiper-3-3 {
	    margin: 0 30px;
	    padding: 0 ;
	}
	.swiper-3-3 .swiper-slide{
		width: 100% !important;
	}
	.i3_img{
		height: auto;
	}
	.i3_gray{
		display: none;
	}
	.slide_title{
		font-size: 14px;
	}
	.i3_more{
		padding-top: 30px;
	}
	.i4_box{
		margin: 0;
		display: block;
		padding-top: 50px;
	}
	.i4_box .i4_left{
		width: 100%;
	}
	.i4_box .i4_right{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.i4_box .i4_e{
		font-size: 12px;
		padding-top: 10px;
	}
	.i4_box .i4_title {
	    font-size: 30px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.i4_box .i4_subtitle{
		font-size: 16px;
    	margin-bottom: 10px;
	}
	.i4_box .i4_content{
		line-height: 24px;
	}
	.i4_box .i4_btn {
	    width: 100px;
	    height: 36px;
	    font-size: 12px;
	    margin-top: 20px;
	}
	.i4_box .i4_left .video_img{
		width: 36px;
		height: 36px;
	}
	.i5_title {
	    padding-top: 100px;
	    padding-bottom: 60px;
	}
	.i5_con{
		margin: 0 30px;
	    padding: 0;
		white-space: nowrap;
		display: block;
		overflow-x: auto;
		overflow: -moz-scrollbars-none;
	 	-ms-overflow-style: none; 
	 	height: 320px;
	}
	.i5_con::-webkit-scrollbar { 
		width: 0;
	}
	.i5_con .i5_nav{
		width: 250px;
		display: inline-block;
		margin-right: 20px;
		height: 320px;
		white-space: initial;
	}
	.i5_more{
		padding-top: 30px;
	}
	.i5_con .i5_nav:hover{
	    top: 0;
	}
	.footer_box{
		padding-top: 50px;
	}
}
@media screen and (max-width: 414px) {
	
}