﻿body {
    margin: 0;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-size: 14px;
}

a {
    color: #333;
}

.main {
    position: relative;
    margin: 0 auto;
}

.main-top {
    background-color: rgba(0, 109, 184, 1);
    left: 0;
    width: 100%;
}


.p_wbox p {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}

.main-menu {
    width: 1200px;
    position: relative;
    margin: 0 auto 0 auto;
    height: 90px;
}

.menu-logo {
    position: absolute;
    top: 16px;
    left: -40px;
    z-index: 100;
    width: 326px;
    height: 60px;
    text-align: center;
}

.menu-list {
    position: absolute;
    top: 0px;
    left: 306px;
    z-index: 101;
    width: 834px;
    height: 90px;
}

#nav {
    margin: 0 auto;
    display: block;
}

    #nav .mainlevel {
        float: left;
        border-right: 0px solid #002753;
        position: relative;
    }

    #nav .daomenu {
        height: 90px;
    }

    #nav .mainlevel a {
        color: #333;
        text-decoration: none;
        font-size: 15px;
        line-height: 90px;
        display: block;
        padding: 0 26px;
        transition: all 0.4s ease-in-out;
    }

        #nav .mainlevel a:hover {
            color: #016DB8;
            text-decoration: none;
            font-size: 15px;
            transition: all 0.4s ease-in-out;
            background: #eee;
        }

    #nav .mainlevel ul {
        display: none;
        z-index: 3;
        position: absolute;
        top: 90px;
        min-width: 180px;
    }

img {
    max-height: 100%;
    max-width: 100%;
}

#nav .mainlevel li {
    width: inherit;
}

#nav .mainlevel li {
    border-top: 0px solid #fff;
}

#nav .mainlevel ul li a {
    text-align: left;
    font-size: 12px;
    color: #00;
    font-weight: normal;
    background-color: #eee;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main-banner {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 500px;
}

.swiper-pagination {
    bottom: 135px;
    left: 45%;
}

.swiper-pagination-bullet {
    border-radius: 0 !important;
    width: 46px !important;
    height: 7px !important;
    background: #fff !important;
    margin: 0 3px;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #005fe2 !important;
}

.main-product {
    height: 196px;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    position: absolute;
    z-index: 1;
    left: 10%;
    top: 378px;
}

    .main-product .product {
        position: relative;
        width: 25%;
        height: 196px;
        overflow: hidden;
    }

        .main-product .product a img {
            width: 100%;
            height: 196px;
            position: absolute;
            max-width: none;
            max-height: none;
        }

.main-about {
    width: 1200px;
    margin: 110px auto 0 auto;
    position: relative;
}

.main-news {
    width: 1200px;
    margin: 0 auto 0 auto;
    position: relative;
}

.w_grid {
    display: flex;
    height: 70px;
    line-height: 70px;
}

    .w_grid p {
        font-size: 30px;
        color: #333;
        display: block;
        width: 50%;
    }

    .w_grid a {
        font-size: 20px;
        color: #333;
        display: block;
        width: 50%;
        text-align: right;
    }

.news-list {
    display: flex;
}

    .news-list .newLi {
        width: 29%;
        padding-right: 70px;
        position: relative;
    }

.porTbox img {
    width: 100%;
}

.news-list .porTbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.news-list .porBbox {
    position: relative;
    overflow: hidden;
    width: 88%;
    height: 130px;
    padding: 20px 20px 10px;
    border: 1px solid #f2f2f2;
}

.news-list .showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}

    .news-list .showBox a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 60%;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        padding: 0.5rem 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.news-list .newTitle {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.news-list .newSummry {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
}

.news-list .lookDetail {
    position: relative;
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
}

.porBbox .arrowsR {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 30px;
}

.abouts-deta {
    position: absolute;
    width: 100%;
    height: 460px;
    top: 70px;
    left: 0;
}

    .abouts-deta p {
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        position: relative;
        top: 35%;
    }

        .abouts-deta p:after {
            content: '';
            display: block;
            position: relative;
            width: 147px;
            height: 3px;
            background-color: #fb5348;
            left: 44%;
            top: 21px;
        }

    .abouts-deta a {
        font-size: 22px;
        text-align: center;
        position: relative;
        top: 60%;
        display: block;
        color: #000;
    }


.footer {
    padding: 3% 0 4% 0;
}

.auto_1200 {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
}

.Bottom002574 {
    background: #222222e3;
    color: #999;
}

    .Bottom002574 .share {
        position: relative;
        width: 16%;
        margin-right: 15%;
    }

        .Bottom002574 .share li img.logo {
            margin-bottom: 20px;
        }

        .Bottom002574 .share .bdsharebuttonbox a {
            background: url(../images/share.png) no-repeat center top;
            position: relative;
            float: none;
            display: inline-block;
            margin: 0 15px 10px 0;
            width: 33px;
            padding: 0;
            height: 33px;
        }

            .Bottom002574 .share .bdsharebuttonbox a img {
                display: none;
                position: absolute;
                top: 110%;
                max-width: 120px;
            }

    .Bottom002574 nav dl {
        float: left;
        width: 90px;
        margin-right: 4.05%;
    }

    .Bottom002574 nav dt {
        padding-bottom: 20px;
        color: #fff;
        font-weight: normal;
        position: relative;
        padding: 0;
        margin: 0;
        padding-bottom: 20px;
    }

        .Bottom002574 nav dt a {
            color: #fff;
        }

    .Bottom002574 nav dd a {
        color: #999;
    }

    .Bottom002574 .share .bdsharebuttonbox a.bds_tsina {
        background-position: center -86px;
    }

.auto_1200 nav {
    width: 88%;
}

.copyright {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 12px;
}

    .copyright dt {
        float: right;
    }

.Bottom002574 .copyright a {
    color: #a8a8a8;
}

.Bottom002574 .copyright dd {
    float: left;
}

.Bottom002574 nav dl dd {
    line-height: 24px;
    font-size: 14px;
    padding-bottom: 10px;
}

.Bottom002574 .copyright dt a::after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 14px;
    background: #666;
    margin: 0 14px;
    position: relative;
    top: 2px;
}

.Bottom002574 .share::after {
    background: #343434;
    position: absolute;
    top: 0;
    right: -50%;
    width: 1px;
    height: 120%;
    content: '';
}

.main-content {
    width: 100%;
    position: fixed;
    z-index: 2;
    background-color: #fff;
    top: 0;
}

.cler {
    position: relative;
    margin-top: 130px;
}

.nybanner {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 300px;
}

    .nybanner img {
        width: 100%;
        max-height: 100%;
    }

.nybanner-tit {
    position: absolute;
    top: 24%;
    z-index: 1;
    height: 100px;
    width: 700px;
    left: 10%;
}

    .nybanner-tit p {
        font-size: 44px;
        color: #5a5a5a;
    }

.location {
    width: 1200px;
    margin: 10px auto 10px auto;
    height: 50px;
    line-height: 50px;
    background: rgba(255,255,255,.8);
    /*border-bottom: 1px solid #c5c5c5;*/
}

    .location .posi {
        font-weight: normal;
        color: #4a4a4a;
        font-size: 13px;
    }

    .location .nydh {
        float: left;
    }

.posi a {
    color: #4a4a4a;
}

.nydh .cur a {
    color: #f78503;
}

.nydh li {
    float: left;
    padding: 0 15px;
}

    .nydh li a {
        display: block;
        font-size: 15px;
    }

.clear {
    clear: both;
}

.content {
    width: 1200px;
    margin: 0 auto 20px auto;
    min-height: 400px;
}

.channelCurrent {
    font-size: 24px;
    font-weight: bold;
    margin: 20px auto;
    padding-left: 40px;
}

.nycon p {
    line-height: 26px;
    color: #666;
    font-size: 15px;
}

.left {
    height: 79px;
    border-bottom-color: rgba(221, 221, 221, 1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
    width: 1300px;
    margin: 0 auto;
}
    .left ul {
        width: 100%;
        position: absolute;
        top: 19px;
        z-index: 1;
        width: 100%;
        text-align: center;
    }
    .left ul li {
        display: inline-block;
        width: auto;
        height: auto;
    }

        .left ul li .cur {
            color: #fff;
            background: #006db8;
            border-radius: 51px;
        }

        .left ul li a {
            padding: 10px 25px;
        }

.right li {
    width: 265px;
    float: left;
    margin-right: 23px;
    border: 1px #ddd solid;
    margin-bottom: 20px;
    text-align: center;
}

.proimg {
    width: 230px;
    height: 230px;
    text-align: center;
    margin: 0px auto;
}

.protit {
    color: #191919;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px #ccc solid;
    padding: 15px 5px;
}

.nypro li:hover {
    box-shadow: 0px 0px 20px 5px rgba(0,0, 0, 0.2);
    color: #f00;
}

.index_xbt_xhx {
    border-bottom: 3px ridge #666666;
    color: #333333;
    font-family: 微软雅黑;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    display: none;
}

.contact {
    color: #333333;
    text-decoration: none;
    display: none;
    border: 1px ridge #CCCCCC;
    font-size: small;
    width: 230px;
}

.nynews ul {
    width: 100%;
}

.nynews li {
    width: 100%;
    margin: 0;
    border: none;
    border-bottom: 1px solid #c5c5c5;
    padding: 10px 0;
    text-align: left;
    float: initial;
}

    .nynews li a {
        width: 100%;
        display: flex;
        cursor: pointer;
    }

        .nynews li a label {
            display: block;
            width: 89%;
            overflow: hidden;
            cursor: pointer;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.PageContent {
    text-align:center;
}

    .PageContent span.disabled {
        color: #999;
        background: #fff;
    }

    .PageContent a, .PageContent span {
        display: inline-block;
        margin: 0 0 0 -1px;
        padding: 4px 12px;
        line-height: 20px;
        height: 20px;
        border: 1px solid #e1e1e1;
        background: #fff;
        color: #333;
        text-decoration: none;
    }

div.PageContent span.current {
    color: #fff;
    background: #006db8;
    border-color: #006db8;
}

.product .protitle {
    position: absolute;
    top: 49%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-indent: 25%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .product .protitle:after {
        content: '';
        display: block;
        width: 180px;
        height: 2px;
        background-color: #fff;
    }
