@charset "utf-8";
/* CSS Document */
/* Auther: Puyuan */
/* WebSite: http://www.ipuyuan.com/ */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
    outline: none;
}

A:link {
    color: #555555;
    outline: none;
}

A:visited {
    color: #555555
}

A:active {
    color: #555555
}

A:hover {
    COLOR: #2c88ce
}

*, ::after, ::before {
    box-sizing: border-box;
}

BODY {
    margin: 0px;
    font-family: "Microsoft Yahei";
    background: #ffffff;
    font-size: 13px;
    line-height: 24px;
    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;
}

li {
    list-style: none;
}

a {
    outline: none;
}

b {
    font-weight: normal;
}

input, button, select, textarea {
    outline: none;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

.main {
    width: 1100px;
    margin: 0px auto;
}

@media only screen and (max-width: 1100px) {
    img {
        max-width: 100%;
    }

    body {
        font-size: 12px;
    }

    .main {
        width: 100%;
    }

    .menu2 {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 10px;
        top: 12.5px;
        z-index: 31;
    }

    .menu2 a {
        outline: none;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .menu2 a.on {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23ffffff'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .top1 {
        width: 100%;
        background: #2c88ce;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        height: 55px;
        position: fixed;
        z-index: 30;
        top: 0px;
        left: 0;
    }

    .top1 .main {
        height: 55px;
        position: relative;
    }

    .sy0 {
        width: 100%;
    }


    .top_jg {
        height: 55px;
        width: 100%;
    }

    .logo {
        width: 100px;
        height: 30px;
        background: url(../images/logo1.png) center left no-repeat;
        background-size: auto 90%;
        position: absolute;
        left: 15px;
        top: 12.5px;
        z-index: 31;

    }

    .logo a {
        display: block;
        line-height: 30px;
    }

    #navk {
        width: 100%;
        display: none;
        background: #ffffff;
        position: fixed;
        padding: 0px 0px 0px 0px;
        height: calc(100vh - 55px);
        height: -moz-calc(100vh - 55px);
        height: -webkit-calc(100vh - 55px);
        overflow-y: auto;
        left: 100%;
        top: 55px;
        z-index: 29;
    }

    .menu {
        margin: 0px 0px 0px 0%;
        float: left;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px #ddd;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 7px 0px;
        text-align: left;
        padding-left: 3%;
        color: #333333;
    }

    .menu a {
        font-size: 14px;
    }

    .menu a:hover {
        COLOR: #2c88ce
    }

    .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: 12px;
    }

}

@media only screen and (min-width: 1100px) {
    .top_jg {
        display: none;
    }

    .top1 {
        width: 100%;
        height: 80px;
        background: #2c88ce;
    }

    .top1 .main {
        height: 80px;
        position: relative;
    }

    .logo {
        width: 174px;
        height: 80px;
        background: url(../images/logo1.png) center center no-repeat;
        float: left;
    }

    .menu {
        position: relative;
        float: right;
        height: 80px;
        margin-right: -15px;
        z-index: 30;
    }

    .menu li {
        float: left;
        height: 80px;
        line-height: 80px;
        position: relative;
        margin-left: 2px;
    }

    .menu li a.dbt {
        display: block;
        padding: 0px 15px;
        font-size: 16px;
        color: #ffffff;
    }

    .menu li a.dbt:hover, .menu li.on a.dbt, .menu li:hover a.dbt {
        background: #0f71bb;
    }

    .menu dl {
        width: 220px;
        position: absolute;
        left: 0px;
        top: 80px;
        display: none;
        background: #0f71bb;
    }

    .menu dd {
        width: 100%;
        float: left;
        height: 38px;
        line-height: 38px;
    }

    .menu dd a {
        display: block;
        color: #ffffff;
        height: 38px;
        padding-left: 15px;
        font-size: 14px;
    }

    .menu dd a:hover {
        background: #2c88ce;
    }

    .menu li:hover dl {
        display: block;
    }

    .sy0 {
        width: 100%;
        height: 507px;
    }

    .sy0 .top1 {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 20;
        background: url(../images/k1_06.png);
    }

}


.foot {
    width: 100%;
    background: #e5e5e5;
    padding: 35px 0px;
}

.foot .d1 {
    float: left;
    background: url(../images/logo2.png) no-repeat;
    width: 114px;
    height: 134px;
    margin-right: 15px;
}

.foot .d2 {
    width: 550px;
    float: left;
    font-size: 13px;
}

.foot .d3 {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.foot .d3 b {
    display: block;
    font-size: 18px;
    float: left;
    width: 100%;
    line-height: 36px;
}

.foot .d3 .s1 {
    background: #b2b2b2;
    color: #ffffff;
    float: left;
    padding: 0px 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial;
    text-transform: uppercase;
}

.foot .d4 {
    float: right;
    width: 154px;
}

.foot .d4 img {
    width: 100%;
}

@media only screen and (max-width: 1100px) {
    .foot {
        padding: 15px;
    }

    .foot .d1 {
        display: none;
    }

    .foot .d2 {
        width: calc(100% - 120px);
        width: -moz-calc(100% - 120px);
          width: -webkit-calc(100% - 120px);
    }

    .foot .d4 {
        width: 90px;
    }

    .foot .d3 {
        margin-bottom: 5px;
        display: none;
    }

    .foot .d3 b {
        font-size: 16px;
        line-height: 35px;
    }

}

#scroll_box {
    width: 100%;
    position: relative;
    z-index: 0;
    height: 507px;
    overflow: hidden;
}

.box_163css {
    width: 100%;
    height: 507px;
    position: relative;
    overflow: hidden;
}

.box_163css img {
    display: block;
    width: 100%;
    height: 507px;
}

.box_163css li {
    float: left;
    display: inline;
    width: 100%;
    height: 507px;
}

.scroll_nav {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    height: 12px;
    left: 50%;
    margin-left: -35px;
    display: none;
}

.scroll_nav li {
    width: 12px;
    height: 12px;
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    float: left;
    background: #ffffff;
    margin: 0px 5px;
    cursor: pointer;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.scroll_nav li.current {
    background: #ffffff;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#scroll_box .prev, .next {
    cursor: pointer;
    width: 19px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    position: absolute;
}

#scroll_box .prev {
    left: 3%;
    background: url(../images/rj_wx_07.png) no-repeat
}

#scroll_box .next {
    right: 3%;
    background: url(../images/rj_wx_09.png) no-repeat
}

.ban {
    width: 100%;
    height: 207px;
    overflow: hidden;
}

.ban img {
    position: relative;
    width: 1920px;
    max-width: 1920px;
    height: 207px;
    left: 50%;
    margin-left: -960px;
}

@media only screen and (max-width: 1100px) {
    .ban {
        height: auto;
    }

    .ban img {
        width: 1200px;
        max-width: 1200px;
        height: auto;
        margin-left: -600px;
    }
}

@media only screen and (max-width: 760px) {
    .ban img {
        width: 800px;
        max-width: 800px;
        margin-left: -400px;
    }
}

.fy1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #999999;
    margin: 10px 0px 30px 0px;
}

.fy1 a {
    padding: 0px 10px;
    height: 26px;
    line-height: 26px;
    color: #666666;
    display: inline-block;
    background: #f4f4f4;
    margin: 0px 2px;
    border: solid 1px #dddddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial, 微软雅黑;
}

.fy1 a:hover, .fy1 a.fdq {
    background: #48b7f7;
    color: #ffffff;
    border: solid 1px #48b7f7;
}

.dqwz {
    width: 100%;
    background: #ebebeb;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.dqwz .d1 {
    width: 180px;
    float: left;
    position: relative;
    height: 35px;
    z-index: 0;
    color: #ffffff;
    text-align: center;
}

.dqwz .d1 .s1 {
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 1;
    line-height: 75px;
    font-size: 24px;
    background: url(../images/k3_09.png);
    bottom: 30px;
    left: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dqwz .d1 .s2 {
    position: absolute;
    height: 35px;
    left: 0px;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    background: #2c88ce;
    z-index: 2;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dqwz .s2 {
    float: right;
}

@media only screen and (max-width: 1100px) {

    .dqwz {
        height: auto;
        line-height: 20px;
        padding: 10px 15px;
    }

    .dqwz .d1 {
        display: none;
    }

    .dqwz .s2 {
        float: left;
    }
}

.top2 {
    width: 100%;
    background: url(../images/k3_11.jpg) bottom center no-repeat;
    background-size: 100% auto;
    padding-bottom: 120px;
}

.top2 .d1 {
    width: 180px;
    float: left;
    background: #ececec;
    padding: 8px 0px 30px 0px;
}

.top2 .d2 {
    float: right;
    width: 860px;
    margin: 30px 0px 0px 0px;
}

.top2 .d3 {
    float: left;
    width: 100%;
    margin: 30px 0px 0px 0px;
}

@media only screen and (max-width: 1100px) {
    .lm1_bt {
        width: 100%;
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background-color: #4b9ad5;
        font-size: 15px;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position: relative;
        font-weight: bold;
        color: #ffffff !important;
    }

    .lm1_bt a:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        right: 5px;
        top: 0px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 22px;
    }

    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }

    .lm1 {
        width: 100%;
        float: left;
        display: none;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 15px;
    }

    .lm1 li > a {
        font-weight: bold;
    }

    .lm1 li dl {
        padding-left: 15px;
    }

    .lm1 li a:hover {
        background: #4b9ad5;
        color: #ffffff;
    }
}

@media only screen and (min-width: 1100px) {
    .lm1_bt {
        display: none;
    }

    .lm1 {
        width: 100%;
        float: left;
        font-size: 14px;
    }

    .lm1 li {
        width: 100%;
        float: left;
        height: 32px;
        margin: 1px 0px;
    }

    .lm1 a {
        display: block;
        padding-left: 25px;
        height: 32px;
        line-height: 30px;
    }

    .lm1 a:hover, .lm1 a.on {
        background: url(../images/k3_05.png) #4b9ad5 no-repeat 155px 11px;
        color: #ffffff;
    }
}

@media only screen and (max-width: 1100px) {
    .top2 {
        background-size: 100% auto;
        padding-bottom: 30px;
    }

    .top2 .d1 {
        width: 100%;
        padding: 0px;
    }

    .top2 .d2 {
        float: left;
        width: 100%;
        margin: 0px;
        padding: 15px;
    }

    .top2 .d3 {
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding:15px;
    }

}

.bt1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 35px;
}

.a_nr {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 26px;
}

.a_nr2 {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
}

.lb1 {
    width: 860px;
    float: left;
    margin: 5px 0px 0px 0px;
}

.lb1 li {
    width: 100%;
    float: left;
    margin-bottom: 6px;
    font-size: 13px;
}

.lb1 h1 {
    width: 100%;
    float: left;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    background: #eeeeee url(../images/k4_07.png) no-repeat 825px 14px;
    font-size: 13px;
    font-weight: normal;
}

.lb1 h1.on {
    background: #4b9ad5 url(../images/k4_03.png) no-repeat 825px 14px;
    color: #ffffff;
}

.lb1 h1 .s1 {
    float: left;
    font-size: 16px;
    width: 350px;
    margin-left: 20px;
}

.lb1 h1 .s2 {
    float: left;
}

.lb1 .txtk {
    width: 100%;
    float: left;
    margin: 15px 20px 20px 20px;
    display: none;
}

.lb1 .txtk p {
    padding: 5px 0px;
}

@media only screen and (max-width: 1100px) {
    .bt1 {
        display: none;
    }

    .a_nr {
        font-size: 13px;
        line-height: 22px;
    }

    .ab_ta {
        width: 100%;
    }

    .a_nr2 {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .lb1 {
        width: 100%;
    }

    .lb1 li {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .lb1 h1 {
        height: 35px;
        line-height: 35px;
        background: #eeeeee url(../images/k4_07.png) no-repeat 96% 12px;
        font-size: 13px;
        font-weight: normal;
    }

    .lb1 h1.on {
        background: #4b9ad5 url(../images/k4_03.png) no-repeat 96% 12px;
        color: #ffffff;
    }

    .lb1 h1 .s1 {
        float: left;
        font-size: 14px;
        width: auto;
        margin-left: 20px;
    }


    .lb1 .txtk {
        margin: 0;
        padding: 15px;
    }


}
@media only screen and (max-width: 1100px) {
    .ab_ta td{
        display: block;
        width:100%;

    }
    .ab_ta img{
        width:100%;
    }
}
.n1 {
    float: left;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

.n1 li {
    width: 100%;
    float: left;
    border-bottom: dotted 1px #dddddd;
    height: 40px;
    line-height: 40px;
    padding-right: 90px;
    position: relative;
}

.n1 a {
    display: block;
    font-size: 14px;
    padding-left: 15px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-left: 5px;
    background: url(../images/jt3.png) left no-repeat;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.n1 a:hover {
    background: url(../images/jt3_.png) left no-repeat;
}

.n1 .sj {
    color: #999999;
    font-family: Arial;
    position: absolute;
    right: 0;
    top: 0px;
}

@media only screen and (max-width: 1100px) {
    .n1 {
        margin: 0px 0px 15px 0px;
    }

    .n1 li {
        padding-right: 80px;
    }

    .n1 a {
        font-size: 13px;
    }
}

.fy1 {
    padding: 0px 0px 0px 0px;
    text-align: center;
    color: #999999;
    width: 100%;
    float: left;
    line-height: 30px;
}

.fy1 a {
    padding: 0px 10px;
    background: #f4f4f4;
    margin: 0px 2px;
    border: solid 1px #dddddd;
    display: inline-block;
}

.fy1 a:hover, .fy1 a.fdq {
    background: #4b9ad5;
    color: #ffffff;
    border: solid 1px #4b9ad5;
}

.infonr {
    width: 100%;
    float: left;
}

.infonr div.nr {
    padding: 20px 0px 40px 0px;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    float: left;
}

.infonr div.pic {
    text-align: center;
    padding: 30px 0px 15px 0px;
    width: 100%;
    float: left;
}

.infonr div.pic img {
    max-width: 650px;
}

.infonr div.bt {
    padding: 20px 0px 20px 0px;
    width: 100%;
    float: left;
    text-align: center;
    color: #333333;
    font-size: 21px;
    line-height: normal;
    border-bottom: dotted 1px #d1d1d1;
}

.infonr div.sj {
    text-align: center;
    padding: 6px 0px;
    color: #999999;
    width: 100%;
    float: left;
}

.infonr div.sj a {
    color: #ff0000;
}

.infonr div.gd {
    border-top: dotted 1px #d1d1d1;
    line-height: 24px;
    color: #999999;
    padding-top: 10px;
    width: 100%;
    float: left;
}
.infonr .nr td{
    border: solid 1px #ddd;
    padding:10px;
}
.infonr .nr table{
    min-width: 800px;
}
@media only screen and (max-width: 1100px) {

    .infonr div.nr {
        padding: 15px 0px 20px 0px;
        font-size: 13px;
        line-height: 22px;
        overflow-x: auto;
    }

    .infonr div.pic {
        padding: 15px 0px 15px 0px;
    }

    .infonr div.pic img {
        max-width: 650px;
    }

    .infonr div.bt {
        padding: 10px 0px 10px 0px;
        font-size: 15px;
    }

    .infonr div.sj {
        padding: 5px 0px;
    }

}

.hy_lb {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 10px 0px 20px 0%;
}

.hy_lb ul {
    width: 102%;
    float: left;
    margin-left: -1%;
}

.hy_lb li {
    width: 31.3333%;
    height: 80px;
    float: left;
    margin: 0 1%;
}

.hy_lb a {
    display: block;
}

.hy_lb p {
    background: url(../images/t_l1.png) left no-repeat;
    color: #666666;
    padding-left: 28px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hy_lb a:hover p {
    background: url(../images/t_l2.png) left no-repeat;
}

.hy_lb b {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 1100px) {
    .hy_lb b {
        font-size: 14px;
    }

    .hy_lb li {
        width: 48%;
        height: auto;
        margin-bottom: 15px;
    }

    .hy_lb li:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 760px) {
    .hy_lb li {
        width: 98%;
    }
}

.sy1 {
    width: 100%;
    background: url(../images/k3_11.jpg) bottom center no-repeat;
    background-size: 100% auto;
    padding-bottom: 70px;
}

.bt2 {
    width: 100%;
    background: url(../images/k1_27.png);
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 40px 0px;
    float: left;
}

.bt2 span {
    background: #ffffff;
    display: inline-block;
    padding: 0px 40px;
    font-size: 25px;
}

.sy1_1 {
    width: 100%;
    background: #f5f5f5;
    padding: 0px 0px 50px 0px;
    float: left;
}

.sy1_1 .bt2 span {
    background: #f5f5f5;
}

.ggk {
    width: 100%;
    float: left;
}

.ggk .hy_lb {
    margin: 0px 0px 30px 0px;
}

@media only screen and (max-width: 1100px) {

    .sy1 {
        padding: 0px 0 30px 0;
    }

    .ggk {
        padding: 0 15px;
    }

    .bt2 {
        height: 26px;
        line-height: 26px;
        margin: 15px 0px;
    }

    .bt2 span {
        padding: 0px 15px;
        font-size: 16px;
    }

    .sy1_1 {
        padding: 0px 0px 20px 0px;
    }

    .ggk .hy_lb {
        margin: 0px 0px 5px 0px;
    }

}

a.cd_a_d {
    font-size: 14px;
    background: #e5e5e5;
    width: 230px;
    float: left;
    margin-left: 438px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

@media only screen and (max-width: 1100px) {
    a.cd_a_d {
        font-size: 13px;
        margin-left: 0;
        height: 32px;
        line-height: 32px;
        width: 100%;
    }
}

a.cd_a_d:hover {
    background: #4b9ad5;
    color: #ffffff;
}

a.cd_a_d2 {
    background: #e5e5e5;
    height: 28px;
    color: #808080;
    line-height: 28px;
    padding: 0px 10px;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.cd_a_d2:hover {
    background: #4b9ad5;
    color: #ffffff;
}

.ggk .n1 {
    width: 1100px;
    margin: 0px 0px 40px 0px;
    font-size: 14px;
}

.ggk .n1 a {
    font-size: 16px;
    width: 920px;
    padding-left: 20px;
    margin-left: 10px;
}

@media only screen and (max-width: 1100px) {
    .ggk .n1 {
        width: 100%;
        margin: 0px 0px 15px 0px;
        font-size: 13px;
    }

    .ggk .n1 a {
        font-size: 13px;
        width: 100%;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

.t1 {
    width: 100%;
    float: left;
    font-size: 14px;
    border-bottom: dotted 1px #dddddd;
    padding-bottom: 30px;
}

.t1 .imgk {
    width: 280px;
    float: left;
}

.t1 .imgk img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.t1 .txtk {
    float: right;
    width: 790px;
}

.t1 a.dbt {
    font-size: 18px;
    float: left;
    line-height: 28px;
}

.t1 p {
    width: 100%;
    float: left;
    line-height: 22px;
    margin: 5px 0px;
}

.t1 .sj {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.t1 a.cd_a_d2 {
    float: left;
}
@media only screen and (max-width: 1100px) {
    .t1 {
        font-size: 13px;
        padding-bottom: 15px;
    }

    .t1 .imgk {
        width:25%
    }


    .t1 .txtk {
        width: 72%;
    }

    .t1 a.dbt {
        font-size: 14px;
        line-height: 24px;
    }

    .t1 .sj {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 760px) {
    .t1 .imgk {
        width:100%;
        margin-bottom: 15px;
    }
    .t1 .imgk img{
        width:100%;
    }

    .t1 .txtk {
        width: 100%;
    }
}
/* 选项卡 */
.slideGroup {
    width: 1100px;
    float: left;
    position: relative;
}

.slideGroup .parHd {
    float: left;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    background: #dfdfdf
}

.slideGroup .parHd li {
    float: left;
    width: 183.33333px;
    cursor: pointer;
    height: 45px;
    font-size: 16px;
}

.slideGroup .parHd li.on {
    background: #4b9ad5;
    color: #ffffff;
}

.slideGroup .parBd {
    width: 1150px;
    float: left;
    zoom: 1;
    margin: 20px 0px 50px -32px;
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    width: 1150px;
    height: 400px;
    position: relative;
    padding-left: 15px;
}

.slideGroup .sPrev, .slideGroup .sNext {
    display: block;
    width: 18px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 185px;
    background: url(../images/jt1.png) center center no-repeat;
    z-index: 3;
}

.slideGroup .sNext {
    background: url(../images/jt2.png) center center no-repeat;
    right: 0px;
    left: auto;
}

.slideGroup .sPrev:hover, .slideGroup .sNext:hover {
}

.slideGroup .parBd .tempWrap {
    float: left;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideGroup .parBd ul li {
    margin: 0 18px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 1100px;
    height: 400px;
    background: #eeeeee;
}

.slideGroup .parBd ul li .pic {
    overflow: hidden;
    width: 100%;
    height: 435px;
    float: left;
}

.slideGroup .parBd ul li .pic img {
    width: 100%;
    height: 265px;
    display: block;
}

.slideGroup .parBd ul li .title {
    width: 100%;
    float: left;
    margin: 15px 10px;
    line-height: 22px;
}

.slideGroup .parBd ul li .title b, .slideGroup .parBd ul li .title p {
    width: 100%;
    float: left;
}

.slideGroup .parBd ul li .title b {
    font-size: 16px;
}

.slideGroup .parBd ul li .title p {
    margin: 8px 0px 15px 0px;
    color: #797979;
}

.slideGroup .parBd ul li a {
    display: block;
    width: 100%;
    float: left;
}

.slideGroup .parBd ul li .title .s_zt {
    background: #c1c1c1;
    padding: 0px 15px;
    color: #ffffff;
    line-height: 22px;
    height: 24px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.hz_lb {
    width: 100%;
    float: left;
    margin: 10px 0px 15px 0px;
    overflow: hidden;
}

.hz_lb ul {
    float: left;
    width: 1130px;
}

.hz_lb li {
    width: 155px;
    height: 100px;
    float: left;
    text-align: center;
    margin: 0px 32px 0px 0px;
}

.hz_lb .imgk {
    border: solid 1px #dddddd;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.hz_lb .imgk img {
    max-height: 55px;
    max-width: 155px;
    vertical-align: middle;
}

.hz_lb p {
    width: 100%;
    float: left;
    height: 30px;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    line-height: 30px;
}

.hz_lb a {
    width: 100%;
    float: left;
}
@media only screen and (max-width: 1100px) {
    .hz_lb ul {
        width: 102%;
        margin-left: -1%;
    }

    .hz_lb li {
        width: 31.3333%;
        height: auto;
        margin: 0px 1% 15px 1%;
    }

    .hz_lb .imgk {
        height: 55px;
        line-height: 55px;
    }

    .hz_lb .imgk img {
        max-width: 100%;
    }

    .hz_lb p {
        height: 26px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 760px) {
    .hz_lb li {
        width: 48%;
        height: auto;
        margin: 0px 1% 15px 1%;
    }

}

.zh_lb {
    width: 100%;
    float: left;
    margin: -15px 0px 35px 0px;
}

.zh_lb li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #dddddd;
    padding: 25px 0px;
}

.zh_lb .imgk {
    width: 146px;
    height: 94px;
    text-align: center;
    background: #ffffff;
    line-height: 94px;
    float: left;
    border: solid 1px #dddddd;
    overflow: hidden;
}

.zh_lb .imgk img {
    max-height: 94px;
    max-width: 146px;
}

.zh_lb .txtk {
    width: 692px;
    float: right;
}

.zh_lb a.dbt {
    font-size: 16px;
    display: block;
}

.zh_lb p {
    color: #898989;
    padding: 5px 0px;
}

.zh_lb .wz {
    text-transform: uppercase;
    display: block;
    height: 24px;
    line-height: 24px;
}

.zh_lb .wz a {
    background: url(../images/t_l1.png) left no-repeat;
    color: #898989;
    padding-left: 28px;
    height: 24px;
    font-family: Arial;
    display: block;
}

.zh_lb .wz a:hover {
    background: url(../images/t_l2.png) left no-repeat;
}

.ta1 {
    font-size: 13px;
    width: 860px;
}

.ta1 td {
    padding: 15px 0px;
    border-bottom: dotted 1px #dddddd;
}

.tx1 {
    width: 300px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    border: solid 1px #dddddd;
    padding-left: 10px;
}

.tx2 {
    width: 732px;
    height: 120px;
    line-height: 20px;
    background: #ffffff;
    border: solid 1px #dddddd;
    padding: 6px 10px
}

.an1 {
    width: 220px;
    height: 45px;
    line-height: 100%;
    font-size: 20px;
    color: #ffffff;
    background: #2c88ce;
    text-align: center;
    cursor: pointer;
}

.gz_ts {
    width: 100%;
    float: left;
    line-height: 27px;
    font-size: 16px;
    margin-top: 25px;
}

.gz_ts i {
    float: left;
    background: url(../images/s_th.png);
    width: 30px;
    height: 27px;
    margin-right: 20px;
}

.a_dt {
    float: left;
    width: 858px;
    height: 350px;
    border: solid 1px #dddddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

@media only screen and (max-width: 1100px) {
    .a_dt {
        width: 100%;
        height: 250px;
    }

    .a_dt img, .a_dt label {
        max-width: inherit;
    }
}

.sj_lb {
    width: 100%;
    float: left;
    overflow: hidden;
}

.sj_lb ul {
    width: 900px;
    float: left;
}

.sj_lb li {
    width: 280px;
    height: 250px;
    text-align: center;
    float: left;
    margin: 0px 10px 0px 0px;
    overflow: hidden;
}

.sj_lb li img {
    width: 278px;
    height: 198px;
    border: solid 1px #dddddd;
}

.sj_lb li p {
    padding-top: 10px;
    font-size: 14px;
}
@media only screen and (max-width: 1100px) {
    .sj_lb ul {
        width: 102%;
        margin-left: -1%;
    }

    .sj_lb li {
        width: 31.3333%;
        height: calc((100vw / 3 - 30px) / 4 * 3);
        height: -moz-calc((100vw / 3 - 30px) / 4 * 3);
        height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
        margin: 1%;
    }

    .sj_lb li img {
        width: 100%;
        min-height: calc((100vw / 3 - 30px) / 4 * 3);
        min-height: -moz-calc((100vw / 3 - 30px) / 4 * 3);
        min-height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
    }

    .sj_lb li p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 760px) {
    .sj_lb li {
        width: 48%;
        height: calc((100vw / 2 - 30px) / 4 * 3);
        height: -moz-calc((100vw / 2 - 30px) / 4 * 3);
        height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
        margin: 1%;
    }

    .sj_lb li img {
        min-height: calc((100vw / 2 - 30px) / 4 * 3);
        min-height: -moz-calc((100vw / 2 - 30px) / 4 * 3);
        min-height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
    }
}
@media only screen and (max-width: 1100px) {

}

.sjk {
    width: 100%;
    padding: 10px 0px 30px 0px;
}

.sjk .d1 {
    width: 530px;
    float: left;
}

.sjk .d2 {
    width: 530px;
    float: right;
}

.sjk .d3 {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.bt_sj {
    width: 100%;
    float: left;
    height: 36px;
    border-bottom: solid 2px #dddddd;
    line-height: 38px;
    margin-bottom: 10px;
}

.bt_sj .s1 {
    float: left;
    height: 38px;
    color: #ffffff;
    background: #4b9ad5;
    padding: 0px 15px;
    font-size: 16px;
}

.bt_sj a {
    float: right;
}

.nr_sj {
    width: 530px;
    float: left;
}

.sjk .d3 .nr_sj {
    float: left;
    width: 1110px;
}

.sj_lb2 {
}

.sj_lb2 li {
    float: left;
    width: 260px;
    margin-right: 10px;
}

.sj_lb2 img {
    width: 100%;
    display: block;
    height: 180px;
}

.sjk .d3 .sj_lb2 {
}

.sjk .d3 .sj_lb2 li {
    float: left;
    width: 267.5px;
    margin-right: 10px;
}

.sjk .d3 .sj_lb2 img {
    width: 100%;
    display: block;
    height: 180px;
}


.lx_a_nr {
    margin-bottom: 50px;
    background-color: #ebebeb;
    padding: 30px;
    font-size: 16px;
    line-height: 30px;
    width: 800px;
}

@media only screen and (max-width: 1100px) {
    .lx_a_nr {
        margin-bottom: 20px;
        padding: 15px;
        font-size: 13px;
        line-height: 22px;
        width: 100%;
    }

    .lx_a_nr .p_r {
        width: 100px;
    }

    .sjk {
        padding: 15px;
    }

    .sjk .d1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .sjk .d2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .sjk .d3 {
        width: 100%;
        margin-top: 0px;
    }

    .bt_sj {
        height: 32px;
        line-height: 30px;
    }

    .bt_sj .s1 {
        height: 32px;
        padding: 0px 10px;
        font-size: 14px;
    }

    .nr_sj {
        width: 100%;
    }

    .sjk .d3 .nr_sj {
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .swiper-container.sy_ban {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        width: 100%;
        position: relative;
    }

    .sy_ban .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, .8);
        width: 8px;
        height: 8px;
        opacity: 1;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: #4b9ad5;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5px;
        position: absolute;
        right: 0%;
        text-align: right;
        padding-right: 2%;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }
}

@media only screen and (min-width: 1100px) {
    .swiper-container.sy_ban {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .sy_ban .swiper-slide {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 507px;
    }

    .sy_ban .swiper-slide img {
        width: 1920px;
        max-width: 1920px;
        left: 50%;
        margin-left: -960px;
        height: 507px;
        position: absolute;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 0);
        width: 14px;
        height: 14px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border: solid 1px #4b9ad5;
        margin: 0 8px !important;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: #4b9ad5;
    }

    .sy_ban.swiper-horizontal > .swiper-pagination-bullets {
        bottom: 30px;
        position: absolute;
        right: 0%;
        text-align: center;
    }
}

@media only screen and (max-width: 1100px) {
    .sy_gd1 {
        width: 100%;
        position: relative;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .sy_gd1 .swiper-slide {
        width: 100%;
    }

    .sy_gd1 .swiper-slide {
        width: 100%;
        background: #eeeeee;
        text-align: center;
    }

    .sy_gd1 .pic {
        overflow: hidden;
        width: 100%;
        float: left;
    }

    .sy_gd1 .pic img {
        width: 100%;
        display: block;
    }

    .sy_gd1 .title {
        width: 100%;
        float: left;
        margin: 10px 5px;
        line-height: 22px;
    }

    .sy_gd1 .title b, .sy_gd1 .title p {
        width: 100%;
        float: left;
    }

    .sy_gd1 .title b {
        font-size: 14px;
    }

    .sy_gd1 .title p {
        margin: 5px 0px 10px 0px;
        color: #797979;
    }

    .sy_gd1 a {
        display: block;
        width: 100%;
        float: left;
    }

    .sy_gd1 .title .s_zt {
        background: #c1c1c1;
        padding: 0px 10px;
        color: #ffffff;
        line-height: 22px;
        height: 24px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
    }

    .sy_gd1 .swiper-button-prev, .sy_gd1 .swiper-button-next {
        color: #c1c1c1;
        outline: none;
        --swiper-navigation-size: 18px;
        width: 20px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin-top: -30px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -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;
    }

    .sy_gd1 .swiper-button-prev {
        left: -15px;
    }

    .sy_gd1 .swiper-button-next {
        right: -15px;
    }

}

@media only screen and (min-width: 1100px) {
    .sy_gd1 {
        width: 100%;
        position: relative;
        margin-bottom: 50px;
    }

    .sy_gd1 .swiper-slide {
        width: 100%;
        background: #eeeeee;
        text-align: center;
    }

    .sy_gd1 .pic {
        overflow: hidden;
        width: 100%;
        float: left;
    }

    .sy_gd1 .pic img {
        width: 100%;
        display: block;
    }

    .sy_gd1 .title {
        width: 100%;
        float: left;
        margin: 15px 10px;
        line-height: 22px;
    }

    .sy_gd1 .title b, .sy_gd1 .title p {
        width: 100%;
        float: left;
    }

    .sy_gd1 .title b {
        font-size: 16px;
    }

    .sy_gd1 .title p {
        margin: 8px 0px 15px 0px;
        color: #797979;
    }

    .sy_gd1 a {
        display: block;
        width: 100%;
        float: left;
    }

    .sy_gd1 .title .s_zt {
        background: #c1c1c1;
        padding: 0px 15px;
        color: #ffffff;
        line-height: 22px;
        height: 24px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
    }

    .sy_gd1 .swiper-button-prev, .sy_gd1 .swiper-button-next {
        color: #c1c1c1;
        outline: none;
        --swiper-navigation-size: 30px;
        width: 38px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        margin-top: -40px;
        -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;
    }

    .sy_gd1 .swiper-button-prev:hover, .sy_gd1 .swiper-button-next:hover {
        color: #4b9ad5;
    }

    .sy_gd1 .swiper-button-prev {
        left: -50px;
    }

    .sy_gd1 .swiper-button-next {
        right: -50px;
    }

    .sy_gd1 .swiper-pagination-bullet {
        background-color: #ccc;
        width: 12px;
        height: 12px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 0;
    }

    .sy_gd1 .swiper-pagination-bullet-active {
        background-color: #0178c6;
    }

    .sy_gd1.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 28px;
        position: absolute;
        right: 25px;
        left: auto;
        width: auto;
        text-align: right;
    }

    .sy_gd1.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.sy_gd1 a {
    display: block;
    width: 100%;
}

.sy_gd1 .swiper-container {
    width: 100%;
    overflow: hidden;
}

.sy_gd1 .swiper-wrapper {
    width: 100%;
}

.sy_gd2 {
    width: 100%;
    position: relative;
}

.sy_gd2 .swiper-container {
    width: 100%;
    overflow: hidden;
}

.sy_gd2 .swiper-slide {
    width: 100%;
}

.sy_gd2 a {
    display: block;
    width: 100%;
    height: 180px;
}

.sy_gd2 img {
    width: 100%;
    min-height: 180px;
}

@media only screen and (max-width: 1100px) {
    .sy_gd2 a {
        height: calc((100vw / 3 - 30px) / 4 * 3);
        height: -moz-calc((100vw / 3 - 30px) / 4 * 3);
        height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
    }

    .sy_gd2 img {
        min-height: calc((100vw / 3 - 30px) / 4 * 3);
        min-height: -moz-calc((100vw / 3 - 30px) / 4 * 3);
        min-height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
    }
}

@media only screen and (max-width: 760px) {
    .sy_gd2 a {
        height: calc((100vw / 2 - 30px) / 4 * 3);
        height: -moz-calc((100vw / 2 - 30px) / 4 * 3);
        height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
    }

    .sy_gd2 img {
        min-height: calc((100vw / 2 - 30px) / 4 * 3);
        min-height: -moz-calc((100vw / 2 - 30px) / 4 * 3);
        min-height: -webkit-calc((100vw / 2 - 30px) / 4 * 3);
    }
}

@media only screen and (max-width: 599px) {
    .sy_gd2 a {
        height: calc((100vw / 1 - 30px) / 4 * 3);
        height: -moz-calc((100vw / 1 - 30px) / 4 * 3);
        height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
    }

    .sy_gd2 img {
        min-height: calc((100vw / 1 - 30px) / 4 * 3);
        min-height: -moz-calc((100vw / 1 - 30px) / 4 * 3);
        min-height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
    }
}