@charset "utf-8";
.swiper-button-next:after,
.swiper-button-prev:after{
	color:#fff;
	font-weight: bold;
}
.swiper-button-prev{
	left: 1.5%;
}
.swiper-button-next{
	right: 1.5%;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}
.swiper-pagination-bullet-active{
	background: #fff;
    opacity: 1;
}
#svgMask{
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}
.i1_box{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.i1_box .video_box{
	width: 100%;
}
.i1_box .i1_img{
	width: 100%;
	position: relative;
	z-index: 10;
}
.i1_box .i1_circle{
	position: absolute;
	width: 33vw;
	height: 33vw;
	border:1px solid #caced4;
	color:#fff;
	text-align: center;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
	border-radius: 50%;
	box-sizing: border-box;
	transition: border-color 0.3s;
}
.i1_box .i1_circle:hover{
	border-color: #fff; /* 鼠标悬停时的边框颜色 */
}
.i1_box .i1_title{
	font-size: 60px;
	line-height: 60px;
}
.i1_box .i1_subtitle{
	font-size: 24px;
	line-height: 24px;
	margin-top: 25px;
}
.i1_box .i1_e{
	font-size: 18px;
	line-height: 18px;
	margin-top: 25px;
	padding:0 15px;
}
.i1_box .i1_video{
	background: url(/img/video_icon.png) no-repeat center center;
	background-size: 76px;
	width: 76px;
	height: 76px;
	position: absolute;
	right: -38px;
	top: 50%;
	margin-top: -38px;
	z-index: 10;
	cursor: pointer;
}
.i1_box .i1_video.on{
	background: url(/img/video_icon3.png) no-repeat center center;
}

.i1_box .video_icon{
	width: 3px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.i2_box{
	width: 100%;
	position: relative;
}
.i2_txt{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 31vw;
}
.i2_swiper .i2_img{
	width: 100%;
}
.i2_swiper .swiper-pagination-bullets{
	left: initial !important;
	right: 77px !important; 
	width: auto !important;
	bottom: 50% !important;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.i2_swiper .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    display: block;
    margin-bottom: 10px !important;
}
.i2_swiper .swiper-pagination-bullet:last-child {
    margin-bottom: 0 !important;
}
.i2_swiper .swiper-pagination-bullet-active{
	background: #e6001a !important;
}
.i2_menu{
	width: 40%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background-image: -webkit-linear-gradient(50deg,rgba(25,59,135,0.9),rgba(232,129,46,0.9) 200%);
	background-image: linear-gradient(50deg,rgba(25,59,135,0.9),rgba(232,129,46,0.9) 200%);
	z-index: 1;
}
.i2_menu2{
 	background:transparent;
}
.i2_menu .i2_nav .i2_nav_title{
	padding-left: 50px;
	font-size: 18px;
	margin-left: 50px;
	background: url(/img/i2_icon.png) no-repeat left center;
	background-size: auto;
}
.i2_menu .i2_nav.on .i2_nav_title{
	display: none;
}
.i2_menu .i2_nav{
	margin-bottom: 30px;
	cursor: pointer;
	color:#fff;
	position: relative;
}
.i2_menu .i2_nav:last-child{
	margin-bottom: 0;
}
.i2_menu .i2_nav .i2_nav_content{
	padding: 20px 0 20px 50px;
	display: none;
	width: 31vw;
	box-sizing: border-box;
}
.i2_menu .i2_nav.on .i2_nav_content{
	display: block;
}
.i2_menu .i2_nav.on .i2_nav_content > div{
	position: relative;
	z-index: 100;
}
.i2_menu .i2_nav.on .i2_nav_content:after{
	content: "";
	width: 37vw;
	height: 100%;
	border:5px solid #fff;
	position: absolute;
	top: 0;
	left: -5vw;
	display: none;
}
.i2_menu .i2_nav.on .i2_nav_content:before{
	content: "ALLIED";
	position: absolute;
	top: 50%;
	left: -5vw;
	font-size: 14px;
	transform: rotate(90deg);
	letter-spacing: 6px;
	font-weight: bold;
	display: none;
}
.i2_menu .i2_nav .i2_nav_content .i2_nav_e{
	opacity: 0.5;
	font-size: 14px;
}
.i2_menu .i2_nav .i2_nav_content .i2_nav_subtitle{
	font-size: 36px;
	line-height: 36px;
	margin-top: 10px;
}
.i2_menu .i2_nav .i2_nav_content .i2_nav_txt{
	font-size: 14px;
	line-height: 24px;
	margin-top: 14px;
}
.i2_menu .i2_nav .i2_nav_more{
	margin-top: 30px;
}
.view_more{
	color:#fff;
	font-size: 12px;
}
.view_more .icon{
	margin-right: 10px;
	width: 39px;
	height: 7px;
	background: url(/img/arrow_right.png) no-repeat center center;
    background-size: 100%
}

.i_btn{
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #193b87;
	color:#fff;
	font-size: 16px;
	display: block;
	position: relative;
}
.i_btn:after{
	background: #1741a0;
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.6s;
	z-index: 1;
}
.i_btn .txt{
	position: relative;
	z-index: 2;
}
.i_btn:hover{
	color:#fff;
}
.i_btn:hover:after{
	width: 100%;
}



.i2_title:after {
    content: initial;
}
.i2_title .txt{
	opacity: 1;
    color:#fff;
}




.i3_box{
	width: 100%;
	position: relative;
}
.i3_box .i3_img{
	width: 100%;
}
.i3_box .i3_img2{
	display: none;
}
.i3_box .i3_inner{
	position: absolute;
	top: 13.6%;
	left: 0;
	width: 100%;
}
.i3_box .i3_subtitle{
	font-size: 16px;
	line-height: 30px;
	color:#666;
	margin-top: 20px;
}
.i3_box .i3_content{
	width: 460px;
}
.i3_btn{
	margin-top: 45px;
}
.i3_map .i3_map_nav{
	position: absolute;
	width: 38px;
	height: 48px;
	/*background: url(/img/map_icon1.png) no-repeat bottom center;
	background-size: auto;*/
	cursor: pointer;
	/*animation: mapAni 1.2s infinite ease;*/
}
@keyframes mapAni {
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-5px);
	}
	100%{
		transform: translateY(0);
	}
}
.i3_map .i3_map_nav:nth-child(1){
	top: 39.5%;
	left: 55.2%;
}
.i3_map .i3_map_nav:nth-child(2){
	top: 32%;
	left: 79.5%;
}
.i3_map .i3_map_nav:nth-child(3){
	top: 40%;
	left: 79.5%;
}
.i3_map .i3_map_nav.on{
	/*background: url(/img/map_icon2.png) no-repeat bottom center;
	background-size: auto;*/
}
.i3_box .i3_al{
	width: 416px;
	height: 62%;
	background: #fff;
   border-radius: 20px;
   box-shadow: 0px 0px 7px 0px rgba(4, 0, 0, 0.35);
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   transition:  all 0.6s;
   opacity: 0;
   visibility: hidden;
}
.i3_box .i3_al.on{
	opacity: 1;
   visibility: visible;
}
.i3_box .i3_al .i3_al_title{
	height: 52px;
	border-radius: 20px;
	background: #f18b1c;
	padding: 0 20px 0 30px;
	font-size: 24px;
	color:#fff;
}
.i3_box .i3_al .close_icon{
	width: 26px;
	cursor: pointer;
}
.i3_box .i3_al .i3_al_content{
	width: calc(100% - 12px);
	height: calc(100% - 92px);
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	margin-right: 12px;
	margin-top: 20px;
}
.i3_box .i3_al .i3_al_content::-webkit-scrollbar {
	width: 4px;
}
.i3_box .i3_al .i3_al_nav{
	margin: 0 12px;
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #e5e5e5;
}
.i3_box .i3_al .i3_al_nav .i3_al_nav_title{
	font-size: 18px;
	color:#343434;
	position: relative;
}
.i3_box .i3_al .i3_al_nav .i3_al_nav_title:after{
	background: #999999;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
.i3_box .i3_al .i3_al_nav .i3_al_nav_subtitle{
	margin-top: 10px;
	color:#686868;
	font-size: 14px;
}
.i3_box .i3_al .i3_al_nav .i3_al_nav_subtitle .left{
	padding-left: 20px;
	background: url(/img/i3_icon1.png) no-repeat left center;
	background-size: auto;
}
.i3_box .i3_al .i3_al_nav .i3_al_nav_subtitle .right{
	margin-left: 30px;
	padding-left: 20px;
	background: url(/img/i3_icon2.png) no-repeat left center;
	background-size: auto;
}
.i4_box{
	background: #f8f8f8;
	padding-top: 95px;
	padding-bottom: 60px;
}
.i4_box .i4_subtitle{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
}
.i4_box .i4_msg{
	color:#999999;
	font-size: 18px;
	margin-top: 20px;
}
.i4_box .i4_inner{
	margin-top: 46px;
}
.i4_box .i4_nav{
	width: 19%;
	height: 400px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}
.i4_box .i4_nav.on{
	width: calc(43% - 30px);
}
.i4_box .i4_nav .i4_nav_content{
	position: absolute;
	bottom: 60px;
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}
.i4_box .i4_nav.on .i4_nav_content{
	display: none;
}
.i4_box .i4_nav .i4_nav_info{
	position: absolute;
	bottom: -100%;
	width: 100%;
	padding: 0 70px;
	opacity: 0;
	box-sizing: border-box;
}
.i4_box .i4_nav.on .i4_nav_info{
	opacity: 1;
	visibility: visible;
	bottom: 60px;
	-webkit-transition: all 1s;
	transition: all  1s;
}



.i4_nav_btn{
	background: #f18b1c;
	margin-top: 28px;
}
.i4_nav_btn:after{
	background: #df8018;
}
.i4_box .i4_nav .i4_nav_title{
	font-size: 26px;
	color:#fff;
	font-weight: bold;
	line-height: 26px;
}
.i4_box .i4_nav .i4_nav_subtitle{
	font-size: 16px;
	line-height: 24px;
	color:#fff;
	margin-top: 18px;
}
.i4_box .i4_nav .i4_nav_icon{
	margin-bottom: 10px;
}
.i5_box{
	padding-top: 85px;
	padding-bottom: 110px;
}
.i5_box .i5_subtitle{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
}
.i5_swiper{
	margin-top: 55px;
	padding-bottom: 70px;
}
.i5_swiper .i5_nav{
	border:1px solid #ecebec; 
	display: block;
}
.i5_swiper .i5_nav .i5_nav_content{
	padding: 34px 40px;
	box-sizing: border-box;
}
.i5_swiper .i5_nav .i5_img{
	width: 100%;
	height: 16.6vw;
	overflow: hidden;
}
.i5_swiper .i5_nav .i5_img .img{
	width: 100%;
	overflow: hidden;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.i5_swiper .i5_nav:hover .i5_img .img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.i5_swiper .i5_nav .i5_title{
	font-size: 22px;
	line-height: 30px;
	height: 60px;
}
.i5_swiper .i5_nav .i5_time{
	font-size: 16px;
	color:#999999;
	margin-top: 18px;
}
.i5_swiper .swiper-pagination{
	bottom: 0 !important;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.i5_swiper .swiper-pagination-bullet {
    background: #e8ebf3 !important;
    opacity: 1 !important;
    width: 105px !important;
    border-radius: 0 !important;
    margin: 0 8px !important;
    transform: skew(30deg);
}
.i5_swiper .swiper-pagination-bullet-active{
	background: #193b87 !important;
}

/*响应式适配*/

@media screen and (max-width: 1861px) {
	.i1_box .i1_video {
	    background-size: 46px;
	    width: 46px;
	    height: 46px;
	    right: -23px;
	    margin-top: -23px;
	}
	.i3_map .i3_map_nav:nth-child(1){
		top: 39.5%;
		left: 55.2%;
	}
	.i3_map .i3_map_nav:nth-child(2){
		top: 32%;
		left: 79.5%;
	}
	.i3_map .i3_map_nav:nth-child(3){
		top: 39%;
		left: 79%;
	}
}

@media screen and (max-width: 1681px) {
	.i1_box .i1_title {
	    font-size: 38px;
	    line-height: 38px;
	}
	.i1_box .i1_subtitle {
	    font-size: 26px;
	    line-height: 26px;
	    margin-top: 25px;
	}
	.i3_map .i3_map_nav:nth-child(1){
		top: 39%;
		left: 55%;
	}
	.i3_map .i3_map_nav:nth-child(2){
		top: 32%;
		left: 78.5%;
	}
	.i3_map .i3_map_nav:nth-child(3){
		top: 40%;
		left: 79.5%;
	}
	.i2_menu .i2_nav .i2_nav_content {
	    padding: 15px 0 15px 30px;
	}
	.i2_menu .i2_nav {
	    margin-bottom: 20px;
	}
}

@media screen and (max-width: 1450px) {
	.i2_menu .i2_nav.on .i2_nav_content:after {
	    border: 3px solid #fff;
	}
	.i2_menu .i2_nav {
	    margin-bottom: 15px;
	}
	.i2_menu .i2_nav .i2_nav_content .i2_nav_subtitle {
	    font-size: 30px;
	    line-height: 30px;
	}
	.i2_menu .i2_nav .i2_nav_title {
		padding-left: 30px;
		margin-left: 30px;
	    font-size: 16px;
	}
	.i3_map .i3_map_nav:nth-child(1){
		top: 38.5%;
		left: 54.8%;
	}
	.i3_map .i3_map_nav:nth-child(2){
		top: 31%;
		left: 78.5%;
	}
	.i3_map .i3_map_nav:nth-child(3){
		top: 38.5%;
		left: 79.3%;
	}
	.i5_swiper .i5_nav .i5_nav_content {
	    padding: 20px;
	    box-sizing: border-box;
	}
}

@media screen and (max-width: 1335px) {
	.i2_menu .i2_nav .i2_nav_content .i2_nav_subtitle {
	    font-size: 30px;
	    line-height: 30px;
	}
	.i2_menu .i2_nav .i2_nav_content .i2_nav_txt {
	    font-size: 12px;
	    line-height: 20px;
	}
	.i2_menu .i2_nav .i2_nav_title {
	    font-size: 16px;
	}
	.i2_swiper .swiper-pagination-bullets {
	    right: 50px !important;
	}
	.i3_map .i3_map_nav:nth-child(1){
		top: 38%;
		left: 54.8%;
	}
	.i3_map .i3_map_nav:nth-child(2){
		top: 30.5%;
		left: 78.5%;
	}
	.i3_map .i3_map_nav:nth-child(3){
		top: 37.5%;
		left: 79%;
	}
}

@media screen and (max-width: 1200px) {
	.i2_txt{
		text-align: left;
		width: 100%;
		display: block;
		padding:0px 20px 5px 20px;
		box-sizing: border-box;
	}
	.i2_title .txt{
		opacity: 0;
	    color:#000;
	}
	.i2_title:after {
	   content: attr(text);
	}
	.i1_box .i1_title {
	    font-size: 20px;
	    line-height: 20px;
	}
	.i1_box .i1_subtitle {
	    font-size: 16px;
	    line-height: 16px;
	    margin-top: 25px;
	}
	.i2_swiper .swiper-pagination-bullets {
	    right: 36px !important;
	}
	.i2_menu1{
		display: none;
	}
	.i2_menu2{
		position: initial;
		background: transparent;
		width: 100%;
		padding: 20px 0;
		box-sizing: border-box;
	}
	.i2_menu .i2_inner{
		width: 100%;
	}
	.i2_menu .i2_nav{
		color:#000;
		border-bottom: 1px solid #e5e5e5;
		margin: 0 20px;
	}
	.i2_menu .i2_nav:last-child{
		border-bottom: none;
	}
	.i2_menu .i2_nav .i2_nav_content{
		width: 100%;
		box-sizing: border-box;
		margin-left: 0;
		padding: 16px 0;
	}
	.i2_menu .i2_nav .i2_nav_content .i2_nav_e{
		font-size: 12px;
	}
	.i2_menu .i2_nav .i2_nav_title {
	    padding: 0;
	    margin-left: 0;
	    line-height: 32px;
	    font-size: 14px;
	    background: url(/img/arrow_bottom.png) no-repeat right center;
	    background-size: auto;
	}
	.i2_menu .i2_nav.on .i2_nav_content:after,
	.i2_menu .i2_nav.on .i2_nav_content:before{
		display: none;
	}
	.i2_swiper .swiper-pagination-bullet {
	    width: 5px !important;
	    height: 5px !important;
	    margin-bottom: 8px !important;
	}
	.i2_menu .i2_nav .i2_nav_content .i2_nav_subtitle {
	    font-size: 16px;
	    line-height: 16px;
	}
	
	.i2_menu .i2_nav .i2_nav_content .i2_nav_txt {
	    color:#333;
	}
	.i2_menu .i2_nav .i2_nav_more {
	    margin-top: 10px;
	}
	.view_more {
	    color: #999;
	}
	.view_more .icon{
		background: url(/img/arrow_right2.png) no-repeat center center;
	    background-size: 100%
	}
	.i3_map .i3_map_nav:nth-child(1){
		top: 37.5%;
		left: 54.5%;
	}
	.i3_map .i3_map_nav:nth-child(2){
		top: 30%;
		left: 78.5%;
	}
	.i3_map .i3_map_nav:nth-child(3){
		top: 36%;
		left: 78.5%;
	}
	.i3_box .i3_subtitle {
	    font-size: 14px;
	    line-height: 20px;
	}
	.i_btn {
	    width: 90px;
	    height: 32px;
	    line-height: 32px;
	    font-size: 12px;
	    margin-top: 20px;
	}
	.i3_box .i3_al .i3_al_title {
	    height: 42px;
	    border-radius: 10px;
	    padding: 0 10px 0 20px;
	    font-size: 16px;
	}
	.i3_box .i3_al .close_icon {
	    width: 20px;
	}
	.i3_box .i3_al .i3_al_nav {
	    margin: 0 12px;
	    padding: 10px 0 10px 15px;
	}
	.i3_box .i3_al .i3_al_content {
	    width: calc(100% - 12px);
	    height: calc(100% - 72px);
	    margin-right: 12px;
	    margin-top: 10px;
	}
	.i3_box .i3_al .i3_al_nav .i3_al_nav_title:after {
	    width: 3px;
	    height: 3px;
	    left: -15px;
	}
	.i3_box .i3_al .i3_al_nav .i3_al_nav_title {
	    font-size: 14px;
	}
	.i3_box .i3_al .i3_al_nav .i3_al_nav_subtitle {
	    font-size: 12px;
	}
	.i3_box .i3_al .i3_al_nav .i3_al_nav_subtitle .left {
	    background-size: 10px auto;
	    padding-left: 15px;
	}
	.i3_box .i3_al .i3_al_nav .i3_al_nav_subtitle .right {
	    background-size: 10px auto;
	    padding-left: 15px;
	}
	.i4_box .i4_subtitle {
	    font-size: 16px;
	    line-height: 20px;
	    margin-top: 10px;
	}
	.i4_box .i4_msg {
	    font-size: 12px;
	    margin-top: 10px;
	}
	.i4_box {
	    padding-top: 20px;
	    padding-bottom: 30px;
	}
	.i4_box .i4_inner {
	    margin-top: 20px;
	}
	.i4_box .i4_nav .i4_nav_content {
	    padding: 0 20px;
	    bottom: 30px;
	}
	.i4_box .i4_nav .i4_nav_info {
	    padding: 0 30px;
	}
	.i4_box .i4_nav.on .i4_nav_info{
		bottom: 30px;
	}
	.i4_box .i4_nav .i4_nav_title {
	    font-size: 16px;
	    line-height: 16px;
	}
	.i4_box .i4_nav .i4_nav_subtitle {
	    font-size: 12px;
	    line-height: 18px;
	    margin-top: 10px;
	}
	.i4_box .i4_nav .i4_nav_icon {
	    width: 20px;
	}
	.i5_box .i5_subtitle {
	    font-size: 16px;
	    line-height: 20px;
	    margin-top: 10px;
	}
	.i5_box {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.i5_swiper .i5_nav .i5_title {
	    font-size: 14px;
	    line-height: 24px;
	    height: 48px;
	}
	.i5_swiper .swiper-pagination-bullet {
	    width: 36px !important;
	    height: 3px !important;
	}
	.i5_swiper {
	    margin-top: 10px;
	    padding-bottom: 30px;
	}
	.i5_swiper .i5_nav .i5_nav_content {
	    padding: 10px;
	}
	.i5_swiper .i5_nav .i5_time {
	    font-size: 12px;
	    line-height: 12px;
	    margin-top: 10px;
	}
}

@media screen and (max-width: 1100px) {
	.i3_map .i3_map_nav:nth-child(1){
		top: 32.5%;
    	left: 38.5%;
	}
	.i3_map .i3_map_nav:nth-child(2){
		top: 24%;
    	left: 74.5%;
	}
	.i3_map .i3_map_nav:nth-child(3){
		top: 32%;
		left: 75.2%;
	}
	.i3_box .i3_img1 {
	    display: none;
	}
	.i3_box .i3_img2 {
	    display: block;
	}
	.i3_box .i3_inner{
		top: 20px;
	}
}


@media screen and (max-width: 1000px) {
	.i3_map .i3_map_nav:nth-child(1){
		top: 32%;
    	left: 38%;
	}
	.i3_map .i3_map_nav:nth-child(2){
		top: 24%;
    	left: 74.5%;
	}
	.i3_map .i3_map_nav:nth-child(3){
		top: 32%;
		left: 75.2%;
	}
}
@media screen and (max-width: 800px) {
	.i3_map .i3_map_nav:nth-child(1){
		top: 30%;
    	left: 37.5%;
	}
	.i3_map .i3_map_nav:nth-child(2){
		top: 22%;
    	left: 74.5%;
	}
	.i3_map .i3_map_nav:nth-child(3){
		top: 30%;
		left: 75.2%;
	}
}

@media screen and (max-width: 768px) {
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size: 20px;
	}
	.i1_box .video_icon{
		width: 6px;
		height: 6px;
	}
	.i1_box .i1_title {
	    font-size: 16px;
	    line-height: 16px;
	}
	.i1_box .i1_subtitle {
	    font-size: 12px;
	    line-height: 12px;
	    margin-top: 10px;
	}
	.i1_box .i1_e{
	    font-size: 12px;
	    line-height: 12px;
	    margin-top: 10px;
	}
	.i1_box .i1_circle {
	    width: 55vw;
	    height: 40vw;
	    border: 1px solid rgba(238, 235, 235, 0.5);
	}
	.i1_box .i1_video {
	    width: 30px;
	    height: 30px;
	    background-size: 75%;
	    margin-top: -8%;
	    right: -8%;
	}
	.i3_map .i3_map_nav:nth-child(1){
		top: 30%;
    	left: 37.5%;
	}
	.i3_map .i3_map_nav:nth-child(2){
		top: 20%;
    	left: 74.5%;
	}
	.i3_map .i3_map_nav:nth-child(3){
		top: 28%;
		left: 74%;
	}
	.i5_swiper .i5_nav .i5_img{
		height: 27.7vw;
	}
	.i5_swiper .i5_nav .i5_nav_content {
	    padding: 10px 10px 20px 10px;
	}
	.i5_swiper .swiper-pagination-bullet {
	    width: 20px !important;
	    height: 3px !important;
	    margin: 0 5px !important;
	}
}
@media screen and (max-width: 600px) {
	
	.i3_box .i3_inner{
		top: -20px;
		position: relative;
	}
	.i3_box .i3_content{
		width: 100%;
	}
	.i_btn {
	    width: 80px;
	    height: 26px;
	    line-height: 26px;
	    font-size: 12px;
	    margin-top: 10px;
	}
	.i3_box .i3_subtitle {
	    margin-top: 10px;
	}
	.i3_map .i3_map_nav{
		width: 20px;
		height: 25px;
		background-size: 12px 15px;
	}
	.i3_map .i3_map_nav.on{
		background-size: 18px 23px;
	}
	.i3_map .i3_map_nav:nth-child(1){
		top: 25%;
    	left: 38%;
	}
	.i3_map .i3_map_nav:nth-child(2){
		top: 18%;
    	left: 74.5%;
	}
	.i3_map .i3_map_nav:nth-child(3){
		top: 24%;
    	left: 75%;
	}
	.i3_box .i3_al{
		position: fixed;
		width: 80%;
		z-index: 100;
		height: 60vh;
	}
	.i4_box .i4_nav .i4_nav_content{
		display: none !important;
	}
	.i4_box .i4_inner{
		display: block;
		margin-top: 10px;
	}
	.i4_box .i4_nav{
		width: 100% !important;
		height: 200px;
		margin-bottom: 10px;
	}
	.i4_box .i4_nav:last-child{
		margin-bottom: 0;
	}
	.i4_box .i4_info{
		display: block;
	}
	.i4_box .i4_nav .i4_nav_info{
		display: block !important;
		bottom: 20px !important;
		opacity: 1 !important;
		visibility: visible !important;
		padding: 0 20px;
	}
	.i4_box .i4_nav .i4_nav_title {
	    font-size: 14px;
	    line-height: 14px;
	}
	.i4_box .i4_subtitle {
	    font-size: 14px;
	}
	.i5_box .i5_info{
		display: block;
	}
	.i5_box .i5_subtitle {
	    font-size: 14px;
	}
}
@media screen and (max-width: 414px) {
	.i3_map .i3_map_nav:nth-child(1){
		top: 18%;
    	left: 36.5%;
	}
	.i3_map .i3_map_nav:nth-child(2){
		top: 12%;
    	left: 74.5%;
	}
	.i3_map .i3_map_nav:nth-child(3){
		top: 18%;
    	left: 75%;
	}
}


@media screen and (max-width: 380px) {
	
}

@media screen and (max-width: 330px) {
	
}<!--0.00014901161193848-->