*{margin: 0; padding: 0;}
ul{
    list-style: none;
}
a.cancelDefault{
    text-decoration: none;
    outline: none;
}
.container{
    min-width: 1200px;
    margin: 0 auto;
}
._inner{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header_top{
    width: 100%;
    height: 70px;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.header_top_inner{
    width: 1260px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    flex-direction: row;
    align-items: center;
}
.header_top_logo{
    display: block;
    width: 110px;
    height: auto;
    position: relative;
}
.header_top_nav{
    height: 100%;
    margin-bottom: 0px;
    margin-left: 32px;
    position: relative;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    flex-direction: row;
}
.header_top_nav li{
    position: relative;
    height: 100%;
    margin-left: 6px;
    min-width: 90px;
    text-align: center;
    line-height: 74px;
}
.header_top_nav li a{
    font-size: 16px;
    display: block;
    padding: 0 10px;
    color: #1a1a1a;
    height: 100%;
    font-weight: 400;
    font-family: MicrosoftYaHei;
}
.header_top_nav li:hover{
    border-bottom: 3px solid #f02375;
}
.header_top_nav li:hover a{
    color: #f02375;
    text-decoration: none;
}
.header_top_nav li.activeLi{
    border-bottom: 3px solid #f02375;
}
.header_top_nav li.activeLi a{
    color: #f02375;
}
.header_top_info{
    height: 100%;
    width: auto;
    position: relative;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    flex-direction: row;
    align-items: center;
    margin-left: 70px;
}
.phoneimg_num{
    width:245px;
    white-space: nowrap;
    position: relative;
}
.header_top_info>div:nth-of-type(1){
    /*margin-top: 18px;*/
    /*margin-bottom: 7px;*/
}

.top_telImg{
    width: 19px;
    vertical-align: top;
    margin-top: 1.5px;
}
.top_telNum{
    color:rgba(238,52,105,1);
    font-size: 21px;
    font-weight:400;
    letter-spacing: -.4px;
}
.top_right{
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    flex-direction: row;
    margin-left: 30px;
    margin-top: 10px;
    max-width: 122px;
}
.top_right>li:nth-of-type(1){
    display: block;
    position: relative;
}
.top_right>li:nth-of-type(2){
    border-left-style: solid;
    border-left-color: #808080;
    border-left-width: 1px;
    display: block;
    position: relative;
}
.top_right a:hover{
    text-decoration: none;
    outline: none;
}
.top_right a:visited{
    text-decoration: none;
    outline: none;
}
.top_login a{
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: white;
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: white;
    display: block;
    position: relative;
    z-index: 22;
    display: block;
    /*background-color: #ee0160;*/
    width: 60px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: black;
    border-radius: 0px;
    cursor: pointer;
    margin-right: 14px;
    font-weight:400;
    font-family: MicrosoftYaHeiLight;
}
.top_login a:hover{
    color: rgba(238,52,105,1);
}
.top_reg{
    margin-left: -16px;
}
.top_reg a{
    color: black;
    display: block;
    width: 60px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    cursor: pointer;
    /*border: 1px solid #ee0160;*/
    font-weight:400;
    font-family: MicrosoftYaHeiLight;
}
.top_reg a:hover{
    /*border: 1px solid #d00053;*/
    color: rgba(238,52,105,1);
}
.xlMenu{
    display:none;
    background-color: white;
    height: 127px;
    margin: 3px;
}
.about2:hover .xlMenu{
    display:block;
}
.xlMenuB{
    color: #000000!important;
    text-decoration: none!important;
    height: 64px!important;
}
.xlMenuB:hover {
    color: #f02375!important;
    text-decoration: none!important;
}
.xlMenuB:hover {
    border-bottom: 3px solid #f02375;
}