/*css初始化 start*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
    border: 0;
}

h1 {
    font-size: 18px;
    font-weight: normal;
}

h2 {
    font-size: 16px;
    font-weight: normal;
}

h3 {
    font-size: 14px;
    font-weight: normal;
}

h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
}

small {
    font-size: 12px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

ul, ol {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none ! important;/*modify*/
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title], acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after {
    content: '';
}

legend {
    color: #333;
}

fieldset, img {
    border: none;
}

button, input, select, textarea {
    font-size: 100%;
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

input, select {
    vertical-align: middle;
}

input { /* -webkit-appearance: none; */
    border-radius: 0;
}

body a:focus {
    outline: none;
}
/* 清理浮动 */
.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fn-clear {
    zoom: 1; /* for IE6 IE7 */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.cb {
    clear: both;
}

.dn {
    display: none;
}

.vn {
    visibility: hidden;
}

.oh {
    overflow: hidden;
    position: relative;
}

.vm {
    vertical-align: middle;
}

.pa {
    position: absolute;
    left: 0;
    top: 0;
}

.pr {
    position: relative;
}

.pf {
    position: fixed;
    left: 0;
    top: 0;
}

.dib {
    display: inline-block;
}

.di {
    display: inline;
}

.db {
    display: block;
}

.df {
    display: flex;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w33 {
    width: 33.33333333%;
}

.w50 {
    width: 50%;
}

.w75 {
    width: 75%;
}

.w100 {
    width: 100%;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.fz30 {
    font-size: 30%;
}

.fz40 {
    font-size: 40%;
}

.fz50 {
    font-size: 50%;
}

.fz60 {
    font-size: 60%;
}

.fz70 {
    font-size: 70%;
}

.fz80 {
    font-size: 80%;
}

.fz90 {
    font-size: 90%;
}

.fz100 {
    font-size: 100%;
}

.fz110 {
    font-size: 110%;
}

.fz120 {
    font-size: 120%;
}

.fz125 {
    font-size: 125%;
}

.fz130 {
    font-size: 130%;
}

.fz140 {
    font-size: 140%;
}

.fz150 {
    font-size: 150%;
}

.fz160 {
    font-size: 160%;
}

.fz170 {
    font-size: 170%;
}

.fz180 {
    font-size: 180%;
}

.fz190 {
    font-size: 190%;
}

.fz200 {
    font-size: 200%;
}

.fz210 {
    font-size: 210%;
}

.fz220 {
    font-size: 220%;
}

.fz230 {
    font-size: 230%;
}

.fz240 {
    font-size: 240%;
}

.fz250 {
    font-size: 250%;
}

.fz260 {
    font-size: 260%;
}

.fz270 {
    font-size: 270%;
}

.fz280 {
    font-size: 280%;
}

.fz290 {
    font-size: 290%;
}

.fwb {
    font-weight: bold;
}

.fw1 {
    font-weight: 100;
}

.c6 {
    color: #666;
}

.cf {
    color: #fff;
}

.c0 {
    color: #000;
}

.cr {
    color: red;
}

.c008 {
    color: #008fd5!important;
}

.info_minute a.c008:hover {
    text-decoration: underline;
}

.c000 {
    color: #000;
}

.c333 {
    color: #333;
}

.hover_c008:hover {
    color: #008fd4;
}
/*css初始化 end*/
.pageWidth {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.fullpageWidth {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/*视频高度*/
.videoPop .popWrap .play_box {
    height: 600px;
}

.r_fl_title a {
    color: #fff;
}

    .r_fl_title a label {
        color: #fff;
        cursor: pointer;
    }

.arrow_right {
    float: right;
}
/*视频高度*/
.videoPop .popWrap .play_box {
    height: 600px;
}

.video-box, .video_box {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.r_fl_title a {
    color: #fff;
}

    .r_fl_title a label {
        color: #fff;
        cursor: pointer;
    }

.player-box {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    z-index: 10;
}

.video-box a.js_video_icon {
    transition: all 0.5s ease 0s;
    background: rgba(0, 0, 0, 0) url("../images/common/player_icon.png") no-repeat scroll center center;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
}

    .video-box a.js_video_icon:hover {
        transform: scale(1.1);
    }

.video-box .close {
    display: none;
}

.video_box a.js_video_player, .video_box a.js_video_icon_cm {
    background: rgba(0, 0, 0, 0) url("../images/group/video_play.png") no-repeat scroll center center;
    display: block;
    height: 100%!important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%!important;
    z-index: 11;
    transition: all 0.5s ease 0s;
}

.video_box img.video_pic {
    width: 100%!important;
}



/*头部*/
header {
    width: 100%;
    position: relative;
    width: 100%;
    z-index: 100;
}

.headWarp {
    position: relative;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #e5e5e5;
}

    .headWarp .topBar {
        background:#f2f2f2;height:27px;
        /*
        border-bottom: 1px solid #ccc;
        border-bottom: 1px solid #e5e5e5;
        */
        height:30px;
    }

        .headWarp .topBar .topBarCont {
            position: relative;
            height: 40px;
        }

        .headWarp .topBar .topNav {
            left: 25%;
            position: absolute;
        }

            .headWarp .topBar .topNav ul { /*margin-left: -10px;*/
            }

            .headWarp .topBar .topNav li {
                float: left;
            }

                .headWarp .topBar .topNav li a {
                    font-size: 14px;
                    color: #000;
                    display: inline-block;
                    height: 40px;
                    line-height: 40px;
                    padding: 0 10px;
                }

                    .headWarp .topBar .topNav li a.cur, .headWarp .topBar .topNav li a:hover {
                        color: #fff;
                        background-color: #008fd5;
                    }

.topBar .topBarCont .loginBar {
    float: right;
    margin-right: 12px;
    margin-top: 5px;
}

    .topBar .topBarCont .loginBar * {
        vertical-align: middle;
    }

    .topBar .topBarCont .loginBar a {
        color: #000;
    }

    .topBar .topBarCont .loginBar > span {
        margin-right: 8px;
        display: inline-block;
    }

    .topBar .topBarCont .loginBar .socialLogin a img {
        left: -44px;
        max-width: 120px;
        padding-top: 10px;
        position: absolute;
        top: 20px;
        width: 120px;
        display: none;
    }

    .topBar .topBarCont .loginBar .socialLogin a:hover img {
        display: inline-block;
    }

    .topBar .topBarCont .loginBar .selArea em {
        display: inline-block;
        height: 19px;
        width: 20px;
        margin-right: 8px;
        background: url(../img/sel_area.png) no-repeat scroll;
    }

    .topBar .topBarCont .loginBar .loginReg .icon {
        display: inline-block;
        height: 19px;
        width: 20px;
        margin-right: 8px;
        background: url(styleImg/login_icon.png) no-repeat scroll;
    }

    .topBar .topBarCont .loginBar .loginReg .split {
        display: inline-block;
        height: 12px;
        width: 1px;
        margin-left: 8px;
        margin-right: 8px;
        background-color: #000;
    }

    .topBar .topBarCont .loginBar .socialLogin em {
        display: inline-block;
        height: 30px;
        width: 31px;
        margin-right: 12px;
    }

    .topBar .topBarCont .loginBar .socialLogin .weibo {
        background: url(styleImg/social_login_01.png) no-repeat scroll;
    }

    .topBar .topBarCont .loginBar .socialLogin .weixin {
        background: url(styleImg/social_login_02.png) no-repeat scroll;
    }

    .topBar .topBarCont .loginBar .socialLogin .linkin {
        background: url(styleImg/social_login_03.png) no-repeat scroll;
    }

.headCont .headMain {
    padding: 15px 0;
    position: relative;
}

.headCont .logo {
    margin-left: 2.77%;
    float: left;
    width: 15.27%;
}

.headCont .searchBtn {
    margin-right: 2.77%;
    margin-top: 15px;
    float: right;
    width: 1.8%;
}

    .headCont .searchBtn .s_hide {
        display: none;
    }

.headCont .mainNav {
    left: 25%;
    position: absolute;
}

.headCont .searchBox {
    position: absolute;
    width: 600px;
    left: 0;
    top: 0;
    display: none;
    padding-bottom: 20px;
}

    .headCont .searchBox .searchInputWarp {
        position: relative;
        padding-left: 60px;
        padding-right: 35px;
        height: 50px;
    }

        .headCont .searchBox .searchInputWarp .searchIcon {
            display: inline-block;
            height: 100%;
            width: 31px;
            position: absolute;
            left: 20px;
            top: 0;
            background: url(styleImg/serch_icon_02.png) no-repeat scroll left center;
        }

        .headCont .searchBox .searchInputWarp .closeIcon {
            display: inline-block;
            height: 100%;
            width: 31px;
            position: absolute;
            right: 0;
            top: 0;
            background: url(styleImg/close_icon.png) no-repeat scroll right center;
            cursor: pointer;
            background-size: 25px;
        }

    .headCont .searchBox .searchInput {
        border: none;
        outline: 0 none;
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #4e4c4c;
        font-size: 24px;
        background: none;
    }

.searchInput::-ms-clear {
    display: none;
}

.headCont .searchBox .suggestList {
    position: relative;
    padding: 15px 0;
    background: url(styleImg/searchBox_bg.png) repeat scroll;
}

    .headCont .searchBox .suggestList h3 {
        color: #008fd5;
        font-size: 14px;
        padding-left: 25px;
    }

    .headCont .searchBox .suggestList .nosuggest {
        padding-left: 25px;
        color: #666;
        display: none;
    }

    .headCont .searchBox .suggestList ul {
        font-size: 24px;
    }

        .headCont .searchBox .suggestList ul li {
            padding-left: 25px;
        }

            .headCont .searchBox .suggestList ul li a {
                color: #4e4c4c;
                font-size: 80%;
            }

.headCont .mainNav > ul > li {
    float: left;
    margin-right: 40px;
    text-align: center;
}

    .headCont .mainNav > ul > li > a {
        color: #000;
        font-size: 16px;
        /*text-decoration:none;/*modify*/
        display: inline-block;
        padding: 15px 0;
        position: relative;
        font-weight:bold;color:#666;
    }

    .headCont .mainNav > ul > li.cur > a:after {
        position: absolute;
        content: "";
        bottom: -7px;
        left: 50%;
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #008fd5;
        border-radius: 5px;
        margin-left: -3px;
    }

    .headCont .mainNav > ul > li.cur > a:before {
        position: absolute;
        content: "";
        bottom: -17px;
        left: 50%;
        margin-left: -1px;
        display: inline-block;
        width: 1px;
        height: 10px;
        background: #008fd5;
    }

    .headCont .mainNav > ul > li.noChild > a:after, .headCont .mainNav > ul > li.noChild > a:before {
        display: none;
    }

    .headCont .mainNav > ul > li.cur > a {
        border-bottom: 1px solid #008fd5;
        color: #008fd5;
    }

.subNav {
    position:;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
}

    .subNav .headerSub {
        display: none;
    }

        .subNav .headerSub .subNavCont {
            margin-left: 25%;
        }


            .subNav .headerSub .subNavCont .submenu {
                float: left;
                margin-left: -40px;
                margin-top: 4px;
                overflow: hidden;
                padding-bottom: 30px;
                padding-top: 24px;
                position: relative;
            }

            .subNav .headerSub .subNavCont .menuBg {
                border-left: 1px solid #008fd5;
                border-top: 1px solid #008fd5;
                position: absolute;
                margin-left: -40px;
                margin-top: 4px;
                overflow: hidden;
                padding-bottom: 30px;
                padding-top: 24px;
            }

            .subNav .headerSub .subNavCont .submenu li {
                float: left;
                line-height: 1.8;
                margin-left: 40px;
            }

                .subNav .headerSub .subNavCont .submenu li h3 {
                    font-size: 16px;
                    color: #008fd5;
                }

                    .subNav .headerSub .subNavCont .submenu li h3 > a {
                        color: #008fd5;
                    }

                .subNav .headerSub .subNavCont .submenu li a {
                    display: block;
                    font-size: 16px;
                    color: #000;
                }

.column_template_T {
    width: 160px;
    overflow: hidden;
    position: relative;
    display: none;
}

    .column_template_T img {
        width: 160px;
        height: 80px;
        margin-top: 7px;
        float: left;
    }

    .column_template_T label {
        width: 100%;
        display: inline-block;
        float: left;
        font-size: 16px;
        color: #008fd5;
    }

    .column_template_T .info_zy {
        font-weight: 100;
        line-height: 1.2;
        color: #000;
    }

/*通用banner（除首页）*/
.flexslider.banner {
    width: 100%;
    z-index: 1;
}

    .flexslider.banner ul.slides li {
    }

    .flexslider.banner ul li img {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .flexslider.banner .flex-control-nav {
        bottom: 5%;
    }

    .flexslider.banner > ul > li > div {
        position: relative;
    }

        .flexslider.banner > ul > li > div .caption {
            position: absolute;
            left: 20%;
            top: 10%;
        }

            .flexslider.banner > ul > li > div .caption .captionP {
                color: #008fd4;
                line-height: 1.2;
                font-size: 48px;
            }

            .flexslider.banner > ul > li > div .caption .captionBtn {
                display: inline-block;
                background: url(styleImg/captionBtn.png) no-repeat;
                color: #fff;
                width: 172px;
                height: 36px;
                line-height: 36px;
                font-size: 14px;
                text-align: center;
                margin-top: 50px;
            }

    .flexslider.banner .flex-control-paging li a {
        background: url(../img/flex_nav_icon.png) no-repeat center center;
        height: 30px;
        width: 31px;
        box-shadow: none;
        border-radius: 0;
    }

        .flexslider.banner .flex-control-paging li a:hover {
            background: url(../img/flex_nav_icon.png) no-repeat center center;
        }

        .flexslider.banner .flex-control-paging li a.flex-active {
            background: url(../img/flex_nav_icon_active.png) no-repeat;
        }

    .flexslider.banner .flex-direction-nav a {
        top: auto;
        height: 24px;
        width: 12px;
        margin: 0;
        opacity: 0;
    }

/* 分页 | pagination */
/* .pagination {text-align: center; font-size: 14px; color: #181718;}
.pagination a {display: inline-block; margin: 0 2px; color: #181718;}
.pagination a:before {content: '['; display: inline-block;}
.pagination a:after {content: ']'; display: inline-block;}
.pagination a.cur:before, .pagination a.cur:after {content: ' '; display: inline-block;}
.pagination span, .pagination a.prev, .pagination a.next {margin: 0 5px 0 20px;} */

.pagination {
    text-align: center;
    font-size: 14px;
    margin: 1em 0;
}

    .pagination a {
        display: inline-block;
        color: #28a0da;
        border: 1px solid #cbdbe4;
        line-height: 20px;
        margin: 0 3px;
        padding: 0 8px;
        height: 20px;
    }

    .pagination .prev, .pagination .next {
        font-size: 12px;
    }

    .pagination span {
        display: inline-block;
        margin: 0 1px;
    }


/*尾部 模板一*/
#footer {
    margin: auto;
    min-height: 20px;
    width: 100%;
    max-width: 1280px;
    border-top: 1px solid #ccc;
    padding-top: 45px;
}

    #footer .f_nav li img {
        width: 62.5%;
    }

    #footer .f_nav li {
        float: left;
        width: 20%;/*modify*/
        padding-left: 3%;
    }

        #footer .f_nav li p label {
            display: inline-block;
            width: 100%;
            font-size: 1.5em;
            color: #666;
            line-height: 1.8em;
        }

            #footer .f_nav li p label a {
                color: #666;
            }

            #footer .f_nav li p label.title {
                color: #008FD4;
            }

            #footer .f_nav li p label.info {
                font-size: 1.3em;
            }

        #footer .f_nav li.f_area {
            /*width: 30%;*/
            padding: 0 2.5%;
        }

            #footer .f_nav li.f_area img {
                width: 100%;
            }
    /* #footer .f_nav li.f_area p label.title{line-height: 3em;} */
    #footer .f_area .pa {
        left: 16%;
        top: 42%;
        font-size: 1.2em;
        padding-left: 12px;
        color: #333;
    }

        #footer .f_area .pa:hover {
            color: #333;
        }

        #footer .f_area .pa:before {
            content: '';
            display: none;
            width: 10px;
            height: 10px;
            background: url(../img/blue-dot.png) no-repeat;
            position: absolute;
            top: 6px;
            left: 0;
        }

        #footer .f_area .pa:hover {
            text-decoration: underline;
            cursor: pointer;
        }

        #footer .f_area .pa + .pa {
            left: 28%;
            top: 73%;
        }

            #footer .f_area .pa + .pa + .pa {
                left: 50%;
                top: 41.5%;
            }

                #footer .f_area .pa + .pa + .pa + .pa {
                    left: 47%;
                    top: 62%;
                }

                    #footer .f_area .pa + .pa + .pa + .pa + .pa {
                        left: 69.5%;
                        top: 34%;
                    }

                        #footer .f_area .pa + .pa + .pa + .pa + .pa + .pa {
                            left: 72%;
                            top: 53%;
                        }

                            #footer .f_area .pa + .pa + .pa + .pa + .pa + .pa + .pa {
                                left: 78%;
                                top: 78%;
                            }

    #footer .f_fx {
        text-align: center;
        padding: 2% 5%;
        width: 37%;
        float: right;
    }

        #footer .f_fx img {
            margin-right: 3%;
        }

        #footer .f_fx a {
            position: relative;
        }

            #footer .f_fx a img.hide {
                bottom: 30px;
                left: -16px;
                position: absolute;
                padding-bottom: 20px;
            }

            #footer .f_fx a:hover img.hide {
                display: inline-block!important;
            }

.m_show, .m_show_b, .m_show_ib, .m_show_i {
    display: none;
}

#footer .f_nav_b {
    overflow: hidden;
    position: relative;
    padding: 19px 0 2% 3%;
    /*width: 94%;*/
    border-top: 1px solid #ccc;
    
}

    #footer .f_nav_b li {
        float: left;
        width: 7.5%;
        font-size: 14px;
    }

        #footer .f_nav_b li a {
            color: #666;
        }

        #footer .f_nav_b li.m_bq {
            width: 100%;
            text-align: center;
        }

.hide {
    display: none;
}

.back_top {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 99;
    cursor: pointer;
}

.sharebox {
    position: relative;
}

.erweiCode {
    position: absolute;
    display: none;
}

.popup {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}

.videoPop .popWrap {
    background: #000 none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    top: 10%;
    width: 100%;
}

.close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 105;
}

/*选择地区*/
#win {
    position: absolute;
    background: #000;
    width: 100%;
    z-index: 101;
    left: 0;
    top: 0;
    display: none;
}

.country {
    width: 590px;
    height: 299px;
    position: absolute;
    top: 50%;
    margin-left: -295px;
    margin-top: -150px;
    left: 50%;
    background: url(styleImg/bg13.jpg);
    z-index: 102;
    display: none;
}

    .country h2 {
        line-height: 31px;
        width: 580px;
        float: left;
        padding-left: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

        .country h2:hover {
            color: #333;
        }

.close {
    width: 31px;
    height: 31px;
    display: block; /* position:absolute; left:50%; top:50%; margin-left:346px; display:none; margin-top:-207px; background:url(close.jpg); z-index:20000*/
}

.country div {
    position: relative;
    padding: 30px;
    padding-right: 0;
    overflow: hidden;
    float: left;
    width: 531px;
}

.country a.a1 {
    margin-left: 140px;
    display: inline-block;
}

.country a.a2 {
    margin-left: 50px;
    display: inline-block;
}

.country div img {
    float: left;
    margin-right: 7px;
    margin-top: 2px;
}

.country div ul {
    width: 600px;
    float: left;
    padding-top: 40px;
}

    .country div ul li {
        float: left;
        width: 185px;
        margin-bottom: 22px;
    }

        .country div ul li a, .country a.a1, .country a.a2 {
            color: #0062BE;
        }

            .country div ul li a:hover, .country a.a1:hover, .country a.a2:hover {
                color: #ff7800;
            }



@media only screen and (max-width:1024px) {
    .mbHeadWarp {
        padding: 40px 40px 37px;
        min-width: 460px;
        border-bottom: 1px solid #e5e5e5;
    }

        .mbHeadWarp .mblogo {
            width: 201px;
            display: inline-block;
        }

        .mbHeadWarp .split {
            background-color: #999;
            display: inline-block;
            width: 2px;
            height: 25px;
            margin: 0 13px;
        }

        .mbHeadWarp .headTxt {
            display: inline-block;
            color: #8f8f8f;
            font-size: 20px;
            line-height: 30px;
            position: relative;
            top: -4px;
        }

        .mbHeadWarp .rightIcons {
            display: inline-block;
            float: right;
        }

        .mbHeadWarp .rightIcons {
            display: inline-block;
            float: right;
        }

            .mbHeadWarp .rightIcons img {
                height: 38px;
                margin-top: 6px;
            }

            .mbHeadWarp .rightIcons .mbSearchBtn {
                margin-right: 10px;
            }


    .mbSearchBox {
        padding: 40px 0;
        display: none!important;
        z-index: 200;
        width: 100%;
        left: 1024px;
        top: 0;
        background: #e1e1e1;
        /*transition: all .5s*/
    }

        .mbSearchBox .mbSuggestList {
            display: none;
        }

        .mbSearchBox.active {
            opacity: 1;
            display: block!important;
            /*left:0;*/
        }

        .mbSearchBox .searchInputWarp {
            position: relative;
            padding-left: 60px;
            padding-right: 60px;
            height: 51px;
        }

            .mbSearchBox .searchInputWarp .searchIcon { /*display: none;*/
                height: 100%;
                width: 26px;
                position: absolute;
                right: 100px;
                top: 0;
                background: url(styleImg/top_serach_btn.png) no-repeat scroll left center;
                cursor: pointer;
            }

            .mbSearchBox .searchInputWarp .closeIcon {
                display: inline-block;
                height: 100%;
                width: 24px;
                position: absolute;
                right: 60px;
                top: 0;
                background: url(styleImg/mb_close_search.png) no-repeat scroll right center;
                cursor: pointer;
            }

        .mbSearchBox .searchInput {
            border: none;
            border-bottom: 0px solid #808282;
            outline: 0 none;
            display: inline-block;
            width: 100%;
            height: 100%;
            color: #666;
            font-size: 24px;
            background: none;
        }

        .mbSearchBox .mbSuggestList {
            margin-right: 40px;
            padding: 20px 0;
        }

            .mbSearchBox .mbSuggestList h3 {
                color: #008fd5;
                font-size: 14px;
                padding-left: 25px;
            }

            .mbSearchBox .mbSuggestList .nosuggest {
                padding-left: 25px;
                color: #666;
                display: none;
            }

            .mbSearchBox .mbSuggestList ul {
                font-size: 36px;
                max-height: 600px;
                overflow-y: auto;
            }

                .mbSearchBox .mbSuggestList ul li {
                    border-bottom: 2px solid #808282;
                    margin-left: 100px;
                    margin-right: 20px;
                    padding: 15px 0;
                }

                    .mbSearchBox .mbSuggestList ul li a {
                        color: #58595b;
                        font-size: 100%;
                    }

    /*.mbNavPanel {height:100%;overflow-y:auto;padding: 40px 75px 40px 85px;box-sizing:border-box; left:1024px;opacity: 0;z-index: 200;position: fixed;width: 100%;top: 0;background: rgb(255,255,255);background: rgba(255,255,255,0.97); }
.mbNavPanel h3{font-size:36px;color:#148fce;margin-bottom:20px;}

.mbNavPanel.active {left: 0;opacity: 1;display:block!important;}
.mbNavPanel>ul {font-size:36px; }
.mbNavPanel>ul>li{ border-bottom: 2px solid #808282;padding: 15px 0;}

.mbNavPanel>ul>li>a{ color: #58595b;
display: inline-block;
font-size: 100%;
width: 100%;background:url(styleImg/mb_menu_nav.png) no-repeat scroll right center;}


.mbNavPanel>ul>li.expand>a {background:url(styleImg/mb_menu_nav_expand.png) no-repeat scroll right center;}

.mbNavPanel .navCloseIcon{display: inline-block; height: 27px; width: 23px; position:absolute;  right: 60px; top:40px; background:url(styleImg/mb_close_search.png) no-repeat scroll right center; cursor:pointer; }

.mbNavPanel ul.sub {margin-left:20px;display:none;}
.mbNavPanel ul.sub a{color:#58595b; font-size:80%; }*/

    .mbNavPanel {
        overflow-y: auto;
        height: 100%;
        width: 100%;
        opacity: 0;
        z-index: 200;
        position: fixed;
        height: 100%;
        width: 100%;
        left: 1024px;
        top: 0;
        background-color: rgb(255,255,255);
        background-color: rgba(255,255,255,0.97);
    }

        .mbNavPanel .mbNavPanelCont {
            padding-bottom: 40px;
            padding-top: 40px;
        }

            .mbNavPanel .mbNavPanelCont .homelink {
                margin-left: 120px;
                font-size: 36px;
                color: #148fce;
            }

        .mbNavPanel.active {
            display: block!important; /*opacity:1;*/
        }

        .mbNavPanel .mbNavPanelCont > ul {
            font-size: 36px;
        }

            .mbNavPanel .mbNavPanelCont > ul > li {
                position: relative;
                margin: 0 120px;
            }

            .mbNavPanel .mbNavPanelCont > ul li > a {
                padding: 12px 0;
                display: inline-block;
                width: 100%;
                box-sizing: border-box;
                border-bottom: 1px solid #808282;
            }

            .mbNavPanel .mbNavPanelCont > ul li > ul li > a {
                
                border-bottom: 1px inset  #808282;
                font-size: 80%;
                padding: 12px 18px;
            }
            .mbNavPanel .mbNavPanelCont > ul li > ul > li {
                
                padding: 0 12px;
            }


        .mbNavPanel ul li em {
            background: url(../Img/menu_nav.png) no-repeat scroll right center;
            width: 19px;
            height: 32px;
            display: inline-block;
            position: absolute;
            top: 25px;
            right: 0;
            cursor: pointer;
        }

        .mbNavPanel ul li.more em {
            background: url(styleImg/menu_expand2.png) no-repeat scroll right center;
            width: 36px;
            height: 35px;
            display: inline-block;
            position: absolute;
            top: 25px;
            right: -15px;
            cursor: pointer;
        }

        .mbNavPanel ul li.active em {
            background: url(styleImg/menu_colspan2.png) no-repeat scroll right center;
            right: -15px;
        }

        .mbNavPanel ul li a {
            color: #58595b;
            font-size: 100%;
        }

        .mbNavPanel ul li.more ul.subMenu {
            background-color: rgb(215,215,215);
            background-color: rgba(215,215,215,0.7);
            display: none;
        }

            .mbNavPanel ul li.more ul.subMenu li {
            }

                .mbNavPanel ul li.more ul.subMenu li:hover {
                    background-color: #a0a0a0;
                }

                .mbNavPanel ul li.more ul.subMenu li a {
                    border-bottom: 1px solid #666;
                    color: #008fd5;
                    padding: 12px 0;
                    display: inline-block;
                    width: 100%;
                    box-sizing: border-box;
                    font-size: 24px;
                }

                .mbNavPanel ul li.more ul.subMenu li:hover a {
                    color: #fff;
                }

        .mbNavPanel .navCloseIcon {
            background: url(../img/navCloseIcon.png) no-repeat scroll center center;
            cursor: pointer;
            display: inline-block;
            height: 38px;
            position: absolute;
            right: 30px;
            top: 45px;
            width: 82px;
            z-index: 10;
        }
}


@media only screen and (max-width:1100px) {
    #footer {
        font-size: 11px;
    }
}

@media only screen and (max-width:940px) {
    #footer {
        font-size: 10px;
    }
}

@media only screen and (max-width:940px) {
    #footer {
        font-size: 9px;
    }
}

@media only screen and (max-width:768px) {
    .column_template_T {
        display: none!important;
    }
    /*通用banner（除首页）*/
    .flexslider.banner {
        margin-bottom: 3px;
        width: 100%;
        z-index: 1;
    }

        .flexslider.banner ul li img {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .flexslider.banner .flex-control-nav {
            bottom: 5%;
        }

        .flexslider.banner > ul > li > div {
            position: relative;
        }

        .flexslider.banner .flex-direction-nav a {
            top: auto;
            height: 24px;
            width: 12px;
            margin: 0;
            opacity: 0;
        }

        .flexslider.banner .flex-control-paging li {
            padding: 0 10px;
        }

            .flexslider.banner .flex-control-paging li a {
                background: url(../Img/mb_flex_nav_icon.png) no-repeat center center;
                height: 33px;
                width: 34px;
                box-shadow: none;
                border-radius: 0;
            }

                .flexslider.banner .flex-control-paging li a:hover {
                    background: url(../Img/mb_flex_nav_icon.png) no-repeat center center;
                }

                .flexslider.banner .flex-control-paging li a.flex-active {
                    background: url(../Img/mb_flex_nav_icon_active.png) no-repeat;
                }

        .flexslider.banner > ul > li > div .caption_mob {
            position: absolute;
            left: 40px;
            top: 40px;
        }


    #footer {
        font-size: 12px;
        border-top: 1px solid #ccc;
        background: #f8f8f8;
    }
    /*尾部模板一*/
    .m_show_b {
        display: block;
    }

    .m_show_ib, .m_show {
        display: inline-block;
    }

    .m_show_i {
        display: inline;
    }

    .m_hide {
        display: none;
    }

    #footer {
        padding-top: 0;
    }

        #footer .f_nav li {
            float: none;
            padding: 1% 5%;
            width: 90%;
            border-bottom: 1px solid #ccc;
        }

            #footer .f_nav li p label {
                font-size: 2em;
                line-height: 1.8em;
            }

            #footer .f_nav li img {
                width: 15%;
                vertical-align: middle;
            }

            #footer .f_nav li p label {
                display: none;
                margin: 1% 1%;
                text-align: left;
                width: 94%;
                color: #969696;
                padding: 1% 2%;
            }

            #footer .f_nav li.click_add_show_m p label {
                display: block;
            }

            #footer .f_nav li p label.title {
                display: block;
            }

                #footer .f_nav li p label.title a, #footer .f_nav li p label.title img {
                    vertical-align: middle;
                }

        #footer .f_fx {
            text-align: center;
            padding: 5%;
            border-bottom: 1px solid #c2c2c1;
            float: none;
            width: 90%;
        }

            #footer .f_fx img {
                margin-right: 3%;
                width: 11%;
            }

        #footer .f_nav_b {
            padding: 2.5% 5% 5%;
            width: 100%;
            box-sizing: border-box;
        }

            #footer .f_nav_b li {
                color: #000;
                width: 25%;
                text-align: center;
                font-size: 1.6em;
            }

                #footer .f_nav_b li a {
                    color: #000;
                }

                #footer .f_nav_b li.m_bq {
                    margin: 5% 0 0;
                    text-align: center;
                    width: 100%;
                    color: #000;
                }

                    #footer .f_nav_b li.m_bq label {
                        color: #0099cc;
                    }

        #footer .f_nav li img.img_f_add_active {
            display: none;
        }

        #footer .f_nav li.click_add_show_m img.m_show {
            display: none;
        }

        #footer .f_nav li.click_add_show_m img.img_f_add_active {
            display: block;
        }

    .click_add_show_m .title, .click_add_show_m .end {
        border-bottom: 0px solid #c2c2c1;
    }
}

.back_top {/*modify*/
    position: fixed;
    right: 0;
    bottom: 10%;/*modify*/
    /*width: 16%;*/
    z-index: 99;
    background: #e2e2e2 url("../img/top2.png") no-repeat scroll center center;

}

/*263style modify*/
.loginBar .weblang{background:url(../img/arrow.gif) no-repeat right 9px;display: inline-block;padding-right:9px; 
                   margin-left:50px;
                   
                   font-size:12px; cursor:pointer;position:relative;
                   /*color:#666*/}
.loginBar .weblang .cn{position:absolute;width:16px; height:16px; display:block;left:-20px;top:8px; background:url(../img/lang.png)}
.loginBar .weblang .en{position:absolute;width:16px; height:16px; display:block;left:10px;top:9px; background:url(../img/lang.png) 0 -29px}
.loginBar .weblang ul{
    position:absolute;display:block; border:1px solid #ddd; border-radius:3px;z-index:10000; background:#fff; 
    top:20px; 
    display:none}
.loginBar .weblang ul a{position:relative;padding: 4px 20px 0 30px; word-break:keep-all; display:block;color:#666; height:30px;font-size:120%;}
.loginBar .weblang ul a:hover{background:#efefef;color:#333}
.loginBar .weblang ul .cn,.login .weblang ul .en{left:10px}
.topBar .topBarCont .loginBar .weblang em {
    background: rgba(0, 0, 0, 0) url("../img/sel_area.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 19px;
    margin-right: 8px;
    width: 20px;
}



.img_play.pa {
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    cursor: pointer;
}



div.flexslider {
    background-image: url("../img/1.gif");
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 60px;
    background-size: 60px 60px;
}



.r_fl_title {
    display: inline-block;
    width: auto !important;
    padding-right: 10px !important;
}
/*GGG*/
.project_all .title a {
    color: #333;
}

    .project_all .title a.c008, .project_all .title a:hover {
        color: #008fd4;
    }


.mbNavPanel ul li.more em {
    background: rgba(0, 0, 0, 0) url("../img/menu_expand2.png") no-repeat scroll right center;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    position: absolute;
    right: -15px;
    top: 25px;
    width: 36px;
}
.mbNavPanel ul li.active em {
    background: rgba(0, 0, 0, 0) url("../img/menu_colspan2.png") no-repeat scroll right center;
    right: -15px;
}