/* 导航 */
.top-bar{background: transparent; }
.top-bar-section ul li{background: #E6E6E6;}
.top-bar-section ul li>a{color: #434343;}
.top-bar.expanded .title-area{background-color: transparent;}
/* .top-bar-section .has-dropdown>a:after{border-color: transparent transparent transparent rgba(255, 153, 0, 0.8);} */
.top-bar-section .dropdown li.title h5 a{display: none;}
.top-bar-section li:not(.has-form) a:not(.button) {background: transparent;}
.top-bar-section li.active:not(.has-form) a:not(.button) {background: transparent; color: #2581ff;}
.top-bar-section li:not(.has-form) a:not(.button):hover { background: transparent; color: #2581ff;}
.top-bar-section li.active:not(.has-form) a:not(.button):hover{background: #ffffff;color: #2581ff;}
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button){background: #ffffff;color: #434343;}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button){background: #2581ff;color: #ffffff;}
/* .top-bar .name h1 a{background-image:-webkit-linear-gradient(bottom,#7f40ff,#2581ff); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; } */

/* 按钮 */
button:hover, button:focus, .button:hover, .button:focus {background-color: #2581ff;}

/*按钮*/
.more a{background: transparent;border: 1px solid #2581ff;color: #2581ff;box-shadow: rgba(0,92,255,0.12) 2px 5px 12px 0px;}

/* 标题 */
.title h3{color:#2581ff;}
.title h3:after{background: #2581ff;}
.title h3 small{color: #2581ff;}  
.title1 h4{color:#2581ff;}
/* foot */
.footer{background: #043a4c;}
/* 鼠标滑过 */
.img_list:hover,.case_list:hover,.lessons_list-f img:hover{border: 1px solid #3289fd;}
.case_list:hover{box-shadow: 0 0px 12px 0 rgba(57, 102, 238, .5);}
/* 产品服务 */
.practical h4{color: #008CBA;}
.practical h6{color: #ff9900;}
.service .icon i{background-image: linear-gradient(to right top, #3289fd, #35cdff); color: #fff;}
.service_mode{background-color: #fff; border-bottom: 2px solid #ff9900;}
.service_mode ul li >div i{background-image:-webkit-linear-gradient(bottom,#ff9900,#ffd200); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;}
.service_mode ul li >div:hover h5{color: #ff9900;}
.service_level ul li p{color: rgb(153, 153, 153);}
.service_level .more{background-color: #fff;}
.service_level .more .button.success{background-color: rgba(251,56,0,1);}
