﻿.wow {
    visibility: hidden;
}

.top {
    background-color: #fff;
    padding: 10px 0px;
    overflow: hidden;
}

.topleft {
    height: 72px;
}

    .topleft a {
        height: 72px;
        display: block;
    }

        .topleft a img {
            height: 72px;
        }

.toptext {
    overflow: hidden;
    float: right;
    display: inline;
    margin-right: -9px;
}

    .toptext dd {
        position: relative;
        padding-right: 11px;
        margin-left: 9px;
    }

        .toptext dd a {
            font-size: 13px;
            line-height: 40px;
            color: #858585;
        }

            .toptext dd a:hover {
                color: #0074c3;
            }

            .toptext dd a span {
                margin-left: 5px;
            }

    .toptext .dd1:after {
        display: block;
        content: '';
        position: absolute;
        right: 0px;
        top: 13px;
        height: 15px;
        border-right: 1px solid #e0e0e0
    }

.toprightB {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

    .toprightB a {
        display: inline;
        height: 36px;
        width: 60px;
        text-align: center;
        line-height: 40px;
        background: url("../images/search.png") no-repeat center center;
        background-color: #0074c3;
        font-size: 16px;
        float: right;
    }

.inputTs {
    position: absolute;
    top: 0px;
}

.toprightB input {
    width: 240px;
    height: 34px;
    padding: 0px 10px;
    font-size: 14px;
    float: left;
    display: inline;
    border: 1px #cccccc solid;
    border-right: none;
}

.inputTs span {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #999;
}

.top_tel {
    float: right;
    background: url(../images/top_tel.png) 3px center no-repeat;
    <!-- padding-right: 80px; -->
    <!-- border-bottom: 1px solid #becbe0; -->
    margin-top: 30px;
}

    .top_tel span {
        display: block;
        font: 12px/20px "microsoft yahei";
        color: #3e74ce;
    }

        .top_tel span.t {
            font: 26px/28px "impact";
            color: #3e74ce;
            height: 33px;
        }

.nav-bg {
    width: 100%;
    height: 55px;
    background: #0074c3;
}

.nav {
    width: 1200px;
    height: 55px;
    margin: 0 auto;
}

    .nav li {
        width: 16.6%;
        height: 55px;
        float: left;
        position: relative;
        z-index: 2
    }

        .nav li > a {
            display: block;
            width: 100%;
            height: 55px;
            text-align: center;
            font: 700 15px/55px "microsoft yahei";
            color: #fff;
            overflow: hidden;
        }

            .nav li > a.on {
                background: #1e549c !important;
            }

            .nav li > a:hover {
                background: #1e549c !important;
            }

        .nav li dl {
            position: absolute;
            left: 0;
            top: 55px;
            background: #0ca5e9;
            z-index: 2;
            width: 100%;
            display: none
        }

            .nav li dl a {
                display: block;
                width: 100%;
                height: 53px;
                overflow: hidden;
                font: 700 14px/55px "microsoft yahei";
                text-align: center;
                color: #fff;
                border-bottom: 1px solid #fff;
            }

                .nav li dl a:hover {
                    background: #1e549c;
                }

.slide_container {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0px auto;
    z-index: 1;
    overflow: hidden;
    background: #069;
}

.rslides { /* position: relative; */ /* list-style: none; */ /* overflow: hidden; */ /* width: 100%; */ /* padding: 0; */ /* margin: 0; */ /* z-index:1; */
}

    .rslides li {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: #000;
    }

        .rslides li img {
            display: block;
            position: relative;
            z-index: 1; /* height: auto; */
            width: 100%;
            border: 0;
        }

    .rslides .caption {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 14px;
        text-shadow: none;
        color: #fff;
        background: #000;
        background: rgba(0,0,0, .8);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 20px;
        margin: 0;
        max-width: none;
    }

.banner_left_btn {
    display: none;
}

.banner_right_btn {
    display: none;
}

.rslides_tabs {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0px;
    text-align: center;
    z-index: 20000;
    *+margin-left:47%;
}

    .rslides_tabs li {
        width: 15px;
        height: 10px;
        border-radius: 5px;
        margin-right: 15px;
        background: #fff;
        display: inline-block;
        cursor: pointer;
        z-index: 20000;
        *+display:inline;
        position: relative;
        *+float:left;
    }

        .rslides_tabs li a {
            float: left;
            width: 10px;
            height: 10px;
            display: block;
            border-radius: 5px;
            text-align: center;
            font-size: 0px;
            opacity: 0.3;
        }

        .rslides_tabs li.rslides_here {
            margin-right: 15px;
            width: 10px;
            height: 10px;
        }

            .rslides_tabs li.rslides_here a {
                width: 10px;
                height: 10px;
                background: #fff;
                opacity: 1;
            }

.tab_box .bd ul {
    height: 290px;
}

.centered-btns_nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 38px;
    height: 61px;
    margin-top: -40px;
    line-height: 200px;
    background-image: url("https://static.hnecgc.com.cn/img/arrow.gif");
    overflow: hidden;
    opacity: .7;
}

.slide_container .next {
    right: 0;
    background-position: right 0;
}

.slide_container .prev {
    left: 0;
    background-position: left 0;
}

.centered-btns_nav:active {
    opacity: 1;
}

.centered-btns_tabs {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
    list-style-type: none;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0px;
    text-align: center;
    z-index: 20000;
}

    .centered-btns_tabs li {
        display: inline-block;
        margin-right: 15px;
        *display: inline;
        *zoom: 1;
    }

    .centered-btns_tabs a {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        border-radius: 5px;
        background: #fff;
        overflow: hidden;
        *display: inline;
        *zoom: 1;
        opacity: 0.3;
    }

    .centered-btns_tabs .centered-btns_here {
        background: #fff;
        width: 10px;
        border-radius: 5px;
        opacity: 1;
    }

        .centered-btns_tabs .centered-btns_here a {
            background: #fff;
            width: 10px;
            border-radius: 5px;
            opacity: 1;
        }

/* 本例子css */
.news_focus {
    width: 530px;
    height: 320px;
    overflow: hidden;
}

.con2-bg {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.con2 {
    width: 1200px;
    height: 100%;
    /*margin: 14px auto;*/
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.con2-title {
    width: 1200px;
    height: 70px;
    overflow: hidden;
    text-align: center;
    font: 700 24px/86px "microsoft yahei";
    color: #fff;
}

/* news_box */
.news_box {
    margin: 80px auto 0;
    width: 1440px;
}

.news_title {
    margin: 0 auto;
    width: 520px;
}

.news_left {
    width: 530px;
}

.news_one {
    width: 530px;
    height: 320px;
    position: relative;
}

    .news_one img {
        width: 530px;
        height: 320px;
    }

    .news_one p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 78px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 100%);
        line-height: 100px;
        font-size: 18px;
        text-indent: 15px;
        color: #fdfdfd;
    }

.news_right {
    width: 640px;
    margin-left: 20px;
}
/* tab_box */
.tab_box {
    width: 640px;
}

    .tab_box .hd {
        height: 44px;
        border-bottom: 1px solid #CAD6EF;
        position: relative;
    }

        .tab_box .hd ul {
            float: left;
            position: absolute;
            left: 0;
            top: 1px;
            height: 44px;
        }

            .tab_box .hd ul li {
                float: left;
                padding: 0 18px;
                cursor: pointer;
                font-size: 20px;
                color: #333;
                line-height: 40px;
            }

                .tab_box .hd ul li.on {
                    border-bottom: 3px solid #1B449C;
                    height: 44px;
                    color: #1B449C;
                }

    .tab_box .more {
        float: right;
        margin-top: 15px;
        font-size: 15px;
    }

        .tab_box .more a {
            color: #1B449C;
        }

    .tab_box .bd ul {
        margin-top: 20px;
        height: 256px;
    }

    .tab_box .bd li {
        position: relative;
        height: 36px;
        line-height: 36px;
        width: 100%;
        text-indent: 20px;
        font-size: 16px;
    }

        .tab_box .bd li i {
            position: absolute;
            width: 5px;
            height: 5px;
            background: #B8C4DA;
            left: 0;
            top: 50%;
            margin-top: -2.5px;
        }

        .tab_box .bd li .date {
            float: right;
            color: #818181;
        }


/* con3 */
.con3-zznl {
    width: 100%;
    height: 355px;
    margin-top: 15px;
    overflow: hidden;
}

.con3 {
    width: 1200px;
    height: 355px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.con3-title {
    width: 1200px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    font: 700 24px "microsoft yahei";
    color: #fff;
}

.con3-ul {
    width: 1200px;
    height: 255px;
    overflow: hidden
}

    .con3-ul li {
        width: 400px;
        height: 255px;
        float: left;
        overflow: hidden;
        position: relative;
    }

.links-bg {
    width: 100%;
    height: 53px;
    margin-top: 15px;
    border-bottom: 1px solid #303946;
    overflow: hidden;
    background: #2e2e2e;
}

.links {
    width: 1200px;
    height: 53px;
    margin: 0 auto;
    overflow: hidden;
    font: 700 16px/53px "microsoft yahei";
    color: #fff;
    background: url(image/links.jpg) 12px center no-repeat;
    text-indent: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .links a, .links span {
        color: #fff;
        margin-right: 10px;
    }

.footer-container {
    width: 100%;
    height: 200px;
    background: #333333;
}

.footer {
    width: 1200px;
    height: 170px;
    margin: 0 auto;
}

.footer_info {
    width: 1440px;
    margin: 0 auto;
}

.footer_left {
    width: 450px;
    height: 170px;
}

    .footer_left img {
        position: relative;
        top: 50px;
        left: 80px;
        display: inline;
        vertical-align: middle;
        margin-right: 5px;
    }

.footer_right {
    width: 502px;
    height: 150px;
    padding-top: 20px;
    padding-left: 66px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    position: relative;
}

    .footer_right p {
        font-size: 14px;
        color: #fff;
        line-height: 27px;
        margin-bottom: 6px;
    }

    .footer_right img {
        display: inline;
        vertical-align: bottom;
        margin-right: 5px;
    }

    .footer_right span {
        font-size: 22px;
        color: #fff;
        margin-left: 28px;
    }

    .footer_right a {
        display: block;
        position: absolute;
        left: 90px;
        bottom: -55px;
        width: 146px;
        height: 39px;
        line-height: 39px;
        background: #1d55cd;
        border-radius: 20px;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

.footer_link {
    width: 400px;
}

.footer_link_item {
    width: 168px;
    height: 36px;
    margin-left: 30px;
    border: 1px solid rgba(255,255,255,0.5);
    position: relative;
    background: rgba(255,255,255,0.18);
    margin-bottom: 20px;
}

.footer_link_title {
    width: 168px;
    height: 36px;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
    text-indent: 15px;
}

    .footer_link_title img {
        position: absolute;
        right: 15px;
        top: 15px;
    }

.footer_link_item .footer_list_box {
    position: absolute;
    left: 0;
    top: 36px;
    background: #fff;
    border-radius: 0px 0px 2px 2px;
    padding-right: 2px;
    display: none;
    z-index: 9;
}

.footer_link_item ul {
    width: 165px;
    height: 134px;
    overflow-x: hidden;
}

    .footer_link_item ul::-webkit-scrollbar { /*忙禄拧氓艩篓忙聺隆忙鈥⒙疵ぢ解€溍β犅访ヂ悸�*/
        width: 4px; /*茅芦藴氓庐陆氓藛鈥犆ニ喡ヂ姑ヂ衡€澝β€撁β慌∶ヅ犅β澛∶♀€灻ヂ奥好ヂ�*/
        height: 4px;
    }

    .footer_link_item ul::-webkit-scrollbar-thumb { /*忙禄拧氓艩篓忙聺隆茅鈥∨捗┞澛⒚ヂ奥徝︹€撀姑ヂ濃€�*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #001E4D;
    }

    .footer_link_item ul::-webkit-scrollbar-track { /*忙禄拧氓艩篓忙聺隆茅鈥∨捗┞澛⒚铰┞佲€�*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: #fff;
    }

    .footer_link_item ul li {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }

        .footer_link_item ul li a {
            display: block;
            height: 34px;
            line-height: 34px;
            text-indent: 15px;
            color: #666;
        }

            .footer_link_item ul li a:hover {
                background: #f6f7f9;
                color: #001D4C;
            }

.footer_qrcode {
    width: 110px;
}

    .footer_qrcode img {
        width: 110px;
        height: auto;
    }

    .footer_qrcode p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 19px;
        color: rgba(255, 255, 255,0.7);
        text-align: center;
    }

.copyright_box {
    height: 56px;
    background: #041730;
}

.copyright_info {
    width: 1200px;
    margin: 0 auto;
}

.copyright_left, .copyright_right {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
}

    .copyright_left span, .copyright_right span {
        display: inline-block;
        margin-right: 20px;
        color: rgba(255, 255, 255,0.6);
    }

    .copyright_left a, .copyright_right a {
        display: inline-block;
        color: rgba(255, 255, 255,0.6);
    }

    .copyright_right span {
        margin: 0 15px;
    }

.box {
    width: 1200px;
    height: 222px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.picbox {
    position: relative;
    border: 1px solid #ddd;
    width: 1100px;
    height: 220px;
    margin: 0 auto 0;
    overflow: hidden;
}

    .picbox ul {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        top: 0px;
        position: absolute;
        left: 0;
    }

        .picbox ul li {
            width: 286px;
            height: 200px;
            /*margin: 5px;*/
            padding: 10px;
            float: left;
            overflow: hidden;
        }

            .picbox ul li img {
                width: 100%;
            }

    .picbox .og_prev, .picbox .og_next {
        width: 30px;
        height: 50px;
        background: url("styles/image/icon.png") no-repeat;
        position: absolute;
        top: 85px;
        z-index: 99;
        cursor: pointer;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .picbox .og_prev {
        background-position: 0 -60px;
        left: 4px;
    }

    .picbox .og_next {
        background-position: 0 0;
        right: 4px;
    }

.service {
    overflow: hidden;
    position: relative;
    padding: 20px 0px 0px 0px;
    height: 165px;
}

    .service .hd {
        overflow: hidden;
        height: 30px;
        background: #f4f4f4;
        padding: 0 10px;
    }

        .service .hd .prev, .picScroll1 .hd .next {
            display: block;
            width: 5px;
            height: 9px;
            float: right;
            margin-right: 5px;
            margin-top: 10px;
            overflow: hidden;
            cursor: pointer;
            background: url("../images/arrow.png") 0 0 no-repeat;
        }

        .service .hd .next {
            background-position: 0 -50px;
        }

        .service .hd .prevStop {
            background-position: -60px 0;
        }

        .service .hd .nextStop {
            background-position: -60px -50px;
        }

        .service .hd ul {
            float: right;
            overflow: hidden;
            zoom: 1;
            margin-top: 10px;
            zoom: 1;
        }

            .service .hd ul li {
                float: left;
                width: 9px;
                height: 9px;
                overflow: hidden;
                margin-right: 5px;
                text-indent: -999px;
                cursor: pointer;
                background: url("../images/icoCircle.gif") 0 -9px no-repeat;
            }

                .service .hd ul li.on {
                    background-position: 0 0;
                }

    .service .bd {
        background-color: #fff;
        overflow: hidden;
    }

.picScroll1t .bd ul {
    overflow: hidden;
    zoom: 1;
    margin: 0 -10px !important;
}

.service-ico {
    background: url(../WebImages/right_arrow.png) no-repeat right center;
    position: relative;
    height: 30px;
    top: -99px;
    left: 240px;
    width: 20px;
}

.service .bd ul li {
    _display: inline;
    float: left;
    width: 20%;
    text-align: center;
}

    .service .bd ul li a {
        display: block;
        margin: 0 10px;
    }

    .service .bd ul li .pic {
        display: block;
        width: 100%;
        height: 70px;
        margin-bottom: 25px;
    }

.service .picList1 li a:hover .pic img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.service li .pic img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    height: 60px;
}

.service .bd ul li .title {
    line-height: 24px;
    font-size: 16px;
    color: #333;
}
.cloumn5Bottom {
    overflow: hidden;
    height: 416px;
    background: #fff;
}

.cloumn5imgText1 {
    overflow: hidden;
    background: #fff;
    padding: 10px 20px 20px 20px;
}
.cloumn5imghover {
    width: 50%;
    float: left;
    display: inline;
    margin-bottom: 10px auto 20px;
}

    .cloumn5imghover .text .title {
        padding: 13px 0px;
    }

        .cloumn5imghover .text .title a {
            font-size: 16px;
            line-height: 26px;
            color: #333333;
        }

    .cloumn5imghover .text:hover a {
        color: #fff;
    }

    .cloumn5imghover .text:hover .textC {
        color: #fff;
    }

    .cloumn5imghover .text .textC {
        font-size: 14px;
        line-height: 26px;
        color: #666;
        padding: 0px 10px 8px 0px;
    }

    .cloumn5imghover .text {
        display: block;
        overflow: hidden;
        padding-left: 20px;
        height: 180px;
    }

        .cloumn5imghover .text:hover {
            background: #0074c3;
            transition: 0.6s linear;
        }

    .cloumn5imghover .text1 img {
        width: 275px;
        height: 180px;
    }

.cloumn5imgText2 {
    background-color: #f5f5f5;
}
