/*————————————————————————————基础样式 开始————————————————————————————*/

/*去除边距*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.container-fluid,
.container {
    margin: 0 !important;
    padding: 0 !important;
}

.row {
    margin: 0 !important;;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}

/*————————————————————————————基础样式 结束————————————————————————————*/

/*————————————————————————————顶部 开始————————————————————————————*/

/*菜单文字 pc*/
.menu_span {
    line-height: 60px;
    text-align: center;
    width: 87px;
    height: 100%;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    float: left;
}

.menu_span a {
    color: #fff;
    text-decoration: none;
}

.menu_span a:hover {
    color: #fff;
}

.menu_span:hover {
    color: #fff;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}

/*菜单文字 xs*/
.header_xs {
    /*border: 1px solid yellow;*/
    width: 82%;
    height: 50px;
    display: none;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 3%;
    z-index: 2;
}

.menu_span2 {
    width: 16.5%;
    height: 100%;
    font-size: 18px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    float: left;

}

.menu_span2 a {
    color: #fff;
    text-decoration: none;
}

.menu_span2 a:hover {
    color: #fff;
}

.menu_span2:hover {
    color: #fff;
    cursor: pointer;
}

/*pc搜索*/
.search-pc-1 {
    /*border: 1px solid blue;*/
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.search-pc-1-1 {
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 0.6;
}

.search-pc-1-2 {
    width: 78.5%;
    height: 30px;
    float: left;
    margin-right: 2%;
}

.search-pc-1-3 {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%,-50%);
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 13px;
    margin-right: 2%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.search-pc-1-4 {
    width: 20px;
    height: 20px;
    float: right;
}

.search-pc2 {
    /*border: 1px solid red;*/
    width: 300px;
    height: 50px;
    float: right;
    position: relative;
}

.search-pc2-1 {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 5%;
    margin-right: 6.3%;
    z-index: 2;
}

/*xs 搜索*/
.search_xs {
    width: 64%;
    float: right;
    margin-right: 5%;
    margin-top: -3%;
}

.search-xs-1-1 {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-xs-1-1-1 {
    position: absolute;
    top: 26%;
    left: 5%;
    border: 0;
    width: 60%;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 0.6;
}

.search-xs-1-1-2 {
    width: 64%;
    height: 30px;
    float: left;
    margin-right: 2%;
}

.search-xs-1-1-3 {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 13px;
    margin-right: 2%;
}

.search-xs-1-1-4 {
    width: 20px;
    height: 20px;
    float: right;
}

.search-xs-2 {
    width: 300px;
    height: 50px;
    float: right;
    margin-right: -4%;
}

.search-xs-2 img {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 5%;
    margin-right: 5.7%;
    z-index: 2;
}

/*————————————————————————————顶部 结束————————————————————————————*/

/*————————————————————————————媒体查询 开始————————————————————————————*/
/*媒体查询 电脑模式*/
@media (max-width: 1200px) {


}

/*媒体查询 手机模式*/
@media (max-width: 768px) {

    /*顶部导航*/
    .header_pc {
        display: none !important;
    }

    .header_xs {
        display: block !important;
    }

    /*搜索*/
    .search_xs {
        display: block !important;
    }


}

/*————————————————————————————媒体查询 结束————————————————————————————*/