@charset "utf-8";
/* -------------------------------- sidebar ----------------------- */
.sidebar-tbtns{width: 40px; height: 130px; line-height: 21px; font-size: 15px; background: #FD6C21; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 6px 0 0 6px; position: fixed; right: -100%; top: 50%; transform: translateY(-50%); cursor: pointer; transition: right .3s; z-index: 3000;}
.sidebar{position: fixed; right:-100%; top: 50%; width:134px; height:480px; z-index:3000; transition: right .3s; background:url(../images/right_cb_bg.png) no-repeat 0 42px; padding:10px; transform: translateY(-50%);}
.sidebar-tbtns.center{right: -100%;}
.sidebar.center {right: 0;}
.sidebar .side-item {width: 100%;text-align:center;/*cursor: pointer;*/}
.sidebar .side-item1 {width: 100%;text-align:center;margin-top:29px; clear:both; height:132px}
.sidebar .side-item1 ul li{ width:66px; height:66px; float:left; font-size:12px;}
.sidebar .side-item1 ul li:nth-child(2){ border-right:1px solid #F5F5F5;border-bottom:1px solid #F5F5F5}
.sidebar .side-item1 ul li:nth-child(3){ border-bottom:1px solid #F5F5F5;}
.sidebar .side-item1 ul li:nth-child(4){ border-right:1px solid #F5F5F5;}

.sidebar .side-item1 ul li img{ height:22px; width:auto; margin:10px 20px 10px 20px}
.right_cb_ewm{ display:none; position:fixed;top:25%; right:154px}
.right_cb_ewm img{ width:118px; height:auto}
.right_cb_sh{ display:none; position:fixed;top:15%; right:154px; background:#fff; width:118px; padding:10px auto}
.sidebar .side-item2 {width: 100%;text-align:left;margin-top:20px; background:#F5F5F5;border-radius:8px; height:100px; padding:10px 0 5px 0}
.sidebar .side-item2 h1{ font-size:14px; display:block; height:20px; line-height:20px; padding-left:8px;}
.sidebar .side-item2 b{ font-size:14px; display:block; height:30px; line-height:30px; color:#FD6C21;padding-left:8px;}
.sidebar .side-item2 span{ font-size:12px; display:block; height:40px; line-height:20px; color:#999999;padding-left:8px;}
.sidebar .side-item3 {width: 100%;text-align:center;margin-top:20px; background:url(../images/right_cb_xz.png) no-repeat 20px 10px #FD6C21;height:32px; line-height:32px; color:#fff; font-size:14px}
.sidebar .side-item4 {width: 100%;text-align:center;margin-top:40px;height:32px;background:url(../images/right_cb_sj.png) no-repeat center 2px; line-height:38px; color:#4D494B; font-size:14px;cursor: pointer;}