	body{
	background-color: #ffffff ;
}
*{
	font-family: "微软雅黑";
}
body,h1,h2,h3,h4,h5,h6,a,div,button,ul, li,span,time {
	margin: 0px;
	padding: 0px;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: black;
}
a:visited { 
color:#333; 
text-decoration:none; 
}
.container-box{
	width: 100%;
	background-color: #FFFFFF;
}
.container{
	width: 1200px;
	margin: auto auto;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.overflow{
	overflow: hidden;
}
.blue{
	color: #055da4;
}
.red{
	color: #d2292a;
}
	
.margin-left20{
	margin-left: 20px;;
}
.margin-left40{
	margin-left: 40px;
}
.margin-right154{
/* 	margin-right: 90px; */
margin-right: 120px;
}
.margin-top40{
	margin-top: 40px;
}
.login-box a, .login-box span, .login-box time {
	line-height: 40px;
}

.logo{
     margin-top: 66px;
     z-index: 9999;
}
.nav{
	background-image: url(../img/nav-bg.png);
	background-repeat: no-repeat;
	display: -moz-grid;
	grid-auto-flow: column;
	grid-gap:1em;
	
}
.main-nav{
	font-size: 18px;
	color:#000000;
	line-height: 90px;
	cursor: pointer;
	position: relative;
	color: rgba(0,0,0,1);
	transition: color  .3s  ease;
}

.nav-list{
	
}
.nav-list li{
	line-height: 30px;
	float: left;
}
.main-nav a:hover{
	color: #055DA4;
	font-weight: bold;
}


.main-nav a::after{
	--scale:0;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 3px;
	background: #055DA4;
	-webkit-transform: scaleX(var(--scale));
	transform: scaleX(var(--scale));
	-webkit-transform-origin: var(--X)  50%;
	transform-origin: var(--X)  50%;
	transition: -webkit-transform  0.3s  cubic-bezier(0.535, 0.05, 0.355, 1 );
	transition: transform  0.3s  cubic-bezier(0.535, 0.05, 0.355, 1 );
	transition: transform  0.3s  cubic-bezier(0.535, 0.05, 0.355, 1 ),-webkit-transform  0.3s  cubic-bezier(0.535, 0.05, 0.355, 1 );
}


.main-nav a:hover:after{
	--scale:1;
}
.nav .current{
	font-weight: bold;
	color: #055da4;
	border-bottom: 3px solid #055DA4;
	
}



.footer-line{
	width: 100%;
	height: 12px;
	background-color: #055DA4;
	margin-top: 60px;
	margin-bottom: 20px;
}
.select-box span{
	font-size: 16px;
	color: #333;
	margin-right: 30px;
	margin-left: 70px;
	line-height: 40px;
}
.select-box select{
	height: 40px;
	background-color: #dfdfdf;
	color: #333333;
	font-size: 16px;
	border: none;
	padding: 0px 10px 0px 40px;
	margin-right: 60px;
}
.foot{
	margin: 40px 40px;
}
.foot p{
	font-size: 16px;
	color: #333;
	line-height: 34px;
	
}
.foot h6{
	font-size: 16px;
	font-weight: normal;
}
.gzh-box{
	margin-left: 20px;
	margin-right: 20px;
	margin-top:10px;
}


.yuyue-title{
	font-size: 32px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-top: 50px;	
	margin-bottom: 30px;
}