@charset "utf-8";
/*公共样式定义*/
body div,  object, iframe, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, footer, header {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 12px; 
    font-family: "microsoft yahei";
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

html, body {
    margin: auto;
    width: 100%;
}

@media only screen and (min-width: 401px) {
    html {
        font-size: 25px !important;
    }
}

@media only screen and (min-width: 428px) {
    html {
        font-size: 26.75px !important;
    }
}

@media only screen and (min-width: 481px) {
    html {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 569px) {
    html {
        font-size: 35px !important;
    }
}

@media only screen and (min-width: 641px) {
    html {
        font-size: 40px !important;
    }
}

@media only screen and (min-width: 1081px) {
    html {
        font-size: 60px !important;
    }
}
/*=========分辨率自适应===========*/
a {
    text-decoration: none;
    color: #666;
}

@font-face {
    font-family: 'DINPro';
    src: url("../font/DINPro.eot"); /* EOT file for IE */
    src: local('☺'), url('../font/DINPro.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.fix_clear {
    width: 0px !important;
    height: 0px !important;
    clear: both !important;
}
/*首页样式*/
/*头部样式*/
.top {
    width: 100%;
    min-width: 1200px; /*100%;*/
    height: 670px;
}

.topline {
    width: 100%;
    min-width: 1200px; /*100%;*/
    background: #f8f8f8;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.blk_a {
    width: 100%;
    min-width: 1200px; /*100%;*/
    margin: 20px auto;
    height: auto;
    overflow: hidden;
}

.bk_gray {
    background: #f4f4f5;
}

.bk_blue {
    width: 100%;
    min-width: 1200px; /*100%;*/
    height: 500px;
    display: block;
    background: url(../img/bg_ad.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.banner_bg {
    width: 100%;
    min-width: 1200px; /*100%;*/
    background: url(../img/u-banner.jpg) center top no-repeat;
    height: 110px;
    text-align: center;
}

.topline_con {
    width: 1180px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    text-align: left;
    color: #999;
    font-size: 12px;
}

    .topline_con em {
        margin-right: 10px;
        float: right;
        color: #999;
        font-size: 12px;
        font-style: normal;
    }

.top_con {
    width: 1180px;
    height: 110px;
    margin: auto;
}

.top_logo {
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}

.search_blk {
    float: left;
    width: 394px;
    height: 44px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #2564d9 solid;
    margin-top: 25px;
    padding: 0px;
    margin-left: 80px;
    position: relative;
    behavior: url(js/PIE.htc);
}

.kc_input {
    width: 336px;
    height: 38px;
    line-height: 38px;
    border: 0px;
    outline: medium;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
    font-size: 16px;
    color: #aaaaaa;
    -webkit-appearance: none;
}

    .kc_input::placeholder {
        color: #ccc !important;
    }

.bt_kc {
    height: 37px;
    width: 40px;
    float: left;
    margin-top: 3px;
    margin-left: 3px;
    background: url(../img/ico_search.png) #fff 10px 9px no-repeat;
    border: 0px;
    cursor: pointer;
    outline: medium;
    -webkit-appearance: none;
}

.phone_blk {
    height: 48px;
    width: 190px;
    margin-right: 10px;
    float: right;
    margin-top: 22px;
    background: url(../img/ico_phone.png) 3px 3px no-repeat;
    text-indent: 45px;
}

    .phone_blk h3 {
        color: #0f96cf;
        font-size: 14px;
        height: 18px;
        line-height: 18px;
    }

    .phone_blk p {
        color: #0f96cf;
        font-size: 18px;
        height: 20px;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }

.nav_blk {
    height: 50px;
    border-bottom: 3px solid #1b7ee9;
}

.nav {
    width: 1180px;
    margin: auto;
    height: 47px;
}

    .nav li {
        float: left;
        height: 47px;
        width: 120px;
        line-height: 47px;
        color: #333;
        font-size: 16px;
        text-align: center;
    }

        .nav li a:link, .nav li a:visited, .nav li a:active {
            height: 47px;
            line-height: 47px;
            color: #333;
            font-size: 16px;
            text-align: center;
            display: block;
        }

        .nav li a:hover {
            height: 47px;
            line-height: 47px;
            color: #4b71ab;
            font-size: 16px;
            text-align: center;
            background: rgba(230,240,255,0.5);
            display: block;
        }

        .nav li.oncur {
            float: left;
            height: 47px;
            width: 120px;
            line-height: 47px;
            color: #fff;
            font-size: 16px;
            text-align: center;
            background: #1b7ee9 !important;
            display: block;
        }

            .nav li.oncur a:link, .nav li.oncur a:visited, .nav li.oncur a:active, .nav li.oncur a:hover {
                height: 47px;
                line-height: 47px;
                color: #fff !important;
                font-size: 16px;
                text-align: center;
                display: block;
            }

.banner_blk {
    height: 480px;
    width: 100%;
    position: relative;
    display: block;
}

.float_menu {
    width: 1200px;
    height: 150px;
    z-index: 9999;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.item_blk {
    width: 250px;
    height: 480px;
    background: rgba(66,81,104,0.9);
}

    .item_blk h3 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        text-indent: 80px;
        padding-top: 30px;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        background: url(../img/ico_arrow_down.png) 48px 42px no-repeat;
    }

    .item_blk ul {
        margin-top: 10px;
    }

        .item_blk ul li {
            font-size: 16px;
            color: #fff;
            height: 40px;
            line-height: 40px;
            text-indent: 40px;
            position: relative;
        }

            .item_blk ul li a {
                font-size: 16px;
                color: #fff;
                height: 40px;
                line-height: 40px;
                text-indent: 50px;
            }

                .item_blk ul li a:hover {
                    text-decoration: underline;
                    position: relative;
                    top: 1px;
                    left: 1px;
                }

.on_arrow {
    background: url(../img/ico_arrow.png) 220px 16px no-repeat;
}

.item_blk ul li:hover ul {
    width: 200px;
    position: absolute;
    top: 0px;
    left: 250px;
    background: rgba(229,229,229,0.8);
    display: block;
}

.item_blk ul li ul {
    width: 200px;
    position: absolute;
    top: 0px;
    left: 250px;
    background: rgba(229,229,229,0.8);
    display: none;
}

    .item_blk ul li ul li {
        height: 30px;
        line-height: 30px;
        color: #666;
        font-size: 14px;
    }

        .item_blk ul li ul li a {
            height: 30px;
            line-height: 30px;
            color: #666;
            font-size: 14px;
        }

            .item_blk ul li ul li a:hover {
                height: 30px;
                line-height: 30px;
                color: #3068c1;
                font-size: 14px;
                top: 0px;
                left: 0px;
                text-decoration: none;
            }
/*热门服务*/
.service_blk {
    width: 200px;
    height: 135px;
    background: #f8f8f8;
    position: absolute;
    top: 0px;
    right: 5px;
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.1);
    border-radius: 0px 0px 3px 3px;
    padding: 5px;
}

    .service_blk h3 {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        color: #000;
        border-bottom: 1px solid #ddd;
        text-align: center;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .service_blk ul {
        padding: 10px 5px 20px 5px;
    }

        .service_blk ul li {
            font-size: 14px;
            color: #666;
            width: 50%;
            float: left;
            text-align: center;
        }

            .service_blk ul li a {
                font-size: 14px;
                color: #666;
                text-align: center;
            }

                .service_blk ul li a:hover {
                    font-size: 14px;
                    color: #3068c1;
                    text-align: center;
                }

.bt_zx {
    width: 172px;
    height: 34px;
    margin: auto;
    background: #e67817;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -o-border-radius: 17px;
    display: block;
    cursor: pointer;
}

.blk_1200 {
    width: 1200px;
    margin: 10px auto;
    height: auto;
    position: relative;
}

.quick_ad li {
    float: left;
    margin: 10px 6px 0px 6px;
}

.big_tit {
    margin: auto;
    font-size: 36px;
    text-align: center;
    color: #0f96cf;
    font-weight: lighter;
    margin-top: 0.6rem;
}

    .big_tit b {
        margin: auto;
        font-size: 36px;
        text-align: center;
        color: #000;
        font-weight: lighter;
    }

.tit_detail {
    color: #999;
    font-size: 18px;
    text-align: center;
    height: 20px;
    display: block;
    line-height: 20px;
    margin-bottom: 0.4rem;
}

.bk1_con {
    width: 580px;
    float: left;
    height: 257px;
    border: 1px solid #e5e5e5;
    margin: 10px;
}

    .bk1_con img {
        float: left;
        margin-right: 20px;
        width: 240px;
        height: 257px;
    }

    .bk1_con h4 {
        /*float: left;*/
        font-size: 22px;
        color: #555;
        line-height: 30px;
        height: 30px;
        display: block;
        /*width: calc(100% - 200px);*/
        width: calc(100% - 26px);
        margin-top: 50px;
        font-weight: 600;
    }

    .bk1_con p {
        /* float: left;
        display: inline-block;*/
        font-size: 14px;
        color: #999;
        line-height: 25px;
        width: 90%;
        margin-top: 15px;
        margin-bottom: 20px;
    }

.bt_link {
    float: left;
    font-size: 14px;
    color: #0f96cf;
    display: block;
    width: 110px;
    /*margin-top: -25px;*/
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #ddd;
    text-indent: 35px;
    background: url(../img/ico_arrow_r.png) 16px 12px no-repeat;
    position: relative;
    behavior: url(js/PIE.htc);
}


.blk_main_con {
    width: 1200px;
    margin: 10px auto;
    height: auto;
    overflow: hidden;
}

.bk2_teacher {
    width: 280px;
    margin-right: 20px;
    float: left;
    text-align: center;
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

.h450 {
    height: 450px;
}

.h80 {
    height: 80px;
}

.h60 {
    height: 60px;
}

.no_bd {
    border: 0px;
    box-shadow: none !important;
}

.teacher_photo {
    width: 192px;
    height: 192px;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -o-border-radius: 99px;
    margin: 10px auto;
}

.bk2_teacher h4 {
    font-size: 24px;
    color: #333;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
}

.bk2_teacher h5 {
    font-size: 18px;
    color: #555;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

.bk2_teacher p {
    font-size: 14px;
    color: #999;
    width: 200px;
    line-height: 20px;
    text-align: center;
    margin: 5px auto;
}

.bk2_teacher span {
    font-size: 12px;
    color: #ccc;
    width: 200px;
    line-height: 18px;
    text-align: center;
    display: block;
    margin: 5px auto;
}

.bt2_link {
    font-size: 18px;
    width: 150px;
    heith: 50px;
    line-height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    color: #fff;
    background: #e67817;
    display: block;
    margin: 20px auto 30px auto;
    position: relative;
    behavior: url(js/PIE.htc);
}

.left_menu {
    width: 230px;
    height: 400px;
    background: #f5f5f5;
    float: left;
}

.menu_new {
    background: #f5f5f5;
}

    .menu_new li {
        background: #f5f5f5;
        height: 100px;
        line-height: 100px;
        font-size: 18px;
        color: #333;
        text-align: center;
    }

        .menu_new li:hover {
            background: #f8f8f8;
            height: 100px;
            line-height: 100px;
            font-size: 18px;
            color: #333;
            text-align: center;
        }

        .menu_new li a {
            color: #333;
            display: block;
        }

            .menu_new li a:hover {
                color: #999;
            }

        .menu_new li.on_lmenu {
            background: #e67817;
            height: 100px;
            line-height: 100px;
            font-size: 18px;
            color: #fff !important;
            text-align: center;
        }

            .menu_new li.on_lmenu a {
                color: #fff !important;
                font-weight: 600;
                display: block;
            }

.new_blk {
    float: left;
    width: 968px;
    height: 400px;
    border: 1px solid #f5f5f5;
    border-left: 0px;
    padding-top: 20px;
}

.new_li {
    display: none;
}

    .new_li.on_new {
        display: block;
    }

.new_con {
    margin: 20px;
    border-bottom: 1px solid #ddd;
    height: 100px;
}

.new_bigdata {
    width: 100px;
    float: left;
    margin-right: 30px;
    color: #666;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
}

    .new_bigdata span {
        font-size: 26px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        display: block;
        text-align: center;
    }

.new_detail {
    width: 800px;
}

    .new_detail h5 {
        font-size: 16px;
        color: #666;
        height: 30px;
        line-height: 30px;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .new_detail a {
        font-size: 12px;
        color: #999;
        line-height: 24px;
    }

/*图片切换控制*/
.pic_scroll1 {
    width: 1200px;
    text-align: left;
    margin: 0px 10px;
    POSITION: relative;
}

.blk_1 {
    OVERFLOW: hidden;
    border: 0px;
    ZOOM: 1;
    width: 1200px;
    margin-left: 0px;
}

.pic_ctrl_bt {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 42px;
}

.LeftBotton1 {
    background: url(../img/arrow_left.png) center center no-repeat;
    display: inline-block;
    WIDTH: 41px;
    margin-top: 30px;
    margin-right: 10px;
    CURSOR: pointer;
    HEIGHT: 41px;
    z-index: 999;
}

.RightBotton1 {
    BACKGROUND: url(../img/arrow_right.png) center center no-repeat;
    display: inline-block;
    WIDTH: 41px;
    margin-top: 30px;
    CURSOR: pointer;
    HEIGHT: 41px;
    z-index: 999;
}

.blk_1 .Cont1 {
    MARGIN: 0px auto;
    OVERFLOW: hidden;
    WIDTH: 1200px;
}

.blk_xyfc_con {
    margin: 20px auto;
}

.pic_scroll2 {
    width: 1180px;
    text-align: left;
    margin: 0px 10px;
    POSITION: relative;
}

.blk_2 {
    OVERFLOW: hidden;
    border: 0px;
    ZOOM: 1;
    width: 1075px;
    margin-left: 65px;
}

    .blk_2 .LeftBotton {
        BACKGROUND: url(../img/arrow_ico.png) no-repeat 0px 0px;
        LEFT: 10px;
        FLOAT: left;
        WIDTH: 20px;
        CURSOR: pointer;
        POSITION: absolute;
        TOP: 10px;
        HEIGHT: 80px;
        z-index: 999;
    }

    .blk_2 .RightBotton {
        RIGHT: 20px;
        BACKGROUND: url(../img/arrow_ico.png) no-repeat -20px 0px;
        FLOAT: right;
        WIDTH: 20px;
        CURSOR: pointer;
        POSITION: absolute;
        TOP: 10px;
        HEIGHT: 80px;
        z-index: 999;
        right: 10px;
    }

    .blk_2 .Cont2 {
        MARGIN: 0px auto;
        OVERFLOW: hidden;
        WIDTH: 1075px;
    }

.pic_scro_main {
    list-style: none;
}

    .pic_scro_main li {
        width: 315px;
        height: 100px;
        float: left;
        margin-right: 30px;
        position: relative;
    }

        .pic_scro_main li img {
            z-index: 5;
            width: 310px;
            height: 100px;
        }

.left_contact {
    width: 540px;
    height: 430px;
    margin-top: 1rem;
    margin-left: 0.8rem;
    float: left;
    position: relative;
}

    .left_contact h3 {
        width: 100px;
        height: 44px;
        background: #2c5fc9;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -o-border-radius: 7px;
        color: #fff;
        line-height: 44px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        margin-left: 10px;
    }

    .left_contact p {
        margin-top: 40px;
        color: #fff;
        line-height: 36px;
        text-align: left;
        font-size: 16px;
        font-weight: normal;
        margin-left: 10px;
    }

.float_wx {
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: 50px;
    right: 10px;
}

.inst5_right {
    float: right;
    width: 500px;
    height: 430px;
    margin-top: 1rem;
    margin-right: 0.8rem;
}

    .inst5_right ul li span {
        color: #fff;
        font-size: 16px;
    }

    .inst5_right li {
        min-height: 38px;
        border: 2px solid #fff;
        border-radius: 10px;
        line-height: 38px;
        margin-bottom: 8px;
        padding-left: 10px;
        overflow: hidden;
    }

    .inst5_right input[type="text"] {
        width: 80%;
        border: 0;
        outline: none;
        background: none;
        height: 40px;
        line-height: 38px;
        vertical-align: middle;
        color: #fff;
        font-size: 16px;
    }

    .inst5_right textarea {
        width: 84%;
        margin-top: 2px;
        background: none;
        border: 0;
        outline: none;
        color: #fff;
        overflow: hidden;
        height: 80px;
        vertical-align: top;
        padding-top: 10px;
    }

.inst5_right_d {
    text-align: center;
}

    .inst5_right_d input {
        border: 2px solid #fff;
        border-radius: 10px;
        color: #fff;
        background-color: #fcfdfe;
        color: #333;
        padding: 5px 10px;
        cursor: pointer;
        width: 100%;
        filter: alpha(Opacity=80);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }

        .inst5_right_d input:hover {
            background-color: #cdcdcd;
            border: 2px solid #cdcdcd;
        }

.inst5_right ul li select {
    font-size: 16px;
    -webkit-appearance: menulist;
    align-items: center;
    white-space: pre;
    line-height: 35px;
    height: 35px;
    -webkit-rtl-ordering: logical;
    color: White;
    background-color: transparent;
    cursor: default;
    border-width: 0px;
}

option {
    color: Black;
}

.banner_bg a {
    width: 1200px;
    height: 110px;
    display: block;
    margin: auto;
    text-align: left;
}

    .banner_bg a img {
        width: 422px;
        height: 70px;
        margin-top: 21px;
        margin-left: 270px;
    }

/*尾部样式*/
.footer_blk {
    width: 1200px;
    margin: 10px auto;
    height: auto;
    overflow: hidden;
}

.operation {
    margin: 5px auto;
    margin-right: 10px;
    float: right;
    color: #0066FF;
}

    .operation a {
        color: #0066FF;
    }

.attachment {
    width: 746px;
    margin: auto 10px;
    text-align: left;
    color: #0066FF;
}

    .attachment a {
        font-size: 14px;
        padding: 10px auto;
    }


.footer_left {
    width: 320px;
    float: left;
    height: 220px;
    margin: 20px auto 5px auto;
}

    .footer_left h2 {
        font-size: 16px;
        color: #fb4157;
        font-weight: 600;
    }

    .footer_left p {
        font-size: 12px;
        color: #666;
    }

        .footer_left p em {
            font-size: 28px;
            color: #fa741b;
            font-family: "DINPro";
            font-style: normal;
        }

        .footer_left p span {
            font-size: 12px;
            color: #fa741b;
            font-family: "DINPro";
            font-style: normal;
        }

.footer_center {
    width: 340px;
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 210px;
    margin: 20px auto 5px auto;
}

.nav_under th {
    font-size: 18px;
    color: #333;
}

.nav_under td a:link {
    font-size: 16px;
    color: #999;
}

.nav_under td a:hover {
    font-size: 16px;
    color: #999;
    text-decoration: underline;
}

.footer_right {
    width: 450px;
    float: right;
    height: 210px;
    margin: 20px 20px 5px 30px;
}

    .footer_right h3 {
        font-size: 14px;
        color: #fb4157;
        height: 20px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 5px;
    }

.footer_underlink {
    width: 100%;
    min-width: 1200px; /*100%;*/
    height: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #ddd;
}


/*内容页样式*/

.news_tit {
    font-size: 28px;
    color: #e67817;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto 5px auto;
}

.news_tit_detail {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    margin: 5px auto;
    display: block;
}

.news_con {
    padding: 0.3rem 0.8rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #666;
}

    .news_con p {
        padding: 0.3rem 0px;
        text-indent: 0.6rem;
        font-size: 0.3rem;
        line-height: 0.6rem;
        color: #666;
    }



/*列表页样式*/
.newslist_con {
    padding: 25px 15px;
}

.newslist_item {
    padding: 20px;
    margin: 10px auto;
}

.newlist_pic {
    padding: 3px 20px;
    width: 270px;
    height: 200px;
    float: left;
}

.newslist_item h5 {
    width: calc(100% - 320px);
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #0067ac;
    margin: 8px 0px;
}

.newslist_item p {
    width: calc(100% - 320px);
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    height: 110px;
}
