﻿/**导航栏与底部样式**/
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;

    z-index: 5000;
    /* line-height: 80px; */
}

.head_back{
    background: rgba(0,0,0,0.6);
}
.nav_tabLeft {
    float: left;
    height: 100%;

}

.logo_img {
    /*height: 60px;*/
    /*width: 150px;*/
    float: left;
    margin-right: 50px;
}
.navBox{
    float: left;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 40px;
    position: relative;
}
.navBox::after{
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background-color:rgba(255,136,0,1);;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.navBox:hover .second_list{
    display: block;
}
.nav_this::after{
    content: '';
    top: auto;
    bottom: 0;
    width: 100%;
}
.navBox>a {
    color: #fff;

    font-size: 16px;
}
.second_list{
    background: #fff;
    position: absolute;
    top:40px;
    left: 0;
    display: none;
    box-shadow:0px 2px 2px 0px rgba(51,36,19,0.1);
}
.second_tab{
    width: 88px;
    border-bottom: 1px solid rgba(230,230,230,1);

    z-index: 100000000000;
}
.second_tab+.second_tab{
    border: none;
}
.second_tab:hover{
    background: rgba(255,136,0,1);
}
.second_tab:hover a{
    color: #fff !important;
}
.free_register{
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    width: 76px;
    text-align: center;
    background:linear-gradient(135deg,rgba(52,174,255,1),rgba(64,126,255,1));
    border-radius:15px;
}
.nav_tabRight {
    float: right;
    height: 100%;
}

.nav_tabRight a {
    color: #fff;
    float: left;
    font-size: 12px;
}

.nav_tabRight a:nth-of-type(1) {
    margin-right: 30px;

}



.nav_tabRight a:nth-of-type(3) {
    padding-right: 15px;
    padding-left: 15px;
}

.nav_tabRight a:nth-of-type(4) {
    /*margin-left: 15px;*/
    margin-right: 10px;
    height: 24px;
    font-size:12px;
    font-family:MicrosoftYaHei-Bold;
    /*font-weight:bold;*/
    line-height: 24px;
    margin-top: 2px;
}
.nav_tabRight a:nth-of-type(4)>img {
    margin-right: 10px;

}

.content {
    /* padding-top: 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; */
}

#footer {
    height: 540px;
    background: url("../images/banner_footer-25ba736eca7223f76ed161e249963f7c.jpg") no-repeat;
    padding-top: 100px;
    background-size: 100% 540px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
}

.footer_top {
    height: 240px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(122,136,153,1);;
}

.company_info {
    color: #dbdbdb;
    width: 290px;
    float: left;
}

.company_info img {
    width: 150px;
    height: 60px;
    margin: 10px 0;
}

.company_info p {
    font-size: 30px;
    font-size:24px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
}

.company_info>span {
    font-size: 12px;
    line-height: 30px;
    display: block;
    color:rgba(122,136,153,1);
}

.help_center {
    width: 315px;
    margin-left: 40px;
    float: left;
    height: 100%;
}

.help_center>a {
    font-size: 16px;
    color: #dbdbdb;
    display: block;
    margin-bottom: 17px;
}

.help_center li {
    margin-bottom: 17px;
    float: left;
    width: 50%;
}

.help_center li>a {
    color: #dbdbdb;
    font-size: 12px;
}

.footer_common {
    margin-right: 66px;
    float: left;
    height: 100%;
}

.footer_common>a {
    font-size: 14px;
    color: #dbdbdb;
    display: block;
    margin-bottom: 30px;
}
.footer_common>a>img{
    margin-right: 4px;
}
.footer_common li {
    margin-bottom: 17px;
    position: relative;
    text-indent: 18px;

}
.footer_common li:after{
    content: ".";
    color:rgba(122,136,153,1);
    position: absolute;
    top: -5px;
    left: -13px;
}

.footer_common li>a {
    font-size: 12px;
    color:rgba(122,136,153,1);
}

.mobile_client {
    margin: 0;
}

.footer_bottom {
    height: 198px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.friend_link {
    /* height: 80px; */
    padding: 40px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* margin-bottom: 30px; */
}

.friend_link>span {
    color:rgba(122,136,153,1);
    float: left;
    display: inline-block;
    margin-right: 30px;
}

.friend_link>span:nth-of-type(1) {
    margin-right: 0;
    font-size: 12px;
}
.friend_link>span>a {
    color:rgba(122,136,153,1);
    font-size: 12px;
}
.record {
    height: 88px;
    color:rgba(122,136,153,1);
    font-size: 12px;
    line-height: 88px;
}
.record>img {
    height: 45px;
    width: 130px;
    float: right;
    margin-top: 16px;
}
.record>p {
    float: left;
}
.nav_tabLeft .location_nav {
    color:rgba(255,136,0,1);
}
