﻿@charset "utf-8";
html, body, button, input, select, textarea, span {
	font: 14px/1.5 "\u5fae\u8f6f\u96c5\u9ed1", "\5FAE\8F6F\96C5\9ED1", tahoma, arial, "\5b8b\4f53", sans-serif;
       letter-spacing:1px;
    
}
body {
    /*background:#f5f7fa;*/
    
}
/*a:visited,.fl_compoment li>a:visited {
    color: #bfbdbd;
}*/
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


/*
栏目公共框架
*/
.widget.box {
	width: 100%;
	min-height: 80px;
	border: 1px solid #ededed;
	overflow: hidden;
	box-sizing: border-box;
    margin-top:10px;
    background:#fff;
    /*box-shadow:0px 0px 3px #c9c9c9;*/
}


.widget-header {
	width: 100%;
	height: 35px;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
	color: #555;
	line-height: 44px;
    margin:0 auto;
	position: relative;
    background:#f9f9f9;   
    
}

.widget.box .widget-header {
    background: #f9f9f9;
    border-bottom-color: #d9d9d9;
    line-height: 35px;
    padding: 0 12px;
    margin-bottom: 0;
}

.widget .widget-header {
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}
.widget .widget-header h4 {
    display: inline-block;
    color: #555;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}
.widget .widget-header h4 i {
    font-size: 14px;
    margin-right: 5px;
    color: #6f6f6f;
}
.widget .widget-header span {
	float: right;
    
    text-align:right;
   
	padding: 9px 10px;
	
}
.widget .widget-header span a {
    display:block;
     width:30px;
	color: #555;
}
.widget .widget-header span a:hover {
	text-decoration: underline;
 
}
/*个人中心导航*/
.person_menu_compoment {
    background:#1875c5;
    margin-top:15px;
}
.person_menu_nav  span.nav_name {
    color:#fff;
    font-size:16px;
   
}
.person_menu_nav  span.nav_type {
    color:#dbdbdb;
}
.person_menu_nav {
    text-align:center;
}
.person_menu_nav img.tx {
    border-radius:100px 100px;
    margin-top:15px;    
    margin-bottom:15px;    
    width:55%;
    height:auto;
}
.person_menu_layout {
    width:100%;
    min-height:50px;
    padding-bottom:15px;
    overflow:hidden;
    background:#097ce2;
}
.person_menu_nav>li {
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	text-align: left;	
	position: relative;
	float: left;
   
	overflow: hidden;
    border-bottom: 1px solid #076ec9;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
	background: #0975d4;
}
    .person_menu_nav > li > a {
        padding-left:15px;
    }

.person_menu_nav > li > ul {  
    background:#0364b9;
	display: none;
}
.person_menu_nav > li > ul li {
width: 100%;
height: 50px;
overflow:auto;
text-align:center;
}


.person_menu_nav>li:hover {
	background: #0e83eb;
}
.person_menu_nav i {
    color:#fff;
    margin-right:15px;

}
.person_menu_nav li a {
	display: block;
	width: 100%;
	color: #fff;
    position: relative;
    overflow: hidden;
}
.person_menu_nav li a span {
	position: absolute;
	font-size: 20px;
	right: 20px;
    top:15px;
    font:14px/1.5 "u5faeu8f6fu96c5u9ed1", "微软雅黑", tahoma, arial, "宋体", sans-serif;
	line-height: 18px;
	-o-transition: transform .3s;
	-o-transition: transform .3s;
	-webkit-transition: transform .3s;
	-ms-transition: transform .3s;
}

.person_menu_nav li .rotate {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.breadcrumb {
    margin-top:15px;
    margin-bottom:0;
    background: none;
 
}
.breadcrumb a {
    color:#333;
}
/*
主内容框
*/
.main_container {
    padding:0 15px;  
}

.layui-elem-field legend{
    width:inherit;
    border-bottom:none;
    margin-bottom:0;
    font-size:14px;
    color: #369cde;
    font-weight:bold;
}
.layui-field-title {
    margin:10px 0 10px 0;
}
.yq_title {
    /*margin-top:10px;*/
    margin-bottom:0px;
}
.yq_title .yq_name {
    padding:0px 5px;
    font-size:1.5em;
    
    font-weight:bold;
}

.yq_title h6 {
   display: inline;
    margin: 0 5px;
  
    color: #dfdfdf;
}
.yq_title .yq_gg {
    padding:0px 7px;
    color: #8BA1EE;
 
}
.yq_gg i {
    margin-right:5px;
}
/*
PC端特有样式定义
*/
@media (min-width:768px) {
    .main_container > .row {
        margin-right:0;
    }
    .row_tf {
        padding:0;
        margin:0 -15px;
    }
    .row_tf_right {
        padding:0;
        /*margin-right:-15px;*/
    }
        .main_container {
        float:inherit;
        margin:15px auto;
        width:1200px;
        padding:0;
border: 1px solid #dfdfdf;
   
    }
    
   .dataTables_filter {
    text-align:right;
}
.dataTables_paginate .pagination {
    float:right;
    margin-top:0;
    margin-bottom:15px;
}

.dt-buttons {
    margin-top:5px;
}
 .dt-buttons {
  
    text-align:right;
}

    .show_xs {
        display:none;
    }
.hide_div {
        display:none;
    }
    .right-layout {
        margin-left: 0;

    }
}

#invoice {
    /*border-top: 1px solid #dfdfdf;*/
    padding: 5px 0 10px 0;
    /*border-bottom: 1px solid #dfdfdf;*/
    margin-bottom: 10px;
    background: #fbfbfb;
}

  .main {
            width:1200px;
            height:auto;
            margin:0 auto;
	    overflow:hidden;
        }
        .header_compoment {
            width: 1200px;
            height: 95px;
            background-image: url('../img/head_bg.jpg');
            background-repeat:no-repeat;
            position:relative;
            margin:0 auto;
        }
        .login_btn {
               background: #3235bb;
    
    border: none;
    color: #fff;
    padding: 5px;
}
        }
        .search_btn {
            box-shadow: 1px 1px 0px 1px #04568a;
            padding: 0 20px;
            border-radius:0;
            height: 33px;
            margin-top:7px;
        }
        .search_btn2 {
            background:#f0a91d;
            box-shadow: 1px 1px 0px 1px #04568a;
            padding: 0 22px;
            border-radius:0;
            height: 33px;
            margin-top:7px;
           
        }
        .search_box {
            position:absolute;
            width:527px;
            height:46px;
            background:#1e6897;
            right:20px;
            bottom:20px;
        }
        .search_box > input {
            width:263px;
            height:33px;
            background:#fff;
            border:none;
            float:left;
            margin:7px 0px 0 5px;
            box-shadow: 1px 1px 0px 1px #04568a;
            box-sizing:border-box;
            padding:3px 3px;
        }
.search_box > select {
           float: left;
    margin: 7px 0 0 5px;
    height: 33px;
    border: none;
    width: 100px;
        }
        .layui-btn + .layui-btn {
            margin-left:3px;
        }
        .input::-webkit-input-placeholder {
            color: red;
        }
        .input:-moz-placeholder {
            color: red;
        }
        .input:-ms-input-placeholder {
            color: red;
        }
        .navbar-nav>li>a {
            padding-top: 4px;
            padding-bottom: 4px;
        }
        .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
            background-color:inherit;
            border-color: #337ab7;
        }
        .nav.phone > li:last-child {
            margin-right: 0;
        }
        .nav>li>a:focus, .nav>li>a:hover {
            text-decoration: none;
            background-color: inherit;
        }
       nav{
            width: 1200px;
    height: 45px;
    padding: 0;
    margin: 0 auto;
    background: #09418c;
    border-top: 1px solid #17519e;
    list-style-type: none;}
	
        nav>li{
	        float:left;
 	        height:42px;
	        line-height:42px;
            text-align:center;
	        position:relative;
            border-right:1px solid #3c5665;
	        }/*栏目宽度可以通过padding调整*/
        nav>li>a{
	        display:block;
	        color:#fff;
	        text-decoration:none;
    font-family: "黑体";
    font-size: 15px;
    font-weight: bold;
}
       nav>li:hover >.sub_nav{
	        visibility:visible;
	        }
        nav>li:hover{
	        background:#416982
	        }/*栏目选中颜色*/
        nav > li > a:hover {
            color:#fff;
        }

        .sub_nav{
	        position:absolute;
	        z-index:9999;
	        left:0px;
	        visibility:hidden}	
        .sub_nav>li{
	        clear:both;
	        text-align:center;
	        padding:0 20px;	
            border-top:1px solid #425d6f;
	        background:#416982;
white-space: nowrap;
}/*和栏目padding保持一致*/
	
        .sub_nav>li:hover{
	        background:#5182a0}
	
        .sub_nav>li>a{
	        text-decoration:none;
	        color:#fff;}

 .footer_box {
            float:left;
            width:1200px;
            height:66px;
            background:#165b94;
            text-align:center;
            color:#fff;
            line-height:18px;
            box-sizing:border-box;
            padding-top:15px;
	margin:0 auto;
        }

@media (max-width:767px) {
     .show_xs {
        display:block;
    }
    .main_container {
        position:relative;
        /*top:70px;*/
    }

    .breadcrumb {
    margin:0 ;
    background: none;
  
}
   div.dataTables_wrapper div.dataTables_paginate {
   
    margin-top:15px;
}
   .dt-buttons {
    margin:10px auto;
    text-align:center;
}

       .hide_xs,.info_list_nav li a font.hide_xs {
        display:none;
    }
       .hide_div {
        display:none
    }

    .layui-form-pane .layui-form-label {
        width:110px;
    }
    .layui-form-pane .layui-input-block {
        margin-left: 110px; 
    }
}



@media (min-width:768px) and (max-width:1200px) {
    .footer_container  {
        width:1200px;
    }
}

@media (min-width:768px){
    .layui-form-item .layui-inline,.layui-form-pane .layui-form-label {
        margin-bottom:0;
    }
    .layui-form-item .layui-input-inline {
        margin-right:0;
    }
    .layui-input-inline-ts {
        width:220px;
    }
    .layui-input-gs {
        width:80px;
    }
    .layui-input-time {
        width:310px;
    }
    .layui-input-tss{
        width:195px;
    }
    .layui-input-ts {
        width: 534px;
    }
    .lg_display {
        display:block;
    }
    .navbar-right {
        margin-right:0;
    }
 
}
