.header{
    background-color: transparent;
}
.nav{
    width: 760px;
}
.header-toparea {
    /*zcn*/
    background: url("../images/home/top.jpg") no-repeat;
    background-size:100% 100%;
    min-height: 100vh;
    /*zcn*/
    color: #ffffff;
    z-index: 77;
}
.header-bottomarea{
    width: 100%;
    color: #fff;
    background-color: transparent;
}
.header-bottomarea:hover{
    background-color: #fff;
    transition: all 0.5s;
}
.header-bottomarea .tm-navigation ul li a{
    color: white;
    text-decoration: none;
}
.header-bottomarea .tm-navigation ul li ul li a {
    color: #000;
    text-decoration: none;
}
.header-bottomarea:hover .tm-navigation ul li a {
    color: #000;
    text-decoration: none;
}
.sticky-active .header-bottomarea .tm-navigation ul li a{
    color: #000;
    text-decoration: none;
}
.header-bottomarea .tm-navigation ul{
    width:755px;
}
.header-bottomarea{
    position: absolute;
}
.header-bottomarea .header-bottominner .lang{
    display: inline-block;
    width: 80px;
}
.header-bottomarea .header-bottominner .lang ul{
    width: 80px;
    margin-bottom: 0px;
}
.header-bottomarea .header-bottominner .lang ul li{
    display: inline-block;
    border-radius: 15px;
}
.header-bottomarea .header-bottominner .lang ul li a{
    margin: 0px 10px;
    padding: 0px 6px;
    /*background-color: red;*/
    border-radius: 10px;
    font-weight: 400;
    color: #969696;
    font-size: 14px;
}
.header-bottomarea:hover .header-bottominner .lang ul li a{
    color: #969696;
}
.header-bottomarea .header-bottominner .lang ul li:hover a{
    color: #969696;
}
.bg_red{
    background-color: rgb(18,65,143);
    color: #fff!important;
}
.bg_red a{
    background-color: rgb(18,65,143);
    color: #fff!important;
}
.tm-navigation i{
    width: 40px;
    padding: 0px 10px;
}
.header-bottomarea:hover .lang ul li a {
    color: #fff;
    text-decoration: none;
}
/*.header-bottomarea .tm-navigation ul .underline:hover a{*/
/*    color: #3f51b5;*/
/*}*/


.header-bottomarea .tm-navigation ul li a{
    border-bottom: 4px solid transparent;
    /*border-width: 0px;*/
}
/*.header-bottomarea .tm-navigation ul li a:hover{*/
/*    border-bottom: 4px solid rgb(71,174,195);*/
/*    -border-width: 0px 0px 100% 0px;*/
/*    transition: all .3s;*/
/*}*/
.tm-navigation>ul>.underline>a:after{
    content:'';
    position: absolute;
    width:0%;
    height: 4px;
    background: rgb(18,65,143);
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}
.sticky-header .header-bottomarea .container{
    min-width:100%
}
.tm-navigation>ul>.underline:hover>a:after {width: 100%;}
.tm-navigation ul{
    margin: 0px auto;
}
.header-logo{
    position: relative;
    left: 20px;
    left: 4%;
}
.lang{
    position: relative;
    right: 20px;
    right: 4%;
}
.nav_tj{
    width: 160px!important;
}
.nav_tj li .nav_tj_gy{
    width: 200px!important;
}
.nav_tj li .nav_tj_ly{
    width: 180px!important;
}
.nav_tj li .nav_tj_ny{
    width: 180px!important;
}
@media screen and (min-width: 1701px) {
    .header-bottomarea .tm-navigation ul{
        width:1020px;
    }
    .tm-navigation ul li a{
        padding: 20px 52px;
    }
}
@media only screen and (max-width: 767px){
    .header-logo{
        left: -8%;
    }
}
@media screen and (min-width: 2880px) {
    .header-bottomarea .tm-navigation ul{
        width:1270px;
    }
    .tm-navigation ul li a{
        padding: 20px 52px;
    }
}
