@charset "utf-8";
/* CSS Document */

/* 通用样式 */
body,
header,
main,
footer {
    margin: 0px auto;
    width: 100%;
    display: table;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
a {
    margin: 0px auto;
    padding: 0px;
}

a {
    text-decoration: none;
}

p {
    color: #666;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.w1200 {
    width: 1200px;
    margin: 0px auto;
    padding: 40px 0px;
}

.w1200 h1 {
    font-size: 40px;
    font-weight: 100;
    line-height: 72px;
}

.nav {
    height: 90px;
    width: 1200px;
    margin: 0px auto;
}

.nav ul {
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px 0px;
}

.nav li {
    float: left;
    line-height: 60px;
    padding: 0px 20px;
    margin: 0px 20px;
}

.nav a {
    color: #333;
    padding-bottom: 5px;
}

.nav a:hover {
    color: #0082cc;
    border-bottom: 2px #0082cc solid;
}

.nav_logo {
    float: left;
    font-size: 36px;
    line-height: 90px;
    margin-right: 220px;
}

.nav_list {
    float: left;
}

footer {
    background: #333;
    height: 300px;
}

footer .left {
    float: left;
    color: #eee;
    width: 50%;
}

footer .left p {
    margin: 10px auto;
    color: #ccc;
}

footer .right {
    float: right;
    padding-top: 40px;
}

.banner {
    height: 400px;
    width: 100%;
    background: url(images/zhyq_5.jpeg) no-repeat center top;
}

.banner h1 {
    font-size: 48px;
    font-weight: 100;
    text-align: center;
    line-height: 400px;
    color: #fff;
}

/* 首页 */
.first {
    background: url(images/zhyq_1.jpeg) no-repeat center top;
    height: 640px;
    width: 100%;
}

.first h1 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: lighter;
    padding: 180px 0px;
    margin: 0px auto;
}

.w_center {
    text-align: center;
    color: #666;
}

.w_center h1 {
    font-size: 40px;
    color: #333;
    font-weight: 100;
}

.second {
    height: 680px;
}

.second .left {
    float: left;
    width: 580px;
    padding-top: 75px;
}

.second .left li {
    float: left;
    width: 150px;
    margin: 20px 70px;
    font-size: 18px;
    color: #666;
    border-bottom: 1px #0082cc solid;
    font-weight: normal;
    padding-bottom: 10px;
}

.second .right {
    float: right;
    margin-top: 60px;
}

.three {
    background: #f5f5f5;
}

.three ul {
    display: table;
    margin-top: 40px;
}

.three li {
    float: left;
    width: 27%;
    padding: 10px 1.5%;
    margin: 20px 1.5%;
}

.three li:hover {
    background: #fafafa;
}

.three li img {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

.three li h4 {
    padding: 0px;
    margin: 0px auto;
}

.three li p {
    font-size: 12px;
    color: #666;
}

.four table {
    margin-top: 40px;
}

.four td {
    width: 320px;
    padding: 0px 40px;
    font-size: 14px;
    color: #666;
}

.four .title {
    font-size: 16px;
    color: #222;
    line-height: 48px;
    font-weight: bold;
}

.four .btn {
    text-align: center;
    margin-top: 50px;
}

.four a {
    text-align: center;
    padding: 5px 40px;
    border: 1px #0082cc solid;
    border-radius: 20px;
    color: #999;
}

.five {
    background: #f5f5f5;
}

.five ul {
    display: table;
    width: 890px;
    margin: 0px auto;
    margin-top: 40px;
}

.five li {
    float: left;
    width: 180px;
    margin: 20px;
    background: #fff;
    border: 1px #ddd solid;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    color: #666;
}

.five li a {
    display: block;
    color: #666;
}

.five li a:hover {
    background: #0082cc;
    color: #fff;
}

/* 内页 */
.white {
    height: 520px;
    background: #fff;
}

.gray {
    height: 520px;
    background: #f5f5f5;
}

.white .w1200,
.gray .w1200 {
    min-height: 440px;
}

.white .left,
.gray .left {
    width: 40%;
    padding-top: 120px;
    float: left;
}

.white .right,
.gray .right {
    width: 40%;
    padding-top: 120px;
    float: right;
}

.white p,
.gray p {
    color: #666;
    line-height: 24px;
}

.center h1 {
    font-size: 40px;
    font-weight: 100;
    line-height: 72px;
}

.center {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    width: 1200px;
    margin: 0px auto;
}

.w1000 {
    width: 1200px;
    margin: 0px auto;
    padding-left: 20px
}

.w1000 h1 {
    padding-top: 130px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 100;
    font-size: 36px;
}

/*footer*/
.fs14 {
    font-size: 14px;
}

.fs18 {
    font-size: 18px;
}

.fs24 {
    font-size: 24px;
}

.footer {
    height: 480px;
    background: #00315c;
    width: 100%;
}

.footer .w1000 {
    width: 1200px;
}

.wxcode {
    width: 200px;
    float: left;
}

.wxcode img {
    margin-top: 45px;
}

.footmenu {
    width: 800px;
    float: left;
    font-size: 14px;
}

.footmenu ul {
    width: 160px;
    float: left;
    padding-top: 45px;
}

.footmenu ul li {
    color: #fff;
    line-height: 36px;
    width: 160px;
}

.footmenu ul li a {
    color: #ffffff;
}

.footmenu ul li a:hover {
    color: #ffffff;
}

.copyright {
    width: 390px;
    float: right;
    padding-top: 45px;
    color: #fff;
}

.copyright .fblue {
    color: #fff;
    font-size: 18px;
}

.copyright .flarge {
    font-size: 36px;
    padding: 10px 0;
    color: #ffffff;
}

.copyright .fbig {
    font-size: 18px;
}

.copyright a {
    color: #ffffff;
}

.copyright a:hover {
    color: #ffffff;
}

.copyright p {
    line-height: 36px;
    color: #ffffff;
    font-size: 14px;
}