/* mod_header */
header {
    width: 100%;
    background: #ffffff;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    user-select: none;/*选中文字时避免出现蓝色背景*/
}
.mod_header-container {
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mod_header-container > a {
    width: 165px;
    height: 100%;
    display: flex;
    align-items: center;
}

.mod_header-logo {
    width: 100%;
    height: 100%;
    position: relative;
}

.mod_header-logo>img {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mod_header-search-box {
    width: 200px;
    height: 43px;
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mod_header-search-box-wrap {
    width: 100%;
    height: 100%;
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.mod_header-search-box-wrap.active {
    border: 1px solid #DA2027;
}

.mod_header-search-box .icon {
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    cursor: pointer;
}

.mod_header-search-box .icon img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mod_header-search-box input {
    width: 88%;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #262424;
    border: none;
    border-left: 1px solid #A8A8A8;
    display: block;
}

.mod_header-search-box input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.mod_header-search-box input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.mod_header-search-box input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.mod_header-search {
    width: 24px;
    cursor: pointer;
}

.mod_header-logo>img,
.mod_header-search> .p {
    display: block;
    width: 100%;
}

.mod_header-search> .m {
    display: none;
}

.mod_header-menu {
    width: 67%;
    height: 100%;
}

.mod_header-menu>ul {
    width: 100%;
    height: 100%;
    list-style: none;
}

.mod_header-menu>ul li {
    width: auto;
    height: 100%;
    padding: 0 28px;
    font-size: 20px;
    font-weight: 400;
    color: #262424;
    float: left;
    position: relative;
    cursor: pointer;
}

.mod_header-menu>ul li a {
    display: block;
}

.mod_header-menu>ul li:last-child {
    margin-right: 0;
}

.mod_header-menu>ul .active {
    /*font-weight: 600;*/
}
.mod_header-menu>ul .active,
.mod_header-menu>ul li:hover {
    color: #be282d;
}

.mod_header-menu > ul > li > .page-menu {
    width: 100%;
    height: auto;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 10;
    display: none;
}

.mod_header-menu > ul > li > .page-menu > ul {
    width: 100%;
}

.mod_header-menu > ul > li > .page-menu > ul > li {
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    color: #000000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.85);
    list-style: none;
    padding: 0;
}

.mod_header-menu > ul > li > .page-menu > ul > li:hover {
    color: #FFFFFF;
    background: #BE282D;
}

.mod_header-menu> ul  > li:hover .page-menu {
    display: block;
}

/* mod_footer */
footer {
    background: rgba(237, 237, 237, .6);
}

.mod_footer {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.mod_footer {
    padding: 95px 0;
    justify-content: space-between;
}

.mod_footer-left {
    display: inline-block;
    vertical-align: top;
    color: #262424;
}

.mod_footer-logo {
    width: 199px;
    margin-bottom: 70px;
}

.mod_footer-concat {
    margin-bottom: 45px;
}

.mod_footer-concat .small {
    font-size: 16px;
    margin-bottom: 10px;
}

.mod_footer-concat .large {
    font-size: 28px;
    font-weight: 600;
}

.mod_footer-right {
    display: inline-block;
    vertical-align: top;
    color: #262424;
}

.mod_footer-right-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
}

.mod_footer-right-item:last-child {
    margin-right: 0;
}

.mod_footer-item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 28px;
}

.mod_footer-item-link {
    font-size: 16px;
    margin-bottom: 25px;
}

.mod_footer-item-link:hover {
    color: #BE282D;
}

.mod_footer-item-link a {
    display: block;
    cursor: pointer;
}

/* mod_copyright */
.mod_copyright {
    width: 100%;
    background: #E5E5E5;
}

.mod_copyright-container {
    font-size: 16px;
    color: #262424;
    padding: 25px 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mod-text{
    display: none;
}
.mod_copyright-left {
    display: inline;
    opacity: .75;
    margin-right: 80px;
    line-height: 1.5;
}

.mod_copyright-center {
    display: inline;
    opacity: .85;
}

.mod_copyright-center-item {
    margin-right: 22px;
}

.mod_copyright-right {
    float: right;
    opacity: .75;
}

.mod_header-mobile-menu {
    display: none;
}
.mod_header-menu .mask{
    display: none;
}
.header-close{
    display: none;
}

.pop-wrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}
.pop-wrap var {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .8;
    filter: alpha(opacity=80);
}
.pop-wrap .pop-cont {
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 200;
}
.flsm-pop .pop-cont {
    width: 1200px;
    height: 480px;
    padding: 50px 40px;
}
.pop-wrap .close {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 80;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.flsm-pop h3 {
    color: #000000;
    font-size: 18px;
    padding-bottom: 12px;
    padding-right: 30px;
    line-height: 24px;
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
}
.flsm-pop h3:after {
    content: "123";
    width: 36px;
    height: 0;
    border-top: 4px solid #c30d23;
    position: absolute;
    left: 0;
    bottom: 0;
}
.flsm-pop p {
    color: #685f57;
    font-size: 14px;
}
.flsm-pop h4 {
    margin-top: 24px;
    color: #000000;
    font-size: 16px;
    margin-bottom: 4px;
}
@media screen and (max-width: 1280px){
    .flsm-pop .pop-cont {
        width: 1000px;
        height: 480px;
        padding: 50px 40px;
    }
}


@-moz-document url-prefix() {
    .mod_header-container {
        height: 80rem;
        line-height: 80rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mod_header-container > a {
        width: 165rem;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .mod_header-logo {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .mod_header-logo > img {
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .mod_header-search-box {
        width: 250rem;
        height: 43rem;
        display: none;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .mod_header-search-box-wrap {
        width: 100%;
        height: 100%;
        padding: 12rem 14rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1rem solid rgba(0, 0, 0, 0.4);
    }

    .mod_header-search-box-wrap.active {
        border: 1rem solid #DA2027;
    }

    .mod_header-search-box .icon {
        width: 14rem;
        height: 14rem;
        display: block;
        position: relative;
        cursor: pointer;
    }

    .mod_header-search-box .icon img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .mod_header-search-box input {
        width: 88%;
        height: 100%;
        padding: 0 10rem;
        font-size: 14rem;
        color: #262424;
        border: none;
        border-left: 1rem solid #A8A8A8;
        display: block;
    }

    .mod_header-search-box input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.4);
    }

    .mod_header-search-box input::-moz-placeholder {
        color: rgba(0, 0, 0, 0.4);
    }

    .mod_header-search-box input::-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.4);
    }

    .mod_header-search {
        width: 24rem;
        cursor: pointer;
    }

    .mod_header-logo > img,
    .mod_header-search > .p {
        display: block;
        width: 100%;
    }

    .mod_header-search > .m {
        display: none;
    }

    .mod_header-menu {
        width: 67%;
        height: 100%;
    }

    .mod_header-menu > ul {
        width: 100%;
        height: 100%;
        list-style: none;
    }

    .mod_header-menu > ul li {
        width: auto;
        height: 100%;
        padding: 0 28rem;
        font-size: 20rem;
        font-weight: 400;
        color: #262424;
        float: left;
        position: relative;
        cursor: pointer;
    }

    .mod_header-menu > ul li a {
        display: block;
    }

    .mod_header-menu > ul li:last-child {
        margin-right: 0;
    }

    .mod_header-menu > ul .active {
        /*font-weight: 600;*/
    }
    .mod_header-menu > ul .active,
    .mod_header-menu > ul li:hover {
        color: #be282d;
    }

    .mod_header-menu > ul > li > .page-menu {
        width: 100%;
        height: auto;
        position: absolute;
        top: 80rem;
        left: 0;
        z-index: 10;
        display: none;
    }

    .mod_header-menu > ul > li > .page-menu > ul {
        width: 100%;
    }

    .mod_header-menu > ul > li > .page-menu > ul > li {
        width: 100%;
        height: 35rem;
        font-size: 14rem;
        font-weight: 400;
        line-height: 35rem;
        text-align: center;
        color: #000000;
        opacity: 1;
        background: rgba(255, 255, 255, 0.85);
        list-style: none;
    }

    .mod_header-menu > ul > li > .page-menu > ul > li:hover {
        color: #FFFFFF;
        background: #BE282D;
    }

    .mod_header-menu > ul > li:hover .page-menu {
        display: block;
    }

    /* mod_footer */
    footer {
        background: rgba(237, 237, 237, .6);
    }

    .mod_footer {
        width: 100%;
        margin: 0 auto;
        display: flex;
    }

    .mod_footer {
        padding: 95rem 0;
        justify-content: space-between;
    }

    .mod_footer-left {
        display: inline-block;
        vertical-align: top;
        color: #262424;
    }

    .mod_footer-logo {
        width: 199rem;
        margin-bottom: 70rem;
    }

    .mod_footer-concat {
        margin-bottom: 45rem;
    }

    .mod_footer-concat .small {
        font-size: 16rem;
        margin-bottom: 10rem;
    }

    .mod_footer-concat .large {
        font-size: 28rem;
        font-weight: 600;
    }

    .mod_footer-right {
        display: inline-block;
        vertical-align: top;
        color: #262424;
    }

    .mod_footer-right-item {
        display: inline-block;
        vertical-align: top;
        margin-right: 80rem;
    }

    .mod_footer-right-item:last-child {
        margin-right: 0;
    }

    .mod_footer-item-title {
        font-size: 20rem;
        font-weight: 600;
        margin-bottom: 28rem;
    }

    .mod_footer-item-link {
        font-size: 16rem;
        margin-bottom: 25rem;
    }

    .mod_footer-item-link:hover {
        color: #BE282D;
    }

    .mod_footer-item-link a {
        display: block;
        cursor: pointer;
    }

    /* mod_copyright */
    .mod_copyright {
        width: 100%;
        background: #E5E5E5;
    }

    .mod_copyright-container {
        font-size: 16rem;
        color: #262424;
        padding: 25rem 0 28rem;
    }
    .mod-text {
        display: none;
    }
    .mod_copyright-left {
        display: inline;
        opacity: .75;
        margin-right: 80rem;
    }

    .mod_copyright-center {
        display: inline;
        opacity: .85;
    }

    .mod_copyright-center-item {
        margin-right: 22rem;
    }

    .mod_copyright-right {
        float: right;
        opacity: .75;
    }

    .mod_header-mobile-menu {
        display: none;
    }
    .mod_header-menu .mask {
        display: none;
    }
    .header-close {
        display: none;
    }

    .pop-wrap {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
    }
    .pop-wrap var {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        opacity: .8;
        filter: alpha(opacity=80);
    }
    .pop-wrap .pop-cont {
        background-color: #FFF;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 200;
    }
    .flsm-pop .pop-cont {
        width: 1200rem;
        height: 480rem;
        padding: 50rem 40rem;
    }
    .pop-wrap .close {
        position: absolute;
        right: 40rem;
        top: 40rem;
        z-index: 80;
        cursor: pointer;
        width: 30rem;
        height: 30rem;
    }
    .flsm-pop h3 {
        color: #000000;
        font-size: 18rem;
        padding-bottom: 12rem;
        padding-right: 30rem;
        line-height: 24rem;
        position: relative;
        margin-bottom: 30rem;
        font-size: 18rem;
    }
    .flsm-pop h3:after {
        content: "123";
        width: 36rem;
        height: 0;
        border-top: 4rem solid #c30d23;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .flsm-pop p {
        color: #685f57;
        font-size: 14rem;
    }
    .flsm-pop h4 {
        margin-top: 24rem;
        color: #000000;
        font-size: 16rem;
        margin-bottom: 4rem;
    }
    @media screen and (max-width: 1280px) {
        .flsm-pop .pop-cont {
            width: 1000rem;
            height: 480rem;
            padding: 50rem 40rem;
        }
    }
}
@media screen and (max-width: 980px){
    .flsm-pop .pop-cont {
        width: 100%;
        height: 5.5rem;
        overflow: auto;
        padding: .20rem .4rem;
        position: absolute;
    }
    .flsm-pop h3 {
        margin-bottom: .15rem;
    }
    .flsm-pop h4 {
        margin-top: .12rem;
    }
    .pop-wrap .close {
        position: absolute;
        width: .2rem;
        height: .2rem;
        right: .2rem;
        top: .2rem;
    }
    .mod_header-container {
        width: 100%;
        height: 0.46rem;
    }
    .mod_header-container.show {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: #F4F7FE;
    }
    .mod_header-logo {
        width: 70%;
        height: 0.18rem;
    }

    .mod_header-logo > img {
        width: 0.90rem;
    }

    .mod_header-menu {
        display: none;
        transition: all 0.3s;
    }
    .mod_header-menu.show{
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0.46rem;
        right: 0;
        z-index: 999;
        overflow: auto;
        transition: all 0.3s;
        padding: 0 .3rem;
        background-color: white;

    }
    .mod_header-menu .mask{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        transition: all 0.3s;
    }
    .mod_header-menu>ul{
        width: 100%;
        height: auto;
        position: relative;
    }
    .mod_header-menu>ul li {
        width: auto;
        height: auto;
        padding: 0;
        float: none;
        position: relative;
        line-height: .4rem;
        font-size: .14rem;
        border-bottom: 1px solid #E8E8E8;

    }
    .mod_header-menu>ul>li:before {
        position: absolute;
        content: '';
        right: 0rem;
        top: .16rem;
        width: .13rem;
        height: .07rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("/static/icon/icon-page-bottom.png");
    }
    .mod_header-menu>ul>li:first-child:before {
        display: none;
    }
    .mod_header-menu >ul li.active:before {
        transform: rotateZ(-180deg);
        background-image: url("/static/icon/icon-page-bottom-red.png");
    }
    .mod_header-menu >ul li.active {
        padding: 0 0rem 0 .10rem;
    }

    .mod_header-menu>ul li>a {
        position: relative;
    }

    .mod_header-menu>ul li.active>a:after {
        position: absolute;
        content: '';
        left: -.1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: .1rem;
        background-color: #DA2027;
    }
    .mod_header-menu> ul > li:hover .page-menu {
        display: none;
    }

    .mod_header-menu > ul > li > .page-menu{
        position: relative;
        top: 0;
    }
    .mod_header-menu > ul > li > .page-menu.show{
        display: block;
    }
    .mod_header-menu > ul > li > .page-menu > ul > li{
        text-align: left;
        padding: 0;
        font-size: .12rem;
    }
    .mod_header-menu > ul > li > .page-menu > ul > li:hover {
        color: #000000;
        background: #ffffff;
    }
    .mod_header-menu > ul > li > .page-menu > ul > li:first-child{
        border-top: 1px solid #E8E8E8;
        color: #000000;
        background: #ffffff;
    }
    .mod_header-search> .p {
        display: none;
    }

    .mod_header-search .m {
        width: 0.2rem;
        height: 0.2rem;
        display: block;
    }
    .mod_header-search-box {
        width: 1.6rem;
        height: 65%;
        right: .6rem;
        box-sizing: border-box;
    }
    .mod_header-search-box-wrap{
        padding: 5px 14px;
    }
    .mod_header-search-box input{
        width: 100%;
        font-size: .12rem;
        padding: 0 0px 0 10px;
        border: 0;
    }
    .mod_header-search-box .icon{
        margin-right: 5px;
        flex-shrink: 0;
    }

    .mod_header-mobile-menu {
        width: 0.21rem;
        height: 0.2rem;
        display: block;
        position: relative;
    }
    .mod_header-mobile-menu.header-close{
        display: none;
    }
    .mod_header-mobile-menu img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .mod_footer{
        flex-wrap: wrap;
        padding: .2rem .3rem .1rem .3rem;
    }
    .mod_footer-left{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .mod_footer-logo{
        width: 1.27rem;
        height: .26rem;
        margin-bottom: 0
    }
    .mod_footer-concat{
        margin-bottom: 0
    }
    .mod_footer-right{
        width: 100%;
        margin-top: .1rem;
    }
    .mod_footer-concat .small{
        font-size: .12rem;
        margin-bottom: .05rem;
        display: inline-block;
        margin-right: .1rem;
        position: relative;
    }
    .mod_footer-concat .small:after{
        content: ':';
        position: absolute;
        right: -.05rem;
        top:0;
        font-size: .12rem;
    }
    .mod_footer-concat .large {
        font-size: .12rem;
        font-weight: bold;
        display: inline-block;
    }
    .mod_footer-right-item{
        width: 100%;
        margin-right: 0;
    }
    .mod_footer-item-title{
        font-size: .12rem;
        margin-bottom: .1rem;
        border-bottom: 1px solid #D5D5D5;
        padding-bottom: .1rem;
        position: relative;
    }
    .mod_footer-item-title:after{
        content: '';
        position: absolute;
        right: 0;
        top:0;
        width: .08rem;
        height: .14rem;
        background: url("/static/icon/iocn-more.png") no-repeat;
        background-size: 100% 100%;
         -webkit-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
        -moz-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }
    .mod_footer-item-link{
        font-size: .10rem;
        margin-bottom: .1rem;
        display: none;
    }
    .mod_footer-item-hover .mod_footer-item-link{
        display: block;
    }
    .mod_footer-item-hover .mod_footer-item-title:after{
        -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotateZ(-90deg);
        -moz-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
    .mod_copyright-left,.mod_copyright-right,.center-item-none{
        display: none;
    }
    .mod-text{
        width: 100%;
        display: block;
        font-size: .08rem;
        padding: .0rem .3rem .0rem .3rem;
    }
    .mod_copyright{
        background-color: #f4f4f4;
    }
    .mod_copyright-center{
        padding: .0rem .3rem .0rem .3rem;
        width: 100%;
        background-color: #3C3C3C;
        color: white;
        font-size: .08rem;
        display: flex;
        justify-content: center;
        margin-top: .05rem;
        align-items: center;
        height: .2rem;
    }
    .mod_copyright-center-item{
        margin: 0;
        padding: 0 .1rem 0 .1rem;
        position: relative;
    }
    .mod_copyright-center-item:after{
        content: '|';
        position: absolute;
        right: 0;
        top:0;
        font-size: .08rem;

    }
    .mod_copyright-center-item:last-child:after{
        display: none;
    }
    .mod_copyright-container {
        font-size: .12rem;
        color: #262424;
        padding: 0;
        flex-direction: column;
    }
}