html,
body {
    font-size: 62.5%;
}

li {
    list-style-type: none;
}

a:hover {
    text-decoration: none
}

.navbar-default {
    background: #fff;
    border-color: #fff;
    margin: 0;
}
.navbar-default{
    border-color: transparent;
    box-shadow:none;
}
.navbar{
    border:none;
}

.nav-my {
    max-width: 1440px;
    min-width: 800px;
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.nav-logo {
    width: 155px;
    height: 46px;
    background: url(../image/index/home_nav_logo.png) no-repeat;
    background-size: 100%;
    margin-left: 50px;
}

.nav-center {
    position: relative;
}

.nav-center ul.pc_ul  {
    display: flex;
    justify-content: space-around;
    margin: 0;
}

.nav-center ul.pc_ul  li {
    display: inline-block;
    line-height: 80px;
    font-size: 1.5rem;
    cursor: pointer;
}
.nav-center ul.pc_ul  li+li{
    margin-left: 40px;
}
.nav-center ul.pc_ul  li+li{
    margin-left: 50px;
}
.nav-center ul.pc_ul  li:nth-last-child(1) a{
    border:1px solid #fff;
    padding: 9px 16px;
    border-radius: 4px;
    opacity: 1;
}


.nav-center ul.pc_ul  li a {
    color: rgb(255, 255, 255);
    opacity:0.8;
    position: relative;
}
.nav-center ul.pc_ul li a.nav-active{
    opacity: 1;
    
}
.nav-center ul.pc_ul  li a.nav-active::after{
    content: '';
    width:5px;
    height:5px;
    background:rgba(255,255,255,1);
    border-radius:50%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
}
.nav-center ul.pc_ul  li a:hover {
    opacity: 1;
}
.nav-center ul.pc_ul  li a:hover::after{
    content: '';
    width:5px;
    height:5px;
    background:rgba(255,255,255,1);
    border-radius:50%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
}

.nav-center ul.pc_ul  li:nth-last-child(1) a:hover::after{
    content: '';
    width:5px;
    height:5px;
    background:rgba(255,255,255,0);
    border-radius:50%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
}
.nav-center .nav_phone{
    display: none;
}
/* 变颜色 */
/* home_nav_logo */
.navbar-black .nav-my {
    background: #fff;
}
.navbar-black .nav-my .nav-logo{
    background: url(../image/about/home_nav_logo.png) no-repeat;
    background-size: 100%;
}
.navbar-black .nav-my .nav-center ul.pc_ul  li a{
    color: #323233;
}
.navbar-black .nav-my .nav-center ul.pc_ul  li a.nav-active{
    color: #C69C6D;
}
.navbar-black .nav-my .nav-center ul.pc_ul  li a.nav-active::after{
    background:#C69C6D ;
}
/* .navbar-black .nav-my .nav-center ul li:nth-last-child(1) a{
    border:1px solid #323233;
}
.navbar-black .nav-my .nav-center ul li:nth-last-child(1) a:hover{
    border:1px solid #C69C6D;
} */
.navbar-black .nav-my .nav-center ul.pc_ul  li a:hover {
    color: #C69C6D;
}
.navbar-black .nav-my .nav-center ul.pc_ul  li a:hover::after{
    content: '';
    width:5px;
    height:5px;
    background:rgba(198, 156, 109,1);
    border-radius:50%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
}
.navbar-black .nav-my .nav-center ul.pc_ul  li:nth-last-child(1) a:hover::after{
    content: '';
    width:5px;
    height:5px;
    background:rgba(255,255,255,0);
    border-radius:50%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
}
/* .nav-center ul li+li {
    margin-left: 5rem;
} */

.nav-button>ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.nav-button>ul>li+li {
    margin-left: 3rem;
}

.nav-button>ul li div {
    width: 22px;
    height: 22px;
}

.nav-button .nav-search:hover,
.nav-button .nav-login:hover,
.nav-button .nav-fanyi:hover,
.nav-button .nav-main:hover {
    opacity: 0.4;
    transition: opacity 0.3s;
    cursor: pointer;
}

.nav-search {
    background: url(../img/nav_search.png) no-repeat;
    background-size: 100%;
}

.nav-login {
    width: 20px !important;
    height: 23px !important;
    background: url(../img/nav_login.png) no-repeat;
    background-size: 100% 100%;
}

.nav-fanyi {
    background: url(../img/nav_jian.png) no-repeat;
    background-size: 100%;

}

.nav-main {
    display: none;
    background: url(../img/nav_han.png) no-repeat;
    background-size: 100%;
}

.block-fanyi {
    display: none;
    width: 150px !important;
    height: 100px !important;
    background: #ffffff;
    border-top: 1px solid #666666;
    border-radius: 0 0 2px 2px;
    box-shadow: 0px 5px 14.2px 0.8px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 99;
}

.block-fanyi:hover {
    opacity: 1 !important;
}

.block-fanyi a {
    display: block;
    width: 150px;
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 40px;
    
}
.block-fanyi a:nth-child(1){
    margin-top: 10px;
}
.block-fanyi a:hover{
    color: #006db0;
    transition: color 0.3s;
}
.block-main {
    display: none;
    width: 200px !important;
    /* height: 100px !important; */
    background: #ffffff;
    border-top: 1px solid #666666;
    border-radius: 0 0 2px 2px;
    box-shadow: 0px 5px 14.2px 0.8px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 99;
}
.block-main ul{
    padding: 0;
}
.block-main:hover {
    opacity: 1 !important;
}

.block-main a {
    display: block;
    width: 200px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 40px;
}


footer {
    width: 100%;
    min-width: 800px;
    background: #4C4C4D;
    border-top: 1px solid transparent;
    height: 50px;
}
.login_footer{
    background: transparent;
    position:fixed;
    bottom: 0;
}
.footer-center {
    max-width: 1200px;
    min-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    color: #fff;
}
.footer-center a{
    color: #fff;
}
.footer-nav {
    color: #666666;
}

.footer-nav {
    margin-top: 40px;
}

.footer-nav ul {
    display: flex;
    justify-content: center;
}

.footer-nav ul li {
    display: inline-block;
    height: 10px;
    border-right: 2px solid #999999;
    padding: 0 15px;
    line-height: 10px;
}

.footer-nav ul li:last-child {
    border: none;
}

.footer-nav ul li a {
    color: #666666;
    font-size: 15px;
}

.footer-nav ul li a:hover {
    color: #ffffff;
    transition: color 0.4s;
}

.footer-body {
    margin: 40px auto 0;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: 13px;
}

.footer-logo {
    width: 70px;
    height: 68px;
    background: url(../img/nav_logo.png) no-repeat;
    background-size: 100%;
    margin-right: 30px;
}

.contact span {
    margin-right: 20px;
}

.footer-last {
    line-height: 80px;
    font-size: 12px;
    color: #666666;
    margin: 0;
}

/* 媒体查询 */
@media screen and (min-width:800px) and (max-width:1200px) {
    .nav-my {
        justify-content: space-between;
    }

    .nav-button {
        margin-right: 40px;
    }

    /* .nav-center ul {
        display: none;
    } */

    .nav-main {
        display: block;
    }
}



/*位置相关 */

.css_relative {
    position: relative;
}

.css_absolute {
    position: absolute;
}

.css_floatLeft {
    float: left
}

.css_floatRight {
    float: right;
}

.displayNone{
    display: none !important;
}
.userAcount{
    color: #ffffff;
}
.opacityNone{
    opacity: 0;
}

/* 账号信息 */
.userPhoneBlock {
    display: flex;
    align-items: center;
}

.userPhoneIcon {
    width: 16px;
    height: 16px;
    background: url(../image/sign/home_account_expand_black.png) no-repeat;
    background-size: 100%;
    margin-left: 6px;
    position: relative;
}
.userPhoneIcon-Btn{
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding: 5px 0;
    text-align: center;
    background: #ffffff;
    border:1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    position: absolute;
    top: 20px;
    right: 5px;
    box-sizing: content-box;
    font-size: 13px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    color:#333;
    display:none;
}

.indexUser{
    color: #ffffff;
}
.indexUser .userPhoneIcon {
    background: url(../image/sign/home_account_expand_white.png) no-repeat;
    background-size: 100%;
}

.tit-arrow{
    font-size: 14px;
}