*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
/*整个导航条*/
.top_header .top_nav{
    background-color: white;
    height: 56px;
    margin: 0 auto;
    display: flex;
    justify-content:center;
}
/*导航条右侧logo样式*/
.top_header .right-icon{
    padding-top: 0px;
    height: 56px;
    flex: 1;
}
.top_header .right-icon img{
    max-width:48%;
}
.top_header .right-icon .logo1{
    padding-left: 12%;
}
.top_header .right-icon .logo1 img{
    margin-top: 10px;
}
.top_header .right-icon .logo img{
    padding-top: 14px;
}
/*导航条中间导航栏样式*/
.top_header .middle-nav{
    font-size: 14px;
    color: #3a3c3e;
    max-width: 1200px;
    word-wrap: break-word;
    word-break: normal;
}

.top_header .middle-nav>ul{
    margin-left: 10px;
    height: 56px;
    line-height: 56px;
}
.top_header .middle-nav .dropdown,.top_header .middle-nav .no-dropdown{
    padding: 0 20px ;
}
.top_header .dropdown{
    position: relative;
}
.top_header .navbar-nav > li > a{
    color: #3a3c3e;
    text-decoration: none;
}
.top_header .dropdown:hover{
    box-shadow: 0 -2px 5px #f4f4f4;
}
.top_header .no-dropdown:hover{
    box-shadow: 0 -2px 5px #f4f4f4;
}
.top_header .no-dropdown {
    position: relative;
}
.top_header .serch-nav li a{
    padding-top: 21px;
}
.top_header .lan-nav{
    padding-left: 2%;
}
.top_header .dropdown-menu{
    display: none;
    text-align: center;
    font-size: 13px;
    border-width: 0px;
    padding: 5px 0px;
    margin: 0px 0px;
    min-width: 100%;
}
.top_header .dropdown-menu li{
    margin: 8px 0px;
}
.top_header .dropdown-menu li a{
    color: black;
    padding: 3px 3px;
    text-align: center;
}
.top_header .dropdown-menu li a:hover{
    background: rgba(0,0,0,0.2);
}
.top_header .game{
    padding-left: 0px;
    padding-right: 0px;
}

.top_header .triangle{
    position: absolute;
    top: 46px;
    left: 42%;
    visibility: hidden;
}
/*去掉导航测模块右侧三角
/*.top_header .rightIcon{*/
/*border-width:5px 5px 0;*/
/*border-style:solid;*/
/*border-color:#333 transparent transparent;!*灰 透明 透明 *!*/
/*position:absolute;*/
/*top:48%;*/
/*left:86%;*/
/*}*/

/*导航栏左侧图标样式*/
.top_header .left-icon{
    flex: 1;
    height: 56px;
    line-height: 56px;
}
.top_header .left-icon .search-icon a,.top_header .left-icon .lan-icon a{
    color: #3a3c3e;
}
.top_header .left-icon .lan-icon{
    float: right;
    margin-right: 12%;
    background: url("../../images/img/person.png") no-repeat center left;
    background-size: 18px 14px;
    padding-left: 24px;

}
.top_header .left-icon .search-icon{
    margin-right: 20%;
  float: right;
}

.top_header .left-icon .search-icon img{
}


/*去掉登录模块*/
/*.top_header .icon-submit{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
}
.top_header .ico-load{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
}*/

/*.modal-backdrop.in {*/
    /*filter: alpha(opacity=50);*/
    /*opacity: .3 !important;*/
/*}*/
.search .modal-dialog {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.search .modal-content {
    position: relative;
    margin-top: 89px;
    height: 126px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.search .modal-content .modal-header{
    padding: 12px 15px;
    border-bottom: none;
}
.search .input-search {
    padding-left: 12px;
    width: 90%;
    position: absolute;
    bottom: 40px;
    left: 74px;
    border-bottom: 1px solid #e4e4e4;
}

.search input {
    outline: none;
    border-width: 0;
    width: 90%;
    height: 45px;
    font-size: 23px;
}

.search .search-ico {
    position: absolute;
    right: 12px;
    bottom: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url("../../images/img/sousuo.png") no-repeat right;
    background-size: 35px 35px;

}
@media(max-width: 1182px){
    #header_zh{
        width: 1182px;
    }
}