@charset "UTF-8";
@import url(jquery.mCustomScrollbar.css);
html{overflow-y:hidden;}
body{margin:0;height:100%;}
a:active,a:hover{outline:0}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
input,select,button{outline:none;}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
img{vertical-align:middle;border:0}
@-ms-viewport{width:device-width}
html{font-size:50px;-webkit-tap-highlight-color:transparent;height:100%;min-width:320px;overflow-x:hidden}
body{font-family:"Microsoft YaHei";font-size:.3em;line-height:1;color:#333;background-color:#F7F7F7;}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.1}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1}
.h1,.h2,.h3,h1,h2,h3{margin-top:.28rem;margin-bottom:.14rem}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}
.h4,.h5,.h6,h4,h5,h6{margin-top:.14rem;margin-bottom:.14rem}
.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}
.h1,h1{font-size:.364rem}
.h2,h2{font-size:.2996rem}
.h3,h3{font-size:.238rem}
.h4,h4{font-size:.175rem}
.h5,h5{font-size:.14rem}
.h6,h6{font-size:.119rem}
h6{margin-top:0;margin-bottom:0}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
a{color:#06c1ae;text-decoration:none;outline:0}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
a.react,label.react{display:block;color:inherit;height:100%}
a.react.react-active,a.react:active,label.react:active{background:rgba(0,0,0,.1)}
ul{margin:0;padding:0;list-style-type:none}
hr{margin-top:.28rem;margin-bottom:.28rem;border:0;border-top:1px solid #DDD8CE}
h6{line-height:1.41;text-align:justify;margin:-.2em 0;word-break:break-all}
small,weak{color:#666}
::-webkit-input-placeholder {color:#999;line-height:inherit;} 
:-moz-placeholder {color:#999;line-height:inherit;} 
::-moz-placeholder {color:#999;line-height:inherit;}
@font-face {
    font-family: 'adminthemesregular';
    src: url('font/adminthemes-webfont.eot');
    src: url('font/adminthemes-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/adminthemes-webfont.woff2') format('woff2'),
         url('font/adminthemes-webfont.woff') format('woff'),
         url('font/adminthemes-webfont.ttf') format('truetype'),
         url('font/adminthemes-webfont.svg#adminthemesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*other public*/
.iconfont{font-family:'adminthemesregular';}
.add_icon:before{content:"a";margin:0 5px;font-family:'adminthemesregular';}
.money_icon:before{content:"$";margin:0 5px;font-family:'adminthemesregular';font-size:20px;}
.rmb_icon{color:#19a97b;}
.rmb_icon:before{content:"￥";margin-right:2px;}
.ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.center{text-align:center;}
.hide{display: none;}
.fl{float:left;}
.fr{float:right;}
.mtb{margin:5px 0;overflow:hidden;}
.mlr{margin:0 5px;overflow:hidden;}
.mlrb{margin:0 5px 5px;overflow:hidden;}
.vat{vertical-align:top; margin-top: 8px;}
.noStyle {border: none; background-color: transparent;}
.w25 {width:25px !important;}
.w50 {width:50px !important;}
.w100 {width:100px !important;}
.w120 {width:120px !important;}
.w150 {width:150px !important;}
.w200 {width:200px !important;}
.w300 {width:300px !important;}
.w500 {width:500px !important;}
.wp24 {width:24% !important;}
.wp47 {width:47% !important;}
.wp49 {width:49% !important;}
.wp50 {width:50% !important;}
.wp100 {width:100% !important;}
.h25 {height:25px !important;}
.red {color:red !important;}
.blue {color:blue !important;}
.purple {color:purple !important;}
.cb {clear: both;}
.weight {font-weight: bold;}
.m15 {margin: 15px;}
.ml15 {margin-left: 15px;}
.mtb10{margin:10px 0;}
.mlr10{margin:0 10px !important;}

@-webkit-keyframes myAnimation {
    0% { opacity: 0; filter: alpha(opacity=0); color: red;}
    100% { opacity: 1; filter: alpha(opacity=100); color: red;}
}
@keyframes myAnimation {
    0% { opacity: 0; filter: alpha(opacity=0); color: red;}
    100% { opacity: 1; filter: alpha(opacity=100); color: red;}
}
.jump_red { -webkit-animation: myAnimation 1s infinite; animation: myAnimation 1s infinite}

.admin_login{width:300px;height:auto;overflow:hidden;margin:10% auto 0 auto;padding:40px;box-shadow:0 -15px 30px #0d957a;border-radius:5px;}
.admin_login dt{font-size:20px;font-weight:bold;text-align:center;color:#FFFFFF;text-shadow:0 0 1px #0e947a;margin-bottom:15px;}
.admin_login dt strong{display:block;}
.admin_login dt em{display:block;font-size:12px;margin-top:8px;}
.admin_login dd{margin:5px 0;height:42px;overflow:hidden;position:relative;}
.admin_login dd .login_txtbx{font-size:14px;height:26px;line-height:26px;padding:8px 5%;width:90%;text-indent:2em;border:none;background:#B7E1D9;color:white;}
.admin_login dd .login_txtbx::-webkit-input-placeholder {color:#f4f4f4;line-height:inherit;} 
.admin_login dd .login_txtbx:-moz-placeholder {color:#f4f4f4;line-height:inherit;} 
.admin_login dd .login_txtbx::-moz-placeholder {color:#f4f4f4;line-height:inherit;}
.admin_login dd .login_txtbx:focus{background:#55b7a4;}
.admin_login dd:before{font-family:'adminthemesregular';position:absolute;top:0;left:10px;height:42px;line-height:42px;font-size:20px;color:#0c9076;}
.admin_login dd.user_icon:before{content:"u";}
.admin_login dd.pwd_icon:before{content:"p";}
.admin_login dd.val_icon:before{content:"n";}
.admin_login dd .ver_btn{text-align:right;border:none;color:#f4f4f4;height:42px;line-height:42px;margin:0;z-index:1;position:relative;float:right;background:#48bca5;}
.admin_login dd .checkcode{float:left;width:182px;height:42px;background:#fff}
.admin_login dd .checkcode input{width:120px;height:36px;line-height:36px;padding:3px;color:white;outline:none;border:none;text-indent:2.8em;}
.admin_login dd .checkcode canvas{width:85px;height:36px;padding:3px;z-index:0;background:#B7E1D9;}
.admin_login dd .submit_btn{width:100%;height:42px;border:none;font-size:16px;background:#048f74;color:#f8f8f8;}
.admin_login dd .submit_btn:hover{background:#0c9076;color:#f4f4f4;}
.admin_login dd p{color:#53c6b0;font-size:12px;text-align:center;margin:5px 0;}

/*header*/
/*
header{background:#19a97b; height: 90px; overflow:hidden;}
header h1{width:100%; margin:0px;}
header h1 img{width:400px;height:70px; display: inherit; margin: 10px auto;}
header .head_title {color: #FFFFFF; float: right; margin-top: -30px; margin-right: 10px;}
header .rt_nav{float:right;overflow:hidden;margin-right:3%;margin-top:12px;}
header .rt_nav li{float:left;padding:0 25px;text-align:center;border-right:1px #139667 solid;}
header .rt_nav li:last-child{border:none;}
*/
header{background:#19a97b; width: 100%; height: 90px; display: inline-block;}
header h1{width:100%; margin:0px;}
header h1 img{width:500px;height:70px; display: inherit; margin: 10px auto;}
header .head_title {color: #FFFFFF; float: right; margin-top: -30px; margin-right: 10px;}
.nav {}
.lt_nav{width: calc(100% - 420px); height: 30px; line-height: 30px; overflow: hidden; float: left; display: inline-block; margin:12px 0 8px; color: #ffbe00}
.rt_nav{width: 400px; float: right; display: inline-block; margin:12px 0 8px;}
.rt_nav li{float:left;padding:0 10px;text-align:center;line-height: 30px;}
.rt_nav li a{color:#333333;display:block;}
.rt_nav li a:hover{color:black;}
.rt_nav li a:hover:before{color:black;}
.rt_nav li a:before{font-family:'adminthemesregular';color:#19a97b;font-size:30px;vertical-align: middle;}
.rt_nav li .website_icon:before{content:"I";}
.rt_nav li .admin_icon:before{content:"U";}
.rt_nav li .clear_icon:before{content:"C";}
.rt_nav li .set_icon:before{content:"S";}
.rt_nav li .quit_icon:before{content:"Q";}
.rt_nav li .warn_icon:before{content:"x";}
.rt_nav li .help_icon:before{content:"v";}

.suspension a{text-align: center; line-height: 44px; font-size:18px;text-shadow:0 0 1px #20af83;display:block;}
.suspension a:hover{color:#f4f4f4;}
.suspension a:hover:before{color:#f4f4f4;}
.suspension a:before{font-family:'adminthemesregular';color:white;font-size:30px;display:block;}
.suspension .website_icon:before{content:"I";}
.suspension .admin_icon:before{content:"U";}
.suspension .clear_icon:before{content:"C";}
.suspension .set_icon:before{content:"S";}
.suspension .quit_icon:before{content:"Q";}
.suspension .website_icon:before{content:"I";}
.suspension .right_icon:before{content:"Y";}
.suspension .wrong_icon:before{content:"X";}
.suspension .add_icon:before{content:"a";}
.suspension .warn_icon:before{content:"x";}
.suspension .help_icon:before{content:"v";}
/*aside nav*/
.lt_aside_nav{width:180px;height:100%;position:absolute;left:0;background:#DFDFDF;}
.lt_aside_nav h2{text-align:center;border-bottom:1px #b6b6b6 solid;margin:0;height:45px;line-height:45px;background:#DFDFDF;}
.lt_aside_nav h2 a{display:block;color:#333333;font-size:14px;text-shadow:0 0 2px white;}
.lt_aside_nav ul{margin-bottom:75px;}
.lt_aside_nav dl{margin:0;}
.lt_aside_nav dl dt{font-weight:bold;height:45px;line-height:45px;border-bottom:1px #e9e9e9 solid;padding:0 40px;position:relative;}
.lt_aside_nav dl dd{margin:0 30px;height:40px;line-height:40px;}
.lt_aside_nav dl dd a{display:block;color:#555555;padding:0 15px;}
.lt_aside_nav dl dd a:hover{text-shadow:0 1px 5px #f4f4f4;color:#19a97b;}
.lt_aside_nav dl dd .active{color:#19a97b;}
.lt_aside_nav dl dd .active:after{content:"◆";position:absolute;right:-7px;font-size: 25px;color:#19a97b;}
.lt_aside_nav .btm_infor{height:35px;line-height:35px;width:100%;background:#efefef;border-top:1px #b6b6b6 solid;text-align:center;color:#aaa;}
/*public:rtContent*/
.rt_wrap{margin-left:188px;margin-right:10px;height:100%;position:relative;background-color: #FFFFFF;}
.rt_content{margin-bottom:80px;overflow:hidden;}
.textWhite{color:white;}
.link_btn{border:1px #139667 solid;border-radius:2px;background:#19a97b;color:white;padding:8px 15px;display:inline-block;cursor:pointer;}
.link_btn:hover{background:#11a274;border:1px #0e8f61 solid;}
.link_btn:active{background:#0c9c6e;border:1px #0e8f61 solid;}
.textbox{border:1px #DCDCDC solid;height:20px;line-height:20px;padding:2px;font-size:12px; vertical-align:middle; border-radius:5px; }
.outvoicebox{border:1px #CCCCCC solid;height:14px;line-height:26px;padding:2px;font-size:12px; vertical-align:middle;}
.textbox_355{width:355px !important;}
.textbox_295{width:295px !important;}
.textbox_225{width:225px;}
.textbox_175{width:175px !important;}
.textbox_125{width:125px !important;}
.textbox_100{width:100px !important;}
.textbox_75{width:75px !important;}
.select{padding:0 2px;height:26px;font-size:12px;border:1px #DCDCDC solid;vertical-align:middle; border-radius:5px; appearance: button;-webkit-appearance:button;}
.group_btn{border:1px #00B28E solid;border-radius:5px;background:#00B28E;color:white;padding:0 15px;height:30px;cursor:pointer;display:inline-block;vertical-align:middle;}
.group_btn:hover{background:#11a274;border:1px #0e8f61 solid;}
.group_btn:active{background:#0c9c6e;border:1px #0e8f61 solid;}
.page_title{height:40px;line-height:40px;border-bottom:1px #F6F6F6 solid;margin: 10px 15px 0;}
.page_title h2{padding-left: 15px;font-weight:bold;}
.page_title h2:before {position: absolute;width: 5px;height: 15px;background: #67c1a5;content: "";margin-left: -15px; border-radius: 2px;}
.data_title{border-bottom:1px #F6F6F6 solid;margin: 10px 15px 0;}
.data_title h2{padding-left: 15px;font-weight:bold;}
.data_title h2:before {position: absolute;width: 5px;height: 15px;background: #67c1a5;content: "";margin-left: -15px; border-radius: 2px;}
.top_rt_btn{display:inline-block;height:30px;line-height:30px; padding:0 15px; margin-top: 50px; border:1px #d2d2d2 solid;border-radius:5px; background:#f8f8f8;color:#19a97b; vertical-align:middle;cursor:pointer;}
.table{width:100%;font-size:12px;}
.table th{height:40px;line-height:40px;font-size:14px;}
.table td{padding:10px 8px;position:relative;}
.table td p{margin:5px 0;line-height:1.3;}
.table td mark{color:red;line-height:1.3;}
.table tr:nth-child(odd){background:#f8f8f8;}
.table tr:hover{background:#f9f9f9;}
.table td a{color:#00B28E;margin:0 5px;cursor:pointer;}
.table td .full_link_td{display:block;width:100%;height:100%;border:none;outline:none;position:absolute;top:0;left:0;text-align:center;margin:0;font-size:20px;font-weight:bold;}
.table td .full_link_td:hover{background:#f4f4f4;color:#019163;}
.table td .inner_btn{color:#FF99FF;}
.table td .inner_btn:hover{/*background:#ffa4ff;color:#f8f8f8;*/}
.table td .green_btn{/*background:#11a274;color:white;padding:5px 8px;border-radius:2px;*/}
.table td .green_btn:hover{/*background:#11a274;color:#f8f8f8;*/}
.table td .grey_btn{color:#999999;}
.table td .grey_btn:hover{/*background:#999999;color:#f8f8f8;*/}
.table td .red_btn{color:red;}
.table td .red_btn:hover{/*background:red;color:#f8f8f8;*/}
.table td .orange_btn{color:#FFA500;}
.table td .orange_btn:hover{/*background:#FFA500;color:#f8f8f8;*/}
.table td .cut_title{width:265px;}
.table td .link_icon{font-size:24px;font-family:'adminthemesregular';color:#19a97b;}
.table td .link_icon:hover{color:#019163;}
.table2 th {border: 1px #d2d2d2 solid;}
.table2 td {border: 1px #d2d2d2 solid;}
.table3 td {border-left: 1px #DEDEDE dashed;}
.table3 td {border-right: 1px #DEDEDE dashed;}

.themesregular_link_icon{font-size:24px;font-family:'adminthemesregular';color:#19a97b;}
.paging{margin:8px 0;overflow:hidden;text-align:right;}
.paging a{background:#19a97b;border:1px #139667 solid;color:white;padding:5px 8px;display:inline-block;cursor:pointer;}
.paging a:hover{background:#11a274;border:1px #0e8f61 solid;}
.paging .active{background:#3399FF;border:1px #3399FF solid;}
.paging .disabled{background:#999999;border:1px #999999 solid;}

.single_selection{color:#333;padding:6px 8px;display:inline-block;vertical-align:middle;}
.single_selection input{margin-right:3px;vertical-align:middle;}
.errorTips{color:red;margin:0 8px;display: none;}
.errorTips:before{content:"x";font-family:'adminthemesregular';margin-right:3px;font-size:16px;}
.textarea{display:inline-block;margin-top:5px;outline:none;resize:none;border:1px #DCDCDC solid;padding:2px; border-radius:5px;}
.uploadImg{display:inline-block;padding:15px;background:#f8f8f8;position:relative;border:1px #139667 solid;}
.uploadImg input{display:none;}
.uploadImg span{display:block;font-size:12px;text-align:center;color:#139667;}
.uploadImg span:hover{color:#209f71;}
.uploadImg span:before{content:"#";font-family:'adminthemesregular';display:block;font-size:40px;}
.ulColumn2{overflow:hidden;}
.ulColumn2 li{margin:15px 0;}
.ulColumn2 li .item_name{text-align:right;display:inline-block;}
.ulColumn33 li{width: 25%; float: left;}
.ulColumn33 li select{width: 181px;}
.ulColumn20 li{width: 20%; float: left;}
.ulColumn20 li select{width: 120px;}
/*TAB*/
.admin_tab{overflow:hidden;margin-bottom:8px;}
.admin_tab li{float:left;height:42px;line-height:40px;}
.admin_tab li:last-child{border:none;}
.admin_tab li a{display:block;padding:0 20px;color:grey;font-size:12px;cursor:pointer;}
.admin_tab li a.active{background:white;font-weight:bold;border-bottom:2px #00B28E solid; color:#00B28E;}
.admin_tab_cont{display:none;margin:5px 0;overflow:hidden;}
.cont_col_lt{width:300px;overflow:hidden;float:left;}
.cont_col_rt{margin-left:315px;overflow:hidden;}
/*pop*/
.pop_bg{display:none;background:rgba(0,0,0,.35);width:100%;height:100%;position:fixed;top:0;left:0;z-index:999;}
.pop_cont{background:white;height:auto;overflow:hidden;position:absolute;top:30%;left:50%;border-radius:5px 5px 0 0;}
.pop_cont_small{width:300px;margin-left:-150px;}
.pop_cont_mid{width:600px;margin-left:-300px;}
.pop_cont_large{width:900px;margin-left:-450px;}
.pop_cont h3{height:40px;line-height:40px;font-size:14px;font-weight:bold;margin:0;padding:0 2em;}
.pop_cont h3:before {position: absolute;width: 5px;height: 15px;background: #67c1a5;content: "";top:12px; left: 15px; border-radius: 2px;}
.pop_cont i {float: right;width: 30px;height: 30px;margin: -30px -5px 0 0; cursor:pointer;}
.pop_cont .pop_cont_text{padding:10px;line-height:1.3;color:grey;}
.pop_cont .pop_cont_input{padding:10px;text-align:center;}
.pop_cont .pop_cont_input li{margin:5px 0;text-align:left;overflow:hidden;}
.pop_cont .pop_cont_input li .ttl{display:inline-block;}
.pop_cont .pop_cont_input li .textbox{border:1px #d2d2d2 solid;width:200px;display:inline-block;}
.pop_cont .pop_cont_input li .select{border:1px #d2d2d2 solid;}
.pop_cont .pop_cont_input li .textarea{border:1px #d2d2d2 solid;}
.pop_cont .pop_cont_input span{text-align:right;display: inline-block;}
.pop_cont .btm_btn{padding:10px 0;text-align:center;}
.pop_cont .btm_btn .input_btn{display:inline-block;height:35px;border:none;background:none;padding:0 20px;}
.pop_cont .btm_btn .trueBtn{background:#19a97b;color:white;border:1px #19a97b solid;border-radius:2px;}
.pop_cont .btm_btn .trueBtn:hover{background:#13a174;border-radius:0;border:1px #13a174 solid;}
.pop_cont .btm_btn .refuseBtn{background:red;color:white;border:1px red solid;border-radius:2px;}
.pop_cont .btm_btn .refuseBtn:hover{background:red;border-radius:0;border:1px red solid;}
.pop_cont .btm_btn .falseBtn{background:#fafafa;color:grey;border:1px #d2d2d2 solid;border-radius:2px;}
.pop_cont .btm_btn .falseBtn:hover{background:#f0f0f0;border-radius:0;color:#818181;text-shadow:0 1px 1px white;}


/*loading*/
.loading_area, .message_success_area, .message_error_area{display:none; background:rgba(0,0,0,.55);position:fixed;left:0;top:0;width:100%;height:100%;text-align:center;z-index:999;}
.loading_cont, .message_success_cont, .message_error_cont{overflow:hidden; border-radius:20px; margin-top:20%; width:250px; height: 100px; margin: 300px auto; padding: 50px; line-height: 50px; background-color:rgba(255,255,255,.85)}
@-webkit-keyframes loading_icon{0%{transform:scaleY(1);-moz-transform:scaleY(1);-webkit-transform:scaleY(1)}
50%{transform:scaleY(.4);-moz-transform:scaleY(.4);-webkit-transform:scaleY(.4)}
100%{transform:scaleY(1);-moz-transform:scaleY(1);-webkit-transform:scaleY(1)}
}
@-moz-keyframes loading_icon{0%{transform:scaleY(1);-moz-transform:scaleY(1);-webkit-transform:scaleY(1)}
50%{transform:scaleY(.4);-moz-transform:scaleY(.4);-webkit-transform:scaleY(.4)}
100%{transform:scaleY(1);-moz-transform:scaleY(1);-webkit-transform:scaleY(1)}
}
.message_success_icon span:before{content:"\2611"; font-family:'adminthemesregular'; color: #19a97b; font-size:1rem; }
.message_error_icon span:before{content:"\2612"; font-family:'adminthemesregular'; color: #FF0000; font-size:1rem; }
.loading_icon i{display:inline-block;width:4px;height:20px;border-radius:2px;background:#19a97b;margin:0 2px}
.loading_icon i:nth-child(1){-webkit-animation:loading_icon 1s ease-in .1s infinite;-moz-animation:loading_icon 1s ease-in .1s infinite;animation:loading_icon 1s ease-in .1s infinite}
.loading_icon i:nth-child(2){-webkit-animation:loading_icon 1s ease-in .2s infinite;-moz-animation:loading_icon 1s ease-in .2s infinite;animation:loading_icon 1s ease-in .2s infinite}
.loading_icon i:nth-child(3){-webkit-animation:loading_icon 1s ease-in .3s infinite;-moz-animation:loading_icon 1s ease-in .3s infinite;animation:loading_icon 1s ease-in .3s infinite}
.loading_icon i:nth-child(4){-webkit-animation:loading_icon 1s ease-in .4s infinite;-moz-animation:loading_icon 1s ease-in .4s infinite;animation:loading_icon 1s ease-in .4s infinite}
.loading_icon i:nth-child(5){-webkit-animation:loading_icon 1s ease-in .5s infinite;-moz-animation:loading_icon 1s ease-in .5s infinite;animation:loading_icon 1s ease-in .5s infinite}
.loading_txt mark, .message_error_txt mark{background:none;font-size:16px;color:red;}
.loading_txt mark, .message_success_txt mark{color:#19a97b;}
.message_error_txt mark{color:#FF0000;}
/*statistic*/
.dataStatistic{width:700px;height:400px;border:1px solid #ccc;margin:0 auto;margin-top:100px;overflow:hidden}
#cylindrical{width:700px;height:400px;margin-top:-15px}
#line{width:700px;height:400px;margin-top:-15px}
#pie{width:700px;height:400px;margin-top:-15px}

.report ul li {float: left; width: 13%; padding: 20px 10px; background-color: #4FCDA5; margin: 10px 5px; border-radius:8px; color: #FFFFFF; /*border: 1px solid #CCCCCC;background:url(../images/index_bg_1.png) no-repeat 100% 100%;*/}
.report2 ul li {background-color: #688FDB;/*background:url(../images/index_bg_2.png) no-repeat 100% 100%;*/}
.report3 ul li {background-color: #9790ED;/*background:url(../images/index_bg_3.png) no-repeat 100% 100%;*/}
.report .report_icon {font-size: 36px; float: left; margin-right: 10px;}
.report .report_text a{color: #FFFFFF;}
.report .report_num {font-size: 20px; }
.report .report_num a{color: #FFFFFF;}
.report_data ul li {float: left; width: 17%; padding: 20px 0; margin: 10px 1%; border: 1px solid #CCCCCC;}
.report_data .report_num {text-align: center; font-size: 36px;}
.report_data .report_text {text-align: center; padding-top: 20px;}
.report_data .report_text a{color: #000000;}
.report_table ul li {float: left; width: 30%; margin: 10px 1%;}

.time-axis{ margin: 0; padding: 0; position: relative;}
.time-axis:before{ content: ''; position: absolute; left: 150px; top: 15px; width: 1px; height: 100%; background-color: #E4E4E4;}
.time-axis-item{ list-style: none; padding-left: 200px; position: relative; line-height: 45px; font-size: 14px; color: #141414;}
.time-axis-achievement{ margin: 0;}
.time-axis-date{ position: absolute; left: 0; top: 0; color: #666;}
.time-axis-date span{ position: absolute; right: -49px; top: 35%; display: block; width: 13px; height: 13px; border: 1px solid #ccc; border-radius: 100%; background-color: #fff;}
.time-axis-date span:after{ content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 7px; height: 7px; margin: auto; background-color: #ccc; border: 1px solid #ccc; border-radius: 100%;}
.time-axis-item:first-child .time-axis-date span{ border-color: #48BEB2;}
.time-axis-item:first-child .time-axis-date span:after{ background-color: #48BEB2; border-color: #48BEB2;}
.time_axis_btn{background:#CCCCCC;color:#000000;padding:5px;border-radius:2px; border: 0; line-height: 20px; margin-right: 10px;}


/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:150px;background:#fff;position:absolute;right:67px;min-height:50px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d-cart{top:132px;}
.suspension .d .inner-box{padding:2px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:2px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:2px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

.Bar ,.Bars { position: relative; width: 200px; border: 1px solid #B1D632; padding: 1px; }
.Bar div,.Bars div { display: block; position: relative; background:#00F;/* 进度条背景颜色 */ color: #333333; height: 20px; /* 高度 */ line-height: 20px; /* 必须和高度一致，文本才能垂直居中 */ }
.Bars div{ background:#090}
.Bar div span,.Bars div span { position: absolute; width: 200px; text-align: center; font-weight: bold; }