body,ul,p,li,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
/* 隐藏滚动条，但还可以滚动 */
/* body::-webkit-scrollbar {
    display: none;
} */
body {
    font-size: 14px;
    color: #101010;
    background-color: #f7f7f7;
}
ul>li {
    list-style: none;
}
span {
    display: inline-block;
}
a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
img {
    vertical-align: middle;
}
input {
    border: none;
    outline: none;
}
textarea{ 
    resize: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
a:hover, a:link, a:visited {
    text-decoration: none;
    color: #333;
}
.panel {
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-body {
    padding-left: 0;
    padding-right: 0;
}
.picture img {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}
.container{
    padding: 0;
    min-width: 960px;
    max-width: 960px;
}
/* @media (max-width: 1500px) and (min-width: 1200px) {
    .container{
        width: 1000px;
    }
} */
/* .container{
    width: 920px;
} */
/* 轮播图 */
.lunbo .item {
    width: 100%;
}
.lunbo .glyphicon-menu-left,
.lunbo .glyphicon-menu-right {
    display: none;
}
.lunbo .carousel-control.left:hover .glyphicon-menu-left,
.lunbo .carousel-control.right:hover .glyphicon-menu-right {
    display: block;
}
/* 去除轮播图阴影 */
.carousel-control.left {
    background-image:none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image:none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control.left .glyphicon-menu-left,
.carousel-control.right .glyphicon-menu-right {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
    font-size: 40px;
}
.carousel-inner>.item>img {
    width: 100%;
}
/* 轮播圆点按钮 */
.carousel-indicators li {
    width: 40px;
    height: 4px;
    background: rgba(255,255,255,.4);
    border-radius: 2px;
    border: none;
    margin: 1px 8px;
}
.carousel-indicators .active {
    width: 40px;
    height: 4px;
    margin: 1px 8px;
    background-color: #fff;
}

/* 头部 登录/注册*/
header.top-nav {
    height: 40px;
    line-height: 40px;
    background-color: #0095DE;
    font-size: 14px;
    /* text-align: right; */
}
.top-nav .container {
    position: relative;
}
header.top-nav .right1{
    position: absolute;
    right: 0;
}
header.top-nav a {
    color: #C2E8FB;
}
header.top-nav .login_btn,
header.top-nav .register_btn {
    vertical-align: baseline;
    padding: 0;
    padding: 0 4px;
}

/*全屏显示大图*/
.opacityBottom{
    width: 100%;
    height: 100%;
    position: fixed;
    background:rgba(0,0,0,0.8);
    z-index:1000;
    top: 0;
    left: 0
}
.none-scroll{
    /* overflow: hidden;
    height: 100%; */
    overflow: hidden;
}
.bigImg{
    max-width:50%;
    max-height: 80%;
    left:50%;
    top:50%;
    position:fixed;
    transform: translate(-50%,-50%);
    z-index: 10001;
}

/* 搜索-菜单导航 */
.nav-search {
    padding-bottom: 8px;
    border-bottom: 1px inset #BFBFBF;
    background-color: #fff;
}
/* 搜索框 */
.searchbox {
    display: flex;
    justify-content: space-between;
}
.searchbox .logo {
    margin-top: 16px;
    margin-bottom: 4px;
    width: 141px;
    height: 49px;
}
.searchbox .logo img {
    width: 100%
}
.searchbox .search input {
    margin: 20px 0;
    width: 200px;
    height: 30px;
    border: 1px solid #888888;
    /* text-indent: 2em; */
    padding-left: 16px;
    padding-right: 30px;
}
.searchbox form {
    position: relative;
}
.searchbox form>a {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/* 菜单导航 */
.menu-nav {
    width: 540px;
    margin: 0 auto;
}
.menu-nav>ul {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.menu-nav>ul>li>a {
    color: #101010;
}
.menu-nav>ul>li:hover a,
.menu-nav>ul>li.active>a {
    color: #0095DE;
}
/* 公共底部 */
footer {
    margin-bottom: 16px;
    padding: 0 26px;
    border: 1px solid #BBBBBB;
    border-radius: 8px;
    background-color: #fff;
    z-index: 9999;
}
footer h4 {
    margin-left: 26px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border-bottom: 1px solid #BBBBBB;
}
footer a {
    color: #101010;
}
footer .contact-info {
    margin-top: 19px;
    margin-bottom: 21px;
}
footer .contact-info span {
    margin-right: 24px;
}
footer .link-bot a {
    margin-right: 24px;
}
footer .imgtext {
    text-align: center;
}
footer .imgtext.code {
    margin-right: 40px;
    margin-top: 16px;
}
footer .imgtext.code img {
    width: 70px;
}
footer .imgtext .textbox {
    font-size: 14px;
}
/* 签到 */
.sign-in {
    width: 232.5px;
    z-index: 1;
}
.sign-in .signbox {
    padding: 22px 20px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
}
.sign-in .signbox>span{
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 10px;
}
.sign-in .signbox div>a {
    padding: 8px 0;
     width: 100%;
     background-color: #0095DE;
     color: #fff;
     border-radius: 10px;
}
.right1 {
    padding-left: 0;
}
.join-wx {
     margin-top: 17px;
     margin-bottom: 21px;
     padding: 14px 16px 22px;
     background-color: #fff;
     color: #101010;
     border-radius: 8px;
}
.join-wx .text {
    display: flex;
    justify-content: space-between;
}
.join-wx .text span:first-child {
    margin-bottom: 2px;
    font-size: 16px;
}
.join-wx .text span:last-child {
    font-size: 10px;
    color: #0095DE;
}
.join-wx .line {
    margin-bottom: 14px;
    position: relative;
    height: 2px;
    background-color:#BFBFBF;
}
.join-wx .line span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 36px;
    background-color: #0095DE;
}
.join-wx .join {
    position: relative;
    height: 32px;
    line-height: 32px;
}
.join-wx .join>img {
    width: 32px;
}
.join-wx .join a {
    height: 24px;
    width: 46px;
    text-align: center;
    line-height: 24px;
    color: #0095DE;
    border: 1px solid #0095DE;
    border-radius: 6px;
    margin-left: 10px;
}
.join .wxcode {
     position: absolute;
     left: -96px;
     top: -54px;
     display: none;
}
.join .wxcode img {
    height: 108px;
}
.recommend>.imgbox img {
    width: 100%;
    border-radius: 8px;
}