* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}

body {
    font: 14px/1.6 "Microsoft YaHei", "微软雅黑";
    /*首页变灰*/
    /*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:gray;*/
}

img {
    border: none;
    max-width: 100%;
    vertical-align: top;
    -webkit-user-drag: none;
}

a {
    text-decoration: none;
    color: #404040;
}

a:hover {
    color: #da4946;
}

ul li {
    list-style-type: none;
}

em {
    font-style: normal;
}


.fl, .float_L {
    float: left;
}

.fr, .float_R {
    float: right;
}

img {
    display: block;
    font-size: 0;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, input {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

.tabs {
    width: 100%;
    background: #da4946;
    height: 46px;
    line-height: 46px;
    font-size: 16px;

}

.loginBar .fixedlogin {
    position: fixed !important;
    left: 50% !important;
    top: 30% !important;
    margin-left: -150px !important;
}

.zhezhao {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: none;
}

.loginbox-select .login-box {
    display: block !important;
}

.tabs ul {
    overflow: hidden;
}

.tabs ul li {
    text-align: center;
    float: left;
    margin-right: 20px;
    color: #fff;
    cursor: pointer;
}

.tabs ul li a {
    color: #fff;
}



/* 底部 */
/* footer */
.footer {
    padding: 60px 0 50px;
    width: 100%;
    background: #454545;
    color: #fff;
    text-align: center;
}

.footer a {
    color: #fff;
}

.footer .about {
    display: flex;
    justify-content: center;
}

.footer p {
    height: 30px;
    line-height: 30px;
    opacity: 0.3;
}

.about {
    opacity: 0.3;
}
.tabs .main span{
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px){
    header{
        display: none;
    }
    .banner{
        display: none;
    }
    .tabs .main{
        display: none;
    }
    .tabs  span{
        display: block;
        color:#fff;
        text-align: center;
        font-size:22px;
    }
    .views ul{
        display: block !important;
        margin:0 !important;
    }
    .views ul li{
        width: 100%  !important;
        margin-bottom:40px  !important;
    }
    .main{
        width: 100%  !important;
        padding:0 15px;
    }
    .views{
        width: 100% !important;
    }
    .other{
        width: 100% !important;
    }
    .footer p {
        height: auto  !important;
    }
    .views  .tx h4{
        height: 60px !important;
        line-height: 60px !important;
    }
    .views  .tx .img{
       height: 80px  !important;
    }
    .views  .dy .img{
        height: 110px  !important;
     }
}
