.banner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 600px;
    max-height: 600px;

}

.banner .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 20px;
    z-index: 1;
}

.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner .hd ul li {
    float: left;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
    border-radius: 50%;
}

.banner .hd ul li.on {
    width: 20px;
    border-radius: 5px;
    background: #ffffff;
}

.banner .bd {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;

}

.banner .bd li {
    width: 100%;
    max-height: 600px;
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.banner .bd img {
    width: 100%;
    height: 100%;
    display: block;
}


.banner .prev,
.banner .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 58px;
    height: 53px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner .prev {
    background: url(../images/bnnaer_left.png) center no-repeat;
    left: 0;
}

.banner .next {
    background: url(../images/banner_right.png) center no-repeat;
    right: 0;
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .prevStop {
    display: none;
}

.banner .nextStop {
    display: none;
}

.cloum2 {
    background-color: #eff8ff;
    height: 86px;
    box-shadow: 0 0 15px 5px #dae3f7;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.cloum2 .w1200 {
    position: relative;
}

.bspz {
    position: absolute;
    left: 0;
    bottom: -75px;
    background: url(../images/bspz.png) no-repeat left center;
    width: 94px;
    height: 250px;
}

.tzgg {
    padding-left: 110px;
}

.tzgg_title {
    font-size: 16px;
    font-weight: bold;
    background: url(../images/ggts.png) no-repeat left center;
    padding-left: 30px;
    margin-top: 18px;
}

.txtScroll-top {
    height: 86px;
    overflow: hidden;
    position: relative;
}

.txtScroll-top .bd {
    padding: 15px;
}

.infoList h6 {
    /* padding-bottom: 10px; */
}

.infoList h6 a {
    font-size: 16px;
    color: #000;
    width: 750px;
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoList p {
    width: 750px;
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #696969;
    transition: padding-left .5s;
}

.infoList span {
    height: 30px;
    line-height: 30px;
    float: right;
    margin-left: 20px;
    color: #696969;
}

.more {
    color: #696969;
    margin-top: 48px;
}

.lm_title {
    padding: 20px 0;
}

/* kydt */
.cloum3 {
    padding-bottom: 50px;
    /* background: url(../images/cloum3_bg.jpg) no-repeat right bottom; */
}

.kydt {
    background: url(../images/kydt.png) no-repeat left center;
    padding: 50px;
}

.kydt h2 {
    display: inline-block;
}

.kydt a {
    font-size: 32px;
}

.colorfff {
    color: #fff;
}

.kydt span {
    font-size: 20px;
    color: #bfbfbf;
    margin-left: 15px;
}

.kydt_left {
    width: 63.5%;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.03);
}

.kydt_img {
    overflow: hidden;
    width: 48%;
}

.kydt_img a {
    display: block;
    width: 100%;
    margin: auto;
}

.kydt_img a img {
    width: 100%;
    height: auto;
}

.kydt_img:hover img {
    transform: scale(1.1);
}

.kydt_desc {
    width: 48%;
}

.kydt_desc h3 {
    font-size: 18px;
}

.kydt_desc h3 a {
    display: block;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.kydt_desc p {
    height: 50px;
    margin: 30px 0;
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: padding-left .5s;
    word-wrap: normal;
}

.xq {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
    background-color: #125594;
    color: #fff;
}

.xq:hover {
    color: #fff;
    background-color: #d9c270;
}

.NewsList {
    margin: 20px 0;
}

.NewsList li {
    padding: 17px 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.NewsList li:first-child {
    border-top: 1px solid #ddd;
}

.NewsList li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    transition: padding-left .5s;
}

.NewsList li span {
    float: right;
    margin-left: 20px;
    color: #999999;
}

.NewsList li:hover a,
.NewsList li:hover span {
    color: #04498f;
}

.NewsList li:hover a {
    padding-left: 10px;
}

.kydt_right {
    position: relative;
    border-radius: 5px;
    width: 32.5%;
    background-color: #04498f;
    color: #fff;
    height: 480px;
}

.xsjl {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    background-color: #d9c270;
    border-top-left-radius: 4px;
    width: 43px;
    height: auto;
    font-weight: bold;
    writing-mode: vertical-lr;
    text-align: center;
    letter-spacing: 3px;
    padding: 10px 9px;
}

.xsjl a {
    height: auto;
    color: #fff;
}

.xsjl a:hover {
    color: rgb(233, 233, 233);
}

.kydt_right dl {
    width: 80%;
    margin: 25px 0;
    margin-left: 15%;
}

.kydt_right dl dt {
    height: 70px;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: normal;
    text-overflow: ellipsis;


}

.kydt_right dl dd {
    background: url(../images/icons3.png) no-repeat left center;
    padding: 5px 5px 5px 20px;
}

.kydt_right dl dd:first-of-type {
    background: url(../images/icons2.png) no-repeat left center;
}

.kydt_right .time {
    background-color: #d9c270;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: inline-block;
    width: 67%;
    padding: 6px 0;
    text-align: center;
}

.date a {
    background-color: #d9c270;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: inline-block;
    width: 26%;
    padding: 6px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    transition: padding-left .5s;
}

.date a.ys {
    background-color: #125594;
}

.date a:hover {
    padding-left: 15px;
}

/* yjfx */
.cloum4 {
    /* background: url(../images/cloum4_bg.jpg) no-repeat center; */
    background: url(../images/cloum40_bg.png) no-repeat center;
    height: 550px;
    /* padding-bottom: 50px; */
    padding-top: 100px;
    margin-top: -150px;
}

.cloum4 .kydt {
    background: url(../images/yjfx.png) no-repeat left center;
}

.yjfx_list li,
.rywh_list li {
    width: 31.33%;
    margin: 1%;
    float: left;
    background-color: #fff;
    text-align: center;
    padding: 20px;
}

.yjfx_list li:hover {
    background: url(../images/kc-bj02.png) no-repeat center;
    background-color: #e3eefc;
    color: #177fdf;
}

.yjfx_list li:hover p,
.yjfx_list li:hover h5 {
    color: #177fdf;
}

.yjfx_list li i {
    display: block;
    width: 51px;
    height: 51px;
    margin: 30px auto 20px;
}

.yjfx_list li.li_01 i {
    background: url(../images/icons4.png) no-repeat center;
    background-size: 100% 100%;
}

.yjfx_list li.li_02 i {
    background: url(../images/icons5.png) no-repeat center;
    background-size: 100% 100%;
}

.yjfx_list li.li_03 i {
    background: url(../images/icons6.png) no-repeat center;
    background-size: 100% 100%;
}

.yjfx_list .li_01:hover i {
    background: url(../images/icons4-1.png) no-repeat center;
    background-size: 100% 100%;
}

.yjfx_list .li_02:hover i {
    background: url(../images/icons5-1.png) no-repeat center;
    background-size: 100% 100%;
}

.yjfx_list .li_03:hover i {
    background: url(../images/icons6-1.png) no-repeat center;
    background-size: 100% 100%;
}

.yjfx_list li h5 {
    font-size: 18px;
    padding: 20px 0;
    transition: padding-left .5s;
}

.yjfx_list li:hover h5,
.ulList li:hover a,
.rywh_list li:hover h5 {
    padding-left: 15px;
}

.yjfx_list li p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cloum5 {
    background: url(../images/cloum5_bg.png) no-repeat bottom center;
    height: 510px;
}

.gl_left {
    width: 50%;
}

.gl {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 30px;
    text-indent: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.look,
.ldjs {
    color: #006acd;
    font-size: 16px;
}

.look i,
.ldjs i {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-style: normal;
    margin-right: 10px;
}

.look i {
    background-color: #006acd;
}

.look i:hover {
    background-color: #fff;
    border: 1px dashed #006acd;
    color: #006acd;
}

.ldjs i {
    margin-left: 50px;
    border: 1px dashed #006acd;
    background: url(../images/ldjs.png) no-repeat center;
    vertical-align: middle;
}

.ldjs i:hover {
    background: #006acd url(../images/ldjs_b.png) no-repeat center;
}

.video {
    width: 43%;
    height: 393px;
    /* background: url(../images/video_bg.png) no-repeat center; */
    /* background-size: 100% 100%; */
    margin: 55px 0;
}

.video a img {
    width: 100%;
}

.video i {
    width: 60px;
    height: 60px;
    display: block;
    margin: 32% auto 0;
    background: url(../images/video_icon.png) no-repeat center;
}

/* rywh */
.cloum6 {
    background: url(../images/rywh_bg.jpg) no-repeat center;
    height: 480px;
    color: #fff;
    text-align: center;
}

.rywh_title {
    font-size: 32px;
    padding: 50px 0 10px;
}

.rywh_list {
    margin: 50px 0;
}

.rywh_list li {
    background-color: rgba(71, 127, 211, .5);
    border-radius: 10px;
}

.rywh_list li span {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: url(../images/dbx.png) no-repeat center;
}

.rywh_list li h5 {
    font-size: 20px;
    color: #fff;
    padding: 16px 0;
    transition: padding-left .5s;
}

.rywh_list li p {
    color: #fff;
}

.rywh_list li i {
    display: block;
    width: 41px;
    height: 41px;
    padding: 44px;
}

.rywh_list li.li_01 i {
    background: url(../images/icons7.png) no-repeat center;
}

.rywh_list li.li_02 i {
    background: url(../images/icons8.png) no-repeat center;
}

.rywh_list li.li_03 i {
    background: url(../images/icons9.png) no-repeat center;
}

.rywh_list li p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.cloum7_bg {
    background: #fefefe url(../images/cloum7_bg.jpg) no-repeat bottom center;
}

.yhkf .kydt {
    background: url(../images/yhkf.png) no-repeat left center;
}

.zszp .kydt {
    background: url(../images/zszp.png) no-repeat left center;
}

.zszp>:nth-child(2) {
    margin: 0 10px;
}

.yhkf {
    width: 61.5%;
}

.tab_switch .hd02 {
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.tab_switch .tab_title a {
    display: inline-block;
    width: auto;
    font-size: 18px;
    margin-right: 22px;
    height: 39px;
    position: relative;
}

.tab_switch .tab_title a span {
    width: 100%;
    height: 2px;
    background: #006acd;
    transition: all .3s;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.tab_switch .tab_title a.on span {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -zjdcacit02y: 1;
}

.tab_switch .tab_title a:hover span {
    width: 40px;
    left: 50%;
    margin-left: -20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all .3s;
}

.tab_switch .tab_title a.on {
    color: #006acd;
    font-weight: bold;
}

.tab_switch .bd02 .con_box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.tab_switch .bd02 .con_box .ulList {
    margin: 10px 0 0;
}

.tab_more {
    float: right;
}

.tab_more a {
    color: #999999;
}

.ulList li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-left: 20px;
}

.ulList li:hover .day {
    background-color: #006acd;
}

.zgdt .date {
    text-align: center;
    margin-right: 25px;
    color: #1f7bd2;
    width: 70px
}

.day {
    padding-bottom: 10px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    background-color: #949494;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.year {
    background-color: #e3e4e6;
    height: 30px;
    line-height: 30px;
    display: block;
}

.ulList li a {
    font-size: 16px;
    float: left;
    line-height: 60px;
    transition: padding-left .5s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.zszp_list {
    position: relative;
    margin: 0 -10px;
}

.zszp_list img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.zszp_list li {
    width: 45%;
    float: left;
    text-align: center;
    border-radius: 10px;
    margin: 2.5%;
}

.zszp_list li.li_01 {
    background-color: #fdf0ed;
    border: 1px solid #fda78e;
}

.zszp_list li.li_02 {
    background-color: #f3f8fe;
    border: 1px solid #5990df;
}

.zszp_list li.li_03 {
    background-color: #f2fbea;
    border: 1px solid #46c187;
}

.zszp_list li.li_04 {
    background-color: #fbf4eb;
    border: 1px solid #f9b256;
}

.zszp_list li p {
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    padding: 20px 0 0;
}

.zszp_list li span {
    width: 70px;
    height: 70px;
    display: block;
    padding: 3px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 28px auto;
}

.zszp_list li i {
    width: 62px;
    height: 62px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.zszp_list li.li_01 i {
    background: #fff url(../images/icons10.png) no-repeat center;
}

.zszp_list li.li_02 i {
    background: #fff url(../images/icons11.png) no-repeat center;
}

.zszp_list li.li_03 i {
    background: #fff url(../images/icons12.png) no-repeat center;
}

.zszp_list li.li_04 i {
    background: #fff url(../images/icons13.png) no-repeat center;
}

.about_left {
    width: 34%;
}

.about {
    position: relative;
    top: 50px;
    background: url(../images/lxwm_bg.png) no-repeat center;
    height: 198px;
    color: #fff;
}

.about_bg {
    background-color: #dfdfdf;
    height: 80px;
}

.about_left h2 {
    font-size: 36px;
    margin: 65px 0 10px;
}

.about_right {
    margin: 65px 17% 10px;
}

.phone {
    background: url(../images/phone.png) no-repeat left center;
    padding-left: 45px;
    font-weight: bold;
}

.phone strong {
    font-size: 26px;
    vertical-align: -5px;
    padding-left: 10px;
}

.qq {
    font-weight: bold;
    display: block;
    width: 128px;
    height: 36px;
    line-height: 36px;
    color: #1282ce;
    text-align: center;
    background: #fff url(../images/QQ.png) no-repeat 20px center;
    padding-left: 20px;
    margin-top: 20px;
}

.qq:hover {
    color: red;
    background: #fff url(../images/QQ_red.png) no-repeat 20px center;
}

li:hover i,
.video i {
    animation: myfirst 1s;
    -moz-animation: myfirst 1s;
    -webkit-animation: myfirst 1s;
    -o-animation: myfirst 1s;
}

@media screen and (max-width:1700px) {
    .banner {
        /* max-height: 600px; */
        min-height: 400px;
        height: auto;
    }
}

@media screen and (max-width:1300px) {
    .banner {
        /* max-height: 600px; */
        min-height: 300px;
        height: auto;
    }
}

@media screen and (max-width:1240px) {
    .w1200 {
        width: 100%;
    }

    .about {
        background-size: 130% auto;
    }

    .about_right {
        margin: 50px 22% 10px 0;
    }

    .about_left {
        margin-left: 5%;
    }
}

@media screen and (max-width:1200px) {

    .banner {
        /* height: 300px; */
    }

    .txtScroll-top {
        width: 70%;
    }

    .infoList h6 a {
        width: 80%;
    }

    .infoList p {
        width: 80%;
    }

    .about_left h2 {
        font-size: 30px;
        margin: 60px 0 10px;
    }

}

@media screen and (max-width:985px) {
    .banner {
        /* max-height: 600px; */
        min-height: 200px;
        height: auto;
    }

    .txtScroll-top {
        width: 60%;
    }

    .infoList p,
    .infoList h6 a {
        width: 70%;
    }

    .kydt_right dl {
        width: 70%;
        margin-left: 20%;

    }

    .kydt_right dl dt {
        margin-bottom: 5px;
    }

    .yhkf {
        width: 100%;
        float: none;
    }

    .tab_switch {
        width: 80%;
        margin: 20px auto;
    }

    .con_box {
        width: 100%;

    }

    .zszp {
        width: 100%;
        float: none;

    }

    .about {
        width: 100%;
        top: 0px;
        background-size: 1300% 100%;
    }

    .about>div {
        height: 100%;
    }

    .about_right {
        margin: 50px 10px 10px 0;
    }
}

@media screen and (max-width:700px) {

    .kydt_left,
    .kydt_right {
        float: none;
        width: 98%;
        margin: 20px auto;
        padding-bottom: 40px;
    }
}

@media screen and (max-width:650px) {
    .banner {
        /* max-height: 600px; */
        min-height: 100px;
        height: auto;
    }

    .bspz {
        display: none;
    }

    .tzgg {
        padding-left: 5px;
    }

    .txtScroll-top {
        width: 70%;
    }

    .infoList p,
    .infoList h6 a {
        width: 65%;
    }

    .cloum5 {
        height: auto;
        border: 10px 0;
        margin-bottom: 10%;
    }

    .cloum5>div {
        height: 100%;
    }

    .gl_left,
    .video {
        width: 98%;
        margin: 10px 1%;
        height: auto;
    }

    .about {
        height: auto;
        padding: 50px 0;
    }

    .about_left,
    .about_right {
        width: 80%;
        float: none;
    }

    .about_left h2,
    .about_left p {
        width: 100%;
    }

    .about_bg {
        height: 5px;
    }
}

@media screen and (max-width:500px) {
    .cloum2 {
        height: 120px;
    }

    .tzgg {
        float: none;
        padding-top: 1px;
    }

    .txtScroll-top {
        width: 80%;
    }

    .infoList p,
    .infoList h6 a {
        width: 55%;
    }


    .cloum6 {
        height: auto;
        background-size: 1010% 100%;
    }

    .cloum4 {
        height: auto;
        background-size: 1410% 150%;
    }

    .yjfx_list li,
    .rywh_list li {
        width: 98%;
        margin: 10px 1%;
    }
}