/*--顶部 begin--*/
::selection {
 background-color: #0880fa;
 color: #fff;
}

::-moz-selection {
 background-color: #0880fa;
  color: #fff;
}

::-webkit-selection {
 background-color: #0880fa;
  color: #fff;
}

.logo{height: 130px;}
.logo .logo_r{
	float: right; 
	margin-top: 25px;
	width: 335px;
	text-align: left;
	background: url(../images/gtkj1_06.jpg) no-repeat left;
	padding-left: 70px;
	height: 66px;
	padding-top: 15px;
}
.logo .logo_r p{
	font-size: 24px;
	color: #0880fa;
    line-height: 35px;
}
.logo .h1{padding-top: 25px; width: 590px;}
.logo .h1 span{
	float: right; 
	font-size: 16px; 
	padding-left: 20px; 
	display: block; 
	margin-top: 15px;
	border-left: 1px solid #dedede;
}
.logo .h1 p{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	color: #0880fa; 
	padding-bottom: 5px;
}
.logo .h1 img{
	width: 310x;
	height: 71px;
	padding-top: 5px;
}

.header-nav{
    height: 49px;
    background: #0880fa;
    position: relative;
    z-index: 1;
}

.header-nav {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header-nav .nav_head_1{
    float: left;
    margin:  0 11px;
    line-height: 49px;
    color: #666;
    font-size: 16px;
    position: relative;
}

.header-nav .nav_head_1 a{
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 0 30px;
    font-size: 16px;
}
.header-nav .nav_head_1 a:hover{
   background: #0058b2;
}
.header-nav .nav_head_1 .active{
   background: #0058b2;
}
.header-nav .nav_xl{
    position: absolute;
    top: 50px;
    background:rgba(0,0,0,0.7);
    width: 150px;
    text-align: center;
    display: none;
    margin: auto;
}
.header-nav .nav_xl a{
    display: block;
    height: 40px;
    font-weight:100;
    color: #fff;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*--顶部 end--*/


.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}


/*--底部 begin--*/
.footer{
	height: 325px;
	background: url(../images/gtkj1_30.jpg) no-repeat center;
	margin-top: 30px;
}

.footer *{
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer .footer_r{
	width: 850px;
	float: right;
	color: #cfe7ff;
	margin-top: 30px;
}
.footer .footer_r .links h3{
    font-size: 20px;
    color: #fff;
}
.footer .footer_r .links ul{
	height: 30px;
}
.footer .footer_r .links li a{
   float: left;
   margin-right: 20px;
   color: #cfe7ff;
}
.footer .footer_r .banquan{
	line-height: 30px;
}
.footer .footer_r .banquan a{
	color: #cfe7ff;
}
.footer .footer_r .banquan h2{
	font-size: 14px;
}
/* .footer .footer_nav{
	padding: 45px 0 0 55px;
	width: 200px;
}
.footer .footer_nav  ul  li{
    float: left ;
    margin:20px 10px;
}
.footer .footer_nav  ul li a{
    color: #fff;
    width: 70px;
  
} */
/*--底部 end--*/


.ny_footer{
    height: 325px;
    background: url(../images/gtkj1_30.jpg) no-repeat center;
    margin-top: 30px;
}

.ny_footer{
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ny_footer .footer_r{
    width: 850px;
    float: right;
    color: #cfe7ff;
    margin-top: 30px;
}
.ny_footer .footer_r .links h3{
    font-size: 20px;
    color: #fff;
}
.ny_footer .footer_r .links ul{
    height: 30px;
}
.ny_footer .footer_r .links li a{
   float: left;
   margin-right: 20px;
   color: #cfe7ff;
}
.ny_footer .footer_r .banquan{
    line-height: 35px;
    margin-top: 20px;
}
.ny_footer .footer_r .banquan a{
    color: #cfe7ff;
}
.ny_footer .footer_r .banquan h2{
    font-size: 14px;
}
 .footer_nav{
  padding: 33px 0 0 0;
    width: 200px;
    margin-left: 112px;
}

.footer_nav li{
    float: left;
    margin:20px 10px;
}
.footer_nav li a{
    color: #fff;
   
    /* width: 70px; */
    
}
.footer_nav ul{
    display: flex;
    flex-wrap: wrap;
}

.container {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}