.header{
    position:absolute;
    width:100%;
    height:60px;
    display: block;
    left:0;
    top:0;
    z-index:999;
}
.header_bg{
    position: absolute;
    width:100%;
    height:100%;
    display: block;
    left:0;
    top:0;
    background-color:#000000;
    opacity:0.2;
    filter: alpha(opacity=20);
}
.header_logo{
    position:relative;
    width: 144px;
    height:34px;
    display: block;
}
.header_logo_pic{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    top:10px;
}
.header_logo_mobile_pic{
    position: relative;
    width: 100%;
    height: auto;
    display:none;
    top:10px;
}
.header_conn{
    position:relative;
    width:100%;
    height: auto;
    display:block;
    text-align: right;
    padding-top: 10px;
}
.header_list{
    position:relative;
    width:100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.header_item{
    position: relative;
    width: auto;
    display: inline-block;

}
.header_item1{
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.header_item_a{
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0 10px;
    color:#a4b0c0!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.header_item_a:hover{
    color:#000!important;
}
.header_item_a_lan{
    color:#000!important;
}
.header_item_a1,.header_item_a1:hover{
    position: relative;
    width: auto;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    color:#a4b0c0!important;
    -webkit-box-sizing: border-box;
}
.header_curr_item_a,.header_curr_item_a:hover,.header_curr_item_a:active{
    color:#ffffff!important;
}
.user_icon{
    position: relative;
    display: inline-block;
    top:-2px;
    padding-right: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.switch_btn {
    position:relative;
    height: 60px;
    width: 100px;
    text-align: center;
}
/********toggle ch en**********/
.switch_btn-wrap {
   /* padding: 1.25em 0.5em;*/
    position: relative;
}
.switch_btn-wrap .switch_btn-bg {
    position: relative;
   /* width: 70px;*/
    width:60px;
    text-align: center;
    height: 30px;
    color: #fff;
    background-color: #318fee;
    border: 1px solid #318fee;
    border-radius: 20px;
    line-height: 30px;
    cursor: pointer;
}
span.switch_btn_cn {
    position: absolute;
    left: 5px;
}
span.switch_btn_en {
    position: absolute;
    right: 8px;
}
.header-signin a{
    display: block;
    width: 60px;
    font-size: 14px;
    text-align: center;
    height: 64px;
    color: #787d82;
    text-indent: -9999px;
    /*background: #40caf5 url(../img/login.png) no-repeat center center;*/
    overflow: hidden;
}
.switch_btn-wrap .circle {
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #d53738;
    border-radius: 50%;
    top: -3px;
    left:0px;
    color: #d53738;
    line-height: 33px;
    cursor: pointer;
    text-align:center;
    /*transform: 2px 3px;*/
}
.nav_toggle{
    display: none;
}
.header_mobile{
    display: none;
}

/*header1*/
.header1{
    position:relative;
}
.header3{
    position:relative;
    z-index:50;
}
.header1 .header_bg{
    background-color:#00203f;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.header3 .header_bg{
    background-color:#fff;
}
.header3 .header_logo_mobile_pic{
    display:block;
}
.header3 .header_logo_pic{
    display:none;
}
.header1 .header_logo_pic{
    display: block;
}
/*.header1 .header_logo_mobile_pic{
    display: block;
}*/
.header1 .header_item_a1{
    position: relative;
    width: auto;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #ff4c6d;
    border-radius: 20px;
    box-sizing: border-box;
    color: #ffffff!important;
    background-color: #ff4c6d;
    background: -webkit-linear-gradient(left, #ff4c6d , #ff686a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff4c6d , #ff686a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#ff4c6d , #ff686a); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff4c6d , #ff686a); /* 标准的语法 */
    -webkit-box-sizing: border-box;
}

.header2 .header_item_a{
    color:#d1d4d6!important;
}
.header2 .header_item_a1{
    color:#ffffff!important;
}
.header2 .header_curr_item_a{
    color:#ffffff!important;
}

.header3 .header_item_a1{
    color:#667889!important;
}
.header3 .header_item_a2,.header3 .header_item_a2:hover{
    background-color: #ff636b;
    border: 1px solid #ff636b;
    background: -webkit-linear-gradient(left, #ff4c6d , #ff686a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff4c6d , #ff686a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#ff4c6d , #ff686a); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff4c6d , #ff686a); /* 标准的语法 */
    color:#fff!important;
}
.header3 .header_curr_item_a{
    color:#000000!important;
}

/*ie8 导航*/
.ieEight{
    position:relative;
    display: none;
}
.ieEight_a,.ieEight_a:hover{
    position: relative;
    width: auto;
    display: inline-block;
    color:#ffffff!important;
}
.ieEight_a_separate,.ieEight_a_separate:hover{
    position: relative;
    width: auto;
    display: inline-block;
    color:#a4b0c0!important;
    padding: 0 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*ie8 导航*/
.header_mob_lan{
    display:none;
}




@media screen and (min-width:1px) and (max-width:768px){
    .header{
      /*  position:relative;*/
        padding-left:15px;
        padding-right:15px;
        box-sizing: border-box;
     /*   border-bottom: 1px solid #eeeeee;*/
    }
   /* .header_bg{
        background-color:#ffffff;
        opacity: 1;
    }*/
    .header_mob_lan,.header_mob_lan:hover{
        position: absolute;
        width: auto;
        right: 50px;
        top: 13px;
        display: inline-block;
        color:#a4b0c0!important;
    }
    .header_conn{
        position:relative;
        text-align: right;
    }
    .header_item{
        display:none;
    }
    .header_item1{
        display:block;
        float:right;
    }
/*    .header_logo_pic{
        display:none;
    }
    .header_logo_mobile_pic{
        display:block;
   } */
    .nav_toggle{
        position:absolute;
        width: auto;
        right:0px;
        top:13px;
        display:block;
    }

    .header_list:after{
        content: "";
        display: block;
        clear: both;
    }

    .header_mobile{
        position: absolute;
        width: 100%;
        height: auto;
        display:none;
        left: 0;
        top:60px;
        z-index:60;
        background-color:#ffffff;
    }
    .header_mobile_list{
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
        padding: 0;
    }
    .header_mobile_item{
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        padding: 0 20px;
        line-height: 40px;
        box-sizing: border-box;
        border-bottom: 1px solid #eeeeee;
    }
    .header_mobile_item_a{
        position:relative;
        width: 100%;
        line-height: 40px;
        display: block;
        color:#000000;
    }
   /* .header_mobile_item_a1{
        position: relative;
        width: auto;
        display: inline-block;
        padding: 5px 20px;
        border: 1px solid #999999;
        border-radius: 20px;
        line-height: 24px;
        box-sizing: border-box;
        color: #ffffff!important;
        background-color: #318fee;
        -webkit-box-sizing: border-box;
    }*/
}