
/*IE滚动条颜色设置*/

@media screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}
/*定义滚动条轨道 内阴影+圆角*/
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.page-header {
    height: 60px;
    background: #fff;
    position: relative;
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 20;
    border-bottom: 1px solid #e6e6e6;
}

.site-main {
    padding-top: 60px;
}

.header-logo-box {
    float: left;
    line-height: 30px;
}

.header-logo {
    vertical-align: middle;
}

.header-center .menu-header_menu-container {
    float: right;
}

#menu-header_menu>li {
    float: left;
    line-height: 60px;
}

.menu>li {
    padding: 0 10px;
}

.menu>li>a {
    display: block;
    height: 60px;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
    color: #333;
}

.menu>li.current-menu-parent>a {
    color: #0caef9;
    font-weight: bold;
}

.header-login {
    width: 140px;
    float: right;
    height: 60px;
}

.login-before {
    width: 110px;
    line-height: 27px;
    background-color: #0caef9;
    color: #fff;
    text-align: center;
    float: right;
    font-size: 14px;
    border-radius: 26px;
    margin-top: 17px;
    display: none;
}

.sub-menu {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    background: #fff;
    padding: 40px 0 20px;
    font-size: 0;
    text-align: left;
    display: none;
    z-index: 5;
}

.header-login {
    width: 140px;
    float: right;
    height: 60px;
}

.login-before {
    width: 110px;
    line-height: 27px;
    background-color: #0caef9;
    color: #fff;
    text-align: center;
    float: right;
    font-size: 14px;
    border-radius: 26px;
    margin-top: 17px;
    display: none;
}

@media (max-width: 1240px) {
    .w1200 {
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .sub-menu {
        background: #fff;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        margin-left: 0;
        background: #fff;
        padding: 20px 0 0;
        font-size: 0;
        text-align: left;
        display: none;
        z-index: 5;
    }
    .sub-menu>li {
        margin: 0 40px;
    }
}

@media (max-width: 1000px) {
    .sub-menu>li {
        margin: 0 20px;
    }
    .menu>li>a {
        font-size: 14px;
        padding: 0 5px;
    }
}
/* 兼容ie8  backgroundsize*/

.polyfill {
    -ms-behavior: url(../images/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

.nav-border {
    background: #0caef9;
    height: 3px;
    position: absolute;
    bottom: -1px;
    transition: all 0.6s;
    z-index: -1;
}

/* 原来是base.css的，加到这里来*/
ul,
h1,
section {
    margin: 0;
    padding: 0;
}

li,
ol {
    list-style: none;
}

/* 原来是categorynewstyle.css的，加到这里来*/
.articleTopBanner {
    width: 100%;
    height: 1.23rem;
    background: url("../img/tagbg.png") no-repeat center;
    background-size: cover;
}

.articleTopBannerContent {
    width: 100%;
    height: 100%;
    max-width: 12rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.articleTopBannerContent .information {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.articleTopBannerContent .information .title {
    font-family: 'Microsoft YaHei';
    font-style: normal;
    font-weight: 700;
    font-size: 0.28rem;
    line-height: 0.37rem;
    color: #161F2D;
}

.articleTopBannerContent .information .msg {
    font-family: 'Microsoft YaHei';
    font-style: normal;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.18rem;
    text-align: center;
    color: #717781;
    margin-top: 0.08rem;
}

.articleTopBannerContent .left {
    display: block;
    width: 1.21rem;
    height: 1.23rem;
    background: url("../images/bannerleft.png") no-repeat;
    background-size: 1.21rem 0.81rem;
    background-position: center bottom;
    /* margin-right: 7%; */
    position: relative;
    left: -7%;
    right: auto;
    top: auto;
    bottom: auto;
}

.articleTopBannerContent .right {
    display: block;
    width: 1.6rem;
    height: 0.75rem;
    background: url("../images/bannerrigth.svg") no-repeat center;
    background-size: cover;
    /* margin-left: 22%; */
    position: relative;
    right: -20%;
    left: auto;
    top: auto;
    bottom: auto;
}



