﻿html, body {
    max-width: 1920px;
    margin: 0 auto;
}
/*top*/
.pc_head {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    /*background: #fff;
    opacity: .9;*/
    top: 0;
}

.mob-head {
    line-height: 70px;
    height: 70px;
    padding: 0 55px 0 15px;
    text-align: right;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
}

    .pc_head .cover, .mob-head .cover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        opacity: .94;
        filter: alpha(opacity=94);
    }

.pc_head .top {
    padding: 19px 0;
    height: 95px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    .pc_head .top .search {
        line-height: 35px;
        width: 360px;
        height: 35px;
        border: 1px solid #999;
        border-radius: 2px;
        color: #666;
        font-size: 12px;
        position: absolute;
        right: 200px;
        bottom: 24px;
    }

        .pc_head .top .search input {
            border: none;
            height: 100%;
            width: 325px;
            margin: 0;
            padding: 0 12px;
            position: relative;
            top: -1px;
            background: url(../Images/common/1.html);
        }

        .pc_head .top .search .icon {
            position: absolute;
            right: 17px;
            top: 8px;
            cursor: pointer;
        }

.encn {
    position: absolute;
    right: 0;
    bottom: 36px;
    color: #333;
    font-size: 12px;
}

    .encn span {
        padding: 0 8px;
        margin: 0;
        float: left;
        cursor: pointer;
        position: relative;
    }

        .encn span a {
            color: #333;
        }

        .encn span.checked a {
            color: #4178be;
        }

    .encn .cn::after {
        content: '';
        display: block;
        width: 1px;
        height: 14px;
        background-color: #cddae0;
        position: absolute;
        right: 0;
        top: 3px;
    }

    .encn span:hover a {
        color: #4178be;
    }

.columns {
    padding: 10px 0;
    height: 36px;
    line-height: 16px;
    /*display: flex;*/
    position: relative;
    max-width: 1270px;
    margin: 0 auto;
}

    .columns .column {
        padding: 0 35px;
        font-size: 16px;
        color: #333;
        height: 28px;
        cursor: pointer;
        position: static;
        opacity: .8;
        float: left;
        filter: alpha(opacity=80);
    }

        .columns .column a {
            color: #333;
        }
  .columns .column a:hover {
            color: #4178be;
        }

    .columns .currentColumn > a {
        color: #4178be !important;
        border-bottom: 2px solid #4178be;
        padding-bottom: 7px;
    }

.pc_head .board {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 1200px;
    left: 35px;
    background: #fff;
    min-height: 192px;
}

.show-mob-big .encn {
    position: relative;
}

.show-mob-big .icon {
    display: inline-block;
}

.show-mob-big .encn {
    display: inline-block;
    bottom: 0;
}

    .show-mob-big .encn span {
        line-height: 1;
    }

.column-cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 99999;
}

    .column-cover .cover {
        background-color: black;
        opacity: .7;
        filter: alpha(opacity=70);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .column-cover .content {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        color: #fff !important;
        z-index: 9;
        text-align: center;
    }

        .column-cover .content .column {
            line-height: 60px;
            /*height: 60px;*/
            font-size: 22px;
            position: relative;
        }

            .column-cover .content .column a {
                color: #fff !important;
                display: block;
            }

                .column-cover .content .column a:hover {
                    background-color: #4178be;
                    text-decoration:none;
                }

            .column-cover .content .column.currentColumn {
                background-color: #4178be;
            }

/*底部*/
.bottom {
    background-image: url('../Images/common/bottom/bottom.png');
    background-size: cover;
    height: 276px;
    position: relative;
}

    .bottom .cover {
        position: absolute;
        top: 0;
        bottom: 50px;
        left: 0;
        right: 0;
        background-color: gray;
        opacity: .3;
        filter: alpha(opacity=30);
    }

    .bottom .bottomline {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        line-height: 50px;
        background-color: black;
        opacity: .3;
        filter: alpha(opacity=30);
    }

    .bottom .info {
        position: absolute;
        top: 0;
        bottom: 50px;
        left: 0;
        right: 0;
        z-index: 9;
        /*max-width: 1200px;*/
        /*display: flex;*/
        margin: 0 auto;
        color: #fff;
        padding-top: 35px;
        text-align: center;
    }

        .bottom .info p {
            font-size: 18px;
            margin-bottom: 28px;
        }

        .bottom .info .column {
            width: 50%;
            text-align: left;
            float: left;
            margin-bottom: 2px;
        }

            .bottom .info .column a {
                color: #fff;
                font-size: 12px;
            }

    .bottom .line-right {
        position: relative;
        float: left;
    }

        .bottom .line-right:after {
            content: '';
            display: block;
            background-image: url(../Images/common/bottom/line.png);
            height: 136px;
            width: 2px;
            position: absolute;
            right: 0px;
            background-repeat: no-repeat;
            top: 55px;
        }

    .bottom .contact-line {
        margin-bottom: 6px;
        font-size: 12px;
    }

        .bottom .contact-line img {
            margin-right: 10px;
        }

    .bottom .beianinfo {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .bottom .beianinfo > div {
            max-width: 1200px;
            margin: 0 auto;
            line-height: 50px;
            height: 50px;
        }

            .bottom .beianinfo > div p {
                margin: 0;
                color: #fff;
                display: inline-block;
            }

/*移动端底部*/
.mob-bottom {
    background-image: url('../Images/common/bottom/mob-bottom.png');
    background-size: cover;
    height: 260px;
    color: #fff;
    position: relative;
    border-top: 3px solid #4178be;
}

    .mob-bottom .contact-info {
        padding: 25px 16px;
    }

        .mob-bottom .contact-info p {
            font-size: 18px;
            margin-bottom: 19px;
        }

    .mob-bottom .contact-line {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .mob-bottom .cover {
        background-color: black;
        opacity: .3;
        filter: alpha(opacity=30);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
    }

    .mob-bottom .bottom-line {
        padding: 0 15px;
        position: absolute;
        font-size: 12px;
    }

        .mob-bottom .bottom-line p {
            margin-bottom: 0;
        }

        .mob-bottom .bottom-line img {
            margin-right: 5px;
        }

/*base*/
.holder {
    background-color: #f3f6f9;
}

.pro-content {
    max-width: 1220px;
    margin: 0 auto;
    padding: 40px 10px 70px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pro-content {
        padding: 40px 20px 70px;
        overflow: hidden;
    }
}


.fl_board {
    padding: 35px 286px 55px 25px;
    position: relative;
}

    .fl_board .box {
        float: left;
        padding: 0 0 30px 23px;
        position: relative;
        width: 260px;
    }

        .fl_board .box:hover a {
            color: #4178be;
        }

        .fl_board .box:nth-child(3n+2) {
            width: 330px;
        }

        .fl_board .box a {
            padding: 0 !important;
            border: none !important;
        }

        .fl_board .box:before {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            background-color: #4178be;
            transform: rotate(135deg);
            position: absolute;
            left: 4px;
            top: 4px;
        }

.column_img_box {
    position: absolute;
    right: 60px;
    top: 20px;
    bottom: 20px;
    width: 226px;
}

    .column_img_box img {
        position: absolute;
        top: 50%;
        margin-top: -63px;
        width: 226px;
        height: 126px;
    }

.s_cover {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    display: none;
    z-index: 999;
}

    .s_cover .mob_search_inp {
        padding: 23px 70px 23px 15px;
    }

    .s_cover .cancelBtn {
        width: 50px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        background-color: #4178be;
        text-align: center;
        position: absolute;
        right: 15px;
        top: 23px;
    }

    .s_cover input {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        color: #333;
        width: 100%;
        border: 1px solid #666;
    }


/**********************富文本样式**********************/

.richtxt .selectTdClass {
    background-color: #edf5fa !important
}

.richtxt table.noBorderTable td, table.noBorderTable th, table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

.richtxt table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    width: 100%;
}

.richtxt td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.richtxt caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.richtxt th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

.richtxt table tr.firstRow th {
    border-top-width: 2px;
}

.richtxt .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.richtxt .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.richtxt td p {
    margin: 0;
    padding: 0;
}

.richtxt .view {
    padding: 0;
    word-wrap: break-word;
    cursor: text;
    height: 90%;
}

.richtxt body {
    margin: 8px;
    font-family: sans-serif;
    font-size: 16px;
}

.richtxt p {
    margin: 5px 0 !important;
    word-break: break-all;
}

/*首页轮播控制*/
#lunbo .slick-slide img {
    display: none;
    width: 100%;
}

#lunbo .slick-active img {
    display: block;
}

#lunbo .slick-dots {
    bottom: 20px;
}

#lunbo {
    margin-bottom: 0 !important;
}

    #lunbo .slick-dots li button {
        background: #fff;
        border-radius: 100%;
        width: 15px;
        height: 15px;
    }

        #lunbo .slick-dots li button:before {
            content: '';
        }

    #lunbo .slick-dots li.slick-active button {
        background: #4178be;
    }

.img a[href^="/newsinfo"] img {
    width: 100%;
}

.desc span a[href^="/newsinfo"] {
    position: relative;
    right: 4px;
}

@media screen and (min-width: 769px) {
    .img a[href^="/newsinfo"] img {
        height: 264px;
    }
}

.pro-content .info .lines .title {
    text-align: left !important;
}


/*二级菜单*/
.column-cover .column > div a:last-child{
       margin-bottom:10px;
}
.column-cover-sub {
    line-height: 32px;
    font-size: 16px;
    cursor: pointer;
}
    .column-cover-arrow {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        display: inline-block;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 22px;
        cursor: pointer;
    }

.close-arrow {
    transform: rotate(-45deg);
}

.beianinfo a.hover, .beianinfo a:link, .beianinfo a.redlink, .beianinfo a:active {
    color:#fff !important;
}