@charset "utf-8";
/* CSS Document */

/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A:link {
    color: #555555;
    outline: none;
}

A:visited {
    color: #555555
}

A:active {
    color: #555555
}

A:hover {
    COLOR: #ee7717
}

BODY {
    margin: 0px;
    font-family: "微软雅黑";
    background: #ffffff;
    color: #555555;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

input {
    border: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, i, li, h2, span,input,button {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b, label {
    font-weight: normal;
}
label{
    cursor: pointer;
}

input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

@media only screen and (max-width: 1170px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 13px;
        line-height: 150%;
    }
}

@media only screen and (min-width: 1170px) {
    .main {
        width: 1170px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1170px) {
    .top {
        width: 100%;
        background: #1c2765;
        background-size: 100% 100%;
        height: 55px;
    }

    .top .main {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 55px;
        width: 100%;
    }

    a.logo {
        background: url(../images/logo.png) no-repeat;
        background-size: auto 90%;
        width: 265px;
        height: 35px;
        position: absolute;
        left: 3%;
        top: 11px;
    }

    .top_r {
        position: absolute;
        right: 3%;
        top: 14px;
        line-height: 30px;
        font-size: 13px;
        color: #fff;
    }

    .top_r a {
        margin-left: 15px !important;
    }

    a.cd_login {
        display: inline-block;
        background: url(../images/t_user.png) left no-repeat;
        background-size: auto 55%;
        padding-left: 20px;
    }

    .menu {
        margin: 0px 0px 0px 0%;
        float: left;
        font-size: 13px;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px #c6c6c6;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 8px 0px;
        text-align: left;
        padding-left: 3%;
        color: #333333;
    }

    .menu a {
        font-size: 13px;
    }

    .menu dl {
        width: 100%;
        float: left;
        padding-bottom: 8px;
    }

    .menu dl dd {
        width: 50%;
        float: left;
    }

    .menu dl dd a {
        padding: 5px 0px;
        padding-left: 6%;
        font-size: 13px;
    }

    .menu li a:hover {
        color: #13307c;
    }

    .menu2 {
        width: 32px;
        height: 20px;
        display: block;
        position: absolute;
        z-index: 30;
        right: 3%;
        top: 18px;
    }

    .menu2 a {
        background: url(../images/d2_1_03.png) no-repeat;
        outline: none;
        display: block;
        background-size: 100% 100%;
        width: 32px;
        height: 20px;
        line-height: 20px;
    }

    .menu2 a.on {
        background: url(../images/d2_2_03.png) no-repeat;
        background-size: 100% 100%;
    }

    #navk {
        width: 100%;
        box-shadow: 2px 6px 5px rgba(0, 0, 0, .5);
        display: none;
        background: #ffffff;
        position: absolute;
        right: 0px;
        top: 55px;
        z-index: 25;
    }
}

@media only screen and (max-width: 500px) {
    a.logo {
        width: 265px;
        height: 30px;
        top: 15px;
    }

    .top_r {
        font-size: 12px;
    }

    .top_r a {
        margin-left: 10px !important;
    }
}

@media only screen and (min-width: 1170px) {

}

.top_r a {
    color: #fff;
    margin-left: 30px;
}

.top_r a:hover {
    text-decoration: underline
}

@media only screen and (min-width: 1170px) {
    #navk {
        height: 74px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .menu2 {
        display: none;
    }

    .top {
        width: 100%;
        background: #1c2765;
        height: 74px;
    }

    .top .main {
        position: relative;
        height: 188px;
    }

    .top_jg {
        display: none;
    }

    .top_r {
        position: absolute;
        right: 0px;
        top: 22px;
        line-height: 30px;
        font-size: 16px;
        color: #fff;
    }

    a.cd_login {
        display: inline-block;
        background: url(../images/t_user.png) left no-repeat;
        padding-left: 26px;
    }

    a.logo {
        background: url(../images/logo.png) no-repeat;
        background-size: auto 100%;
        width: 380px;
        height: 48px;
        position: absolute;
        left: 0px;
        top: 13px;
    }

    .menu {
        position: relative;
        z-index: 10;
        height: 74px;
        line-height: 74px;
    }

    .menu li {
        height: 74px;
        float: left;
        width: 110px;
        margin-left: 1px;
        position: relative;
    }

    .menu a.dbt {
        font-size: 16px;
        width: 100%;
        display: block;
        color: #fff;
        height: 74px;
        text-align: center;
    }

    .menu a.dbt:hover,
    .menu li.on a.dbt,
    .menu li:hover a.dbt {
        background: #474999;
        color: #fff;
    }

    .menu dl {
        width: 100%;
        font-size: 16px;
        display: none;
        text-align: center;
        padding: 0px 0px 10px 0px;
        background: rgba(241, 102, 37, .85);
        position: absolute;
        left: 0px;
        top: 60px;
    }

    .menu li:hover dl {
        display: block;
    }

    .menu dd {
        width: 100%;
        float: left;
        height: 38px;
        line-height: 38px;
    }

    .menu dd a {
        display: block;
        height: 38px;
        color: #fff;
        width: 100%;
    }

    .menu dd a:hover {
        background: #ee7717;
    }

}

@media only screen and (max-width: 1170px) {
    .foot {
        overflow: hidden;
        width: 100%;
        text-align: center;
        background: #535354;
        background-size: 100% 100%;
        color: #fff;
        font-size: 13px;
        line-height: 150%;
        font-family: Arial, 微软雅黑;
        padding: 15px 3% 15px 3%;
    }

    .foot .f1 {
        float: left;
        width: 100%;
    }

    .foot .f2 {
        float: left;
        width: 100%;
    }

}

@media only screen and (min-width: 1170px) {
    .foot {
        width: 100%;
        background: #535354;
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        font-family: Arial, 微软雅黑;
        padding: 20px 0px;
    }

    .foot .f1 {
        float: left;
    }

    .foot .f2 {
        float: right;
    }

}

.foot a {
    color: #fff;
}

.foot a:hover {
    text-decoration: underline
}

.ban {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ban img {
    width: 100%;
    display: block;
}

@media only screen and (max-width: 1170px) {
    .sy_bj {
        width: 100%;
        padding: 20px 3%;
        background: url(../images/bj1.jpg) #4c4fa0 center top no-repeat;
        background-size: auto 100%;
    }

    .fo_k {
        width: 100%;
        float: left;
        background: rgba(255, 255, 255, .8);
        padding: 15px;
    }

    .h2_bt1 {
        width: 100%;
        float: left;
        margin-bottom: 5px;
        text-align: center;
        font-size: 1.3em;
        color: #1c2765;
        line-height: 155%;
    }

    .fo1 {
        width: 100%;
        float: left;
    }

    .fo1 dl {
        width: 100%;
        float: left;
        margin: 5px 0px;
    }

    .fo1 dt {
        float: left;
        width: 100%;
        padding-left: 5%;
        margin-bottom: 5px;
        font-weight: bold;
        line-height: 155%;
        text-align: left;
        font-size: 13px;
        color: #1c2765;
    }

    .fo1 dd {
        float: left;
        width: 100%;
        line-height: 155%;
        font-size: 13px;
    }

    .fo1 dd .s_ts1 {
        float: left;
        margin-left: 5px;
    }

    .fo1 .form-control {
        width: 90%;
        margin-left: 5%;
        float: left;
    }

    .fo1 .an_h {
        float: left;
    }

    .fo1 .s_ts2 {
        float: right;
        color: #666;
    }

    .fo1 .dl_an {
        margin-top: 10px;
        padding: 0px 5%;
    }

    .an_h {
        font-size: 15px;
        height: 45px;
        padding: 0px 30px;
        background: #ee7717;
        color: #fff;
    }

    .ny {
        width: 100%;
        background: #f4f4f4;
        padding: 20px 3%;
    }

    .ny2 {
        width: 100%;
        background: #f4f4f4;
        padding: 0px 0% 20px 0%;
    }

    .ny_zk {
        width: 100%;
        float: left;
        border: 1px solid #ddd;
        background: #fff;
        padding: 15px;
    }
}

@media only screen and (min-width: 1170px) {
    .sy_bj {
        width: 100%;
        padding: 40px 0px;
        background: url(../images/bj1.jpg) #4c4fa0 center top no-repeat;
        background-size: 100% 100%;
    }

    .fo_k {
        width: 100%;
        float: left;
        background: rgba(255, 255, 255, 1);
        padding: 70px 0px;
    }

    .h2_bt1 {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        text-align: center;
        font-size: 30px;
        color: #1c2765;
        line-height: 150%;
    }

    .fo1 {
        width: 100%;
        float: left;
    }

    .fo1 dl {
        width: 100%;
        float: left;
        margin: 10px 0px;
    }

    .fo1 dt {
        float: left;
        width: 30%;
        font-weight: bold;
        line-height: 38px;
        text-align: right;
        font-size: 16px;
        color: #1c2765;
    }

    .fo1 dd {
        float: right;
        width: 68%;
        line-height: 38px;
        font-size: 16px;
    }

    .fo1 dd .s_ts1 {
        float: left;
        margin-left: 10px;
    }

    .fo1 .form-control {
        width: 55%;
        float: left;
    }

    .fo1 .an_h {
        float: left;
    }

    .fo1 .s_ts2 {
        float: left;
        margin-left: 28%;
        color: #666;
    }

    .fo1 .dl_an {
        margin-top: 20px;
    }

    .an_h {
        font-size: 18px;
        height: 50px;
        padding: 0px 50px;
        background: #ee7717;
        color: #fff;
    }

    .ny_zk {
        width: 100%;
        float: left;
        border: 1px solid #ddd;
        background: #fff;
        padding: 40px 60px;
    }

    .ny {
        width: 100%;
        background: #f4f4f4;
        padding: 30px 0px 40px 0px;
    }

    .ny2 {
        width: 100%;
        background: #f4f4f4;
        padding: 0px 0px 40px 0px;
    }
}

.yj5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.zt_r {
    color: #ff0000;
}

@media only screen and (max-width: 1170px) {
    .lg_user {
        width: 94%;
        float: left;
        margin: 20px 3%;
    }

    .lg_user .imgk {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

    .lg_user .imgk img {
        width: 50%;
        max-width: 176px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;

    }

    .lg_user.user_sc {
        margin: 10px 0px;
    }

    .lg_user.user_sc .txtk {
        margin-top: 20px;
    }

    .lg_user.user_sc .txtk p {
        font-size: 13px;
        margin: 10px 0px 20px 0px;
    }

    .lg_user.user_sc .an_r {
        height: 45px;
        line-height: 45px;
    }

    .lg_user.user_sc .imgk p {
        padding-top: 15px;
        width: 100%;
        float: left;
        font-size: 13px;
    }

    .lg_user .txtk {
        width: 100%;
        float: right;
        font-size: 13px;
        line-height: 150%;
        color: #9a9999;
    }

    .lg_user .txtk p {
        width: 98%;
        margin-left: 1%;
        text-align: center;
        float: left;
    }

    .lg_user .txtk p.p_1 {
        font-size: 15px;
        color: #333;
        line-height: 155%;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .lg_user .txtk p.p_2 {
        margin-bottom: 20px;
    }

    .lg_user .txtk a.cd_a_h, .lg_user .txtk a.cd_a_d {
        float: left;
        text-align: center;
        width: 48%;
        margin: 0px 1%;
    }

    a.cd_a_h {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #ee7717;
        color: #ffffff;
        border: 0px;
        font-size: 13px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
    }
    a.cd_a_hh {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #4d90fe;
        color: #ffffff;
        border: 0px;
        font-size: 13px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
    }
    a.cd_a_lan {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #4e51a0;
        color: #ffffff;
        border: 0px;
        font-size: 13px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
    }

    a.cd_a_d {
        background: #818282;
        color: #fff;
        font-size: 13px;
        padding: 0px 20px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .md30 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1170px) {
    .lg_user {
        width: 100%;
        float: left;
        margin: 40px 0px;
    }

    .lg_user .imgk {
        width: 156px;
        float: left;
        margin-left: 100px;
        text-align: center;
    }

    .lg_user .imgk img {
        width: 100%;
        height: 156px;
        float: left;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .lg_user .txtk {
        width: 690px;
        float: right;
        font-size: 18px;
        color: #888;
    }

    .lg_user .txtk p {
        width: 100%;
        float: left;
    }

    .lg_user.user_sc {
        margin: 20px 0px;
    }

    .lg_user.user_sc .txtk {
        margin-top: 20px;
    }

    .lg_user.user_sc .txtk p {
        font-size: 16px;
        margin: 10px 0px 35px 0px;
    }

    .lg_user.user_sc .an_r {
        height: 50px;
        line-height: 50px;
    }

    .lg_user.user_sc .imgk p {
        padding-top: 15px;
        width: 100%;
        float: left;
        font-size: 16px;
    }

    .lg_user .txtk p.p_1 {
        font-size: 30px;
        color: #333;
        line-height: normal;
        margin-bottom: 15px;
    }

    .lg_user .txtk p.p_2 {
        height: 70px;
    }

    .lg_user .txtk p.p_2 .zt_h {
        font-weight: bold;
        font-size: 18px;
        margin: 0px 5px;
    }

    .lg_user a.cd_a_d, .lg_user a.cd_a_h {
        height: 50px;
        line-height: 50px;
        width: 140px;
        text-align: center;
        font-size: 18px;
    }

    .lg_user a.cd_a_d, .lg_user a.cd_a_h {
        float: left;
        margin-right: 40px;
    }

    a.cd_a_h {
        width: 165px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #ee7717;
        color: #ffffff;
        border: 0px;
        font-size: 18px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
    }

    a.cd_a_hh {
        width: 165px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #4d90fe;
        color: #ffffff;
        border: 0px;
        font-size: 18px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
    }

    a.cd_a_lan {
        width: 165px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #4e51a0;
        color: #ffffff;
        border: 0px;
        font-size: 18px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
    }

    a.cd_a_d {
        background: #6b747d;
        color: #fff;
        font-size: 16px;
        padding: 0px 30px;
        height: 45px;
        line-height: 45px;
        display: inline-block;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .md30 {
        margin-bottom: 30px;
    }
}

a.cd_a_h:hover {
    background: #e04700;
}

a.cd_a_hh:hover {
    background: #0362fd;
}

a.cd_a_d:hover {
    background: #333;
}

.zt_h {
    color: #f8740a;
}

@media only screen and (max-width: 1170px) {
    .us_sy {
        width: 100%;
        float: left;
    }

    .us_d1, .us_d2 {
        float: left;
        width: 100%;
    }

    .us_d2 {
        margin-top: 20px;
    }

    .us_bt1 {
        width: 100%;
        float: left;
        height: 40px;
        line-height: 40px;
        padding: 0px 15px;
        font-size: 15px;
        color: #fff;
    }

    .us_bt1 .s1 {
        float: left;
    }

    .us_bt1 a.cd_more1 {
        float: right;
        margin-top: 9px;
    }

    a.cd_more1 {
        width: 22px;
        height: 22px;
    }

    .us_nk1 {
        width: 100%;
        float: left;
        background: #fff;
        border: solid 1px #ddd;
        padding: 10px 15px 20px 15px;
    }

    .us_n1 {
        width: 100%;
        float: left;
    }

    .us_n1 li {
        width: 100%;
        float: left;
        height: 40px;
        line-height: 40px;
        border-bottom: dotted 1px #ccc;
        overflow: hidden;
        position: relative;
        font-size: 1.05em;
        padding-right: 115px;
    }

    .us_n1 a {
        width: 100%;
        display: block;
        height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .us_n1 .sj {
        position: absolute;
        right: 0px;
        top: 0px;
        color: #666;
        font-size: 12px;
    }
}

@media only screen and (max-width: 500px) {
    .us_n1 .sj {
        display: none;
    }

    .us_n1 li {
        padding: 0;
    }
}

@media only screen and (min-width: 1170px) {
    .us_sy {
        width: 100%;
        float: left;
    }

    .us_d1, .us_d2 {
        float: left;
        width: 48%;
    }

    .us_d2 {
        float: right;
    }

    .us_bt1 {
        width: 100%;
        float: left;
        height: 60px;
        line-height: 60px;
        padding: 0px 20px;
        font-size: 18px;
        color: #fff;
    }

    .us_bt1 .s1 {
        float: left;
    }

    .us_bt1 a.cd_more1 {
        float: right;
        margin-top: 11px;
    }

    a.cd_more1 {
        width: 28px;
        height: 28px;
    }

    .us_nk1 {
        width: 100%;
        float: left;
        background: #fff;
        border: solid 1px #ddd;
        padding: 10px 20px 20px 20px;
    }

    .us_n1 {
        width: 100%;
        float: left;
    }

    .us_n1 li {
        width: 100%;
        float: left;
        height: 50px;
        line-height: 50px;
        border-bottom: dotted 1px #ccc;
        overflow: hidden;
        position: relative;
        font-size: 16px;
        padding-right: 140px;
    }

    .us_n1 a {
        width: 100%;
        display: block;
        height: 50px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .us_n1 .sj {
        position: absolute;
        right: 0px;
        top: 0px;
        color: #666;
    }
}

a.cd_more1 {
    background: url(../images/more1.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

.bj_lv {
    background: #68c73a;
}

.bj_lan {
    background: #5763a6;
}

@media only screen and (max-width: 1170px) {

    .us_n2 {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .us_n2 li {
        width: 100%;
        float: left;
        line-height: 24px;
        border-bottom: dotted 1px #ccc;
        overflow: hidden;
        position: relative;
        font-size: 1.05em;
    }

    .us_n2 a {
        width: 100%;
        display: block;
        float: left;
        padding: 10px 0%;
    }

    .us_n2 span {
        float: left;
        overflow: hidden;
    }

    .us_n2 .s1, .us_n2 .s3 {
        width: 70%;
    }

    .us_n2 .s2, .us_n2 .s4 {
        width: 30%;
    }

    .us_n2 .s4 {
        color: #666;
    }

    .us_n4 {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .us_n4 li {
        width: 100%;
        float: left;
        padding: 5px 10px;
        margin: 5px 0px;
        background: #f4f3f3;
        line-height: 24px;
        border: solid 1px #ddd;
        overflow: hidden;
        position: relative;
        font-size: 1.05em;
    }

    .us_n4 span {
        float: left;
        overflow: hidden;
        margin: 5px 0px;
    }

    .us_n4 .s1, .us_n4 .s3 {
        width: 70%;
    }

    .us_n4 .s2, .us_n4 .s4 {
        width: 30%;
    }

    .us_n4 .s4 a {
        float: left;
        padding: 0;
        text-align: center;
        margin: 0px 4px;
    }

    .us_n3 {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .us_n3 li {
        width: 100%;
        float: left;
        height: 40px;
        line-height: 40px;
        border-bottom: dotted 1px #ccc;
        overflow: hidden;
        position: relative;
        font-size: 1.05em;
    }

    .us_n3 a {
        width: 100%;
        display: block;
        height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 75px;
        padding-left: 5px;
    }

    .us_n3 .sj {
        position: absolute;
        right: 5px;
        top: 0px;
        color: #666;
        font-size: 12px;
    }

    .sbt {
        width: 100%;
        font-size: 15px;
        line-height: 155%;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: solid 1px #ddd;
    }

    .ssj {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 13px;
        padding: 15px 0px 20px 0px;
        color: #666;
    }

    .snr {
        width: 100%;
        float: left;
        font-size: 13px;
        line-height: 155%;
        margin-bottom: 20px;
    }

    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding-top: 10px;
        font-size: 13px;
        line-height: 155%;
    }
}

@media only screen and (max-width: 600px) {
    .us_n2 li {
        line-height: 155%;
    }

    .us_n2 .s1, .us_n2 .s3 {
        width: 100%;
        padding-left: 10px;
    }

    .us_n2 .s2, .us_n2 .s4 {
        width: 100%;
        padding-left: 10px;
    }

    .us_n4 li {
        line-height: 155%;
        padding: 10px;
    }

    .us_n4 .s1, .us_n4 .s3 {
        width: 100%;
        padding-left: 10px;
        margin: 0;
    }

    .us_n4 .s2, .us_n4 .s4 {
        width: 100%;
        padding-left: 10px;
        margin: 0;
    }

    .us_n4 .s4 {
        margin: 5px 0px 0px -5px;
    }
}

.us_n4 .s1 a {
    font-weight: bold;
}

a.cd_a_h2 {
    text-align: center;
    color: #fff;
    display: inline-block;
    background-image: -moz-linear-gradient(top, #f9953f, #f07d1a); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9953f), color-stop(1, #f07d1a)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9953f', endColorstr='#f07d1a', GradientType='0'); /* IE*/
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    width: 60px;
    background-color: #f07d1a;
}

a.cd_a_h2:hover {
    background-image: -moz-linear-gradient(top, #f07d1a, #f9953f); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f07d1a), color-stop(1, #f9953f)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f07d1a', endColorstr='#f9953f', GradientType='0');
}

a.cd_a_h3 {
    text-align: center;
    color: #fff;
    display: inline-block;
    background-image: -moz-linear-gradient(top, #DE1C1C, #b41414); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DE1C1C), color-stop(1, #b41414)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE1C1C', endColorstr='#b41414', GradientType='0'); /* IE*/
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    width: 60px;
    background-color: #b41414;
}

a.cd_a_h3:hover {
    background-image: -moz-linear-gradient(top, #DB1717, #E81212); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DB1717), color-stop(1, #E81212)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB1717', endColorstr='#E81212', GradientType='0'); /* IE*/
}

a.cd_a_h4 {
    text-align: center;
    color: #fff;
    display: inline-block;
    background-image: -moz-linear-gradient(top, #5BC0DE, #348EAA); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5BC0DE), color-stop(1, #348EAA)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5BC0DE', endColorstr='#348EAA', GradientType='0'); /* IE*/
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    width: 60px;
    background-color: #348EAA;
}

a.cd_a_h5 {
    text-align: center;
    color: #fff;
    display: inline-block;
    background-image: -moz-linear-gradient(top, #35AA47, #2E8E3E); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #35AA47), color-stop(1, #2E8E3E)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35AA47', endColorstr='#2E8E3E', GradientType='0'); /* IE*/
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    width: 60px;
    background-color: #2E8E3E;
}

a.cd_a_h6 {
    text-align: center;
    color: #fff;
    display: inline-block;
    background-image: -moz-linear-gradient(top, #343839, #666); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #343839), color-stop(1, #666)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343839', endColorstr='#666', GradientType='0'); /* IE*/
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    width: 60px;
    background-color: #666;
}

a.cd_a_h7 {
    text-align: center;
    color: #fff;
    display: inline-block;
    background-image: -moz-linear-gradient(top, #4d90fe, #487EDB); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4d90fe), color-stop(1, #487EDB)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe', endColorstr='#487EDB', GradientType='0'); /* IE*/
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    width: 60px;
    background-color: #487EDB;
}

a.cd_a_h7:hover {
    background-image: -moz-linear-gradient(top, #487EDB, #4d90fe); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #487EDB), color-stop(1, #4d90fe)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#487EDB', endColorstr='#4d90fe', GradientType='0'); /* IE*/
}

a.cd_a_h8{
    text-align: center;
    color: #fff;
    display: inline-block;
    text-align:center; color:#fff; display:inline-block; background-image: -moz-linear-gradient(top, #9B5F34, #9B5F34); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9B5F34), color-stop(1, #9B5F34)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B5F34', endColorstr='#9B5F34', GradientType='0'); /* IE*/ 
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    width: 60px;
    background-color: #9B5F34;
}

a.cd_a_d2 {
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    width: 60px;
    text-align: center;
    display: inline-block;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e6e6)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType='0'); /* IE*/
    border: solid 1px #999999;
    color: #606060;
    background-color: #eee;
}

a.cd_a_d2:hover {
    background-image: -moz-linear-gradient(top, #e6e6e6, #fff); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), color-stop(1, #fff)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#fff', GradientType='0'); /* IE*/
}



@media only screen and (min-width: 1170px) {
    .ny2 .us_bt1 {
        margin-top: -60px;
        position: relative;
        z-index: 1;
        padding-left: 30px;
        font-size: 24px;
    }

    .ny2 .us_nk1 {
        padding: 25px 50px 60px 50px;
    }

    .us_n2 {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

    .us_n2 li {
        width: 100%;
        float: left;
        height: 50px;
        line-height: 50px;
        border-bottom: dotted 1px #ccc;
        overflow: hidden;
        position: relative;
        font-size: 16px;
    }

    .us_n2 a {
        width: 100%;
        display: block;
        height: 50px;
    }

    .us_n2 span {
        float: left;
        height: 50px;
        overflow: hidden;
    }

    .us_n2 .s1 {
        width: 250px;
    }

    .us_n2 .s2 {
        width: 180px;
    }

    .us_n2 .s4 {
        float: right;
        color: #666;
    }

    .us_n4 {
        width: 100%;
        float: left;
        margin-bottom: 40px;
    }

    .us_n4 li {
        width: 100%;
        float: left;
        padding: 10px;
        line-height: 30px;
        background: #f4f3f3;
        margin: 5px 0px;
        border: solid 1px #ddd;
        overflow: hidden;
        position: relative;
        font-size: 16px;
    }

    .us_n4 span {
        float: left;
        height: 30px;
        overflow: hidden;
    }

    .us_n4 .s1 {
        width: 250px;
    }

    .us_n4 .s2 {
        margin-right: 50px;
    }

    .us_n4 .s4 {
        float: right;
        color: #666;
    }

    .us_n4 .s4 a {
        float: left;
        padding: 0;
        text-align: center;
        margin: 0px 4px;
    }

    .us_n3 {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

    .us_n3 li {
        width: 100%;
        float: left;
        height: 50px;
        line-height: 50px;
        border-bottom: dotted 1px #ccc;
        overflow: hidden;
        position: relative;
        font-size: 16px;
    }

    .us_n3 a {
        width: 100%;
        display: block;
        height: 50px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 100px;
        padding-left: 10px;
    }

    .us_n3 .sj {
        position: absolute;
        right: 5px;
        top: 0px;
        color: #666;
    }

    .sbt {
        width: 100%;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: solid 1px #ddd;
    }

    .ssj {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 16px;
        padding: 20px 0px 45px 0px;
        color: #666;
    }

    .snr {
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 80px;
    }

    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding-top: 20px;
        font-size: 16px;
        line-height: 36px;
    }
}

.us_n2 a:hover {
    background: #ebebeb;
    color: #000;
}

.us_n3 a:hover {
    background: #ebebeb;
    color: #000;
}

@media only screen and (max-width: 1170px) {
    .fy1 {
        width: 102%;
        float: left;
        font-size: 13px;
        margin-left: -1%;
    }

    .fy1 a {
        float: left;
        display: none;
        background: #ffffff;
        border: solid 1px #dddddd;
        padding: 0px 10px;
        margin-left: 3px;
    }

    .fy1 a:hover, .fy1 a.on {
        background: #ee7717;
        color: #ffffff;
        border: solid 1px #ee7717;
    }

    .fy1 a.cd_sx {
        display: block;
        width: 48%;
        margin: 0px 1%;
        text-align: center;
        padding: 8px 0px;
    }
}

@media only screen and (min-width: 1170px) {
    .fy1 {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
    }

    .fy1 a {
        display: inline-block;
        background: #ffffff;
        border: solid 1px #dddddd;
        padding: 0px 15px;
        margin: 0px 1px;
    }

    .fy1 a:hover,
    .fy1 a.on {
        background: #ee7717;
        color: #ffffff;
        border: solid 1px #ee7717;
    }
}

.bj_h {
    background: #f07d1a;
}

@media only screen and (max-width: 1180px) {
    .lg_user {
        width: 94%;
        float: left;
        margin: 20px 3%;
    }

    .lg_user .imgk {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

    .lg_user .imgk img {
        width: 50%;
        max-width: 176px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;

    }

    .lg_user.user_sc {
        margin: 10px 0px;
    }

    .lg_user.user_sc .txtk {
        margin-top: 20px;
    }

    .lg_user.user_sc .txtk p {
        font-size: 13px;
        margin: 10px 0px 20px 0px;
    }

    .lg_user.user_sc .an_r {
        height: 45px;
        line-height: 45px;
    }

    .lg_user.user_sc .imgk p {
        padding-top: 15px;
        width: 100%;
        float: left;
        font-size: 13px;
    }

    .lg_user .txtk {
        width: 100%;
        float: right;
        font-size: 13px;
        line-height: 150%;
        color: #9a9999;
    }

    .lg_user .txtk p {
        width: 98%;
        margin-left: 1%;
        text-align: center;
        float: left;
    }

    .lg_user .txtk p.p_1 {
        font-size: 15px;
        color: #333;
        line-height: 155%;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .lg_user .txtk p.p_2 {
        margin-bottom: 20px;
    }

    .lg_user .txtk a.cd_a_r, .lg_user .txtk a.cd_a_d {
        float: left;
        text-align: center;
        width: 48%;
        margin: 0px 1%;
    }

    a.cd_a_r {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #ee7717;
        color: #ffffff;
        border: 0px;
        font-size: 13px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
    }

}

@media only screen and (min-width: 1180px) {
    .lg_user {
        width: 100%;
        float: left;
        margin: 50px 0px;
    }

    .lg_user .imgk {
        width: 147px;
        float: left;
        margin-left: 100px;
        text-align: center;
    }

    .lg_user .imgk img {
        width: 100%;
        height: 147px;
        float: left;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .lg_user .txtk {
        width: 720px;
        float: right;
        font-size: 18px;
        line-height: 35px;
        color: #999;
    }

    .lg_user .txtk p {
        width: 100%;
        float: left;
    }

    .lg_user.user_sc {
        margin: 20px 0px;
    }

    .lg_user.user_sc .txtk {
        margin-top: 20px;
    }

    .lg_user.user_sc .txtk p {
        font-size: 16px;
        margin: 10px 0px 35px 0px;
    }

    .lg_user.user_sc .an_r {
        height: 50px;
        line-height: 50px;
    }

    .lg_user.user_sc .imgk p {
        padding-top: 15px;
        width: 100%;
        float: left;
        font-size: 16px;
    }

    .lg_user .txtk p.p_1 {
        font-size: 28px;
        font-weight: bold;
        color: #333;
        line-height: normal;
        margin-bottom: 15px;
    }

    .lg_user .txtk p.p_2 {
        /*height: 90px;*/
        height: 60px;
    }

    .lg_user a.cd_a_d {
        height: 50px;
        line-height: 50px;
        padding: 0px 50px;
        font-size: 18px;
    }

    .lg_user a.cd_a_d, .lg_user a.cd_a_r {
        float: left;
        margin-right: 40px;
    }

    a.cd_a_r {
        width: 165px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #ee7717;
        color: #ffffff;
        border: 0px;
        font-size: 18px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
    }

}

a.cd_a_r:hover {
    background: #e04700;
}

@media only screen and (max-width: 1180px) {
    .lg2_fo {
        width: 100%;
        float: left;
        margin: 20px 0px 20px 0%;
    }

    .lg2_fo dl {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .lg2_fo dt {
        font-size: 13px;
        line-height: 150%;
        float: left;
        width: 100%;
        padding: 0px;
        margin-bottom: 5px;
    }

    .lg2_fo dd {
        float: left;
        width: 100%;
    }

    .lg2_fo .an_h {
        float: left;
        margin-left: 0px;
        width: 100%;
    }

    .lg2_fo .lg_tx,
    .lg2_fo .lg2_tx {
        width: 100%;
        float: left;
    }

    .lg2_fo dl.dl_bt {
        border-bottom: solid 1px #cccccc;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .lg2_fo dl.dl_bt dt {
        float: left;
        width: auto;
    }

    .lg2_fo dl.dl_bt dd {
        font-size: 15px;
        line-height: 150%;
        float: left;
        width: auto;
        margin-left: 10px;
    }

    .lg2_fo dd.dd_sc .lg2_tx {

        width: 70%;
        margin-right: 1%;
    }

    .lg2_fo dd.dd_sc a.cd_sc {
        width: 29%;
        text-align: center;
        font-size: 13px;
        border: solid 1px #cccccc;
        height: 36px;
        line-height: 36px;
        float: left;
        background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
        /* Firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e1e1e1));
        /* Saf4+, Chrome */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType='0');
        /* IE*/
    }

    .md20 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1180px) {
    .md20 {
        margin-bottom: 20px;
    }

    .lg2_fo {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .lg2_fo dl {
        width: 100%;
        float: left;
        margin-bottom: 40px;
    }

    .lg2_fo dt {
        font-size: 16px;
        line-height: 40px;
        text-align: right;
        float: left;
        width: 15%;
        padding: 0px;
        font-weight: bold;
    }

    .lg2_fo dd {
        float: right;
        width: 83%;
    }

    .lg2_fo .an_h {
        float: left;
        margin-left: 320px;
    }

    .lg2_fo .lg_tx,
    .lg2_fo .lg2_tx {
        width: 90%;
        float: left;
    }

    .lg2_fo dd.dd1 .lg_tx {
        width: 40%;
    }

    .lg2_fo dl.dl_bt {
        border-bottom: solid 1px #cccccc;
        width: 100%;
        margin: 0px 0% 40px 0%;
        padding: 15px 0px;
    }

    .lg2_fo dl.dl_bt dt {
        width: 15%;
    }

    .lg2_fo dl.dl_bt dd {
        width: 83%;
        font-size: 30px;
        color: #ee7717;
        line-height: normal;
    }

    .lg2_fo dd.dd_sc .lg2_tx {
        width: 70%;
        margin-right: 4%;
    }

    .lg2_fo dd.dd_sc a.cd_sc {
        width: 16%;
        text-align: center;
        font-size: 16px;
        border: solid 1px #cccccc;
        height: 40px;
        line-height: 40px;
        float: left;
        background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
        /* Firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e1e1e1));
        /* Saf4+, Chrome */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType='0');
        /* IE*/
    }
}

@media only screen and (max-width: 1180px) {
    .uploader {
        position: relative;
        display: inline-block;
        overflow: hidden;
        cursor: default;
        padding: 0;
        width: 100%;
    }

    .filename {
        float: left;
        display: inline-block;
        outline: 0 none;
        height: 40px;
        width: 65%;
        font-size: 13px;
        color: #999999;
        padding-left: 10px;
        border: solid 1px #dddddd;
        margin: 0;
        overflow: hidden;
        cursor: default;
        border-right: 0;
    }

    .button {
        float: left;
        height: 40px;
        display: inline-block;
        outline: 0 none;
        color: #333;
        margin: 0;
        cursor: pointer;
        width: 35%;
        background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
        /* Firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e1e1e1));
        /* Saf4+, Chrome */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType='0');
        /* IE*/
        border: solid 1px #cccccc;
        font-size: 13px;
        text-align: center;
    }

    .uploader input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        height: 38px;
        color: #666666;
        width: 100%;
        cursor: pointer;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .lg_fo3 {
        width: 100%;
        float: left;
        padding: 20px 5%;
    }

    .lg_fo3 .imgk {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

    .lg_fo3 .imgk img {
        width: 50%;
    }

    .lg_fo3 dl {
        float: left;
        width: 100%;
    }

    .lg_fo3 dd {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .lg_fo3 dd p {
        width: 100%;
        float: left;
        color: #999999;
        margin-top: 5px;
    }

    .lg_tx {
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        padding-left: 10px;
        background: #ffffff;
        border: solid 1px #cccccc;
    }

    .an_r {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #ee7717;
        color: #ffffff;
        border: 0px;
        font-size: 15px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .an_r:hover {
        background: #e04700;
    }

    .lg2_fo {
        position: relative;
        padding: 45px 0px 0px 0px;
        margin: 0;
    }

    .lg2_fo .lg_yy {
        position: absolute;
        right: 0px;
        top: 5px;
        width: 120px;
        border: solid 1px #ccc;
        background-image: -moz-linear-gradient(top, #fbfbfb, #e3e3e3); /* Firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #e3e3e3)); /* Saf4+, Chrome */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e3e3e3', GradientType='0'); /* IE*/
    }
}

@media only screen and (min-width: 1180px) {
    .uploader {
        position: relative;
        display: inline-block;
        overflow: hidden;
        cursor: default;
        padding: 0;
    }

    .filename {
        float: left;
        display: inline-block;
        outline: 0 none;
        height: 40px;
        width: 555px;
        padding-left: 10px;
        border: solid 1px #dddddd;
        margin: 0;
        overflow: hidden;
        cursor: default;
        border-right: 0;
    }

    .button {
        float: left;
        height: 40px;
        display: inline-block;
        outline: 0 none;
        margin: 0;
        color: #333;
        cursor: pointer;
        width: 130px;
        background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
        /* Firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e1e1e1));
        /* Saf4+, Chrome */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType='0');
        /* IE*/
        border: solid 1px #cccccc;
        font-size: 16px;
        text-align: center;
    }

    .uploader input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        height: 38px;
        color: #333;
        width: 685px;
        cursor: pointer;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .lg_fo3 {
        width: 100%;
        float: left;
        padding: 55px 0px;
    }

    .lg_fo3 .imgk {
        width: 156px;
        float: left;
        margin-left: 115px;
    }

    .lg_fo3 .imgk img {
        width: 100%;
    }

    .lg_fo3 dl {
        float: right;
        width: 785px;
    }

    .lg_fo3 dd {
        width: 100%;
        float: left;
        margin-bottom: 40px;
    }

    .lg_fo3 dd p {
        width: 100%;
        float: left;
        color: #999999;
        margin-top: 5px;
    }

    .lg_tx {
        width: 490px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        padding-left: 10px;
        background: #ffffff;
        border: solid 1px #cccccc;
    }

    .lg2_tx {
        width: 490px;
        height: 120px;
        line-height: 22px;
        font-size: 16px;
        padding: 8px 10px;
        background: #ffffff;
        border: solid 1px #cccccc;
    }

    .an_r {
        width: 165px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #ee7717;
        color: #ffffff;
        border: 0px;
        font-size: 18px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .an_r:hover {
        background: #e04700;
    }

    .lg2_fo {
        position: relative;
    }

    .lg2_fo .lg_yy {
        position: absolute;
        right: 0px;
        top: -30px;
        width: 120px;
        border: solid 1px #ccc;
        background-image: -moz-linear-gradient(top, #fbfbfb, #e3e3e3); /* Firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #e3e3e3)); /* Saf4+, Chrome */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e3e3e3', GradientType='0'); /* IE*/
    }
}

@media only screen and (max-width: 1170px) {
    .zl_fo {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        line-height: 40px;
    }

    .zl_fo li {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 45px;
        margin-bottom: 15px;
    }

    .zl_fo .s1 {
        position: absolute;
        left: 0px;
        top: 0px;
        font-weight: bold;
    }

    .zl_fo li.l_an {
        margin-top: 10px;
    }

    .s_dx {
        float: left;
        margin-right: 20px;
        line-height: 40px;
    }

    .s_dx input {
        margin-right: 6px;
    }

    .s_dx .tx3 {
        display: inline-block;
        margin: 0 0 0 6px;
    }

    .us_nk1.yyd_fo .zl_fo .tx3 {
        width: 65PX;
    }

    .us_nk1.yyd_fo {
        padding-left: 0;
    }

    .us_nk1.yyd_fo .zl_fo li {
        margin-bottom: 15px;
        padding-left: 75px;
    }

    .us_nk1.yyd_fo .zl_fo li .s1 {
        text-align: right;
        width: 65px;
    }

    .us_nk1.yyd_fo .zl_fo .tx2 {
        height: 100px;
    }

    .yy_cg {
        text-align: center;
        padding: 50px 30px;
    }

    .yy_cg .h2_bt1 {
        margin-bottom: 10px;
    }

    .yy_cg .yy_ts1 {
        width: 100%;
        float: left;
        font-size: 13px;
        line-height: 155%;
        color: #666;
        margin-bottom: 25px;
    }

    .yy_cg .yy_an {
        width: 100%;
        float: left;
    }

    .yy_cg .yy_an a {
        width: 35%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0px 2%;
        font-size: 13px;
    }

    .yy_nr {
        width: 100%;
        float: left;
        font-size: 13px;
        line-height: 155%;
    }

    .yy_nr a.cd_a_h {
        height: 40px;
        line-height: 40px;
        width: 110px;
        margin-bottom: 5px;
    }
    .yy_nr a.cd_a_hh {
        height: 40px;
        line-height: 40px;
        width: 110px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 450px) {
    .us_nk1.yyd_fo .zl_fo li .s1 {
        position: inherit;
        left: auto;
        top: auto;
        margin-bottom: 10px;
        line-height: 22px;
        font-weight: bold;
        display: block;
        text-align: left
    }

    .us_nk1.yyd_fo .zl_fo li {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1170px) {
    .zl_fo {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #333;
        line-height: 40px;
    }

    .zl_fo li {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 45px;
        padding-right: 35px;
        margin-bottom: 30px;
    }

    .zl_fo .s1 {
        position: absolute;
        left: 0px;
        top: 0px;
        font-weight: bold;
    }

    .zl_fo li.l_an {
        margin-top: 20px;
    }

    .us_nk1.yyd_fo {
        padding: 30px 150px 60px 140px;
    }

    .us_nk1.yyd_fo .zl_fo li {
        margin-bottom: 20px;
        padding-left: 90px;
        min-height: 40px;
    }

    .us_nk1.yyd_fo .zl_fo li .s1 {
        text-align: right;
        width: 75px;
    }

    .us_nk1.yyd_fo .zl_fo .tx1 {
        width: 65%;
    }

    .us_nk1.yyd_fo .zl_fo .tx2 {
        height: 150px;
    }

    .s_dx {
        float: left;
        margin-right: 40px;
        line-height: 40px;
    }

    .s_dx input {
        margin-right: 10px;
    }

    .s_dx .tx3 {
        display: inline-block;
        margin: 0 0 0 10px;
    }

    .us_nk1.yyd_fo .zl_fo .tx3 {
        width: 70PX;
    }

    .yy_cg {
        text-align: center;
        padding: 140px 0px;
    }

    .yy_cg .h2_bt1 {
        margin-bottom: 20px;
    }

    .yy_cg .yy_ts1 {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 30px;
        color: #666;
        margin-bottom: 45px;
    }

    .yy_cg .yy_an {
        width: 100%;
        float: left;
    }

    .yy_cg .yy_an a {
        width: 140px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 0px 20px;
        font-size: 18px;
    }

    .yy_nr {
        width: 100%;
        float: left;
        padding: 25px 30px;
        font-size: 16px;
        line-height: 40px;
    }
    .yy_nr strong{
        display: inline-block;
        width:110px;
    }

    .yy_nr a.cd_a_h {
        height: 50px;
        line-height: 50px;
        width: 140px;
    }
    .yy_nr a.cd_a_hh {
        height: 50px;
        line-height: 50px;
        width: 140px;
    }
}

@media only screen and (max-width: 1170px) {
    .hy_lm1 {
        width: 100%;
        float: left;
        background: #f9953f;
        padding: 20px 3%;
        font-size: 14px;
        line-height: 39px;
    }

    .hy_lm1 a {
        float: left;
        height: 40px;
        border: solid 1px #fdfdfe;
        color: #fff;
        text-align: center;
        width: 48%;
        margin: 0px 1%;
        position: relative;
    }

    .hy_lm1 a.on, .hy_lm1 a:hover {
        background: #fdfdfe;
        color: #f07d1a;
    }
    .hy_lm1.ks_lm1 a{
        width:19%;
        margin: 0px 0.5%;
        line-height: 20px;
        font-size:13px;
        height:50px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
    }

    .hy_lm1.ks_lm2 a{
        width:23%;
        margin: 0px 1%;
    }

    .hy_lm1 a.on i {
        position: absolute;
        background: url(../images/yy_jt3.png) center center no-repeat;
        height: 9px;
        width: 100%;
        left: 0px;
        bottom: -9px;
    }

    .hy_lm1 a span {
        margin-right: 10px;
        vertical-align: middle;
        font-size: 13px;
    }

    .hy_lm1.ks_ss{
        background: #fff;
        padding:0 2% 0px 2%;
    }
    .hy_lm1.ks_ss .form-control{
        height:40px;
        font-size:13px;
    }
    .hy_lm1.ks_ss .cx_an{
        height:40px;
        background-color: #fff;
    }

    .hy_xz {
        width: 94%;
        float: left;
        margin: 15px 3%;
    }

    .hy_xz .form-control {
        width: 100%;
        border: solid 1px #ccc;
    }

    .yy_kk {
        width: 100%;
        float: left;
        padding: 15px;
        min-height: 200px;
        background: #fff;
        border: solid 1px #ddd;
        position: relative;
    }

    .yy_kk .s1 {
        float: left;
        line-height: 32px;
        font-size: 15px;
    }

    .yy_kk .s2 {
        float: right;
    }

    .yy_kk .s2 a {
        float: left;
        background: url(../images/yd_jt1.jpg) left no-repeat;
        height: 32px;
        width: 44.5px;
    }

    .yy_kk .s2 a.a2 {
        background: url(../images/yd_jt1.jpg) right no-repeat;
    }

    .yy_kk .s3 {
        float: left;
        width: 102%;
        margin: 10px 0px 10px -1%;
    }

    .yy_kk .s3 font {
        /*width: 31.3333%;*/
        width: 23%;
        margin: 0px 1%;
        text-align: center;
        float: left;
        line-height: 28px;
        color: #fff;
        font-size: 13px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .yy_tak {
        width: 100%;
        float: left;
        overflow-x: auto;
    }

    .ta1 {
        width: 1030px;
        float: left;
        margin-bottom: 15px;
    }

    .ta1 td {
        background: #fff;
        border: solid 1px #d3d3d3;
        height: 24px;
    }

    .ta1 span {
        display: block;
        width: 100%;
        position: relative;
        height: 24px;
    }

    .ta1 .tr1 td {
        text-align: center;
        font-size: 14px;
        height:40px;
    }

    .ta1 td .txtk {
        position: absolute;
        z-index: 2;
        top: 50%;
        margin-top: -90px;
        min-height: 180px;
        border: solid 1px #5663a7;
        width: 220px;
        padding: 15px 20px;
        font-size: 13px;
        line-height: 155%;
        background: #fff;
        position: absolute;
        left: 80%;
        display: none;
    }

    .ta1 td .txtk h2 {
        display: block;
        font-size: 13px;
        line-height: 155%;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .ta1 td .txtk i {
        position: absolute;
        background: url(../images/yd_jt2.png) center center no-repeat;
        width: 13px;
        height: 100%;
        left: -13px;
        top: 0px;
    }

    .ta1 .td_lan:hover .txtk {
        display: block;
    }
    .ta1 .td_zi:hover .txtk {
        display: block;
    }

    .ta1 .td_right .td_lan .txtk {
        right: 80%;
        left: auto;
    }
    .ta1 .td_right .td_zi .txtk {
        right: 80%;
        left: auto;
    }

    .ta1 .td_right .td_lan .txtk i {
        left: auto;
        right: -13px;
        background: url(../images/yd_jt2.png) center center no-repeat;
        transform: rotate(180deg);
    }

    .ta1 .td_right .td_zi .txtk i {
        left: auto;
        right: -13px;
        background: url(../images/yd_jt2.png) center center no-repeat;
        transform: rotate(180deg);
    }

    .yy_anq {
        width: 100%;
        float: left;
        text-align: center;
        margin: 20px 0px 10px 0px;
    }

    .yy_anq a {
        width: 140px;
        height: 40px;
        line-height: 40px;
    }

    .hy_lm1 .form-control {
        float: left;
        background: #fff;
        border: solid 1px #f1801e;
        margin: 0px 1%;
        font-size: 13px;
    }

    .hy_lm1 .cx_tx1 {
        width: 98%;
        margin-bottom: 10px;
    }

    .hy_lm1 .cx_tx2 {
        width: 31.3333%;
    }

    .hy_lm1 .cx_an {
        width: 31.3333%;
        height: 40px;
        font-size: 13px;
        color: #e2700d;
        background: #fff;
        border: solid 1px #f1801e;
        line-height: 40px;
        float: left;
        margin: 0px 1%;
        /*background-image: -moz-linear-gradient(top, #fff, #e6e6e6); !* Firefox *!*/
        /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e6e6)); !* Saf4+, Chrome *!*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType='0'); !* IE*!*/
    }

    .hy_lm1 .cx_an span {
        margin-left: 10px;
        font-size: 13px;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 500px) {
    .hy_lm1 .cx_tx2 {
        width: 98%;
        margin-bottom: 10px;
    }

    .hy_lm1 .cx_an {
        width: 98%;
    }
}

@media only screen and (min-width: 1170px) {
    .hy_lm1 {
        width: 100%;
        float: left;
        background: #f9953f;
        padding: 20px 50px;
        font-size: 24px;
        line-height: 58px;
    }
    .hy_lm1.ks_ss{
        background: #fff;
        padding:0 30px 20px 30px;
    }
    .hy_lm1.ks_ss .form-control{
        height:50px;
        font-size:16px;
    }
    .hy_lm1.ks_ss .cx_an{
        height:50px;
        background-color: #fff;
    }
    .hy_lm1 a {
        float: left;
        height: 60px;
        border: solid 1px #fdfdfe;
        color: #fff;
        text-align: center;
        width: 48%;
        margin: 0px 1%;
        position: relative;
    }
    .hy_lm1.ks_lm1 a{
        width:19%;
        margin: 0px 0.5%;
        line-height: 48px;
        font-size:16px;
        height:50px;
    }
    .hy_lm1.ks_lm2 a{
        width:22%;
        margin: 0px 1.5%;
        line-height: 48px;
        font-size:16px;
        height:50px;
    }
    .hy_lm1 a.on, .hy_lm1 a:hover {
        background: #f5f5f5;
        color: #f07d1a;
        border: solid 1px #ee7817;
    }

    .hy_lm1 a.on i {
        position: absolute;
        background: url(../images/jt_down_on.png) center center no-repeat;
        height: 11px;
        width: 100%;
        left: 0px;
        bottom: -11px;
    }

    .hy_lm1 a span {
        margin-right: 10px;
        vertical-align: middle;
        font-size: 25px;
    }

    .hy_xz {
        width: 100%;
        float: left;
        margin: 20px 0px;
    }

    .hy_xz .form-control {
        width: 49%;
        border: solid 1px #ccc;
        height: 55px;
    }

    .yy_kk {
        width: 100%;
        float: left;
        padding: 35px;
        min-height: 500px;
        padding-right: 105px;
        background: #fff;
        border: solid 1px #ddd;
        position: relative;
    }

    .yy_kk .s1 {
        float: left;
        line-height: 32px;
        font-size: 24px;
    }

    .yy_kk .s2 {
        float: right;
    }

    .yy_kk .s2 a {
        float: left;
        background: url(../images/yd_jt1.jpg) left no-repeat;
        height: 32px;
        width: 44.5px;
    }

    .yy_kk .s2 a.a2 {
        background: url(../images/yd_jt1.jpg) right no-repeat;
    }

    .yy_kk .s3 {
        position: absolute;
        width: 55px;
        right: 35px;
        top: 80px;
    }

    .yy_kk .s3 font {
        width: 100%;
        text-align: center;
        float: left;
        line-height: 24px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 7px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .yy_tak {
        width: 100%;
        float: left;
        margin-top: 14px;
    }

    .ta1 {
        width: 1030px;
        float: left;
        margin-bottom: 20px;
    }

    .ta1 td {
        background: #fff;
        border: solid 1px #d3d3d3;
        height: 24px;
    }

    .ta1 span {
        display: block;
        width: 100%;
        position: relative;
        height: 24px;
    }

    .ta1 .tr1 td {
        text-align: center;
        font-size: 14px;
        height:50px;
    }

    .ta1 td .txtk {
        position: absolute;
        z-index: 2;
        top: 50%;
        margin-top: -110px;
        min-height: 220px;
        border: solid 1px #5663a7;
        width: 280px;
        padding: 25px 30px;
        font-size: 16px;
        line-height: 30px;
        background: #fff;
        position: absolute;
        left: 80%;
        display: none;
    }

    .ta1 td .txtk h2 {
        display: block;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .ta1 td .txtk i {
        position: absolute;
        background: url(../images/yd_jt2.png) center center no-repeat;
        width: 13px;
        height: 100%;
        left: -13px;
        top: 0px;
    }

    .ta1 .td_lan:hover .txtk {
        display: block;
    }
    .ta1 .td_zi:hover .txtk {
        display: block;
    }

    .ta1 .td_right .td_lan .txtk {
        right: 80%;
        left: auto;
    }
    .ta1 .td_right .td_zi .txtk {
        right: 80%;
        left: auto;
    }

    .ta1 .td_right .td_lan .txtk i {
        left: auto;
        right: -13px;
        background: url(../images/yd_jt2.png) center center no-repeat;
        transform: rotate(180deg);
    }
    .ta1 .td_right .td_zi .txtk i {
        left: auto;
        right: -13px;
        background: url(../images/yd_jt2.png) center center no-repeat;
        transform: rotate(180deg);
    }

    .yy_anq {
        width: 100%;
        float: left;
        text-align: center;
        margin: 60px 0px 50px 0px;
    }

    .yy_anq a {
        width: 140px;
        height: 50px;
        line-height: 50px;
    }

    .tx_sj {
        font-size: 16px;
    }

    .hy_lm1 .form-control {
        float: left;
        background: #fff;
        border: solid 1px #f1801e;
        margin: 0px 1%;
    }

    .hy_lm1 .cx_tx1 {
        width: 35%;
    }

    .hy_lm1 .cx_tx2 {
        width: 20%;
    }

    .hy_lm1 .cx_an {
        width: 17%;
        height: 42px;
        font-size: 18px;
        color: #e2700d;
        background: #fff;
        border: solid 1px #f1801e;
        line-height: 42px;
        float: left;
        margin: 0px 1%;
        /*background-image: -moz-linear-gradient(top, #fff, #e6e6e6); !* Firefox *!*/
        /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e6e6)); !* Saf4+, Chrome *!*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType='0'); !* IE*!*/
    }

    .hy_lm1 .cx_an span {
        margin-left: 10px;
        font-size: 24px;
        vertical-align: text-top;
    }
}

.hy_lm1 .cx_an:hover {
    /*background-image: -moz-linear-gradient(top, #e6e6e6, #fff); !* Firefox *!*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), color-stop(1, #fff)); !* Saf4+, Chrome *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#fff', GradientType='0'); !* IE*!*/
    background-color: #f1801e;
    color:#fff;
}

.tx_sj {
    background: url(../images/rl.png) #fff right no-repeat;
    background-size: auto 70%;
}

.yy_tak p {
    color: #666;
}
.yy_tak .pr{
    color: #ff0000 !important;
}
.ts1 .pr{
    color: #ff0000 !important;
}

.ta1 strong {
    padding: 0px 5px;
    display: block;
}

.s_bj_lv {
    background: #68c73a;
}

.s_bj_lan {
    background: #5663a7;
}

.s_bj_d {
    background: #c2c2c2;
}
.s_bj_zi {
    background: #CB9998;
}

.ta1 .tr1_sj td {
    text-align: center;
    padding: 5px 5px;
    height: auto;
}

.ta1 .td_d {
    background: #e1e1e1;
}

.ta1 .td_lan {
    background: #5663a7;
    border: solid 1px #515d9c;
    cursor: pointer;
}

.ta1 .td_zi {
    background: #CB9998;
    border: solid 1px #CB9998;
    cursor: pointer;
}

.ta1 .td_lv {
    /*background: #68c73a;
    border: solid 1px #62bb37;*/
    cursor: pointer;
}
.ta1 .td_lv.chose {
    background: #68c73a;
    border: solid 1px #62bb37;
}

.ta1 .td_on.chose {
    background: #68c73a;
    border: solid 1px #62bb37;
}

@media only screen and (max-width: 1170px) {
    .hys_lb {
        width: 96%;
        float: left;
        margin: 10px 0px 10px 2%;
    }

    .hys_lb li {
        width: 98%;
        background: #fff;
        border: solid 1px #ddd;
        margin: 10px 1%;
        float: left;
    }

    .hys_lb .imgk {
        width: 100%;
        float: left;
    }

    .hys_lb .imgk img {
        width: 100%;
    }

    .hys_lb .txtk {
        color: #666;
        padding: 10px 15px;
        font-size: 13px;
        line-height: 155%;
        width: 100%;
        float: left;
    }

    .hys_lb .txtk h2 {
        width: 100%;
        float: left;
        font-size: 15px;
        line-height: 155%;
        color: #333;
        margin-bottom: 5px;
    }

    .hys_lb .txtk .s1 {
        float: left;
    }

    .hys_lb .txtk .s2 {
        float: right;
    }

    .fy1_hys {
        padding: 0px 3%;
    }
}

@media only screen and (min-width: 1170px) {
    .hys_lb {
        width: 102%;
        float: left;
        margin: 10px 0px 30px -1%;
    }

    .hys_lb li {
        width: 31.3333%;
        height: 360px;
        background: #fff;
        border: solid 1px #ddd;
        margin: 10px 1%;
        float: left;
    }

    .hys_lb .imgk {
        width: 100%;
        float: left;
        height: 265px;
        overflow: hidden
    }

    .hys_lb .imgk img {
        width: 100%;
        min-height: 265px;
    }

    .hys_lb .txtk {
        color: #666;
        padding: 15px 20px;
        font-size: 15px;
        line-height: 24px;
        width: 100%;
        float: left;
    }

    .hys_lb .txtk h2 {
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 30px;
        color: #333;
        height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 5px;
    }

    .hys_lb .txtk .s1 {
        float: left;
    }

    .hys_lb .txtk .s2 {
        float: right;
    }

    .img_d {
        overflow: hidden;
    }

    .img_d:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

    .fy1_hys {
        padding: 10px 0%;
    }
}

.hys_lb a {
    width: 100%;
    float: left;
}

.hys_lb li:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
}

@media only screen and (max-width: 1170px) {
    .hys_nr {
        width: 100%;
        float: left;
        background: #fff;
        border: solid 1px #ddd;
        padding: 20px;
        font-size: 13px;
        line-height: 155%;
        margin-bottom: 15px;
    }

    .hys_nr .imgk {
        float: left;
        width: 100%;
    }

    .hys_nr .imgk img {
        width: 100%;
    }

    .hys_nr .txtk {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

    .hys_nr .txtk h2 {
        display: block;
        line-height: 150%;
        padding-bottom: 10px;
        font-weight: bold;
        font-size: 15px;
    }

    .ks_k {
        width: 100%;
        float: left;
        background-color: #fff;
        border: solid 1px #ddd;
        padding:15px 0px;
    }
}

@media only screen and (min-width: 1170px) {
    .hys_nr {
        width: 100%;
        float: left;
        background: #fff;
        border: solid 1px #ddd;
        padding: 50px 60px;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .hys_nr .imgk {
        float: left;
        width: 47%;
    }

    .hys_nr .imgk img {
        width: 100%;
    }

    .hys_nr .txtk {
        float: right;
        width: 47%;
        margin-top: 30px;
    }

    .hys_nr .txtk h2 {
        display: block;
        line-height: 150%;
        padding-bottom: 15px;
        font-size: 24px;
    }

    .ks_k {
        width: 100%;
        float: left;
        background-color: #fff;
        border: solid 1px #ddd;
        padding: 40px 30px;
    }
    .ta_bgs td,.ta_bgs span,.ta_bgs .ta1 .tr1 td{
        font-size:18px;
    }
}
.ta_bgs td,.ta_bgs span{
    height:55px;
    line-height: 55px;
    text-align: center;
}
.ta_bgs .txtk{
    text-align: left;
    color:#555;
}
.ta_bgs .td_lan,.ta_bgs .td_d,.ta_bgs .td_lv{
    color:#fff;
}
@media only screen and (max-width: 1170px) {

    .md40{
        margin-bottom: 20px;
    }
    .tak_xsbg{
        width:94%;
        margin: 15px 3%;
    }
    .ta_xsbg{
        width:100%;
        font-size:13px;
        line-height:22px;
        min-width: 850px;
    }
    .ta_xsbg thead td{
        font-size:14px;
    }
    .ta_xsbg tr td:last-child{
        width:190px;
    }
    .ta_xsbg td{
        padding:10px 5px;
        border: solid 1px #ddd;
        text-align: center;
    }
    .ta_xsbg a.cd_a_h,.ta_xsbg a.cd_a_lan{
        line-height:30px;
        height:30px;
        font-size:12px;
        width:70px;
        text-align: center;
        margin:0 6px;
    }
}

@media only screen and (min-width: 1170px) {
    .hy_lm1.ks_ss_xsbg .cx_tx1{
        width:38%;
    }
    .md40{
        margin-bottom: 40px;
    }
    .ta_xsbg{
        width:100%;
        font-size:16px;
        line-height: 30px;
    }
    .ta_xsbg thead td{
        font-size:18px;
    }
    .ta_xsbg tr td:last-child{
        width:230px;
    }
    .ta_xsbg td{
        padding:12px 10px;
        border: solid 1px #ddd;
        text-align: center;
    }
    .ta_xsbg a.cd_a_h,.ta_xsbg a.cd_a_lan{
        line-height:30px;
        height:30px;
        font-size:14px;
        width:80px;
        text-align: center;
        margin:0 9px;
    }
}
@media only screen and (max-width:1170px){
    .xs_lb2{
        width:100%;
        float:left;
        padding:10px 0px 0 0px;
        font-size:13px;
        line-height:24px;
    }
    .xs_lb2 h3{
        width:100%;
        float:left;
        line-height: 150%;
        font-size:16px;
        font-weight: bold;
        margin-bottom:10px;
    }
    .xs_lb2 dl{
        width:100%;
        float:left;
        margin-bottom: 10px;
        min-height:24px;
        position:relative;
        padding-left:160px;
    }
    .xs_lb2 dt{
        width:160px;
        position:absolute;
        font-weight:bold;
        left:0px;
        top:0px;
        font-size:14px;

    }
    .xs_lb2 dd{
        width:100%;
        text-align:justify;
    }
    .xs_lb2 .dl1{
        padding:35px 0 0 0;
    }
    .xs_lb2 .dl2{
        padding:20px 0 0 0;
        text-align:center;
    }
    .xs_lb2 .dl2 a{
        width:130px;
        height:40px;
        line-height: 40px;
        font-size:14px;
    }

    .bgs_nj{
        padding:20px 15px!important;
    }

    .bgs_ss{
        width:100%;
        float:left;
        margin-bottom: 15px;
    }
    .bgs_ss li{
        position:relative;
        min-height: 40px;
        padding-left:110px;
        margin-bottom:15px;
    }
    .bgs_ss .s1{
        width:110px;
        position:absolute;
        text-align: left;
        left:0px;
        top:0px;
        line-height: 40px;
        font-size:13px;
    }
    .bgs_ss .an_h{
        margin-top:20px;
        width:100%;
        max-width: 150px;
    }

    .bgs_ss .l1{
        text-align: center;
    }
    .bgs_tx1{
        width:100%;
        line-height: 40px;
        height:40px;
        border:solid 1px #ddd;
        padding-left:10px;
        font-size:13px;
    }
    .bgs_tx2{
        width:100%;
        line-height: 20px;
        height:140px;
        border:solid 1px #ddd;
        padding:10px 10px;
        font-size:13px;
    }
    .bgs_ss .l_an{
        text-align: center;
    }
    .bgs_ss .l_an .an_h{
        float:none;
    }
    .bgs_sj{
        width:100%;
        float:left;
        overflow:hidden;
    }
    .bgs_sj .bgs_tx1{
        text-align: center;
    }
    .bgs_sj .s2{
        width:100%;
        margin: 10px 0;
        display:block;
        text-align: center;
    }

}

@media only screen and (max-width:450px){
    .xs_lb2 dl,.bgs_ss li{
        padding:0!important;
    }
    .xs_lb2 dt,.bgs_ss li .s1{
        position:inherit;
        left:auto;
        top:auto;
        margin-bottom: 5px;
    }
    .xs_lb2 .dl2{
        margin-top: 15px;
    }
     .bgs_ss li .s1{
        width:100%;
         float:left;
    }
}
@media only screen and (min-width:1170px){
    .xs_lb2{
        width:100%;
        float:left;
        padding:20px 10px 0 10px;
        font-size:16px;
        line-height:30px;
    }
    .xs_lb2 h3{
        width:100%;
        float:left;
        line-height: 150%;
        font-size:20px;
        font-weight: bold;
        margin-bottom:20px;
    }
    .xs_lb2 dl{
        width:100%;
        float:left;
        margin-bottom: 20px;
        min-height:30px;
        position:relative;
        padding-left:220px;
    }
    .xs_lb2 dt{
        width:220px;
        position:absolute;
        left:0px;
        top:0px;
        font-size:18px;
        font-weight:bold;
    }
    .xs_lb2 dd{
        width:100%;
    }
    .xs_lb2 .dl1{
        padding:50px 0 0 0;
    }
    .xs_lb2 .dl2{
        padding:30px 0 0 0;
        text-align:center;
    }
    .xs_lb2 .dl2 a{
        width:140px;
        height:45px;
        line-height: 45px;
        font-size:16px;
    }
    .bgs_nj{
        padding:60px 180px 60px 60px!important;
    }
    .bgs_ss{
        width:100%;
        float:left;
        margin-bottom: 20px;
    }
    .bgs_ss li{
        position:relative;
        min-height: 50px;
        padding-left:160px;
        margin-bottom: 30px;
    }
    .bgs_ss .s1{
        width:160px;
        position:absolute;
        left:0px;
        top:0px;
        line-height: 50px;
        font-size:18px;
    }
    .bgs_ss .s1_d{
        line-height: 34px;
    }
    .bgs_ss .an_h{
        float:right;
    }
    .bgs_tx1{
        width:100%;
        line-height: 50px;
        height:50px;
        border:solid 1px #ddd;
        padding-left:20px;
        font-size:16px;
    }
    .bgs_tx2{
        width:100%;
        line-height: 30px;
        height:140px;
        border:solid 1px #ddd;
        padding:10px 20px;
        font-size:16px;
    }
    .bgs_ss .l_an{
        text-align: center;
    }
    .bgs_ss .l_an .an_h{
        float:none;
    }
    .bgs_sj{
        width:590px;
        height:50px;
        line-height: 48px;
        border: solid 1px #ddd;
        font-size:18px;
        background: url("../images/rl.png") no-repeat 50px 7px;
        padding-left:75px;
        float:left;
        overflow:hidden;
    }
    .bgs_sj .bgs_tx1{
        width:200px;
        margin: 0 10px;
        text-align: center;
        border: 0;
        height:48px;
        line-height: 48px;
    }



}
.an_ho:hover{
    box-shadow:0 2px 8px rgba(0,0,0,.2);
}

@media only screen and (max-width:1170px){
    .bgs_bt1{
        width:100%;
        float:left;
        font-size:14px;
        margin-bottom: 10px;
        line-height: 150%;
    }
    .ta_bgs_ky{
        width:100%;
        text-align: center;
        font-size:13px;
        line-height: 24px;
        min-width: 768px;
    }
    .ta_bgs_ky td{
        padding:10px;
        border: solid 1px #ddd;
    }
    .ta_bgs_ky .td1{
        width:55px;
    }
    .ta_bgs_ky .td2{
        text-align: left;
    }
    .ta_bgs_ky thead{
        font-size:14px;
    }
    .bgs_ts1{
        width:100%;
        float:left;
        margin: 0px 0 20px 0;
    }
    .ta_bgs_ky .td3{
        width:220px;
        padding-left:15px;
        padding-right:25px;
    }
    .bgs_lb2{
        width:100%;
    }
    .bgs_lb2 li{
        width:100%;
        height:24px;
    }
    .bgs_lb2 .s_bx{
        float:left;
        width:15px;
        height:15px;
        background:url("../images/xk1.png");
        margin: 4.5px 12px 0 0;
        cursor: pointer;
    }
    .bgs_lb2 .s_nx{
        float:left;
        width:15px;
        height:15px;
        background:url("../images/xk2.png");
        margin: 4.5px 12px 0 0;
        position:relative;
        cursor: pointer;
    }
    .bgs_lb2 .s_nx.on:after{
        content: '';
        background: url("../images/dui.png");
        width:17px;
        height:15px;
        position:absolute;
        left:3px;
        bottom:3px;
    }
    .bgs_lb2 .s_nx input{
        display: none;
    }
    .bgs_lb2 .s1{
        float: left;
        width:140px;
        text-align: left;
    }
    .bgs_lb2 .s2{
        float:left;
    }
}
@media only screen and (min-width:1170px){
    .bgs_bt1{
        width:100%;
        float:left;
        font-size:18px;
        margin-bottom: 10px;
        line-height: 150%;
    }
    .ta_bgs_ky{
        width:100%;
        text-align: center;
        font-size:16px;
        line-height: 30px;
    }
    .ta_bgs_ky td{
        padding:10px;
        border: solid 1px #ddd;
    }
    .ta_bgs_ky .td1{
        width:65px;
    }
    .ta_bgs_ky .td2{
        text-align: left;
        padding-left:20px;
    }
    .ta_bgs_ky thead{
        font-size:18px;
    }
    .bgs_ts1{
        width:100%;
        float:left;
        font-size:16px;
        line-height: 30px;
        margin: -20px 0 35px 0;
    }
    .ta_bgs_ky .td3{
        width:260px;
        padding-left:20px;
        padding-right:20px;
    }
    .bgs_lb2{
        width:100%;
    }
    .bgs_lb2 li{
        width:100%;
        height:30px;
    }
    .bgs_lb2 .s_bx{
        float:left;
        width:15px;
        height:15px;
        background:url("../images/xk1.png");
        margin: 7.5px 15px 0 0;
        cursor: pointer;
    }
    .bgs_lb2 .s_nx{
        float:left;
        width:15px;
        height:15px;
        background:url("../images/xk2.png");
        margin: 7.5px 15px 0 0;
        position:relative;
        cursor: pointer;
    }
    .bgs_lb2 .s_nx.on:after{
        content: '';
        background: url("../images/dui.png");
        width:17px;
        height:15px;
        position:absolute;
        left:3px;
        bottom:3px;
    }
    .bgs_lb2 .s_nx input{
        display: none;
    }
    .bgs_lb2 .s1{
        float: left;
        width:140px;
        text-align: left;
    }
    .bgs_lb2 .s2{
        float:left;
    }
    .yy_kk_sxbg{
        width:1030px;
        margin-left: -20px;
    }
    .yy_kk.yy_kk_sxbg .s3 {
        position: absolute;
        width: 55px;
        right: -76px;
        top: 80px;
    }
}
.zt_lan{
    color:#1d2765;
}
.zt_hei{
    color:#000;
}

.yy_kk_sxbg{
    border: 0;
    padding:0;
}
.tc_xsbg{
    background-color: rgba(0,0,0,.5);
}
.tc_xsbg2 {
    background-color: rgba(0,0,0,.5);
}
.tc_xsbg .modal-content{
    border-radius: 0px;
    border: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
.tc_xsbg .modal-header{
    border: 0;
    background-color: #48499b;
    color:#fff;
}


@media only screen and (max-width:1170px){
    .tc_xsbg .modal-header h4{
        font-size:16px;
    }
    .tc_xsbg .tc_nr{
        font-size:14px;
        line-height: 24px;
        padding:25px 15px;
        text-align: center;
    }
    .tc_xsbg .tc_nr h4{
        line-height: 155%;
        margin-bottom:5px;
        font-size:16px;
        color:#333;
    }
    .tc_xsbg .modal-footer{
        width:100%;
        border: 0;
        text-align: center;
        margin-top:15px;
    }
    .tc_xsbg .modal-footer .btn{
        margin: 0 7px;
    }
    .user_yy .txtk h2{
        line-height: 30px;
        height:30px;
        font-size:15px;
        text-align: center;
    }
    .n4_xs span{
        width:100%!important;
    }
    .n4_xs .s4 font{
        float:left;
        margin-bottom: 10px;
        font-size:13px;
        width:100%;
        padding-left: 4px;
    }
    .yy_bt1{
        width:100%;
        float:left;
        font-size:15px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .yy_bt1:before{
        content: '';
        border: solid 2px #f16a2a;
        width:12px;
        height:12px;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .yy_nr ul{
        width:100%;
        margin-bottom:20px;
        margin-top: 5px;
    }
    .yy_nr li{
        width:100%;
        line-height:24px;
        min-height:24px;
        position: relative;
        padding-left: 130px;
        /*margin-bottom: 10px;*/
    }
    .yy_nr strong{
        position:absolute;
        left:0px;
        top:0px;
        width:auto;
    }
}
@media only screen and (max-width:550px){
    .yy_nr li{
        padding-left:0px;
        /*margin-bottom: 15px;*/
    }
    .yy_nr strong{
        position:inherit;
        left:auto;
        top:auto;
        width:auto;
        /*display: block;*/
    }
}
@media only screen and (min-width:1170px){
    .tc_xsbg .modal-dialog{
        position:absolute;
        left:50%;
        top:50%;
        width:600px;
        margin: -180px 0 0 -300px;
    }
    .tc_xsbg .modal-content{
    }
    .tc_xsbg .modal-body{
        height:300px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
    }
    .tc_xsbg .tc_nr{
        font-size:16px;
        line-height: 30px;
    }
    .tc_xsbg .tc_nr h4{
        line-height: 155%;
        margin-bottom: 10px;
        color:#333;
    }
    .tc_xsbg .modal-footer{
        width:100%;
        border: 0;
        text-align: center;
        margin-top: 30px;
    }
    .tc_xsbg .modal-footer .btn{
        margin: 0 12px;
    }
    .user_yy{
        width: 104%;
        margin: 5px 0px 30px -2%;
    }
    .user_yy li{
        width:19%;
        margin: 5px 0.5%;
        height:auto;
    }
    .user_yy li .imgk{
        height:157px;
    }
    .user_yy li .imgk img{
        min-height: 157px;
    }
    .user_yy .txtk h2{
         line-height: 40px;
        height:40px;
        font-size:18px;
        text-align: center;
    }
    .yy_bt1{
        width:100%;
        float:left;
        font-size:20px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .yy_bt1:before{
        content: '';
        border: solid 2px #f16a2a;
        width:15px;
        height:15px;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

    .n4_xs .s4 font{
        float:left;
        margin-right: 12px;
        font-size:14px;
    }

    .yy_nr ul{
        width:100%;
        margin-top: -10px;
        margin-bottom: 50px;
    }
    .yy_nr li{
        width:100%;
        line-height: 30px;
        min-height: 30px;
        position: relative;
        padding-left: 170px;
        margin-bottom: 15px;
    }
    .yy_nr strong{
        width:auto;  
    }
    .yy_nr li strong{
        position:absolute;
        left:0px;
        top:0px;
        width:auto;
    }

}

@media only screen and (min-width:1170px){
    .us_n4 .p_1 {
        font-size: 28px;
        color: #333;
        margin-top: 100px;
        text-align: center;
        line-height: normal;
    }
}

@media only screen and (max-width:1170px){
    .us_n4 .p_1 {
        font-size: 1.2em;
        color: #333;
        line-height: 300%;
        text-align: center;
    }
}




@media only screen and (min-width:1170px){
    #print{
        padding: 80px 80px 20px 80px;
    }
    #print dt{
        width: 140px;
    }
    #print dl{
        padding-left: 140px;
    }
    #print h3{
        width: 100%;
        float: left;
        line-height: 150%;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 40px;
    }
    
}
@media only screen and (max-width:1170px){
    #print{
        padding: 60px 30px 20px 30px;
    }
    #print h3{
        width: 100%;
        float: left;
        line-height: 150%;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
}

@media only screen and (min-width: 1170px){
    .yy_tak table{
        width:1030px;
    }
    .ta1 .td1{
        width:132px;
    }
}

@media only screen and (max-width: 1170px){
    .yy_tak table{
        width:900px;
    }
    .ta1 .td1{
        width:120px;
    }
}

@media only screen and (min-width:1170px){
    .user_table{
        width: 100%;
        margin-bottom: 50px;
        color:#000;
        font-size: 16px;
    }
    
    .user_table tr th{
        text-align: center;
        line-height: 25px;
        font-weight: normal;
    }
    .user_table tr td{
        text-align: center;
        height: 30px;
        line-height: 35px;
        font-size: 15px;
    }
    .user_table tr td a{
        color:#f8740a;
        font-weight: 700;
        text-decoration:underline;
    }
    .ta1 td .txtk2{
        padding: 10px;
    }
    .txtk_table{width: 100% !important;}
    .txtk_table tr td{
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
}

@media only screen and (max-width:1170px){
    .user_table{
        width: 100%;
        margin-bottom: 30px;
        color:#000;
        font-size: 12px;
    }
    .user_table tr th{text-align: center;height: 40px;font-weight: normal;}
    
    .user_table tr td{
        text-align: center;
        height: 40px;
        line-height: 150%;
    }
    .user_table tr td a{
        color:#f8740a;
        font-weight: 700;
        text-decoration:underline;
    }

    .ta1 td .txtk2{
        padding: 10px;
    }
    .txtk_table{width: 100% !important;}
    .txtk_table tr td{
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 13px;
    }
}

@media only screen and (max-width: 450px){
    .abstract_class{
        float: none !important;
    }
}


#picker {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    margin: 0 12px 0 0;
    height: 40px;
    min-width: 100px;
}



/*20200707*/
@media only screen and (max-width:1170px){
    .yy_tak_k{
        position:relative;
        width:100%;
        overflow: hidden;
    }
    .yy_tak_k .td_left_gd{
        width:60px;
        height:100%;
        background-color: #fff;
        /*box-shadow:0 1px 3px rgba(0,0,0,.1);*/
        position:absolute;
        left:0px;
        top:0px;
        z-index: 2;
    }
    .yy_tak_k .td_left_gd .ta1{
        width:100%;
    }
    .yy_tak_k .ta1{
        margin-bottom: 0;
    }
    .ta1 td{
       line-height: 24px;
    }
    .ta1 .tr11 td {
        text-align: center;
        font-size: 14px;
        height: 40px;
    }

}
@media only screen and (min-width:1170px){
    .yy_tak_k .td_left_gd{
        display: none;
    }
    .yy_tak_k .ta1{
        margin-bottom: 0;
    }
}
.ts1{
    width:100%;
    float:left;
    margin-top: 15px;
}

/*预约系统*/
.yy_rk{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:3%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: url("../images/yy_bj.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color:#fff;
}
.yy_foot{
    width:100%;
    position:absolute;
    bottom: 5%;
    left:0;
    padding:0 3%;
    text-align: center;
    font-size: 16px;
}
.yy_logo{
    width:100%;
    position:absolute;
    top: 5%;
    left:0;
    background-image: url("../images/yy_logo.png");
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height:70px;
}
.yy_anq2{
    width:80%;
    max-width: 540px;
    min-width: 300px;
}
.yy_anq2 a{
    display: block;
    width:100%;
    margin: 0px auto;
    margin-bottom: 50px;
    height:80px;
    line-height: 80px;
    font-size: 28px;
    -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;
}
@media only screen and (max-width:600px){
    .yy_logo{
        height:40px;
    }
    .yy_foot{
        font-size: 12px;
    }
    .yy_anq2{
        width:80%;
    }
    .yy_anq2 a{
        margin-bottom: 30px;
        height:50px;
        line-height: 50px;
        font-size: 18px;
        -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;
    }
}
@media only screen and (max-width:330px){
    .yy_logo{
        height:38px;
    }
    .yy_anq2{
        min-width:280px;
    }
}