﻿@charset "utf-8";
/* CSS Document */
/*導航*/
nav{
	position:relative;
	width:100%;
	height:78px;
	}
.navbx{
	position:fixed;
	width:100%;
	height:78px;	
	top:0;
	left:0;
	z-index:10;
	box-shadow:.1rem .2rem .5rem rgba(0, 0, 0, .1);
	-webkit-box-shadow:.1rem .2rem .5rem rgba(0, 0, 0, .1);
	}
.navbx::before{
	position:absolute;
	content:" ";
	width:100%;
	height:100%;
	background-color:#FFF;
	left:0;
	top:0;
	}
.navbx::after{
	position:absolute;
	content:" ";
	width:100%;
	height:5px;
	background-color:#203567;/*#4CA156*/
	top:0;
	left:0;
	z-index:2;
	}
.logobx{
	position:absolute;
	width:1000px;
	height:100%;
	top:0;
	left:50%;
	transform:translateX(-50%);
	}
.logobx::before{
	position:absolute;
	content:" ";
	width:196px;
	height:70px;
	display:block;
	/**/
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position:0% 50%;
	background-image: url(../images/logo.png);
	background-size:100% auto;
	left:0;
	top:55%;
	transform:translateY(-50%);
	/**/
	transition: all .5s;
	}
.logo{
	position:absolute;
	width:19.6%;/*19.6*/
	height:100%;
	display:block;
	cursor: pointer;
	top:0;
	left:0;
	}
.logo2{
	position:absolute;
	width:35.6%;/*19.6*/
	height:100%;
	display:block;
	cursor: pointer;
	display:none;
	top:0;
	left:0;
	z-index: 10;
	}
	
.menubx{
	position:absolute;
	width:1000px;
	height:100%;
	top:0;
	left:50%;
	transform:translateX(-50%);
	overflow:hidden;
	}
.menubx > div{
	position:absolute;
	width:100%;
	height:100%;
	text-align:right;
	padding-right:3.75%;
	top:0;
	left:0;
	/**/
	transition: all .3s;
	}
.menubx a{
	position:relative;
	display:inline-block;
	/**/
	font-size:1.6rem;
	line-height:30px;
	font-weight:500;
	color:#383838;
	text-align: center;
	margin: 0 0 0 3%;
	top:50%;
	transform:translateY(-50%);
	/**/
	transition:all .5s;
	}
.menubx a::before{
	position:absolute;
	content:" ";
	width:100%;
	height:3px;
	display:block;
	left:0;
	bottom:0;
	/**/
	transition: all .5s;
	}
.menubx a::after{
	position:absolute;
	content:" ";
	width:90%;
	height:1px;
	display:block;
	left:5%;
	bottom:0;
	background-color:#2f4579;/*5ab064*/
	opacity:0;
	/**/
	transition: all .5s;
	}
	
.menubx a:hover,.menubx a.on{color:#4CA156;}
.menubx a:hover::before,.menubx a.on::before{background-color:#4CA156;}
.navbx .moc{
 	position:absolute;
 	width:60px;
 	height:60px;
 	cursor:pointer;
 	/**/
 	flex-direction:column;
 	display:none;/*flex*/
 	align-items:center;
 	justify-content:center;
	/**/
	right:0%;
	top:52%;
	transform:translateY(-50%);
	z-index:1;
 	} 
.navbx .moc > div,
.navbx .moc::before,.navbx .moc::after{
	position:relative;
 	width:50%;
 	height:3px;
 	border-radius:5px;
 	background-color:#203567; /*4CA156*/
	/**/
 	transition: all .3s;
 	}
.navbx .moc::before,.navbx .moc::after{content: " ";}
.navbx .moc::before{margin-bottom:8.77%;}
.navbx .moc::after{margin-top:8.77%;}
.navbx.on .moc > div{
 	opacity:0;
 	transform:rotate(45deg);
 	}
.navbx.on .moc::before{
 	margin-bottom:-3.5%;
 	transform:rotate(-45deg);
 	transform-origin:50% 50%
 	}
.navbx.on .moc::after{
 	margin-top:-7.01%;
 	transform:rotate(45deg);
 	transform-origin:50% 50%;
	}
	
/*版宣*/
footer{
	position:relative;
	width:100%;
	padding:1.8rem 0 1.5rem;
	background-color:#203567;
	/**/
	font-size:1.25rem;
	line-height:2.5rem;
	color:#fff;
	font-weight:400;
	}
footer .con{
	position:relative;
	width:1000px;
	margin:0 auto;
	}
footer a:link,footer a:hover,
footer a:visited,footer a:active{
	display:inline-block;
	color:#fff;
	}
footer a:hover{color:#fff;}
footer .link{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	}
footer .link a{padding:0 .3rem;}
footer span{
	position:relative;
	display:inline-block;
	padding:0 1.2rem 0 0;
	transition:all .5s;
	}


@media only screen and (max-width:1600px){
/**/

}
@media only screen and (max-width:1400px){
/**/

}
@media only screen and (max-width:1000px){	
/*導航*/
.menubx{
	width:100%;
	left:0;
	transform:translateX(0%);
	}
.logobx{
	width:200px;
	height:100%;
	left:3.75%;
	transform:translateX(0%);
	z-index:2;
	}
.logo2{ display:block;}
/**/
footer .con{width:95%;}
	
}
@media only screen and (max-width:800px){
/*版宣*/
footer{
	font-size:1.2rem;
	line-height:2.2rem;
	padding:2rem 0;
	}
footer .link{
	position:relative;
	top:0%;
	transform:translateY(0%);
	left:-.3rem;
	}	
}
/**/
@media only screen and (max-width:780px){
/*導航*/
nav{height:65px;}
.navbx{height:65px;}
.logobx::before{
	width:168px;
	height:60px;
	top:54%;
	}
.menubx{padding-right:2.5%;}

}
@media only screen and (max-width:685px){ 
/*導航*/	
.navbx::before{z-index:1;}
.menubx{height:0;}
.menubx > div{
	height:auto;
	padding:65px 0 0;
	background-color:#203567;/*4CA156*/
	top:-200px;
	}
.navbx.on .menubx > div{top:0;}
.navbx.on .menubx{height:100vh; background-color:rgba(0,0,0,.5);}
.menubx a{
	width:100%;
	display:block;
	font-size:1.8rem;
	line-height:60px;
	color:#FFF;
	margin:0  auto 2px;
	top:0%;
	transform:translateY(0%);
	}
.menubx a::before{
	width:5px;
	height:80%;
	bottom:10%;
	}	
.menubx a:hover,.menubx a.on{color:#FFD15B;}
.menubx a:hover::before,.menubx a.on::before{background-color:#FFD15B;}
/**/
.menubx a::after{opacity:1;}
.menubx a:nth-last-child(1)::after{opacity:0;}

.navbx .moc{display:flex;}

}
@media only screen and (max-width:580px){
/*導航*/	
nav{height:55px;}
.navbx{height:55px;}
.logobx{left:2.75%;}
.logobx::before{
	width:140px;
	height:50px;
	top:55%;
	}
.navbx .moc{
 	width:55px;
 	height:55px;
	}
	
}
@media only screen and (max-width:560px){
/**/
footer span{
	display:block;
	padding:0;
	}
.copyright{
	line-height:1.6rem;
	padding:.5rem 0;
	}	
}
@media only screen and (max-width:470px){
/**/
	
	
}

@media only screen and (max-width:380px){
/**/

}
@media only screen and (max-width:360px){
/**/
/*版宣*/	

}
@media only screen and (max-width:340px){
/**/
}

