@charset "utf-8";
/* CSS Document */

@import "../../style/general.css";

/*
.picture, .nav{margin: auto; width: 1000px;}
.picture{height: 180px; background-image: url(../image/banner.jpg);}
*/

.header{margin: auto; margin-top: 30px; width: 1000px; position: relative; z-index: 9; font-size: 0;}
.header>.logo, .header>.text, .header>.title{display: inline-block; vertical-align: top;}
.header>.logo{width: 60px; height: 60px; background-size: 60px; background-image: url(../image/logo.png);}
.header>.text{margin-left: 5px; width: 321px; height: 56px; background-size: 322px; background-image: url("../image/text.png");}
.header>.title{margin-top: 10px; margin-left: 15px; width: 220px; font-size: 24px; font-weight: 800; color: #1e4681;}

.nav{margin: auto; width: 1000px; background-color: #1A7FCD;}
.nav ul li{display: inline-block;}
.nav ul li a{display: block; width: 139px; text-align: center; line-height: 40px; font-size: 16px; color: #ffffff;}
.nav ul li:hover a{background-color: #154386;}