﻿/* wrapper */

.wrapper {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}


/* 头部 */

.header {
    height: 18rem;
    width: 100%;
    margin: 0 auto;
    background: url(../img/headerBg.png) no-repeat;
}

.header .logo {
    width: 24rem;
    margin: 5rem 0 0 2rem;
}

.header .searchBar {
    margin: 11rem 6rem 0 0;
}

.header .searchBar input {
    border: 1px solid #0070bf;
    border-radius: 16px;
    width: 16rem;
    height: 32px;
    box-shadow: 0 0 20px #fff;
    outline: none;
    behavior: url(PIE.htc);
}

.header .searchBar button {
    width: 1.9rem;
    border: none;
    background-color: transparent;
    outline: none;
    right: 0.1rem;
    top: 0.1rem;
    cursor: pointer;
}

.header .navBar {
    height: 2.8rem;
    background: url(../img/navBorder.png) repeat-x;
    width: 100%;
    bottom: 0;
}

.header .navBar a {
    height: 2.8rem;
    line-height: 2.8rem;
    color: #fff;
    padding: 0rem 30px;
}

.header .navBar a:hover {
    background-color: #fff;
    color: #0271c0;
    border-radius: 0.6rem 0.6rem 0 0;
}

.header .navBar a:hover .navIcon {
    background-image: url(../img/navIconActive.png);
}

.header .navBar .navIcon {
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(../img/navIcon.png);
    display: inline-block;
    vertical-align: middle;
}

.navIcon1 {
    background-position: 0px -2px;
}

.navIcon2 {
    background-position: -120px -2px;
}

.navIcon3 {
    background-position: -290px -2px;
}

.navIcon4 {
    background-position: -504px -2px;
}

.navIcon5 {
    background-position: 400px 2px;
}

.navIcon6 {
    background-position: 222px 0px;
}

.navIcon7 {
    background-position: 38px 0px;
}


/* container */

.container {
    background: url(../img/contentBg.png) top center no-repeat;
    background-size: 100% auto;
}

.bottomContainer {
    background: url(../img/bottomBg.png) no-repeat;
    height: 155px;
}

.container .wrapper {
    background-color: #fff;
    padding: 10px;
}

.position {
    width: 1140px;
    height: 26px;
    line-height: 34px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #424242;
}

.wzdtTitle strong,
.wzdtTitle a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #eaeaea;
    text-indent: 20px;
    text-align: left;
    text-decoration: none;
    color: #000;
}

.wzdtContent {
    margin: 10px 0;
    text-align: left;
}

.wzdtContent a {
    text-decoration: none;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}