html, body {
    font-family: "黑体" !important;
}
a{
    /*color: #fff;*/
    display: block;
}
a:hover{
    /*color: #fff;*/
    text-decoration: none;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
.main {
    margin: 0 auto;
    margin-top: 89px;
    width: 100%;
    min-width: 1280px;
    overflow: hidden;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: url(../../img/header/header_bg.jpg);
}
.header_container{
    width: 1277px;
    height: 89px;
    line-height: 89px;
    margin: 0 auto;
}
.header_logo{
    width: 135px;
    float: left;
    font-size: 50px;
}
.header_logo img{
    position: relative;
    top: -7px;
    width: 100%;
    height: 28px;
}
.header_nav{
    width: 1024px;
    float: left;
    margin: 0 auto;
    font-size: 18px;
}
.header_nav>div{
    text-align: center;
    float: left;
    width: 14%;
}
.header_nav>div>div{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    position: relative;
    color: #fff;
}
.header_nav>div>div>span{
    height:100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.header_nav>div>div>i{
    display:inline-block;
    width: 8px;
    height: 8px;
    background: url(./../../img/triangle_index.png) no-repeat 0 -30px;
}
.header_nav>div>div:hover{
    border-bottom-color: #c33128;
}
.header_nav>div>div:hover i{
    background: url(./../../img/triangle_index.png) no-repeat 0 0px;
}
/* .header_nav>div>div:hover .list{
    display: block;
} */

.header_nav>div>div>.list{
    display: none;
    box-sizing: border-box;
    width: 150%;
    padding: 15px 0;
    position: absolute;
    top: 50px;
    left: -25%;
    margin-left: 0;
    background: rgba(0,0,0,0.3);
    border-radius: 20px;
    cursor: pointer;
    z-index: 2;
}
.header_nav>div>div>.list>span{
    display: inline-block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0;
}
.header_nav>div>div>.list>div{
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    padding-left: 26px;
}
.header_nav>div>div>.list>div:hover{
    background: rgba(0,0,0,0.6);
}

.header_language{
    width: 118px;
    text-align: center;
    float: left;
    position: relative;
    font-size: 14px;
}
.header_language>div{
    display: inline-block;
    width: 70px;
    height: 30px;
    border: 2px solid;
    border-radius: 6px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #fff;
    /*以下下是要添加的PIE.htc代码*/
    position:relative; /*一定要加，否则不显示。注意：父类也要添加相同属性，否则会错位，下面会详细介绍*/
    border-radius:6px; /*这个不能删，虽然IE8不支持这个属性，但是PIE.htc会用到*/
    -webkit-border-radius:6px; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius:6px;
    behavior: url("../js/PIE-1.0.0/PIE.htc");
}

.header_language>div>i{
    display:inline-block;
    width: 8px;
    height: 8px;
    background: url(./../../img/triangle_index.png) no-repeat 0 -30px;
}
.header_language>div:hover i{
    background: url(./../../img/triangle_index.png) no-repeat 0 0px;
}

.header_language>div>.list{
    display: none;
    box-sizing: border-box;
    width: 122px;
    padding: 15px 0;
    position: absolute;
    top: 45px;
    left: -22px;
    margin-left: 0;
    background: rgba(0,0,0,0.1);
    border-radius: 20px;
    cursor: pointer;
    z-index:9;
    /*以下下是要添加的PIE.htc代码*/
    border-radius:20px; /*这个不能删，虽然IE8不支持这个属性，但是PIE.htc会用到*/
    -webkit-border-radius:20px; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius:20px;
    behavior: url("../js/PIE-1.0.0/PIE.htc");
}
.header_language>div>.list>span{
    display: inline-block;
    width: 100%;
    height: 45px;
    position: absolute;
    top: -45px;
    left: 0;
}
.header_language>div>.list>div{
    height: 30px;
    line-height: 30px;
}
.header_language>div>.list>div:hover{
    background: rgba(0,0,0,0.3);
}
.header_language>div>.list>div span{
    margin-right: 16px;
    color: #fff;
}

.a-link{
    color: #fff !important;
    text-decoration: none;
}
.a-link>span{
    color: #fff !important;
    display: inline-block;
    height: 45px;
    line-height: 45px;
}

.a-link:hover{
    color: #fff !important;
    text-decoration:none
}
