﻿@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
 *FileName:               common.css
 *Discription:            reset
 *Version:                1.1.1 (2013-07-24)
 *Author:                 wzy
 ----------------------------------------------------*/

/*    =RESET
-----------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
iframe, object, embed, fieldset, input, textarea, p, blockquote, td, th {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

*img {
    display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong, .bold {
    font-weight: bold;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

abbr, acronym, iframe {
    border: none;
}

pre {
    white-space: normal;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

iframe {
    display: block;
}

.clearfix:after {
    height: 0px;
    font-size: 0;
    clear: both;
    display: block;
    visibility: hidden;
    content: ".";
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

:focus {
    outline: none;
}

/*---for pie---*/
.pie {
    position: relative;
}

/*    =GLOBLA
-----------------------------------------------------*/
.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.blk {
    display: block;
}

.rl {
    position: relative;
}

.hidden {
    display: none;
}

body {
    font: 14px/20px "微软雅黑", Tahoma, Arial, "宋体", sans-serif;
    -webkit-text-size-adjust: none;
    color: #161616;
    background: #ececec;
}

a {
    color: #272727;
}

.subbg {
    background: #e9e9e9;
}

.htmlScroll {
    overflow-x: auto;
    overflow-y: scroll;
}

.fullScreen, .fullScreen body, .fullScreen form {
    height: 100%;
}



.main {
    width: 980px;
    margin: 0 auto;
}

.header {
    background: #1567a6;
}

.header1 {
    height: 91px;
    background: #ffffff;
    padding-top: 25px;
    border-top: 4px solid #1567a6;
}

.search {
    background: url(../images/search.png) no-repeat;
    width: 137px;
    height: 26px;
    padding-left: 14px;
    margin-top: 40px;
}

.seatext {
    width: 105px;
    height: 26px;
    line-height: 26px;
    background: none;
    border: none;
    color: #fff;
}

.seabut {
    width: 20px;
    height: 26px;
    background: url(../images/search1.png) center center no-repeat;
    border: none;
    cursor: pointer;
}

.nav ul li {
    float: left;
    width: 140px;
    height: 56px;
    line-height: 56px;
    font-size: 17px;
    text-align: center;
}

.nav ul li a {
    color: #ffffff;
}

.nav_0 {
    width: 84px !important;
}

.nav ul li.on {
    border-bottom: #cbc9c9 3px solid;
    height: 50px;
    padding-top: 3px;
    line-height: 50px;
}

    .nav ul li.on a {
        color: #ffffff;
    }

.mid {
    height: 460px;
    max-width: 1920px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
/*滚动样式*/
.banner{
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.infoList li {
    height: 250px;
}

.leftLoop .bd {
}

    .leftLoop .bd ul {
        overflow: hidden;
        zoom: 1;
    }

        .leftLoop .bd ul li {
            float: left;
            _display: inline;
            overflow: hidden;
        }

.leftLoop .hd {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: none;
}

    .leftLoop .hd span {
        font-size: 24px;
        color: #fff;
    }

    .leftLoop .hd ul li {
        position: relative;
        _display: inline;
        float: left;
        width: 10px;
        height: 10px;
        overflow: hidden;
        background: rgba(255,255,255,.47);
        margin-right: 10px;
        text-indent: -999px;
        cursor: pointer;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-top: 15px;
    }

        .leftLoop .hd ul li.on {
            background: #fff;
        }

.bannerleft {
    width: 1920px;
    height: 460px;
}

    .bannerleft img {
        width: 100%;
        height: 100%;
    }

.bannerright {
    display: none;
    color: #fff;
    width: 150px;
    padding-top: 93px;
    height: 130px;
    overflow: hidden;
    padding-right: 20px;
}

    .rdhgbt {
        color: #19e2ff;
        font-size: 45px;
        line-height:50px;
        display:block;
    }

.login {
    border: #d4d4d4 1px solid;
    background: url(../images/loginbg.jpg) right top no-repeat #ededed;
    width: 279px;
    padding: 24px 44px 0 30px;
    height: 276px;
    position: relative;
    margin-top: -105px;
}

.logtitle {
    color: #048fac;
    font-size: 20px;
    line-height: 37px;
    border-bottom: #bcc3c4 1px solid;
    margin-bottom: 20px;
}

.login table {
    font-size: 16px;
}

.logtext, .logtext1 {
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: none;
    width: 209px;
    color: #adb4b5;
    font-size: 16px;
}

.logtext1 {
    width: 126px;
}

.login img {
    display: inline-block;
    float: right;
}

.logbut {
    width: 160px;
    height: 38px;
    text-align: center;
    font-size: 20px;
    color: #97722c;
    background: #fec95b;
    border: none;
    font-family: "微软雅黑";
    border-radius: 8px;
    cursor: pointer;
}

.xgmm {
    float: right;
    background: url(../images/jt.png) right center no-repeat;
    padding-right: 12px;
    margin-top: 10px;
}

    .xgmm a {
        color: #7d7d7d;
    }

.tzgg {
    width: 577px;
    padding-top: 40px;
    border-bottom: #d4d4d4 1px solid;
}

    .tzgg h1 {
        float: left;
        font-size: 18px;
        height: 20px;
        width: 200px;
        color: #1e2d34;
    }
    .tzgg h1::before{
        content: "";
        display: inline-block;
        width: 4px;
        height: 100%;
        background: linear-gradient(to top, #09395d, #1567a6);
        margin-right: 13px;
        vertical-align: -4px;
    }

    .tzgg .more {
        display: inline-block;
        float: right;
        color: #d59a55;
    }

    .tzgg .date {
        font-size: 12px;
        color: #aeaeae;
        display: inline-block;
        float: right;
        line-height: 34px;
    }

    .tzgg ul li a {
        display: inline-block;
        width: 480px;
        height: 34px;
        line-height: 34px;
        overflow: hidden;
        background: url(../images/dian.png) left center no-repeat;
        padding-left: 17px;
        color: #272727;
    }

    .tzgg ul {
        padding: 18px 0;
    }

.mtsy ,.fpzl {
    width: 490px;
    border-bottom: none;
}

    .mtsy ul li a ,.fpzl  ul li a {
        width: 270px;
    }

.yqlj {
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #17588a;
    font-size: 18px;
    color: #fff;
    margin-top:30px;
}

    .yqlj a {
        display: inline-block;
        background: url(../images/dian.png) left center no-repeat;
        padding-left: 17px;
        color: #c6c6c6;
        font-size: 14px;
        margin-left: 30px;
    }

.footer {
    height: 120px;
    background: #1d232d;
    text-align: center;
    color: #c8c7c7;
    font-size: 12px;
    padding-top: 30px;
    line-height: 30px;
}

    .footer a {
        color: #a77d53;
        font-size: 14px;
        display: inline-block;
        width: 120px;
    }

/*二级页*/
.listBox {
    margin: 30px 0;
    background: #fff;
    padding: 20px 40px;
}

.listtitle {
    border-bottom: #e9e9e9 1px solid;
    height: 35px;
    line-height: 35px;
}

    .listtitle h1 {
        width: 100px;
        font-size: 18px;
        color: #048fac;
    }

.weizhi a {
    color: #048fac;
}

.weizhi {
    font-size: 12px;
    color: #048fac;
}

.listBox ul, .content {
    padding: 35px 0;
    min-height: 450px;
}

    .listBox ul li {
        height: 60px;
    }

.listBox .date {
    font-size: 12px;
    color: #aeaeae;
    display: block;
    float: right;
    line-height: 60px;
}

.listBox ul li a {
    display: block;
    float: left;
    width: 750px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: url(../images/dian.png) left center no-repeat;
    padding-left: 17px;
}

.page {
    text-align: center;
}

    .page a {
        display: inline-block;;
        height: 34px;
        text-align: center;
        line-height: 34px;
        font-size: 16px;
    }

        .page a.on {
            background: #e6e7e7;
            border-radius: 17px;
            color: #048fac;
        }

.content h2 {
    text-align: center;
    font-size: 18px;
    color: #048fac;
    padding-bottom: 20px;
}

.content {
    line-height: 24px;
}
/*调查问卷*/
.blue {
    color: #048fac;
}

.info {
    text-align: right;
    margin-top: 20px;
}

.tuichu {
    display: inline-block;
    background: #cacece;
    width: 55px;
    text-align: center;
    color: #696969;
}

.dcwjBox {
    margin: 15px 0;
    background: #fff;
    padding: 20px 90px;
    min-height: 600px;
}

    .dcwjBox .content h2 {
        border-bottom: #d4d4d4 1px solid;
        margin-bottom: 10px;
    }

    .dcwjBox h3 {
        font-size: 16px;
    }

.mt20 {
    margin-top: 20px;
}

.dctext, .dctext2 {
    width: 730px;
    height: 140px;
    padding: 20px 30px;
    line-height: 26px;
    background: #f1f3f3;
    color: #888;
    font-family: "微软雅黑";
    border: none;
    display: none;
}

.zs, .zs1 {
    position: relative;
    margin-top: -30px;
    text-align: right;
    color: #aaa;
    display: none;
    padding-right: 30px;
}

.dctext1 {
    line-height: 32px;
}
/*登录页*/
.loginBox {
    width: 500px;
    height: 450px;
    margin: 0 auto;
    padding: 130px 0;
    font-size: 26px;
}

    .loginBox .logtitle {
        font-size: 32px;
        height: 50px;
    }

    .loginBox .logtext, .loginBox .logtext1 {
        height: 60px;
        width: 375px;
        font-size: 26px;
        font-family: "微软雅黑";
    }

    .loginBox .logtext1 {
        width: 243px;
    }

    .loginBox img {
        float: right;
    }

    .loginBox .logbut {
        width: 218px;
        height: 60px;
        line-height: 60px;
        font-size: 32px;
    }

    .loginBox .xgmm {
        font-size: 22px;
        margin-top: 25px;
        background: url(../images/jt1.png) right center no-repeat;
        padding-right: 20px;
    }

.news{
    background: #f3f3f3;
}
.xwzx{
    position: relative;
    width: 1135px;
    height: 282px;
    box-sizing: border-box;
    padding-left: 270px;
    margin: 0 auto;
}
.xwzx .xwzxTitle{
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 0;
}
.xwzx .xwzxTitle .more{
    position: absolute;
    color: #d59a55;
    top: 180px;
    left: 190px;
}
.xwzx ul{
    position: relative;
    z-index: 1;
    top: 60px;
}
.xwzx ul li{
    display: inline-block;
    width: 207px;
    vertical-align: top;
}
.xwzx ul li+li{
    margin-left: 8px;
}
.xwzx ul li img{
    width: 191px;
    height: 123px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 5px rgba(0,0,0,.37);
    margin-bottom: 17px;
}
.xwzx ul li a{
    padding: 0 5px;
    color: #272727;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 188px;
}
.xwzx ul li .date{
    font-size: 12px;
    color: #aeaeae;
    display: block;
    text-align: right;
}
.mtfp{
    width: 1075px;
    margin: 0 auto;
}