﻿@charset "utf-8";
::selection {
background:#228ae7; 
color:#fff;
}
::-moz-selection {
background:#228ae7; 
color:#fff;
}
::-webkit-selection {
background:#228ae7; 
color:#fff;
}
a {
    color: #5a5a5a;
    -webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}
    a:hover {
        color:#96cdff;
        text-decoration:none;
        cursor: pointer;
    }

/*
头部背景
*/
.header_container {
    /*background:url(../img/header_bg.jpg) no-repeat;*/
}

/*

*/
.m-nav li {
    
}

.m-nav li:hover {
	
}
.m-nav > li > ul {
}

.m-nav > a.layui-btn,.person_menu_nav > a.layui-btn {
    background:none;
   border-color:#fff;
}
.m-nav > a.no_border,.person_menu_nav > a.no_border {
    border:none;
}
.layui-form-select dl dd.layui-this {
    background-color:#1875c5;
}

/*
    重置layui样式btn
*/
.layui-btn {
    padding:0 16px;
}
.layui-btn + .layui-btn {
    margin-left:0;
}
.layui-form-pane .layui-form-label.ts{
    background: none;
    border: none;
    padding: 8px 5px;
    width: 50px;
}

.layui-form-switch {
    width:50px;
}
.layui-form-switch i {
    top:2px;
    left:2px;
}
.layui-form-onswitch i {
    left: 30px;
}
.layui-form-switch em {
    top:-2px;
}

@media only screen and (max-width:767px) {
    .layui-form-item .layui-inline {
        margin-bottom:0;
    }
}
/*
    重置bootstrap样式form
*/

.login_input_compoment .form-group {
    overflow:hidden;
    margin-top:10px;
    margin-left: -30px;
}
.login_input_compoment .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.login_input_compoment .form-control {
    border-radius:0;
}


.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
}

.dt-buttons>.dt-button:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.dt-buttons>.dt-button:first-child, .btn-group>.btn:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dt-buttons>.dt-button:first-child {
    margin-left: 0;
}
.dt-buttons > .dt-button + .dt-button {
    border-left:none;
}
.dt-button span{
    color: #333!important;
    font-size: 13px;
}

.dt-button {
    background-color: #f3f3f3;
    background-image: none;
    filter: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 6px 13px;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border: 1px solid rgba(0,0,0,0.13);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}



/*重置内页列表*/

/*标题栏颜色*/
.box_title_compoment {

    background: #3eacff;
    background: -moz-linear-gradient(left top, #3d8dd2, #3eacff);
    background: -webkit-linear-gradient(left top, #3d8dd2, #3eacff);
    background: -o-linear-gradient(left top, #3d8dd2, #3eacff);
    color: #fff;

}
/*li>i颜色*/
.info_list_nav li i {
   
    color:rgba(14,131,235,.9);
   
}

/*按钮*/
.layui-btn {
    padding: 0 16px;
}
/*.layui-btn-primary {
    border: 1px solid #2e6da4;
    background-color: #337ab7;
    color: #fff;
}

.layui-btn-primary:hover {

    color: #fff;
}*/

/*Firefox hack*/
@-moz-document url-prefix() { 
     .info_nav li span{top:-20px; } 
     /*.info_nav li{padding:11px 15px;}*/
     #navleft .mod_cate {height:36.4px;line-height:36.4px;}
}
/*chrome hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
     .info_nav li span { top:-20px; } 
     /*.info_nav li{padding: 11.2px 15px;}*/
     #navleft .mod_cate {height:35.8px;line-height:35.8px;}
}
/*ie8 hack*/
@media \0screen{
    .widget.box {/*border: 1px solid #ededed;*/} 
    /*.info_nav li{padding: 11px 15px;}*/
    #navleft .mod_cate {height:36.4px;line-height:36.4px;}
}
/*ie7 hack*/
/** + html .info_nav li{padding: 4.8px 15px;}*/

/*ie10/11 hack*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
/*.info_nav li {padding:11.2px 15px; }*/
#navleft .mod_cate {height:35px;line-height:35px;}
}
a:focus {
    color:#29aeef;
}
/*全局颜色替换*/
.info_nav li a:hover,.info_nav li:hover a {
    color:#1774c4;
}
.info_nav li:hover,.kj_nav li:hover {
    background:#f9f9f9;
}

.layui-carousel,.layui-carousel>[carousel-item]>*{
    background-color:#fff
}




.layui-tab-title .layui-this {
    color: #000;
    background: #fff;
    border-top: 2px solid #3eacff;
    top: -2px;
}


/*切换标签*/
#tabs .tabs_nav {
    padding:0;
    margin:0;
    list-style-type:none;
    width:100%;
    height:40px;
    background:#fff;
     white-space: nowrap;
    border-bottom:1px solid #dfdfdf;
    overflow:hidden;
    padding-top:5px;
  
}
#tabs .tabs_nav::-webkit-scrollbar {
  display: none;
  -webkit-overflow-scrolling: touch
 /* 隐藏滚动条，但依旧具备可以滚动的功能 */
}

#tabs .tabs_nav li {
  height: 40px;
    line-height: 40px;
    padding: 7px 15px;
    margin-right: 10px;
    display: inline;
    cursor: pointer;
    margin-left: 5px;
}
#tabs .tabs_nav li a {
    color:#333;
}
#tabs .tabs_nav li.active {
    /*border-bottom:2px solid rgba(14,131,235,.9);*/
    background: #369cde;
    color: #fff;
    border-radius: 2px 2px 0 0;
}