﻿* {
    padding: 0;
    margin: 0;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

ul, ol, li {
    list-style-type: none;
}

img {
    max-width: 100%;
    height:auto;
}


.w1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

#slides2 img {
    width: 100%;
    display: block;
}

#dituContent img {
    max-width: inherit;
}

#slides, #slides2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    #slides li {
        position: relative !important;
    }

    #slides .bd li img, #slides img {
        width: 100%;
        display: block;
    }

    #slides2 li img {
        width: 100%;
        display: block;
    }

    #slides .bd li .desc {
        font-size: 36px;
        position: absolute;
        width: 100%;
        z-index: 99;
        text-align: center;
        top: 50%;
        margin-top: -40px;
        color: #fff;
    }

        #slides .bd li .desc h3 {
            position: relative;
            top: -10px;
            transform: scale(1.1);
            opacity: 0;
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
        }

        #slides .bd li .desc p {
            font-size: 16px;
            transform: scale(1.1);
            opacity: 0;
            position: relative;
            bottom: -10px;
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
        }

    #slides .bd li.cur .desc h3 {
        transform: scale(1);
        top: 0;
        opacity: 1;
    }

    #slides .bd li.cur .desc p {
        transform: scale(1);
        bottom: 0;
        opacity: 1;
    }

    #slides .hd {
        position: absolute;
        width: 100%;
        z-index: 101;
        bottom: 40px;
        text-align: center;
    }

        #slides .hd li {
            display: inline-block;
            zoom: 1;
            margin: 0 5px;
            font-size: 0;
            vertical-align: top;
            width: 10px;
            height: 10px;
            border-radius: 5px;
            cursor: pointer;
            overflow: hidden;
            position: relative;
            background: #fff;
        }

            #slides .hd li.on {
                background: #014099;
                width: 15px;
            }


    #slides .swiper-button-prev, #slides .swiper-button-next {
        position: absolute;
        z-index: 101;
        width: 48px;
        height: 97px;
        cursor: pointer;
        top: 50%;
        margin-top: -48px;
        transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        background: url(../images/themes.png) no-repeat;
        animation: none;
        outline: none;
    }

    #slides:hover .swiper-button-prev {
        left: 0;
    }

    #slides:hover .swiper-button-next {
        right: 0;
    }

    #slides .swiper-button-prev {
        background-position: left center;
        left: -48px;
    }

        #slides .swiper-button-prev:hover {
            opacity: .6;
        }

    #slides .swiper-button-next {
        background-position: right center;
        right: -48px;
    }

        #slides .swiper-button-next:hover {
            opacity: .6;
        }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: " ",Arial,Helvetica,sans-serif,SimSun;
    line-height: 1.5;
    overflow-x: hidden;
    color: #000;
    background: #fff;
}

.block {
    overflow: hidden;
    clear: both;
}

.container {
    width: 1200px;
    margin: auto;
}
/*相关*/
h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

    h4.related span {
        display: inline-block;
        border-bottom: 2px solid #666;
    }

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

    ul.relate_pr li a {
        display: block;
        margin: 5px;
        text-align: center;
        line-height: 30px;
    }

    ul.relate_pr li img {
        width: 100%;
        display: block;
    }

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*头部*/
.logo {
    padding: 20px 0;
}

    .logo img {
        display: block;
    }

.nav {
    background: #065498;
    color: #fff;
    padding: 10px 0;
}

    .nav li {
        display: inline-block;
        position: relative;
        margin: 0 10px;
    }

        .nav li a {
            display: block;
            line-height: 40px;
            background: #04447b;
            border-radius: 8px;
            font-size: 17px;
            border-top: 2px solid #010810;
            border-bottom: 1px solid #5b8ec1;
            width: 120px;
            text-align: center;
        }

        .nav li ul {
            position: absolute;
            width: 100%;
            z-index: 99999;
            display: none;
        }

            .nav li ul li {
                display: block;
                margin: 0;
            }

                .nav li ul li a {
                    padding: 0;
                    text-align: center;
                    font-size: 14px;
                    line-height: 34px;
                    margin: 2px 0;
                }

        .nav li:hover ul {
            display: block;
        }

        .nav li a:hover, .nav li.cur > a {
            background: #3773a9;
            border-top: 2px solid #000102;
            border-bottom: 1px solid #969696;
        }

.js {
    margin-bottom: 30px;
    background: #065498;
    color: #fff;
    font-size: 12px;
}

    .js ul li {
    width: 130px;
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
    margin-top: 20px;
    line-height: 22px;
    text-align: center;
}

        .js ul li:last-child {
            margin-right: 0;
        }

        .js ul li img {
    display: block;
    margin: 0 auto 10px;
    height: auto;
    width: auto;
}

.title {
    text-align: center;
    font-size: 33px;
    color: #0053a9;
    padding-bottom: 40px;
}

    .title p {
        color: #5c5e62;
        font-size: 22px;
        text-transform: uppercase;
    }

.titlenav {
    text-align: center;
    font-size: 22px;
    border-top: 2px solid #0053a9;
    border-bottom: 2px solid #0053a9;
    padding: 10px 0;
    margin-bottom: 20px;
}

    .titlenav li {
        display: inline-block;
        margin: 0 5px;
    }

ul.prlist li {
    width: 290px;
    margin: 0 10px 15px 0;
    border: 1px solid #e6e6e6;
    float: left;
    -webkit-box-shadow: 0 5px 5px hsla(0,0%,80%,0.35);
    -moz-box-shadow: 0 5px 5px hsla(0,0%,80%,0.35);
    box-shadow: 0 5px 5px hsla(0,0%,80%,0.35);
    background: #fff;
}

    ul.prlist li:nth-child(4n) {
        margin-right: 0;
    }

    ul.prlist li img {
        width: 100%;
        height: 180px;
        display: block;
    }

    ul.prlist li h4 {
        padding: 10px 10px 0;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        margin-bottom: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
        font-size: 16px;
        color: #333;
    }

    ul.prlist li p {
        color: #999;
        padding: 0 0 0 30px;
        background: url(../images/clock.png) no-repeat 10px center;
        line-height: 34px;
        font-size: 12px;
    }

.addver {
    width: 100%;
    overflow: hidden;
}

    .addver img {
        position: relative;
        width: 1920px;
        max-width: none;
        left: 50%;
        margin-left: -960px;
        display: block;
    }

.ys {
    padding: 30px 0;
}

.yscon {
    overflow: hidden;
    position: relative;
}

.ysitem {
    overflow: hidden;
    width: 410px;
    margin-bottom: 26px;
    position: relative;
    display: inline-block;
}

    .ysitem.r {
        float: right;
    }


    .ysitem em {
        position: absolute;
        right: 0;
        top: 8px;
        font-size: 50px;
        color: #ccc;
        font-family: "华文细黑",cursive;
        text-align: center;
        line-height: 90px;
        font-style: normal;
    }

    .ysitem h3 {
        font-weight: normal;
        font-size: 32px;
        color: #d02127;
    }

    .ysitem b {
        display: block;
        padding-bottom: 5px;
        border-bottom: 1px solid #bfbfbf;
        font-family: 'Myriad Pro';
        font-size: 12px;
        color: #7a7a7a;
        font-weight: normal;
        margin-bottom: 40px;
        margin-right: 65px;
    }

    .ysitem li {
        padding-left: 20px;
        font-size: 14px;
        line-height: 32px;
        color: #000;
        background: url(../images/dianqi_yt_p.png) no-repeat left 10px;
    }

    .ysitem.r em {
        left: 0;
        right: auto;
    }

    .ysitem.r h3 {
        padding-left: 65px;
    }

    .ysitem.r b {
        margin-left: 65px;
        margin-right: auto;
    }

.honor {
    margin-bottom: 30px;
    margin-top: 30px;
}

a.tmore {
    font-size: 16px;
    border: 1px solid #0053a9;
    padding: 2px 8px;
    display: block;
    margin-top: 12px;
}

.run4 {

    position: relative;
    overflow: hidden;
}

span.prev2, span.next2 {
    position: absolute;
    width: 26px;
    height: 48px;
    cursor: pointer;
    top: 50%;
    margin-top: -24px;
}

span.prev2 {
    background: url(../images/gprev.png) no-repeat center;
    left: 0;
}

span.next2 {
    background: url(../images/gnext.png) no-repeat center;
    right: 0;
}

span.prev2:hover {
    background: url(../images/bprev.png) no-repeat center;
}

span.next2:hover {
    background: url(../images/bnext.png) no-repeat center;
}

.honor li {
    width: 180px;
    float: left;
    margin: 0 10px;
    text-align: center;
}

    .honor li img {
        display: block;
        margin: auto;
        border: 1px solid #ccc;
        width: 178px;
    }

.about {
    padding: 50px 0;
}

.aboutcon {
    line-height: 30px;
    color: #565656;
}

    .aboutcon img {
        float: left;
        margin-right: 20px;
        max-width: 400px;
        height: auto;
    }

.case {
    padding: 30px 0;
    overflow: hidden;
}

.title2 {
    color: #0053a9;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    border-left: 6px solid #0053a9;
    padding-left: 10px;
    line-height: 20px;
}

    .title2 span {
        font-size: 14px;
        color: #333;
        font-weight: normal;
    }

.case li {
    width: 279px;
    height: 186px;
    float: left;
    margin-bottom: 16px;
    margin-left: 20px;
}

    .case li img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .case li:first-child {
        width: 579px;
        height: 386px;
        margin-left: 0;
        margin-right: 20px;
    }

.news {
    padding-bottom: 10px;
}

    .news li.first {
        width: 530px;
        margin-bottom: 20px;
        float: left;
        margin-right: 45px;
    }

        .news li.first a {
            display: inline;
            padding: 0;
            border: none;
            line-height: initial;
            white-space: initial;
        }

    .news li img {
        width: 100%;
        display: block;
    }

    .news li h3 {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
        overflow: hidden;
        line-height: 42px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news li p {
        font-size: 12px;
        color: #999;
        margin-bottom: 10px;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
    }

    .news li.first span {
        color: #999;
        font-size: 12px;
        padding-left: 22px;
        background: url(../images/clock.png) no-repeat left center;
        position: static;
    }

    .news li {
        width: 600px;
        float: right;
    }

        .news li a {
            display: block;
            position: relative;
            padding-right: 120px;
            border-bottom: 1px dashed #ccc;
            line-height: 40px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .news li span {
            position: absolute;
            right: 0;
            font-size: 12px;
            color: #666;
            top: 0;
        }

a.btmore {
    width: 120px;
    display: block;
    margin: auto;
    border: 1px solid #0058b6;
    text-align: center;
    line-height: 32px;
    color: #666;
}

    a.btmore:hover {
        background: #0058b6;
        color: #fff;
    }

.footer {
    background: #065498;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    line-height: 24px;

}

.page {
    padding: 30px 0;
   /* background: #e8e8e8;*/
}

.left {
    width: 240px;
}

.right {
    width: 940px;
}

.innerTop {
    overflow: hidden;
    background: #fff;
    padding: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    text-align: right;
}

    .innerTop span {
        border-left: 3px solid #065498;
        padding-left: 10px;
        font-size: 16px;
        color: #065498;
    }

.pagination {
    padding: 5px 10px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

    .pagination a, .pagination span {
        display: inline-block;
        padding: 0 10px;
        font-size: 16px;
    }

.lnews {
    padding: 10px;
    background: #fff;
}

.ltitle {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

    .ltitle span {
        border-left: 4px solid #065498;
        padding-left: 7px;
    }

.lnews {
    counter-reset: index;
}

    .lnews li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        font-size: 12px;
        line-height: 32px;
        text-overflow: ellipsis;
    }

    .lnews li {
        padding-left: 20px;
        position: relative;
    }

        .lnews li:before {
            counter-increment: index;
            content: counter(index);
            position: absolute;
            left: 0;
            width: 14px;
            height: 14px;
            background: #065498;
            font-size: 12px;
            line-height: 14px;
            text-align: center;
            top: 9px;
            color: #fff;
        }

        .lnews li:nth-child(n+4):before {
            background: #e8e8e8;
            color: #000;
        }

.contact {
    margin: 20px 0;
    background: #065498;
    color: #fff;
    line-height: 30px;
}

    .contact .block {
        padding: 10px;
        border-bottom: 1px solid #fff;
    }

.phone {
    background: url(../images/pro_phone_1.png) no-repeat 20px center;
    display: block;
    padding-left: 70px;
}

.content {
    padding: 10px;
    margin-bottom: 20px;
    line-height: 30px;
}

.pageing {
    line-height: 40px;
}

.desctitle {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    padding: 30px 0 16px;
    border-bottom: 3px double #e8e7e7;
}

.info {
    font-size: 12px;
    padding: 10px 0 0;
    color: #7b7b7b;
}

ul.newscenter li {
    margin: 30px 0;
    overflow: hidden;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 10px;
    background: #f8f8f8;
}

    ul.newscenter li .time {
        width: 60px;
        height: 73px;
        float: left;
        background: #ededed;
        padding: 7px 0 0 20px;
    }

        ul.newscenter li .time b {
            display: block;
            font-size: 18px;
            color: #267abf;
            font-weight: normal;
        }

        ul.newscenter li .time em {
            display: block;
            font-style: normal;
            line-height: 20px;
        }

    ul.newscenter li img {
        height: 80px;
        display: block;
        float: left;
        width: 140px;
        margin-right: 10px;
    }

    ul.newscenter li h3 {
        font-size: 18px;
        color: #267abf;
        padding-bottom: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
    }

    ul.newscenter li p {
        line-height: 22px;
        font-size: 14px;
        height: 40px;
        overflow: hidden;
        color: #595959;
    }

    ul.newscenter li.topnews {
        border: none;
        margin-bottom: 0;
        background: none;
    }

        ul.newscenter li.topnews img {
            width: 400px;
            height: 250px;
        }

        ul.newscenter li.topnews span {
            color: #777;
            line-height: 24px;
            margin: 10px 0;
        }

        ul.newscenter li.topnews p {
            height: 66px;
        }

.tpr {
    padding: 10px;
    background: #fff;
    margin: 20px 0;
}

    .tpr li {
        margin: 0 20px;
    }

        .tpr li p {
            line-height: 30px;
            white-space: nowrap;
            overflow: hidden;
            text-align: center;
            text-overflow: ellipsis;
        }

        .tpr li img {
            display: block;
            border: 1px solid #ccc;
            padding: 1px;
        }

.homenav {
    background: #fff;
    margin-bottom: 20px;
}

    .homenav h2 {
        font-size: 26px;
        font-weight: normal;
        line-height: 78px;
        text-align: center;
        background: #065498;
        color: #fff;
    }

.navcon {
    padding: 20px 13px;
}

.homenav li a {
    line-height: 45px;
    background: #e8e8e8;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}

.homenav li ul {
    padding-left: 34px;
}

    .homenav li ul li a {
        font-size: 13px;
        color: #333;
        line-height: 36px;
        background: none;
        padding: 0;
    }

        .homenav li ul li a:before {
            content: "";
            background: url(../images/pro_list.png) no-repeat center;
            width: 10px;
            display: block;
            height: 36px;
            float: left;
            margin-right: 10px;
        }

.pr li {
    /*width: 300px;
    margin-right: 20px;*/
    float: left;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}



    .pr li:nth-child(3n) {
        margin-right: 0;
    }

    .pr li h3 {
        text-align: center;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        line-height: 26px;
        text-overflow: ellipsis;
        height: 56px;
        font-size: 13px;
        font-weight: normal;
        transition: line-height .4s;
        -moz-transition: line-height .4s;
        -webkit-transition: line-height .4s;
        -o-transition: line-height .4s;
    }

    .pr li:hover h3 {
        line-height: 56px;
        background: #065498;
        color: #fff;
    }

    .pr li .img {
        overflow: hidden;
    }

    .pr li img {
        width: 300px;
        height: 245px;
        display: block;
        transition: all .4s;
    }

    .pr li:hover img {
        transform: scale(1.1);
    }
#backTop {
    position: fixed;
    left: 50%;
    margin-left: 610px;
    bottom: 100px;
    cursor: pointer;
}





.hmobile{ display: block; }
.vmobile{ display: none; }
    .g-adv{height: 42.5rem;}
    .g-adv img{width: 100%;display: block;}
  

    .g_ys b{color:#e15616;}


        .g-ft{height:15rem;background: #eee; position: relative;}
        .g-ft .up{width:3.3rem;height: 3.3rem;left:50%;margin-left: -1.65rem;top:-1.65rem;position: absolute;}
        .g-ft .up img{width: 100%;display: block;}
        .g-ft .ftnav{height: 2rem;line-height: 2rem;font-size: 1.1rem;text-align: center;color: #d7d7d7;padding-top: 2.5rem;margin-bottom: 0.6rem;}
        .g-ft .ftnav a{display: inline-block;padding: 0 2%;color: #5d5d5d}
        .bah{text-align: center;font-size: 1.1rem;color: #5d5d5d;line-height: 1.7rem;}
        .g_fnva{ position:fixed; z-index:100; bottom:0; width:100%;max-width:640px;min-width:320px;background:#1c1c1c;}
        .m-f01 li{float: left;width: 25%;text-transform: uppercase;border-right: 1px  solid #494949; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
        .m-f01 li em{display: block;width: 45%;padding-top: 0.5rem; margin: 0 auto;}
        .m-f01 li img{width: 100%;display: block;}
        .m-f01 a{ color:#fff;line-height:24px;display:block;text-align:center;font-size: 14px;position: relative;font-weight: bold;}
        .m-f01 li:nth-child(1){background: #e15616;}








@media screen and ( max-width: 1200px ) {
.container {width: 96%; margin:0 2%;}


.logo img{ width:100%; }
.nav li{ width: 14%; text-align: center; margin:0px; float:left; }
.nav li a{ width: auto;display: inline; }
.nav:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }    
.g_pro h2:before{ display: none; }
.g_pro h2:after{ display: none; }

.content{ width: 100%!important; }

.g_pro .fllst li{ width: 25%;}


.right{ width: calc(100% - 260px);}



}


@media screen and ( max-width: 980px ) {



.pr li{ width:48%; margin:1%;}
.pr li img{ height:auto}
}





@media screen and ( max-width: 680px ) {
.nav{ padding:0px; }
.nav li{ width: 25%; line-height: 28px; }

.nav li a{ font-size: 14px; }
.nav .container{ width: 100%; margin: 0px;}


.logo a {
    display: block;
    width: 100%;
    height: 55px;
}
.nav li a{  font-size: 12px; line-height: 24px; }
.nav li:nth-child(1){ border-bottom: 1px solid #e88181;border-right: 1px solid #e88181;box-sizing: border-box; }
.nav li:nth-child(2){ border-bottom: 1px solid #e88181;border-right: 1px solid #e88181;box-sizing: border-box;display:none; }
.nav li:nth-child(3){ border-bottom: 1px solid #e88181;border-right: 1px solid #e88181;box-sizing: border-box;display:none; }
.nav li:nth-child(4){ border-bottom: 1px solid #e88181;border-right: 1px solid #e88181;box-sizing: border-box; }
.nav li:nth-child(5){  border-bottom: 1px solid #e88181;border-right: 1px solid #e88181;box-sizing: border-box; }
.nav li:nth-child(6){ border-right: 1px solid #e88181;box-sizing: border-box;display:none; }
.nav li:nth-child(7){border-bottom: 1px solid #e88181;box-sizing: border-box; }

.footer td{ width: 100%; }



.page .left{ width:100%;}

.page .right{ width:100%}
.page .left .contact{ display:none}

.logo img{ display:none}
.logo{background: url(/images/logobg.jpg) no-repeat center center;
    height: 40px;
    width: 100%;
    background-size: 100%;}




.vmobile{ display: block; }
.hmobile{ display: none; }

.footer {

    padding-bottom: 60px;
}
}









@media screen and ( max-width: 380px ) {

.logo{
    height:30px;
 
	}





