﻿/*
	作者：黄杰
	时间：2019-07-15
	描述： 
*/
/* 头部底部公用 */
.header .local {
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    margin:0px 0px 0px 20px
}
.header .search-form-box{
    margin: -20px 0 0 0 ;
}

.header .local img {
    margin:-5px 5px 0 0;
}

.header .local span {
    padding: 0px 0px 0px 5px;
    font-size: 17px
}

.header .local .change {
    font-size: 13px;
    padding: 0px 0px 0px 5px
}

.header .search-form .layui-form {
    height: 38px;
    border-radius: 5px
}

.header .search-form .layui-input {
    height: 38px;
    line-height: 38px;
    border: none;
    width: 80px;
    background: none;
    margin: 0px 0px 0px 5px
}
.layui-form-select .layui-edge{
    border-top-color: #333;
}
.header .form-input input[type=text] {
    width: 180px;
    height: 38px;
    line-height: 38px;
    border: none;
    text-indent: 14px
}

.header .form-input .searc-btn {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 38px;
    appearance: none;
    -moz-appearance: none;
    /*-ms-progress-appearance: none;*/
    -webkit-appearance: none;
    background: url(../images/headFoot/search-icon.png) no-repeat center 3px;
    border: none
}

.header .search-form .layui-form-item {
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.header .search-form .layui-form-item::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 18px;
    background-color: #aeaeae;
    right: -5px;
    top: 10px
}

.header .search-form .layui-form-select dl dd.layui-this {
    background-color: #5690ff;
}

.header .search-form .layui-form-selected dl {
    padding: 0;
    border: none;
    box-shadow: 1px 1px 8px #999
}

.header .search-form .layui-form-select dl dd {
    height: 30px;
    line-height: 30px;
}

.header-area {
    position: relative;
    float: left;
    height: 30px;
    padding: 0px 25px 15px 20px;
    font-size: 18px;
    cursor: default;
    margin-left: 430px;
    /*width: 100px;*/
}

.header-area:hover .header-dropdown {
    display: block;
}

.header-department {
    position: relative;
    margin-top: 20px;
    margin-left: 50px;
    padding: 14px 24px 14px 0;
    height: 56px;
    font-size: 18px;
    cursor: default;
}

.header-department:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../../img/chenzhou/index/arrow_down.png) no-repeat;
}

.header-department .header-dropdown {
    padding: 0;
    width: 800px;
    left: -240px;
}

.header-department .header-dropdown:before {
    left: 270px;
}

.header-department .header-dropdown:after {
    left: 272px;
}

.header-department .header-dropdown dl {
    padding-left: 39px;
    padding-right: 39px;
}

.header-department .header-dropdown dl:before {
    left: 30px;
}

.header-department .header-dropdown dt {
    position: static;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    text-align: left;
    width: auto;
    border-bottom: 1px solid #ccc;
}

.header-department .header-dropdown dd {
    width: 180px;
}

.header-department:hover .header-dropdown {
    display: block;
}

.header-dropdown {
    position: absolute;
    display: none;
    padding: 0 15px;
    z-index: 999;
    top: 40px;
    left: -200px;
    width: 760px;
    color: #333;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.header-dropdown:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 214px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.header-dropdown:after {
    content: "";
    position: absolute;
    top: -9px;
    left: 217px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.header-dropdown dl {
    position: relative;
    margin: 20px 0;
    padding-left: 120px;
    clear: both;
    line-height: 38px;
}

.header-dropdown dl:first-child:before {
    display: none;
}

.header-dropdown dl:before {
    content: "";
    position: absolute;
    display: block;
    top: -10px;
    left: 120px;
    right: 30px;
    height: 1px;
    background-color: #ddd;
}

.header-dropdown dt {
    position: absolute;
    margin-left: -120px;
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    text-align: right;
}

.header-dropdown dd {
    float: left;
    width: auto;
    font-size: 13px;
    line-height: 38px;
    height: 38px;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-dropdown dd a{
    display: block;
    line-height: 38px;
    height: 38px;
    color: #666;
}

.header-dropdown .selected {
    font-weight: bold;
}

.header-dropdown dl:before {
    content: "";
    position: absolute;
    display: block;
    top: -10px;
    left: 120px;
    right: 30px;
    height: 1px;
    background-color: #f1f1f1;
}
.header .header-memu{
    height: 50px;
    line-height: 50px;
    background-color: #0054a7;
    z-index: 99;
}
.header .menu-content a{
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    width: 70px;
    text-align: center;
    margin: 0px 20px;
    position: relative;
}
.header .menu-content .ml-num a.active:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 4px;
    background-color: #ffae00;
}
.header .menu-left a:hover{
    opacity: 0.9;
    filter: opacity(0.9)
}
.header .my-box a{
    width: 139px;
    height: 55px;
    line-height:55px;
    padding:0px;
    box-sizing: border-box;
    margin-top: -4px;
    margin-left:8px;
    position: relative;
}
.jdgl-box .jdgl-title h4{
    font-size: 17px;
}
.header .my-box a>img{
    margin: -2px 5px 0px 0px
}
.header .my-box .yz-item{
    background: url(../images/headFoot/yz-bg.png) no-repeat center;
    background-size: 100% 100%;
}
.header .my-box .zj-item{
    background: url(../images/headFoot/zj-bg.png) no-repeat center;
    background-size: 100% 100%;
}
.header .select-list{
    padding: 30px 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 195px;
    z-index:9;
    display: none;
}
.header .select-list a{
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 20px;
    height: 60px;
    line-height: 60px;
    margin-left: 10px;
    color: #333;
    margin-right: 8px;
}
.header .select-list a>span{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-align: left
}
.header .my-box .yz-item.active:after{
    position: absolute;
    content: '';
    left: 55px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff7c01;
    z-index: 10
}
.header .my-box .zj-item.active:after{
    position: absolute;
    content: '';
    left: 55px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #1bab86;
    z-index: 10
}
.header-memu.header-menu-active{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    box-shadow:0px 0px 10px #999
}
.yz-txt{
    padding-right: 40px;
    box-sizing: border-box
}
.search-form{
    background-color: #fff;
    border-radius: 25px;
    height: 38px;
    line-height: 38px;
}
/* .header-banner{
    background: url(../images/banner.png) no-repeat center top;
    height: 450px;
    background-size: 100% 100%
} */
.header-banner .header{
    padding-top: 50px;
}
.header-banner  .login-box{
    color: #fff;
}
.header-banner  .login-box>img{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 0px 0px
}
.header-banner  .login-box a{
    color: #fff;
    padding: 0px 3px
}
.header-banner  .login-box a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/* 内页头部 */
.header-top{
    background:#fff;
    color: #333
}
.header-top .header .local span {
    color: #333
}
.header-top .search-form{
    border: 1px solid #e5e5e5
}
.header-top .login-box,.header-top .login-box a {
    color: #333;
}
.menu-nav{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #0b52b3;
}
.menu-nav ul li{
    float: left;
    height: 45px;
    margin-right:15px;
}
.menu-nav ul li a{
    display: block;
    height: 45px;
    line-height: 45px;
    width:155px;
    text-align: center;
    color: #fff
}
.menu-nav ul li.active{
    background: url(../images/headFoot/menu-active.png) no-repeat center;
    background-size: 100% 100%
}

/* 底部 */
.footer{
    padding:20px  0px;
    /* border-top: 2px solid #0f51ab; */
    background-color: #0f51ab;
    color: #fff;
    width: 100%;
    min-width: 1200px;
}
.footer-text{
    margin-left:30px;
    font-size: 14px;
}
.footer-text p{
    line-height: 1.7;
}
.light-line{
    margin: 0px 0px 0px 20px;
}
.code-right p{
    margin-top: 5px;
    /*    padding: 2px 5px; */
    /*    background-color: #000000;
        border-radius: 10px; */
    color: #fff;
    font-size: 12px
}
/* 右侧栏 */
.right-slider-bar{
    position: fixed;
    right: 0;
    bottom: 50%;
    margin-bottom: -120px;
    z-index: 99;
    width: 45px;
    height: 243px;
    cursor: pointer;
}
@media screen and (max-width: 1360px){
    body {
        min-width: 1240px;
    }
}