﻿@charset "utf-8";
.head_container,.top_container,.footer_banner ,.header_up{
        min-width: 1200px;
}
.line {
    width: 1200px;
    margin: 0 auto;
}
.header_container {
        width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    box-shadow: 0px 8px 20px rgba(158, 158, 158, 0.2);
    z-index: 9999;
    background: #fff;
}
.header_up {
          width: 100%;
    height: 34px;
    background: #646a7a;
}
.header_up h6{
    line-height: 34px;
    display: inline;
    color: #fff;
    float: left;
}
.header_up h6 span{
    padding-right: 15px;
    color: #ffb240;
}
.header_up select {
}
.header_up a{
        position: inherit;
    float: right;
    background: #a0a7b9;
    box-shadow: none;
    color: #fff;
    display: block;
    width: 80px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 2px;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.header_up a:hover {
     color: #fff;
     background: #778095;

}
.dropdown-menu > li > a {
    float: inherit;
    width:inherit;
}
.header_up a.yd {
    background: inherit;
    font-size: 18px;
    text-align: right;
}

.header_up a.yd:hover,.header_up .open a.yd,.header_up a.yd:focus{
    background: inherit;
}
.header_up .dropdown-menu a {
     background: inherit;
}
.header_down {
}
.header_down .logo {
        background-image: url(../img/logo.png);
    height: 80px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 400px 61px;
    position: relative;
}
#language {
        float: left;
    margin-top: 28px;
    margin-left: 330px;
}
  .tool_nav {
        float: left;
      margin-top: 5px; 
    }

        .tool_nav > li {
            float: left;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            margin-left: 5px;
        }

            .tool_nav > li > i {
                color: #fff;
                cursor: pointer;
            }
    .head_container {
            width: 100%;
    height: 350px;
    background-color: #dadada;
    position: relative;
    overflow: hidden;
    margin-top:81px;
    }
       .head_container > img {
            position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    min-width: 2000px;
        }

    


        .footer_banner {
        width: 100%;
    height: 100px;
    line-height: 100px;
    color: #fff;
    background: #2d2d2d;
    text-align: center;
}

.t_title {
    position: absolute;
    z-index: 9;
    display: block;
    text-align: center;
    width: 100%;
    top: 30px;
    min-width: 1200px;
    color: #fff;
   
    height: 218px;
}

.t_title > span {
        display: block;
    width: 1200px;
    margin: 15px auto;
    text-align: left;
    font-size: 16px;
    letter-spacing: 2px;
}
.t_title > span b {
    float: inherit;
    color: white;
    padding-right: 5px;
}
.t_title > h1 {
    letter-spacing: 2px;
    font-size: 36px;
    display: block;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    text-shadow: 2px 2px 0 rgb(87, 98, 119);
}

.log_box {
    width: 1200px;
    margin: 40px auto;
}

.dl_btn_nav {
}

.dl_btn_nav li{
    float: left;
    margin-right: 15px;
    cursor:pointer;
    padding: 0 15px;
    border-radius: 3px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition:all .5s;
    -o-transition: all .5s;
}
.dl_btn_nav li.green {
    background: rgba(139,195,74,.9);
    border: 1px solid #88cd38;
}
.dl_btn_nav li.green:hover {
    background: rgba(139,195,74,1);
}
.dl_btn_nav li.orange {
    background: rgba(255,87,34,.9);
    border: 1px solid #ff784d;
}
.dl_btn_nav li.orange:hover {
   background: rgba(255,87,34,1);
}
.dl_btn_nav li.blue {
    background: rgba(33,150,243,.9);
    border: 1px solid #489de0;
}
.dl_btn_nav li.blue:hover {
    background: rgba(33,150,243,1);
}
.dl_btn_nav li a{
    color:#fff
}

.dl_btn_nav li a i {
    margin-right:5px;
}


/*个人中心导航 开始*/

.header_container.grzx {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    box-shadow: 0px 8px 20px rgba(158, 158, 158, 0.2);
    z-index: 9999;
    background: #fff;
}
.grzx .venus-menu {
    height: 40px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    display: flex;
    right: 80px;
    top: -6px;
    padding: 0 15px;
    background: inherit;
}

.grzx .venus-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 32px;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 110px;
}

.grzx .venus-menu > li > a {
    padding: 5px 5px;
    font-size: 15px;
    color: #484848;
    text-decoration: none;
    line-height: 30px;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    letter-spacing: 0;
}

.grzx .venus-menu>li:hover > a,.grzx .venus-menu li.active a {
    background: inherit;
    border-top: 2px solid #f6a526;
    color: #484848;
}

.grzx .venus-menu ul {
    top: 34px;
    left: 30px;
    padding-top: 10px;
}

.grzx .venus-menu li:hover ul {
    display: block;
}

.grzx .venus-menu ul li {
    clear: both;
    width: 100%;
    border: none;
}

.grzx .venus-menu ul li a {
    padding: 14px 10px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    background: #ffb541;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.grzx .venus-menu ul li:hover > a {
    background: #ffc261;
}

.grzx .venus-menu > li > a i {
    color: #636363;
    position: inherit;
}
.grzx .venus-menu > li > ul > li:first-child a:before {
        content: '';
    position: absolute;
    bottom: 60px;
    left: 45%;
    margin-left: -48px;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
    border-bottom: 8px solid #ffb541;
}


.grzx .venus-menu li.more_btn ul li a i {
    position: absolute;
    top: 23px;
}

.grzx  .venus-menu li.more_btn ul li ul {
    top: -10px;
    left: -140px;
    display:none;
}
.grzx  .venus-menu li.more_btn ul li:hover ul {
    display:block;
}

/*个人中心导航 结束*/