@charset "utf-8";

*
{
 color:#272727;
}

.header
{
 background-color:#025483;
}

.header .header_con
{
 margin:auto;
 width:1000px;
}

.header .header_con .logo, .header .header_con .text
{
 display:inline-block;
 height:105px;
 background-repeat:no-repeat;
 background-position:center;
 
}
.header .header_con .logo
{
 width:100px;
 background-size:100px;
 background-image:url(../../images/index/logo.png);
}

.header .header_con .text
{
 margin-left:20px;
 width:400px;
 background-size:400px;
 background-image:url(../../images/index/text.png);
}

.nav
{
 margin:auto;
 width:1000px;
 height:40px;
}

.nav ul li
{
 position:relative;
 display:inline-block;
}

.nav ul li a
{
 display:block;
 width:163px;
 height:40px;
 line-height:40px;
 text-align:center;
 font-size:16px;
}

.nav ul li:hover a
{
 color:#fff;
 background-color:#025483;
}

.nav ul li .sub
{
 display:none;
 position:absolute;
 z-index:9;
}

.nav ul li:hover .sub
{
 display:block;
}

.nav ul li .sub a
{
 height:30px;
 line-height:30px;
 font-size:14px;
}

.nav ul li .sub a:hover
{
 background-color:#02476f;
}

.banner
{
 height:186px;
 background-image:url(../../images/index/list.jpg);
}

.main
{
 margin:auto;
 margin-top:40px;
 margin-bottom:20px;
 width:1000px;
 min-height:600px;
}

.footer
{
 background:#025483;
}

.footer .footer_con
{
 position:relative;
 margin:auto;
 padding:40px 0;
 width:1000px;
}

.footer .footer_con a, .footer .footer_con ul
{
 display:inline-block;
}

.footer .footer_con .logo, .footer .footer_con .text
{
 display:inline-block;
 height:70px;
 background-repeat:no-repeat;
 background-position:center;
 
}
.footer .footer_con .logo
{
 width:70px;
 background-size:70px;
 background-image:url(../../images/index/logo.png);
}

.footer .footer_con .text
{
 margin-left:10px;
 width:250px;
 background-size:250px;
 background-image:url(../../images/index/text.png);
}

.footer .footer_con ul
{
 position:relative;
 left:80px;
}

.footer .footer_con ul li
{
 line-height:24px;
 font-size:12px;
 color:#c9c9d9;
}