@charset "UTF-8";

.he-all {
    width: 100%;
    padding-top: 8px;
    background: url(../img/icon/header-imgbg.png) 50% 0% no-repeat;
    /*background-size: 100%;*/
}

.he-wraped {
    width: 100%;
    background: #FFFFFF;
    position: relative;
    z-index: 10;
    box-shadow: 0 5px 10px 0px rgba(153, 153, 153, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(153, 153, 153, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(153, 153, 153, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(153, 153, 153, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(153, 153, 153, 0.1);
}

.he-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.he-addresses {
    display: inline-block;
    width: auto;
    float: left;
    position: relative;
    clear: initial !important;
}

.he-addresses span {
    display: inline-block;
    float: left;
}

.he-addresses span a {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    padding: 5px 10px;
    line-height: 16px;
    text-align: center;
}

.he-addresses span a:hover {
    color: #47a7d1;
}

.he-addresses h3 {
    font-size: 12px;
    color: #999999;
    width: 60px;
    line-height: 16px;
    font-weight: 500;
    text-align: right;
    display: inline;
    float: left;
    padding: 5px 0px;
}

.he-addresses .he-iron {
    height: 12px;
    width: 12px;
    padding: 0;
    background: url(../img/icon/down-icon.png) 0 50% no-repeat;
    margin-top: 8px;
    margin-left: 5px;
}

.he-trans {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -mhe-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

.he-load {
    width: auto;
    overflow: hidden;
    float: right;

}

.he-load a {
    text-align: center;
    display: inline-block;
    padding: 0 12px;
    font-size: 12px;
    float: left;
    height: 24px;
    line-height: 22px;
    color: #999999;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin-left: 10px;
}

.he-load .he-loadactive {
    color: #ea535d;
    border: 1px solid #ea535d;
}

.he-loadsuccess {
    width: auto;
    float: right;
    /*display: none;*/
    position: relative;
}

.he-loadsuccess a {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    cursor: pointer;
}

.he-load a:hover {
    color: #47a7d1;
}


.he-logo {
    width: 221px;
    height: 86px;
    margin: 0 auto;
    cursor: pointer;
    padding-top: 0;
    float: left;
}

.he-logo img {
    width: 100%;
}

.he-nav {
    width: 1200px;
    margin: 0 auto;
    /*background: #FFFFFF;*/
    overflow: hidden;
    padding: 10px 0;
    padding-top: 8px;
}

.he-lists {
    width: 918px;
    margin: 0 auto;
    overflow: hidden;
    float: left;
    margin-left: 60px;
}

.he-lists a {
    display: inline-block;
    padding: 0 20px;
    height: 86px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 86px;
    float: left;
    margin-right: 20px;
    position: relative;
}

.he-lists a img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    margin-left: -5px;
}

.he-other {
    width: 606px;
    height: 50px;
    background: #FFFFFF;
    z-index: 100;
    margin-left: 60px;
    padding: 5px;
    border: 1px solid #E5E5E5;
}

.he-other span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    padding: 0px 10px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    color: #999999;
}

.he-other span:hover {
    color: #47a7d1;
}

.he-other .he-active {
    color: #47a7d1;
}

.other-wrap {
    width: 650px;
    height: 20px;
    display: none;
    position: absolute;
    left: 0;
    top: 26px;
    z-index: 100;
}

.he-location {
    width: auto;
    float: left;
    overflow: hidden;
    padding: 5px 0;
    margin-right: 20px;
}

.he-location span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    float: left;
}

.he-personnal {
    position: absolute;
    top: 26px;
    right: 0;
    width: 220px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    background: #FFFFFF;
    padding: 14px;
    padding-bottom: 0;
    z-index: 999;
    display: none;
}

.he-pertitle {
    width: 100%;
    overflow: hidden;
}

.he-titleleft {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.he-titleleft img {
    width: 100%;
}

.he-personinfo {
    width: 134px;
    float: right;
}

.he-personinfo h3 {
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    padding-top: 5px;
}

.he-personinfo p {
    width: 100%;
    font-size: 12px;
    color: #999999;
    line-height: 14px;
    margin-top: 5px;
}

.he-accesswrap {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.he-accesswrap a {
    display: inline-block;
    width: 90px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    float: left;
    margin-right: 8px;
    background: #fff9f9;
    margin-bottom: 8px;
}

.he-accesswrap a:nth-child(2n) {
    margin-right: 0;
}

.he-safetuihcu {
    width: 100%;
    margin-top: 18px;
    text-align: center;
    font-size: 0;
}

.he-safetuihcu img {
    width: 190px;
    vertical-align: bottom;
}

.he-safetuihcu p {
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
    color: #999999;
    cursor: pointer;
}

.bo-backtop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 130px;
    right: 20px;
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

/* 吉林头部 */
.topbar {
    background: #FFFFFF;
    position: relative;
}

.topbar-body {
    display: table;
    position: relative;
    z-index: 99;
}

.right-bg {
    background: #48A6D0;
    height: 50px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 88;
}

.sub-location {
    display: none;
}

.location-list>li:last-child:hover .sub-location {
    display: block;
}

.top-logo,
.now-location,
.location-list-wrap,
.login-register {
    display: table-cell;
    vertical-align: middle;
    line-height: 50px;
    background: #48A6D0;
}

.top-logo {
    width: 15.2%;
    padding-right: 30px;
    background: #FFFFFF;
}

.top-logo>img {
    width: 100%;
}

.now-location {
    width: 16.7%;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 0px 0px 0px 50px;
}

.jl-searchbar {
    line-height: 50px;
    position: absolute;
    right: 140px;
}

.jl-searchbar>input {
    padding: 6px 20px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    width: 200px;
    color: #FFFFFF;
    background: #48A6D0;
}

.jl-searchbar>input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.jl-searchbar>span {
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
}

.jl-searchbar span>img {
    position: absolute;
    right: 0px;
    top: 18px;
    width: 18px;
}

.jl-searchbar:hover input {
    border-color: rgba(255, 255, 255, 0.5);
}

.jl-searchbar span>img:last-child {
    display: none;
}

.jl-searchbar:hover span>img:first-child {
    display: none;
}

.jl-searchbar:hover span>img:last-child {
    display: block;
}

.location-list {}

.login-register {
    width: 10%;
}

.location-list li {
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.6;
    margin-right: 12px;
    position: relative;
}

.location-list>li:first-child {
    opacity: 0.6 !important;
}

.location-list li:hover {
    opacity: 1;
}

.location-list li>a {
    color: #FFFFFF;
}

.location-list li>a>img {
    width: 8px;
}

.sub-location {
    position: absolute;
    top: 2em;
    right: 0;
    width: 30em;
    padding-top: 2em;
}

.newsub-location-list {
    width: 100%;
    line-height: 24px;
    background: #48A6D0;
    padding-left: 12px;
}

.newsub-location-list li {
    display: inline-block;
    float: none;
}


.login-register {
    font-size: 14px;
    color: #FFFFFF;
    z-index: 999;
}

.login-register span {
    cursor: pointer;
}

.login-register span>img {
    margin-right: 14px;
}

.index-person-wrap:hover .index-person {
    display: block;
}

.index-person {
    width: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 0;
    /* border: solid 1px #999999; */
    z-index: 9999;
    display: none;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
}

.index-person li {
    line-height: 32px;
    text-align: center;
}

.index-person li:first-child {
    border-bottom: solid 1px #f2f2f2;
}

.index-person li a {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
}

.index-person li a:hover {
    color: #ffffff;
    background: #47a7d1;
}

.navbar {
    background: #F6F7F9;
    position: relative;
    padding-bottom: 10px;
}

.navbar::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #E3E4E6;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
}

.newnva-list li {
    line-height: 66px;
    float: left;
    width: 6.6%;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.newnva-list a {
    color: #333333;
    display: inline-block;
    width: 100%;
}

.newnva-list a:hover {
    /* background: #47a7d1; */
    color: #48A6D0;
}

.newactivecolor {
    color: #48A6D0 !important;
}

.newnva-list li:hover img {
    display: block;
}

.newnva-list li>img {
    width: 11px;
    z-index: 99;
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.newnva-list li .activeimg {
    display: block;
}

.sub-nav-list li {
    width: 100%;
}

.sub-nav-list {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    z-index: 99;
    width: 100%;
    background: #FFFFFF;
}

.last-nav:hover .sub-nav-list {
    display: block;
}

.last-nav:hover img {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transition: all .5s;
}

.last-nav>img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
}