@font-face{
	font-family: "poppins";
	src:url(../font/poppins-v5-latin-regular.ttf);
}
@font-face{
	font-family: "poppins-700";
	src:url(../font/poppins-v5-latin-700.ttf);
}
*{
	padding:0;
	margin:0;
	transition: all 0.3s;
}
a{
	text-decoration: none;
}
li{
	list-style-type: none;
}
body{
	max-width: 1903px;
	margin: 0 auto;
	background-color: #000;
	font-family: "poppins","Arial","微軟正黑體";
}


/*头部*/
.header{
	height: 85px;
	width: auto;
	background-color: #222;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 70px;
	position: relative;

}
.header .header-right{
	display: flex;
	justify-content: flex-end;
}
.header .header-right .nav >ul{
	display: flex;

}
.header .header-right .nav >ul>li>a{
	color: #fff;
}
.header .header-right .lang>a{
	color: #fff;
}
.header .header-right .lang>span{
	color: #fff;
	margin-right: 33px;
}
.header .header-right .nav >ul>li{
	padding:0 22px;
	height: 85px;
    display: flex;
    align-items: center;
}
.header .header-right .nav-wap >ul>li{
	height: 25px;
    padding: 10px;
}
.header .header-right >.lang{
	margin-left: 11px;
	display: flex;
	align-items: center;
}
.header .header-right >.lang>img{
	width: 18px;
	height: 18px;
	margin-right: 3px;
	position: relative;
	bottom: 1px;
}
.header .header-right #lang{
	width: 50px;
	height: 25px;
	position: relative;
}
.header .header-right #lang>ul{
	display: flex;
	position: absolute;
	top: 1px;
	left: 0;
	overflow: hidden;
	height: 24px;
	z-index: 15;
}
.header .header-right #lang>ul:after{
	content: "▼";
	color: #fff;
	margin-left: 2px;
	font-size: 12px;
	line-height: 25px;
}
.header .header-right .lang a{
	color: #fff;
}
.header .header-right .nav-wap,.header .header-right .lang-wap,.wap-hover1{
		display: none;
	}
.header .header-right .current-menu-item,.header .header-right .current-post-ancestor{
	background-color: #333;
}


/*banner*/
.banner{
	width: auto;
	margin:70px;
	position: relative;
}
.swiper-pagination *,.swiper-pagination{
	color: #fff;
}
.swiper-button-prev,.swiper-button-next{
	height: 25px!important;
}
.swiper-button-prev{
	left:-45px!important;
}
.swiper-button-next{
	right:-45px!important;
}
.banner-body{
	position: absolute;
	left: 20%;
	top: 50%;
	margin-top: -150px;
	height:300px;
	z-index: 5;
}
.banner-body *{
	color: #fff;
}
.banner-body span{
	font-size: 12px;
	letter-spacing: 3px;
	display: block;
	margin-bottom: 20px;
}
.banner-body h3{
	font-size: 48px;
	font-family: "poppins-700";
	line-height: 1.2;
}
.banner-body h3.last-h3{
	margin-bottom: 50px;
}
.banner-body a{
	padding:10px 15px 12px 15px;
	border:1px solid #fff;
}
.banner-body a img{
	width: 10px;
	height: auto;
	margin-left: 5px;
}
.banner-body a:hover{
	background-color: rgba(255,255,255,0.2);
	border:1px solid rgba(255,255,255,0.8);
}
.swiper-slide img{
	width: 100%;
}
.swiper-pagination{
	bottom: 30px!important;
}
.swiper-pagination span {
	background:none;
	text-align: left;
	margin-right: 10px!important;
	opacity: 1!important;
}
.swiper-pagination span.swiper-pagination-bullet-active{
	width: 60px;
	position: relative;
	height: auto;
}
@keyframes myfirst{
	from {width: 0px;}
	to {width: 40px;}
	}
@-moz-keyframes myfirst{
	from {width: 0px;}
	to {width: 40px;}
	}
@-webkit-keyframes myfirst{
	from {width: 0px;}
	to {width: 40px;}
	}
@-o-keyframes myfirst{
	from {width: 0px;}
	to {width: 40px;}
	}			

.swiper-pagination span.swiper-pagination-bullet-active:after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 48%;
	left: 25px;
	animation: myfirst 1s;
	-moz-animation: myfirst 1s;
	-webkit-animation: myfirst 1s;
	-o-animation: myfirst 1s;

}
.swiper-pagination span.swiper-pagination-bullet-active:last-child:after{
	display: none;
}
.swiper-slide>.bck{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}

/*index-body-1170*/
.index-body-1170{
	max-width: 1170px;
	margin: 90px auto;
	display: flex;
	justify-content: space-between;
}
.index-body-1170 .left{
	max-width: 620px;
}
.index-body-1170 .left span{
	font-size: 12px;
	letter-spacing: 3px;
	margin-bottom: 15px;
	display: block;
	color: #ccc;
}
.index-body-1170 .left h3{
	font-size: 38px;
	font-family: "poppins-700";
	line-height: 1.3;
}
.index-body-1170 .left p{
	font-size: 14px;
	padding:50px 0 90px 0;
	line-height: 2.2;
}
.index-body-1170 .left a{
	border:1px solid #fff;
	padding:15px 30px;
	font-size: 14px;
}
.index-body-1170 .left a:hover{
	background-color: rgba(255,255,255,0.2);
	border:1px solid rgba(255,255,255,0.8);
}
.index-body-1170 .left a img{
	width: 10px;
	height: auto;
	margin-left: 5px;
}
.index-body-1170 .left *{
	color: #fff;
}
.index-body-1170 .right{
	max-width: 470px;
	position: relative;
	max-height: 470px;
}
.index-body-1170 .right img{
	width: 100%;
}
.index-body-1170 .right .left-top{
	position: absolute;
	top:20px;
	left: 20px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	width:50%;
	height: 50%;
}
.index-body-1170 .right .right-bottom{
	position: absolute;
	bottom:20px;
	right: 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 50%;
	height: 50%;
}


/*index-latest*/
.index-latest{
	margin:0 70px;
	max-width: 100%;
}
.index-latest .title *{
	color: #fff;
}
.index-latest .title{
	margin-bottom: 70px;
}
.index-latest .title span{
	font-size: 12px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 3px;
	color: #ccc;
}
.index-latest .title h2{
	font-size: 38px;
	text-align: center;
	font-family: "poppins-700";
}
.index-latest .body{
	overflow: hidden;
}
.index-latest .body ul{
	overflow: hidden;
}
.index-latest .body ul li{
	width:24%;
	margin:0 0.5% 10px 0.5%;
	float: left;
	overflow: hidden;
	height: auto;
	position: relative;
	height: 12vw;
}
.index-latest .body ul li .position{
	position: absolute;
	left: 0;
	bottom: 15px;
	background-color: #fff;
	padding:5px 15px;
	width: 60%;
	opacity: 0;

}
.index-latest .body ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.index-latest .body ul li .position h2{
	font-size: 18px;
	font-family: "poppins-700";
	color: #222;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index-latest .body ul li .position p{
	font-size: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #666;
}
.index-latest .body ul li img{
	width: auto;
	height: 100%;
}
.index-latest .index-latest-a{
	margin:60px auto 100px auto;
	text-align: center;
}
.index-latest .index-latest-a >a{
	font-size: 12px;
	border:1px solid #fff;
	padding:12px 25px;
	color: #fff;
}
.index-latest .index-latest-a >a:hover{
	background-color: rgba(255,255,255,0.2);
	border:1px solid rgba(255,255,255,0.8);
}


/*footer*/
.footer{
	width: 100%;
	background-color: #222;
	clear: both;
}
.footer .footer-top{
	height: auto;
	margin: 0 10% 0 19%;
	overflow: hidden;
	padding:40px 0;
}
.footer .footer-bottom{
	text-align: center;
	padding: 12px 0;
	width: 100%;
	color: #fff;
	font-size: 12px;
	background-color: #000;
}

.footer .footer-top .logo{
	margin-bottom:35px;
	overflow: hidden;
	position: relative;
}
.footer .footer-top .logo img{
	display: block;
	float: left;
}
.footer .footer-top .body{
	display: flex;
	justify-content: space-between;
}
.footer .footer-top .body h3{
	color: #fff;
	font-family: "poppins-700";
	font-size: 18px;
	margin-bottom: 35px;
}
.footer .footer-top .body *{
	color: #fff;
}
.footer .footer-top .body >div >div *{
	font-size: 13px;
}
.footer .footer-top .body >div >div{
	display: flex;
	margin-bottom:20px;
}
.footer .footer-top .body >div >div>div:nth-child(1){
	width: 20%;
}
.footer .footer-top .body >div >div>div:nth-child(2){
	width: 52%;
	margin-left: 3%;
	line-height: 1.2;
}
.footer .footer-top .body .guangzhou,.footer .footer-top .body .hongkong,.footer .footer-top .body .link{
	width: 50%;
}
.footer .footer-top .body .link h3,.footer .footer-top .body .link ul ul{
	overflow: hidden;
	width: 60%;
}
.footer .footer-top .body .link ul ul li{
	float: left;
	width: 50%;
	display: block;
    line-height: 1;
    margin-bottom: 20px;
}
.footer .footer-top .body .link ul ul{
	margin-top: 35px;
}
.footer .footer-top .body .link ul ul li a{
	font-size: 13px;
}



/*project-inner*/
.project-inner{
	max-width: 100%;
	margin:55px 70px;
	display: flex;
	justify-content: space-between;
}
.project-inner-left{
	margin-right: 30px;
	width: 70%;
}
.project-inner-left>ul li{
	margin-bottom: 40px;
}
.project-inner-left>ul li img{
	width: 100%;
}
.project-inner-right{
	width: 26%;
	height: 385px;
	padding: 30px 35px;
	background-color: #fff;
}
.project-inner-right>h2{
	font-size: 30px;
	font-family: "poppins-700";
	color: #222;
	margin-bottom: 40px;
	margin-top: 15px;
}
.project-inner-right>.h2-end{
	margin-bottom: 40px;
	margin-top: 15px;
}
.project-inner-right>div{
	margin-bottom: 35px;
	overflow: hidden;
}
.project-inner-right>div>div{
	float: left;
	position: relative;
	left: 5px;
}
.project-inner-right>div>div:first-child{
	width: 35%;
	font-family: "poppins-700";
	color: #000;
}
.project-inner-right>div>div:last-child{
	width: 65%;
	color: #555;
}


/*project-cover*/
.project-cover{
	max-width: 1170px;
	margin:0 auto 30px auto;
}
.project-cover-title{
	margin: 100px 0 70px 0;
}
.project-cover-title *{
	color: #fff;
}
.project-cover-title span{
	font-size: 12px;
	letter-spacing: 3px;
	display: block;
	margin-bottom: 20px;
}
.project-cover-title h2{
	font-size: 46px;
	font-family: "poppins-700";
	line-height: 1.2;
}
.project-cover-body,.project-cover-body ul{
	overflow: hidden;
}
.project-cover-body ul li{
	width: 49%;
	float: left;
	margin-bottom: 23px;
	display: block;
	height: auto;
	overflow: hidden;
	color: #fff;
	position: relative;
}
.project-cover-body ul li .position-title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
}

.project-cover-body ul li .position-title h2{
	font-size: 24px;
	padding: 5px 10px;
}
.project-cover-body ul li .position-title h2 >a{
	box-sizing: border-box;
	display: inline;
	color: #fff;
}
.project-cover-body ul li .position-title h2 >a:hover{
	transition: 0s;
	border-bottom: 1px solid #fff;
}
.project-cover-body ul li .position-title p{
	font-size: 14px;
	padding:0 10px 5px 10px;
}
.project-cover-body ul li a{
	display: block;
	overflow: hidden;
}
.project-cover-body ul li:nth-child(2n){
	margin-left: 2%;
}
.project-cover-body ul li img{
	width: 560px;
	display: block;
	height: 350px;
}
.project-cover .more{
	clear: both;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.project-cover .more a{
	padding:12px 25px;
	border:1px solid #fff;
	color: #fff;
}
.project-cover .more a:hover{
	background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.8);
}


/*about*/
.about{
	max-width: 100%;
	margin:0 70px;
}
.about .about-title{
	margin:100px auto 70px auto;
	max-width: 1140px;
}
.about .about-title *{
	color: #fff;
}

.about .about-title h2{
	font-size: 48px;
	font-family: "poppins-700";
	line-height: 1.3;
}
.about .about-title span{
	font-size: 12px;
	letter-spacing: 3px;
	display: block;
	margin-bottom: 20px;
}
.about .about-banner img{
	width: 100%;
	display: block;
	margin-bottom: 140px;
}
.about-us{
	max-width: 1170px;
	margin:0 auto 150px auto;
	overflow: hidden;
}
.about-us *{
	color: #fff;
}
.about-us >span{
	font-size: 12px;
	letter-spacing: 3px;
}
.about-us>h2{
	font-size: 60px;
	font-family: "poppins-700";
	margin-bottom: 30px;
}
.about-us .about-us-body .about-us-body-left{
	width: 49%;
	float: left;
}
.about-us .about-us-body .about-us-body-left img{
	width: 80%;
	display: block;
}
.about-us .about-us-body .about-us-body-right{
	width: 51%;
	float: right;
}

.about-us .about-us-body .about-us-body-right p{
	line-height: 2;
	margin-bottom: 40px;
	position: relative;
	bottom: 8px;
}

.about-us-right >span,.about-us-right h2{
	text-align: right;
	display: block;
}

.about-us-right .about-us-body .about-us-body-left{
	float: right;
}
.about-us-right .about-us-body .about-us-body-left img{
	float: right;
}
.about-us-right .about-us-body .about-us-body-right{
	float: left;
}
.about-us-right .about-us-body .about-us-body-right p{
	line-height: 1.3;
	padding-left: 15px;
	bottom: 0;
}
.about-us-right .about-us-body .about-us-body-right p span{
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	top: 7px;
	left:0;
	background-color: #fff;
	border-radius: 50%;
}



/*services*/
.our-services{
	max-width: 1200px;
	margin:0 auto;
}
.services .about-banner img{
	margin-bottom: 70px;
}
.our-services .title{
	text-align: center;
	color: #fff;
	margin-bottom: 70px;
}
.our-services .title span{
	display: block;
	text-align: center;
	font-size: 12px;
	letter-spacing: 3px;
}
.our-services .title h2{
	font-size: 38px;
	font-family: "poppins-700";
	text-align: center;
}
.our-services .body ul li{
	width: 33.33333333333333333%;
	float: left;
	color: #fff;
	position: relative;
	height: 140px;
	margin-bottom: 45px;
	text-align: center;
}
.our-services .body ul li>div{
	display: none;
	width: 100px;
	height: 100px;
	background-color: #222;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.our-services .body ul li>img{
	position: static;
	z-index: 2;
}
.our-services .body ul li>p{
	position: static;
	z-index: 3;
	font-size: 12px;
	left: 0;
	line-height: 1.3;
	width: 100%;
	text-transform:uppercase;
}
.our-services .body,.our-services .body ul{
	overflow: hidden;
}
.our-services .body{
	position: relative;
}

.service-scope{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.service-scope .service-scope-title{
	color: #fff;
	margin: 100px auto 20px auto;
}
.service-scope .service-scope-title span{
	display: block;
	text-align: center;
	font-size: 12px;
	letter-spacing: 3px;
}
.service-scope .service-scope-title h2{
	text-align: center;
	font-size: 38px;
	font-family: "poppins-700";
	margin-bottom: 20px;
}
.service-scope .service-scope-title p{
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}
.service-scope .service-scope-body,.service-scope .service-scope-body ul{
	overflow: hidden;
}
.service-scope .service-scope-body{
	margin-top: 50px;
}
.service-scope .service-scope-body ul li{
	float: left;
	width: 33.33333333333%;
	display: block;
	height: 600px;
	overflow: hidden;
}
.service-scope .service-scope-body ul li img{
	display: block;
	text-align: center;
	width: 146px;
	margin:0 auto 30px auto;
}
.service-scope .service-scope-body ul li h2{
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: "poppins-700";
	width: 75%;
	margin:0 auto;
	height: 80px;
}
.service-scope .service-scope-body ul li p{
	line-height: 2;
	color: #fff;
	font-size: 12px;
	width: 80%;
	margin:0 auto;
}
.service-scope .service-scope-body ul li span{
	color: #fff;
	font-size: 12px;
	display: block;
    width: 80%;
    margin: 10px auto 10px 16%;
    position: relative;
}
.service-scope .service-scope-body ul li span:before{
	content: "·";
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
    position: absolute;
    top: -6px;
    left: -20px;
}


/*contact*/
.contact{
	max-width: 1170px;
	margin: 0 auto;
}
.contact .contact-title{
	margin:60px 0;
	color: #fff;
}
.contact .contact-title span{
	font-size: 12px;
	letter-spacing: 3px;
}
.contact .contact-title h2{
	font-size: 48px;
	font-family: "poppins-700";
}
.contact .contact-banner img{
	display: block;
	width: 100%;
}
.contact .contact-body *{
	color: #fff;
}
.contact .contact-body{
	display: flex;
	margin:60px 0 100px 0;

}
.contact .contact-body .address,.contact .contact-body .form{
	width: 33.3333333333333333333%;
}
.contact .contact-body .address h3{
	font-size: 18px;
	font-family: "poppins-700";
}
.contact .contact-body .address h4{
	font-size: 13px;
	font-family: "poppins-700";
	margin-top: 60px;
}
.contact .contact-body .address p{
	font-size: 13px;
	margin-top: 5px;
}
.contact .contact-body .form form{
	display: flex;
	flex-direction:column;
}
.contact .contact-body .form form input,.contact .contact-body .form form textarea{
	height: 50px;
	background-color: #fff;
	border:none;
	color: #888;
	line-height: 50px;
	font-size: 13px;
	margin-bottom: 20px;
	padding:0 20px;
}
.contact .contact-body .form form textarea{
	padding:20px;
	height: 190px;
	line-height: 1;
	color: #888;
	font-size: 13px;
	font-family: "poppins";
}
.contact .contact-body .form form button{
	color: #fff;
	background-color: #000;
	border:1px solid #fff;
	height: 45px;
	width: 40%;
	line-height: 45px;
	cursor: pointer;
}
.contact .contact-body .form form button:hover{
	background-color: #333;
}

/*分页*/
.paging{
	text-align: center;
	padding: 10px 0;
}
.paging *{
	color: #fff;
}
.paging a{
	margin:0 3px;
	padding:0 7px;
}
.paging .page{
	border:1px solid rgba(255,255,255,0.5);
}
.paging .page:hover{
	background-color: #fff;
	color: #000;
}
.paging .pages{
	display: none;
}
.paging .previouspostslink:hover,.paging .nextpostslink:hover{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
}
.paging .current{
	margin:0 3px;
}






















/*index 1000px-1300px css*/
@media screen and (min-width: 1000px) and (max-width: 1300px){
	.banner-body h3{
		font-size: 40px;
	}
	.index-body-1170 .left h3{
		font-size: 30px;
	}
	.index-body-1170{
		margin:0 70px 70px 70px;

	}
	.index-body-1170 .left{
		width: 50%;
	}
	.index-body-1170 .right{
		width: 410px;
		height: 410px;
	}
	.footer .footer-top{
		margin:0 5%;
	}
	.footer .footer-top .body .hongkong,.footer .footer-top .body .link{
		position: relative;
		left: 5%;
	}
	.project-inner-right>h2{
		font-size: 24px;
	}
	.project-inner-right>div>*{
		font-size: 14px;
	}
	.project-inner-right{
		padding:10px 20px;
	}

		/*project-cover*/
	.project-cover{
		max-width: 100%;
		margin: 0 70px;
	}

	/*contact*/
	.contact{
		margin: 0 70px;
	}
	.contact .contact-title h2{
		font-size: 40px;
	}
	.project-cover-body ul li img{
		width: 500px;
		height: 313px;
	}

}


















/*750px-1000px css*/
@media screen and (min-width: 750px) and (max-width: 1000px){

	/*index or header*/
	.header .header-right .nav-pc,.header .header-right .lang-pc{
		display: none;
	}
	.header .header-right .lang-wap{
		display: block;
	}
	.header{
		padding:0 2%;
	}
	.header .header-right .lang-wap{
		display: flex;
	}
	.header .header-right .lang>span{
		margin-right: 10px;
		display: flex;
		align-items: center;
	}
	.wap-hover{
		display: block;
		position: absolute;
		width: 40px;
		height: 30px;
		right: 2%;
		top: 50%;
		border:1px solid rgba(255,255,255,0.8);
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		cursor: pointer;
		color: #fff;
		font-size: 30px;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Chrome/Safari/Opera */
		-khtml-user-select: none; /* Konqueror */
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none;
	}
	.wap-hover:hover{
		background-color: #fff;
		border:1px solid #fff;
		color: #000;
	}
	.wap-hover:hover div{
		background-color: #000;
	}
	.header .header-right .lang-wap{
		margin-bottom: 35px;
	}
	.wap-hover div{
		width: 70%;
		height: 2px;
		background-color: rgba(255,255,255,0.8);
	}
	.header .header-right .nav-wap{
		display: block;
		position: absolute;
		width: 100%;
		top: 85px;
		left: 0;
		background-color: #222;
		z-index: 11;
		padding-bottom: 0px;
		height: 0px;
		overflow: hidden;
	}
	.header .header-right .nav-wap >ul{
		display: block;
	}
	.header .header-right .nav-wap >ul>li{
		border-bottom: 1px solid rgba(255,255,255,0.1);
		background-color: #333;
		margin:0 2%;
		height: 25px;
		padding:10px;
	}
	.header .header-right .nav-wap >ul>li>a{
		font-size: 1rem;
	}
	.index-body-1170{
		width: 96%;
		margin:0 2% 70px 2%;
		display: block;
	}
	.index-body-1170 .left{
		max-width: 100%;
		margin-bottom: 50px;
	}
	.index-body-1170 .right{
		max-width: 50%;
		margin:0 auto;
	}
	.index-body-1170 .left p{
		padding: 30px 0 50px 0;
	}
	.index-body-1170 .left>div{
		text-align: center;
	}
	.index-body-1170 .left>*{
		text-align: center;
	}
	.banner-body h3{
		font-size: 40px;
		line-height: 1;
	}
	.index-latest .title{
		margin-bottom: 30px;
	}
	.footer .footer-top{
		margin: 0 0 0 5%;
	}
	.footer .footer-top .body .link h3, .footer .footer-top .body .link ul{
		width: 100%;
	}
	.index-latest{
		margin:0 2%;
	}
	.banner-body a{
		padding: 7px 10px 8px 10px;
	}
	.banner-body span{
		margin-bottom: 10px;
	}


	/*project-cover*/
	.project-cover{
		margin:0 2%;
	}

	/*SERVICES*/
	.our-services .body ul li{
		width: 25%;
	}
	.service-scope .service-scope-body ul li{
		width: 50%;
	}

	/*contact*/
	.contact{
		margin: 0 2%;
	}
	.contact .contact-title h2{
		font-size: 34px;
	}
	.contact .contact-title{
		margin:30px 0;
	}
	.contact .contact-body .form form button{
		width: 50%;
	}




}


























/*最大749宽屏幕 css*/
@media screen and (max-width: 749px){

	/*index or header*/
	.header .header-right .nav-pc,.header .header-right .lang-pc{
		display: none;
	}
	.header .header-right .lang-wap{
		display: block;
	}
	.header{
		padding:0 2%;
	}
	.header .header-right .lang-wap{
		display: flex;
	}
	.header .header-right .lang>span{
		margin-right: 10px;
		display: flex;
		align-items: center;
	}
	.wap-hover{
		display: block;
		position: absolute;
		width: 40px;
		height: 30px;
		right: 2%;
		top: 50%;
		border:1px solid rgba(255,255,255,0.8);
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		cursor: pointer;
		color: #fff;
		font-size: 30px;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Chrome/Safari/Opera */
		-khtml-user-select: none; /* Konqueror */
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none;
	}
	.wap-hover:hover{
		background-color: #fff;
		border:1px solid #fff;
		color: #000;
	}
	.wap-hover:hover div{
		background-color: #000;
	}
	.header .header-right .lang-wap{
		margin-bottom: 35px;
	}
	.wap-hover div{
		width: 70%;
		height: 2px;
		background-color: rgba(255,255,255,0.8);
	}
	.header .header-right .nav-wap{
		display: block;
		position: absolute;
		width: 100%;
		top: 85px;
		left: 0;
		background-color: #222;
		z-index: 11;
		padding-bottom: 0px;
		height: 0px;
		overflow: hidden;
	}
	.header .header-right .nav-wap >ul{
		display: block;
	}
	.header .header-right .nav-wap >ul>li{
		border-bottom: none;
		background-color: #333;
		margin:0 2%;
		height: 25px;
		padding:10px;
	}
	.header .header-right .nav-wap >ul>li>a{
		font-size: 1rem;
	}
	.banner-body{
		height: 10rem;
		margin-top: -5rem;
		left: 8%;
	}
	.banner-body span{
		font-size: 0.6rem;
	}
	.banner-body h3{
		font-size: 1.3rem;
		
	}
	.banner-body h3.last-h3{
		margin-bottom: 1rem;
	}
	.banner-body a{
		padding:0.5rem 0.8rem;
		font-size: 0.8rem;
	}
	.banner{
		margin:0;
	}
	.banner-body span{
		margin-bottom: 0.6rem;
	}
	.swiper-button-prev{
		left: 1%!important;
	}
	.swiper-button-next{
		right: 1%!important;
	}

	.swiper-pagination{
		bottom: 5px!important;
	}
	.swiper-pagination span{
		font-size: 0.8rem;
	}

	.index-body-1170{
		width: 96%;
		margin:30px 2% 70px 2%;
		display: block;
	}
	.index-body-1170 .left{
		max-width: 100%;
		margin-bottom: 50px;
	}
	.index-body-1170 .right{
		max-width: 310px;
		max-height: 310px;
		margin:0 auto;
	}
	.index-body-1170 .left p{
		padding: 30px 0 50px 0;
		font-size: 1rem;
	}
	.index-body-1170 .left>div{
		text-align: center;
	}
	.index-body-1170 .left>*{
		text-align: center;
	}
	.index-body-1170 .left span{
		font-size: 0.8rem;
	}
	.index-body-1170 .left h3{
		font-size: 2rem;
	}
	.index-latest{
		margin:0 2%;
	}
	.index-latest .title{
		margin-bottom: 1rem;
	}
	.index-latest .title span{
		font-size: 0.8rem;
	}
	.index-latest .title h2{
		font-size: 2rem;
		overflow: hidden;
	}
	.index-latest .body ul li{
		width: 48%;
		margin: 0 1% 5px 1%;
		height: 30vw;
	}
	.index-latest .index-latest-a{
		margin:1rem auto 2rem auto;
	}
	.footer .footer-top{
		margin:0 2%;
	}
	.footer .footer-top .body{
		flex-direction: column;
	}
	.footer .footer-top .body>div{
		margin-bottom: 1rem;
	}
	.footer .footer-top .body .guangzhou, .footer .footer-top .body .hongkong, .footer .footer-top .body .link{
		width: 100%;
	}
	.footer .footer-top .body h3{
		font-size: 1.2rem;
		margin-bottom: 0.5rem;
	}
	.footer .footer-top .body >div >div>div:nth-child(2){
		width: 80%;
		font-size: 0.8rem;
	}
	.footer .footer-top .body >div >div{
		margin-bottom: 10px;
	}
	.footer .footer-top .body .link ul{
		margin-top: 0;
		width: 100%;
	}
	.footer .footer-top .body .link ul li{
		width: 96%;
		padding:0.5rem 2%;
		margin:0;
		border-bottom:1px solid rgba(255,255,255,0.2);
	}
	.footer .footer-top .body .link ul li a{
		float: left;
	}
	.footer .footer-top .body .link ul li span{
		float: right;
		cursor: pointer;
	}

	/*about*/
	.about .about-title h2{
		font-size: 1.2rem!important;
	}
	.about .about-title span{
		margin-bottom: 0.5rem;
	}

	.about-us{
		margin:0 auto 3rem auto;
	}
	.about-us .about-us-body .about-us-body-right p{
		line-height: 1.5;
		margin-bottom: 1.5rem;
		font-size: 1rem;
	}
	.about-us .about-us-body .about-us-body-left img{
		width: 80%;
	}
	.about .about-banner img{
		margin-bottom: 1rem;
	}
	.about-us >span{
		letter-spacing: 1px;
	}
	.about-us>h2{
		font-size: 1.7rem;
	}

		/*SERVICES*/
	.our-services .body ul li{
		width: 50%;
		position: relative;
		text-align: center;
		height: 8rem;
	}
	.our-services .body ul li>p{
		width: 80%;
		text-align: center;
		position: relative;
		margin: 0 auto;
		left: 0!important;
		top: -0.5rem;
	}
	.service-scope .service-scope-body ul li{
		width: 100%;
		height: auto;
		margin-bottom: 2rem;

	}
	.our-services .body ul li>img{
		position: static;
	}
	.our-services .body{
		left: 0;
	}
	.our-services .body ul li>p{
		left: 3%;
		width: 80%;
	}
	.service-scope .service-scope-title{
		margin:1rem auto;
	}
	.service-scope .service-scope-body ul li img{
		margin:0 auto 1rem auto;
	}
	.service-scope .service-scope-body ul li h2{
		height: auto;
		margin-bottom: 1rem;
		width: 90%;
	}
	.service-scope .service-scope-body ul li p{
		width: 90%;
	}
		/*contact*/
	.contact{
		margin: 0 2%;
	}
	.contact .contact-title h2{
		font-size: 2rem;
		line-height: 1.3;
	}
	.contact .contact-title{
		margin:2rem 0;
	}
	.contact .contact-body .form form button{
		width: 30%;
		line-height: 42px;
	}
	.contact .contact-body{
		margin:1.5rem 0;
		flex-direction: column;
	}
	.contact .contact-body .address, .contact .contact-body .form{
		width: 100%;
		margin-bottom: 2rem;
	}
	.contact .contact-body .address h4{
		margin-top: 1rem;
	}
	.header .header-right .nav-wap{
	padding:0!important;
	width: 100%!important;
	}
	.header .header-right .nav-wap ul li a{
		font-size: 0.8rem!important;
		width: 100%;
	}
	.project-cover-body ul li .position-title h2 {
		font-size: 1.2rem;
		padding:0 10px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.project-cover-body ul li .position-title p{
		font-size: 0.8rem;
	}
	.project-cover-body ul li{
		width: 100%;
		height: auto!important;
	}
	.project-cover-body ul li:nth-child(2n){
		margin-left:0;
	}
	.project-cover-body ul li .position-title{
		position: static;
		text-align: center;
		padding-top: 10px;
	}
	.project-cover-title h2{
		font-size: 1.4rem!important;
	}
	.our-services .title{
		margin-bottom: 1rem;
	}
	.our-services .body ul li>div{
		display: none;
	}
	.project-cover-body ul li img{
		width: 100%;
		height: auto;
	}

	.footer .footer-top .logo{
		overflow: visible;
		height: 120px;
	}

	.footer .footer-top .logo img:nth-child(2){
		left: 0!important;
		top: 50px!important;
	}
	.footer .footer-top .logo p{
		left: 0!important;
		top: 90px!important;
	}


}

















/*最大1000px*/
@media screen and (max-width: 1000px){

	/*project-inner*/
	.project-inner{
		display: flex;
		flex-direction: column-reverse;
	}
	.project-inner-right{
		width: 92%;
		margin-bottom: 35px;
		padding: 4%
	}
	.project-inner-left{
		width: 100%;

	}
	.project-inner{
		margin: 35px 2%;
	}
	.project-inner-right>h2{
		display: inline-block;
	}

	/*about*/
	.about{
		margin: 0 2%;
	}
	.about .about-title h2{
		font-size: 30px;
	}
	.about .about-title{
		margin:30px auto;
	}
	.about-us .about-us-body .about-us-body-left{
		width: 100%;
		margin-bottom: 30px;
	}
	.about-us .about-us-body .about-us-body-left img{
		width: 50%;
		margin: 0 auto;
	}
	.about-us .about-us-body .about-us-body-right{
		width: 100%;
	}
	.about-us{
		text-align: center;
	}
	.about-us-right >span, .about-us-right h2{
		text-align: center;
	}
	.about-us .about-us-body .about-us-body-left img{
		float: none;
	}
	.about-us-right .about-us-body .about-us-body-right p{
		text-align: left;
	}
	.about-us>h2{
		font-size: 40px;
	}
	.about .about-banner img{
		margin-bottom: 50px;
	}
	.about-us{
		margin:0 auto 50px auto;
	}

	.header{
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 96%;
		z-index: 20;
		background-color: #000;
	}
	.header .wap-hover1{
		display: block;
		order: 0;
		width: 30%;
	}
	.header .wap-hover{
		order: 0;
		position: static;
		height: 40px;
		border:none;
	}
	.header .wap-hover:hover{
		background-color: rgba(0,0,0,0);
		border:none;
		color: #fff;
	}
	.header .wap-hover:hover div:nth-child(1),.header .wap-hover:hover div:nth-child(2){
		background-color: rgba(255,255,255,0.8);
	}
	.header .logo{
		order: 1;
		width: 100%;
		text-align: center;
	}
	.header .logo img {
		width: 100%;
	}
	.header .header-right{
		order: 2;
		width: 30%;
	}
	.header .header-right .lang-wap{
		margin-bottom: 0;
	}
	.wap-hover div{
		height: 5px;
		width: 90%;
	}
	.wap-hover div:last-child{
		background-color: rgb(228,36,133);
	}
	.header .header-right .nav-wap >ul>li{
		width: 25%;
		margin: 0;
    	padding: 20px 0;
    	text-align: center;
    	float: left;
    	background-color: rgba(0,0,0,0);
	}
	.header .header-right .nav-wap{
		background-color: #222;
		padding:0 15%;
		width: 70%;
	}
	body{
		margin: 85px auto 0 auto;
	}
	.footer .footer-top .body .link ul ul{
		margin-top: 1rem;
	}
	.header .header-right .nav-wap ul li:first-child{
		display: none;
	}
	.project-cover-body ul li{
		height: auto;
	}

}

/*最大屏幕900宽*/
@media screen and (max-width: 900px){

	/*footer*/
	.footer .footer-top{
		margin:0 2%;
	}
	.footer .footer-top .body{
		flex-direction: column;
	}
	.footer .footer-top .body>div{
		margin-bottom: 1rem;
	}
	.footer .footer-top .body .guangzhou, .footer .footer-top .body .hongkong, .footer .footer-top .body .link{
		width: 100%;
	}
	.footer .footer-top .body h3{
		font-size: 1.2rem;
		margin-bottom: 0.5rem;
	}
	.footer .footer-top .body >div >div>div:nth-child(2){
		width: 80%;
		font-size: 0.8rem;
	}
	.footer .footer-top .body >div >div{
		margin-bottom: 10px;
	}
	.footer .footer-top .body .link ul{
		margin-top: 0;
		width: 100%!important;
	}
	.footer .footer-top .body .link ul li{
		width: 46%!important;
		padding:0.5rem 2%!important;
		margin:0!important;
		border-bottom:1px solid rgba(255,255,255,0.2);
	}
	.footer .footer-top .body .link ul li a{
		float: left;
	}
	.footer .footer-top .body .link ul li span{
		float: right;
		cursor: pointer;
	}

	/*project-inner*/
	.project-inner-left>ul>li{
		margin-bottom: 0.3rem;
	}


	/*project-cover*/
	.project-cover{
		margin:0 2%;
	}
	.project-cover-title{
		margin: 1rem 0;
	}
	.project-cover-title *{
		text-align: center;
	}
	.project-cover-title h2{
		font-size: 2rem;
	}
	.project-cover-title span{
		margin-bottom: 0.5rem;
	}
	.project-cover-body ul li{
		margin-bottom: 0.5rem;
	}




}













/*最小900宽屏幕*/
@media screen and (min-width: 901px){
	.footer .footer-top .body .link ul li span{
	display: none;
	}
}