@charset "utf-8";
/* CSS Document */
/*顶部导航居右 */
#header { background: #fff; }
/*导航*/
#leftcontrol { background: #FAFAFA; }
#leftcontrol ul li { border-top: 1px solid #EBEBEB; }
#leftcontrol > ul > li.active a { background: #333; color: #fff; }
#leftcontrol ul li:hover { background-color: transparent; }
#leftcontrol ul li.active a.hassub { background: #333; }
#leftcontrol ul.subnav li a { background: #ebebeb; color: #4E4E4E; }
#leftcontrol ul.subnav li.active a { background: #E7E7E7; }
#sitecontent { box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
#leftcontrol ul li a span.circle { border: #D8D8D8 1px solid; border-radius: 5px; width: 8px;height:8px; background-color:transparent; }
#leftcontrol ul li a span.circle { margin-right:15px;position: relative;top:1px;}
#leftcontrol ul li.active a span.circle { border-color: #fff;background-color: #fff;margin-right:15px;}
#leftcontrol ul.subnav li a i { color: #B4B4B4; }
#leftcontrol ul.subnav li.active a { background:#555; color:#fff;}
/*导航结束*/
#indexPage #mservice .slider_wrapper .bx-controls-direction a i {top: calc(50% + 10px);}
.scrollView {border-top: 1px solid rgba(0,0,0,.05);}
