@charset "utf-8";
body{
	background-color: #f0f2f6;
}

.nav_wrap_top_box{
	width: 1400px;
	margin: auto;
	padding: 10px 0;
	overflow: hidden;
}
.nav_wrap_top_logo{
	float: left;
}
.Login_Register_box_big{
	float: right;
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}


.home_ctn_box_big{
	position: relative;
}
.home_ctn_bg{
	width: 1400px;
	position: relative;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.home_ctn_bg img{
	width: 100%;
}
.home_ctn_icon_box_big{
	position: relative;
}

.home_ctn_icon{
	width: 184px;
	height: 130px;
	background-image: url(../img/index2/icon11.png);
	margin: auto;
	margin-left: 97px;
}
.home_ctn_name{
	
}
.home_ctn_icon_box_big{
	width: 1400px;
	margin: auto;
	position: absolute;
	top: 0;
}
.home_ctn_icon_box_big li{
	position: relative;
	position: absolute;
}
.home_ctn_icon_box_big li:nth-child(1){
	left: 412px;
	top: 358px;
}
.home_ctn_icon_box_big li:nth-child(2){
	left: 926px;
	top: 61px;
}
.home_ctn_icon_box_big li:nth-child(3){
	    left: 588px;
	    top: 485px;
}

.home_ctn_icon_box_big li:nth-child(4){
	left: 1127px;
	    top: 184px;
}

.home_ctn_icon_box_big li:nth-child(5){
	    left: 807px;
	    top: 649px;
}

.home_ctn_icon_box_big li:nth-child(6){
	    left: 1319px;
	    top: 341px;
}
.home_ctn_icon_box_big li:last-child .home_hover_box{
	    left: -243px;
}
.home_Circle {
	position: absolute;
    width: 30px;
    height: 30px;
    background: #4bcfed;
    border-radius: 50%;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer
	
}
/* 鼠标移动出来的内容 */
.home_hover_box{
	position: absolute;
	width: 310px;
	display: block;
	padding: 30px 25px;
	background-image: url(../img/index2/hover_bg.png);
	background-size: 100% 100%;
	transition: all .5s ease-in-out; /* 添加过渡动画 */
	/* pointer-events: none; 关闭鼠标事件 */
	z-index: 1111;
	    left: -130px;
	    top: -101px;
		/* display: none; */
		opacity:0;
		visibility: hidden;
}
.home_hover_box:hover {
	opacity:1;
		visibility: visible;
}
/* 鼠标悬停效果 */
.home_Circle:hover + .home_hover_box {
  /* transform: translateX(0); 当鼠标悬停时，滑动到初始位置 */
  opacity: 1; /* 显示内容 */
	/* display: block; */
  visibility: visible; /*  显示内容 */
}
.home_hover_name{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ed8930;
}
.home_hover_txt{
	font-size: 12px;
	color: #ffffff;
	line-height: 1.6;
	margin-bottom: 25px;
	margin-top: 10px;
}
.home_hover_btn{
	width: 120px;
	height: 32px;
	position: relative;
	background-color: #469bec;
	font-size:14px ;
	color: #ffffff;
	line-height: 32px;
	padding-left: 25px;
	background-image: url(../img/index2/btn_bg.png);
	    margin-left: 133px;
}
/* banner上文字 */
.home_title_box{
	position: absolute;
	left: 0;
	top: 85px;
}
.home_title{
	font-size: 32px;
	color: #1d2634;
	font-weight: bold;
}
.home_txt{
	font-size: 13.1px;
	color: #1d2634;
	text-transform：uppercase;
}
@-webkit-keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,75% {
        transform: scale(2.5)
    }

    78%,to {
        opacity: 0
    }
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,75% {
        transform: scale(2.5)
    }

    78%,to {
        opacity: 0
    }
}

.home_Circle:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #a9e6f6;
    opacity: .7;
    -webkit-animation: scale 2s cubic-bezier(0,0,.49,1.02) infinite;
    animation: scale 2s cubic-bezier(0,0,.49,1.02) infinite;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    transition: all .5s ease;
    transform: scale(1)
}
/* 引导页 */
.index_Video_box{
	width: 100%;
	height: 100%;
	display: none;
}
.index_Video{
	width: 100vw;
	  height: 100vh;
	  position: fixed;
	  top: 0;
	  left: 0;
	  object-fit: cover;
	  z-index: 9999999999999999;
}
.index_Video_box,
.index_Video{
min-width: 100%;
	min-height: 100%;
}

source{
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
}
.in_index_btn{
	 position: fixed;
	width: 150px;
	height: 40px;
	border: 1px solid #fff;
	font-size: 17px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: auto;
	 z-index: 99999999999999999;
}
.home_Video_box{
	padding-top: 50px;
}
.home_Video_box,
.home_Video{
	width: 100%;
}
.home_ctn_box a{
	display: block;
	width: 92%;
	margin: auto;
	height: 75px;
	background-color: #fff;
	margin-top: 5px;
	padding: 15px;
}
.home_platform_icon{
	width: 41px;
	height: 41px;
	background-size: 100% 100%;
	float: left;
}
.home_platform_name{
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 45px;
}
.home_ctn_box{
	margin-bottom: 10px;
}

/* .home_Video_box_big
{
	display: none;
} */
.index_Video_box
{
	display: none;
}
.in_index_btn2 {
    position: fixed;
    width: 150px;
    height: 40px;
    border: 1px solid #fff;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999999999999;
}
.home_Video_box_big {
	display: none;
}
@media (min-width:1200px) and (max-width:1500px ) { 
	.home_ctn_bg{
		width: 1200px;
	}
	.nav_wrap_top_box,
	.home_ctn_icon_box_big{
		width: 1200px;
		
	}
	.home_ctn_icon_box_big li:nth-child(1) {
	    left: 351px;
	    top: 303px;
	}
	.home_ctn_icon_box_big li:nth-child(2) {
	    left: 791px;
	    top: 48px;
	}
	.home_ctn_icon_box_big li:nth-child(3) {
	    left: 502px;
	    top: 415px;
	}
	.home_ctn_icon_box_big li:nth-child(4) {
	    left: 964px;
	    top: 156px;
	}
	.home_ctn_icon_box_big li:nth-child(5) {
	    left: 688px;
	    top: 554px;
	}
	.home_ctn_icon_box_big li:nth-child(6) {
	    left: 1128px;
	    top: 290px;
	}
	.home_title{
		font-size: 30px;
	}
	
}

@media (min-width:992px) and (max-width:1200px ) { 
	
	.nav_wrap_top_box,
	.home_ctn_icon_box_big,
	.home_ctn_bg{
		width: 860px;
		
	}
	.home_ctn_icon_box_big li:nth-child(1) {
	    left: 227px;
	    top: 195px;
	}
	.home_ctn_icon_box_big li:nth-child(2) {
	    left: 520px;
	    top: 24px;
	}
	.home_ctn_icon_box_big li:nth-child(3) {
	    left: 327px;
	    top: 268px;
	}
	.home_ctn_icon_box_big li:nth-child(4) {
	    left: 635px;
	    top: 95px;
	}
	.home_ctn_icon_box_big li:nth-child(5) {
	    left: 454px;
	    top: 362px;
	}
	.home_ctn_icon_box_big li:nth-child(6) {
	    left: 746px;
	    top: 188px;
	}
	.home_title{
		font-size: 22px;
	}
}

@media (min-width:768px) and (max-width:992px ) { 
	.nav_wrap_top_box,
	.home_ctn_icon_box_big,
	.home_ctn_bg{
		width: 700px;
		
	}
	.Mobile_ctn_box{
		width: 70%;
		margin: auto;
		padding-top: 70px;
		padding-bottom: 20px;
	}
	.Mobile_ctn_box a{
		display: block;
		width: 100%;
		margin-bottom: 15px;
		
	}
	.Mobile_ctn_box a img{
		width: 100%;
	}
	.home_ctn_box{
		margin-bottom: 20px;
	}
	.index_Video_box{
		display: block;
	}
}
@media only screen and (max-width: 770px){
	.menu_ctn_box{
		    top: -50px;
	}
	.Mobile_ctn_box{
		width: 92%;
		margin: auto;
		padding-top: 70px;
		padding-bottom: 20px;
	}
	.Mobile_ctn_box a{
		display: block;
		width: 100%;
		margin-bottom: 15px;
		
	}
	.Mobile_ctn_box a img{
		width: 100%;
	}
	.index_Video_box{
		display: block;
	}
	.home_Video_box_big {
		display: block;
	}
	.footer_bottom_box{
		display: none;
	}
	
	/* 导航 */
	.VerticalMenu > li > div:first-child > a::after{
		  background-image: url(../img/index2/Menu8.png);
		  background-size: 100% 100%;
	}
	.VerticalMenu > li:nth-child(2) > div:first-child > a::after{
			   background-image: url(../img/index2/Menu5.png);
	}
	.VerticalMenu > li:nth-child(3) > div:first-child > a::after{
			   background-image: url(../img/index2/Menu7.png);
	}
	.VerticalMenu > li:nth-child(4) > div:first-child > a::after{
			   background-image: url(../img/index2/Menu3.png);
	}
	.VerticalMenu > li:nth-child(5) > div:first-child > a::after{
			   background-image: url(../img/index2/Menu6.png);
	}
	.VerticalMenu > li:nth-child(3) > div:first-child > a::after{
			   background-image: url(../img/index2/Menu4.png);
	}
	.nLi > div > .on::after{
		background-color: rgba(0, 1, 0, 0);
	}
}


@media (min-height:600px) and (max-height:900px ) { 
	.nav_wrap_top_box, .home_ctn_icon_box_big, .home_ctn_bg {
	    width: 1000px;
	}
	.home_ctn_icon_box_big li:nth-child(1) {
	   left: 291px;
	       top: 247px;
	}
	.home_ctn_icon_box_big li:nth-child(2) {
	    left: 656px;
	    top: 36px;
	}
	.home_ctn_icon_box_big li:nth-child(3) {
	    left: 414px;
	    top: 341px;
	}
	.home_ctn_icon_box_big li:nth-child(4) {
	    left: 799px;
	    top: 126px;
	}
	.home_ctn_icon_box_big li:nth-child(5) {
	    left: 572px;
	    top: 456px;
	}
	.home_ctn_icon_box_big li:nth-child(6) {
	    left: 937px;
	    top: 238px;
	}
	.home_ctn_icon_box_big li:nth-child(2) .home_hover_box{
		left: -138px;
		    top: -33px;
	}
	.home_ctn_icon_box_big li:nth-child(5) .home_hover_box{
		    left: -130px;
		    top: -182px;
	}
	.home_ctn_icon_box_big li:last-child .home_hover_box {
	    left: -259px;
	}
	.home_title{
		font-size: 25px;
	}
}
@media only screen and (max-height: 600px){
	.nav_wrap_top_box, .home_ctn_icon_box_big, .home_ctn_bg {
	    width: 860px;
	}
	.home_ctn_icon_box_big li:nth-child(1) {
	    left: 227px;
	    top: 195px;
	}
	.home_ctn_icon_box_big li:nth-child(2) {
	    left: 520px;
	    top: 24px;
	}
	.home_ctn_icon_box_big li:nth-child(3) {
	    left: 327px;
	    top: 268px;
	}
	.home_ctn_icon_box_big li:nth-child(4) {
	    left: 635px;
	    top: 95px;
	}
	.home_ctn_icon_box_big li:nth-child(5) {
	    left: 454px;
	    top: 362px;
	}
	.home_ctn_icon_box_big li:nth-child(6) {
	    left: 746px;
	    top: 188px;
	}
	.home_ctn_icon_box_big li:nth-child(2) .home_hover_box{
		left: -130px;
		    top: -42px;
	}
	.home_ctn_icon_box_big li:nth-child(5) .home_hover_box{
		left: -130px;
		    top: -165px;
	}
	.home_ctn_icon_box_big li:last-child .home_hover_box {
	    left: -259px;
	}
}