/*.header */
.header {
    background: #FFFFFF;
    height: 130px;
    background: rgba(255, 255, 255, .8);
}

.header .head-top {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #EEEEEE;
}

.header .head-top .text {
    color: #333;
    line-height: 14px;
    margin-top: 21px;
}

.header .back-box {
    padding: 16px 0 0 30px;
}

.header .sign {
    padding: 16px 30px 0 0;
    position: relative;
}

.header .sign:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 20px;
    background-color: #E5E5E5;
    position: absolute;
    right: 0;
    top: 19px;
}

.header .sign a.login-btn, .header .sign a.regs-btn, .header .back-box a {
    float: left;
    color: #fff;
    width: 56px;
    line-height: 26px;
    border-radius: 4px;
    background: #2CB867;
    border: 1px solid rgba(44, 184, 103, 1);
    text-align: center;
}

.header .back-box a {
    width: 76px;
    background: transparent;
    color: #222;
}

.header .sign a.login-btn {
    margin-right: 10px;
    color: #222;
    background: #fff;
    border: 1px solid rgba(44, 184, 103, 1);
}

.header .user-box {
    position: relative;
    height: 44px;
}

.header .user-box a.user {
    display: block;
    line-height: 26px;
    background: #2CB867;
    border-radius: 15px;
    color: #fff;
    position: relative;
    padding: 0 22px 0 8px;
}

.header .user-box:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 3px;
    background: url("../images/arrow-w.png") no-repeat center center;
    position: absolute;
    right: 8px;
    top: 12px;
}

.header .user-box:hover .sign-out {
    display: block;
}

.header .user-box .sign-out {
    top: 35px;
    right: -11px;
    color: #F8F8F8;
    line-height: 20px;
    padding: 10px 0 0 0;
    text-align: center;
    width: 68px;
    height: 40px;
    left: auto;
}



.header .serch-box {
    display: none;
    float: left;
    width: 600px;
    height: 70px;
    position: relative;
    padding-top: 26px;
}

.header .serch-box input {
    background: none;
    border: 0;
    color: #333;
}

.header .serch-box .close-search-box {
    width: 14px;
    height: 14px;
    background: url("../images/close.png") no-repeat;
    position: absolute;
    left: 0px;
    top: 28px;
    z-index: 5;

}

.header .serch-box .search-input {
    width: 100%;
    height: 20px;
    padding: 0 50px 0 30px;
    line-height: 20px;
    color: #333333;
}

.header .serch-box .search-button {
    position: absolute;
    top: 26px;
    right: 20px;
    z-index: 5;
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/search.png") no-repeat;
}

.header .head .search-btn {
    float: left;
    width: 18px;
    height: 18px;
    background: url("../images/search.png") no-repeat;
    margin: 26px 0 0 31px;
}

.head .logo {
    float: left;
    padding-top: 8px;
}

.head .logo img{
    max-height:56px;
}
.head .search{
    margin-right: 100px;
}
.head .tabs {
    float: left;
    font-size: 0;
}

.tabs li {
    text-align: center;
    position: relative;
    float: left;
    margin-right: 40px;
    height: 70px;
}

.tabs li:nth-last-child(2) {
    margin-right: 0;
}

.tabs .tab-active:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 6px;
    background: url("../images/more-hover.png") no-repeat center center;
    position: absolute;
    right: 50%;
    top: 52px;
    margin-right: -4px;
}

.tabs .index a {
    color: #222;
}

.tabs li a {
    display: block;
    line-height: 16px;
    color: #000;
    font-size: 16px;
    margin-top: 27px;
}

.tabs li a i {
    display: inline-block;
    width: 5px;
    height: 3px;
    background: url("../images/more.png") no-repeat center right;
    position: absolute;
    right: -9px;
    top: 34px;
}

.tabs li:hover .list-level-1 {
    display: block;
}

.tabs .list-level-1, .user-box .sign-out {
    display: none;
    background: rgba(0, 0, 0, .9);
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 10;
    border-radius: 4px;
    padding: 21px 20px 9px;
}
.tabs .list-level-1{
    padding:21px 0 9px;
}
.tabs .list-level-1 li,
.tabs .list-level-1 > a{
    padding:0 20px;
}
.tabs .list-level-1:before, .user-box .sign-out:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 3px;
    background: url("../images/level-icon.png") no-repeat;
    position: absolute;
    left: 31px;
    top: -3px;
}
.tabs .list-level-1 li{
    height: auto;
    width:100%;
    position:static;
}
.tabs .list-level-1 li:hover > .list-level-2{
    display: block;
}
.tabs .list-level-1 li .list-level-2{
    display: none;
    position: absolute;
    right: -156px;
    top: 0;
    width:156px;
    background: rgba(0, 0, 0, .9);
    padding: 20px;
    border-radius: 4px;
}
.tabs .list-level-1 a {
    display: block;
    line-height: 14px;
    font-size: 14px;
    padding-bottom: 12px;
    font-weight: normal;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    margin: 0;
    overflow: hidden;
}

.tabs .list-level-1 a:hover, .user-box .sign-out:hover {
    color: #2CB867;
}

.tabs .more {
    overflow: inherit;
    margin-right: 0;
    padding-left: 37px;
    padding-right: 30px;
}

.tabs .more .more-btn {
    width: 26px;
    height: 26px;
    background: url("../images/more-bg.png") no-repeat;
    margin-top: 22px;
}

.tabs .more .more-list {
    position: absolute;
    right: -105px;
    top: 57px;
    z-index: 10;
    width: 279px;
    background: rgba(0, 0, 0, .9);
    border-radius: 4px;
    display: none;
}

.tabs .more .more-list:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 3px;
    background: url("../images/level-icon.png") no-repeat;
    position: absolute;
    right: 146px;
    top: -3px;
}

.tabs .more.active .more-list, .tabs .more:hover .more-list {
    display: block;
}

.tabs .more.active .more-btn, .tabs .more:hover .more-btn {
    background: url("../images/more-active.png") no-repeat;
}

.tabs .level-1 {
    width: 96px;
    position: initial;
    display: block;
    float: left;
}

.tabs .level-1 li {
    position: static;
    margin: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
}

.tabs .level-1 li:last-child {
    border-bottom: none;
}

.tabs .level-1 li a {
    line-height: 50px;
    color: #FBFBFB;
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
}

.tabs .level-1 li:first-child a {
    border-top-left-radius: 4px;
}

.tabs .level-1 li:last-child a {
    border-bottom-left-radius: 4px;
}

.tabs .level-2 {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 182px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    padding: 13px 10px;
}

.tabs .more .level-2 a {
    float: left;
    padding: 0 7px;
    line-height: 20px;
    margin: 0 10px 24px 0;
    color: #FBFBFB;
    font-weight: 400;
    font-size: 14px;
}

.tabs .level-1 li a:hover {
    background: #2CB867;
    color: #FFFFFF;
}

.tabs .more .level-2 a:hover, .tabs .level-2 a.active {
    color: #FFFFFF;
    background: none;
    font-weight: bold;
    background: rgba(44, 184, 103, 1);
    border-radius: 15px;
}

.tabs .level-1 li:hover .level-2{
    display: block;
}

/*footer*/

.footer-box {
    overflow: hidden;
    background: #000000;
    font-size: 14px;
}

.footer {
    min-height: 274px;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #777777;
}

.footer h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
    color: #2CB867;
}

.footer .link-box {
    width: 580px;
    float: left;
    margin-right:20px;
}

.footer .link-box .links {
    min-height: 105px;
    overflow: hidden;
}

.footer .links a {
    float: left;
    min-width: 28%;
    text-align: left;
    margin-bottom: 20px;
    color: #777777;
    position: relative;
    line-height: 14px;
    margin-right: 20px;
}

.footer .links a:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #333;
    position: absolute;
    right: 0;
    top: 2px;
}

.footer .links a:nth-child(3n):after, .footer .links a:last-child:after {
    display: none;
}

.footer .link-box p {
    margin-top: 10px;
    margin-bottom: 14px;
}

.footer .link-box p a {
    color: #777777;
}


.footer .link-box a img{
    vertical-align: text-bottom;
}

.footer .contact-us {
    float: left;
    width: 260px;
}

.footer .contact-us span {
    display: block;
    margin-bottom: 12px;
    line-height: 20px;
    word-break: break-all;
}

.footer .code-box {
    margin-top: 10px;
    float: right;
}

.footer .code-box .item {
    float: left;
    width: 120px;
    height: 154px;
    font-size: 12px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
    color: #00192B;
    background: #fff;
}

.footer .code-box .item img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}



