.com_ban{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



.Header-wrapper{
	text-align: center;
	position: fixed;
	background-color: transparent;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.Header-wrapper.Header-bg{
	background-color: rgb(15,15,15,.2);
}
.bodyon .Header-wrapper{
	top: -1.2rem;
	background-color: transparent;
}
.bodyon2 .Header-wrapper {
    top: 0;
	background-color: rgb(15,15,15,.25);
}

.Header-container .nav_item{
}
.Header-container .nav_item ul{
}
.Header-container .nav_item ul>li{
	position: relative;
	float: left;
	
	color: white;
	display: inline-block;
	height: 1.2rem;
	line-height: 1.2rem;
	z-index: 99;
}
.Header-container .nav_item ul>li>a{
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	text-align: center;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.Header-container .nav_item ul li.aon>a,.Header-container .nav_item ul li:hover>a,.Header-container .nav_item ul li.active>a{
	font-family: 'PH';
}

.Header-container .nav_item ul li a span{}



.Header-container .nav_item ul li h1{
	display: block;
}
.Header-container .nav_item ul li h1 a{
	font-size: 0;
	width: auto;
	display: block;
	
}
.Header-container .nav_item ul li:hover h1 a{
	margin-top: 0;
	
}
.Header-container .nav_item ul li h1 a img{
	display: inline-block;
	max-height: 54px;
} 

.Header-container .nav_item .sub{
	position: absolute;
	overflow: hidden;
	opacity: 0;
	z-index: 99;
}
.Header-container .nav_item li.aon .sub{ opacity:1; }
.Header-container .nav_item .sub dl{
	float: left;
}
.Header-container .nav_item .sub dl dt{
	float: left;
	line-height: 56px;
}
.Header-container .nav_item .sub dl a{
	color: #fff;
	padding: 0;
	font-size: 16px;
	line-height: 56px;
}
.Header-container .nav_item .sub dl a:hover{
	font-family: 'PM';
}
.Header-container .nav_item .sub dl dt:not(:last-child) a::after {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ccc;
    vertical-align: middle;
    content: '';
    margin: 0 18px;
}

.sub-menu-layer {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: rgba(15,15,15,0.4);
}
.sub-slideDown .sub-menu-layer {
    display: none;
}

.Header-container .box_r{
	position: absolute;
	right: 2%;
	top: 0.35rem;
}
.Header-container .box_r span{
	position: relative;
	display: inline-block;
	margin-left: 0.14rem;
	cursor: pointer;
	
}
.Header-container .box_r span i{
	position: absolute;
	display: none;
	right: -12px;
	top: 100%;
	margin-top: 15px;
	
	width: 1rem;
	background-color: white;
}

.Header-container .box_r span:last-child i{
	width: 1.33rem;
	right: -12px;
}
.Header-container .box_r span i::after{
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	right: 18px;
	top: -12px;
	border: 5px solid transparent;
	border-bottom: 8px solid white;
}
.Header-container .box_r span:last-child i::after{
	left: 1.05rem;
}
.Header-container .box_r span i img{
	width: 100%;
	border-radius: 10px;
}
.Header-container .box_r span:hover i{
	
	display: block;
}
.Header-container .box_r span i p{
	padding: 0.12rem 2%;
	text-align: center;
	color: #212121;
}
.nav_logo{
	display: none;
}


.navbtn{
	position: absolute;
	right: 4%;
	top: 0;
	float: right;
	height: 60px;
	cursor: pointer;
	display: none;
}
.navbtn span {
    width: 30px;
    height: 2px;
	border-radius: 2px;
    background: white;
    display: block;
    position: relative;
    margin-top: 30px;
}
.navbtn span:before, .navbtn span:after {
    content: "";
    position: absolute;
    height: 2px;
    background: white;
	border-radius: 2px;
    display: block;
    left: 0;
    width: 100%;
}
.navbtn span:before {
    top: -10px;
}
.navbtn span:after {
    top: 10px;
}



.Header-container .show {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.88);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
	display: none;
}
.Header-container .show .box {
    width: 84%;
    margin: 0 auto;
	padding-top: 0.6rem;
}
.Header-container .show .m_logo a {
    display: block;
    width: 266px;
    height: 0;
    padding-top: 29px;
    background: url(404.png) no-repeat center;
	background-position: left center;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 20px;
	font-size: 0;
}
.Header-container .close {
    width: 32px;
    height: 32px;
    background-image: url(../image/close.png);
    position: absolute;
    right: 20px;
    top: 35px;
}
.Header-container .show .box .mnav > h2,.Header-container .show .box .mnav_index > h2 {
    border-bottom: 1px solid #646565;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
	text-align: left;
}
.Header-container .show .box .mnav > h2 > a,.Header-container .show .box .mnav_index > h2 > a {
    color: #ffffff;
}


.Header-container .show .box .mnav > h2 > a span{
	margin-left: 2rem;
}
.Header-container .show .box .mnav > h2:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../image/jia.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Header-container .show .box .mnav>h2.open:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../image/jian.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Header-container .show .box .mnav > ol {
    display: none;
}
.Header-container .show .box .mnav > ol li {
    width: 100%;
    background-color: #484848;
    z-index: 999;
    text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.Header-container .show .box .mnav > ol li a {
    color: #ffffff;
}

.Header-container .show .box .box_m{
	
}

.Header-container .show .box .box_m{
	margin-top: 0.8rem;
}
.Header-container .show .box .box_m ul li{
	height: 0.4rem;
	padding-left: 0.8rem;
	background: url(404.png) no-repeat left;
	font-size: 12px;
	margin-bottom: 0.18rem;
	line-height: 0.4rem;
	text-align: left;
	color: white;
}
.Header-container .show .box .box_m ul li:nth-child(1){
	font-size: 28px;
	
}
.Header-container .show .box .box_m ul li:nth-child(2){
	background-image: url(404.png);
}
.Header-container .show .box .box_m ul li:nth-child(3){
	background-image: url(404.png);
}
.Header-container .show .box .box_m ul li:nth-child(4){
	background-image: url(404.png);
}




.Footer-wrapper{
	background-color: #000;
	font-family: 'PM';
}
.Footer-container{
	color: white;
	padding: 0.8rem 0;
}
.Footer-container .fl{
	width: 24%;
}
.Footer-container .fl .f_logo{}
.Footer-container .fl .f_logo img{
	height: 0.53rem;
}
.Footer-container .fl .f_contact{
	margin: 0.25rem 0 0.1rem;
}
.Footer-container .fl .f_contact h4{
	font-size: 16px;
	color: white;
	margin-bottom: 0.16rem;
}
.Footer-container .fl .f_contact ul{}
.Footer-container .fl .f_contact ul li{
	font-size: 14px;
	line-height: 20px;
	padding-left: 25px;
	margin-bottom: 10px;
	color: #909090;
	background: url('../image/ico_f_add.png') no-repeat left 1px;
}
.Footer-container .fl .f_contact ul li:nth-child(2){
	background-image: url('../image/ico_f_phone.png');
}

.Footer-container .fl .f_link{}
.Footer-container .fl .f_link ul{}
.Footer-container .fl .f_link ul li{
	position: relative;
	margin-right: 0.1rem;
}
.Footer-container .fl .f_link ul li a{}
.Footer-container .fl .f_link ul li a img{}

.Footer-container .fl .f_link ul li i{
	position: absolute;
	display: none;
	left: -12px;
	bottom: 100%;
	margin-bottom: 10px;
	
	width: 1rem;
	background-color: white;
}
.Footer-container .fl .f_link ul li:hover i{
	display: block;
}
.Footer-container .fl .f_link ul li i::after{
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	left: 18px;
	bottom: -12px;
	border: 5px solid transparent;
	border-top: 8px solid white;
}
.Footer-container .fl .f_link ul li i img{
	width: 100%;
}

.Footer-container .mid{
	width: 48%;
}
.Footer-container .mid dl{}
.Footer-container .mid dl dt{
	font-size: 16px;
	margin-bottom: 0.16rem;
}
.Footer-container .mid dl dd{
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 0.12rem;
}
.Footer-container .mid dl a{}
.Footer-container .fr{}
.Footer-container .fr .pic{
	text-align: center;
	margin-right: 0.3rem;
}
.Footer-container .fr .pic:last-child{
	margin-right: 0;
}
.Footer-container .fr .pic img{}
.Footer-container .fr .pic p{
	margin-top: 0.1rem;
}

.F_copy{
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	padding: 0.2rem 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.F_copy a{
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}






.ind_banner .swiper-pagination-bullet{
	background-color: white;
	opacity: 1;
}
.ind_banner .swiper-pagination-bullet-active{
	background-color: #81cfc2;
}
.ind_banner video,.iBnr_video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}


.tc_search{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tc_search.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    pointer-events: auto;
}
.tc_search form{
	width: 9.6rem;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #eee;
	height: 0.7rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.tc_search input{
	width: 80%;
	height: 0.7rem;
	font-size: 0.34rem;
	color: #c1c1c1;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}
.tc_search input::placeholder{
	color: #c1c1c1;
}
.tc_search button{
	max-width: 20%;
	height: 0.7rem;
	border: 0;
	line-height: 0.7rem;
	color: #c1c1c1;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	font-size: 0.48rem;
	background-color: transparent;
}
.tc_search .search_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	z-index: 0;
}



.pst-pic{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}


.c_tit{
	color: black;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 0.6rem;
}
.c_tit.white{
	color: white;
}
.c_tit h3{
	font-size: 0.3rem;
	font-family: 'PH';
	text-transform: uppercase;
}
.c_tit p{
	font-size: 0.3rem;
	font-family: 'PR';
	margin-top: 0.06rem;
}


div[class*="n_ab_pic_0"],div[class*="n_factory_pic_0"],div[class*="n_college_pic_0"],div[class*="n_join_pic_0"]{
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
div[class*="n_ab_pic_0"] .txt,div[class*="n_factory_pic_0"] .txt,div[class*="n_college_pic_0"] .txt{
	position: absolute;
}


.online_r {
    position: fixed;
    right: 0.2rem;
    bottom: 8%;
    z-index: 9;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.back_top{
	position: relative;
	box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
	cursor: pointer;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #C59D62;
	opacity: 1;
}
.back_top i {
    display: block;
    font-size: 0.24rem;
    color: white;
    text-align: center;
}



.com_page {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.65rem;
}

.com_page a,
.com_page span {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	font-size: .16rem;
	color: #333;
	
	margin: 0 .05rem;
	transition: all .3s;
	min-width: 30px;
	min-height: 30px;
}

.com_page a.page-num-current,
.com_page a:hover {
	border-color: #C59D62;
	background: #C59D62 !important;
	color: #fff;
}

.com_page a:last-child,
.com_page a:first-child {
	background-color: #eff2f7;
}

.com_page a:last-child::after,
.com_page a:first-child::after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
}

.com_page a:first-child::after {
	content: "\f104";
}

.com_page a:last-child::after {
	content: "\f105";
}



@media all and (max-width:1700px) {
    
}

@media all and (max-width:1599px) {
    
}

@media all and (max-width:1439px) {
    
}

@media all and (max-width:1359px) {
    
}

@media all and (max-width:1279px) {
    
}

@media all and (max-width:1151px) {
    
}



@media all and (max-width:1000px) {
    
	.pc{display: none;}
	.mb{display: block;}
	
	.mt{
		margin-top: 60px;
	}
	.nav_logo,.navbtn{
		display: block;
	}
	.nav_logo a,.nav_logo{
		font-size: 0;
	}
	.nav_logo img{
		height: 32px;
		margin-top: 14px;
	}
	.Header-wrapper{
		background-color: black;
	}
	.Header-container{
		height: 60px;
		padding: 0 4%;
		max-width: 100%;
	}
	.Header-container .nav_item, .Header-container .box_r{
		display: none;
	}
	.Header-container.Header-bg,.Header-container{
		background-color: black;
		box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	}
	
	.pd-160,.pd-150,.pd-140,.pd-130,.pd-120,.pd-80{
		padding: 1rem 0;
	}
	
	.c_tit h3{
		font-size: 0.4rem;
	}
	.c_tit p{
		margin-top: 0.1rem;
		font-size: 0.32rem;
	}
	
	.Footer-container{
		flex-wrap: wrap;
	}
	.Footer-container .fl{
		width: 100%;
		margin-bottom: 0.35rem;
	}
	.Footer-container .fl .f_contact{
		margin: 0.3rem 0 0.15rem;
	}
	.Footer-container .fl .f_contact h4{
		margin-bottom: 0.25rem;
	}
	.Footer-container .fl .f_contact ul li{
		margin-bottom: 12px;
	}
	.Footer-container .mid{
		display: none;
	}
	.Footer-container .fr .pic p{
		margin-top: 0.15rem;
	}
	.Footer-container .fr .pic img{
		width: 80px;
	}
	.F_copy{
		padding: 0.25rem 0;
	}
	.F_copy .fl,.F_copy .fr{
		float: none;
		text-align: center;
	}
	
	.com_ban{
		height: 3.6rem;
	}
	.com_ban img{
		display: none;
	}
	.com_ban video{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.mt140{
		margin-top: 1rem;
	}
	
}

@media all and (max-width:768px) {
	
}

@media all and (max-width:640px) {
    
}

@media all and (max-width:480px) {
	
}

@media all and (max-width:420px) {
	.Footer-container .fr .pic p,.F_copy,.F_copy a{
		font-size: 12px;
	}
}

@media all and (max-width:376px) {
	
}