@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
@media only screen and (max-width: 1300px) {

    .main {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 13px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 1300px) {

    .main {
        width: 1300px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1300px) {
    .top {
        width: 100%;
        background: #114589;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        height: 55px;
        position: fixed;
        z-index: 30;
        top: 0;
        left: 0;
    }


    a.cd_logo {
        width:250px;
        position: absolute;
        left: 15px;
        top:12.5px;
        color:rgba(255,255,255,.5);
    }

    a.cd_logo img{
        height:30px;
        float:left;

    }
    a.cd_logo p{
        float:left;
        line-height: 15px;
        margin-left:8px;
        font-size: 11px;
        position:relative;
    }

    .menu {
        margin: 0px 0px 0px 0%;
        float: left;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px #c6c6c6;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 10px 0px;
        text-align: left;
        padding-left: 3%;
        color: #333333;
    }

    .menu a {
        font-size: 14px;
    }

    .menu a:hover {
        background-color: #114589;
        color: #ffffff;
    }
    .menu .txtk{
        width:100%;
        float:left;
    }
    .menu .imgk{
        display: none;
    }
    .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;
    }

    .menu2 {
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 15px;
        margin-top: 12.5px;
        z-index: 31;
        position: relative;
    }

    .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='%23114589'/><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='%23114589'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #navk {
        width: 100%;
        height: 100%;
        display: none;
        background: #ffffff;
        position: fixed;
        padding: 0px 0px 0px 0px;
        overflow-y: auto;
        left: 0px;
        top: 0px;
        z-index: 29;
    }



    .top_jg {
        width: 100%;
        height: 55px;
    }
    .ss {
        float: left;
        width: 94%;
        margin: 70px 0px 15px 3%;
        height: 35px;
        background: #ffffff;
        border: solid 1px #114589;
        position: relative;
    }

    .ss_txt {
        float: left;
        height: 33px;
        line-height: 33px;
        background: none;
        color: #696969;
        font-size: 12px;
        width: 100%;
        padding-left: 10px;
        border: 0;
    }

    .ss_an {
        position: absolute;
        right: -1px;
        top: -1px;
        background: url(../images/t_ss.png) #114589 center center no-repeat;
        width: 38px;
        height: 35px;
        text-align: center;
        cursor: pointer;
    }

}

@media only screen and (min-width: 1300px) {

    .top_jg {
        display: none;
    }

    .menu2 {
        display: none;
    }

    .top {
        width: 100%;
        padding:0 30px;
        position:fixed;
        height:80px;
        z-index: 15;
        top:0px;
        left:0px;
        background-color: rgba(17,69,137,.7);
        color:#fff;
        box-shadow:0 2px 10px rgba(0,0,0,.15);
    }

    .top_jg {
        display: none;
    }

    a.cd_logo{
        float:left;
        height:45px;
        color:#fff;
        margin-top:15px;
    }
    a.cd_logo img{
        height:45px;
        float:left;
    }
    a.cd_logo p{
        float:left;
        line-height: 17px;
        margin-left: 22px;
        font-size: 12px;
        position:relative;
    }
    a.cd_logo p:before{
        content: '';
        background-color: #fff;
        width:6px;
        height:6px;
        position:absolute;
        left:-13px;
        top:50%;
        margin-top: -3px;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    }
    .ss{
        width:260px;
        height:80px;
        position:absolute;
        right:0px;
        top:0px;
    }
    .ss .ss_txt{
        height:80px;
        line-height: 80px;
        padding:0 60px 0 20px;
        background-color: rgba(255,255,255,.5);
        color:#fff;
        border: 0;
    }
    .ss .ss_an{
        width:60px;
        height:100%;
        background: url("../images/t_ss.png") center center no-repeat;
        position:absolute;
        right:0px;
        top:0;
    }
    .ss .ss_an:hover{
        background: url("../images/t_ss.png") rgba(17,69,137,.5) center center no-repeat;
    }
    #navk {
        float:left;
    }


    .menu {
        height: 80px;
        float: left;
        margin-left: 30px;
    }

    .menu li {
        height: 80px;
        float: left;
        margin: 0 20px;
        position: relative;
    }
    .menu .txtk{
        position:absolute;
        width:550px;
        padding:20px;
        left:-30px;
        top:85px;
        background-color: rgba(255,255,255,.9);
        box-shadow:0 2px 10px rgba(0,0,0,.15);
        display:none;
        filter:alpha(opacity=0); -moz-opacity:0; opacity:0;
    }
    .menu li:last-child .txtk,.menu li:nth-of-type(5) .txtk{
        left:auto;
        right:-30px;
    }
    .menu dl{
        width:60%;
        float:left;
    }
    .menu dd{
        width:45%;
        margin-right: 5%;
        float:left;
        line-height: 42px;
        border-bottom: solid 1px rgba(0,0,0,.1);
        text-align: center;
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .menu .txtk .imgk{
        width:40%;
        float:right;
        height:130px;
        overflow: hidden;
    }
    .menu .txtk .imgk img{
        width:100%;
        min-height: 130px;
    }
    .menu a.dbt {
        font-size: 16px;
        width: 100%;
        display: block;
        height: 80px;
        line-height: 80px;
        color: #fff;
        /*-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;*/
    }

    .menu li:last-child .txtk dl,.menu li:nth-of-type(5) .txtk dl{
        float:right;
    }
    .menu li:last-child .txtk dd,.menu li:nth-of-type(5) .txtk dd{
        margin-left: 5%;
        margin-right: 0;
    }
    .menu li:last-child .txtk .imgk,.menu li:nth-of-type(5) .txtk .imgk{
        float:left;
    }

    .menu a.dbt:hover, .menu li.on a.dbt, .menu li:hover a.dbt {
        border-bottom: solid 3px #48b657;
    }
    .menu .txtk{

    }
}
@media only screen and (min-width: 1570px) {
    .menu{
        margin-left: 40px;
    }
    .menu li{
        margin: 0 30px;
    }
    .menu a.dbt{
        font-size: 17px;
    }
    .ss{
        width:300px;
    }
}
.foot {
    width: 100%;
    background-color: #323232;
    color:rgba(255,255,255,.6);
    padding:20px 30px;
}
.foot .d1{
    margin-top: 12px;
}
.foot .d2{
    text-align: right;
}
.foot a{
    color:rgba(255,255,255,.6);
}
.foot a:hover{
    color:#fff;
}
@media only screen and (max-width: 1300px) {
    .foot {
        padding:15px;
    }
    .foot .d1{
        margin-top: 0px;
        width:100%;
        text-align: center;
    }
    .foot .d2{
        width:100%;
        text-align: center;
    }
}


@media only screen and (max-width: 1300px) {
    .swiper-container.sy_ban {
        width: 100%;
    }

    .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-slide .txtk{
        position:absolute;
        width:100%;
        height:100%;
        left:0px;
        text-align: center;
        top:0px;
        padding:0px 15px;
        color:#fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        text-shadow:2px 2px 6px rgba(0,0,0,.4);
    }
    .sy_ban .swiper-slide .txtk h1{
        /*font-size: 50px;*/
        font-weight: bold;
    }
    .sy_ban .swiper-slide .txtk h3{
        /*font-size: 28px;*/
    }

    .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:#dc0d11;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 5px;
        position: absolute;
        right: 0%;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }
}
@media only screen and (min-width: 1300px) {
    .swiper-container.sy_ban {
        width: 100%;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        width: 100%;
        position: relative;
    }


    .sy_ban .swiper-slide img {
        width: 100%;
        display: block;
    }
    .sy_ban .swiper-slide .txtk{
        position:absolute;
        width:100%;
        height:100%;
        left:0px;
        text-align: right;
        top:0px;
        padding:0px 19% 0 0;
        color:#fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .sy_ban .swiper-slide .txtk h1{
        font-size: 50px;
        font-weight: bold;
    }
    .sy_ban .swiper-slide .txtk h3{
        font-size: 28px;
    }
    .sy_ban .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, .8);
        width: 10px;
        height: 10px;
        opacity: 1;
        -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color:#dc0d11;
        width:20px;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 15px;
        position: absolute;
        right: 0%;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.sy{
    width:100%;
    padding:70px 30px;
}
.sy_bt1{
    text-align: center;
}
.sy_bt1 h2{
    font-weight: bold;
}
.sy_bt1 p{
    font-size:17px;
    margin-bottom: 12px;
}
.sy_bt1:after{
    content: '';
    width:2.5em;
    height:3px;
    background-color:#dc0d11;
    margin:0 auto;
    display:block;
}
.sy_lb1{
    width:102.4%;
    float:left;
    margin: -10px 0 0 -1.2%;
}
.sy_lb1 li{
    width:20%;
    float:left;
    padding:1.2%;
}
.sy_lb1 a{
    width:100%;
    display: block;
    background-color: #fff;
    padding:50px 10% 30px 10%;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
    min-height: 380px;
    text-align: center;
    position:relative;
}
.sy_lb1 .txtk{
    width:100%;
}
.sy_lb1 .txtk_on{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background: url("../images/a_on.jpg") no-repeat;
    background-size: 100% 100%;
    display: none;
    -webkit-animation-timing-function:ease-out;
    -webkit-animation-duration:350ms;
    animation-timing-function:ease-out;
    animation-duration:350ms;
    color:#fff;
    padding:50px 10% 30px 10%;
}
@media only screen and (min-width: 1300px) {
    .sy_lb1 a:hover .txtk_on {
        display: block;
        -webkit-animation-name: flipintoright;
        -webkit-animation-duration: 425ms;
        animation-name: flipintoright;
        animation-duration: 425ms;
    }
}
.sy_lb1 .txtk p{
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
.sy_lb1 .txtk .bt{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 35px;
}
.sy_lb1 .txtk_on .bt{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sy_lb1 .txtk_on p{
    line-height: 30px;
    font-size: 15px;
}
.sy_lb1 .txtk_on:after{
    content: '';
    width:100%;
    display: block;
    background: url("../images/more1.png") center center no-repeat;
    height:45px;
    position:absolute;
    left:0px;
    bottom: 30px;
}
.sy_lb1 .txtk i{
    display: block;
    width:100%;
    height:61px;
    margin-bottom: 35px;
    background-repeat: no-repeat;
    background-position: center center;
}


.sy_lb1 .txtk i.a1{
    background-image:url("../images/a1.png");
}
.sy_lb1 .txtk i.a2{
    background-image:url("../images/a2.png");
}
.sy_lb1 .txtk i.a3{
    background-image:url("../images/a3.png");
}
.sy_lb1 .txtk i.a4{
    background-image:url("../images/a4.png");
}
.sy_lb1 .txtk i.a5{
    background-image:url("../images/a5.png");
}
.sy1{
    background: url("../images/bj0.jpg") no-repeat;
    background-size: 100% 100%;
}

@media only screen and (max-width: 1300px) {
    .sy{
        padding:20px 15px;
    }
    .sy_bt1 p{
        font-size: 13px;
        margin-bottom: 8px;
    }
    .sy_lb1 li{
        width:50%;
    }
    .sy_lb1 .txtk .bt {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .sy_lb1 .txtk i{
        height:40px;
        background-size: auto 100%;
        margin-bottom: 20px;
    }
    .sy_lb1 a{
        padding:20px;
        min-height:240px;
    }
}
@media only screen and (max-width:550px) {
    .sy_lb1 li{
        width:100%;
    }
    .sy_lb1 a{
        padding:20px;
        min-height:auto;
    }
}
.sy_lb2{
    width:100%;
    float:left;
}
.sy_lb2 li{
    width:33.3333%;
    float:left;
    margin: 40px 0;
    font-size: 18px;
}
.sy_lb2 h1{
    font-size:60px;
}
.sy_lb2 .i_tb{
    width:145px;
    height:145px;
    float:left;
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    background-color: #114589;
    position:relative;
    margin-right: 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_lb2 li:hover .i_tb{
    background-color: #dc0d11;
    animation: 7.5s linear 0s normal none infinite rotate;
    -webkit-animation:7.5s linear 0s normal none infinite rotate;
    /*margin-top: -5px;*/
    /*margin-bottom: 5px;*/
}
.sy_lb2 .i_tb i{
    display: block;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position:center center;
}
.sy_lb2 .i_tb i.i1{
    background-image: url("../images/b1.png");
}
.sy_lb2 .i_tb i.i2{
    background-image: url("../images/b2.png");
}
.sy_lb2 .i_tb i.i3{
    background-image: url("../images/b3.png");
}
.sy_lb2 .i_tb i.i4{
    background-image: url("../images/b4.png");
}
.sy_lb2 .i_tb i.i5{
    background-image: url("../images/b5.png");
}
.sy_lb2 .i_tb i.i6{
    background-image: url("../images/b6.png");
}
@media only screen and (max-width: 1300px) {
    .sy_lb2 li{
        margin: 20px 0;
        font-size: 13px;
        text-align: center;
    }
    .sy_lb2 h1{
        font-size:22px;
    }
    .sy_lb2 .i_tb{
        width:80px;
        height:80px;
        margin: 0 auto 15px auto;
        display: inline-block;
        float:none;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
        background-color: #114589;
        position:relative;
        -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_lb2 .i_tb i{
        background-size: auto 40%;
    }
}
@media only screen and (max-width:550px) {
    .sy_lb2 li{
        width:50%;
        margin: 15px 0;
    }
}
.sy2{
    background: url("../images/bj1.jpg") #114589 bottom no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    /*height:460px;*/
    color:#fff;
    font-size: 16px;
    line-height: 30px;
    padding:50px 0;
}

.sy2.sy3{
    background: url("../images/bj2.jpg") bottom no-repeat;
    /*background-size: 100% 100%;*/
    background-attachment: fixed;
}
.sy2.sy4{
    background: url("../images/bj3.jpg") bottom no-repeat;
    /*background-size: 100% 100%;*/
    background-attachment: fixed;
}
a.cd_more1{
    color:#fff;
    border: solid 1px #fff;
    display: inline-block;
    padding:0 30px;
    line-height: 38px;
    height:40px;
    font-size: 14px;
}
a.cd_more1 b:after{
    content: '';
    background: url("../images/more2.png") no-repeat;
    background-size: 100% 100%;

    width:25px;
    height:6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    position:relative;
    top:-2px;
}
.sy_lb3{
    width:101.6%;
    float:left;
    margin:0 0 40px -0.8%;
}
.sy_lb3 li{
    width:20%;
    float:left;
    padding:0.8%;
}
.sy_lb3 li:nth-child(5n+1){
    clear: both;
}
.sy_lb3 a{
    display: block;
    width:100%;
    position:relative;
    overflow: hidden;
}
@media only screen and (max-width: 1300px) {
    .sy_lb3{
        width:102%;
        margin:0 0 20px -1%;
    }
    .sy_lb3 li{
        width:33.3333%;
        padding:1%;
    }
    .sy_lb3 li:nth-child(5n+1){
        clear: inherit;
    }
    .sy_lb3 li:nth-child(3n+1){
        clear: both;
    }
    .sy_lb3 .txtk{
        display: none;
    }
}
@media only screen and (max-width:600px) {
    .sy_lb3 li{
        width:50%;
    }
    .sy_lb3 li:nth-child(3n+1){
        clear: inherit;
    }
    .sy_lb3 li:nth-child(2n+1){
        clear: both;
    }
    .sy_lb3 li:last-child{
        width:100%;
    }
}
@media only screen and (min-width: 1300px) {
    .sy_lb3 .txtk {
        width: 100%;
        height: 0%;
        position: absolute;
        bottom: 0%;
        left: 0;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        background-color: rgba(255, 255, 255, .9);
        padding: 0px;
        display: flex;
        overflow: hidden;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }

    .sy_lb3 a:hover .txtk {
        height: 100%;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }
}
.sy_lb3 a:hover{
    box-shadow:0 10px 40px rgba(0,0,0,.15);
}
.sy_lb3 h3{
    width:100%;
    display: block;
    font-size: 20px;
    line-height:28px;
    text-align: center;
    font-weight: bold;
    padding:0 20px;
}
.sy_lb3 h3:after{
    content: '';
    display: block;
    width:1.5em;
    height:3px;
    background-color:#dc0d11;
    margin:8px auto 10px auto;
}
.sy_lb3 p{
    line-height: 22px;
    display: block;
    width:100%;
    height:44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    padding:0 20px;
}
a.cd_more1_d{
    border-color:#ddd;
    color:#999999;
}
a.cd_more1_d b:after{
    background: url("../images/more2_d.png") no-repeat;
    background-size: 100% 100%;
}
a.cd_more1_d:hover b:after{
    background: url("../images/more2.png") no-repeat;
    background-size: 100% 100%;
}
.sy_lb4{
    width:102%;
    float:left;
    margin: 0 0 40px -1%;
}
.sy_lb4 li{
    width:25%;
    float:left;
    padding:1%;
}
.sy_lb4 a{
    display: block;
    width:100%;
    background-color: #fff;
    padding:30px 8%;
    box-shadow:0 6px 20px rgba(0,0,0,.1);
    float:left;
}
.sy_lb4 a:hover{
    background-color: #dc0d11;
    color:#fff;
}
.sy_lb4 a:hover .sj{
    border-color:rgba(255,255,255,.3);
}
.sy_lb4 .s1{
    font-size: 32px;
}
.sy_lb4 .sj{
    width:100%;
    float:left;
    line-height: 40px;
    border-bottom: dashed 1px #ddd;
    padding-bottom:15px;
    margin-bottom:15px;
}
.sy_lb4 .s2{
    font-size: 16px;
}
.sy_lb4 p{
    width:100%;
    float:left;
    font-size: 16px;
    line-height: 30px;
    height:60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.sy4{
    padding:30px;
    color:#fff;
}
.sy_lb5{
    width:100%;
    float:left;
}
.sy_lb5 li{
    width:25%;
    float:left;
    font-size: 14px;
    line-height: 28px;
}
.sy_lb5 .bt{
    font-weight: bold;
    margin-bottom: 10px;
}
.sy_lb5 p{
    padding-left:20px;
}
.sy_lb5 .p_1{
    background: url("../images/t_add.png") left no-repeat;
}
.sy_lb5 .p_2{
    background: url("../images/t_tel.png") left no-repeat;
}
.sy_bt2 h2{
    font-weight: bold;
}
@media only screen and (max-width: 1300px) {
    .sy2{
        font-size: 13px;
        line-height: 22px;
        padding:15px;
    }
    a.cd_more1{
        padding:0 20px;
        height:35px;
        line-height: 35px;
        font-size: 13px;
    }
    .sy_lb4{
        width:100%;
        float:left;
        margin: 0 0 15px 0%;
    }
    .sy_lb4 li{
        width:100%;
        float:left;
        padding:0%;
        margin-bottom: 15px;
    }
    .sy_lb4 a{
        display: block;
        width:100%;
        background-color: #fff;
        padding:20px 15px;
        box-shadow:0 3px 15px rgba(0,0,0,.1);
        float:left;
    }
    .sy_lb4 p {
        height:auto;
        font-size:14px;
        line-height: 24px;
    }
    .sy_lb4 .s1{
        font-size:22px;
    }
    .sy_lb4 .sj{
        line-height: 30px;
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .sy_lb4 .s2{
        font-size: 13px;
    }
    .sy_lb5 li {
        width: 50%;
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width:650px) {
    .sy_lb5 li{
        width:100%;
    }
    .sy2{
        background: url("../images/bj1.jpg") #114589 bottom no-repeat;
        background-size: auto 100%;
    }

    .sy2.sy3{
        background: url("../images/bj2.jpg") #114589 bottom no-repeat;
        background-size: auto 100%;
    }
    .sy2.sy4{
        background: url("../images/bj3.jpg") #114589 bottom no-repeat;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 1570px) {
    .sy_lb3 p{
        height:66px;
        -webkit-line-clamp:3;
    }
}

/*产品与服务*/
.ban{
    width:100%;
    position:relative;
    color:#fff;
}
.ban img{
    width:100%;
    display: block;
}
.ban .txtk{
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    padding:60px 50% 0 9%;
    color:#fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    font-size: 17px;
    line-height: 30px;

}
.ban .bt{
    font-size:30px;
}
.ban .bt:after{
    content: '';
    width:2em;
    height:3px;
    background-color:#dc0d11;
    display:block;
    margin:18px 0;
}
.ny_bt1{
    text-align: center;
    padding:0 22%;
}
.ny_bt1 .bt{
    font-weight: bold;
}
.ny_bt1 p{
}
.ny_bt1 .bt:after{
    content: '';
    width:1.5em;
    height:2px;
    background-color:#dc0d11;
    margin:15px auto;
    display:block;
}
.cp_lb1{
    width:100%;
    overflow: hidden;
    float:left;
}

.cp_lb1 ul{
    width:106%;
    float:left;
    margin: 50px 0 0 -3%;
}
.cp_lb1 li{
    width:44%;
    margin: 0 3%;
    float:left;
    position:relative;
    padding-left:110px;
    height:160px;
    margin-bottom: 80px;
    border-bottom: solid 1px #ddd;
}
.cp_lb1 .imgk{
    width:80px;
    position:absolute;
    left:0px;
    top:0px;
}
.cp_lb1 .imgk img{
    max-width: 100%;
    width:auto;
}
.cp_lb1 .bt{
    margin-bottom: 10px;
    font-weight: bold;
    -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;
}
.ny{
    width: 100%;
    padding:60px 30px 80px 30px;
    position:relative;
}
@media only screen and (max-width: 1300px) {
    .ban .txtk{
        padding:4%;
        font-size: 13px;
        line-height: 22px;

    }
    .ban .bt{
        font-size:17px;
    }
    .ban .bt:after{
        height:2px;
        margin:10px 0;
    }
    .ny{
        padding:20px 15px;
    }
    .ny_bt1 {
        padding: 0%;
    }
    .cp_lb1 li {
        width: 46%;
        margin: 0 2%;
        padding-left: 60px;
        height:auto;
        padding-bottom:30px;
        min-height: 100px;
        margin-bottom: 30px;
        border-bottom: solid 1px #ddd;
    }
    .cp_lb1 li .imgk{
        width:40px;
    }
}
@media only screen and (max-width:700px) {
    .ban p{
        display: none;
    }
    .ban .bt:after{
        margin-bottom:0;
    }
    .cp_lb1 ul{
        width:100%;
        margin: 0;
    }
    .cp_lb1 li {
        width: 98%;
        margin: 0 1%;
        margin-bottom: 30px;
        height:auto;
        min-height: auto;
        padding-bottom:30px;
    }
}
@media only screen and (min-width: 1300px) {

    .cp_lb1 li:hover .bt{
        margin-left:7px;
    }
    .cp_lb1 li:hover p{
        margin-left: -7px;
    }
}
@media only screen and (max-width: 1300px) {

    .lm1_bt {
        width: 100%;
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #fff;
        font-size: 16px;
        border-bottom: solid 1px #ddd;
        margin-top: -15px;
        margin-bottom: 15px;
    }

    .lm1_bt a{
        width: 100%;
        height: 40px;
        display: block;
        position:relative;
        font-weight: bold;
        color:#114589!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='%23bbbbbb'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 22px;
    }
    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }
    .lm2{
        display: none;
    }
    .lm1 {
        width: 100%;
        float: left;
        display: none;
        margin-top: -15px;
        margin-bottom: 15px;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
    }
    .lm1 li > a{
        font-weight: bold;
    }
    .lm1 li .txtk{
        width:100%;
        padding-left:3%;
    }
    .lm1 li a:hover {
        background: #114589;
        color: #ffffff;
    }
    .ny_fw .ny_bt1 .bt{
        display:none;
    }

}
@media only screen and (min-width: 1300px) {
    .lm1_k{
        width:100%;
        position:absolute;
        left:0px;
        top:-50px;
        padding:0 30px;
        float:left;
    }
    .lm1{
        width:100%;
        float:left;
        background-color: #fff;
        box-shadow:0 2px 12px rgba(0,0,0,.1);
    }
    .lm1 li{
        width:16.6666%;
        height:100px;
        float:left;
    }
    .lm1 li .txtk{
        display: none;
    }
    .lm1 li:last-child{
        border: 0;
    }
    .lm1 a{
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        width:100%;
        text-align: center;
        font-size: 17px;
        line-height: 24px;
        padding:0 15px;
        height:100px;
        border-right: solid 1px #eee;
    }
    .lm1 a:hover,.lm1 a.on{
        background-color: #114589;
        color:#fff;
        border-color: #114589;
    }
    .lm1 a.on{
        height:120px;
        margin-top: -10px;
    }
    .ny_fw{
        padding-top:140px;
    }
    .lm2{
        width:100%;
        float:left;
        /*text-align: center;*/
        font-size: 0;
        margin-bottom: 40px;
    }
    .lm2 a{
        display: inline-block;
        font-size: 17px;
        padding:0 15px;
        line-height: 50px;
        height:50px;
        min-width:140px;
        text-align: center;
        border: solid 1px #eee;
        -moz-border-radius:50px;
        -webkit-border-radius:50px;
        border-radius:50px;
        margin: 0 20px 15px 0;
    }
    .lm2 a:hover,.lm2 a.on{
        background-color: #114589;
        color:#fff;
        border-color: #114589;
    }
}

.fw_nav{
    width:102%;
    float:left;
    margin: 0 0 0 -1%;
    font-size: 0;
}
.fw_nav a{
    display: inline-block;
    padding:35px;
    text-align: center;
    font-size: 16px;
    width:31.3333%;
    background-color: #114589;
    color:#fff;
    height:200px;
    vertical-align: text-top;
    margin:1%;
}
.fw_nav .s1{
    display: block;
    height:70px;
    width:100%;
    margin-bottom: 20px;
}
.fw_nav .s1 img{
    max-height: 70px;
}
.fw_nav a:nth-of-type(2){
    background-color: #dc0d11;
}
.fw_nav a:hover{
    box-shadow:0 2px 12px rgba(0,0,0,.2);
}
@media only screen and (max-width: 1300px) {
    .fw_nav a{
        padding:15px;
        font-size: 13px;
        height:auto;
    }
    .fw_nav .s1{
        height:35px;
        margin-bottom: 10px;
    }
    .fw_nav .s1 img{
        max-height: 35px;

    }
    .fw_nav .bt{
        font-size: 14px;
    }
}
@media only screen and (min-width: 1300px) {
    .fw_nav a:hover img{
        margin-top: -5px;
    }
    .lm1_bt{
        display: none;
    }
}

.wt_lb1{
    width:100%;
    overflow: hidden;
    float:left;
}

.wt_lb1 ul{
    width:106%;
    float:left;
    margin: 50px 0 0 -3%;
}
.wt_lb1 li{
    width:44%;
    margin: 0 3%;
    float:left;
    position:relative;
    height:140px;
    margin-bottom: 70px;
    border-bottom: solid 1px #ddd;
}
.wt_lb1 .bt{
    margin-bottom: 10px;
    font-weight: bold;
    -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;
}

@media only screen and (max-width: 1300px) {
    .wt_lb1 ul{
        width:100%;
        float:left;
        margin: 0px 0 0 0%;
    }
    .wt_lb1 li{
        width:100%;
        margin: 0 0%;
        height:auto;
        margin-bottom:20px;
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 1300px) {
    .yw_lb1 li{
        height:250px;
    }
    .ny_cd4 .lm1 li{
        width:25%;
    }
    .ab_nr{
        font-size: 16px;
        line-height: 30px;
    }
}
.gk{
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
}
.dqwz{
    width:100%;
    padding: 100px 30px 0px 30px;
}
.sgd{
    border-top: solid 1px #ddd;
    padding-top:20px;
    line-height: 30px;
    font-size:16px;
}
@media only screen and (max-width: 1300px) {
    .gk{
        max-width: 100%;
    }
    .dqwz{
        padding:15px 15px 0 15px;
    }
    .sgd{
        border-top: solid 1px #ddd;
        padding-top:10px;
        line-height:22px;
        font-size:13px;
    }
}
.job_lb{
    width:102%;
    float:left;
    margin: 0 0 40px -1%;
}
.job_lb li{
    width:25%;
    float:left;
    padding:1%;
}
.job_lb a{
    display: block;
    width:100%;
    background-color: #fff;
    padding:30px 8%;
    float:left;
    border: solid 1px #e6e6e6;
}
.job_lb a:hover{
    /*background-color: #dc0d11;*/
    /*color:#fff;*/
    box-shadow:0 6px 20px rgba(0,0,0,.1);
}
.job_lb .bt{
    font-size: 18px;
    margin-bottom: 10px;
}
.job_lb p{
    width:100%;
    float:left;
    height:72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
@media only screen and (max-width: 1300px) {
    .job_lb li{
        width:50%;
    }
    .job_lb a{
        padding:15px;
        float:left;
        border: solid 1px #e6e6e6;
    }
    .job_lb .bt{
        font-size: 16px;
    }
    .job_lb{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width:750px) {
    .job_lb li{
        width:100%;
    }
    .job_lb p{
        height:auto;
        text-overflow: inherit;
        display:block;
        -webkit-line-clamp:inherit;
        -webkit-box-orient:inherit;
    }
}
.gy1{
    width:100%;
    float:left;
    margin-top:40px;
    margin-bottom:20px;
}
.gy1 .imgk{
    width:45%;
    float:right;
    border: solid 5px #114589;
}
.gy1 .imgk img{
    position:relative;
    width:100%;
    top:-35px;
    left:-45px;
}
.gy1 .txtk{
    width:48%;
    float:left;
    font-size: 16px;
    line-height: 30px;
}
@media only screen and (max-width: 1300px) {
    .gy1{
        margin-top:0px;
        margin-bottom:0px;
    }
    .gy1 .imgk{
        width:100%;
        float:left;
        border:0;
        margin-bottom: 15px;
    }
    .gy1 .imgk img{
        position:inherit;
        top:auto;
        left:auto;
    }
    .gy1 .txtk{
        width:100%;
        float:left;
        font-size: 13px;
        line-height:22px;
    }
}
@media only screen and (min-width: 1300px) {
    .sy_fok{
        max-width: 900px;
        margin: 0 auto;
    }
}

.whz{
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background: url("../images/whz.jpg") #fff center center no-repeat;

}

@media (max-width:600px) {
    .whz{

        background: url("../images/whz.jpg") #fff center center no-repeat;
        background-size: 100% auto;

    }
}

.yysj .dsj_list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.yysj .dsj_list li {
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}
@media only screen and (max-width: 1200px) {
    .yysj .dsj_list {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .yysj .dsj_list li {
        width: 50%;
        margin-bottom: 10px;
        text-align: center;
        border-radius: 5px;
        background: #fff;
        padding: 10px;
    }
}
@media (max-width:760px) {
    .yysj .dsj_list {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .yysj .dsj_list li {
        margin-bottom: 10px;
        text-align: center;
        border-radius: 5px;
        background: #fff;
        padding: 10px;
        width: 100%;
    }
    .yysj .dsj_list li p{
        height: auto;
    }

    .yysj .dsj_list li img {
        width: 100%;
    }
}
.right .text {
    margin: 30px 0;
    font-size: 14px;
    color: #222222;
}

.right h3 {
    font-size: 24px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
}

.right .right_ul {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 31px;
    padding-bottom: 40px;
}

.right_ul li {
    width: 192px;
    height: 90px;
    background: rgba(32, 161, 228, 1);
    line-height: 90px;
    margin-right: 20px;
    margin-bottom: 20px;
}


.right_ul li p {
    text-align: center;
    height: 17px;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
@media only screen and (max-width: 1200px) {
    .right .text {

        margin: 30px 0;
        font-size: 14px;
        color: #222222;
    }

    .right h3 {
        font-size: 18px;
        font-family: SourceHanSansCN-Regular;
        font-weight: 400;
        color: rgba(34, 34, 34, 1);
    }

    .right .right_ul {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-top: 31px;
        padding-bottom: 40px;
    }

    .right_ul li {
        width: 192px;
        height: 90px;
        background: rgba(32, 161, 228, 1);
        line-height: 90px;
        margin-right: 20px;
        margin-bottom: 20px;
    }


    .right_ul li p {
        text-align: center;
        height: 17px;
        font-size: 18px;
        font-family: SourceHanSansCN-Regular;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }
}
@media only screen and (max-width: 500px) {

    .right_ul li:nth-of-type(2n) {
        margin-right: 0;

    }

    .right_ul li {
        width: 47%;
        margin-right: 6%;
    }
}
.mh_jjfa{
    max-width: 1200px;
}