body {
    font-family: "Microsoft Yahei", serif;
    min-width: 1262px;
    font-size: 14px;
    background-image: url(../img/bg-center.png), url(../img/bg-top.png), url(../img/bg-bottom.png);
    background-repeat: no-repeat;
    background-position: center center, top center, bottom center;
    background-color: #f0f6fb;
    background-size: contain;
}

html, body, div, ul, li, a, p, input, textarea, span {
    padding: 0;
    margin: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

a {
    cursor: pointer;
    text-decoration: none;
}

p {
    font-family: "宋体";
}

.bg-box {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -moz-transform: translateX(-50%); /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%); /* Opera */
    z-index: -1;
}

.bg-img {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -moz-transform: translateX(-50%); /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%); /* Opera */
}

.header {
    width: 100%;
    margin: auto;
    z-index: 9999;
    position: relative;
}

.content {
    padding: 30px 70px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(25%, #fff), color-stop(75%, #fff), color-stop(100%, rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
}

.header .title {
    width: 100%;
    margin-top: 5px;
    height: 30px;
}

.header .title .contactWay {
    float: right;
}

.header .title a {
    cursor: pointer;
    margin-right: 5px;
    font-size: 12px;
}

.header-top {
    margin: auto;
    overflow: hidden;
}

.header-top .icon {
}

.header-top .searchForm {
    display: block;
    padding-top: 21px;
}

.header-top .search-box {
    height: 40px;
    width: 300px;
    border: 2px solid #B7B5B6;
    display: inline-block;
    position: relative;
    border-radius: 4px;
}

.header-top .search-box input {
    width: 215px;
    height: 38px;
    border: 0;
    padding-left: 5px;
    font-size: 12px;
    color: #666;
    outline: none;
    float: left;
}

.header-top .search-icon {
    float: left;
    width: 80px;
    height: 40px;
    background-color: #cfcfcf;
    text-align: center;
    cursor: pointer;
    border: none;
}

.header-top .search-icon img {
    width: 24px;
    height: 24px;
    position: relative;
    top: 8px;
}

#weixinQrCode {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 19px;
    right: 253px;
    display: none;
}

.header-top .weather {

}

.header-top .weather img {

}

.header-top .weather span {
    position: relative;
    top: 34px;
    font-size: 14px;
    line-height: 25px;
}

.header-top .weather p {
    margin: 0;
    position: relative;
    top: -28px;
    left: 17px;
}

.header .headerTab {
    width: 100%;
    margin-top: 12px;
}

.headerTab > *, .headerTabLine {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73D1FF', endColorstr='#103681', GradientType=0);
    background: -webkit-linear-gradient(#73D1FF, #103681); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#73D1FF, #103681); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#73D1FF, #103681); /* Firefox 3.6 - 15 */
    background: linear-gradient(#73D1FF, #103681); /* 标准的语法 */
}

.headerTab .headerTabLine {
    width: 100%;
    height: 28px;
    position: absolute;
    top: 136px;
    left: 0;
    z-index: -1;
    background: url(../img/layout/tapBg1.png) center no-repeat;
    background-size: cover;
}

.headerTab .headerTabList {
    width: 1040px;
    background: url(../img/layout/tapBg.png) center no-repeat;
    background-size: 100%;
    margin: auto;
    z-index: 9999;
}

.headerTab ul {
    width: 100%;
    height: 42px;
    margin: auto;
    padding: 0 25px;
    box-sizing: border-box
}

.headerTab ul li {
    display: block;
    list-style: none;
    float: left;
    width: 141px;
    height: 100%;
    line-height: 42px;
    text-align: center;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
}

.headerTab ul li:nth-child(1) {
    border: 0;
}

.headerTab ul li > a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 16px;
    height: 100%;
}

.headerTab .selectTab {
    background: url(../img/layout/tabButton.png) center bottom no-repeat;
    background-size: 116%;
    color: #165bb5;
}

.selectTab a {
    color: #165bb5 !important;
}

.item-title {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #d3d4d6;
}

.level-one-menu {
    position: absolute;
    top: 41px;
    left: 2px;
    width: 163px;
    z-index: 9;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    text-indent: 35px;
}

.level-one-menu a {
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
}

.level-one-menu > a {
    border-bottom: 1px solid #ccc;
    background:url(../img/layout/b6.png) no-repeat 20px center;
    background-size: 22px;
    color: #0787E1;
}

.level-one-menu > a:hover {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

#aboutUsList > a:first-child {
    background-image: url(../img/layout/b6.png);
}

#aboutUsList > a:first-child:hover {
    background-image: url(../img/layout/b6.png);
}

#aboutUsList > a:nth-child(2) {
    background-image: url(../img/layout/b6.png);
}

#aboutUsList > a:nth-child(2):hover {
    background-image: url(../img/layout/b6.png);
}

#aboutUsList > a:nth-child(3) {
    background-image: url(../img/layout/b6.png);
}

#aboutUsList > a:nth-child(3):hover {
    background-image: url(../img/layout/b6.png);
}

#aboutUsList > a:nth-child(4) {
    border-bottom: 0;
    background-image: url(../img/layout/b6.png);
}

#aboutUsList > a:nth-child(4):hover {
    background-image: url(../img/layout/b6.png);
}

/*新闻动态*/
#newsTabList > a:nth-child(1) {
    background-image: url(../img/layout/b6.png);
}

#newsTabList > a:nth-child(1):hover {
    background-image: url(../img/layout/b6.png);
}

#newsTabList > a:nth-child(2) {
    background-image: url(../img/layout/b6.png);
}

#newsTabList > a:nth-child(2):hover {
    background-image: url(../img/layout/b6.png);
}

#newsTabList > a:nth-child(3) {
    background-image: url(../img/layout/b6.png);
}

#newsTabList > a:nth-child(3):hover {
    background-image: url(../img/layout/b6.png);
}

.level-two-menu {
    position: absolute;
    top: 0;
    left: 163px;
    width: 166px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    text-indent: 0;
}

.level-two-menu > a {
    color: #fff;
}

.level-two-menu > a:hover {
    color: #58c8ff;
}

/*友情链接*/
.friend-link {
    width: 1163px;
    height: 260px;
    border: 1px solid #D3D4D6;
    overflow: hidden;
    clear: both;
    margin: auto;
    margin-top: 16px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 142px;
    background-color: #fff;
}

.friend-link .link-conts {
    width: 100%;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    box-sizing: border-box;
}

.friend-link .link-conts a {
    display: block;
    width: 214px;
    height: 94px;
    float: left;
    margin-left: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.friend-link .link-conts img {
    width: 100%;
    height: 100%;
}

/*底部版权*/
.bottom-info {
    width: 720px;
    height: 90px;
    margin: auto;
}

.bottom-info .site_info {
    width: 100%;
    list-style: none;
}

.bottom-info .site_info li {
    float: left;
    margin-left: 20px;
    font-size: 14px;
}

.bottom-info .site_auth {
    display: block;
    margin: auto;
    margin-top: 15px;
}

.foot-about {
    width: 333px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    text-align: center;
}

.foot-about > div {
    display: block;
    width: 111px;
    float: left;
    background: left center no-repeat;
}

@media only screen and (max-width: 1200px) {
    body {
        background-position-x: -353px;
    }
}