*{
    border: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    margin: 0;
}
a{
    cursor: pointer;
    text-decoration:unset;
}
.flex{display:flex!important}
.flex1{flex:1}
.flex-in{display:inline-flex!important}
.flex-wrap{flex-wrap:wrap}
.flex-wrap-r{flex-wrap:wrap-reverse}
.flex-l{align-items:flex-start}
.flex-l-l{justify-content:flex-start}
.flex-c{align-items:center}
.flex-d{align-items:left}
.flex-c-c{justify-content:center}
.flex-r{align-items:flex-end}
.flex-r-r{justify-content:flex-end}
.flex-space{justify-content:space-between}
.flex-around{justify-content:space-around}
.flex-item-gsb-1{flex:1 1 auto}
.flex-item-gsb-0{flex:0 0 auto}
.flex-self-l{align-self:flex-start}
.flex-self-c{align-self:center}
.flex-self-r{align-self:flex-end}
.flex-dir-column{flex-direction:column}
.float-l{float:left}
.flex1,.wrapper{flex:1}
.text-hide{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
html,body{
    width: 100%;
    height: 100%;
    position: relative;
}
.bg-box{
    background-size: cover;
    width: 100%;
    background-image: url('../images/image_bg.jpg');
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-inner-box{
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
}
/* 头部 */
.index-body{
    /* max-width: 1240px; */
    width: 1240px;
    margin: 0 auto;
    /* width: 100%; */
    /* padding: 0 20px; */
    box-sizing: border-box;
}
.index-header{
    color: #fff;
    /* padding: 0 20px; */
    font-size: 12px;
}
.login-txt{
    margin-right: 20px;
}
.index-logo{
    height: 49px;
    /* width: 230px; */
    margin-top: 10px;
}

/* 搜索栏 */
.index-search{
    margin-top: 57px;
}
.index-search .search-left{
    /* width: 330px;
    height: 50px; */
    font-size: 40px;
    font-weight: bold;
    color: #2991D9;
    -webkit-text-stroke: 2px #FFFFFF;
    text-stroke: 2px #FFFFFF;
    /* margin-left: 20px; */
}
.search-right .search-item{
    width: 542px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(8, 51, 80, 0.21);
    border-radius: 6px;
}
.search-right .search-item input{
    border: 0;
    outline: none;
    height: 100%;
    width: calc(100% - 30px);
    border-radius: 6px;
    text-indent: 20px;
}
.search-right .search-item img{
    width: 26px;
}
.search-right .hot-search{
    margin-top: 10px;
}
.search-right .hot-search span{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 20px;
}
.head-txt-bg-color{
    border-radius: 4px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    padding: 4px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.3);
}

.search-right .hot-search a{
    font-size: 14px;
    border-radius: 4px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 20px;
    cursor: pointer;
    padding: 4px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.3);
}
.h59{
    height: 59px;
}

/* 菜单栏 */
ul.menu-list{
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    background: #000000;
    opacity: 0.5;
    margin-top: 50px;
}
ul.menu-list li{
    box-sizing: border-box;
    /* padding: 0 20px; */
    width: 132px;
    /* color: #fff; */
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #FEFEFE;
    text-align: center;
}
ul.menu-list li.active,ul.menu-list li:hover{
    background:#2991D9;
}
/* 内容页 */
.index-inner{
    width: 1240px;
    margin: 0 auto;
    background: #F5F5F5;
    padding: 20px;
    box-sizing: border-box;
}
/* 底部 */
.index-fotter{
    margin-top: 30px;
    width: 100%;
    height: 170px;
    background: rgba(0,0,0,0.21);
}
.index-fotter p:last-child{
    margin-top: 20px;
}
.index-fotter p,.index-fotter a{
    font-size: 16px;
    color:#fff;
}
.swiper-button-next, .swiper-button-prev{
    color: #ccc;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    color: #2991D9;
}
#box1{
    width:80px; 
    height:250px; 
    position:fixed; 
    _position:absolute; 
    top:110px; 
    left:10px; 
    z-index:999;
}
.no{
display:none;}
