﻿@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; min-height: 500px;


    }

   .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: 100%;
    height: 90px;
    background-repeat: no-repeat; position:
    position: relative;
    margin: 0 auto;
    background-position-y:16px ;
    background-repeat:no-repeat; background-size: 50%;
}


.head_wrap{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 90px;
    background-position-y: 8px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
}
.head_wrap h2{ color: #fff;text-align: center;margin-top: 90px;font-size: 24px;
    font-weight: 600; letter-spacing: 6px;}
    .head_wrap p{text-align: center;color: #fff;opacity: .5;line-height: 48px;}
.head-link {
    text-align: center;
    float: right;
    width: 380px;
    margin-top: 12px;
}
.head-link p {
    text-align: right;
    margin-bottom: 9px;
}
.head-link p a span{
    margin-right: 4px;
}
.head-link p a {
    margin-left: 15px;
    font-size: 14px;
    color: #fff;
}


#gray{width:100%;height:100%;background:rgba(0,0,0,0.3);position:fixed;top:0px;display:none;z-index:99;}

.popup{
	width:402px;
	height:540px;
	background-color:#fff;
	position:absolute;
	z-index:100;
	border:1px solid #ebeaea;
	left:400px;
	top:96px;
	display:none;
}
.popup .top_nav{
	width:402px;
	height:46px;
	background-image: url(Customer/images/popup_top_bj.jpg);
	border-bottom:1px solid #ebeaea;
	position:relative;
	cursor:move;
}
.popup .top_nav i{width:35px;height:35px;background:url(../images/sucai_tubiao.png) -314px -5px;position:absolute;top:6px;left:8px;display:block; }
.popup .top_nav span{font:18px/18px 'microsoft yahei';color:#707070;display:block;position:absolute;top:13px;left:50px;}

.popup .top_nav a.guanbi { background:url(../images/popup_guanbi.png) repeat 0px 0px; width:35px; height: 35px; display: block; position:absolute;top:8px;right:10px;cursor:pointer;}
.popup .top_nav a.guanbi span { display: none;}
.popup .top_nav a.guanbi:hover { background: url(../images/popup_guanbi.png) repeat 0px -35px;}
.popup .min{width:400px;height:auto;}

.tc_login{width:400px;height:380px;background-color:#fff;}
.tc_login .left{width:400px;height:380px; margin:0 auto;}
.tc_login .right{width:290px;height:380px;float:right;padding-right:10px;}
.tc_login .left h4{width:200px;height:20px;margin:20px 0 20px 0;font-size:15px;color:#666;text-align:center;}
.tc_login .left img{width:300px;margin-top:40px;display:block;border:1px solid #E3E3E3;padding:4px;}
.tc_login .left dd{width:200px;height:30px;font:13px/18px 'microsoft yahei';color:#666;margin:20px 0 10px 0;text-align:center;display:block;}











.login_btn {
    position: absolute;
    right: 0px;
    top: 15px;
color: #Fff;
    padding: 0 10px;
    border-radius: 0; font-size: 15px;
}

        .search_btn {
           width: 36px; height: 36px; background: #b9dd4c; border-radius:50%;
           float: right;margin-right: 1px;margin-top: 1px;text-align:center;
        }
        .search_btn  img{width: 16px; margin-top: 10px; }
        .search_btn2 {
            background:#af2930;
            padding: 0 22px;
            border-radius:0;
            height: 31px;
            margin-top:7px;

        }
.search_box {

    width: 382px;
    height: 40px; margin: 20px auto;
   background:rgba(255,255,255,0.3);  border-radius:50px;border: 1px solid #fff;


}
        .search_box > input {
            width:263px;
            height:38px;
            background: none;
            border:none;
            float:left;
            margin:0px 0px 0 16px;
         color: #fff;
            padding:3px 3px;

        }
.search_box > select {
           float: left;
    margin: 7px 0 0 5px;
    height: 31px;
    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_c{ width: 670px;float: right; margin-right:115px;margin-top: 12px}
        nav{
           
	        height:42px;
	        padding:0;
	        margin:0 auto;
      float: right;
    width: 590px;
    text-align: right;
	        list-style-type:none;}
	
nav>li{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: relative;
    padding: 0px 10px;
    width:115px;
    cursor:pointer;
 }/*栏目宽度可以通过padding调整*/
        nav>li>a{
	        display:block;
	        color:#333;
	        text-decoration:none;
            padding: 10px;
           font-size: 15px;
  
}
       nav>li:hover >.sub_nav{
	        visibility:visible;
	        }
        nav>li:hover{
	       
	        }/*栏目选中颜色*/
        nav > li > a:hover {
           
        }

        .sub_nav{
	        position:absolute;
	        z-index:9999;
	        left: 20px;
	        visibility:hidden}	
        .sub_nav>li{
	        clear:both;
	        text-align:center;
	        padding:0 20px;	
           
    background: #e6ad68; font-size: 14px;
white-space: nowrap;
}/*和栏目padding保持一致*/
	
        .sub_nav>li:hover{
	        background:#ebaf67}
	
        .sub_nav>li>a{
	        text-decoration:none;
	        color:#fff;}

.dropdown-menu ul {
background: #f7f7f7;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    visibility: inherit;
    display: none;
}
.dropdown-menu ul.sub_nav>li {
    background: unset;
    padding: 5px 10px;
}
.dropdown-menu ul.sub_nav>li>a {
    color: #585858;
    font-size: 12px;
}
.dropdown-menu ul.sub_nav>li>a:hover {
    color: #3f51b5;
}
#pccolumn > li > ul > li:first-child a:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50px;
    margin-left: -48px;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
    border-bottom: 8px solid #e6ad67;
}


.right_f{
    float: right;text-align: right;
}
.right_f span{font-size: 16px;font-weight: 600;line-height: 36px;

}.right_f p{font-size: 12px; opacity: 0.5;

}.right_f em{font-style: normal;

}
.foot_wrap{ width: 100%; height: 540px; background: #26323f;}
 .footer_box {

            width:1200px;

            text-align:center;
            color:#fff;
            line-height:18px;
            box-sizing:border-box;
            padding:15px 0px;
	margin:0 auto;
        min-width: 1200px;
        background-image: url(../images/foot_bg.png);background-repeat: no-repeat;background-position-x: center;
        }

        .kailong{
            width:0;
            height:0;
            border-right:50px solid transparent;
            border-left:50px solid transparent;
            border-top:50px solid red;
            border-top-right-radius: 3px;
        }
        .footer_box > img{ display: block;margin: 0 auto;
            width:580px;
            height: auto;margin-top: 30px;text-align: center;margin-bottom: 10px;
        }
        .left_f{ width: 440px;height: 400px;  text-align: left; float: left;}
        .left_f h3{ margin-bottom: 20px; font-size: 18px;}
        .left_f p{ line-height:28px; font-size: 14px;opacity: .8;}
        .more_f{ width:150px;height: 38px;background-color: #23ac9d; line-height: 38px; font-size: 13px;
    text-align: center; border-radius: 50px; margin-top: 30px; font-weight: lighter;cursor:pointer}
    .more_f i{ font-weight: lighter;}
        .right_f{
            width: 400px;height: 400px; background: #23ac9d;}

        .foot_text{ text-align: left; float: left; }
.foot_text h3{font-size: 16px;font-weight: 600; line-height: 36px;}
.foot_text p{font-size: 13px;line-height: 22px;opacity: 0.5;}
@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;
    }

}
.venus-menu li.more_btn {
    line-height: 32px;
    position: relative;
}
.venus-menu li.more_btn i{
    position: absolute;
    margin-left: 10px;
    font-size: 14px;
    top: 10px;
}

.venus-menu li.more_btn ul {
    position: absolute;
    top: 30px;
    left: 0;

}
.venus-menu li.more_btn:hover > ul {
    display: block;
}
.venus-menu li.more_btn ul li{
}

.venus-menu li.more_btn ul li a{
}
.venus-menu li.more_btn ul li a i {
    position:absolute;
    top: 18px;
}
.venus-menu li.more_btn ul li ul{
    top: 1px;
    left: -140px;
    display:none;
}
.venus-menu li.more_btn ul li:hover ul{
    display:block;
}
.venus-menu li.more_btn ul li ul li{
}

.venus-menu li.more_btn ul li ul li a{
        background: #a4a4a4;
}

.venus-menu li.more_btn ul li ul li a:before {
    display:none;
}
