@charset "utf-8";
@import url(fancybox.css);
/**
 * CSS Document *
 * Created by Jessie on 14-3-20.
 */

::-webkit-scrollbar{
    width:12px;
    height:12px;
}
::-webkit-scrollbar-track-piece{
    background:#F0F0F0;
}

/* ==公用样式== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a
{
    margin: 0;
    padding: 0;
    color: #333;
}

img
{
    border: none;
}

a
{
    text-decoration: none;
    cursor: pointer;
}

strong
{
    font-weight: bold;
}

ul, ol, li, dt, dd
{
    list-style: none;
}

em
{
    font-style: normal;
}

.clear
{
    clear: both;
    height: 0;
    overflow: hidden;
}

.float-left
{
    float: left;
}

.float_left
{
    float: left;
}

.float-right
{
    float: right;
}

.float_right
{
    float: right;
}

.dis-in-b
{
    display: inline-block;
}
.width-363
{
    width: 363px;
}

.width-555
{
    width: 555px;
}
.mt10
{
    margin-top: 10px;
}
.mt20{margin-top: 20px;}
.ml20{margin-left: 20px;}
.border-bt
{
    border-bottom: 1px solid #e0e0e0;
}

.hide{
    display:none;
}

.warp
{
    z-index: 1;
    background: url("../images/md2_transparent_left_blue.png") repeat-y left top;
}

.scroll{
    height:606px;
    overflow-x:hidden;
    overflow-y:auto;
}

.map_all{
    background: #333;
    width:100%;
    height:100%;
    position:absolute;
    text-align:center;
}

.map-content
{
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    height:100%;
}

.map-content .map_close{
    height:15%;
}
.map-content .map_lie{
    height:85%;
}

.map-content .btn-close img{
    width:30px;
    height:30px;
}

.map_close a{
    float:right;
    padding-right:50px;
}

.map-content h1
{
    font: 30px/80px "微软雅黑";
    color: #fff;
}

.map-content .m-box
{
    display: inline-block;
    float: left;
    width: 125px;
    text-align: left;
    height:420px;
    overflow-x:hidden;
}


.map-content h2
{
    height: 30px;
    padding: 0 0 0 24px;
}

.map-content h2 a
{
    font: 16px/30px "微软雅黑";
    color: #00c4fd;
}

.map-content h3 a
{
    margin-left: 25px;
    font: 14px/30px "微软雅黑";
    color: #fff;
}

.map-content dt a
{

    padding-left: 5px;
    font: 14px/30px "微软雅黑";
    color: #fff;
}

.map-content dt.cur a
{
    background: url("pro_show_ico_jian.png") no-repeat left center;
}

.map-content .dd{
    display:none;
}

.map-content dd p
{
    height: 30px;
    padding-left: 30px;
}

.map-content dd a
{
    font: 12px/30px "微软雅黑";
    color: #fff;
}

.map-content a:hover
{
    text-decoration: underline;
}

.fx_sel{
    float: right;
    margin-top: 0px;
    margin-right: 165px;
    position:relative;
    z-index:255;
}

.fx_sel .fx_box1{
    margin-right:35px;
}

.map-content .map_nr
{
    height:385px;
    overflow:auto;
    width:163px;
}

/* ==头部== */
#header
{
    display: inline-block;
    width: 171px;
    /*height:796px;*/
    padding-right: 10px;
    background: url("md2_transparent_left.png") repeat-y right top;
    /*
    position: fixed;
    top: 0;
    left: 0;
    */
    position:relative;
    z-index: 5;
}

#head_top{
    position:absolute;
    width:100%;
}

#head_top .top-nav{
    height: 36px;
    background: #f9f9f9;
    margin-left: 178px;
}

#header h1
{
    height: 91px;
    /*padding-top: 8px;*/
    position: relative;
    z-index: 100;
}

#header h1 a
{
    display: inline-block;
    width: 181px;
    height: 91px;
    position: absolute;
    /*top: 8px;*/
    left: 0;
    background: url("ico-all.png") no-repeat 0 0;
}

#header .nav
{
    width: 171px;
    padding: 23px 0;
    background: #fff;
    position: relative;
}

#header #navmove
{
    display: inline-block;
    width: 3px;
    height: 42px;
    background: #c3d702;
    position: absolute;
    top: 23px;
    right: -3px;
}

#header .nav .menu01
{
    height: 42px;
    padding-right: 3px;
}

#header .nav .menu01 a
{
    display: inline-block;
    width: 135px;
    height: 42px;
    padding-left: 36px;
    font: 13px/42px "微软雅黑";
    color: #000;
}
#header .nav #navative a{background: #34b5ef;color: #fff;}
#header .nav #navative a:hover{background: url("md2_nav_hover_bg.png") no-repeat;
    color: #fff;
    font-weight: bold;}
#header .nav .menu01 a.cur
{
    background: url("md2_nav_hover_bg.png") no-repeat;
    color: #fff;
    font-weight: bold;
}

#header .nav-tc{
    display: inline-block;
    width: 150px;
    height: 435px;
    border: 1px solid #32b3ee;
    border-left: none;
    background:#f9f9f9 url("md2_transparent_left.png") repeat-y left top;
    padding:10px 0 10px 10px;
    position: absolute;
    top:30px;
    left: 171px;
    z-index: 6;
    display: none;
}
#header .nav-tc dl{padding: 10px 0;}
#header .nav-tc dt a{padding-left:10px;font:13px/24px "微软雅黑";color:#31b2ee;}
#header .nav-tc dd a{display: inline-block;height:30px;padding-left:10px;font:13px/30px "微软雅黑";color:#555;}
#header .nav-tc dd .a1{width:55px;margin-right: 10px;}
#header .nav-tc dd .a2{width:130px;}
#header .nav-tc .border{border-bottom: 1px solid #efefef;}
#header .nav-tc dl a:hover{text-decoration: underline;}

#header .bottom-box
{
    background: #e0f3fa;
    position:relative;
    width:171px;
}
#header .bottom-box .link{height: 24px;}
#header .bottom-box .link a{display: inline-block;width:66px;padding:5px 0 0 18px;font:12px/24px "微软雅黑";color: #666;}

#header .bottom-box .wb-box
{
    margin: 0 15px;
    padding: 45px 0;
    background: url("../images/md2_news_line.png") repeat-x left bottom;
}

#header .bottom-box .wb-box p
{
    text-align: left;
}

#header .bottom-box .wb-box p.imidea
{
    position: relative;
}

#header .bottom-box .wb-box p.imidea img
{
    position: absolute;
    right: -6px;
    bottom: 13px;
}

#header .bottom-box .wb-box .p_weixin
{
    position:relative;
}

#header .wb-box a{display: inline-block;}
#header .wb-box .ico01{background:url("md2_index_news_ico01.png") left center no-repeat;}
#header .wb-box .ico02{background:url("md2_index_news_ico02.png") 10px center no-repeat;}
#header .wb-box .ico03{background:url("md2_index_news_ico03.png") 10px center no-repeat;}
#header .wb-box .ico04{background:url("md2_index_news_ico04.png") 12px center no-repeat;}
#header .bottom-box .wb-box a{padding-left: 58px;font:12px/30px "微软雅黑";color: #666;display: inline-block;}
#header .footer-box{
    padding-top: 45px;
    padding-right:15px;
    padding-bottom:38px;
    padding-left:15px;
}
#header .country a{display:inline-block;background: url("md2_index_news_ico05.png") no-repeat right center;padding-right: 30px;font:12px/30px "微软雅黑";color: #67c2f8;}
#header .footer-p{font:10px/14px "微软雅黑";color: #999;}

#header .nav-map{
    display: inline-block;
    width: 138px;
}
#header .nav-map a{display: inline-block;width: 118px;height: 24px;padding-left: 20px;background: url("md2_map_link_bg.png") no-repeat;font: 12px/24px "微软雅黑";color: #fff;}

#header .bottom-box .weixin {
    width: 0px;
    height: 0px;
    padding-left: 10px;
    position: absolute;
    z-index: 1500;
    bottom: 0px;
    left:146px;
}
/* ==顶部导航== */
.top-nav{
    height: 36px;
    background: #f9f9f9;
}
.top-nav .span-l a{
    margin:0 15px;
    font:12px/36px "微软雅黑";
    color: #666;
}
.top-nav .span-r{
    font:12px/36px "微软雅黑";
    color: #666;
}
.top-nav .span-r a{
    margin:0 10px;
    font:12px/36px "微软雅黑";
    color: #666;
}
.index-form{
    height: 38px;
    padding-top:8px;
    padding-bottom:9px;
//padding-left:440px;
    z-index: 1;
    right:19%;
    max-width:100%;
    float:right;
}
.index-form .rr{
    width: 416px;
    height:36px;
    border: 1px solid #dcdcdc;
    bottom-right:none;
    padding: 0 0 0 8px;
    font:12px/36px "微软雅黑";
    color: #666;
    z-index: 2;
}
.index-form .btn{width: 48px;height: 38px;background:#3eb0f3 url("md2_index_btn_search.png") no-repeat center center;border: none;cursor: pointer;}
.index-form form{width:474px;z-index: 1;position: relative;}
.index-form label{
    display: inline-block;
    height: 24px;
    position: absolute;
    top:7px;
    right:48px;
    z-index: 3;
}
.index-form label a{display: inline-block;padding:0 10px;margin-right:7px;background: #e0f3fb;font:12px/24px "微软雅黑";color: #3eb0f3;}
.index-form label a:hover{background: #67c2f8;color: #fff;}
.js_kwul{display:none;position:absolute;left:0;top:38px;border:1px #ccc solid;border-top:none;text-align:center;z-index:10;font-family:'微软雅黑';width:472px;}
.js_kwul li{width:472px;background:#fafafa;display:block;}
.js_kwul li a{display:block;width:466px;padding-left:6px;text-align:left;font:12px/36px "微软雅黑";}
.js_kwul li a:hover,.js_kwul .active{background:#e0f3fa;}
#content{
    max-width: 100%;
    overflow-x: hidden;
}

/* ==面包屑== */
.curmb{height: 20px;font:12px/20px "微软雅黑";color: #666;margin-top:30px;}
.curmb label{display: inline-block;float: left;width: 20px;height: 20px;background: url("md2_curmb_jt.png") no-repeat center center;}
.curmb a{display: inline-block;float: left;font:12px/20px "微软雅黑";color: #666;}
.curmb a:hover{text-decoration: underline;}
.curmb .home{width: 27px;height: 20px;background: url("md2_curmb_home.png") no-repeat center center;}
.curmb .home:hover{text-decoration: none;}

/* ==分页导航== */
.page{height:21px; }
.page span{display: inline-block;float: left;margin:0 5px;font:12px/21px"微软雅黑";color: #666;}
.page span.paging{color: #0093D5;}
.page em{color: #17a6e6;}
.page a{display: inline-block;float: left;width: 21px;height: 21px;margin:0 5px;background: url("ico-all.png") no-repeat 0 -117px;font:13px/21px "微软雅黑";color: #17a6e6;text-align: center;}
.page a.cur,.page a:hover{background: url("ico-all.png") no-repeat -22px -117px;font-weight: bold;color: #fff;}
.page .next{background: url("ico-all.png") no-repeat -44px -117px;}
.page .next:hover{background: url("ico-all.png") no-repeat -66px -117px;}
.page .last{width:41px;background: url("ico-all.png") no-repeat -88px -117px;}
.page .last:hover{background: url("ico-all.png") no-repeat -130px -117px;}

/* ==quick-menu== */
.quick-menu{display: inline-block;width:76px;position: fixed;left:1100px;top:184px;z-index:50;/*border-top: 1px solid #d6d6d6;*/}
.quick-menu h2{height:21px;border: 1px solid #d6d6d6;background: url("md2_quickmenu.jpg") no-repeat;text-indent: -9999px;}
.quick-menu a{display: inline-block;width:74px;border: 1px solid #d6d6d6;border-top: none;font:12px/20px "微软雅黑";color: #666;text-align: center;vertical-align: middle;}
.quick-menu a strong{color: #0faaea;position: absolute;top: 5px;right: 5px;}
.quick-menu .fwwx{height:30px;background:#fff url("md2_pf_fwwx.png") no-repeat center 10px;padding-top:30px; }
.quick-menu .online{height:24px;background:#fff url("md2_pf_online.png") no-repeat center 10px;padding-top:36px; position: relative;}
.quick-menu .fwzc{height:24px;background:#fff url("md2_pf_fwzc.png") no-repeat center 10px;padding-top:36px; }
.quick-menu .backtop{height:24px;background:#fff url("md2_pf_backtop.png") no-repeat center 6px;padding-top:36px;}
.quick-menu .kf_ewm{display: none; position:absolute; top:96px; right:76px; z-index:999;}

/* ==右边活动推荐== */
#right-box
{
    height: 100%;
    padding-left: 10px;
    background: url("md2_transparent_right.png") repeat-y left top;
    position: fixed;
    top: 0;
    left: 1140px;
    z-index: 2000;
}


#right-hdtj
{
    height:100%;
    padding-left: 10px;
    background: url("md2_transparent_right.png") repeat-y left top;
    position:fixed;
    top:0;
    right:0;
    z-index: 9000;
    width: 0;
}

#right-box-main
{
    background: white;
    height: 100%;
    /*overflow-y: scroll;*/
    /*position:relative;*/
    background: #777;
}

#right-box-main .btn-box
{
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 146px;
    left: 10px;
    z-index:100;
}
#right-box-main .btn-box span{position: relative;}
#right-box-main .btn-box span label{
    display: inline-block;
    width: 17px;
    height: 17px;
    background:url("ico-all.png") no-repeat -121px -268px;
    position: absolute;
    left: -8px;
    top: 116px;
    z-index:20;
}

#right-box-main .btn-box span a
{
    display: inline-block;
    width: 35px;
    height: 124px;
    text-indent: -9999px;
}

#right-box-main .btn-box .hdtj-btn a
{
    background: url("ico-all.png") no-repeat -182px 0;}

#right-box-main .btn-box .hdtj-btn a.hover
{
    background: url("ico-all.png") no-repeat -218px 0;
}

#right-box-main .btn-box .hdsq-btn a
{
    margin-top: 1px;
    background: url("ico-all.png") no-repeat -182px -125px;
}

#right-box-main .btn-box .hdsq-btn a.hover
{
    background: url("ico-all.png") no-repeat -218px -125px;
}

#right-box-main .pic-main
{
    position: relative;
    height: 100%;
    overflow-y:auto;
    overflow-x: hidden;
}

#right-box-main .pic-main td{
    width:305px;
    height:270px;
    overflow:hidden;
    margin:0;
    padding:0;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}

#right-box-main .hdtj
{
    height:271px;
    width: 1500px;
    position: relative;
    z-index: 21;
}

#right-box-main .hdtj .hdtj_td
{
    width: 612px;
}

#right-box-main .hdtj .hdtj_td .hdtj_show
{
    width:612px;
    height:270px;
    position:relative;
    overflow: hidden;
}

#right-box-main .hdtj .hdtj_td .hdtj_slider
{
    height:270px;
    position:absolute;
    left:0;
    top:0;
}

#right-box-main .hdtj .hdtj_td .hdtj_show li
{
    width:306px;
}

#right-box-main .hdtj .pic{
    width: 305px;
    height: 270px;
    position: relative;
    margin:0;
    padding:0;
}
#right-box-main .hdtj .pic .act-bottom {
    position: absolute;
    z-index: 210;
    height: 58px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.7;
    filter:alpha(opacity=70);
    display:none;
}
#right-box-main .hdtj .pic .act-title {
    font: bold 15px/30px "微软雅黑";
    color: rgb(250,186,0);
    width: 292px;
    display: inline-block;
    padding-left: 8px;
}
#right-box-main .hdtj .pic .act-con {
    font: 13px/18px "微软雅黑";
    padding-left: 8px;
    color: #fff;
}

#right-box-main .cover-bg-hdtj
{
    cursor: pointer;
    width: 100%;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22;
    background: #000;
    filter: alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#right-box-main .cover-bg-hdsq
{
    cursor: pointer;
    width: 100%;
    height: 540px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22;
    background: #000;
    filter: alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#right-box-main .hdtj a,#right-box-main .hdtj a img
{
    display:inline-block;
    float:left;
    width: 305px;
    height: 270px;
    margin:0;
    padding:0;
    border:0;
}


#right-box-main .hdsq
{
    height: 540px;
    width: 918px;
    position: relative;
    overflow: hidden;
}

#right-box-main .hdsq .pic01
{
    width: 361px;
    height: 181px;
    overflow: hidden;
    text-indent:-9999px;
}

#right-box-main .hdsq .pic02
{
    width: 194px;
    height: 181px;
    overflow: hidden;
    text-indent:-9999px;
}

#right-box-main .hdsq .pic03
{
    width: 193px;
    height: 360px;
    overflow: hidden;
    text-indent:-9999px;
}

#right-box-main .hdsq .pic04
{
    width: 362px;
    height: 182px;
    overflow: hidden;
    text-indent:-9999px;
}

#right-box-main .hdsq .pic05
{
    width: 362px;
    height: 178px;
    overflow: hidden;
    text-indent:-9999px;
}

#right-box-main .hdsq .pic06
{
    width: 363px;
    height: 363px;
    overflow: hidden;
    text-indent:-9999px;
}

#right-box-main .hdsq .pic07
{
    width: 363px;
    height: 177px;
    overflow: hidden;
    text-indent:-9999px;
}
/* ==提示向下滚动图标== */
.go-to-down{display: inline-block;width: 53px;height: 53px;background: url("ico-all.png") no-repeat -200px -250px;position: fixed;bottom: 40px;left: 572px;z-index: 1000;}



.md_a_btn01 {
    display: inline-block;
    width: 74px;
    height: 23px;
    padding-left: 15px;
    background: url(md_btn_bg01.png) no-repeat;
    border: none;
    font: 12px/23px "微软雅黑","Arial", "sans-serif";
    color: #FFF;
    text-align: left;
}

.md_btn02 {
    display: inline-block;
    width: 77px;
    height: 23px;
    background: url(md_btn_bg02.png) no-repeat;
    border: none;
    font: 12px/23px "微软雅黑","Arial", "sans-serif";
    color: #FFF;
    cursor: pointer;
    text-align: center;
}

.mt30 {
    margin-top: 30px;
}

.md_btn01 {
    display: inline-block;
    width: 89px;
    height: 23px;
    background: url(md_btn_bg01.png) no-repeat;
    border: none;
    font: 12px/23px "微软雅黑","Arial", "sans-serif";
    color: #FFF;
    cursor: pointer;
    text-align: center;
}

.md_a_btn03 {
    display: inline-block;
    width: 110px;
    height: 30px;
    padding-left: 50px;
    background: #2A9AD4 url(md_btn_bg03.png) no-repeat left center;
    border: none;
    font: 12px/30px "微软雅黑","Arial", "sans-serif";
    color: #FFF;
    text-align: left;
}

.md_btn_search {
    display: inline-block;
    float: left;
    width: 71px;
    height: 23px;
    border: none;
    background: #2A9AD4;
    font: 12px/23px "微软雅黑";
    color: #FFF;
    text-align: center;
    cursor: pointer;
}


.no_data{padding:40px 100px;}
.no_data .main{background:url(search_none_bg.png) no-repeat left top;padding:20px 0 0 90px;}
.no_data h3{font:16px/30px "微软雅黑";color:#222;}
.no_data h3 em{font-style:normal;font-weight:bold;color:#f63e3a;}
.no_data p{font:14px/30px "微软雅黑";color:#222;}
.no_data p strong{font:bold 20px/30px "微软雅黑";color:#299ad4;}
.no_data ul{padding:15px 0;}
.no_data li{background:url(lm03_li_ico.png) no-repeat 5px center;padding-left:16px;font:14px/30px "微软雅黑";color:#222;


.go-to-down{display: inline-block;width: 53px;height: 53px;background: url("ico-all.png") no-repeat -200px -250px;position: fixed;bottom: 40px;right: 50px;z-index: 100;}

.mCSB_container{
    width:auto;
    margin-right:30px;
    overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
    margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
    margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
    width:16px;
    height:100%;
    top:0;
    right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
    margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
    width:2px;
    height:100%;
    margin:0 auto;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
    cursor:pointer;
    width:100%;
    height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width:4px;
    height:100%;
    margin:0 auto;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    display:block;
    position:relative;
    height:20px;
    overflow:hidden;
    margin:0 auto;
    cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
    top:100%;
    margin-top:-40px;
}

.mCSB_horizontal>.mCSB_container{
    height:auto;
    margin-right:0;
    margin-bottom:30px;
    overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
    margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
    margin-right:0;
    margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
    width:100%;
    height:16px;
    top:auto;
    right:auto;
    bottom:0;
    left:0;
    overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
    margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
    width:100%;
    height:2px;
    margin:7px 0;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
    width:30px;
    height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width:100%;
    height:4px;
    margin:6px auto;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
    display:block;
    position:relative;
    width:20px;
    height:100%;
    overflow:hidden;
    margin:0 auto;
    cursor:pointer;
    float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
    margin-left:-40px;
    float:right;
}
.mCustomScrollBox{
    -ms-touch-action:none;
}


.mCS-midea-black>.mCSB_scrollTools .mCSB_draggerRail{
    width:7px;
    background:#333333;
    background:rgba(51,51,51,1.0);
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.mCS-midea-black>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width:7px;
    background:#333333;
    background:rgba(51,51,51,1.0);
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.mCS-midea-black.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
    width:100%;
    height:4px;
    margin:6px 0;
}
.mCS-midea-black.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width:100%;
    height:6px;
    margin:5px auto;
}