.login-box{
	width: 100%;
	height: 100vh;
	position: relative;
}
.login-bg{
	position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background: url(login-bg-n.jpg) no-repeat center center;
    background-size: cover;
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
    top: 0;
    left: 0;
    z-index: 2;
}
@keyframes swing-animation {
	/*元素开始和结束位置不变 */
	0%,100% {
		transform: rotate(Odeg);
	}
	/*左右交替旋转，旋转角度逐渐变小*/
	20% {
		transform: rotate(10deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	60% {
		transform: rotate(10deg);
	}
	80% {
		transform: rotate(-10deg);60% {
		transform: rotate(10deg);
	}
	80% {
		transform: rotate(-10deg);
		}
		}
}
.swing-animation:hover {
  display: inline-block; /* 确保元素不是块级元素 */
  animation: swing-animation 1s ease-in-out; /* 持续时间1秒 */
}
.icon2:hover > img{
	display: inline-block;
	animation: swing-animation 1s ease-in-out;
}
@keyframes scaleDraw{
        0%{
			-webkit-transform: scale(1, 1);
		    transform: scale(1, 1);
		}
		50%{
			-webkit-transform: scale(1.1, 1.1);
		    transform: scale(1.1, 1.1);
		}
		100% {
			-webkit-transform: scale(1, 1);
		    transform: scale(1, 1);
		}
}
.login-content{
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 0.7rem;
	z-index: 10;
}
.w76{
	width: 76.875%;
	margin: 0 auto;
}
.login-header{
	width: 100%;
	padding-top: 0.18rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.login-logo{
	width: 6.27rem;
}
.login-logo img{
	display: block;
	width: 100%;
}
.login-ewm{
	width: 2.79rem;
	height: 0.65rem;
	background: url(../images/login-ewmBg.png) no-repeat;
	background-size: 100% 100%;
}
.login-ewm ul{
	width: 100%;
	height: 100%;
	padding: 0 0.1rem;
	display: flex;
	justify-content: center;
}
.login-ewm ul li{
	width: 33.333%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.login-ewm ul li:after{
	display: block;
	content: '';
	width: 0.01rem;
	height: 0.26rem;
	background: rgba(255,255,255,0.33);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.login-ewm ul li:last-child:after{
	display: none;
}
.login-ewm ul li span{
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.4;
}
.login-ewm-icon{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-ewm-icon img{
	display: block;
	width: 0.35rem;
}
.login-ewm-img{
	width: 0.94rem;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.47rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition-duration: 0.5s;
}
.login-ewm-img img{
	display: block;
	width: 100%;
}
.login-ewm ul li:hover .login-ewm-img{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.showDown{
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0px) !important;
}
.login-footer{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.login-footer-menu ul{
	display: flex;
	justify-content: center;
}
.login-footer-menu ul li{
	margin: 0 0.88rem;
	width: 2.77rem;
	height: 2.96rem;
	background: url(../images/login-menuBg01.png) no-repeat;
	background-size: 100% 100%;
}
.login-footer-menu ul li:nth-child(2){
	background: url(../images/login-menuBg02.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.login-footer-menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0.55rem;
}
.login-footer-menu ul li a img{
	display: block;
	width: 0.91rem;
	margin: 0 auto;
	transition-duration: 0.5s;
}
.login-footer-menu ul li a:hover img{
	/*transform: rotateY(180deg);*/
}
.login-footer-menu ul li a h3{
	font-size: 0.42rem;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	font-weight: normal;
	font-family: 'pmzd';
	margin-top: 0.1rem;
	transition-duration: 0.5s;
}
.login-footer-menu ul li a:hover h3{
	color: #dcc88b;
}
.login-footer-menu ul li a span{
	display: block;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	font-weight: normal;
	text-transform: uppercase;
	transition-duration: 0.5s;
}
.login-footer-menu ul li a:hover span{
	color: #dcc88b;
}
.login-address{
	padding: 1rem 0.35rem 0;
}
.login-address p{
	font-size: 0.18rem;
	line-height: 1.4;
	color: #fff;
	text-align: justify;
	padding-left: 0.3rem;
	position: relative;
}
.login-address p:nth-child(1){
	margin-bottom: 0.08rem;
}
.login-address p span{
	display: block;
}
.login-address p span i{
	font-style: normal;
}
.login-address p:before{
	display: block;
	content: '';
	width: 0.23rem;
	height: 0.25rem;
	position: absolute;
	left: 0;
	top: 0.02rem;
}
.login-address p:nth-child(1):before{
	background: url(../images/login-mi03.png) no-repeat;
	background-size: 100% 100%;
}
.login-address p:nth-child(2):before{
	background: url(../images/login-mi04.png) no-repeat;
	background-size: 100% 100%;
}
.login-address p span:nth-child(3){
	margin-bottom: 0.05rem;
}
.login-footer-beian{
	padding: 0.1rem 0 0.2rem;
	text-align: center;
	background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
	background: -webkit-linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
	background: -moz-linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
	background: -o-linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
	background: -ms-linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
}
.login-footer-beian p{
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.4;
}
.login-footer-beian p a{
	color: #fff;
}
.hlw-ewm{
	width: 1.6rem;
	position: absolute;
	top: -1.8rem;
	left: 50%;
	margin-left: -0.8rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition-duration: 0.3s;
}
.hlw-ewm img{
	display: block;
	width: 100%;
}
.login-footer-menu ul li:nth-child(2):hover .hlw-ewm{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

/*2024/10/16*/
.login_logo{
	width: 4.9rem;
	margin-bottom: 0.4rem;
}
.login_logo img{
	display: block;
	width: 100%;
}
.login_menu{
	margin-bottom: 0.54rem;
}
.login_menu ul{
	display: flex;
}
.login_menu ul li{
	width: 2.5rem;
	height: 1.88rem;

	border-radius: 0.1rem;
	margin-right: 0.25rem;
        margin-top:0.25rem;
}
.ho{
	background: url(../syimages/k1.png) no-repeat;
	background-size: 100% 100%;
}
.me{
	background: url(../syimages/k3.png) no-repeat;
	background-size: 100% 100%;
}
.ih{
	background: url(../syimages/k2.png) no-repeat;
	background-size: 100% 100%;
}
.register{
	background: url(../syimages/k4.png) no-repeat;
	background-size: 100% 100%;
}
.login_menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.3rem 0.2rem 0;
	position: relative;
}
.login_menu ul li:last-child{
	margin-right: 0;
}
.login_menu ul li:nth-child(1){
	background-position:center; 
	background-repeat:no-repeat;
}
/*
.login_menu ul li:nth-child(1) a{
	padding: 0.3rem 0.2rem 0;
}
*/
.login_menu_name h3{
	font-size: 0.3rem;
	color: #fff;
	line-height: 1.2;
}
.login_menu_name p{
	font-size: 0.18rem;
	color: #fff;
	line-height: 1.4;
}
.ih .login_menu_name h3,.ih .login_menu_name p{
	color: #333;
}
/*
.login_menu ul li:nth-child(1) .login_menu_name h3{
	color: #fff;
}
.login_menu ul li:nth-child(1) .login_menu_name p{
	color: #fff;
}
*/
.login_menu ul li:nth-child(1) img{
	display: block;
	width: 0.91rem;
	/*
	position: absolute;
	*/
	right: 0.12rem;
	bottom: 0.2rem;
	transition-duration: 0.5s;
}
.login_menu ul li:nth-child(1):hover img{
	/*transform: rotateY(180deg);*/
}
.login_menu_icon{
	display: flex;
	justify-content: center;
	align-items: center;
	/*
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	background: rgba(23,121,184,0.1);
	*/
	margin-bottom: 0.2rem;
}
.login_menu_icon img{
	display: block;
	width: 0.68rem;
	height: 0.73rem;
	transition-duration: 0.5s;
}
.login_menu_name{
	text-align: center;
}
.login_menu ul li:hover .login_menu_icon img{
	/*transform: rotateY(180deg);*/
}
.login_ewm ul{
	display: flex;
	margin-left: 0.25rem;
}
.login_ewm ul li{
	width: 1.46rem;
	height: 0.54rem;
	border-radius: 0.08rem;

	margin-right: 0.12rem;
	position: relative;
}
.login_ewm ul li:last-child{
	margin-right: 0;
}
.login_ewm_btn{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.login_ewm_btn img{
	display: block;
	width: 1.39rem;
	height: 1.21rem;
}
.login_ewm_btn span{
	display: block;
	font-size: 0.22rem;
	color: #1779b8;
	font-weight: bold;
	line-height: 1.4;
	margin-left: 0.1rem;
}
.login_ewm_img{
	position: absolute;
	left: 50%;
	margin-left: -0.6rem;
	top: 162%;
	width: 1.2rem;
	padding: 0.1rem 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition-duration: 0.3s;
}
.login_ewm ul li:hover .login_ewm_img{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.login_ewm_img img{
	display: block;
	margin: 0 auto;
	width: 0.94rem;
}
.login_beian{
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.27);
	padding: 0.2rem 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.login_beian .w76{
	display: flex;
	justify-content: space-between;
}
.login_beian p{
	font-size: 0.2rem;
	color: #ffffff;
	line-height: 1.4;
}
.login_beian p a{
	color: #fff;
}

@media only screen and (max-width: 1450px) {
    
}
@media only screen and (max-width: 1366px) {
    
}
@media only screen and (max-width: 1088px) {
    
}
@media only screen and (max-width: 769px) {
	.login-bg{
		background: url(../images/login-bg-m.jpg) no-repeat center center;
    	background-size: cover;
	}
    .w76{
    	width: 92%;
    }
    .login-header{
    	padding-top: 20px;
    	display: block;
    }
    .login-logo{
    	width: 100%;
    }
    .login-ewm{
    	width: 215px;
    	height: 50px;
    	margin: 20px auto 0;
    }
    .login-ewm ul li{
    	width: 66px;
    }
    .login-ewm-icon img{
    	width: 26px;
    }
    .login-ewm-img{
    	width: 80px;
    	margin-left: -40px;
    }
    .login-footer-menu ul{
    	flex-wrap: wrap;
    }
    .login-footer-menu ul li{
    	margin: 0 10px;
    }
    /*.login-footer-menu ul li:nth-child(3){
    	margin-top: 10px;
    	width: 100%;
    	height: auto;
    	background: rgba(33,84,147,0.9);
    }
    .login-footer-menu ul li a span{
    	font-size: 12px;
    }*/
    .login-address{
    	padding: 20px 10px;
    }
    .login-address p{
    	font-size: 15px;
    	padding-left: 20px;
    	display: flex;
    	flex-wrap: wrap;
    }
    .login-address p:before{
    	width: 15px;
    	height: 17px;
    }
    .login-address p span{
    	display: inline-block;
    	margin-left: 4px;
    }
    .login-address p span:nth-child(3){
    	margin-bottom: 0;
    }
    .login-address p span:nth-child(1),.login-address p span:nth-child(4){
    	margin-left: 0;
    }
    .login-address p span:nth-child(4){
    	padding-left: 29px;
    }
    .login-address p span:nth-child(4) i:nth-child(1){
    	margin-right: 6px;
    }
    .login-footer-beian p{
    	font-size: 15px;
    }
    .login-footer-beian p a{
    	display: inline-block;
    }
    
    .login-ewm ul li span{
    	font-size: 16px;
    }
    
    .login-content{
    	padding-top: 20px;
    }
    .login_logo{
    	width: 100%;
    }
    
    .login_menu ul{
    	flex-wrap: wrap;
    	justify-content: center;
    }
    .login_menu ul li{
    	width: 150px;
    	height: 150px;
    	margin: 0 5px;
    }
    .login_menu ul li:nth-child(1){
    	width: 170px;
    	margin: 0 40px 20px;
    }
    .login_menu_name h3{
    	font-size: 22px;
    }
    .login_menu_name p{
    	font-size: 18px;
    }
    .login_menu_icon{
    	width: 40px;
    	height: 40px;
    }
    .login_menu_icon img{
    	width: 32px;
    }
}














