.home-banner{
	width: 100%;
}
.bannerSwiper{
	width: 100%;
}
.bannerSwiper .swiper-slide{
	position: relative;
	overflow: hidden;
}
.bannerSwiper .swiper-slide img{
	display: block;
	width: 100%;
}
.galaxy-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
.bannerSwiper .swiper-pagination{
	bottom: 0.3rem;
	z-index: 30;
}
.bannerSwiper .swiper-pagination-bullet{
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 0.12rem;
	background: #FFFFFF;
	opacity: 0.57;
	transition-duration: 0.5s;
	margin: 0 0.08rem;
}
.bannerSwiper .swiper-pagination-bullet-active{
	width: 0.43rem;
	opacity: 1;
}


.home-pro{
	padding: 1.4rem 0 0.9rem;
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
}
.home-pro:after{
	display: block;
	content: 'Product';
	font-size: 2.5rem;
	color: #f5f5f5;
	font-weight: bold;
	line-height: 2rem;
	text-transform: uppercase;
	position: absolute;
	left: -0.2rem;
	bottom: 0;
	z-index: 2;
}
.home-proBox{
	display: flex;
	position: relative;
	z-index: 10;
}
.home-pro-fl{
	width: 30.64%;
	padding-right: 7%;
}
.home-pro-fr{
	width: 69.36%;
}

.home-title-com{
	width: 100%;
	height: 0.64rem;
	padding-top: 0.12rem;
	margin-bottom: 0.18rem;
	position: relative;
}
.home-title-com h3{
	font-size: 0.3rem;
	color: #333333;
	font-weight: bold;
	line-height: 0.36rem;
	position: relative;
}
.home-title-com h3 span{
	position: relative;
	z-index: 2;
}
.home-title-com h3:before{
	display: block;
	content: '';
	width: 1.06rem;
	height: 0.05rem;
	background: #d01027;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.home-pro-fl p{
	font-size: 0.17rem;
	color: #555555;
	/*text-align: justify;*/
	line-height: 0.34rem;
}

.proSwiper{
	width: 100%;
}
.proSwiper .swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pro-box{
	width: 100%;
	height: 4.56rem;
	background: url(../images/pro-bg01.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}
.pro-box img{
	display: block;
	max-width: 90%;
	max-height: 60%;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
}
.pro-box p{
	width: 90%;
	font-size: 0.2rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.26rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	position: absolute;
	left: 5%;
	bottom: 0.35rem;
}
.proSwiper .swiper-pagination{
	position: relative;
	bottom: 0;
	margin-top: 0.3rem;
}
.proSwiper .swiper-pagination .swiper-pagination-bullet{
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 0.12rem;
	background: #777777;
	margin: 0 0.05rem;
	transition-duration: 0.5s;
	opacity: 1;
}
.proSwiper .swiper-pagination .swiper-pagination-bullet-active{
	width: 0.32rem;
	background: #ce1b0b;
}
.get-more{
	display: block;
	width: 1.48rem;
	height: 0.64rem;
	border-left: 1px solid #d33123;
	border-right: 1px solid #d33123;
	margin-top: 0.8rem;
}
.get-more span{
	font-size: 0.15rem;
	color: #333333;
	box-sizing: border-box;
	padding-right: 0.15rem;
	position: relative;
	transition-duration: 0.5s;
}
.get-more span:after{
	display: block;
	content: '';
	width: 6px;
	height: 7px;
	background: url(../images/jt01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3.5px;
	transition-duration: 0.5s;
}
.get-more:hover span{
	color: #d33123;
}
.get-more:hover span:after{
	right: -4px;
}

.home-staff{
	padding: 1.5rem 0 0.8rem;
	background: url(../images/staff-bg.jpg) no-repeat center bottom;
	background-size: cover;
}
.home-staffBox{
	display: flex;
}
.home-staff-fl{
	width: 30.64%;
	padding-right: 7%;
}
.home-staff-fr{
	width: 69.36%;
	overflow: hidden;
	zoom: 1;
}
.home-staff-fr:after{
	display: block;
	content: '';
	clear: both;
}
.home-staff-fl .home-title-com h3{
	color: #FFFFFF;
}
.home-staff-fl p{
	font-size: 0.17rem;
    color: #FFFFFF;
    text-align: justify;
    line-height: 0.34rem;
}
.home-staff-fl .get-more{
	border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.home-staff-fl .get-more span{
	color: #FFFFFF;
}
.home-staff-fl .get-more span:after{
	background: url(../images/jt02.png) no-repeat;
}

.staff-img{
	width: 100%;
}
.staff-img img{
	display: block;
	width: 100%;
}
.staffSwiper{
	width: 100%;
	float: left;
	margin-left: -1.836rem;
	margin-top: -0.4rem;
	overflow: initial;
}
.staffSwiper .swiper-wrapper{
	
}
.staffSwiper .swiper-slide{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transform: scale(0.6);
    z-index: 2;
    transition-duration: 0.5s;
}
.staffSwiper .swiper-slide-active,.staffSwiper .swiper-slide-duplicate-active{
  transform: scale(0.84);
  z-index: 10;
}

.staff-contorl{
	float: left;
	width: 100%;
	margin-top: -0.2rem;
	zoom: 1;
}
.staff-contorl:after{
	display: block;
	content: '';
	clear: both;
}
.staff-next,.staff-prev{
	float: right;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	transition-duration: 0.5s;
}
.staff-next{
	background: url(../images/jt04-a.png) no-repeat center center;
	margin-left: 0.2rem;
}
.staff-next:hover{
	background: url(../images/jt04-b.png) no-repeat center center #FFFFFF;
}
.staff-prev{
	background: url(../images/jt03-a.png) no-repeat center center;
}
.staff-prev:hover{
	background: url(../images/jt03-b.png) no-repeat center center #FFFFFF;
}

.home-news{
	padding: 1.5rem 0 1.2rem;
	background: #f5f8fa;
}

.home-newsBox{
	display: flex;
}
.home-news-fl{
	width: 30.64%;
	padding-right: 3%;
}
.home-news-fl .get-more{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
}
.home-news-fl p{
	font-size: 0.17rem;
    color: #555555;
    text-align: justify;
    line-height: 0.34rem;
}
.news-fl-img{
	width: 100%;
	overflow: hidden;
	margin-top: 0.35rem;
}
.news-fl-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.news-fl-img:hover img{
	transform: scale(1.1);
}
.home-news-fr{
	width: 69.36%;
	overflow: hidden;
	zoom: 1;
}
.home-news-fr ul{
	width: 100%;
	height: 100%;
}
.home-news-fr ul li{
	width: 100%;
	height: 33.333%;
	border-bottom: 1px dashed #d7dadc;
}
.home-news-info{
	width: 100%;
	height: 100%;
	padding: 0.4rem 0.4rem;
	background:none;
	/*transition-duration: 0.5s;*/
}
.home-news-info span{
	display: block;
	font-size: 0.16rem;
	color: #333333;
	margin-bottom: 0.05rem;
	/*transition-duration: 0.5s;*/
}
.home-news-info h4{
	font-size: 0.2rem;
	color: #333333;
	font-weight: normal;
	margin-bottom: 0.05rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	/*transition-duration: 0.5s;*/
}
.home-news-info p{
	font-size: 0.15rem;
	color: #999999;
	font-weight: normal;
	line-height: 0.26rem;
	display: -webkit-Box;
	-webkit-Box-orIEnt: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*transition-duration: 0.5s;*/
}
.home-news-fr ul li:hover .home-news-info{
	background: url(../images/news-bg.jpg) no-repeat center center;
	background-size: cover;
}
.home-news-fr ul li:hover .home-news-info span{
	color: #FFFFFF;
}
.home-news-fr ul li:hover .home-news-info h4{
	color: #FFFFFF;
	font-weight: bold;
}
.home-news-fr ul li:hover .home-news-info p{
	color: #FFFFFF;
}

.login-box{
	width: 100%;
	height: 100vh;
	background: url(../images/login-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.login-panel{
	width: 4.99rem;
	height: 4.84rem;
	padding: 0.5rem 0.45rem;
	background: url(../images/login-bg2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -2.42rem;
	z-index: 4;
}
.login-panel h3{
	font-size: 0.36rem;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	line-height: 0.4rem;
	margin-bottom: 0.4rem;
}
.login-panel ul li{
	position: relative;
	margin-bottom: 0.3rem;
}
.login-panel ul li img{
	width: 0.22rem;
	position: absolute;
	left: 0.2rem;
	top: 50%;
	margin-top: -0.14rem;
}
.login-panel ul li input{
	display: block;
	width: 100%;
	height: 0.56rem;
	border: 1px solid #0f3f64;
	border-radius: 0.08rem;
	background: none;
	outline: none;
	box-sizing: border-box;
	padding-left: 0.6rem;
	padding-right: 0.1rem;
	font-size: 0.2rem;
	color: #FFFFFF;
}
.login-panel ul li input::-webkit-input-placeholder{
	color: #FFFFFF;
}
.login-panel ul li input::-moz-placeholder{
	color: #FFFFFF;
}
.login-panel ul li input::-ms-input-placeholder{
	color: #FFFFFF;
}
.login-panel ul li input:focus{
	border: 1px solid #1090b4;
}
.login-cz{
	zoom: 1;
}
.login-cz:after{
	display: block;
	content: '';
	clear: both;
}
.remember{
	float: left;
	zoom: 1;
}
.remember:after{
	display: block;
	content: '';
	clear: both;
}
.checkBox{
	float: left;
	width: 0.2rem;
	height: 0.2rem;
	border: 1px solid #1090b4;
	border-radius: 0.02rem;
	position: relative;
}
.checkBox input{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline: none;
    background: none;
    cursor: pointer;
}
.checkBox input:checked:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
    background: url(../images/gou.png) no-repeat;
    background-size:100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.remember span{
	float: left;
	margin-left: 0.1rem;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.2rem;
}
.login-cz a{
	float: right;
	font-size: 0.16rem;
	color: #00b8ff;
	line-height: 0.2rem;
}
.login-btn{
	margin-top: 0.35rem;
	display: block;
	width: 100%;
	height: 0.56rem;
	background: linear-gradient(to bottom,#e73f4e,#d81425);
	background-image: -webkit-linear-gradient(to bottom,#e73f4e,#d81425);
    background-image: -o-linear-gradient(to bottom,#e73f4e,#d81425);
    background-image: -moz-linear-gradient(to bottom,#e73f4e,#d81425);
    border-radius: 0.08rem;
    font-size: 0.26rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.56rem;
}

.register-banner{
	margin-top: 1.12rem;
	padding: 0.8rem 0 0.5rem;
	background: url(../images/register-bg.jpg) no-repeat center center;
	background-size:cover;
}
.register-banner h3{
	font-size: 0.34rem;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.register-box{
	padding: 0.6rem 0 0.7rem;
	background: #FFFFFF;
}
.register-wrap{
	width: 11.42rem;
	margin: 0 auto;
}
.register-menu{
	zoom: 1;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 0.34rem;
}
.register-menu:after{
	display: block;
	content: '';
	clear: both;
}
.register-menu h3{
	float: left;
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.44rem;
}
.register-menu a{
	float: right;
	display: block;
	width: 1.84rem;
	height: 0.44rem;
	background: #efefef;
	border-radius: 0.08rem;
	font-size: 0.18rem;
	color: #333333;
	text-align: center;
	line-height: 0.44rem;
}
.register-menu a:hover{
	background: #d81324;
	color: #FFFFFF;
}
.register-box ul li{
	zoom: 1;
	margin-bottom: 0.2rem;
}
.register-box ul li:after{
	display: block;
	content: '';
	clear: both;
}
.register-box ul li span{
	float: left;
	width: 1.9rem;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.5rem;
	text-align: right;
}



.register-fr{
	float: left;
	width: calc(100% - 1.9rem);
	position: relative;
}
.register-fr input{
	display: block;
	width: 100%;
	height: 0.5rem;
	border: 1px solid #ebebeb;
	border-radius: 0.05rem;
	background: #fafcfe;
	box-sizing: border-box;
	padding: 0 0.15rem;
	font-size: 0.18rem;
    color: #333333;
}
.yzm input{
	padding-right: 1.3rem;
}
.send-btn{
	display: block;
	width: 1.2rem;
	height: 0.4rem;
	border-radius: 0.05rem;
	background: #737373;
	font-size: 0.16rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.4rem;
	position: absolute;
	right: 0.05rem;
	top: 0.05rem;
	cursor: pointer;
}
.register-fr input:focus{
	outline: none;
	border: 1px solid #1090b4;
}
.industry .register-fr select{
	display: block;
	width: 100%;
	height: 0.5rem;
	border: 1px solid #ebebeb;
	border-radius: 0.05rem;
	background: #fafcfe;
	box-sizing: border-box;
	padding: 0 0.15rem;
	font-size: 0.18rem;
    color: #333333;
}
.industry .register-fr select:focus{
	outline: none;
	border: 1px solid #1090b4;
}
.other-message span{
	width: 100% !important;
	text-align: left !important;
}
.other-message .register-fr{
	width: 100%;
}
.other-message .register-fr textarea{
	width: 100%;
	height: 1.8rem;
	border: 1px solid #ebebeb;
	border-radius: 0.05rem;
	background: #fafcfe;
	box-sizing: border-box;
	padding: 0.15rem;
	font-size: 0.18rem;
    color: #333333;
    resize: none;
    font-family: "微软雅黑";
}
.other-message .register-fr textarea:focus{
	outline: none;
	border: 1px solid #1090b4;
}
.submit-message{
	margin-top: 0.6rem;
}
.submit-btn{
	display: block;
	margin: 0 auto;
	width: 2.64rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	background: #d81324;
	font-size: 0.2rem;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 0.5rem;
}

@media only screen and (max-width: 1540px){
	.staff-next,.staff-prev{
		width: 0.5rem;
		height: 0.5rem;
	}
}
@media only screen and (max-width: 1360px){
	
}
@media only screen and (max-width: 769px){
	.home-banner{
		margin-top: 1rem;
	}
	.home-pro{
		padding: 0.7rem 0 0.45rem;
	}

	.home-proBox{
		display: block;
	}
	.home-pro-fl{
		width: 100%;
		padding-right: 0;
		margin-bottom: 0.3rem;
	}
	.home-title-com h3{
		font-size: 0.42rem;
	}
	.home-pro-fl p{
		font-size: 0.28rem;
		line-height: 0.46rem;
	}
	.get-more{
		width: 2.48rem;
		margin-top: 0.4rem;
	}
	.get-more span{
		font-size: 0.28rem;
	}
	.home-pro-fr{
		width: 100%;
	}
	.pro-box p{
		font-size: 0.3rem;
	}
	.home-staff{
		padding: 0.7rem 0 0.45rem;
	}
	.home-staffBox{
		display: block;
	}
	.home-staff-fl{
		width: 100%;
		padding-right: 0;
		margin-bottom: 0.3rem;
	}
	.home-staff-fr{
		width: 100%;
	}
	.home-staff-fl p{
		font-size: 0.28rem;
		line-height: 0.46rem;
	}
	.staffSwiper{
		float: none;
		margin-left: 0;
		margin-top: 0;
		overflow: hidden;
	}
	.staffSwiper .swiper-slide{
	    transform: scale(1);
	}
	.staffSwiper .swiper-slide-active,.staffSwiper .swiper-slide-duplicate-active{
	  transform: scale(1);
	}
	.staff-contorl{
		float: none;
		margin-top: 0.2rem;
	}
	.staff-next, .staff-prev{
		width: 0.6rem;
		height: 0.6rem;
	}
	.home-news{
		padding: 0.7rem 0 0.45rem;
	}
	.home-newsBox{
		display: block;
	}
	.home-news-fl{
		width: 100%;
		padding-right: 0;
	}
	.home-news-fl p{
		font-size: 0.28rem;
	}
	.home-news-fr{
		width: 100%;
	}
	.home-news-info{
		padding: 0.3rem 0.1rem;
	}
	.home-news-info span{
		font-size: 0.28rem;
	}
	.home-news-info h4{
		font-size: 0.3rem;
		margin-bottom: 0.05rem;
	}
	.home-news-info p{
		font-size: 0.28rem;
		line-height: 0.4rem;
	}
	
	.register-banner h3{
		font-size: 0.36rem;
	}
	.register-wrap{
		width: 94%;
	}
	.register-menu h3{
		font-size: 0.34rem;
		line-height: 0.54rem;
	}
	.register-menu a{
		height: 0.54rem;
		font-size: 0.28rem;
		line-height: 0.54rem;
	}
	.register-box ul li span{
		width: 1.4rem;
    	font-size: 0.28rem;
    	line-height: 0.68rem;
	}
	.register-fr{
		width: calc(100% - 1.4rem);
	}
	.register-fr input{
		height: 0.68rem;
		font-size: 0.28rem;
		padding-right: 1.6rem;
	}
	.send-btn{
		width: 1.4rem;
		height: 0.6rem;
		font-size: 0.28rem;
		line-height: 0.6rem;
		top: 0.04rem;
	}
	.submit-btn{
		width: 2.84rem;
		height: 0.6rem;
		font-size: 0.32rem;
		line-height: 0.6rem;
	}
	
	.login-panel{
		width: 6rem;
		height: 5.24rem;
		left: 50%;
	    right: auto;
	    margin-left: -3rem;
	    margin-top: -2.62rem;
	}
	.login-panel h3{
		font-size: 0.4rem;
	}
	.login-panel ul li input{
		height: 0.68rem;
		font-size: 0.3rem;
	}
	.login-panel ul li img{
		width: 0.3rem;
		margin-top: -0.17rem;
	}
	.checkBox{
		width: 0.3rem;
    	height: 0.3rem;
	}
	.remember span{
		font-size: 0.28rem;
		line-height: 0.28rem;
	}
	.login-cz a{
		font-size: 0.28rem;
		line-height: 0.28rem;
	}
	.login-btn{
		height: 0.64rem;
		font-size: 0.3rem;
		line-height: 0.64rem;
	}
}
























