@charset "UTF-8";

@font-face {
    font-family: "ITC";
    src: url("../fonts/itcavantgardestd-bk.woff2") format("woff2"), url("../fonts/itcavantgardestd-bk.woff") format("woff"), url("../fonts/itcavantgardestd-bk.ttf") format("truetype"), url("../fonts/itcavantgardestd-bk.eot") format("embedded-opentype"), url("../fonts/itcavantgardestd-bk.svg") format("svg"), url("../fonts/ITCAvantGardeStd-Bk.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.ITC {
    font-family: ITC;
}

@font-face {
    font-family: "GSM";
    src: url("../fonts/gill sans mt std light.woff2") format("woff2"), url("../fonts/Gill Sans MT Std Light.woff") format("woff"), url("../fonts/gill sans mt std light.ttf") format("truetype"), url("../fonts/gill sans mt std light.eot") format("embedded-opentype"), url("../fonts/gill sans mt std light.svg") format("svg"), url("../fonts/Gill Sans MT Std Light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.GSM {
    font-family: GSM;
}

select::-ms-expand {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bgc {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
}

.mainM {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
}

.table {
    width: 100%;
    height: 100%;
    display: table;
}

    .table .table-cell {
        width: 100%;
        height: 100%;
        vertical-align: middle;
        display: table-cell;
    }

.w1280 {
    width: 1280px;
    max-width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.w1280x {
    width: 1280px;
    max-width: 92%;
    margin: 0 auto;
    z-index: 5;
}

.main .headerBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 15;
}

    .main .headerBox .header {
        width: 100%;
        height: 100px;
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
    }

        .main .headerBox .header .logo {
            width: 381px;
            float: left;
            display: block;
            margin-top: 22.5px;
        }

        .main .headerBox .header .tel {
            padding-left: 44px;
            font-size: 14px;
            line-height: 20px;
            color: #2d2d2d;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../images/header_tel.png");
            float: right;
            font-family: ITC;
            margin-top: 30px;
            letter-spacing: 1px;
        }

        .main .headerBox .header .searchBox {
            width: 360px;
            height: 40px;
            margin-top: 30px;
            float: right;
            position: relative;
            margin-right: 74px;
        }

            .main .headerBox .header .searchBox .text {
                width: 100%;
                height: 40px;
                border-radius: 20px;
                box-sizing: border-box;
                border: 2px solid #005183;
                font-size: 14px;
                line-height: 36px;
                color: #666;
                padding-left: 15px;
            }

                .main .headerBox .header .searchBox .text::-webkit-input-placeholder {
                    color: #999;
                }

                .main .headerBox .header .searchBox .text:-moz-placeholder {
                    color: #999;
                }

                .main .headerBox .header .searchBox .text:-ms-input-placeholder {
                    color: #999;
                }

            .main .headerBox .header .searchBox .submit {
                width: 90px;
                height: 40px;
                border: none;
                position: absolute;
                top: 0;
                right: 0;
                background-color: #005183;
                text-align: center;
                font-size: 16px;
                line-height: 40px;
                color: #fff;
                border-radius: 20px;
            }

    .main .headerBox .nav {
        width: 100%;
        height: 60px;
        position: absolute;
        top: 101px;
        left: 0;
        background-image: -moz-linear-gradient(135deg, rgba(6, 113, 179, 0.9) 0%, rgba(0, 81, 131, 0.9) 100%);
        background-image: -webkit-linear-gradient(135deg, rgba(6, 113, 179, 0.9) 0%, rgba(0, 81, 131, 0.9) 100%);
        background-image: -ms-linear-gradient(135deg, rgba(6, 113, 179, 0.9) 0%, rgba(0, 81, 131, 0.9) 100%);
    }

        .main .headerBox .nav ul {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

            .main .headerBox .nav ul li {
                width: 65px;
            }

                .main .headerBox .nav ul li .tits {
                    font-size: 16px;
                    line-height: 60px;
                    color: #fff;
                    font-weight: bold;
                    display: block;
                    text-align: center;
                    width: 100%;
                    box-sizing: border-box;
                    position: relative;
                }

                    .main .headerBox .nav ul li .tits:after {
                        width: 0;
                        height: 4px;
                        background-color: #0099cc;
                        position: absolute;
                        bottom: 0;
                        left: 50%;
                        content: '';
                        transition: all 0.5s;
                    }

                .main .headerBox .nav ul li .mnav {
                    width: 100%;
                    height: auto;
                    position: absolute;
                    top: 60px;
                    left: 0;
                    border-top: 1px solid rgba(255, 255, 255, 0.08);
                    background-image: -moz-linear-gradient(135deg, rgba(6, 113, 179, 0.9) 0%, rgba(0, 81, 131, 0.9) 100%);
                    background-image: -webkit-linear-gradient(135deg, rgba(6, 113, 179, 0.9) 0%, rgba(0, 81, 131, 0.9) 100%);
                    background-image: -ms-linear-gradient(135deg, rgba(6, 113, 179, 0.9) 0%, rgba(0, 81, 131, 0.9) 100%);
                    display: none;
                }

                    .main .headerBox .nav ul li .mnav .title {
                        float: left;
                        width: 14%;
                        position: relative;
                        height: 100%;
                        padding: 40px 0 30px;
                    }

                        .main .headerBox .nav ul li .mnav .title:after {
                            content: '';
                            display: block;
                            width: 36px;
                            height: 5px;
                            background-color: #fff;
                            margin-top: 20px;
                        }

                        .main .headerBox .nav ul li .mnav .title a {
                            font-size: 30px;
                            line-height: 32px;
                            font-weight: bold;
                            color: #fff;
                        }

                    .main .headerBox .nav ul li .mnav .subjectNav {
                        padding: 30px 20px;
                        float: left;
                        width: 82.84%;
                        box-sizing: border-box;
                        border-left: 1px solid rgba(255, 255, 255, 0.2);
                    }

                        .main .headerBox .nav ul li .mnav .subjectNav dl {
                            text-align: left;
                            line-height: 1;
                            padding-bottom: 15px;
                        }

                            .main .headerBox .nav ul li .mnav .subjectNav dl dt {
                                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                                padding-bottom: 10px;
                                font-size: 18px;
                                color: #fff;
                            }

                            .main .headerBox .nav ul li .mnav .subjectNav dl dd {
                                padding-top: 6px;
                            }

                                .main .headerBox .nav ul li .mnav .subjectNav dl dd a {
                                    line-height: 1.8;
                                    margin: 0 10px 0 0;
                                    border-bottom: 1px dashed transparent;
                                    transition: all .38s;
                                    color: #fff;
                                }

                    .main .headerBox .nav ul li .mnav .navX {
                        padding: 40px 0 30px;
                        overflow: hidden;
                        float: left;
                        width: 25.51%;
                        box-sizing: border-box;
                        padding-top: 35px;
                    }

                        .main .headerBox .nav ul li .mnav .navX a {
                            width: 50%;
                            float: left;
                            font-size: 15px;
                            line-height: 36px;
                            color: #fff;
                            display: block;
                            box-sizing: border-box;
                            text-align: center;
                        }

                            .main .headerBox .nav ul li .mnav .navX a:before {
                                content: '•';
                                color: #fff;
                                margin-right: 3px;
                            }

@media (min-width: 1024px) {
    .main .headerBox .nav ul li .mnav .navX a:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }
}

.main .headerBox .nav ul li .mnav .con {
    width: 37.2%;
    float: left;
    box-sizing: border-box;
    min-height: 250px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0 30px;
}

    .main .headerBox .nav ul li .mnav .con .conNew {
        padding: 0 40px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
    }

        .main .headerBox .nav ul li .mnav .con .conNew .titsX {
            font-size: 20px;
            padding-bottom: 20px;
            font-weight: normal;
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            margin-bottom: 20px;
        }

            .main .headerBox .nav ul li .mnav .con .conNew .titsX a {
                color: #fff;
            }

            .main .headerBox .nav ul li .mnav .con .conNew .titsX:after {
                content: '';
                display: block;
                position: absolute;
                width: 36px;
                height: 5px;
                background-color: #fff;
                bottom: -1px;
            }

        .main .headerBox .nav ul li .mnav .con .conNew .titX {
            font-size: 14px;
            line-height: 21px;
            color: #fff;
            margin: 8px 0 9px;
            height: 63px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .main .headerBox .nav ul li .mnav .con .conNew .more {
            font-size: 13px;
            line-height: 30px;
            color: #fff;
            border-bottom: 2px solid rgba(255, 255, 255, 0.5);
            width: 100px;
            display: block;
            font-family: ITC;
            text-transform: uppercase;
            margin-top: 22px;
            background-position: 46px center;
            background-repeat: no-repeat;
            background-image: url("../images/next.png");
        }

        .main .headerBox .nav ul li .mnav .con .conNew dl dd {
            height: 30px;
            overflow: hidden;
        }

            .main .headerBox .nav ul li .mnav .con .conNew dl dd a {
                display: inline-block;
                line-height: 29px;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #fff;
            }

                .main .headerBox .nav ul li .mnav .con .conNew dl dd a:before {
                    content: "•";
                    font-weight: bold;
                    color: #fff;
                    margin-right: 5px;
                    opacity: .8;
                }

.main .headerBox .nav ul li .mnav .conRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 23.33%;
    height: 100%;
    padding-top: 37px;
    padding-left: 20px;
    box-sizing: border-box;
}

    .main .headerBox .nav ul li .mnav .conRight a {
        width: 50%;
        float: left;
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
        color: #fff;
        line-height: 40px;
    }

        .main .headerBox .nav ul li .mnav .conRight a .icon {
            width: 100%;
            height: 40px;
        }

            .main .headerBox .nav ul li .mnav .conRight a .icon img {
                max-height: 100%;
                display: block;
                margin: 0 auto;
            }

.main .headerBox .nav ul li.on .tits:after {
    width: 100%;
    left: 0;
}

@media (min-width: 1024px) {
    .main .headerBox .nav ul li:hover .tits:after {
        width: 100%;
        left: 0;
    }
}

.main .headerBox .nav.on {
    position: fixed;
    top: 0;
}

@media (max-width: 1200px) {
    .main .headerBox .header .searchBox {
        margin-right: 30px;
    }
}

.main .index-banner {
    width: 100%;
    position: relative;
}
.main .index-banner .btns{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 140px;
    left: 0;
    z-index: 10;
}
.main .index-banner .btns span{
    width: 10px;
    height: 10px;
    background-color: #0568a5;
    border-radius: 10px;
    opacity: 1;
    margin: 0 5px;
}
.main .index-banner .btns span.swiper-pagination-bullet-active{
    width: 20px;
}
    .main .index-banner img {
        display: block;
    }

    .main .index-banner .nav {
        width: 100%;
        height: 120px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

        .main .index-banner .nav:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-image: -moz-linear-gradient(90deg, #0671b3 0%, #005183 100%);
            background-image: -webkit-linear-gradient(90deg, #0671b3 0%, #005183 100%);
            background-image: -ms-linear-gradient(90deg, #0671b3 0%, #005183 100%);
            opacity: 0.9;
        }

        .main .index-banner .nav ul li {
            width: 12.5%;
            float: left;
            height: auto;
            position: relative;
        }

            .main .index-banner .nav ul li a {
                width: 100%;
                height: 120px;
                display: bold;
            }

                .main .index-banner .nav ul li a .icon {
                    width: 100%;
                    height: 48px;
                    margin-top: 23px;
                }

                    .main .index-banner .nav ul li a .icon img {
                        max-height: 100%;
                        display: block;
                        margin: 0 auto;
                    }

                .main .index-banner .nav ul li a p {
                    text-align: center;
                    font-size: 16px;
                    line-height: 18px;
                    color: #fff;
                    opacity: 0.8;
                    margin-top: 10px;
                }

@media (min-width: 1024px) {
    .main .index-banner .nav ul li a:hover .icon img {
        animation-name: tada;
        transform-origin: center;
    }
}

.main .index-banner .nav ul li:after {
    width: 1px;
    height: 80px;
    top: 20px;
    right: 0;
    content: '';
    background-color: rgba(230, 230, 230, 0.1);
    position: absolute;
}

.main .index-banner .nav ul li:last-child:after {
    display: none;
}

.main .index-banner .nav .search {
    width: 500px;
    height: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    top: -56px;
}

    .main .index-banner .nav .search:before {
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient(90deg, #0671b3 0%, #005183 100%);
        background-image: -webkit-linear-gradient(90deg, #0671b3 0%, #005183 100%);
        background-image: -ms-linear-gradient(90deg, #0671b3 0%, #005183 100%);
        opacity: 0.9;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
    }

    .main .index-banner .nav .search .text {
        width: 320px;
        height: 56px;
        margin-left: 70px;
        float: left;
        background: none;
        border: none;
        font-size: 15px;
        line-height: 30px;
        color: #fff;
        position: relative;
        z-index: 5;
    }

        .main .index-banner .nav .search .text::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .main .index-banner .nav .search .text:-moz-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .main .index-banner .nav .search .text:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

    .main .index-banner .nav .search .submit {
        width: 50px;
        height: 56px;
        float: left;
        background: none;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../images/search.png");
        border: none;
        position: relative;
        z-index: 5;
    }

@media (max-width: 1200px) {
    .main .index-banner .nav ul li a .icon {
        height: 30px;
    }

    .main .index-banner .nav ul li:after {
        height: 65px;
    }

    .main .index-banner .nav {
        height: 105px;
    }
}

.main .indexTitle {
    position: relative;
}

    .main .indexTitle .tits {
        font-size: 20px;
        line-height: 58px;
        color: #000;
        font-weight: bold;
    }

    .main .indexTitle .line {
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        position: relative;
    }

        .main .indexTitle .line:after {
            width: 40px;
            height: 5px;
            background-color: #005183;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .main .indexTitle .tabs {
        position: absolute;
        top: 14px;
        right: 0;
    }

        .main .indexTitle .tabs a {
            width: 108px;
            height: 28px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 15px;
            text-align: center;
            display: block;
            float: left;
            margin-right: 10px;
            font-size: 14px;
            line-height: 28px;
            color: #fff;
            transition: all 0.5s;
        }

            .main .indexTitle .tabs a:last-child {
                margin-right: 0;
            }

            .main .indexTitle .tabs a.on {
                background-color: #fff;
                border-color: #fff;
                color: #005183;
                font-weight: bold;
            }

@media (min-width: 1024px) {
    .main .indexTitle .tabs a:hover {
        background-color: #fff;
        border-color: #fff;
        color: #005183;
        font-weight: bold;
    }
}

.main .indexTitle .more {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    text-transform: uppercase;
    font-family: ITC;
    padding-right: 16px;
    background-image: url("../images/index_icon1.png");
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 0;
}

@media (min-width: 1024px) {
    .main .indexTitle .more:hover {
        color: #99242c;
        background-image: url("../images/index_icon2.png");
    }
}

.main .indexTitle .tit a {
    font-size: 20px;
    line-height: 58px;
    color: #555;
    margin-right: 50px;
    position: relative;
    display: block;
    float: left;
}

    .main .indexTitle .tit a:after {
        width: 1px;
        height: 20px;
        background-color: #e5e5e5;
        position: absolute;
        top: 20px;
        right: -25px;
        content: '';
    }

    .main .indexTitle .tit a:before {
        width: 40px;
        height: 5px;
        background-color: #005183;
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        display: none;
    }

    .main .indexTitle .tit a:last-child:after {
        display: none;
    }

    .main .indexTitle .tit a.on {
        font-weight: bold;
    }

        .main .indexTitle .tit a.on:before {
            display: block;
        }

.main .indexTitle.tab .line:after {
    display: none;
}

.main .index .index-box1 {
    width: 100%;
    height: auto;
    background-position: right bottom;
    padding-top: 13px;
    padding-bottom: 50px;
}

    .main .index .index-box1 .tabs {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

        .main .index .index-box1 .tabs a {
            width: 16.6666666667%;
            float: left;
            text-align: center;
            display: block;
            font-size: 16px;
            line-height: 50px;
            color: #333;
            background-color: #efefef;
            position: relative;
            height: 50px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .main .index .index-box1 .tabs a:after {
                width: 1px;
                height: 20px;
                top: 20px;
                right: 0;
                background-color: #d3d3d3;
                content: '';
                position: absolute;
            }

            .main .index .index-box1 .tabs a:last-child:after {
                display: none;
            }

            .main .index .index-box1 .tabs a.on {
                background-image: -moz-linear-gradient(90deg, #0671b3 0%, #005183 100%);
                background-image: -webkit-linear-gradient(90deg, #0671b3 0%, #005183 100%);
                background-image: -ms-linear-gradient(90deg, #0671b3 0%, #005183 100%);
                color: #fff;
                font-weight: bold;
            }

                .main .index .index-box1 .tabs a.on:after {
                    display: none;
                }

    .main .index .index-box1 .content {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 28px;
        box-sizing: border-box;
    }

        .main .index .index-box1 .content .conLeft {
            width: 66.8%;
            float: left;
            border-right: 1px dashed #e5e5e5;
        }

            .main .index .index-box1 .content .conLeft .pic {
                width: 48%;
                float: left;
            }

            .main .index .index-box1 .content .conLeft .con {
                float: left;
                width: 45.2%;
                margin-left: 3.7%;
                padding-top: 17px;
            }

                .main .index .index-box1 .content .conLeft .con .tits {
                    padding-left: 13px;
                    font-size: 15px;
                    line-height: 15px;
                    color: #333;
                    font-weight: bold;
                    box-sizing: border-box;
                    position: relative;
                }

                    .main .index .index-box1 .content .conLeft .con .tits:after {
                        width: 3px;
                        height: 13px;
                        background-color: #005183;
                        content: '';
                        position: absolute;
                        top: 1px;
                        left: 0;
                    }

                .main .index .index-box1 .content .conLeft .con .tit {
                    font-size: 14px;
                    line-height: 22px;
                    color: #555;
                    height: 154px;
                    display: -webkit-box;
                    -webkit-line-clamp: 7;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-top: 15px;
                }

                .main .index .index-box1 .content .conLeft .con .more {
                    font-size: 13px;
                    line-height: 30px;
                    color: #666;
                    border-bottom: 2px solid #d5d6d3;
                    width: 100px;
                    display: block;
                    font-family: ITC;
                    text-transform: uppercase;
                    margin-top: 28px;
                    background-position: 46px center;
                    background-repeat: no-repeat;
                    background-image: url("../images/index_icon1.png");
                }

        .main .index .index-box1 .content .conRight {
            width: 29.9%;
            float: right;
            padding-top: 28px;
        }

            .main .index .index-box1 .content .conRight .item {
                margin-bottom: 34px;
            }

                .main .index .index-box1 .content .conRight .item:last-child {
                    margin-bottom: 0;
                }

                .main .index .index-box1 .content .conRight .item .tits {
                    padding-left: 13px;
                    font-size: 15px;
                    line-height: 15px;
                    color: #333;
                    font-weight: bold;
                    box-sizing: border-box;
                    position: relative;
                }

                    .main .index .index-box1 .content .conRight .item .tits:after {
                        width: 3px;
                        height: 13px;
                        background-color: #005183;
                        content: '';
                        position: absolute;
                        top: 1px;
                        left: 0;
                    }

                .main .index .index-box1 .content .conRight .item .tit {
                    margin-top: 15px;
                }

                    .main .index .index-box1 .content .conRight .item .tit a {
                        width: 33.3333333333%;
                        float: left;
                        display: block;
                        padding-left: 15px;
                        box-sizing: border-box;
                        font-size: 15px;
                        line-height: 34px;
                        color: #555;
                        position: relative;
                    }

                        .main .index .index-box1 .content .conRight .item .tit a:after {
                            width: 4px;
                            height: 4px;
                            border-radius: 4px;
                            background-color: #ccc;
                            position: absolute;
                            top: 15px;
                            left: 0;
                            content: '';
                        }

                        .main .index .index-box1 .content .conRight .item .tit a span {
                            color: #005183;
                            padding-right: 16px;
                            display: inline-block;
                            background-position: right center;
                            background-image: url("../images/index_icon2.png");
                            background-repeat: no-repeat;
                        }

@media (min-width: 1024px) {
    .main .index .index-box1 .content .conRight .item .tit a:hover {
        color: #005183;
    }
}

.main .index .index-box2 {
    padding-top: 15px;
    padding-bottom: 50px;
}

    .main .index .index-box2 .indexTitle .tits {
        color: #fff;
    }

    .main .index .index-box2 .indexTitle .line {
        background-color: rgba(255, 255, 255, 0.1);
    }

        .main .index .index-box2 .indexTitle .line:after {
            background-color: #fff;
        }

    .main .index .index-box2 .list {
        width: 100%;
        margin-top: 30px;
    }

        .main .index .index-box2 .list .listNew ul li {
            width: 15%;
            float: left;
            margin-right: 2%;
            background-color: #fff;
            position: relative;
            padding: 15px 15px 26px;
            box-sizing: border-box;
            cursor: pointer;
        }

            .main .index .index-box2 .list .listNew ul li:after {
                width: 0%;
                height: 4px;
                background-color: #0481bd;
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                transition: all 0.5s;
            }

            .main .index .index-box2 .list .listNew ul li:last-child {
                margin-right: 0;
            }

            .main .index .index-box2 .list .listNew ul li .pic {
                width: 100%;
                height: auto;
                overflow: hidden;
            }

                .main .index .index-box2 .list .listNew ul li .pic a {
                    width: 100%;
                    height: auto;
                    display: block;
                }

                .main .index .index-box2 .list .listNew ul li .pic img {
                    transition: all 1s;
                }

            .main .index .index-box2 .list .listNew ul li a {
                width: 100%;
                display: block;
                height: auto;
            }

            .main .index .index-box2 .list .listNew ul li .tits {
                font-size: 16px;
                line-height: 18px;
                color: #333;
                font-weight: bold;
                margin-top: 20px;
            }

                .main .index .index-box2 .list .listNew ul li .tits span {
                    font-size: 14px;
                    font-weight: normal;
                    margin-left: 10px;
                }

            .main .index .index-box2 .list .listNew ul li .tit {
                font-size: 14px;
                line-height: 20px;
                height: 40px;
                color: #777;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-top: 9px;
            }

            .main .index .index-box2 .list .listNew ul li .butBox {
                width: 100%;
                margin-top: 23px;
            }

                .main .index .index-box2 .list .listNew ul li .butBox a {
                    width: 74px;
                    height: 30px;
                    border: 1px solid #595757;
                    box-sizing: border-box;
                    display: block;
                    float: left;
                    text-align: center;
                }

                    .main .index .index-box2 .list .listNew ul li .butBox a span {
                        padding-left: 28px;
                        font-size: 14px;
                        line-height: 28px;
                        color: #595757;
                        display: inline-block;
                        background-position: left center;
                        background-repeat: no-repeat;
                        background-image: url("../images/icon1.png");
                    }

                    .main .index .index-box2 .list .listNew ul li .butBox a:nth-child(2) {
                        float: right;
                    }

                        .main .index .index-box2 .list .listNew ul li .butBox a:nth-child(2) span {
                            background-image: url("../images/icon2.png");
                        }

@media (min-width: 1024px) {
    .main .index .index-box2 .list .listNew ul li .butBox a:hover {
        border-color: #165c8a;
    }

        .main .index .index-box2 .list .listNew ul li .butBox a:hover span {
            color: #165c8a;
            background-image: url("../images/icon1_h.png");
        }

        .main .index .index-box2 .list .listNew ul li .butBox a:hover:nth-child(2) span {
            background-image: url("../images/icon2_h.png");
        }
}

@media (min-width: 1024px) {
    .main .index .index-box2 .list .listNew ul li:hover:after {
        width: 100%;
        left: 0;
    }

    .main .index .index-box2 .list .listNew ul li:hover .pic img {
        transform: scale(1.1);
    }

    .main .index .index-box2 .list .listNew ul li:hover .tits {
        color: #005183;
    }
}

.main .index .index-box2 .list .listNew .btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

    .main .index .index-box2 .list .listNew .btns .btnsNew {
        display: inline-block;
    }

        .main .index .index-box2 .list .listNew .btns .btnsNew .a {
            width: 30px;
            height: 30px;
            border-radius: 100%;
            border: 1px solid #fff;
            box-sizing: border-box;
            float: left;
            background-position: center;
            background-repeat: no-repeat;
        }

            .main .index .index-box2 .list .listNew .btns .btnsNew .a.prev {
                background-image: url("../images/prev.png");
            }

            .main .index .index-box2 .list .listNew .btns .btnsNew .a.next {
                background-image: url("../images/next.png");
            }

@media (min-width: 1024px) {
    .main .index .index-box2 .list .listNew .btns .btnsNew .a:hover {
        background-color: #fff;
    }

        .main .index .index-box2 .list .listNew .btns .btnsNew .a:hover.prev {
            background-image: url("../images/prev_h.png");
        }

        .main .index .index-box2 .list .listNew .btns .btnsNew .a:hover.next {
            background-image: url("../images/next_h.png");
        }
}

.main .index .index-box2 .list .listNew .btns .btnsNew .spanBox {
    float: left;
    margin: 10px 35px 0;
}

    .main .index .index-box2 .list .listNew .btns .btnsNew .spanBox span {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        display: block;
        float: left;
        background-color: #fff;
        margin: 0 5px;
        opacity: 1;
    }

        .main .index .index-box2 .list .listNew .btns .btnsNew .spanBox span.swiper-pagination-bullet-active {
            width: 20px;
        }

.main .index .index-box3 {
    padding: 45px 0 55px;
    background-position: right bottom;
}

    .main .index .index-box3 .item {
        width: 31.25%;
        float: left;
        margin-right: 3.125%;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0 25px;
    }

        .main .index .index-box3 .item:last-child {
            margin-right: 0;
        }

        .main .index .index-box3 .item .indexTitle .tits {
            line-height: 55px;
        }

        .main .index .index-box3 .item .top {
            border-bottom: 1px solid #e5e5e5;
            margin-top: 20px;
        }

            .main .index .index-box3 .item .top a {
                width: 100%;
                display: block;
                height: auto;
                padding-bottom: 15px;
            }

                .main .index .index-box3 .item .top a .pic {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    position: relative;
                }

                    .main .index .index-box3 .item .top a .pic img {
                        transition: all 1s;
                    }

                    .main .index .index-box3 .item .top a .pic .icon {
                        width: 50px;
                        height: 50px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-image: url("../images/video.png");
                    }

                .main .index .index-box3 .item .top a .tits {
                    font-size: 15px;
                    line-height: 24px;
                    color: #333;
                    height: 48px;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-top: 14px;
                }

@media (min-width: 1024px) {
    .main .index .index-box3 .item .top:hover a .pic img {
        transform: scale(1.1);
    }

    .main .index .index-box3 .item .top:hover a .tits {
        color: #99242c;
    }
}

.main .index .index-box3 .item .list {
    padding: 20px 0 33px;
}

    .main .index .index-box3 .item .list a {
        padding-left: 12px;
        width: calc(100% - 12px);
        display: block;
        font-size: 14px;
        line-height: 32px;
        height: 32px;
        color: #666;
        position: relative;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .main .index .index-box3 .item .list a:after {
            width: 3px;
            height: 3px;
            top: 15px;
            left: 0;
            position: absolute;
            content: '';
            background-color: #99242c;
        }

@media (min-width: 1024px) {
    .main .index .index-box3 .item .list a:hover {
        color: #99242c;
    }
}

.main .index .index-box4 {
    padding-top: 40px;
    padding-bottom: 60px;
}

    .main .index .index-box4 .content {
        margin-top: 30px;
    }

        .main .index .index-box4 .content .list {
            width: 33.4%;
            float: left;
            position: relative;
        }

            .main .index .index-box4 .content .list ul li a {
                width: 100%;
                position: relative;
                height: auto;
                display: block;
            }

                .main .index .index-box4 .content .list ul li a img {
                    transition: all 1s;
                }

                .main .index .index-box4 .content .list ul li a .tits {
                    font-size: 16px;
                    line-height: 24px;
                    color: #fff;
                    width: calc(100% - 40px);
                    left: 20px;
                    bottom: 33px;
                    height: 48px;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    position: absolute;
                }

@media (min-width: 1024px) {
    .main .index .index-box4 .content .list ul li:hover a img {
        transform: scale(1.1);
    }
}

.main .index .index-box4 .content .list .btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 10;
}

    .main .index .index-box4 .content .list .btns span {
        width: 8px;
        height: 8px;
        box-sizing: border-box;
        border: 2px solid #fff;
        background: none;
        opacity: 1;
        margin: 0 5px;
    }

        .main .index .index-box4 .content .list .btns span.swiper-pagination-bullet-active {
            background-color: #fff;
        }

.main .index .index-box4 .content .conRight {
    width: 64%;
    float: right;
    position: relative;
}

    .main .index .index-box4 .content .conRight:before {
        width: 1px;
        height: 100%;
        background-color: #e5e5e5;
        position: absolute;
        left: 50%;
        top: 0;
        content: '';
    }

    .main .index .index-box4 .content .conRight .item {
        width: 45.6%;
        float: left;
    }

        .main .index .index-box4 .content .conRight .item:nth-child(2) {
            float: right;
        }

        .main .index .index-box4 .content .conRight .item ul li {
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 22px;
            margin-bottom: 25px;
        }

            .main .index .index-box4 .content .conRight .item ul li:last-child {
                padding-bottom: 0;
                margin-bottom: 0;
                border-bottom: none;
            }

            .main .index .index-box4 .content .conRight .item ul li a .tits {
                width: calc(100% - 130px);
                float: left;
                padding-top: 3px;
            }

                .main .index .index-box4 .content .conRight .item ul li a .tits .t {
                    font-size: 16px;
                    line-height: 18px;
                    color: #333;
                    height: 18px;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .main .index .index-box4 .content .conRight .item ul li a .tits .time {
                    font-size: 14px;
                    line-height: 16px;
                    color: #333;
                    opacity: 0.5;
                    margin-top: 26px;
                }

            .main .index .index-box4 .content .conRight .item ul li a .pic {
                width: 110px;
                float: right;
                overflow: hidden;
            }

                .main .index .index-box4 .content .conRight .item ul li a .pic img {
                    transition: all 1s;
                }

@media (min-width: 1024px) {
    .main .index .index-box4 .content .conRight .item ul li:hover a .tits .t {
        color: #99242c;
    }

    .main .index .index-box4 .content .conRight .item ul li:hover a .pic img {
        transform: scale(1.1);
    }
}

.main .index .index-box5 {
    background-position: right bottom;
    padding-top: 20px;
    padding-bottom: 45px;
}

    .main .index .index-box5 .content {
        margin-top: 30px;
    }

        .main .index .index-box5 .content .item {
            width: 31.25%;
            float: left;
            margin-right: 3.125%;
            border-bottom: 1px solid #ddd;
            padding-bottom: 23px;
        }

            .main .index .index-box5 .content .item:last-child {
                margin-right: 0;
            }

            .main .index .index-box5 .content .item .top {
                width: 100%;
                height: auto;
            }

                .main .index .index-box5 .content .item .top a {
                    width: 100%;
                    height: auto;
                    display: block;
                }

                    .main .index .index-box5 .content .item .top a .pic {
                        width: 100%;
                        height: auto;
                        overflow: hidden;
                    }

                        .main .index .index-box5 .content .item .top a .pic img {
                            transition: all 1s;
                        }

                    .main .index .index-box5 .content .item .top a .tits {
                        font-size: 15px;
                        line-height: 24px;
                        height: 48px;
                        color: #333;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        padding-right: 50px;
                        box-sizing: border-box;
                        margin-top: 20px;
                    }

@media (min-width: 1024px) {
    .main .index .index-box5 .content .item .top:hover a .pic img {
        transform: scale(1.1);
    }

    .main .index .index-box5 .content .item .top:hover a .tits {
        color: #99242c;
    }
}

.main .index .index-box5 .content .item .tit {
    margin-top: 13px;
}

    .main .index .index-box5 .content .item .tit a {
        padding-left: 15px;
        width: calc(100% - 15px);
        font-size: 14px;
        line-height: 28px;
        color: #777;
        display: block;
        position: relative;
        height: 28px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .main .index .index-box5 .content .item .tit a:after {
            width: 4px;
            height: 4px;
            border-radius: 100%;
            position: absolute;
            top: 12px;
            left: 0;
            background-color: #c6c6c6;
            content: '';
        }

@media (min-width: 1024px) {
    .main .index .index-box5 .content .item .tit a:hover {
        color: #99242c;
    }

        .main .index .index-box5 .content .item .tit a:hover:after {
            background-color: #99242c;
        }
}

.main .index .index-box6 {
    padding-top: 20px;
    padding-bottom: 40px;
}

    .main .index .index-box6 .list {
        margin-top: 30px;
    }

        .main .index .index-box6 .list ul li {
            width: 32.4%;
            margin-bottom: 1.4%;
            float: left;
            margin-right: 1.4%;
        }

            .main .index .index-box6 .list ul li:nth-child(3n) {
                margin-right: 0;
            }

@media (max-width: 1366px) {
    .main .index .index-box4 .content .conRight .item ul li {
        padding-bottom: 15px;
        margin-bottom: 16px;
    }
}

@media (max-width: 1200px) {
    .main .index .index-box1 .content .conLeft .con .tit {
        height: 110px;
        -webkit-line-clamp: 5;
    }

    .main .index .index-box1 .content .conRight .item .tit {
        margin-top: 10px;
    }

        .main .index .index-box1 .content .conRight .item .tit a {
            line-height: 30px;
            height: 30px;
        }

            .main .index .index-box1 .content .conRight .item .tit a:after {
                top: 13px;
            }

    .main .index .index-box2 .list .listNew ul li {
        width: 18.4%;
    }

    .main .index .index-box4 .content .conRight .item ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .main .index .index-box1 .content {
        padding: 18px;
    }
}

.main .footerBox {
    background-color: #014479;
    padding-top: 80px;
}

    .main .footerBox .footer .conLeft {
        width: 381px;
        height: auto;
        float: left;
    }

        .main .footerBox .footer .conLeft .logo {
            width: 100%;
            height: auto;
        }

        .main .footerBox .footer .conLeft .ewmBox {
            width: 100%;
            height: auto;
            text-align: center;
            font-size: 0;
            margin-top: 38px;
        }

            .main .footerBox .footer .conLeft .ewmBox .ewm {
                width: 87px;
                margin: 0 14px;
                display: inline-block;
            }

                .main .footerBox .footer .conLeft .ewmBox .ewm p {
                    text-align: center;
                    font-size: 14px;
                    color: #fff;
                    line-height: 16px;
                    margin-top: 8px;
                }

        .main .footerBox .footer .conLeft .share {
            width: 100%;
            text-align: center;
            font-size: 0;
            margin-top: 20px;
            height: 36px;
            overflow: hidden;
        }

            .main .footerBox .footer .conLeft .share a {
                width: 36px;
                height: 36px;
                border-radius: 100%;
                border: 1px solid rgba(255, 255, 255, 0.5);
                display: inline-block;
                margin: 0 10px;
                background-position: center;
                background-repeat: no-repeat;
                box-sizing: border-box;
            }

    .main .footerBox .footer .conRight {
        float: right;
        width: 840px;
    }

        .main .footerBox .footer .conRight .top {
            padding-top: 8px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 22px;
        }

            .main .footerBox .footer .conRight .top .item {
                width: 38.7%;
                float: left;
            }

                .main .footerBox .footer .conRight .top .item .tits {
                    font-weight: bold;
                    color: #fff;
                    font-size: 16px;
                    line-height: 18px;
                }

                .main .footerBox .footer .conRight .top .item .tit {
                    margin-top: 10px;
                }

                    .main .footerBox .footer .conRight .top .item .tit .t {
                        font-size: 14px;
                        line-height: 30px;
                        color: #fff;
                    }

                        .main .footerBox .footer .conRight .top .item .tit .t.t1 {
                            color: rgba(255, 255, 255, 0.8);
                        }

                        .main .footerBox .footer .conRight .top .item .tit .t span {
                            float: left;
                            display: block;
                        }

                        .main .footerBox .footer .conRight .top .item .tit .t em {
                            float: left;
                            margin: 8px 10px 0;
                            display: block;
                            width: 1px;
                            height: 14px;
                            background-color: #fff;
                            opacity: 0.5;
                        }

                        .main .footerBox .footer .conRight .top .item .tit .t i {
                            width: calc(100% - 77px);
                            float: left;
                            display: block;
                        }

                .main .footerBox .footer .conRight .top .item.item1 {
                    width: 61.3%;
                    float: right;
                }

        .main .footerBox .footer .conRight .list {
            margin-top: 16px;
        }

            .main .footerBox .footer .conRight .list ul li {
                width: 25%;
                float: left;
            }

                .main .footerBox .footer .conRight .list ul li a {
                    padding-left: 30px;
                    font-size: 16px;
                    line-height: 46px;
                    color: #fff;
                    background-position: left center;
                    background-repeat: no-repeat;
                    background-image: url("../images/footer_icon1.png");
                    display: inline-block;
                }

    .main .footerBox .footer .nav {
        margin-top: 30px;
    }

        .main .footerBox .footer .nav a {
            font-size: 15px;
            line-height: 24px;
            color: #fff;
            opacity: 0.8;
            margin-right: 40px;
            position: relative;
        }

            .main .footerBox .footer .nav a:after {
                width: 1px;
                height: 16px;
                top: 4px;
                right: -20px;
                background-color: rgba(255, 255, 255, 0.2);
                content: '';
                position: absolute;
            }

            .main .footerBox .footer .nav a:last-child {
                margin-right: 0;
            }

                .main .footerBox .footer .nav a:last-child:after {
                    display: none;
                }

@media (min-width: 1024px) {
    .main .footerBox .footer .nav a:hover {
        opacity: 1;
    }
}

.main .footerBox .foot {
    background-color: #005183;
    margin-top: 26px;
}

    .main .footerBox .foot .t {
        font-size: 15px;
        line-height: 60px;
        color: #fff;
        float: left;
    }

    .main .footerBox .foot .link {
        width: 280px;
        position: relative;
        float: right;
        margin-top: 9px;
    }

        .main .footerBox .foot .link .tits {
            width: 100%;
            height: auto;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 21px;
            height: 42px;
            box-sizing: border-box;
            text-align: center;
            font-size: 14px;
            line-height: 40px;
            background-image: url("../images/footer_icon2.png");
            background-position: calc(100% - 36px) center;
            background-repeat: no-repeat;
            color: #fff;
            cursor: pointer;
        }

        .main .footerBox .foot .link ul {
            width: 100%;
            height: auto;
            border: 1px solid rgba(255, 255, 255, 0.3);
            background-color: #005183;
            box-sizing: border-box;
            position: absolute;
            left: 0;
            bottom: 41px;
            height: 200px;
            border-top-left-radius: 21px;
            border-top-right-radius: 21px;
            overflow: hidden;
            display: none;
        }

            .main .footerBox .foot .link ul li a {
                font-size: 15px;
                line-height: 40px;
                color: #fff;
                width: calc(100% - 20px);
                display: block;
                text-align: center;
                margin: 0 auto;
                height: 40px;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

@media (min-width: 1024px) {
    .main .footerBox .foot .link ul li:hover {
        background-color: #014479;
    }
}

.main .footerBox .foot .link ul .mCustomScrollBox {
    padding-right: 0;
    max-width: 100%;
}

.main .footerBox .foot .link.on .tits {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (max-width: 1366px) {
    .main .footerBox .footer .conLeft {
        width: 280px;
    }

    .main .footerBox .footer .conRight {
        width: 770px;
    }
}

@media (max-width: 1200px) {
    .main .footerBox .footer .conLeft {
        float: none;
        margin: 0 auto;
    }

    .main .footerBox .footer .conRight {
        width: 100%;
        float: none;
    }
}

.main .mainFx {
    width: 70px;
    height: auto;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    border-radius: 35px;
    background-color: #0099cc;
    padding-top: 18px;
    overflow: hidden;
    z-index: 15;
}

    .main .mainFx .aBox {
        width: 100%;
        height: auto;
        padding-bottom: 14px;
    }

        .main .mainFx .aBox a {
            width: 100%;
            height: auto;
            display: block;
            padding: 9px 0;
        }

            .main .mainFx .aBox a .icon {
                width: 100%;
                height: 32px;
            }

                .main .mainFx .aBox a .icon img {
                    max-height: 100%;
                    display: block;
                    margin: 0 auto;
                }

            .main .mainFx .aBox a p {
                text-align: center;
                font-size: 14px;
                line-height: 16px;
                color: #fff;
                margin-top: 11px;
            }

    .main .mainFx .share {
        width: 100%;
        height: auto;
        background-color: #0568a5;
        padding: 5px 0;
        background-image: -moz-linear-gradient(90deg, #0671b3 0%, #005183 100%);
        background-image: -webkit-linear-gradient(90deg, #0671b3 0%, #005183 100%);
        background-image: -ms-linear-gradient(90deg, #0671b3 0%, #005183 100%);
    }

        .main .mainFx .share a {
            width: 100%;
            height: 60px;
            display: block;
            background-position: center;
            background-repeat: no-repeat;
        }

    .main .mainFx .returnTop {
        width: 100%;
        height: 70px;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../images/top.png");
    }

@media (max-width: 1550px) {
    .main .mainFx {
        right: 0;
    }
}

.main .banner {
    margin-top: 60px;
}

.main .breadcrumb {
    border-bottom: 1px solid #e5e5e5;
}

    .main .breadcrumb .nav {
        float: left;
    }

        .main .breadcrumb .nav a {
            font-size: 18px;
            line-height: 77px;
            color: #555;
            display: block;
            float: left;
            margin-right: 59px;
            position: relative;
        }

            .main .breadcrumb .nav a:after {
                width: 1px;
                height: 20px;
                top: 30px;
                right: -29px;
                background-color: #e5e5e5;
                content: '';
                position: absolute;
            }

            .main .breadcrumb .nav a:before {
                width: 40px;
                height: 5px;
                background-color: #99242c;
                left: 0;
                bottom: -1px;
                content: '';
                position: absolute;
                display: none;
            }

            .main .breadcrumb .nav a:last-child:after {
                display: none;
            }

            .main .breadcrumb .nav a.on {
                font-weight: bold;
            }

                .main .breadcrumb .nav a.on:before {
                    display: block;
                }

@media (min-width: 1024px) {
    .main .breadcrumb .nav a:hover {
        color: #99242c;
    }
}

.main .breadcrumb .home {
    float: right;
    padding-top: 19px;
}

@media (max-width: 1200px) {
    .main .breadcrumb .nav a {
        margin-right: 42px;
    }

        .main .breadcrumb .nav a:after {
            right: -21px;
        }
}

.main .home {
    font-size: 14px;
    line-height: 40px;
    color: #999;
}

    .main .home a {
        color: #999;
        float: left;
    }

@media (min-width: 1024px) {
    .main .home a:hover {
        color: #99242c;
    }
}

.main .home i {
    float: left;
}

.main .home span {
    width: 7px;
    height: 40px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/home_icon.png");
    display: block;
    margin: 0 10px;
}

.main .about .box1 {
    padding: 60px 0;
}

    .main .about .box1 .content .con {
        width: 46.5%;
        float: left;
        padding-top: 25px;
    }

        .main .about .box1 .content .con .tits {
            font-size: 30px;
            line-height: 32px;
            color: #99242c;
            font-weight: bold;
        }

        .main .about .box1 .content .con .tit {
            font-size: 14px;
            line-height: 28px;
            color: #666;
            margin-top: 32px;
        }

    .main .about .box1 .content .videoClick {
        width: 50%;
        float: right;
        cursor: pointer;
        position: relative;
    }

        .main .about .box1 .content .videoClick .icon {
            width: 64px;
            height: 64px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            background-size: cover;
            background-image: url("../images/video1.png");
            background-repeat: no-repeat;
        }

    .main .about .box1 .itemBox {
        overflow: hidden;
        margin-top: 40px;
    }

        .main .about .box1 .itemBox .item {
            width: 32.3%;
            margin-right: 1.55%;
            float: left;
            background-color: #f7f7f7;
            padding-bottom: 20000px;
            margin-bottom: -20000px;
        }

            .main .about .box1 .itemBox .item:last-child {
                margin-right: 0;
            }

            .main .about .box1 .itemBox .item .con {
                width: calc(100% - 75px);
                margin: 0 auto;
                padding-top: 42px;
                padding-bottom: 62px;
            }

                .main .about .box1 .itemBox .item .con .tits {
                    padding-left: 48px;
                    background-position: left center;
                    font-size: 20px;
                    line-height: 30px;
                    color: #014479;
                    background-repeat: no-repeat;
                }

                .main .about .box1 .itemBox .item .con .tit {
                    font-size: 14px;
                    line-height: 30px;
                    color: #545454;
                    margin-top: 25px;
                }

.main .about .box2 {
    width: 100%;
    height: auto;
    background-color: #f1f2f1;
    padding-top: 40px;
    padding-bottom: 80px;
}

    .main .about .box2 .list {
        margin-top: 40px;
        position: relative;
    }

        .main .about .box2 .list ul li {
            position: relative;
            display: none;
        }

            .main .about .box2 .list ul li .pic {
                width: 70.3%;
                float: right;
            }

            .main .about .box2 .list ul li .con {
                width: 29.7%;
                position: absolute;
                top: 0;
                left: 0;
                background-color: #99242c;
                height: 100%;
            }

                .main .about .box2 .list ul li .con .conNew {
                    color: #fff;
                    width: calc(100% - 95px);
                    margin-left: 50px;
                    padding-top: 96px;
                }

                    .main .about .box2 .list ul li .con .conNew .tits {
                        font-size: 24px;
                        line-height: 26px;
                    }

                    .main .about .box2 .list ul li .con .conNew .tit {
                        font-size: 14px;
                        line-height: 24px;
                        color: #e5e5e5;
                        margin-top: 32px;
                        height: 216px;
                        overflow: hidden;
                    }

        .main .about .box2 .list .tabs {
            width: calc(100% - 100px);
            left: 50px;
            bottom: 50px;
            position: absolute;
        }

            .main .about .box2 .list .tabs a {
                width: 18.3%;
                float: left;
                margin-right: 2.125%;
                height: 80px;
                background-color: rgba(255, 255, 255, 0.9);
                cursor: pointer;
            }

                .main .about .box2 .list .tabs a:last-child {
                    margin-right: 0;
                }

                .main .about .box2 .list .tabs a .line {
                    width: 27px;
                    height: 2px;
                    margin-top: 24px;
                    background-color: #99242c;
                    margin-left: 33px;
                }

                .main .about .box2 .list .tabs a .t {
                    font-size: 18px;
                    line-height: 20px;
                    color: #333;
                    margin-top: 14px;
                    margin-left: 33px;
                }

                .main .about .box2 .list .tabs a.on {
                    background-color: rgba(50, 125, 210, 0.9);
                }

                    .main .about .box2 .list .tabs a.on .line {
                        background-color: #fff;
                    }

                    .main .about .box2 .list .tabs a.on .t {
                        color: #fff;
                    }

.main .about .box3 {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 70px;
}

    .main .about .box3 .list {
        margin-top: 30px;
    }

        .main .about .box3 .list ul li {
            width: 32.4%;
            float: left;
            margin-right: 1.4%;
            margin-bottom: 27px;
        }

            .main .about .box3 .list ul li:nth-child(3n) {
                margin-right: 0;
            }

            .main .about .box3 .list ul li a {
                width: 100%;
                height: auto;
                display: block;
            }

                .main .about .box3 .list ul li a .pic {
                    width: 100%;
                    overflow: hidden;
                }

                    .main .about .box3 .list ul li a .pic img {
                        transition: all 1.5s;
                    }

                .main .about .box3 .list ul li a .t {
                    text-align: center;
                    font-size: 16px;
                    line-height: 24px;
                    color: #555;
                    margin-top: 16px;
                }

@media (min-width: 1024px) {
    .main .about .box3 .list ul li:hover a .pic img {
        transform: scale(1.1);
    }

    .main .about .box3 .list ul li:hover a .t {
        color: #014479;
    }
}

@media (max-width: 1366px) {
    .main .about .box2 .list ul li .con .conNew {
        width: calc(100% - 55px);
        margin-left: 35px;
        padding-top: 50px;
    }
}

@media (max-width: 1200px) {
    .main .about .box2 .list .tabs {
        width: calc(100% - 70px);
        left: 35px;
        bottom: 25px;
    }

        .main .about .box2 .list .tabs a {
            height: 60px;
        }

            .main .about .box2 .list .tabs a .line {
                margin-left: 15px;
                margin-top: 15px;
            }

            .main .about .box2 .list .tabs a .t {
                margin-left: 15px;
                font-size: 16px;
                line-height: 18px;
                margin-top: 10px;
            }
}

.main .honor {
    padding-top: 60px;
    padding-bottom: 5.2%;
}

    .main .honor ul {
        padding-bottom: 30px;
    }

        .main .honor .list li {
            width: 30.5%;
            float: left;
            margin-right: 4.25%;
            margin-bottom: 48px;
            background-color: #f7f7f7;
            padding-bottom: 25px;
        }

            .main .honor .list li:nth-child(3n) {
                margin-right: 0;
            }

            .main .honor .list li .tits {
                width: calc(100% - 68px);
                margin: 18px auto 0;
                font-size: 16px;
                line-height: 24px;
                color: #333;
                height: 48px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.main .page {
    width: 100%;
    text-align: center;
    font-size: 0;
}

    .main .page a, .main .page span {
        width: 40px;
        height: 40px;
        border: 1px solid #cccccc;
        display: inline-block;
        margin: 0 10px;
        font-size: 16px;
        line-height: 38px;
        box-sizing: border-box;
        color: #999;
        border-radius: 100%;
    }

        .main .page a.p, .main .page span.p {
            font-size: 1px;
            color: rgba(0, 0, 0, 0);
            background-position: center;
            background-repeat: no-repeat;
        }

            .main .page a.p.prev, .main .page span.p.prev {
                background-image: url("../images/page1.png");
            }

            .main .page a.p.next, .main .page span.p.next {
                background-image: url("../images/page2.png");
            }

@media (min-width: 1024px) {
    .main .page a:hover, .main .page span:hover {
        border-color: #014479;
        color: #014479;
    }
}

.main .page span {
    background-color: #014479;
    border-color: #014479;
    color: #fff;
}

.main .equipment {
    padding-bottom: 5.2%;
}

    .main .equipment .box1 {
        background-color: #f5f5f5;
        padding: 60px 0;
    }

        .main .equipment .box1 .videoBox {
            width: 1025px;
            max-width: 92%;
            margin: 0 auto;
            position: relative;
            cursor: pointer;
        }

            .main .equipment .box1 .videoBox .icon {
                width: 85px;
                height: 85px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/video2.png");
                opacity: 0;
                cursor: pointer;
                transition: all 0.5s;
            }

            .main .equipment .box1 .videoBox:hover .icon {
                opacity: 1;
            }

    .main .equipment .list {
        margin: 60px auto 0;
    }

        .main .equipment .list ul {
            padding-bottom: 40px;
        }

            .main .equipment .list ul li {
                width: 30.5%;
                margin-right: 4.25%;
                float: left;
                margin-bottom: 35px;
            }

                .main .equipment .list ul li:nth-child(3n) {
                    margin-right: 0;
                }

                .main .equipment .list ul li a {
                    width: 100%;
                    height: auto;
                    display: block;
                }

                    .main .equipment .list ul li a .pic {
                        width: 100%;
                        height: auto;
                        overflow: hidden;
                    }

                        .main .equipment .list ul li a .pic img {
                            transition: all 1.5s;
                        }

                    .main .equipment .list ul li a .tits {
                        font-size: 16px;
                        line-height: 24px;
                        height: 24px;
                        color: #333;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        margin-top: 25px;
                    }

@media (min-width: 1024px) {
    .main .equipment .list ul li:hover a .pic img {
        transform: scale(1.1);
    }

    .main .equipment .list ul li:hover a .tits {
        color: #014479;
    }
}

.main .environment {
    padding-top: 3.6%;
    padding-bottom: 5.2%;
}

    .main .environment .bigImg {
        width: 100%;
        height: auto;
        background-color: #7b84a7;
        text-align: center;
        position: relative;
    }

        .main .environment .bigImg img {
            max-width: 100%;
        }

        .main .environment .bigImg .t {
            text-align: center;
            font-size: 16px;
            line-height: 56px;
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            bottom: 0;
            left: 0;
            color: #fff;
            width: 100%;
        }

        .main .environment .bigImg .a {
            width: 50px;
            height: 50px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            display: block;
            z-index: 10;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 100%;
        }

            .main .environment .bigImg .a.prev {
                background-image: url("../images/history_prev_x.png");
                left: 20px;
            }

            .main .environment .bigImg .a.next {
                background-image: url("../images/history_next_x.png");
                right: 20px;
            }

    .main .environment .list {
        width: 100%;
        margin-top: 30px;
        position: relative;
    }

        .main .environment .list .listNew {
            width: calc(100% - 88px);
            margin: 0 auto;
        }

            .main .environment .list .listNew ul li {
                width: 15.1%;
                float: left;
                position: relative;
                padding-bottom: 10%;
                overflow: hidden;
                margin-right: 1.88%;
                cursor: pointer;
            }

                .main .environment .list .listNew ul li:last-child {
                    margin-right: 0;
                }

                .main .environment .list .listNew ul li img {
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .main .environment .list .listNew ul li .bg {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background-color: rgba(40, 102, 188, 0.5);
                    opacity: 0;
                }

                .main .environment .list .listNew ul li.on .bg {
                    opacity: 1;
                }

        .main .environment .list .a {
            width: 30px;
            height: 100%;
            position: absolute;
            top: 0;
            background-color: #f0f0f0;
            background-position: center;
            background-repeat: no-repeat;
        }

            .main .environment .list .a.prev {
                background-image: url("../images/prev1.png");
                left: 0;
            }

            .main .environment .list .a.next {
                background-image: url("../images/next1.png");
                right: 0;
            }

@media (min-width: 1024px) {
    .main .environment .list .a:hover.prev {
        background-image: url("../images/prev1_h.png");
    }

    .main .environment .list .a:hover.next {
        background-image: url("../images/next1_h.png");
    }
}

.main .subject .tabsBox {
    height: auto;
    padding: 20px 50px 26px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(94, 94, 94, 0.15);
    border-radius: 20px;
    margin: -80px auto 0;
}

    .main .subject .tabsBox .t {
        border-bottom: 1px dotted #d9d9d9;
    }

        .main .subject .tabsBox .t:last-child {
            border-bottom: none;
        }

        .main .subject .tabsBox .t .tits {
            float: left;
            font-size: 18px;
            line-height: 60px;
			height:60px;
            color: #333;
            font-weight: bold;
            width: 72px;
            text-align: justify;
        }

            .main .subject .tabsBox .t .tits::after {
                content: "";
                display: inline-block;
                width: 100%;
                overflow: hidden;
                height: 0;
            }

        .main .subject .tabsBox .t .tit {
            float: right;
            width: calc(100% - 113px);
            padding-top: 15px;
        }

            .main .subject .tabsBox .t .tit a {
                padding: 0 16px;
                font-size: 14px;
                line-height: 28px;
                border: 1px solid #ccc;
                border-radius: 15px;
                float: left;
                color: #666;
                margin-bottom: 15px;
                margin-right: 20px;
            }

                .main .subject .tabsBox .t .tit a.on {
                    background-color: #005183 !important;
                    border-color: #005183 !important;
                    color: #fff !important;
                }

@media (min-width: 1024px) {
    .main .subject .tabsBox .t .tit a:hover {
        color: #005183;
        border-color: #005183;
    }
}

.main .subject .box1 {
    margin-top: 17px;
    padding-bottom: 40px;
}

    .main .subject .box1 .content {
        position: relative;
        margin-top: 16px;
    }

        .main .subject .box1 .content .pic {
            width: 46.875%;
            float: left;
        }

        .main .subject .box1 .content .con {
            width: 48.7%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            padding-top: 16px;
            box-sizing: border-box;
        }

            .main .subject .box1 .content .con .tits {
                font-size: 20px;
                line-height: 24px;
                color: #333;
                font-weight: bold;
            }

            .main .subject .box1 .content .con .tit {
                font-size: 14px;
                line-height: 28px;
                color: #555;
                text-indent: 2em;
                margin-top: 21px;
                height: 196px;
                display: -webkit-box;
                -webkit-line-clamp: 7;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .main .subject .box1 .content .con .more {
                font-size: 13px;
                line-height: 30px;
                color: #666;
                border-bottom: 1px solid #d5d6d3;
                width: 100px;
                display: block;
                font-family: ITC;
                text-transform: uppercase;
                margin-top: 28px;
                background-position: 46px center;
                background-repeat: no-repeat;
                background-image: url("../images/index_icon1.png");
                position: absolute;
                left: 0;
                bottom: 0;
            }

    .main .subject .box1 .content1 {
        margin-top: 40px;
    }

        .main .subject .box1 .content1 .itemBox {
            margin-top: 40px;
        }

            .main .subject .box1 .content1 .itemBox .item {
                height: 105px;
                background-color: #f7f7f7;
                width: 15.3%;
                float: left;
                margin-right: 1.64%;
                margin-bottom: 1.64%;
                position: relative;
            }

                .main .subject .box1 .content1 .itemBox .item:nth-child(6n) {
                    margin-right: 0;
                }

                .main .subject .box1 .content1 .itemBox .item:after {
                    width: 0%;
                    height: 4px;
                    background-image: -moz-linear-gradient(180deg, #0099cc 0%, #0671b3 100%);
                    background-image: -webkit-linear-gradient(180deg, #0099cc 0%, #0671b3 100%);
                    background-image: -ms-linear-gradient(180deg, #0099cc 0%, #0671b3 100%);
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    content: '';
                    transition: width 0.5s;
                }

                .main .subject .box1 .content1 .itemBox .item a {
                    width: 100%;
                    height: 100%;
                    display: block;
                    position: relative;
                }

                    .main .subject .box1 .content1 .itemBox .item a .tx {
                        width: 100%;
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        left: 0;
                    }

                        .main .subject .box1 .content1 .itemBox .item a .tx .t {
                            text-align: center;
                            font-size: 16px;
                            line-height: 20px;
                            color: #333;
                        }

                        .main .subject .box1 .content1 .itemBox .item a .tx .t1 {
                            text-align: center;
                            font-size: 0;
                            width: 100%;
                            margin-top: 16px;
                        }

                            .main .subject .box1 .content1 .itemBox .item a .tx .t1 span {
                                padding-right: 18px;
                                font-size: 13px;
                                line-height: 15px;
                                background-repeat: no-repeat;
                                background-image: url("../images/index_icon1.png");
                                background-position: right center;
                                color: #666;
                                font-family: ITC;
                            }

@media (min-width: 1024px) {
    .main .subject .box1 .content1 .itemBox .item:hover:after {
        width: 100%;
    }
}

.main .subject .box2 {
    background-color: #0a5989;
    padding-top: 17px;
    padding-bottom: 50px;
}

    .main .subject .box2 .indexTitle .tits {
        color: #fff;
    }

    .main .subject .box2 .indexTitle .line {
        background-color: rgba(255, 255, 255, 0.1);
    }

        .main .subject .box2 .indexTitle .line:after {
            background-color: #fff;
        }

    .main .subject .box2 .list {
        margin-top: 30px;
    }

        .main .subject .box2 .list ul li {
            width: 15.3%;
            float: left;
            margin-right: 1.64%;
            background-color: #fff;
            position: relative;
        }

            .main .subject .box2 .list ul li:last-child {
                margin-right: 0;
            }

            .main .subject .box2 .list ul li:after {
                height: 4px;
                background-image: -moz-linear-gradient(180deg, #0099cc 0%, #0671b3 100%);
                background-image: -webkit-linear-gradient(180deg, #0099cc 0%, #0671b3 100%);
                background-image: -ms-linear-gradient(180deg, #0099cc 0%, #0671b3 100%);
                position: absolute;
                left: 0;
                bottom: 0;
                content: '';
                width: 0;
                transition: width 0.5s;
            }

            .main .subject .box2 .list ul li a {
                width: 100%;
                height: auto;
                display: block;
                padding-bottom: 29px;
            }

                .main .subject .box2 .list ul li a .pic {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                }

                    .main .subject .box2 .list ul li a .pic img {
                        transition: all 1s;
                    }

                .main .subject .box2 .list ul li a .tits {
                    text-align: center;
                    font-size: 16px;
                    line-height: 18px;
                    color: #99242c;
                    font-weight: bold;
                    padding-top: 19px;
                }

                .main .subject .box2 .list ul li a .tit {
                    font-size: 14px;
                    line-height: 16px;
                    color: #666;
                    text-align: center;
                    margin-top: 16px;
                }

@media (min-width: 1024px) {
    .main .subject .box2 .list ul li:hover:after {
        width: 100%;
    }

    .main .subject .box2 .list ul li:hover a .pic img {
        transform: scale(1.1);
    }
}

.main .subject .box2 .list .btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

    .main .subject .box2 .list .btns .btnsNew {
        display: inline-block;
    }

        .main .subject .box2 .list .btns .btnsNew .a {
            width: 30px;
            height: 30px;
            border-radius: 100%;
            border: 1px solid #fff;
            box-sizing: border-box;
            float: left;
            background-position: center;
            background-repeat: no-repeat;
        }

            .main .subject .box2 .list .btns .btnsNew .a.prev {
                background-image: url("../images/prev.png");
            }

            .main .subject .box2 .list .btns .btnsNew .a.next {
                background-image: url("../images/next.png");
            }

@media (min-width: 1024px) {
    .main .subject .box2 .list .btns .btnsNew .a:hover {
        background-color: #fff;
    }

        .main .subject .box2 .list .btns .btnsNew .a:hover.prev {
            background-image: url("../images/prev_h.png");
        }

        .main .subject .box2 .list .btns .btnsNew .a:hover.next {
            background-image: url("../images/next_h.png");
        }
}

.main .subject .box2 .list .btns .btnsNew .spanBox {
    float: left;
    margin: 10px 35px 0;
}

    .main .subject .box2 .list .btns .btnsNew .spanBox span {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        display: block;
        float: left;
        background-color: #fff;
        margin: 0 5px;
        opacity: 1;
    }

        .main .subject .box2 .list .btns .btnsNew .spanBox span.swiper-pagination-bullet-active {
            width: 20px;
        }

.main .subject .box3 {
    padding-top: 20px;
    padding-bottom: 40px;
}

    .main .subject .box3 .tableB {
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

        .main .subject .box3 .tableB table {
            width: 100%;
            border: 1px solid #99242c;
        }

            .main .subject .box3 .tableB table tr {
                width: 100%;
                border: 1px solid #99242c;
            }

                .main .subject .box3 .tableB table tr th {
                    height: 64px;
                    background-color: #99242c;
                    text-align: center;
                    font-size: 16px;
                    color: #fff;
                    font-weight: normal;
                    width: 11%;
                    box-sizing: border-box;
                    border-right: 1px solid rgba(255, 255, 255, 0.5);
                }

                    .main .subject .box3 .tableB table tr th:nth-child(1) {
                        width: 13.75%;
                    }

                    .main .subject .box3 .tableB table tr th:nth-child(2) {
                        width: 9.28%;
                    }

                    .main .subject .box3 .tableB table tr th:last-child {
                        border-right: none;
                    }

                .main .subject .box3 .tableB table tr td {
                    font-size: 16px;
                    line-height: 30px;
                    color: #545454;
                    text-align: center;
                    padding: 10px 0;
                    width: 11%;
                }

                    .main .subject .box3 .tableB table tr td.t1 {
                        width: 13.75%;
                        color: #99242c;
                    }

                    .main .subject .box3 .tableB table tr td.t2 {
                        width: 9.28%;
                    }

            .main .subject .box3 .tableB table.t {
                border: 1px solid #ccc;
            }

                .main .subject .box3 .tableB table.t tr {
                    border: 1px solid #ccc;
                }

                    .main .subject .box3 .tableB table.t tr td {
                        border: 1px solid #ccc;
                    }

.main .subject .box4 {
    background-color: #f2f2f2;
    padding-top: 23px;
    padding-bottom: 40px;
}

    .main .subject .box4 .list {
        margin-top: 30px;
    }

        .main .subject .box4 .list ul li {
            width: 31.25%;
            float: left;
            margin-right: 3.125%;
        }

            .main .subject .box4 .list ul li:last-child {
                margin-right: 0;
            }

            .main .subject .box4 .list ul li a {
                width: 100%;
                height: auto;
                display: block;
            }

                .main .subject .box4 .list ul li a .pic {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                }

                    .main .subject .box4 .list ul li a .pic img {
                        transition: all 1.5s;
                    }

                .main .subject .box4 .list ul li a .tits {
                    font-size: 15px;
                    line-height: 24px;
                    color: #333;
                    height: 48px;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-top: 20px;
                }

@media (min-width: 1024px) {
    .main .subject .box4 .list ul li:hover a .pic img {
        transform: scale(1.1);
    }

    .main .subject .box4 .list ul li:hover a .tits {
        color: #014479;
    }
}

.main .subject .box4 .list .btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

    .main .subject .box4 .list .btns .btnsNew {
        display: inline-block;
    }

        .main .subject .box4 .list .btns .btnsNew .a {
            width: 30px;
            height: 30px;
            border-radius: 100%;
            border: 1px solid #ccc;
            box-sizing: border-box;
            float: left;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 7px;
        }

            .main .subject .box4 .list .btns .btnsNew .a.prev {
                background-image: url("../images/prev1_h.png");
            }

            .main .subject .box4 .list .btns .btnsNew .a.next {
                background-image: url("../images/next1_h.png");
            }

@media (min-width: 1024px) {
    .main .subject .box4 .list .btns .btnsNew .a:hover {
        background-color: #99242c;
        border-color: #99242c;
    }

        .main .subject .box4 .list .btns .btnsNew .a:hover.prev {
            background-image: url("../images/prev1_h1.png");
        }

        .main .subject .box4 .list .btns .btnsNew .a:hover.next {
            background-image: url("../images/next1_h1.png");
        }
}

.main .subject .box4 .list .btns .btnsNew .spanBox {
    float: left;
    margin: 10px 35px 0;
}

    .main .subject .box4 .list .btns .btnsNew .spanBox span {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        display: block;
        float: left;
        background-color: #ccc;
        margin: 0 5px;
        opacity: 1;
    }

        .main .subject .box4 .list .btns .btnsNew .spanBox span.swiper-pagination-bullet-active {
            width: 20px;
            background-color: #999;
        }

.main .subject .box5 {
    padding-top: 22px;
    padding-bottom: 40px;
}

    .main .subject .box5 .list {
        margin-top: 25px;
    }

        .main .subject .box5 .list ul li {
            width: 23.8%;
            float: left;
            margin-right: 1.6%;
            margin-bottom: 1.6%;
        }

            .main .subject .box5 .list ul li:nth-child(4n) {
                margin-right: 0;
            }

@media (max-width: 1200px) {
    .main .subject .box1 .content .con .tit {
        height: 140px;
        -webkit-line-clamp: 5;
    }
}

.main .insideTop {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 13px;
}

.main .aboutTitle {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    padding-left: 53px;
    background-position: left center;
    background-repeat: no-repeat;
}

    .main .aboutTitle.t {
        background-position: 7px center;
    }

.main .subjectInfo .top {
    padding-top: 50px;
}

    .main .subjectInfo .top .pic {
        width: 31.25%;
        float: left;
    }

    .main .subjectInfo .top .con {
        width: 68.75%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }

        .main .subjectInfo .top .con .conNew {
            width: 705px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .main .subjectInfo .top .con .conNew .tits {
                font-size: 18px;
                line-height: 20px;
                color: #333;
                font-weight: bold;
            }

            .main .subjectInfo .top .con .conNew .tit {
                font-size: 14px;
                line-height: 28px;
                color: #999;
                margin-top: 17px;
            }

.main .subjectInfo .box1 {
    margin-top: 49px;
}

    .main .subjectInfo .box1 .list {
        margin-top: 44px;
    }

        .main .subjectInfo .box1 .list ul {
            border: 1px solid #ccc;
            box-sizing: border-box;
            width: 100%;
        }

            .main .subjectInfo .box1 .list ul li {
                box-sizing: border-box;
                border-bottom: 1px solid #ccc;
                position: relative;
            }

                .main .subjectInfo .box1 .list ul li:last-child {
                    border-bottom: none;
                }

                .main .subjectInfo .box1 .list ul li .t {
                    width: 50%;
                    box-sizing: border-box;
                    border-right: 1px solid #ccc;
                    float: left;
                    font-size: 14px;
                    line-height: 60px;
                    color: #333;
                }

                    .main .subjectInfo .box1 .list ul li .t:last-child {
                        border-right: none;
                    }

                    .main .subjectInfo .box1 .list ul li .t .t1 {
                        width: 31.25%;
                        box-sizing: border-box;
                        border-right: 1px solid #ccc;
                        float: left;
                        text-align: center;
                        background-color: #e5ecf1;
                    }

                    .main .subjectInfo .box1 .list ul li .t .t2 {
                        width: 68.75%;
                        float: left;
                        box-sizing: border-box;
                        height: 60px;
                        position: relative;
                    }

                        .main .subjectInfo .box1 .list ul li .t .t2 .tt {
                            position: absolute;
                            left: 40px;
                            top: 50%;
                            transform: translateY(-50%);
                            font-size: 14px;
                            line-height: 20px;
                            padding-right: 15px;
                        }

                .main .subjectInfo .box1 .list ul li .tt1 {
                    width: calc(15.625% - 1px);
                    position: absolute;
                    left: 0;
                    height: 100%;
                    top: 0;
                    background-color: #e5ecf1;
                    box-sizing: border-box;
                    border-right: 1px solid #ccc;
                }

                    .main .subjectInfo .box1 .list ul li .tt1 span {
                        width: 100%;
                        text-align: center;
                        font-size: 14px;
                        line-height: 18px;
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        display: block;
                    }

                .main .subjectInfo .box1 .list ul li .tt2 {
                    width: 84.375%;
                    float: right;
                    padding-top: 15px;
                }

                    .main .subjectInfo .box1 .list ul li .tt2 dl {
                        width: calc(100% - 80px);
                        margin: 0 auto;
                    }

                        .main .subjectInfo .box1 .list ul li .tt2 dl dd {
                            width: 22.2%;
                            float: left;
                            margin-right: 3.7%;
                            margin-bottom: 15px;
                        }

                            .main .subjectInfo .box1 .list ul li .tt2 dl dd:nth-child(4n) {
                                margin-right: 0;
                            }

                            .main .subjectInfo .box1 .list ul li .tt2 dl dd a {
                                width: 100%;
                                height: auto;
                                display: block;
                            }

.main .subjectInfo .box2 {
    padding-top: 74px;
    padding-bottom: 60px;
}

    .main .subjectInfo .box2 .list {
        margin-top: 35px;
    }

        .main .subjectInfo .box2 .list ul li {
            width: 15%;
            float: left;
            margin-right: 2%;
            background-color: #f5f5f5;
            position: relative;
            margin-bottom:30px;
        }

            .main .subjectInfo .box2 .list ul li:after {
                width: 0%;
                height: 4px;
                background-color: #0481bd;
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                transition: all 0.5s;
            }

            .main .subjectInfo .box2 .list ul li:last-child {
                margin-right: 0;
            }

            .main .subjectInfo .box2 .list ul li a {
                width: 100%;
                height: auto;
                display: block;
                padding: 15px 15px 28px;
                box-sizing: border-box;
            }

                .main .subjectInfo .box2 .list ul li a .pic {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                }

                    .main .subjectInfo .box2 .list ul li a .pic img {
                        transition: all 1s;
                    }

                .main .subjectInfo .box2 .list ul li a .tits {
                    font-size: 16px;
                    line-height: 18px;
                    color: #333;
                    font-weight: bold;
                    margin-top: 20px;
                }

                    .main .subjectInfo .box2 .list ul li a .tits span {
                        font-size: 14px;
                        font-weight: normal;
                        margin-left: 10px;
                    }

                .main .subjectInfo .box2 .list ul li a .tit {
                    font-size: 14px;
                    line-height: 20px;
                    height: 40px;
                    color: #777;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-top: 9px;
                }

@media (min-width: 1024px) {
    .main .subjectInfo .box2 .list ul li:hover:after {
        width: 100%;
        left: 0;
    }

    .main .subjectInfo .box2 .list ul li:hover a .pic img {
        transform: scale(1.1);
    }

    .main .subjectInfo .box2 .list ul li:hover a .tits {
        color: #005183;
    }
}

.main .subjectInfo .box3 {
    background-color: #f5f5f5;
    padding-top: 45px;
    padding-bottom: 37px;
}

    .main .subjectInfo .box3 .list {
        margin-top: 34px;
    }

        .main .subjectInfo .box3 .list .item {
            width: 31.25%;
            float: left;
            margin-right: 3.125%;
            margin-bottom: 33px;
            background-color: #fff;
        }

            .main .subjectInfo .box3 .list .item:nth-child(3n) {
                margin-right: 0;
            }

            .main .subjectInfo .box3 .list .item .tits {
                width: 100%;
                height: auto;
                text-align: center;
                font-size: 18px;
                line-height: 50px;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/subjectinfo_bg.jpg");
                color: #fff;
            }

            .main .subjectInfo .box3 .list .item .con {
                padding-top: 10px;
                padding-bottom: 18px;
            }

                .main .subjectInfo .box3 .list .item .con .icon {
                    width: 17%;
                    float: left;
                    margin-left: 10%;
                    padding-top: 17px;
                }

                .main .subjectInfo .box3 .list .item .con .tit {
                    width: 65%;
                    float: right;
                }

                    .main .subjectInfo .box3 .list .item .con .tit a {
                        padding-left: 10px;
                        width: calc(100% - 10px);
                        font-size: 14px;
                        line-height: 34px;
                        height: 34px;
                        color: #666;
                        display: block;
                        position: relative;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                        .main .subjectInfo .box3 .list .item .con .tit a:after {
                            width: 3px;
                            height: 3px;
                            background-color: #99242c;
                            position: absolute;
                            top: 50%;
                            left: 0;
                            content: '';
                        }

@media (min-width: 1024px) {
    .main .subjectInfo .box3 .list .item .con .tit a:hover {
        color: #014479;
    }
}

.main .subjectInfo .box4 {
    padding-top: 48px;
    padding-bottom: 4.2%;
}

    .main .subjectInfo .box4 .title {
        text-align: center;
    }

        .main .subjectInfo .box4 .title .t {
            font-size: 24px;
            line-height: 26px;
            font-weight: bold;
            color: #333;
        }

        .main .subjectInfo .box4 .title .t1 {
            font-size: 14px;
            line-height: 16px;
            color: #999;
            margin-top: 18px;
        }

    .main .subjectInfo .box4 .tableBox {
        margin: 28px auto 0;
    }

.main .subjectInfo .box5 {
    padding-top: 40px;
}

    .main .subjectInfo .box5 ul {
        margin-top: 40px;
    }

        .main .subjectInfo .box5 ul li {
            width: 31.25%;
            float: left;
            margin-right: 3.125%;
            margin-bottom: 3.125%;
            background-color: #f2f2f2;
            cursor: pointer;
        }

            .main .subjectInfo .box5 ul li:nth-child(3n) {
                margin-right: 0;
            }

            .main .subjectInfo .box5 ul li .pic {
                width: 100%;
                height: auto;
                position: relative;
                overflow: hidden;
            }

                .main .subjectInfo .box5 ul li .pic img {
                    transition: all 1.5s;
                }

                .main .subjectInfo .box5 ul li .pic .icon {
                    width: 24px;
                    height: 14px;
                    position: absolute;
                    top: 11px;
                    left: 11px;
                    background-size: cover;
                    background-image: url("../images/news_icon2.png");
                }

                .main .subjectInfo .box5 ul li .pic .time {
                    font-size: 14px;
                    line-height: 16px;
                    color: #fff;
                    position: absolute;
                    top: 13px;
                    right: 11px;
                }

            .main .subjectInfo .box5 ul li .tits {
                padding-left: 22px;
                padding-right: 14px;
                font-size: 14px;
                line-height: 56px;
                color: #333;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

@media (max-width: 1200px) {
    .main .subjectInfo .box1 .list ul li .t .t2 .tt {
        left: 20px;
    }
}

.main .tableBox {
    width: 1030px;
    max-width: 100%;
    margin: 0 auto;
}

    .main .tableBox .t {
        width: 32%;
        float: left;
        border: 1px solid #9a9a9a;
        margin-right: 2%;
        box-sizing: border-box;
        margin-bottom: 2%;
        position: relative;
    }

        .main .tableBox .t:nth-child(3n) {
            margin-right: 0;
        }

        .main .tableBox .t span {
            width: 60px;
            height: 50px;
            display: block;
            float: left;
            background-position: center;
            background-repeat: no-repeat;
        }

        .main .tableBox .t .text {
            width: calc(100% - 63px);
            float: right;
            height: 50px;
            border: none;
            background: none;
            font-size: 14px;
            line-height: 24px;
            color: #999;
        }

            .main .tableBox .t .text::-webkit-input-placeholder {
                color: #999;
            }

            .main .tableBox .t .text:-moz-placeholder {
                color: #999;
            }

            .main .tableBox .t .text:-ms-input-placeholder {
                color: #999;
            }

        .main .tableBox .t .sel {
            width: calc(100% + 1px);
            height: 50px;
            padding-left: 63px;
            -moz-appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            border: none;
            background: none;
            color: #999;
            font-size: 14px;
            line-height: 50px;
            position: absolute;
            top: 0;
            left: -1px;
            box-sizing: border-box;
            background-size: 14px;
            background-position: calc(100% - 9px) center;
            background-image: url("../images/sel.png");
            background-repeat: no-repeat;
        }

    .main .tableBox .t1 {
        width: 100%;
        float: left;
        border: 1px solid #9a9a9a;
        box-sizing: border-box;
        margin-bottom: 2%;
    }

        .main .tableBox .t1 span {
            width: 60px;
            height: 50px;
            display: block;
            float: left;
            background-position: center;
            background-repeat: no-repeat;
        }

        .main .tableBox .t1 .txt {
            width: calc(100% - 63px);
            float: left;
            height: 108px;
            font-size: 14px;
            line-height: 30px;
            color: #999;
            border: none;
            background: none;
            box-sizing: border-box;
            padding: 11px 30px 11px 0;
        }

            .main .tableBox .t1 .txt::-webkit-input-placeholder {
                color: #999;
            }

            .main .tableBox .t1 .txt:-moz-placeholder {
                color: #999;
            }

            .main .tableBox .t1 .txt:-ms-input-placeholder {
                color: #999;
            }

    .main .tableBox .t2 {
        width: 100%;
    }

        .main .tableBox .t2 .submit {
            width: 49%;
            float: left;
            border: none;
            background-color: #014479;
            text-align: center;
            font-size: 14px;
            line-height: 53px;
            color: #fff;
        }

            .main .tableBox .t2 .submit.reset {
                float: right;
                background-color: #a8a8a8;
            }

.main .subjectPage {
    padding: 40px 0;
}

    .main .subjectPage .con {
        font-size: 14px;
        line-height: 26px;
        color: #666;
    }

        .main .subjectPage .con img {
            max-width: 100%;
            height: auto !important;
            display: block;
            margin: 0 auto;
        }

.main .news {
    padding-bottom: 5.2%;
}

    .main .news .top {
        position: relative;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 50px;
        margin-top: 50px;
    }

        .main .news .top .imgBox {
            width: 62.5%;
            float: left;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }

            .main .news .top .imgBox ul {
                height: 100%;
            }

                .main .news .top .imgBox ul li {
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                }

                    .main .news .top .imgBox ul li a {
                        width: 100%;
                        display: block;
                        height: 100%;
                        text-align: center;
                    }

                        .main .news .top .imgBox ul li a img {
                            min-height: 100%;
                            width: auto !important;
                        }

        .main .news .top .list {
            width: 37.5%;
            float: right;
            background-color: #f5f5f5;
            position: relative;
            z-index: 5;
        }

            .main .news .top .list ul li {
                width: 100%;
                height: auto;
                box-sizing: border-box;
                padding: 22px 40px;
                position: relative;
                cursor: pointer;
            }

                .main .news .top .list ul li:after {
                    width: 100%;
                    height: 1px;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    background-color: #ccc;
                    content: '';
                }

                .main .news .top .list ul li:before {
                    width: 17px;
                    height: 33px;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: -17px;
                    background-size: cover;
                    background-image: url("../images/news_icon1.png");
                    content: '';
                    display: none;
                }

                .main .news .top .list ul li:last-child:after {
                    display: none;
                }

                .main .news .top .list ul li a {
                    font-size: 16px;
                    line-height: 24px;
                    color: #333;
                    display: block;
                    height: 24px;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .main .news .top .list ul li .t {
                    font-size: 14px;
                    line-height: 24px;
                    color: #666;
                    margin-top: 8px;
                }

                    .main .news .top .list ul li .t em {
                        margin: 0 8px 0 13px;
                    }

                .main .news .top .list ul li.on {
                    background-color: #99242c;
                }

                    .main .news .top .list ul li.on:before {
                        display: block;
                    }

                    .main .news .top .list ul li.on:after {
                        display: none;
                    }

                    .main .news .top .list ul li.on a {
                        color: #fff;
                    }

                    .main .news .top .list ul li.on .t {
                        color: #fff;
                    }

    .main .news .content {
        margin: 40px auto 0;
    }

        .main .news .content .conLeft {
            width: 62.5%;
            float: left;
        }

            .main .news .content .conLeft ul li {
                padding-bottom: 20px;
                margin-bottom: 20px;
                border-bottom: 1px solid #ccc;
            }

                .main .news .content .conLeft ul li:last-child {
                    border-bottom: none;
                    margin-bottom: 0;
                }

                .main .news .content .conLeft ul li a {
                    width: 100%;
                    height: auto;
                    display: block;
                }

                    .main .news .content .conLeft ul li a .pic {
                        width: 258px;
                        height: auto;
                        float: left;
                        overflow: hidden;
                    }

                        .main .news .content .conLeft ul li a .pic img {
                            transition: all 1.5s;
                        }

                    .main .news .content .conLeft ul li a .con {
                        width: calc(100% - 285px);
                        float: right;
                        padding-top: 4px;
                    }

                        .main .news .content .conLeft ul li a .con .tits {
                            font-size: 16px;
                            line-height: 20px;
                            color: #333;
                            height: 20px;
                            display: -webkit-box;
                            -webkit-line-clamp: 1;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                        .main .news .content .conLeft ul li a .con .tit {
                            font-size: 14px;
                            line-height: 24px;
                            height: 72px;
                            color: #808080;
                            display: -webkit-box;
                            -webkit-line-clamp: 3;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            margin-top: 14px;
                        }

                        .main .news .content .conLeft ul li a .con .time {
                            font-size: 14px;
                            line-height: 20px;
                            color: #999;
                            margin-top: 20px;
                        }

@media (min-width: 1024px) {
    .main .news .content .conLeft ul li:hover a .pic img {
        transform: scale(1.1);
    }

    .main .news .content .conLeft ul li:hover a .con .tits {
        color: #014479;
    }
}

.main .news .content .conLeft .more {
    width: 100%;
    height: auto;
    border: 1px solid #9a9a9a;
    font-size: 14px;
    line-height: 48px;
    color: #666;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.main .news .content .conRight {
    width: 32%;
    float: right;
    padding-top: -4px;
}

    .main .news .content .conRight .item .title {
        font-size: 18px;
        line-height: 20px;
        color: #666;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-bottom: 19px;
    }

        .main .news .content .conRight .item .title:after {
            width: 31px;
            height: 4px;
            background: #99242c;
            position: absolute;
            left: 0;
            bottom: -1px;
            content: '';
        }

    .main .news .content .conRight .item ul {
        margin-top: 20px;
    }

        .main .news .content .conRight .item ul li {
            margin-bottom: 20px;
        }

            .main .news .content .conRight .item ul li a {
                width: 100%;
                height: auto;
                display: block;
            }

                .main .news .content .conRight .item ul li a .pic {
                    width: 135px;
                    float: left;
                    position: relative;
                    overflow: hidden;
                }

                    .main .news .content .conRight .item ul li a .pic img {
                        transition: all 1.5s;
                    }

                    .main .news .content .conRight .item ul li a .pic .icon {
                        width: 24px;
                        height: 14px;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-image: url("../images/news_icon2.png");
                        position: absolute;
                        top: 6px;
                        left: 6px;
                    }

                .main .news .content .conRight .item ul li a .con {
                    width: calc(100% - 150px);
                    float: right;
                }

                    .main .news .content .conRight .item ul li a .con .tits {
                        font-size: 14px;
                        line-height: 26px;
                        color: #333;
                        height: 52px;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    .main .news .content .conRight .item ul li a .con .time {
                        font-size: 14px;
                        line-height: 16px;
                        color: #999;
                        margin-top: 22px;
                    }

@media (min-width: 1024px) {
    .main .news .content .conRight .item ul li:hover a .pic img {
        transform: scale(1.1);
    }

    .main .news .content .conRight .item ul li:hover a .con .tits {
        color: #014479;
    }
}

.main .news .content .conRight .item1 {
    margin-top: 35px;
}

    .main .news .content .conRight .item1 .title {
        font-size: 18px;
        line-height: 20px;
        color: #666;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-bottom: 19px;
    }

        .main .news .content .conRight .item1 .title:after {
            width: 31px;
            height: 4px;
            background: #99242c;
            position: absolute;
            left: 0;
            bottom: -1px;
            content: '';
        }

    .main .news .content .conRight .item1 ul {
        margin-top: 20px;
    }

        .main .news .content .conRight .item1 ul li {
            border-bottom: 1px dashed #ccc;
        }

            .main .news .content .conRight .item1 ul li a {
                width: 100%;
                display: block;
                height: auto;
                position: relative;
                padding: 14px 0 15px;
            }

                .main .news .content .conRight .item1 ul li a span {
                    width: 30px;
                    height: 30px;
                    background-color: #9a9a9a;
                    float: left;
                    text-align: center;
                    font-size: 14px;
                    line-height: 30px;
                    color: #fff;
                    font-family: Arial;
                }

                .main .news .content .conRight .item1 ul li a .t {
                    font-size: 14px;
                    line-height: 18px;
                    max-height: 36px;
                    width: calc(100% - 49px);
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    color: #333;
                }

            .main .news .content .conRight .item1 ul li:last-child {
                border-bottom: none;
            }

            .main .news .content .conRight .item1 ul li:nth-child(1) a span, .main .news .content .conRight .item1 ul li:nth-child(2) a span, .main .news .content .conRight .item1 ul li:nth-child(3) a span {
                background-color: #99242c;
            }

@media (min-width: 1024px) {
    .main .news .content .conRight .item1 ul li:hover a .t {
        color: #99242c;
    }
}

.main .videoCenter {
    margin-top: 50px;
    padding-bottom: 5.2%;
}

    .main .videoCenter .tabs {
        width: 100%;
        text-align: center;
        font-size: 0;
    }

        .main .videoCenter .tabs a {
            width: 140px;
            height: 40px;
            font-size: 14px;
            line-height: 40px;
            color: #666;
            border: 1px solid #ccc;
            margin: 0 15px;
            display: inline-block;
            text-align: center;
            box-sizing: border-box;
        }

            .main .videoCenter .tabs a.on {
                background-color: #99242c;
                border-color: #99242c;
                color: #fff;
            }

    .main .videoCenter .list {
        margin-top: 50px;
    }

        .main .videoCenter .list ul {
            padding-bottom: 40px;
			display:flex;
			flex-wrap:wrap;
        }

            .main .videoCenter .list ul li {
                width: 31.25%;
                margin-right: 3.125%;
                margin-bottom: 3.125%;
                background-color: #f2f2f2;
                cursor: pointer;
            }

                .main .videoCenter .list ul li:nth-child(3n) {
                    margin-right: 0;
                }

                .main .videoCenter .list ul li .pic {
                    width: 100%;
                    height: auto;
                    position: relative;
                    overflow: hidden;
                }

                    .main .videoCenter .list ul li .pic img {
                        transition: all 1.5s;
                    }

                    .main .videoCenter .list ul li .pic .icon {
                        width: 24px;
                        height: 14px;
                        position: absolute;
                        top: 11px;
                        left: 11px;
                        background-size: cover;
                        background-image: url("../images/news_icon2.png");
                    }

                    .main .videoCenter .list ul li .pic .time {
                        font-size: 14px;
                        line-height: 16px;
                        color: #fff;
                        position: absolute;
                        top: 13px;
                        right: 11px;
                    }

                .main .videoCenter .list ul li .tits {
                    padding-left: 22px;
                    padding-right: 14px;
                    font-size: 14px;
                    line-height: 56px;
                    color: #333;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

.main .vvvv {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

    .main .vvvv .bgz {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .main .vvvv .videoBox {
        width: 1100px;
        height: 620px;
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #000;
    }

        .main .vvvv .videoBox video {
            width: 100%;
            height: 100%;
        }

.main .click-close {
    width: 40px;
    height: 40px;
    background: #fff url("../images/close15.png") center no-repeat;
    position: absolute;
    background-size: 16px;
    top: -20px;
    right: -20px;
    z-index: 20000000;
    border-radius: 100%;
    cursor: pointer;
}

@media (max-width: 1366px) {
    .main .vvvv .videoBox {
        width: 900px;
        height: 480px;
    }
}

@media (max-width: 1024px) {
    .main .click-close {
        top: auto;
        right: auto;
        left: 50%;
        margin-left: -20px;
        bottom: 15%;
    }

    .main .vvvv .videoBox {
        width: 100%;
        height: 100%;
    }
}

.main .notice {
    margin-top: 30px;
    padding-bottom: 5.2%;
}

    .main .notice ul {
        padding-bottom: 80px;
    }

        .main .notice ul li {
            border-bottom: 1px dashed #ccc;
            font-size: 14px;
            line-height: 53px;
            color: #999;
        }

            .main .notice ul li a {
                max-width: calc(100% - 100px);
                color: #666;
                padding-left: 22px;
                display: inline-block;
                position: relative;
            }

                .main .notice ul li a:after {
                    width: 4px;
                    height: 4px;
                    background-color: #99242c;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -2px;
                    content: '';
                }

            .main .notice ul li .time {
                float: right;
            }

.main .newsInfo {
    margin-top: 40px;
    padding-bottom: 4.2%;
}

    .main .newsInfo .conLeft {
        width: 62.5%;
        float: left;
    }

        .main .newsInfo .conLeft .title {
            text-align: center;
        }

            .main .newsInfo .conLeft .title .tits {
                font-size: 24px;
                font-weight: bold;
                line-height: 34px;
                color: #555555;
            }

            .main .newsInfo .conLeft .title .tit {
                font-size: 14px;
                line-height: 16px;
                color: #b5b5b6;
                margin-top: 13px;
            }

        .main .newsInfo .conLeft .con {
            margin-top: 28px;
            font-size: 14px;
            line-height: 31px;
            color: #3e3a39;
        }

            .main .newsInfo .conLeft .con img {
                max-width: 100%;
                height: auto !important;
                display: block;
                margin: 0 auto;
            }

        .main .newsInfo .conLeft .paging {
            margin-top: 50px;
        }

            .main .newsInfo .conLeft .paging .left {
                float: left;
            }

                .main .newsInfo .conLeft .paging .left p a {
                    font-size: 14px;
                    line-height: 28px;
                    color: #898989;
                }

                    .main .newsInfo .conLeft .paging .left p a:hover {
                        color: #005183;
                    }

            .main .newsInfo .conLeft .paging .share {
                float: right;
                font-size: 14px;
                color: #999;
                line-height: 24px;
                padding-top: 27px;
            }

                .main .newsInfo .conLeft .paging .share span {
                    float: left;
                }

                .main .newsInfo .conLeft .paging .share .bshare-custom {
                    float: left;
                }

                    .main .newsInfo .conLeft .paging .share .bshare-custom a {
                        width: 24px;
                        height: 24px;
                        margin-left: 5px;
                        margin-right: 0 !important;
                        float: left;
                        display: block;
                        background-image: url("../images/icons_0_24.png");
                        background-size: 100%;
                        padding-left: 0 !important;
                    }

                        .main .newsInfo .conLeft .paging .share .bshare-custom a.bshare-weixin {
                            background-position: 0 -1612px;
                        }

                        .main .newsInfo .conLeft .paging .share .bshare-custom a.bshare-sinaminiblog {
                            background-position: 0 -104px;
                        }

                        .main .newsInfo .conLeft .paging .share .bshare-custom a.bshare-qzone {
                            background-position: 0 -52px;
                        }

                        .main .newsInfo .conLeft .paging .share .bshare-custom a.bshare-facebook {
                            background-position: 0 -1352px;
                        }

                        .main .newsInfo .conLeft .paging .share .bshare-custom a.bshare-printer {
                            background-position: 0 -2392px;
                        }

    .main .newsInfo .conRight {
        width: 32%;
        float: right;
        padding-top: -4px;
    }

        .main .newsInfo .conRight .item2 {
            margin-bottom: 13px;
        }

            .main .newsInfo .conRight .item2 .title {
                font-size: 18px;
                line-height: 20px;
                color: #666;
                border-bottom: 1px solid #ccc;
                position: relative;
                padding-bottom: 19px;
            }

                .main .newsInfo .conRight .item2 .title:after {
                    width: 31px;
                    height: 4px;
                    background: #99242c;
                    position: absolute;
                    left: 0;
                    bottom: -1px;
                    content: '';
                }

            .main .newsInfo .conRight .item2 ul {
                margin-top: 25px;
            }

                .main .newsInfo .conRight .item2 ul li {
                    width: 33.33%;
                    float: left;
                    margin-bottom: 34px;
                }

                    .main .newsInfo .conRight .item2 ul li a {
                        width: 100%;
                        height: auto;
                        display: block;
                    }

                        .main .newsInfo .conRight .item2 ul li a .icon {
                            width: 48px;
                            height: 48px;
                            background-position: center;
                            background-repeat: no-repeat;
                            background-size: cover;
                            margin: 0 auto;
                        }

                            .main .newsInfo .conRight .item2 ul li a .icon.ic1 {
                                background-image: url("../images/x1.png");
                            }

                            .main .newsInfo .conRight .item2 ul li a .icon.ic2 {
                                background-image: url("../images/x2.png");
                            }

                            .main .newsInfo .conRight .item2 ul li a .icon.ic3 {
                                background-image: url("../images/x3.png");
                            }

                            .main .newsInfo .conRight .item2 ul li a .icon.ic4 {
                                background-image: url("../images/x4.png");
                            }

                            .main .newsInfo .conRight .item2 ul li a .icon.ic5 {
                                background-image: url("../images/x5.png");
                            }

                            .main .newsInfo .conRight .item2 ul li a .icon.ic6 {
                                background-image: url("../images/x6.png");
                            }

                        .main .newsInfo .conRight .item2 ul li a p {
                            text-align: center;
                            font-size: 14px;
                            line-height: 16px;
                            color: #898989;
                            margin-top: 14px;
                        }

@media (min-width: 1024px) {
    .main .newsInfo .conRight .item2 ul li:hover a .icon.ic1 {
        background-image: url("../images/x1_h.png");
    }

    .main .newsInfo .conRight .item2 ul li:hover a .icon.ic2 {
        background-image: url("../images/x2_h.png");
    }

    .main .newsInfo .conRight .item2 ul li:hover a .icon.ic3 {
        background-image: url("../images/x3_h.png");
    }

    .main .newsInfo .conRight .item2 ul li:hover a .icon.ic4 {
        background-image: url("../images/x4_h.png");
    }

    .main .newsInfo .conRight .item2 ul li:hover a .icon.ic5 {
        background-image: url("../images/x5_h.png");
    }

    .main .newsInfo .conRight .item2 ul li:hover a .icon.ic6 {
        background-image: url("../images/x6_h.png");
    }

    .main .newsInfo .conRight .item2 ul li:hover a p {
        color: #005183;
    }
}

.main .newsInfo .conRight .item .title {
    font-size: 18px;
    line-height: 20px;
    color: #666;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 19px;
}

    .main .newsInfo .conRight .item .title:after {
        width: 31px;
        height: 4px;
        background: #99242c;
        position: absolute;
        left: 0;
        bottom: -1px;
        content: '';
    }

.main .newsInfo .conRight .item ul {
    margin-top: 20px;
}

    .main .newsInfo .conRight .item ul li {
        margin-bottom: 20px;
    }

        .main .newsInfo .conRight .item ul li a {
            width: 100%;
            height: auto;
            display: block;
        }

            .main .newsInfo .conRight .item ul li a .pic {
                width: 135px;
                float: left;
                position: relative;
                overflow: hidden;
            }

                .main .newsInfo .conRight .item ul li a .pic img {
                    transition: all 1.5s;
                }

                .main .newsInfo .conRight .item ul li a .pic .icon {
                    width: 24px;
                    height: 14px;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-image: url("../images/news_icon2.png");
                    position: absolute;
                    top: 6px;
                    left: 6px;
                }

            .main .newsInfo .conRight .item ul li a .con {
                width: calc(100% - 150px);
                float: right;
            }

                .main .newsInfo .conRight .item ul li a .con .tits {
                    font-size: 14px;
                    line-height: 26px;
                    color: #333;
                    height: 52px;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .main .newsInfo .conRight .item ul li a .con .time {
                    font-size: 14px;
                    line-height: 16px;
                    color: #999;
                    margin-top: 22px;
                }

@media (min-width: 1024px) {
    .main .newsInfo .conRight .item ul li:hover a .pic img {
        transform: scale(1.1);
    }

    .main .newsInfo .conRight .item ul li:hover a .con .tits {
        color: #014479;
    }
}

.main .newsInfo .conRight .item1 {
    margin-top: 35px;
}

    .main .newsInfo .conRight .item1 .title {
        font-size: 18px;
        line-height: 20px;
        color: #666;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-bottom: 19px;
    }

        .main .newsInfo .conRight .item1 .title:after {
            width: 31px;
            height: 4px;
            background: #99242c;
            position: absolute;
            left: 0;
            bottom: -1px;
            content: '';
        }

    .main .newsInfo .conRight .item1 ul {
        margin-top: 20px;
    }

        .main .newsInfo .conRight .item1 ul li {
            border-bottom: 1px dashed #ccc;
        }

            .main .newsInfo .conRight .item1 ul li a {
                width: 100%;
                display: block;
                height: auto;
                position: relative;
                padding: 14px 0 15px;
            }

                .main .newsInfo .conRight .item1 ul li a span {
                    width: 30px;
                    height: 30px;
                    background-color: #9a9a9a;
                    float: left;
                    text-align: center;
                    font-size: 14px;
                    line-height: 30px;
                    color: #fff;
                    font-family: Arial;
                }

                .main .newsInfo .conRight .item1 ul li a .t {
                    font-size: 14px;
                    line-height: 18px;
                    max-height: 36px;
                    width: calc(100% - 49px);
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    color: #333;
                }

            .main .newsInfo .conRight .item1 ul li:last-child {
                border-bottom: none;
            }

            .main .newsInfo .conRight .item1 ul li:nth-child(1) a span, .main .newsInfo .conRight .item1 ul li:nth-child(2) a span, .main .newsInfo .conRight .item1 ul li:nth-child(3) a span {
                background-color: #99242c;
            }

@media (min-width: 1024px) {
    .main .newsInfo .conRight .item1 ul li:hover a .t {
        color: #99242c;
    }
}

.main .research {
    margin-top: 30px;
    padding-bottom: 70px;
}

    .main .research .top {
        position: relative;
        width: 100%;
    }

        .main .research .top .topLeft {
            width: 66%;
            float: left;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            overflow: hidden;
        }

            .main .research .top .topLeft a {
                width: 100%;
                height: 100%;
                display: block;
                position: relative;
                overflow: hidden;
            }

                .main .research .top .topLeft a img {
                    min-height: 100%;
                    width: auto !important;
                    transition: all 1.5s;
                }

                .main .research .top .topLeft a .bg {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background-size: 100%;
                    background-position: center bottom;
                    background-image: url("../images/research_bg.png");
                    background-repeat: no-repeat;
                }

                .main .research .top .topLeft a .tits {
                    padding: 0 30px;
                    font-size: 20px;
                    line-height: 26px;
                    color: #fff;
                    font-weight: bold;
                    height: 26px;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    position: absolute;
                    left: 0;
                    bottom: 37px;
                }

@media (min-width: 1024px) {
    .main .research .top .topLeft:hover img {
        transform: scale(1.1);
    }
}

.main .research .top .item {
    float: right;
    margin-right: 0;
}

.main .research .item {
    width: 32%;
    background-color: #f7f7f7;
}

    .main .research .item a {
        width: 100%;
        height: auto;
        display: block;
        padding-bottom: 28px;
    }

        .main .research .item a .pic {
            overflow: hidden;
        }

            .main .research .item a .pic img {
                transition: all 1.5s;
            }

        .main .research .item a .con {
            width: calc(100% - 50px);
            margin: 20px auto 0;
        }

            .main .research .item a .con .time {
                font-size: 14px;
                line-height: 16px;
                color: #666;
                font-weight: bold;
                font-family: Arial;
            }

            .main .research .item a .con .tits {
                font-size: 18px;
                line-height: 20px;
                color: #333;
                font-weight: bold;
                height: 20px;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-top: 24px;
            }

            .main .research .item a .con .tit {
                font-size: 14px;
                line-height: 30px;
                color: #666;
                height: 60px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-top: 10px;
            }

            .main .research .item a .con .more {
                width: 107px;
                height: 30px;
                border-radius: 15px;
                border: 1px solid #cdcdcd;
                font-size: 12px;
                line-height: 30px;
                color: #999;
                font-family: Arial;
                text-align: center;
                margin-top: 25px;
            }

@media (min-width: 1024px) {
    .main .research .item:hover a .pic img {
        transform: scale(1.1);
    }

    .main .research .item:hover a .con .tits {
        color: #99242c;
    }

    .main .research .item:hover a .con .more {
        background-color: #99242c;
        color: #fff;
        border-color: #99242c;
    }
}

.main .research .list {
    width: 100%;
    height: auto;
    margin-top: 26px;
}

    .main .research .list .listNew {
        padding-bottom: 22px;
    }

        .main .research .list .listNew .item {
            margin-right: 2%;
            margin-bottom: 2%;
            float: left;
        }

            .main .research .list .listNew .item:nth-child(3n) {
                margin-right: 0;
            }

    .main .research .list .moreClick {
        width: 240px;
        height: 50px;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        line-height: 52px;
        color: #666;
        display: block;
        margin: 0 auto;
        border: 1px solid #ccc;
        border-radius: 25px;
    }

@media (min-width: 1024px) {
    .main .research .list .moreClick:hover {
        background-color: #99242c;
        color: #fff;
        border-color: #99242c;
    }
}

.main .contact {
    margin-top: 40px;
    padding-bottom: 5.2%;
}

    .main .contact .title {
        width: 100%;
        text-align: center;
        position: relative;
    }

        .main .contact .title img {
            display: block;
            margin: 0 auto;
        }

        .main .contact .title .t {
            width: 100%;
            height: auto;
            font-size: 40px;
            line-height: 42px;
            color: #555;
            position: absolute;
            top: 32px;
            left: 0;
        }

    .main .contact .tabs {
        width: 100%;
        height: auto;
        background-color: #f5f5f5;
        margin-top: 32px;
    }

        .main .contact .tabs .w1280 {
            text-align: center;
            font-size: 0;
        }

            .main .contact .tabs .w1280 a {
                font-size: 14px;
                line-height: 98px;
                display: inline-block;
                background-repeat: no-repeat;
                color: #333;
                margin: 0 11.7%;
            }

                .main .contact .tabs .w1280 a.t1 {
                    padding-left: 69px;
                    background-position: left center;
                    background-image: url("../images/contact_icon1.png");
                }

                .main .contact .tabs .w1280 a.t2 {
                    padding-right: 61px;
                    background-position: right center;
                    background-image: url("../images/contact_icon2.png");
                }

                .main .contact .tabs .w1280 a.on {
                    font-weight: bold;
                    color: #99242c;
                }

                    .main .contact .tabs .w1280 a.on.t1 {
                        background-image: url("../images/contact_icon1_h.png");
                    }

                    .main .contact .tabs .w1280 a.on.t2 {
                        background-image: url("../images/contact_icon2_h.png");
                    }

    .main .contact .itemBox {
        margin: 40px auto 0;
    }

        .main .contact .itemBox .item .tab {
            width: 100%;
        }

            .main .contact .itemBox .item .tab a {
                height: 40px;
                box-sizing: border-box;
                font-size: 14px;
                line-height: 40px;
                border: 1px solid #ccc;
                padding: 0 26px;
                float: left;
                display: block;
                color: #666;
                margin-right: 30px;
            }

                .main .contact .itemBox .item .tab a:last-child {
                    margin-right: 0;
                }

                .main .contact .itemBox .item .tab a.on {
                    background-color: #99242c;
                    color: #fff;
                    border-color: #99242c;
                }

@media (min-width: 1024px) {
    .main .contact .itemBox .item .tab a:hover {
        background-color: #99242c;
        color: #fff;
        border-color: #99242c;
    }
}

.main .contact .itemBox .item .list {
    margin-top: 40px;
}

    .main .contact .itemBox .item .list ul li {
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 45px 70px 65px;
        display: none;
    }

        .main .contact .itemBox .item .list ul li .tits {
            font-size: 18px;
            line-height: 28px;
            color: #303030;
            margin-bottom: 26px;
        }

        .main .contact .itemBox .item .list ul li .tit {
            font-size: 14px;
            line-height: 30px;
            color: #424242;
            margin-bottom: 30px;
        }

            .main .contact .itemBox .item .list ul li .tit.tit1 {
                color: #99242c;
                margin-bottom: 0;
            }

.main .traffic {
    margin-top: 55px;
    padding-bottom: 60px;
}

    .main .traffic .map {
        width: 100%;
        height: 500px;
        background-color: #999;
        overflow: hidden !important;
        z-index: 25 !important;
    }

    .main .traffic .content {
        margin-top: 60px;
    }

        .main .traffic .content .tabs {
            width: 100%;
            text-align: center;
            font-size: 0;
        }

            .main .traffic .content .tabs a {
                width: 200px;
                height: 40px;
                border: 1px solid #ccc;
                text-align: center;
                display: inline-block;
                font-size: 14px;
                line-height: 40px;
                color: #666;
                margin: 0 20px;
                box-sizing: border-box;
            }

                .main .traffic .content .tabs a.on {
                    background-color: #99242c;
                    color: #fff;
                    border-color: #99242c;
                }

        .main .traffic .content .itemBox {
            margin-top: 34px;
        }

            .main .traffic .content .itemBox .item {
                font-size: 14px;
                line-height: 24px;
                color: #666;
                display: none;
            }

                .main .traffic .content .itemBox .item .t {
                    margin-bottom: 26px;
                }

                    .main .traffic .content .itemBox .item .t span {
                        color: #99242c;
                    }

.main .anchorBL {
    display: none !important;
}

.main .BMapLabel {
    width: 420px !important;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: -200px !important;
    top: -220px !important;
    border: none !important;
    padding: 46px 30px 45px !important;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

    .main .BMapLabel:after {
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 15px solid rgba(255, 255, 255, 0.9);
        position: absolute;
        bottom: -15px;
        content: '';
        left: 50%;
        margin-left: -5px;
    }

    .main .BMapLabel .tits {
        font-size: 16px;
        line-height: 20px;
        color: #99242c;
        font-weight: bold;
        text-align: center;
    }

    .main .BMapLabel .tit {
        font-size: 14px;
        line-height: 30px;
        color: #666;
        margin-top: 28px;
    }

.main .layout {
    padding-top: 40px;
    padding-bottom: 72px;
}

    .main .layout .title {
        text-align: center;
        margin-bottom: 40px;
    }

        .main .layout .title .t {
            font-size: 24px;
            line-height: 30px;
            color: #333;
        }

        .main .layout .title .t1 {
            font-size: 14px;
            line-height: 30px;
            color: #666;
            font-family: Arial;
        }

    .main .layout img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto !important;
    }

.main .mailbox {
    margin-top: 70px;
    padding-bottom: 5.2%;
}

    .main .mailbox .tableBox .t {
        width: 49%;
    }

        .main .mailbox .tableBox .t:nth-child(3n) {
            margin-right: 2%;
        }

        .main .mailbox .tableBox .t:nth-child(2n) {
            margin-right: 0;
        }

    .main .mailbox .tableBox .t2 {
        margin-top: 40px;
    }

        .main .mailbox .tableBox .t2 .submit {
            width: 100%;
        }

.main .registration {
    padding-top: 68px;
    padding-bottom: 5.2%;
}

    .main .registration .title {
        text-align: center;
    }

        .main .registration .title .t {
            font-size: 24px;
            line-height: 26px;
            font-weight: bold;
            color: #333;
        }

        .main .registration .title .t1 {
            font-size: 14px;
            line-height: 16px;
            color: #999;
            margin-top: 18px;
        }

    .main .registration .tableBox {
        margin: 58px auto 0;
    }

        .main .registration .tableBox .t2 {
            margin-top: 40px;
        }

.main .WeChat {
    padding-top: 48px;
}

    .main .WeChat .box1 {
        width: 980px;
        margin: 0 auto;
        max-width: 92%;
        padding-bottom: 76px;
    }

        .main .WeChat .box1 .title {
            text-align: center;
            font-size: 24px;
            line-height: 26px;
            color: #333;
        }

        .main .WeChat .box1 .con {
            margin-top: 60px;
        }

            .main .WeChat .box1 .con .ewm {
                width: 20.4%;
                margin-left: 4.1%;
                float: left;
                border: 1px solid #ccc;
            }

            .main .WeChat .box1 .con .conNew {
                font-size: 14px;
                line-height: 30px;
                color: #666;
                float: left;
                padding-left: 15px;
                margin-left: 5.4%;
            }

                .main .WeChat .box1 .con .conNew span {
                    font-size: 24px;
                    color: #99242c;
                    font-family: Arial;
                }

                .main .WeChat .box1 .con .conNew.t {
                    float: none;
                    margin-left: 0;
                }

            .main .WeChat .box1 .con .tit {
                margin-top: 42px;
                margin-left: 15px;
            }

                .main .WeChat .box1 .con .tit .tt {
                    float: left;
                    border: 1px solid #ccc;
                    padding: 0 32px;
                    font-size: 14px;
                    line-height: 50px;
                    box-sizing: border-box;
                    color: #666;
                }

                .main .WeChat .box1 .con .tit span {
                    width: 60px;
                    float: left;
                    height: 50px;
                    display: block;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-image: url("../images/order_icon.png");
                }

        .main .WeChat .box1 .con1 {
            margin-top: 77px;
        }

            .main .WeChat .box1 .con1 .tits {
                text-align: center;
                font-size: 18px;
                line-height: 20px;
                color: #99242c;
            }

            .main .WeChat .box1 .con1 .pic {
                width: 100%;
                height: auto;
                margin-top: 40px;
            }

    .main .WeChat .box2 {
        background-color: #f5f5f5;
        padding-top: 50px;
        padding-bottom: 5.2%;
    }

        .main .WeChat .box2 .boxNew {
            width: 980px;
            margin: 0 auto;
            max-width: 92%;
        }

            .main .WeChat .box2 .boxNew .tits {
                text-align: center;
                font-size: 18px;
                line-height: 20px;
                color: #99242c;
            }

            .main .WeChat .box2 .boxNew .tit {
                font-size: 14px;
                line-height: 30px;
                color: #666;
                padding-left: 15px;
                margin-top: 32px;
            }

.main .process {
    padding-top: 56px;
    padding-bottom: 5.2%;
}

    .main .process .title {
        text-align: center;
        font-size: 24px;
        line-height: 26px;
        color: #333;
        font-weight: bold;
    }

    .main .process .pic {
        width: 100%;
        margin-top: 48px;
    }

        .main .process .pic img {
            max-width: 100%;
            height: auto !important;
            display: block;
            margin: 0 auto;
        }

.main .doctorClinic {
    margin: 40px auto 0;
    padding-bottom: 5%;
}

    .main .doctorClinic .searchBox {
        width: 650px;
        height: auto;
        margin: 0 auto;
    }

        .main .doctorClinic .searchBox .text {
            width: 500px;
            box-sizing: border-box;
            height: 46px;
            font-size: 14px;
            line-height: 44px;
            color: #999;
            border: 1px solid #ccc;
            float: left;
            padding-left: 28px;
        }

            .main .doctorClinic .searchBox .text::-webkit-input-placeholder {
                color: #999;
            }

            .main .doctorClinic .searchBox .text:-moz-placeholder {
                color: #999;
            }

            .main .doctorClinic .searchBox .text:-ms-input-placeholder {
                color: #999;
            }

        .main .doctorClinic .searchBox .submit {
            width: 150px;
            height: 46px;
            text-align: center;
            background-color: #99242c;
            font-size: 14px;
            line-height: 46px;
            border: none;
            float: left;
            color: #fff;
        }

    .main .doctorClinic .top {
        font-size: 14px;
        line-height: 34px;
        border-bottom: 1px solid #ccc;
        color: #545454;
        margin-top: 30px;
    }

        .main .doctorClinic .top .t {
            float: left;
            margin-right: 100px;
        }

            .main .doctorClinic .top .t i {
                margin-right: 12px;
            }

            .main .doctorClinic .top .t span {
                margin-right: 40px;
            }

                .main .doctorClinic .top .t span:last-child {
                    margin-right: 0;
                }

        .main .doctorClinic .top .t1 {
            float: right;
        }

            .main .doctorClinic .top .t1 .tt {
                padding-left: 27px;
                background-position: left center;
                background-repeat: no-repeat;
                float: left;
                margin-right: 60px;
            }

                .main .doctorClinic .top .t1 .tt:last-child {
                    margin-right: 0;
                }

                .main .doctorClinic .top .t1 .tt.ttt1 {
                    background-image: url("../images/doctorclinic_icon1.png");
                }

                .main .doctorClinic .top .t1 .tt.ttt2 {
                    background-image: url("../images/doctorclinic_icon2.png");
                }

    .main .doctorClinic .tabs {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

        .main .doctorClinic .tabs a {
            float: left;
            padding: 0 30px;
            font-size: 14px;
            line-height: 50px;
            border: 1px solid #ccc;
            box-sizing: border-box;
            margin-right: 20px;
            color: #545454;
        }

            .main .doctorClinic .tabs a.on {
                background-color: #99242c;
                border-color: #99242c;
                color: #fff;
            }

@media (min-width: 1024px) {
    .main .doctorClinic .tabs a:hover {
        background-color: #99242c;
        border-color: #99242c;
        color: #fff;
    }
}

.main .doctorClinic .tableB {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

    .main .doctorClinic .tableB table {
        width: 100%;
    }

    .main .doctorClinic .tableB .table1 {
        border: none;
    }

        .main .doctorClinic .tableB .table1 tr th {
            background-color: #99242c;
            font-weight: normal;
            height: 64px;
            color: #fff;
            text-align: center;
            font-size: 16px;
            border-right: 1px solid #8baace;
            width: 11.2%;
        }

            .main .doctorClinic .tableB .table1 tr th:last-child {
                margin-right: 0;
            }

            .main .doctorClinic .tableB .table1 tr th:nth-child(1) {
                width: 13.6%;
            }

            .main .doctorClinic .tableB .table1 tr th:nth-child(2) {
                width: 8%;
            }

    .main .doctorClinic .tableB .tableList table {
        margin-top: -1px;
        width: 100%;
        height: auto;
        border: 1px solid #ccc;
        border-top: none;
        text-align: center;
        box-sizing: border-box;
    }

        .main .doctorClinic .tableB .tableList table tr {
            box-sizing: border-box;
        }

            .main .doctorClinic .tableB .tableList table tr td {
                width: 11.2%;
                border: 1px solid #ccc;
                color: #545454;
                font-size: 16px;
                line-height: 30px;
                min-height: 80px;
                padding: 15px 0;
                box-sizing: border-box;
            }

                .main .doctorClinic .tableB .tableList table tr td.tx {
                    width: 13.6%;
                    background-color: #e5ecf1;
                    color: #99242c;
                }

                .main .doctorClinic .tableB .tableList table tr td.tx1 {
                    width: 8%;
                }

                .main .doctorClinic .tableB .tableList table tr td .p {
                    width: 100%;
                    position: relative;
                    display: block;
                }

                    .main .doctorClinic .tableB .tableList table tr td .p a {
                        color: #545454;
                        position: relative;
                        display: inline-block;
                    }

                        .main .doctorClinic .tableB .tableList table tr td .p a:after {
                            left: -22px;
                            top: 0;
                            width: 14px;
                            height: 30px;
                            display: block;
                            position: absolute;
                            content: '';
                            background-position: left center;
                            background-repeat: no-repeat;
                        }

                        .main .doctorClinic .tableB .tableList table tr td .p a.t:after {
                            background-image: url("../images/doctorclinic_icon1.png");
                        }

                        .main .doctorClinic .tableB .tableList table tr td .p a.t1:after {
                            background-image: url("../images/doctorclinic_icon2.png");
                        }

                    .main .doctorClinic .tableB .tableList table tr td .p .box {
                        width: 465px;
                        position: absolute;
                        top: -41px;
                        left: calc(50% + 20px);
                        z-index: 10;
                        display: none;
                    }

                        .main .doctorClinic .tableB .tableList table tr td .p .box .boxNew {
                            width: 440px;
                            background-color: #fff;
                            height: 216px;
                            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
                            margin-left: 25px;
                            box-sizing: border-box;
                            padding: 30px 0 35px 25px;
                            position: relative;
                        }

                            .main .doctorClinic .tableB .tableList table tr td .p .box .boxNew .pic {
                                width: 120px;
                                float: left;
                            }

                            .main .doctorClinic .tableB .tableList table tr td .p .box .boxNew .tx {
                                width: 265px;
                                float: right;
                                margin-right: 10px;
                                text-align: left;
                            }

                                .main .doctorClinic .tableB .tableList table tr td .p .box .boxNew .tx .x1 {
                                    font-size: 20px;
                                    line-height: 20px;
                                    color: #333333;
                                }

                                .main .doctorClinic .tableB .tableList table tr td .p .box .boxNew .tx .x2 {
                                    font-size: 14px;
                                    line-height: 30px;
                                    color: #545454;
                                    height: 90px;
                                    display: -webkit-box;
                                    -webkit-line-clamp: 3;
                                    -webkit-box-orient: vertical;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    margin-top: 18px;
                                }

                                .main .doctorClinic .tableB .tableList table tr td .p .box .boxNew .tx .more {
                                    font-size: 12px;
                                    line-height: 14px;
                                    color: #999;
                                    display: inline-block;
                                    padding-right: 13px;
                                    background-position: right center;
                                    background-repeat: no-repeat;
                                    background-image: url("../images/home_icon.png");
                                    margin-top: 8px;
                                }

                            .main .doctorClinic .tableB .tableList table tr td .p .box .boxNew:before {
                                width: 0;
                                height: 0;
                                border-top: 10px solid transparent;
                                border-bottom: 10px solid transparent;
                                border-right: 18px solid #fff;
                                content: '';
                                position: absolute;
                                top: 47px;
                                left: -18px;
                                z-index: 5;
                            }

@media (min-width: 1024px) {
    .main .doctorClinic .tableB .tableList table tr td .p:hover .box {
        display: block;
    }
    .main .doctorClinic .box1 .list table tr td .p:hover .box {
        display: block;
    }
}

.main .doctorClinic .tableB .tableList table tr td:nth-child(6) .p .box, .main .doctorClinic .tableB .tableList table tr td:nth-child(7) .p .box, .main .doctorClinic .tableB .tableList table tr td:nth-child(8) .p .box, .main .doctorClinic .tableB .tableList table tr td:nth-child(9) .p .box {
    left: auto;
    right: calc(50% + 20px);
}

    .main .doctorClinic .tableB .tableList table tr td:nth-child(6) .p .box .boxNew, .main .doctorClinic .tableB .tableList table tr td:nth-child(7) .p .box .boxNew, .main .doctorClinic .tableB .tableList table tr td:nth-child(8) .p .box .boxNew, .main .doctorClinic .tableB .tableList table tr td:nth-child(9) .p .box .boxNew {
        margin-right: 25px;
        margin-left: 0;
    }

        .main .doctorClinic .tableB .tableList table tr td:nth-child(6) .p .box .boxNew:before, .main .doctorClinic .tableB .tableList table tr td:nth-child(7) .p .box .boxNew:before, .main .doctorClinic .tableB .tableList table tr td:nth-child(8) .p .box .boxNew:before, .main .doctorClinic .tableB .tableList table tr td:nth-child(9) .p .box .boxNew:before {
            left: auto;
            right: -18px;
            border-left: 18px solid #fff;
            border-right: 0 solid #fff;
        }

.main .doctorClinic .tableA {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

    .main .doctorClinic .tableA table {
        width: 100%;
    }

    .main .doctorClinic .tableA .table1 {
        border: none;
    }

        .main .doctorClinic .tableA .table1 tr th {
            background-color: #99242c;
            font-weight: normal;
            height: 64px;
            color: #fff;
            text-align: center;
            font-size: 16px;
            border-right: 1px solid #8baace;
        }

            .main .doctorClinic .tableA .table1 tr th:last-child {
                margin-right: 0;
            }

            .main .doctorClinic .tableA .table1 tr th.t1 {
                width: 12.5%;
            }

            .main .doctorClinic .tableA .table1 tr th.t2 {
                width: 12.5%;
            }

            .main .doctorClinic .tableA .table1 tr th.t3 {
                width: 46.5%;
            }

            .main .doctorClinic .tableA .table1 tr th.t4 {
                width: 28.5%;
            }

    .main .doctorClinic .tableA .table2 {
        width: 100%;
    }

        .main .doctorClinic .tableA .table2 tr {
            border: 1px solid #ccc;
            font-size: 14px;
            line-height: 24px;
            color: #666;
        }

            .main .doctorClinic .tableA .table2 tr td {
                border-right: 1px solid #ccc;
                padding: 50px 0;
            }

                .main .doctorClinic .tableA .table2 tr td:last-child {
                    border-right: none;
                }

                .main .doctorClinic .tableA .table2 tr td .tt {
                    width: calc(100% - 110px);
                    margin: 0 auto;
                    text-indent: 2em;
                }

                .main .doctorClinic .tableA .table2 tr td .con {
                    width: 270px;
                    margin: 0 auto;
                }

                    .main .doctorClinic .tableA .table2 tr td .con .pic {
                        width: 127px;
                        float: left;
                    }

                    .main .doctorClinic .tableA .table2 tr td .con .conRight {
                        width: 118px;
                        float: right;
                    }

                        .main .doctorClinic .tableA .table2 tr td .con .conRight .x1 {
                            font-weight: bold;
                            font-size: 14px;
                            line-height: 16px;
                            color: #666;
                        }

                        .main .doctorClinic .tableA .table2 tr td .con .conRight .x2 {
                            margin-top: 7px;
                            height: 72px;
                        }

                        .main .doctorClinic .tableA .table2 tr td .con .conRight a {
                            width: 95px;
                            height: 40px;
                            display: block;
                            border: 1px solid #165c8a;
                            text-align: center;
                            box-sizing: border-box;
                            margin-top: 8px;
                        }

                            .main .doctorClinic .tableA .table2 tr td .con .conRight a span {
                                font-size: 14px;
                                line-height: 38px;
                                color: #165c8a;
                                display: inline-block;
                                padding-left: 29px;
                                background-position: left center;
                                background-repeat: no-repeat;
                                background-image: url("../images/doctorclinic_icon3.png");
                            }

                                .main .doctorClinic .tableA .table2 tr td .con .conRight a span.s {
                                    background-image: url("../images/icon3.png");
                                }

                .main .doctorClinic .tableA .table2 tr td.t1 {
                    width: 12.5%;
                    text-align: center;
                    background-color: #edf2f6;
                    color: #99242c;
                }

                .main .doctorClinic .tableA .table2 tr td.t2 {
                    width: 12.5%;
                    text-align: center;
                }

                .main .doctorClinic .tableA .table2 tr td.t3 {
                    width: 46.5%;
                }

                    .main .doctorClinic .tableA .table2 tr td.t3 a {
                        margin-left: 55px;
                        width: 95px;
                        height: 40px;
                        border: 1px solid #005183;
                        font-size: 14px;
                        line-height: 38px;
                        color: #165c8a;
                        display: block;
                        text-align: center;
                        margin-top: 20px;
                    }

                        .main .doctorClinic .tableA .table2 tr td.t3 a:hover {
                            background-color: #005183;
                            color: #fff;
                            text-align: center;
                        }

                .main .doctorClinic .tableA .table2 tr td.t4 {
                    width: 28.5%;
                }

.main .doctorClinic .txt {
    font-size: 14px;
    line-height: 24px;
    color: #545454;
    margin-top: 10px;
}

.main .report {
    padding-top: 48px;
}

    .main .report .box1 {
        width: 1120px;
        margin: 0 auto;
        max-width: 92%;
        padding-bottom: 67px;
    }

        .main .report .box1 .title {
            text-align: center;
            font-size: 24px;
            line-height: 26px;
            color: #333;
        }

        .main .report .box1 .content {
            margin-top: 60px;
        }

            .main .report .box1 .content .con {
                width: 50%;
                float: left;
                font-size: 14px;
                line-height: 30px;
                color: #666;
            }

                .main .report .box1 .content .con .ewm {
                    width: 160px;
                    height: auto;
                    background-color: #fff;
                    border: 1px solid #ccc;
                    margin-top: 20px;
                }

            .main .report .box1 .content .conRight {
                width: 400px;
                float: right;
                margin-right: 36px;
            }

                .main .report .box1 .content .conRight .t {
                    width: 100%;
                    height: auto;
                    border: 1px solid #cdcdcd;
                    text-align: center;
                    font-size: 14px;
                    line-height: 30px;
                    color: #666;
                    box-sizing: border-box;
                    padding-top: 14px;
                    padding-bottom: 44px;
                }

                    .main .report .box1 .content .conRight .t.t1 {
                        text-align: left;
                        padding-left: 50px;
                    }

                .main .report .box1 .content .conRight .x {
                    width: 100%;
                    height: 50px;
                    background-image: url("../images/report_icon1.png");
                    background-position: center;
                    background-repeat: no-repeat;
                }

    .main .report .box2 {
        background-color: #f5f5f5;
        padding-top: 40px;
        padding-bottom: 70px;
    }

        .main .report .box2 .boxNew {
            width: 1120px;
            margin: 0 auto;
            max-width: 92%;
        }

            .main .report .box2 .boxNew .tits {
                font-size: 18px;
                line-height: 20px;
                color: #99242c;
            }

            .main .report .box2 .boxNew .tit {
                font-size: 14px;
                line-height: 30px;
                color: #666;
                margin-top: 30px;
            }

.main .expert {
    padding-bottom: 75px;
}

    .main .expert .tabsBox {
        height: auto;
        padding: 20px 45px 22px;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px rgba(94, 94, 94, 0.15);
        border-radius: 20px;
        margin: -80px auto 0;
    }

        .main .expert .tabsBox .item {
            width: 100%;
            border-bottom: 1px solid #ccc;
        }

            .main .expert .tabsBox .item:last-child {
                border-bottom: none;
            }

            .main .expert .tabsBox .item .tits {
                float: left;
                font-size: 18px;
                line-height: 60px;
                color: #333;
                font-weight: bold;
                padding: 0 11px;
            }

            .main .expert .tabsBox .item .itemRight {
                width: calc(100% - 114px);
                float: right;
                position: relative;
            }

                .main .expert .tabsBox .item .itemRight .tit {
                    width: calc(100% - 54px);
                }

                    .main .expert .tabsBox .item .itemRight .tit a {
                        padding: 0 16px;
                        font-size: 14px;
                        line-height: 28px;
                        border: 1px solid #ccc;
                        border-radius: 15px;
                        float: left;
                        color: #666;
                        margin-bottom: 10px;
                        margin-right: 20px;
                    }

                        .main .expert .tabsBox .item .itemRight .tit a:last-child {
                            margin-right: 0;
                        }

                        .main .expert .tabsBox .item .itemRight .tit a.on {
                            background-color: #005183 !important;
                            border-color: #005183 !important;
                            color: #fff !important;
                        }

@media (min-width: 1024px) {
    .main .expert .tabsBox .item .itemRight .tit a:hover {
        color: #005183;
        border-color: #005183;
    }
}

.main .expert .tabsBox .item .itemRight .tabs {
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #ececec;
}

    .main .expert .tabsBox .item .itemRight .tabs a {
        font-size: 18px;
        line-height: 60px;
        color: #333;
        float: left;
        margin-right: 50px;
        position: relative;
    }

        .main .expert .tabsBox .item .itemRight .tabs a:after {
            width: 100%;
            height: 3px;
            background-color: #005183;
            position: absolute;
            left: 0;
            bottom: 0;
            content: '';
            display: none;
        }

        .main .expert .tabsBox .item .itemRight .tabs a.on {
            color: #005183;
        }

            .main .expert .tabsBox .item .itemRight .tabs a.on:after {
                display: block;
            }

.main .expert .tabsBox .item .itemRight .titBox {
    padding-bottom: 35px;
    padding-top: 20px;
}

    .main .expert .tabsBox .item .itemRight .titBox .tit {
        display: none;
        width: 100%;
    }

.main .expert .tabsBox .item .itemRight .click {
    width: 54px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/expert_icon1.png");
}

    .main .expert .tabsBox .item .itemRight .click.on {
        transform: rotate(180deg);
    }

.main .expert .tabsBox .item.item1 .itemRight {
    padding-top: 20px;
    padding-bottom: 10px;
}

    .main .expert .tabsBox .item.item1 .itemRight .tit {
        height: 40px;
        overflow: hidden;
        transition: all 0.5s;
    }

        .main .expert .tabsBox .item.item1 .itemRight .tit.on {
            height: auto;
        }

.main .expert .box1 {
    margin: 35px auto 0;
}

    .main .expert .box1 .top .home {
        float: left;
    }

    .main .expert .box1 .top .selBox {
        margin-top: 5px;
        float: left;
        margin-left: 48px;
    }

        .main .expert .box1 .top .selBox a {
            float: left;
            padding: 0 16px;
            border-radius: 15px;
            border: 1px solid #005895;
            margin-right: 10px;
        }

            .main .expert .box1 .top .selBox a span {
                font-size: 14px;
                line-height: 28px;
                color: #005895;
                display: inline-block;
                padding-right: 20px;
                background-image: url("../images/expert_icon2.png");
                background-position: right center;
                background-repeat: no-repeat;
            }

    .main .expert .box1 .top .searchBox {
        float: right;
        width: 280px;
        border: 1px solid #dcdcdc;
        height: 40px;
        box-sizing: border-box;
        border-radius: 20px;
        position: relative;
    }

        .main .expert .box1 .top .searchBox .text {
            width: 100%;
            height: 38px;
            border: none;
            padding-left: 26px;
            box-sizing: border-box;
            font-size: 14px;
            line-height: 38px;
            color: #999;
            background: none;
            border-radius: 20px;
        }

            .main .expert .box1 .top .searchBox .text::-webkit-input-placeholder {
                color: #999;
            }

            .main .expert .box1 .top .searchBox .text:-moz-placeholder {
                color: #999;
            }

            .main .expert .box1 .top .searchBox .text:-ms-input-placeholder {
                color: #999;
            }

        .main .expert .box1 .top .searchBox .submit {
            width: 38px;
            height: 38px;
            position: absolute;
            top: 0;
            right: 5px;
            border: none;
            background: none;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url("../images/expert_icon3.png");
        }

    .main .expert .box1 .list {
        margin-top: 30px;
    }

        .main .expert .box1 .list ul li {
            width: 15%;
            float: left;
            margin-right: 2%;
            margin-bottom: 2%;
            background-color: #fafafa;
            position: relative;
        }

            .main .expert .box1 .list ul li:after {
                width: 0%;
                height: 4px;
                background-color: #0481bd;
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                transition: all 0.5s;
            }

            .main .expert .box1 .list ul li:nth-child(6n) {
                margin-right: 0;
            }

            .main .expert .box1 .list ul li a {
                width: 100%;
                height: auto;
                display: block;
                padding: 15px 15px 28px;
                box-sizing: border-box;
            }

                .main .expert .box1 .list ul li a .pic {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                }

                    .main .expert .box1 .list ul li a .pic img {
                        transition: all 1s;
                    }

                .main .expert .box1 .list ul li a .tits {
                    font-size: 16px;
                    line-height: 18px;
                    color: #333;
                    font-weight: bold;
                    margin-top: 20px;
                }

                    .main .expert .box1 .list ul li a .tits span {
                        font-size: 14px;
                        font-weight: normal;
                        margin-left: 10px;
                    }

                .main .expert .box1 .list ul li a .tit {
                    font-size: 14px;
                    line-height: 20px;
                    height: 40px;
                    color: #777;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-top: 9px;
                }

@media (min-width: 1024px) {
    .main .expert .box1 .list ul li:hover:after {
        width: 100%;
        left: 0;
    }

    .main .expert .box1 .list ul li:hover a .pic img {
        transform: scale(1.1);
    }

    .main .expert .box1 .list ul li:hover a .tits {
        color: #005183;
    }
}

@media (max-width: 1366px) {
    .main .expert .box1 .list ul li {
        width: 18.4%;
    }

        .main .expert .box1 .list ul li:nth-child(6n) {
            margin-right: 2%;
        }

        .main .expert .box1 .list ul li:nth-child(5n) {
            margin-right: 0;
        }
}

.main .expertInfo .box1 {
    margin-top: 40px;
    padding-bottom: 50px;
}

    .main .expertInfo .box1 .content .pic {
        width: 25%;
        float: left;
    }

    .main .expertInfo .box1 .content .con {
        width: 68.3%;
        float: right;
        padding-top: 16px;
    }

        .main .expertInfo .box1 .content .con .tits {
            font-size: 24px;
            line-height: 30px;
            color: #005183;
            font-weight: bold;
        }

        .main .expertInfo .box1 .content .con .tit {
            font-size: 14px;
            line-height: 30px;
            color: #666;
            margin-top: 9px;
        }

        .main .expertInfo .box1 .content .con .tit1 {
            font-size: 14px;
            line-height: 30px;
            color: #777;
            margin-top: 22px;
            height: 210px;
        }

            .main .expertInfo .box1 .content .con .tit1 .t span {
                width: 80px;
                float: left;
                display: block;
            }

            .main .expertInfo .box1 .content .con .tit1 .t i {
                width: calc(100% - 80px);
                float: left;
                display: block;
            }

        .main .expertInfo .box1 .content .con .tit2 a {
            width: 120px;
            height: 40px;
            border: 1px solid #005183;
            float: left;
            margin-right: 20px;
            box-sizing: border-box;
            display: block;
            text-align: center;
            font-size: 0;
        }

            .main .expertInfo .box1 .content .con .tit2 a span {
                padding-left: 30px;
                background-position: left center;
                background-repeat: no-repeat;
                font-size: 14px;
                line-height: 38px;
                color: #165c8a;
                display: inline-block;
            }

    .main .expertInfo .box1 .list {
        margin-top: 52px;
        position: relative;
    }

        .main .expertInfo .box1 .list ul li table {
            width: 100%;
            height: auto;
            border: 1px solid #ccc;
            box-sizing: border-box;
        }

            .main .expertInfo .box1 .list ul li table tr {
                border: 1px solid #ccc;
                text-align: center;
                box-sizing: border-box;
                font-size: 14px;
            }

                .main .expertInfo .box1 .list ul li table tr td {
                    height: 50px;
                    border: 1px solid #ccc;
                    box-sizing: border-box;
                    font-size: 12px;
                    color: #005183;
                    width: 11.6%;
                }

                    .main .expertInfo .box1 .list ul li table tr td.t {
                        font-size: 14px;
                        color: #777;
                        width: 9.4%;
                    }

                .main .expertInfo .box1 .list ul li table tr th {
                    border: 1px solid #ccc;
                    background-color: #005183;
                    color: #fff;
                    height: 50px;
                    box-sizing: border-box;
                    font-weight: bold;
                    font-weight: normal;
                }

        .main .expertInfo .box1 .list .a {
            width: 9.4%;
            height: 50px;
            display: block;
            position: absolute;
            top: 0;
            background-position: center;
            background-repeat: no-repeat;
            z-index: 10;
        }

            .main .expertInfo .box1 .list .a.prev {
                background-image: url("../images/expertinfo_prev.png");
                left: 0;
            }

            .main .expertInfo .box1 .list .a.next {
                background-image: url("../images/expertinfo_next.png");
                right: 0;
            }

.main .expertInfo .box2 {
    background-color: #f7f7f7;
    padding-top: 12px;
    padding-bottom: 47px;
}

    .main .expertInfo .box2 .conBox .title {
        font-size: 18px;
        line-height: 56px;
        color: #555;
        position: relative;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
    }

        .main .expertInfo .box2 .conBox .title:after {
            width: 40px;
            height: 5px;
            position: absolute;
            left: 0;
            bottom: -1px;
            content: '';
            background-color: #005183;
        }

    .main .expertInfo .box2 .conBox .con {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 30px;
        color: #777;
        margin-top: 21px;
        margin-bottom: 30px;
    }

        .main .expertInfo .box2 .conBox .con .pic {
            margin: 20px 0;
        }

            .main .expertInfo .box2 .conBox .con .pic .img {
                width: 49.2%;
                float: left;
            }

                .main .expertInfo .box2 .conBox .con .pic .img:nth-child(2n) {
                    float: right;
                }

.main .expertInfo .box4 {
    padding-top: 23px;
    padding-bottom: 40px;
}

    .main .expertInfo .box4 .list {
        margin-top: 30px;
    }

        .main .expertInfo .box4 .list ul li {
            width: 31.25%;
            float: left;
            margin-right: 3.125%;
        }

            .main .expertInfo .box4 .list ul li:last-child {
                margin-right: 0;
            }

            .main .expertInfo .box4 .list ul li a {
                width: 100%;
                height: auto;
                display: block;
            }

                .main .expertInfo .box4 .list ul li a .pic {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                }

                    .main .expertInfo .box4 .list ul li a .pic img {
                        transition: all 1.5s;
                    }

                .main .expertInfo .box4 .list ul li a .tits {
                    font-size: 15px;
                    line-height: 24px;
                    color: #333;
                    height: 24px;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-top: 20px;
                }

@media (min-width: 1024px) {
    .main .expertInfo .box4 .list ul li:hover a .pic img {
        transform: scale(1.1);
    }

    .main .expertInfo .box4 .list ul li:hover a .tits {
        color: #014479;
    }
}

.main .expertInfo .box4 .list .btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

    .main .expertInfo .box4 .list .btns .btnsNew {
        display: inline-block;
    }

        .main .expertInfo .box4 .list .btns .btnsNew .a {
            width: 30px;
            height: 30px;
            border-radius: 100%;
            border: 1px solid #ccc;
            box-sizing: border-box;
            float: left;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 7px;
        }

            .main .expertInfo .box4 .list .btns .btnsNew .a.prev {
                background-image: url("../images/prev1_h.png");
            }

            .main .expertInfo .box4 .list .btns .btnsNew .a.next {
                background-image: url("../images/next1_h.png");
            }

@media (min-width: 1024px) {
    .main .expertInfo .box4 .list .btns .btnsNew .a:hover {
        background-color: #99242c;
        border-color: #99242c;
    }

        .main .expertInfo .box4 .list .btns .btnsNew .a:hover.prev {
            background-image: url("../images/prev1_h1.png");
        }

        .main .expertInfo .box4 .list .btns .btnsNew .a:hover.next {
            background-image: url("../images/next1_h1.png");
        }
}

.main .expertInfo .box4 .list .btns .btnsNew .spanBox {
    float: left;
    margin: 10px 35px 0;
}

    .main .expertInfo .box4 .list .btns .btnsNew .spanBox span {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        display: block;
        float: left;
        background-color: #ccc;
        margin: 0 5px;
        opacity: 1;
    }

        .main .expertInfo .box4 .list .btns .btnsNew .spanBox span.swiper-pagination-bullet-active {
            width: 20px;
            background-color: #999;
        }

.main .expertInfo .paging {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    padding-bottom: 45px;
}

    .main .expertInfo .paging .left {
        float: left;
    }

        .main .expertInfo .paging .left p a {
            font-size: 16px;
            line-height: 30px;
            color: #555;
        }

            .main .expertInfo .paging .left p a:hover {
                color: #005183;
            }

    .main .expertInfo .paging .return {
        width: 150px;
        height: 48px;
        border: 1px solid #005183;
        text-align: center;
        font-size: 16px;
        line-height: 46px;
        color: #555;
        float: right;
        display: block;
        margin-top: 15px;
    }

@media (min-width: 1024px) {
    .main .expertInfo .paging .return:hover {
        background-color: #005183;
        color: #fff;
    }
}

.main .history {
    margin-top: 50px;
}

    .main .history .top {
        width: 100%;
        position: relative;
    }

        .main .history .top .list {
            width: 78.9%;
            margin: 0 auto;
            position: relative;
        }

            .main .history .top .list .listNew {
                width: 100%;
                height: auto;
                position: relative;
            }

                .main .history .top .list .listNew ul li {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 68.3%;
                    opacity: 0;
                }

                    .main .history .top .list .listNew ul li.on {
                        opacity: 1 !important;
                    }

                    .main .history .top .list .listNew ul li a {
                        width: 100%;
                        height: auto;
                        display: block;
                    }

                        .main .history .top .list .listNew ul li a .t {
                            width: 100%;
                            height: 50px;
                            background-color: rgba(0, 0, 0, 0.5);
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            padding: 0 10px;
                            box-sizing: border-box;
                            display: -webkit-box;
                            -webkit-line-clamp: 1;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            color: #fff;
                            font-size: 16px;
                            line-height: 50px;
                            color: #fff;
                            text-align: center;
                        }

        .main .history .top .a {
            width: 50px;
            height: 50px;
            position: absolute;
            top: 50%;
            margin-top: -25px;
            display: block;
            border: 1px solid #e5e5e5;
            background-position: center;
            background-repeat: no-repeat;
            box-sizing: border-box;
            border-radius: 100%;
        }

            .main .history .top .a.prev {
                background-image: url("../images/history_prev.png");
                left: 0;
            }

            .main .history .top .a.next {
                background-image: url("../images/history_next.png");
                right: 0;
            }

    .main .history .content {
        margin-top: 40px;
        padding-bottom: 45px;
    }

        .main .history .content .yearList {
            border-bottom: 3px solid #ccc;
            position: relative;
        }

            .main .history .content .yearList .list {
                width: 85.8%;
                margin: 0 auto;
            }

                .main .history .content .yearList .list ul li {
                    width: 16.6666666667%;
                    float: left;
                    cursor: pointer;
                }

                    .main .history .content .yearList .list ul li .year {
                        width: 84px;
                        height: 82px;
                        background-size: cover;
                        background-repeat: no-repeat;
                        text-align: center;
                        font-size: 20px;
                        line-height: 82px;
                        color: #565656;
                        margin: 0 auto;
                    }

                    .main .history .content .yearList .list ul li .line {
                        width: 2px;
                        height: 22px;
                        margin: 0 auto;
                        background-color: #ccc;
                    }

                    .main .history .content .yearList .list ul li.on .year {
                        background-image: url("../images/history_bg.png");
                        color: #fff;
                    }

                    .main .history .content .yearList .list ul li.on .line {
                        background-color: #99242c;
                    }

            .main .history .content .yearList .a {
                width: 13px;
                height: 20px;
                position: absolute;
                bottom: -11px;
                display: block;
                background-position: center;
                background-size: cover;
            }

                .main .history .content .yearList .a.prev {
                    background-image: url("../images/history_prev1.png");
                    left: -2px;
                }

                .main .history .content .yearList .a.next {
                    background-image: url("../images/history_next1.png");
                    right: -2px;
                }

                .main .history .content .yearList .a.swiper-button-disabled {
                    display: none;
                }

        .main .history .content .conItem {
            width: 970px;
            max-width: 92%;
            margin: 68px auto 0;
        }

            .main .history .content .conItem .item {
                display: none;
            }

                .main .history .content .conItem .item .tits {
                    font-size: 34px;
                    line-height: 42px;
                    color: #333;
                }

                .main .history .content .conItem .item .con {
                    margin-top: 55px;
                }

                    .main .history .content .conItem .item .con ul li {
                        padding-bottom: 34px;
                        position: relative;
                    }

                        .main .history .content .conItem .item .con ul li .t {
                            width: 120px;
                            float: left;
                            font-size: 24px;
                            line-height: 60px;
                            color: #99242c;
                            position: relative;
                            z-index: 5;
                        }

                            .main .history .content .conItem .item .con ul li .t:after {
                                width: 11px;
                                height: 10px;
                                position: absolute;
                                left: 81px;
                                top: 50%;
                                transform: translateY(-50%);
                                content: '';
                                background-image: url("../images/history_icon1.png");
                            }

                        .main .history .content .conItem .item .con ul li .t1 {
                            width: calc(100% - 120px);
                            float: right;
                            font-size: 16px;
                            line-height: 60px;
                            color: #545454;
                        }

                            .main .history .content .conItem .item .con ul li .t1 .tt {
                                width: 100%;
                                height: 60px;
                                display: -webkit-box;
                                -webkit-line-clamp: 1;
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                                text-overflow: ellipsis;
                            }

                                .main .history .content .conItem .item .con ul li .t1 .tt a {
                                    color: #545454;
                                }

@media (min-width: 1024px) {
    .main .history .content .conItem .item .con ul li .t1 .tt a:hover {
        color: #99242c;
    }
}

.main .history .content .conItem .item .con ul li .line {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 86px;
    background-color: #ccc;
}

.main .history .content .conItem .item .con ul li:nth-child(1) .line {
    height: calc(100% - 26px);
    top: 26px;
}

.main .history .content .conItem .item .con ul li:last-child .line {
    height: 27px;
}

.main .BMapLib_trans {
    top: auto !important;
}

.main .tangram-suggestion-main {
    z-index: 10;
}

.mainM.noBottom .bottom {
    display: none;
}

.mainM .headerBox {
    width: 100%;
    height: 1.1rem;
}

    .mainM .headerBox .header {
        width: 100%;
        height: 1.1rem;
   
		background-image: -moz-linear-gradient(0deg, #b94d4c 0%, #99242c 100%);
    background-image: -webkit-linear-gradient(0deg, #b94d4c 0%, #99242c 100%);
    background-image: -ms-linear-gradient(0deg, #b94d4c 0%, #99242c 100%);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50;
    }

        .mainM .headerBox .header .logo {
            width: 3.61rem;
            float: left;
            margin-left: 1%;
            display: block;
            margin-top: 0.12rem;
        }

        .mainM .headerBox .header .navClick {
            width: 24px;
            float: right;
            height: 20px;
            position: relative;
            margin-top: calc(0.55rem - 10px);
            margin-right: 4%;
            z-index: 20;
        }

            .mainM .headerBox .header .navClick span {
                width: 24px;
                height: 2px;
                display: block;
                background-color: #fff;
                position: relative;
                transition: .3s;
                -webkit-transition: .3s;
            }

                .mainM .headerBox .header .navClick span:nth-child(1), .mainM .headerBox .header .navClick span:nth-child(2) {
                    margin-bottom: 7px;
                }

            .mainM .headerBox .header .navClick.on span:nth-child(1) {
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                top: 9px;
                right: 0px;
            }

            .mainM .headerBox .header .navClick.on span:nth-child(2) {
                display: none;
            }

            .mainM .headerBox .header .navClick.on span:nth-child(3) {
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                top: 0;
                right: 0;
            }

        .mainM .headerBox .header .tel {
            width: 22px;
            height: 22px;
            margin-top: calc(0.55rem - 11px);
            float: right;
            margin-right: 0.55rem;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/header_tel.png");
            display: block;
        }

        .mainM .headerBox .header .nav {
            width: 76.7%;
            height: 100vh;
            box-shadow: -3px 0.052px 9.8px 0.2px rgba(0, 0, 0, 0.18);
            background-color: rgba(185, 77, 76, 0.9);
            position: absolute;
            top: 0;
            right: 0;
            display: none;
        }

            .mainM .headerBox .header .nav .title {
                font-size: 0.32rem;
                line-height: 1.1rem;
                background-color: #0671b3;
                color: #fff;
                padding-left: 0.42rem;
            }

            .mainM .headerBox .header .nav ul {
                width: 90%;
                height: calc(100vh - 1.7rem);
                margin: 0 auto;
                padding: 0.3rem 0;
                overflow-y: scroll;
            }

                .mainM .headerBox .header .nav ul li {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                }

                    .mainM .headerBox .header .nav ul li .tits {
                        font-size: 0.3rem;
                        line-height: 1rem;
                        color: #fff;
                        display: block;
                        position: relative;
                        padding-left: 0.22rem;
                        box-sizing: border-box;
                    }

                        .mainM .headerBox .header .nav ul li .tits i {
                            width: 0.2rem;
                            height: 100%;
                            position: absolute;
                            top: 0;
                            right: 0.3rem;
                            background-size: 100% auto;
                            background-image: url("../images/nav_icon.png");
                            background-repeat: no-repeat;
                            background-position: center;
                            display: block;
                            transition: all .5s;
                        }

                        .mainM .headerBox .header .nav ul li .tits.on i {
                            transform: rotate(180deg);
                        }

                    .mainM .headerBox .header .nav ul li .tit {
                        display: none;
                        padding-bottom: 0.1rem;
                    }

                        .mainM .headerBox .header .nav ul li .tit a {
                            width: 100%;
                            display: block;
                            font-size: 0.28rem;
                            line-height: 0.64rem;
                            color: #fff;
                            padding-left: 0.5rem;
                            box-sizing: border-box;
                        }

                            .mainM .headerBox .header .nav ul li .tit a:last-child {
                                border-bottom: none;
                            }

.mainM .index-banner{
    position:relative;
}
.mainM .index-banner .btns {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0.44rem;
    left: 0;
    z-index: 10;
}
.mainM .index-banner .btns span{
    width: 0.3rem;
    height: 0.05rem;
    background-color: #fff;
    opacity: 1;
    margin: 0 0.07rem;
    border-radius: 0;
}
.mainM .index-banner .btns span.swiper-pagination-bullet-active{
    background-color: #99242c;
}
.mainM .index-banner ul li img {
    display: block;
}

.mainM .search {
    width: 92.5%;
    background: #fff;
    height: auto;
    margin: -0.44rem auto 0;
    position: relative;
    z-index: 10;
    border-radius: 0.44rem;
}

    .mainM .search .text {
        width: 100%;
        background-color: #fff;
        border: none;
        border-radius: 0.44rem;
        height: 0.88rem;
        box-shadow: 0px 0.06rem 0.2rem 0px rgba(170, 170, 170, 0.15);
        box-sizing: border-box;
        padding-left: 0.9rem;
        font-size: 0.3rem;
        line-height: 0.42rem;
        color: #b2b2b2;
        margin: 0 auto;
        background-position: 0.32rem center;
        background-repeat: no-repeat;
        background-image: url("../images/search.png");
        background-size: 0.33rem;
    }

        .mainM .search .text::-webkit-input-placeholder {
            color: #b2b2b2;
        }

        .mainM .search .text:-moz-placeholder {
            color: #b2b2b2;
        }

        .mainM .search .text:-ms-input-placeholder {
            color: #b2b2b2;
        }

.mainM .mainLine {
    width: 100%;
    height: 0.2rem;
    background-color: #f6f6f6;
}

.mainM .index .indexTitle {
    text-align: center;
    width: 100%;
}

    .mainM .index .indexTitle span {
        font-size: 0.3rem;
        line-height: 1.08rem;
        color: #fff;
        display: inline-block;
        position: relative;
    }

        .mainM .index .indexTitle span:after {
            width: 0.11rem;
            height: 0.1rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-size: cover;
            background-repeat: no-repeat;
            content: '';
            background-image: url("../images/index_ic1.png");
            left: -0.4rem;
        }

        .mainM .index .indexTitle span:before {
            width: 0.11rem;
            height: 0.1rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-size: cover;
            background-repeat: no-repeat;
            content: '';
            background-image: url("../images/index_ic1.png");
            right: -0.4rem;
        }

.mainM .index .box1 {
    width: 96%;
    margin: 0.4rem auto 0;
    padding-bottom: 0.3rem;
}

    .mainM .index .box1 ul li {
        width: 25%;
        float: left;
    }

        .mainM .index .box1 ul li a {
            width: 100%;
            height: auto;
            display: block;
        }

            .mainM .index .box1 ul li a .icon {
                width: 1.1rem;
                margin: 0 auto;
                display: block;
                height: 1.1rem;
                background-color: #f5f5f5;
                border-radius: 0.3rem;
            }

            .mainM .index .box1 ul li a p {
                text-align: center;
                font-size: 0.28rem;
                line-height: 0.45rem;
                color: #333;
                margin-top: 0.12rem;
            }

    .mainM .index .box1 .btns {
        width: 100%;
        text-align: center;
        font-size: 0;
        margin-top: 0.33rem;
    }

        .mainM .index .box1 .btns span {
            width: 0.3rem;
            height: 0.05rem;
            border-radius: 0.025rem;
            background-color: #f6f6f6;
            opacity: 1;
            margin: 0 0.07rem;
            display: inline-block;
        }

            .mainM .index .box1 .btns span.swiper-pagination-bullet-active {
                background-color: #99242c;
            }

.mainM .index .box2 {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #f6f6f6;
}

    .mainM .index .box2 .tabs {
        width: 91.2%;
        height: auto;
        margin: 0 auto;
        padding-top: 0.26rem;
    }

        .mainM .index .box2 .tabs a {
            width: 31.8%;
            height: 0.68rem;
            border-radius: 0.34rem;
            background-color: #fff;
            text-align: center;
            font-size: 0.26rem;
            line-height: 0.68rem;
            color: #666;
            margin-right: 2.3%;
            display: block;
            float: left;
            margin-bottom: 0.23rem;
        }

            .mainM .index .box2 .tabs a:nth-child(3n) {
                margin-right: 0;
            }

            .mainM .index .box2 .tabs a.on {
                background-color: #99242c;
                color: #fff;
            }

    .mainM .index .box2 .boxNew {
        background-color: #fff;
        border-top-left-radius: 0.16rem;
        border-top-right-radius: 0.16rem;
        padding-top: 0.35rem;
    }

        .mainM .index .box2 .boxNew .content {
            width: 92%;
            margin: 0 auto;
        }

            .mainM .index .box2 .boxNew .content .item {
                margin-bottom: 0.38rem;
            }

                .mainM .index .box2 .boxNew .content .item .tits {
                    font-size: 0.26rem;
                    line-height: 0.28rem;
                    color: #99242c;
                }

                .mainM .index .box2 .boxNew .content .item .tit {
                    margin-top: 0.27rem;
                }

                    .mainM .index .box2 .boxNew .content .item .tit .pic {
                        width: 42.8%;
                        float: left;
                        border-radius: 0.2rem;
                        overflow: hidden;
                    }

                    .mainM .index .box2 .boxNew .content .item .tit .con {
                        width: 53.2%;
                        float: right;
                    }

                        .mainM .index .box2 .boxNew .content .item .tit .con .txt {
                            font-size: 0.22rem;
                            line-height: 0.3rem;
                            color: #666;
                            height: auto;
                            display: -webkit-box;
                            -webkit-line-clamp: 7;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                        .mainM .index .box2 .boxNew .content .item .tit .con .more {
                            font-size: 0.18rem;
                            line-height: 0.2rem;
                            color: #999;
                            padding-right: 0.14rem;
                            background-position: right center;
                            background-repeat: no-repeat;
                            background-image: url("../images/index_ic2.png");
                            margin-top: 0.15rem;
                            display: inline-block;
                        }

            .mainM .index .box2 .boxNew .content .item1 {
                border-top: 1px solid #f4f5f7;
                padding-top: 0.33rem;
                padding-bottom: 0.32rem;
            }

                .mainM .index .box2 .boxNew .content .item1 .tits {
                    font-size: 0.26rem;
                    line-height: 0.28rem;
                    color: #99242c;
                }

                .mainM .index .box2 .boxNew .content .item1 .tit {
                    margin-top: 0.16rem;
                }

                    .mainM .index .box2 .boxNew .content .item1 .tit a {
                        width: 33.3333333333%;
                        float: left;
                        font-size: 0.26rem;
                        line-height: 0.6rem;
                        color: #333;
                        padding-left: 0.53rem;
                        position: relative;
                        display: block;
                        box-sizing: border-box;
                    }

                        .mainM .index .box2 .boxNew .content .item1 .tit a:after {
                            width: 0.08rem;
                            height: 0.08rem;
                            background-color: #b5b5b6;
                            border-radius: 0.08rem;
                            content: '';
                            position: absolute;
                            left: 0.36rem;
                            top: 0.26rem;
                        }

                        .mainM .index .box2 .boxNew .content .item1 .tit a.a1 {
                            padding-left: 0.36rem;
                        }

                            .mainM .index .box2 .boxNew .content .item1 .tit a.a1:after {
                                display: none;
                            }

                            .mainM .index .box2 .boxNew .content .item1 .tit a.a1 span {
                                width: 0.8rem;
                                height: 0.4rem;
                                border-radius: 0.2rem;
                                border: 1px solid #99242c;
                                display: block;
                                margin-top: 0.1rem;
                                box-sizing: border-box;
                                font-size: 0.2rem;
                                line-height: 0.38rem;
                                color: #99242c;
                                text-align: center;
                            }

.mainM .index .box3 {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}

    .mainM .index .box3 .content {
        background-color: #fff;
        border-top-left-radius: 0.16rem;
        border-top-right-radius: 0.16rem;
        padding-top: 0.2rem;
        padding-bottom: 0.15rem;
    }

        .mainM .index .box3 .content .tabs {
            border-bottom: 1px solid #f2f2f2;
            width: 100%;
            white-space: nowrap;
            overflow-x: scroll;
        }

            .mainM .index .box3 .content .tabs a {
                font-size: 0.26rem;
                line-height: 0.96rem;
                color: #5e5a4d;
                display: inline-block;
                padding: 0 0.3rem;
                position: relative;
            }

                .mainM .index .box3 .content .tabs a:after {
                    width: 0.5rem;
                    height: 0.03rem;
                    left: 50%;
                    margin-left: -0.25rem;
                    bottom: 0;
                    background-color: #28698f;
                    position: absolute;
                    content: '';
                    display: none;
                }

                .mainM .index .box3 .content .tabs a.on {
                    color: #28698f;
                }

                    .mainM .index .box3 .content .tabs a.on:after {
                        display: block;
                    }

        .mainM .index .box3 .content .listBox {
            width: 92%;
            margin: 0.45rem auto 0;
        }

            .mainM .index .box3 .content .listBox .list ul li .tits .pic {
                width: 48.4%;
                float: left;
                overflow: hidden;
                border-radius: 0.2rem;
            }

            .mainM .index .box3 .content .listBox .list ul li .tits .con {
                width: 47.8%;
                float: right;
                padding-top: 0.12rem;
            }

                .mainM .index .box3 .content .listBox .list ul li .tits .con .t {
                    margin-bottom: 0.38rem;
                }

                    .mainM .index .box3 .content .listBox .list ul li .tits .con .t .t1 {
                        font-size: 0.24rem;
                        line-height: 0.26rem;
                        color: #333;
                    }

                    .mainM .index .box3 .content .listBox .list ul li .tits .con .t .t2 {
                        font-size: 0.2rem;
                        line-height: 0.3rem;
                        color: #666;
                        margin-top: 0.07rem;
                        max-height: 1.2rem;
                        overflow: hidden;
                    }

                .mainM .index .box3 .content .listBox .list ul li .tits .con .tt {
                    text-align: right;
                }

                    .mainM .index .box3 .content .listBox .list ul li .tits .con .tt a {
                        font-size: 0.2rem;
                        line-height: 0.22rem;
                        color: #99242c;
                    }

            .mainM .index .box3 .content .listBox .list ul li .butBox {
                width: calc(100% - 0.25rem);
                margin: 0.5rem auto 0;
            }

                .mainM .index .box3 .content .listBox .list ul li .butBox a {
                    width: calc(31% - 2px);
                    height: 0.55rem;
                    border: 1px solid #99242c;
                    border-radius: 0.28rem;
                    text-align: center;
                    font-size: 0.22rem;
                    line-height: 0.55rem;
                    color: #666;
                    display: block;
                    margin-right: 3.5%;
                    float: left;
                }

                    .mainM .index .box3 .content .listBox .list ul li .butBox a:last-child {
                        margin-right: 0;
                    }

            .mainM .index .box3 .content .listBox .list ul li .tableA {
                width: calc(100% - 0.25rem);
                margin: 0.3rem auto 0;
            }

                .mainM .index .box3 .content .listBox .list ul li .tableA table {
                    width: 100%;
                    border: 1px solid #e5e5e5;
                }

                    .mainM .index .box3 .content .listBox .list ul li .tableA table tr {
                        border: 1px solid #e5e5e5;
                    }

                        .mainM .index .box3 .content .listBox .list ul li .tableA table tr td {
                            border: 1px solid #e5e5e5;
                            text-align: center;
                            height: 0.86rem;
                            font-size: 0.2rem;
                            line-height: 0.3rem;
                            color: #595757;
                        }

                            .mainM .index .box3 .content .listBox .list ul li .tableA table tr td.t {
                                font-size: 0.22rem;
                                color: #99242c;
                                background-color: #dbf0fd;
                            }

                                .mainM .index .box3 .content .listBox .list ul li .tableA table tr td.t.t1 {
                                    background-color: #eee;
                                    color: #595757;
                                }

            .mainM .index .box3 .content .listBox .list .btns {
                width: 100%;
                text-align: center;
                font-size: 0;
                margin-top: 0.25rem;
            }

                .mainM .index .box3 .content .listBox .list .btns span {
                    width: 0.3rem;
                    height: 0.04rem;
                    border-radius: 0.02rem;
                    margin: 0 0.07rem;
                    background-color: #f6f6f6;
                    display: inline-block;
                    opacity: 1;
                }

                    .mainM .index .box3 .content .listBox .list .btns span.swiper-pagination-bullet-active {
                        background-color: #99242c;
                    }

.mainM .index .box4 {
    padding-bottom: 0.3rem;
}

    .mainM .index .box4 .list {
        position: relative;
        width: 100%;
    }

        .mainM .index .box4 .list ul li {
            width: 100%;
            height: auto;
            display: block;
        }

            .mainM .index .box4 .list ul li a {
                width: 100%;
                height: auto;
                display: block;
                position: relative;
            }

                .mainM .index .box4 .list ul li a .icon {
                    width: 36px;
                    height: 36px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-image: url("../images/video.png");
                }

                .mainM .index .box4 .list ul li a .tits {
                    width: 100%;
                    height: 0.8rem;
                    background-color: rgba(0, 0, 0, 0.5);
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

                    .mainM .index .box4 .list ul li a .tits .t {
                        width: 92%;
                        margin: 0 auto;
                        height: 0.3rem;
                        font-size: 0.24rem;
                        line-height: 0.3rem;
                        color: #fff;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        margin-top: 0.1rem;
                    }

        .mainM .index .box4 .list .btns {
            width: 100%;
            text-align: center;
            z-index: 10;
            position: absolute;
            bottom: 0.22rem;
        }

            .mainM .index .box4 .list .btns span {
                width: 0.3rem;
                height: 0.04rem;
                display: inline-block;
                background-color: #fff;
                opacity: 1;
                margin: 0 0.07rem;
                border-radius: 0;
            }

                .mainM .index .box4 .list .btns span.swiper-pagination-bullet-active {
                    background-color: #99242c;
                }

    .mainM .index .box4 .tabs {
        border-bottom: 1px solid #f2f2f2;
        text-align: center;
        font-size: 0;
        width: 100%;
    }

        .mainM .index .box4 .tabs a {
            font-size: 0.26rem;
            color: #5e5a4d;
            line-height: 0.62rem;
            display: inline-block;
            margin: 0 0.7rem;
            padding-bottom: 0.13rem;
            position: relative;
        }

            .mainM .index .box4 .tabs a:after {
                width: 0.5rem;
                height: 0.04rem;
                background-color: #99242c;
                position: absolute;
                left: 50%;
                margin-left: -0.25rem;
                bottom: 0;
                content: '';
                display: none;
            }

            .mainM .index .box4 .tabs a.on {
                color: #99242c;
            }

                .mainM .index .box4 .tabs a.on:after {
                    display: block;
                }

    .mainM .index .box4 .itemBox {
        width: 92%;
        margin: 0.07rem auto 0;
    }

        .mainM .index .box4 .itemBox .item {
            display: none;
        }

            .mainM .index .box4 .itemBox .item ul li {
                border-bottom: 1px dashed #e6e6e6;
            }

                .mainM .index .box4 .itemBox .item ul li a {
                    font-size: 0.24rem;
                    line-height: 0.7rem;
                    display: block;
                    width: 100%;
                    box-sizing: border-box;
                    padding-left: 0.35rem;
                    height: 0.7rem;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    color: #666;
                    position: relative;
                }

                    .mainM .index .box4 .itemBox .item ul li a:after {
                        width: 0.08rem;
                        height: 0.08rem;
                        position: absolute;
                        top: 0.31rem;
                        left: 0;
                        content: '';
                        border-radius: 100%;
                        background-color: #99242c;
                    }

                .mainM .index .box4 .itemBox .item ul li:last-child {
                    border-bottom: none;
                }

            .mainM .index .box4 .itemBox .item .clickMore {
                width: 100%;
                height: 0.4rem;
                border-radius: 0.2rem;
                background-color: #f7fafc;
                display: block;
                text-align: center;
                margin-top: 0.06rem;
            }

                .mainM .index .box4 .itemBox .item .clickMore span {
                    padding-left: 0.28rem;
                    display: inline-block;
                    background-position: left center;
                    background-size: 0.16rem;
                    font-size: 0.18rem;
                    line-height: 0.4rem;
                    color: #99242c;
                    background-image: url("../images/index_ic3.png");
                    background-repeat: no-repeat;
                }

.mainM .index .box5 {
    background-position: center top;
    background-repeat: no-repeat;
}

    .mainM .index .box5 .content {
        background-color: #fff;
        border-top-left-radius: 0.16rem;
        border-top-right-radius: 0.16rem;
        padding-bottom: 0.3rem;
    }

        .mainM .index .box5 .content .tabs {
            border-bottom: 1px solid #f2f2f2;
            text-align: center;
            font-size: 0;
            width: 100%;
        }

            .mainM .index .box5 .content .tabs a {
                width: 25%;
                float: left;
                font-size: 0.26rem;
                color: #5e5a4d;
                line-height: 0.87rem;
                display: block;
                position: relative;
            }

                .mainM .index .box5 .content .tabs a:after {
                    width: 0.5rem;
                    height: 0.04rem;
                    background-color: #99242c;
                    position: absolute;
                    left: 50%;
                    margin-left: -0.25rem;
                    bottom: 0;
                    content: '';
                    display: none;
                }

                .mainM .index .box5 .content .tabs a.on {
                    color: #99242c;
                }

                    .mainM .index .box5 .content .tabs a.on:after {
                        display: block;
                    }

        .mainM .index .box5 .content .itemBox {
            width: 92%;
            margin: 0.07rem auto 0;
        }

            .mainM .index .box5 .content .itemBox .item {
                display: none;
            }

                .mainM .index .box5 .content .itemBox .item ul li {
                    border-bottom: 1px dashed #e6e6e6;
                }

                    .mainM .index .box5 .content .itemBox .item ul li a {
                        font-size: 0.24rem;
                        line-height: 0.7rem;
                        display: block;
                        width: 100%;
                        box-sizing: border-box;
                        padding-left: 0.35rem;
                        height: 0.7rem;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        color: #666;
                        position: relative;
                    }

                        .mainM .index .box5 .content .itemBox .item ul li a:after {
                            width: 0.08rem;
                            height: 0.08rem;
                            position: absolute;
                            top: 0.31rem;
                            left: 0;
                            content: '';
                            border-radius: 100%;
                            background-color: #99242c;
                        }

                    .mainM .index .box5 .content .itemBox .item ul li:last-child {
                        border-bottom: none;
                    }

                .mainM .index .box5 .content .itemBox .item .clickMore {
                    width: 100%;
                    height: 0.4rem;
                    border-radius: 0.2rem;
                    background-color: #f7fafc;
                    display: block;
                    text-align: center;
                    margin-top: 0.06rem;
                }

                    .mainM .index .box5 .content .itemBox .item .clickMore span {
                        padding-left: 0.28rem;
                        display: inline-block;
                        background-position: left center;
                        background-size: 0.16rem;
                        font-size: 0.18rem;
                        line-height: 0.4rem;
                        color: #99242c;
                        background-image: url("../images/index_ic3.png");
                        background-repeat: no-repeat;
                    }

.mainM .index .box6 {
    background-position: center top;
    background-repeat: no-repeat;
}

    .mainM .index .box6 .content {
        background-color: #fff;
        border-top-left-radius: 0.16rem;
        border-top-right-radius: 0.16rem;
        padding-bottom: 0.3rem;
    }

        .mainM .index .box6 .content .tabs {
            border-bottom: 1px solid #f2f2f2;
            text-align: center;
            font-size: 0;
            width: 100%;
        }

            .mainM .index .box6 .content .tabs a {
                float: left;
                font-size: 0.26rem;
                color: #5e5a4d;
                margin: 0 0.7rem;
                line-height: 0.87rem;
                display: inline-block;
                position: relative;
            }

                .mainM .index .box6 .content .tabs a:after {
                    width: 0.5rem;
                    height: 0.04rem;
                    background-color: #99242c;
                    position: absolute;
                    left: 50%;
                    margin-left: -0.25rem;
                    bottom: 0;
                    content: '';
                    display: none;
                }

                .mainM .index .box6 .content .tabs a.on {
                    color: #99242c;
                }

                    .mainM .index .box6 .content .tabs a.on:after {
                        display: block;
                    }

        .mainM .index .box6 .content .itemBox {
            width: 92%;
            margin: 0.3rem auto 0;
        }

            .mainM .index .box6 .content .itemBox .list ul li {
                width: 47.7%;
                margin-right: 4.6%;
                overflow: hidden;
                border-radius: 0.2rem;
                float: left;
            }

                .mainM .index .box6 .content .itemBox .list ul li:last-child {
                    margin-right: 0;
                }

            .mainM .index .box6 .content .itemBox .list .btns {
                width: 100%;
                text-align: center;
                font-size: 0;
                margin-top: 0.2rem;
            }

                .mainM .index .box6 .content .itemBox .list .btns span {
                    width: 0.3rem;
                    height: 0.04rem;
                    border-radius: 0.02rem;
                    margin: 0 0.07rem;
                    background-color: #e6e6e6;
                    display: inline-block;
                    opacity: 1;
                }

                    .mainM .index .box6 .content .itemBox .list .btns span.swiper-pagination-bullet-active {
                        background-color: #99242c;
                    }

.mainM .footer {
    background-color: #b94d4c;
    padding-top: 0.5rem;
}

    .mainM .footer .logo {
        width: 3.81rem;
        margin: 0 auto;
    }

    .mainM .footer .con {
        width: 92%;
        margin: 0.4rem auto 0;
        padding-bottom: 0.08rem;
    }

        .mainM .footer .con .item {
            margin-bottom: 0.4rem;
        }

            .mainM .footer .con .item .tits {
                font-size: 0.3rem;
                line-height: 0.42rem;
                float: left;
                padding: 0 0.3rem 0 0.19rem;
                color: #fff;
            }

            .mainM .footer .con .item .tit {
                width: calc(100% - 1.69rem);
                float: right;
                font-size: 0.26rem;
                line-height: 0.42rem;
                color: #fff;
            }

                .mainM .footer .con .item .tit span {
                    float: left;
                }

                .mainM .footer .con .item .tit em {
                    float: left;
                    display: block;
                    width: 1px;
                    height: 0.23rem;
                    background-color: rgba(255, 255, 255, 0.5);
                    margin: 0.1rem 0.13rem 0;
                }

                .mainM .footer .con .item .tit i {
                    float: left;
                    color: #fff;
                    width: calc(100% - 1.34rem);
                }

    .mainM .footer .foot {
        background-color: #99242c;
        padding-top: 0.06rem;
        padding-bottom: 0.15rem;
    }

        .mainM .footer .foot .nav {
            text-align: center;
            font-size: 0;
            width: 100%;
        }

            .mainM .footer .foot .nav a {
                font-size: 0.26rem;
                line-height: 0.5rem;
                color: #fff;
                margin: 0 0.18rem;
                position: relative;
            }

                .mainM .footer .foot .nav a:after {
                    width: 1px;
                    height: 0.22rem;
                    background-color: rgba(255, 255, 255, 0.5);
                    position: absolute;
                    right: -0.18rem;
                    top: 0.08rem;
                    content: '';
                    display: block;
                }

                .mainM .footer .foot .nav a:last-child:after {
                    display: none;
                }

        .mainM .footer .foot .tit {
            text-align: center;
            font-size: 0;
            width: 100%;
            margin-top: 0.15rem;
        }

            .mainM .footer .foot .tit .t {
                display: inline-block;
                font-size: 0.24rem;
                line-height: 0.3rem;
                color: #fff;
            }

                .mainM .footer .foot .tit .t span {
                    float: left;
                }

                .mainM .footer .foot .tit .t em {
                    display: block;
                    width: 1px;
                    background-color: rgba(255, 255, 255, 0.5);
                    height: 0.22rem;
                    margin: 0.04rem 0.12rem 0;
                    float: left;
                }

                .mainM .footer .foot .tit .t i {
                    color: #fff;
                    float: left;
                }

.mainM .aboutTitle {
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.3rem;
    line-height: 0.88rem;
    padding-left: 5.35%;
    box-sizing: border-box;
}

    .mainM .aboutTitle.t {
        color: #99242c;
    }

    .mainM .aboutTitle.t1 {
        padding-left: calc(5.35% + 0.55rem);
        background-position: 5.35% center;
        background-repeat: no-repeat;
        background-image: url("../images/diseases_icon3.png");
        background-size: 0.38rem;
    }

.mainM .bottom .list {
    width: 89.3%;
    margin: 0.4rem auto 0;
    padding-bottom: 0.34rem;
}

    .mainM .bottom .list ul li {
        border: 1px solid #ccc;
        border-radius: 0.2rem;
        box-sizing: border-box;
        width: 29.9%;
        margin-right: 5.15%;
        margin-bottom: 0.3rem;
        float: left;
    }

        .mainM .bottom .list ul li:nth-child(3n) {
            margin-right: 0;
        }

        .mainM .bottom .list ul li a {
            width: 100%;
            height: auto;
            padding-top: 0.33rem;
            padding-bottom: 0.23rem;
            display: block;
        }

            .mainM .bottom .list ul li a .icon {
                width: 100%;
                height: 0.6rem;
            }

                .mainM .bottom .list ul li a .icon img {
                    display: block;
                    height: 0.6rem;
                    margin: 0 auto;
                }

            .mainM .bottom .list ul li a p {
                text-align: center;
                font-size: 0.24rem;
                line-height: 0.4rem;
                color: #808080;
                margin-top: 0.03rem;
            }

.mainM .home {
    padding: 0 5.35%;
    font-size: 0.2rem;
    line-height: 0.82rem;
    color: #999;
}

    .mainM .home.homeN {
        background-color: #f7f7f7;
    }

    .mainM .home a {
        color: #999;
    }

    .mainM .home span {
        margin: 0 0.15rem;
    }

.mainM .banner {
    width: 100%;
    height: auto;
    position: relative;
}

    .mainM .banner .con {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        color: #fff;
    }

        .mainM .banner .con .cn {
            font-size: 0.6rem;
            line-height: 0.62rem;
        }

        .mainM .banner .con .en {
            font-size: 0.26rem;
            line-height: 0.28rem;
            opacity: 0.5;
            text-transform: uppercase;
            font-family: GSM;
            margin-top: 0.16rem;
        }

.mainM .aboutNav {
    border-bottom: 1px solid #eaeaea;
}

    .mainM .aboutNav .navNew {
        width: 100%;
        padding: 0 5.35%;
        box-sizing: border-box;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        font-size: 0;
    }

        .mainM .aboutNav .navNew a {
            font-size: 0.26rem;
            line-height: 0.87rem;
            display: inline-block;
            position: relative;
            color: #333;
            margin-right: 0.55rem;
        }

            .mainM .aboutNav .navNew a:last-child {
                margin-right: 0;
            }

            .mainM .aboutNav .navNew a:after {
                width: 0.4rem;
                height: 0.04rem;
                position: absolute;
                left: 50%;
                margin-left: -0.2rem;
                bottom: -1px;
                background-color: #99242c;
                content: '';
                display: none;
            }

            .mainM .aboutNav .navNew a.on {
                color: #99242c;
            }

                .mainM .aboutNav .navNew a.on:after {
                    display: block;
                }

.mainM .moreClick {
    width: 2.6rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    background-color: #f7fafc;
}

    .mainM .moreClick span {
        padding-left: 0.28rem;
        display: inline-block;
        font-size: 0.18rem;
        line-height: 0.4rem;
        color: #99242c;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("../images/index_ic3.png");
        background-size: 0.16rem;
    }

.mainM .about .box1 {
    width: 89.3%;
    margin: 0 auto;
    padding-bottom: 0.52rem;
    padding-top: 0.55rem;
}

    .mainM .about .box1 .tits {
        font-size: 0.48rem;
        line-height: 0.5rem;
        color: #333;
    }

    .mainM .about .box1 .tit {
        font-size: 0.26rem;
        line-height: 0.48rem;
        color: #808080;
        height: 2.4rem;
        overflow: hidden;
        margin-top: 0.36rem;
    }

        .mainM .about .box1 .tit.on {
            height: auto;
        }

    .mainM .about .box1 .moreClick {
        margin: 0.3rem auto 0;
    }

    .mainM .about .box1 .videoBox {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 0.2rem;
        position: relative;
        margin-top: 0.35rem;
    }

        .mainM .about .box1 .videoBox .icon {
            width: 0.9rem;
            height: 0.9rem;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/video.png");
        }

.mainM .about .box2 {
    padding-bottom: 0.3rem;
}

    .mainM .about .box2 .list {
        width: 89.3%;
        margin: 0.2rem auto 0;
    }

        .mainM .about .box2 .list ul li {
            width: 25%;
            float: left;
            margin-bottom: 0.37rem;
        }

            .mainM .about .box2 .list ul li a {
                width: 100%;
                height: auto;
                display: block;
            }

                .mainM .about .box2 .list ul li a .icon {
                    width: 1rem;
                    margin: 0 auto;
                    overflow: hidden;
                    border-radius: 0.2rem;
                }

                .mainM .about .box2 .list ul li a p {
                    width: 80%;
                    padding: 0 10%;
                    text-align: center;
                    font-size: 0.24rem;
                    line-height: 0.3rem;
                    color: #808080;
                    margin-top: 0.16rem;
                    overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;
                }

.mainM .about .box3 {
    padding-bottom: 0.4rem;
}

    .mainM .about .box3 .list {
        width: 89.3%;
        margin: 0.3rem auto 0;
    }

        .mainM .about .box3 .list ul li {
            width: 48.5%;
            margin-right: 3%;
            float: left;
        }

            .mainM .about .box3 .list ul li:last-child {
                margin-right: 0;
            }

            .mainM .about .box3 .list ul li a {
                width: 100%;
                height: auto;
                display: block;
            }

                .mainM .about .box3 .list ul li a .pic {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    border-radius: 0.2rem;
                }

                .mainM .about .box3 .list ul li a .t {
                    text-align: center;
                    font-size: 0.24rem;
                    line-height: 0.3rem;
                    color: #808080;
                    margin-top: 0.18rem;
                    height: 0.3rem;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

        .mainM .about .box3 .list .btns {
            width: 100%;
            text-align: center;
            font-size: 0;
            margin-top: 0.3rem;
        }

            .mainM .about .box3 .list .btns span {
                width: 0.3rem;
                height: 0.04rem;
                border-radius: 0.02rem;
                margin: 0 0.07rem;
                background-color: #e6e6e6;
                display: inline-block;
                opacity: 1;
            }

                .mainM .about .box3 .list .btns span.swiper-pagination-bullet-active {
                    background-color: #99242c;
                }

.mainM .history .yearList {
    background-color: #f6f6f6;
    padding: 0.3rem 0;
}

    .mainM .history .yearList .list {
        width: 89.3%;
        margin: 0 auto;
        position: relative;
    }

        .mainM .history .yearList .list ul li {
            width: 20%;
            text-align: center;
            float: left;
            font-size: 0.26rem;
            line-height: 0.8rem;
            color: #808080;
        }

            .mainM .history .yearList .list ul li.on {
                color: #333;
            }

        .mainM .history .yearList .list .a {
            width: 0.2rem;
            height: 0.8rem;
            position: absolute;
            top: 0;
            background-position: left center;
            background-repeat: no-repeat;
            z-index: 10;
        }

            .mainM .history .yearList .list .a.prev {
                left: 0;
                background-image: url("../images/prev.png");
            }

            .mainM .history .yearList .list .a.next {
                right: 0;
                background-position: right center;
                background-image: url("../images/next.png");
            }

.mainM .history .conItem {
    padding-top: 0.4rem;
}

    .mainM .history .conItem .item {
        padding-bottom: 0.4rem;
        display: none;
    }

        .mainM .history .conItem .item .tits {
            font-size: 1rem;
            line-height: 1rem;
            color: #333;
            padding-left: 5.35%;
        }

        .mainM .history .conItem .item .con {
            margin-top: 0.4rem;
        }

            .mainM .history .conItem .item .con ul li {
                border-bottom: 1px solid #ccc;
                width: 89.3%;
                padding: 0 5.35% 0.44rem;
                margin-bottom: 0.75rem;
                display: none;
            }

                .mainM .history .conItem .item .con ul li .t {
                    font-size: 0.46rem;
                    line-height: 0.48rem;
                    color: #99242c;
                }

                .mainM .history .conItem .item .con ul li .t1 {
                    margin-top: 0.37rem;
                }

                    .mainM .history .conItem .item .con ul li .t1 .tt {
                        margin-bottom: 0.2rem;
                    }

                        .mainM .history .conItem .item .con ul li .t1 .tt a {
                            font-size: 0.26rem;
                            line-height: 0.4rem;
                            color: #808080;
                            padding-left: 0.3rem;
                            display: block;
                            box-sizing: border-box;
                            position: relative;
                        }

                            .mainM .history .conItem .item .con ul li .t1 .tt a:after {
                                width: 0.11rem;
                                height: 0.1rem;
                                position: absolute;
                                top: 0.15rem;
                                left: 0;
                                background-size: cover;
                                background-image: url("../images/icon.png");
                                background-repeat: no-repeat;
                                content: '';
                            }

                .mainM .history .conItem .item .con ul li:last-child {
                    padding-bottom: 0 !important;
                    margin-bottom: 0 !important;
                    border-bottom: none !important;
                }

                .mainM .history .conItem .item .con ul li:nth-child(3) {
                    padding-bottom: 0;
                    margin-bottom: 0;
                    border-bottom: none;
                }

                .mainM .history .conItem .item .con ul li:nth-child(1), .mainM .history .conItem .item .con ul li:nth-child(2), .mainM .history .conItem .item .con ul li:nth-child(3) {
                    display: block;
                }

            .mainM .history .conItem .item .con ul.on li {
                display: block !important;
            }

                .mainM .history .conItem .item .con ul.on li:nth-child(3) {
                    padding-bottom: 0.44rem;
                    margin-bottom: 0.75rem;
                    border-bottom: 1px solid #ccc;
                }

            .mainM .history .conItem .item .con .moreClick {
                margin: 0.25rem auto 0;
            }

.mainM .newsInfo {
    margin-top: 20px;
    padding-bottom: 4.2%;
}

    .mainM .newsInfo .x {
        width: 89.3%;
        margin: 0 auto;
    }

    .mainM .newsInfo .title {
        border-bottom: 1px solid #ccc;
        padding-bottom: 18px;
        text-align: center;
    }

        .mainM .newsInfo .title .tits {
            font-size: 18px;
            font-weight: bold;
            line-height: 26px;
            color: #555;
        }

        .mainM .newsInfo .title .tit {
            padding: 8px 0 0;
        }

            .mainM .newsInfo .title .tit .t {
                font-size: 12px;
                color: #999;
                line-height: 24px;
            }

            .mainM .newsInfo .title .tit .share {
                text-align: center;
                font-size: 0;
                width: 100%;
                margin-top: 0.1rem;
            }

                .mainM .newsInfo .title .tit .share .shareNew {
                    font-size: 14px;
                    color: #999;
                    line-height: 24px;
                    display: inline-block;
                }

                    .mainM .newsInfo .title .tit .share .shareNew span {
                        float: left;
                    }

                    .mainM .newsInfo .title .tit .share .shareNew .bshare-custom {
                        float: left;
                    }

                        .mainM .newsInfo .title .tit .share .shareNew .bshare-custom a {
                            width: 24px;
                            height: 24px;
                            margin-left: 5px;
                            margin-right: 0 !important;
                            float: left;
                            display: block;
                            background-image: url("../images/icons_0_24.png");
                            background-size: 100%;
                            padding-left: 0 !important;
                        }

                            .mainM .newsInfo .title .tit .share .shareNew .bshare-custom a.bshare-weixin {
                                background-position: 0 -1612px;
                            }

                            .mainM .newsInfo .title .tit .share .shareNew .bshare-custom a.bshare-sinaminiblog {
                                background-position: 0 -104px;
                            }

                            .mainM .newsInfo .title .tit .share .shareNew .bshare-custom a.bshare-qzone {
                                background-position: 0 -52px;
                            }

                            .mainM .newsInfo .title .tit .share .shareNew .bshare-custom a.bshare-facebook {
                                background-position: 0 -1352px;
                            }

                            .mainM .newsInfo .title .tit .share .shareNew .bshare-custom a.bshare-printer {
                                background-position: 0 -2392px;
                            }

    .mainM .newsInfo .con {
        margin-top: 20px;
        font-size: 14px;
        line-height: 26px;
        color: #666;
    }

    .mainM .newsInfo .con h2 {
    border-left: 3px solid #0363a3;
	font-weight:bold;
    background-color: rgba(102, 128, 153, 0.1);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 16px;
	line-height: 30px;
    margin: 15px 0 10px;
    color: #000;
    text-align: left;
}

        .mainM .newsInfo .con img {
			text-align:center;
            max-width: 100%;
            height: auto !important;
            display: block;
            margin: 10px auto;
        }

    .mainM .newsInfo .paging {
        margin-top: 0.3rem;
    }

        .mainM .newsInfo .paging p a {
            font-size: 14px;
            line-height: 26px;
            color: #898989;
        }

    .mainM .newsInfo .box1 {
        margin-top: 0.4rem;
    }

        .mainM .newsInfo .box1 .titx {
            border-bottom: 1px solid #ccc;
        }

            .mainM .newsInfo .box1 .titx span {
                width: 89.3%;
                margin: 0 auto;
                display: block;
                font-size: 0.3rem;
                line-height: 0.88rem;
                color: #666;
            }

        .mainM .newsInfo .box1 ul {
            width: 89.3%;
            margin: 0 auto;
        }

            .mainM .newsInfo .box1 ul li {
                border-bottom: 1px dashed #ccc;
            }

                .mainM .newsInfo .box1 ul li:last-child {
                    border-bottom: none;
                }

                .mainM .newsInfo .box1 ul li a {
                    padding-top: 0.28rem;
                    width: 100%;
                    display: block;
                    padding-bottom: 0.18rem;
                }

                    .mainM .newsInfo .box1 ul li a span {
                        width: 0.5rem;
                        height: 0.5rem;
                        float: left;
                        font-size: 0.24rem;
                        line-height: 0.5rem;
                        display: block;
                        text-align: center;
                        color: #fff;
                        background-color: #9a9a9a;
                    }

                    .mainM .newsInfo .box1 ul li a .t {
                        width: calc(100% - 0.77rem);
                        font-size: 0.24rem;
                        line-height: 0.34rem;
                        color: #333;
                        float: right;
                        padding-top: 0.07rem;
                    }

                .mainM .newsInfo .box1 ul li:nth-child(1) span, .mainM .newsInfo .box1 ul li:nth-child(2) span, .mainM .newsInfo .box1 ul li:nth-child(3) span {
                    background-color: #99242c;
                }

        .mainM .newsInfo .box1 .clickMore {
            width: 2.6rem;
            height: 0.4rem;
            border-radius: 0.2rem;
            background-color: #f7fafc;
            display: block;
            text-align: center;
            margin: 0.3rem auto 0;
        }

            .mainM .newsInfo .box1 .clickMore span {
                padding-left: 0.28rem;
                display: inline-block;
                background-position: left center;
                background-size: 0.16rem;
                font-size: 0.18rem;
                line-height: 0.4rem;
                color: #99242c;
                background-image: url("../images/index_ic3.png");
                background-repeat: no-repeat;
            }

    .mainM .newsInfo .box2 {
        margin-top: 0.2rem;
    }

        .mainM .newsInfo .box2 .titx {
            border-bottom: 1px solid #ccc;
        }

            .mainM .newsInfo .box2 .titx span {
                width: 89.3%;
                margin: 0 auto;
                display: block;
                font-size: 0.3rem;
                line-height: 0.88rem;
                color: #666;
            }

        .mainM .newsInfo .box2 ul {
            width: 89.3%;
            margin: 0.28rem auto 0;
        }

            .mainM .newsInfo .box2 ul li {
                /*width: 48.8%;*/
                width:100% ;
                float: left;
            }

                .mainM .newsInfo .box2 ul li:nth-child(2n) {
                    float: right;
                }

                .mainM .newsInfo .box2 ul li .pic {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    border-radius: 0.2rem;
                    position: relative;
                }

                    .mainM .newsInfo .box2 ul li .pic .icon {
                        width: 0.64rem;
                        height: 0.64rem;
                        overflow: hidden;
                        background-image: url("../images/video1.png");
                        background-size: cover;
                        background-repeat: no-repeat;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }

                .mainM .newsInfo .box2 ul li .t {
                    font-size: 0.24rem;
                    line-height: 0.3rem;
                    color: #333;
                    margin-top: 0.25rem;
                }

        .mainM .newsInfo .box2 .clickMore {
            width: 2.6rem;
            height: 0.4rem;
            border-radius: 0.2rem;
            background-color: #f7fafc;
            display: block;
            text-align: center;
            margin: 0.6rem auto 0;
        }

            .mainM .newsInfo .box2 .clickMore span {
                padding-left: 0.28rem;
                display: inline-block;
                background-position: left center;
                background-size: 0.16rem;
                font-size: 0.18rem;
                line-height: 0.4rem;
                color: #99242c;
                background-image: url("../images/index_ic3.png");
                background-repeat: no-repeat;
            }

    .mainM .newsInfo .box4 {
        padding-top: 0.3rem;
    }

        .mainM .newsInfo .box4 .titx {
            border-bottom: 1px solid #ccc;
        }

            .mainM .newsInfo .box4 .titx span {
                width: 89.3%;
                margin: 0 auto;
                display: block;
                font-size: 0.3rem;
                line-height: 0.88rem;
                color: #666;
            }

        .mainM .newsInfo .box4 .list {
            width: 89.3%;
            margin: 0.3rem auto 0;
        }

            .mainM .newsInfo .box4 .list ul li {
                width: 31.5%;
                float: left;
                margin-right: 2.75%;
                border: 1px solid #d0d0d0;
                border-radius: 0.2rem;
                overflow: hidden;
                box-sizing: border-box;
            }

                .mainM .newsInfo .box4 .list ul li:last-child {
                    margin-right: 0;
                }

                .mainM .newsInfo .box4 .list ul li a {
                    width: 100%;
                    height: auto;
                    display: block;
                    padding-bottom: 0.22rem;
                }

                    .mainM .newsInfo .box4 .list ul li a .pic {
                        width: 100%;
                        height: auto;
                    }

                    .mainM .newsInfo .box4 .list ul li a .tits {
                        text-align: center;
                        font-size: 0.3rem;
                        line-height: 0.32rem;
                        color: #99242c;
                        margin-top: 0.16rem;
                    }

                    .mainM .newsInfo .box4 .list ul li a .tit {
                        font-size: 0.18rem;
                        line-height: 0.2rem;
                        color: #808080;
                        text-align: center;
                        margin-top: 0.09rem;
                    }

            .mainM .newsInfo .box4 .list .btns {
                width: 100%;
                text-align: center;
                font-size: 0;
                margin-top: 0.4rem;
            }

                .mainM .newsInfo .box4 .list .btns span {
                    width: 0.3rem;
                    height: 0.04rem;
                    border-radius: 0.02rem;
                    margin: 0 0.07rem;
                    background-color: #e6e6e6;
                    display: inline-block;
                    opacity: 1;
                }

                    .mainM .newsInfo .box4 .list .btns span.swiper-pagination-bullet-active {
                        background-color: #99242c;
                    }

.mainM .honor {
    padding-top: 0.4rem;
}

    .mainM .honor .listTop {
        width: 60%;
        margin: 0 auto;
        overflow: visible;
        padding-bottom: 0.4rem;
    }

        .mainM .honor .listTop ul li {
            width: 100%;
            height: auto;
            margin-right: 5%;
        }

            .mainM .honor .listTop ul li:last-child {
                margin-right: 0;
            }

            .mainM .honor .listTop ul li .pic {
                width: 100%;
                height: auto;
                transform: scale(0.887);
            }

            .mainM .honor .listTop ul li p {
                text-align: center;
                font-size: 0.24rem;
                line-height: 0.3rem;
                color: #333;
                margin-top: 0.26rem;
                display: none;
                margin-top: 0.47rem;
            }

            .mainM .honor .listTop ul li.swiper-slide-active .pic {
                transform: scale(1);
            }

            .mainM .honor .listTop ul li.swiper-slide-active p {
                display: block;
            }

        .mainM .honor .listTop .btns {
            width: 100%;
            text-align: center;
            font-size: 0;
            margin-top: 0.47rem;
        }

            .mainM .honor .listTop .btns span {
                width: 0.3rem;
                height: 0.04rem;
                border-radius: 0.02rem;
                margin: 0 0.07rem;
                background-color: #e6e6e6;
                display: inline-block;
                opacity: 1;
            }

                .mainM .honor .listTop .btns span.swiper-pagination-bullet-active {
                    background-color: #99242c;
                }

    .mainM .honor .box {
        border-top: 1px solid #ccc;
        padding-bottom: 0.22rem;
    }

        .mainM .honor .box .list {
            width: 89.3%;
            height: auto;
            margin: 0.4rem auto 0;
        }

            .mainM .honor .box .list ul li {
                width: 48.5%;
                float: left;
                margin-right: 3%;
                margin-bottom: 0.22rem;
            }

                .mainM .honor .box .list ul li:nth-child(2n) {
                    margin-right: 0;
                }

                .mainM .honor .box .list ul li .pic {
                    width: 100%;
                    height: auto;
                }

                .mainM .honor .box .list ul li p {
                    text-align: center;
                    font-size: 0.24rem;
                    line-height: 0.36rem;
                    color: #333;
                    height: 0.36rem;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-top: 0.28rem;
                }

.mainM .equipment {
    width: 89.3%;
    height: auto;
    margin: 0.3rem auto 0;
    padding-bottom: 0.5rem;
}

    .mainM .equipment .videoBox {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        border-radius: 0.2rem;
    }

        .mainM .equipment .videoBox .icon {
            width: 0.9rem;
            height: 0.9rem;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            background-size: cover;
            background-image: url("../images/video.png");
        }

    .mainM .equipment .list {
        margin-top: 0.4rem;
    }

        .mainM .equipment .list ul li {
            width: 47.8%;
            float: left;
            margin-right: 4.4%;
            margin-bottom: 0.34rem;
        }

            .mainM .equipment .list ul li:nth-child(2n) {
                margin-right: 0;
            }

            .mainM .equipment .list ul li a {
                width: 100%;
                height: auto;
                display: block;
            }

                .mainM .equipment .list ul li a .pic {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    border-radius: 0.2rem;
                }

                .mainM .equipment .list ul li a .tits {
                    font-size: 0.24rem;
                    line-height: 0.36rem;
                    color: #666;
                    height: 0.72rem;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-top: 0.23rem;
                }

.mainM .environment {
    width: 89.3%;
    height: auto;
    margin: 0.4rem auto 0;
    padding-bottom: 0.5rem;
}

    .mainM .environment .list ul li {
        width: 47.8%;
        float: left;
        margin-right: 4.4%;
        margin-bottom: 0.34rem;
    }

        .mainM .environment .list ul li:nth-child(2n) {
            margin-right: 0;
        }

        .mainM .environment .list ul li .pic {
            width: 100%;
            height: auto;
            overflow: hidden;
            border-radius: 0.2rem;
        }

        .mainM .environment .list ul li .tits {
            font-size: 0.24rem;
            line-height: 0.36rem;
            color: #666;
            height: 0.36rem;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 0.23rem;
        }

.mainM .subject .box1 {
    width: 89.3%;
    margin: 0 auto;
    padding-bottom: 0.4rem;
}

    .mainM .subject .box1 .subjectNav {
        border-bottom: 1px solid #ccc;
        width: 100%;
        padding: 0 5.35%;
        box-sizing: border-box;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        font-size: 0;
    }

        .mainM .subject .box1 .subjectNav a {
            font-size: 0.3rem;
            line-height: 0.87rem;
            width: 50%;
            text-align: center;
            display: inline-block;
            float: left;
            position: relative;
            color: #333;
        }

            .mainM .subject .box1 .subjectNav a:after {
                width: 0.6rem;
                height: 0.04rem;
                background-color: #99242c;
                bottom: -1px;
                left: 50%;
                margin-left: -0.3rem;
                display: none;
                position: absolute;
                content: '';
            }

            .mainM .subject .box1 .subjectNav a.on {
                color: #99242c;
            }

                .mainM .subject .box1 .subjectNav a.on:after {
                    display: block;
                }

    .mainM .subject .box1 .itemBox {
        width: 100%;
        height: auto;
        margin-top: 0.3rem;
    }

        .mainM .subject .box1 .itemBox .item {
            display: none;
        }

            .mainM .subject .box1 .itemBox .item ul {
                height: 1.65rem;
                overflow: hidden;
            }

                .mainM .subject .box1 .itemBox .item ul li {
                    width: 25%;
                    float: left;
                    margin-bottom: 0.2rem;
                }

                    .mainM .subject .box1 .itemBox .item ul li a {
                        width: 100%;
                        height: auto;
                        display: block;
                    }

                        .mainM .subject .box1 .itemBox .item ul li a .icon {
                            width: 1rem;
                            border-radius: 0.2rem;
                            overflow: hidden;
                            margin: 0 auto;
                        }

                        .mainM .subject .box1 .itemBox .item ul li a p {
                            text-align: center;
                            font-size: 0.24rem;
                            line-height: 0.3rem;
                            color: #808080;
                            margin-top: 0.15rem;
                        }

                .mainM .subject .box1 .itemBox .item ul.on {
                    height: auto;
                }

            .mainM .subject .box1 .itemBox .item .moreClick {
                margin: 0.18rem auto 0;
            }

.mainM .subject .box2 {
    width: 89.3%;
    margin: 0.4rem auto 0;
    padding-bottom: 0.4rem;
}

    .mainM .subject .box2 .title {
        font-size: 0.44rem;
        line-height: 0.46rem;
        color: #333;
    }

    .mainM .subject .box2 .txt {
        font-size: 0.26rem;
        line-height: 0.48rem;
        color: #808080;
        height: 2.4rem;
        overflow: hidden;
        margin-top: 0.28rem;
    }

        .mainM .subject .box2 .txt.on {
            height: auto;
        }

    .mainM .subject .box2 .moreClick {
        margin: 0.3rem auto 0;
    }

    .mainM .subject .box2 .pic {
        width: 100%;
        overflow: hidden;
        border-radius: 0.2rem;
        margin-top: 0.4rem;
    }

.mainM .subject .box3 {
    padding-bottom: 0.4rem;
}

    .mainM .subject .box3 .list {
        width: 89.3%;
        margin: 0.3rem auto 0;
        height: 1.92rem;
        overflow: hidden;
    }

        .mainM .subject .box3 .list a {
            width: 30.7%;
            float: left;
            margin-right: 3.95%;
            border: 1px solid #ccc;
            margin-bottom: 0.3rem;
            box-sizing: border-box;
            height: 0.66rem;
            font-size: 0.26rem;
            color: #666;
            text-align: center;
            line-height: 0.64rem;
            border-radius: 0.33rem;
        }

            .mainM .subject .box3 .list a:nth-child(3n) {
                margin-right: 0;
            }

        .mainM .subject .box3 .list.on {
            height: auto;
        }

    .mainM .subject .box3 .moreClick {
        margin: 0.1rem auto 0;
    }

.mainM .subject .box4 {
    padding-bottom: 0.42rem;
}

    .mainM .subject .box4 .list {
        width: 89.3%;
        margin: 0.3rem auto 0;
    }

        .mainM .subject .box4 .list ul li {
            width: 31.5%;
            float: left;
            margin-right: 2.75%;
            border: 1px solid #d0d0d0;
            border-radius: 0.2rem;
            overflow: hidden;
            box-sizing: border-box;
        }

            .mainM .subject .box4 .list ul li:last-child {
                margin-right: 0;
            }

            .mainM .subject .box4 .list ul li a {
                width: 100%;
                height: auto;
                display: block;
                padding-bottom: 0.22rem;
            }

                .mainM .subject .box4 .list ul li a .pic {
                    width: 100%;
                    height: auto;
                }

                .mainM .subject .box4 .list ul li a .tits {
                    text-align: center;
                    font-size: 0.3rem;
                    line-height: 0.32rem;
                    color: #99242c;
                    margin-top: 0.16rem;
                }

                .mainM .subject .box4 .list ul li a .tit {
                    font-size: 0.18rem;
                    line-height: 0.2rem;
                    color: #808080;
                    text-align: center;
                    margin-top: 0.09rem;
                }

        .mainM .subject .box4 .list .btns {
            width: 100%;
            text-align: center;
            font-size: 0;
            margin-top: 0.4rem;
        }

            .mainM .subject .box4 .list .btns span {
                width: 0.3rem;
                height: 0.04rem;
                border-radius: 0.02rem;
                margin: 0 0.07rem;
                background-color: #e6e6e6;
                display: inline-block;
                opacity: 1;
            }

                .mainM .subject .box4 .list .btns span.swiper-pagination-bullet-active {
                    background-color: #99242c;
                }

.mainM .subject .box5 {
    padding-bottom: 0.05rem;
}

    .mainM .subject .box5 .content {
        width: 89.3%;
        margin: 0.2rem auto 0;
        height: auto;
    }

        .mainM .subject .box5 .content .top {
            width: 100%;
            height: auto;
        }

            .mainM .subject .box5 .content .top a {
                width: 100%;
                display: block;
                height: auto;
            }

                .mainM .subject .box5 .content .top a .pic {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    border-radius: 0.2rem;
                }

                .mainM .subject .box5 .content .top a .tits {
                    font-size: 0.26rem;
                    line-height: 0.4rem;
                    color: #333;
                    margin-top: 0.13rem;
                }

        .mainM .subject .box5 .content ul {
            margin-top: 0.24rem;
        }

            .mainM .subject .box5 .content ul li {
                border-top: 1px dashed #e6e6e6;
            }

                .mainM .subject .box5 .content ul li a {
                    width: 100%;
                    display: block;
                    box-sizing: border-box;
                    padding-left: 0.34rem;
                    font-size: 0.26rem;
                    line-height: 0.85rem;
                    height: 0.85rem;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    color: #808080;
                    position: relative;
                }

                    .mainM .subject .box5 .content ul li a:after {
                        width: 0.08rem;
                        height: 0.08rem;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        margin-top: -0.04rem;
                        content: '';
                        background-color: #99242c;
                        border-radius: 100%;
                    }

.mainM .subject .box6 {
    padding-bottom: 0.3rem;
}

    .mainM .subject .box6 .list {
        width: 89.3%;
        margin: 0.3rem auto 0;
    }

        .mainM .subject .box6 .list ul li {
            width: 48.5%;
            margin-right: 3%;
            float: left;
            overflow: hidden;
            border-radius: 0.2rem;
        }

            .mainM .subject .box6 .list ul li:last-child {
                margin-right: 0;
            }

        .mainM .subject .box6 .list .btns {
            width: 100%;
            text-align: center;
            font-size: 0;
            margin-top: 0.3rem;
        }

            .mainM .subject .box6 .list .btns span {
                width: 0.3rem;
                height: 0.04rem;
                border-radius: 0.02rem;
                margin: 0 0.07rem;
                background-color: #e6e6e6;
                display: inline-block;
                opacity: 1;
            }

                .mainM .subject .box6 .list .btns span.swiper-pagination-bullet-active {
                    background-color: #99242c;
                }

.mainM .aboutTabs {
    padding: 0 5.35%;
    border-bottom: 1px solid #ccc;
}

    .mainM .aboutTabs a {
        font-size: 0.3rem;
        line-height: 0.87rem;
        color: #5e5a4d;
        margin-right: 0.74rem;
        float: left;
        display: block;
    }

        .mainM .aboutTabs a:last-child {
            margin-right: 0;
        }

        .mainM .aboutTabs a.on {
            color: #99242c;
        }

.mainM .subjectTable {
    padding-bottom: 0.6rem;
}

    .mainM .subjectTable .aboutTitle .t {
        float: right;
        margin-right: 5.35%;
        padding-top: 0.3rem;
    }

        .mainM .subjectTable .aboutTitle .t span {
            font-size: 0.24rem;
            line-height: 0.3rem;
            color: #808080;
            padding-left: 0.28rem;
            background-size: 0.19rem;
            background-position: left center;
            margin-left: 0.35rem;
            background-repeat: no-repeat;
        }

            .mainM .subjectTable .aboutTitle .t span.s1 {
                background-image: url("../images/subject_icon1.png");
            }

            .mainM .subjectTable .aboutTitle .t span.s2 {
                background-image: url("../images/subject_icon2.png");
            }

    .mainM .subjectTable .tableA {
        width: 89.3%;
        margin: 0.3rem auto 0;
    }

        .mainM .subjectTable .tableA table {
            width: 100%;
        }

            .mainM .subjectTable .tableA table tr {
                box-sizing: border-box;
            }

                .mainM .subjectTable .tableA table tr th {
                    background-color: #99242c;
                    height: 0.8rem;
                    font-size: 0.24rem;
                    line-height: 0.8rem;
                    box-sizing: border-box;
                    border-right: 1px solid rgba(255, 255, 255, 0.5);
                    width: 41.8%;
                    text-align: center;
                    font-weight: normal;
                    color: #fff;
                }

                    .mainM .subjectTable .tableA table tr th:last-child {
                        border-right: none;
                    }

                    .mainM .subjectTable .tableA table tr th:nth-child(1) {
                        width: 16.4%;
                    }

                .mainM .subjectTable .tableA table tr td {
                    font-size: 0.24rem;
                    line-height: 0.3rem;
                    color: #808080;
                    height: 0.72rem;
                    box-sizing: border-box;
                    border: 1px solid #ccc;
                    width: 41.8%;
                    text-align: center;
                }

                    .mainM .subjectTable .tableA table tr td:nth-child(1) {
                        width: 16.4%;
                    }

                    .mainM .subjectTable .tableA table tr td a {
                        color: #808080;
                        margin: 0 0.05rem;
                    }

                        .mainM .subjectTable .tableA table tr td a.a1 {
                            padding-left: 0.4rem;
                            background-position: left center;
                            display: inline-block;
                            background-repeat: no-repeat;
                            background-image: url("../images/subject_icon1.png");
                        }

                        .mainM .subjectTable .tableA table tr td a.a2 {
                            padding-left: 0.4rem;
                            background-position: left center;
                            display: inline-block;
                            background-repeat: no-repeat;
                            background-image: url("../images/subject_icon2.png");
                        }

.mainM .subjectPage {
    width: 89.3%;
    margin: 0 auto;
    padding: 0.3rem 0;
}

    .mainM .subjectPage .con {
        font-size: 14px;
        line-height: 26px;
        color: #666;
    }

.mainM .subjectInfo .box1 {
    width: 89.3%;
    margin: 0 auto;
    padding-top: 0.38rem;
    padding-bottom: 0.28rem;
}

    .mainM .subjectInfo .box1 .tits {
        font-size: 0.44rem;
        line-height: 0.46rem;
        color: #333;
    }

    .mainM .subjectInfo .box1 .txt {
        font-size: 0.26rem;
        line-height: 0.48rem;
        color: #808080;
        margin-top: 0.27rem;
    }

.mainM .subjectInfo .box2 .list {
    width: 89.3%;
    margin: 0 auto;
}

    .mainM .subjectInfo .box2 .list .t {
        border-bottom: 1px dashed #dadada;
        font-size: 0.28rem;
        line-height: 0.48rem;
        color: #333;
        position: relative;
        padding: 0.2rem 0;
    }

        .mainM .subjectInfo .box2 .list .t:last-child {
            border-bottom: none;
        }

        .mainM .subjectInfo .box2 .list .t .tt1 {
            float: right;
            text-align: right;
            width: 64.2%;
        }

        .mainM .subjectInfo .box2 .list .t .tt {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            color: #808080;
        }

.mainM .subjectInfo .box4 {
    padding-bottom: 0.42rem;
}

    .mainM .subjectInfo .box4 .list {
        width: 89.3%;
        margin: 0.3rem auto 0;
    }

        .mainM .subjectInfo .box4 .list ul li {
            width: 31.5%;
            float: left;
            margin-right: 2.75%;
            border: 1px solid #d0d0d0;
            border-radius: 0.2rem;
            overflow: hidden;
            box-sizing: border-box;
        }

            .mainM .subjectInfo .box4 .list ul li:last-child {
                margin-right: 0;
            }

            .mainM .subjectInfo .box4 .list ul li a {
                width: 100%;
                height: auto;
                display: block;
                padding-bottom: 0.22rem;
            }

                .mainM .subjectInfo .box4 .list ul li a .pic {
                    width: 100%;
                    height: auto;
                }

                .mainM .subjectInfo .box4 .list ul li a .tits {
                    text-align: center;
                    font-size: 0.3rem;
                    line-height: 0.32rem;
                    color: #99242c;
                    margin-top: 0.16rem;
                }

                .mainM .subjectInfo .box4 .list ul li a .tit {
                    font-size: 0.18rem;
                    line-height: 0.2rem;
                    color: #808080;
                    text-align: center;
                    margin-top: 0.09rem;
                }

        .mainM .subjectInfo .box4 .list .btns {
            width: 100%;
            text-align: center;
            font-size: 0;
            margin-top: 0.4rem;
        }

            .mainM .subjectInfo .box4 .list .btns span {
                width: 0.3rem;
                height: 0.04rem;
                border-radius: 0.02rem;
                margin: 0 0.07rem;
                background-color: #e6e6e6;
                display: inline-block;
                opacity: 1;
            }

                .mainM .subjectInfo .box4 .list .btns span.swiper-pagination-bullet-active {
                    background-color: #99242c;
                }

.mainM .subjectInfo .box3 {
    padding-bottom: 0.2rem;
}

    .mainM .subjectInfo .box3 .list {
        width: 89.3%;
        margin: 0.3rem auto 0;
    }

        .mainM .subjectInfo .box3 .list a {
            width: 48.5%;
            display: block;
            border-radius: 0.2rem;
            background-color: #f3f6fa;
            float: left;
            margin-right: 3%;
            margin-bottom: 3%;
        }

            .mainM .subjectInfo .box3 .list a:nth-child(2n) {
                margin-right: 0;
            }

            .mainM .subjectInfo .box3 .list a img {
                width: 0.9rem;
                float: left;
                display: block;
                margin-top: 0.15rem;
                margin-left: 0.45rem;
            }

            .mainM .subjectInfo .box3 .list a p {
                float: left;
                font-size: 0.28rem;
                line-height: 1.2rem;
                color: #333;
                margin-left: 0.28rem;
            }

.mainM .subjectInfo .box5 {
    padding-top: 0.35rem;
    padding-bottom: 0.52rem;
}

    .mainM .subjectInfo .box5 .title {
        text-align: center;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 0.42rem;
    }

        .mainM .subjectInfo .box5 .title .tits {
            font-size: 0.36rem;
            color: #333;
            line-height: 0.38rem;
        }

        .mainM .subjectInfo .box5 .title .tit {
            font-size: 0.2rem;
            line-height: 0.22rem;
            color: #b2b2b2;
            margin-top: 0.19rem;
        }

    .mainM .subjectInfo .box5 .tableB {
        width: 89.3%;
        margin: 0 auto;
    }

        .mainM .subjectInfo .box5 .tableB .t {
            border-bottom: 1px dashed #d5d5d5;
            background-position: left 0.23rem;
            background-repeat: no-repeat;
            background-size: 0.4rem;
        }

            .mainM .subjectInfo .box5 .tableB .t .text {
                width: 100%;
                height: 0.86rem;
                padding-left: 0.65rem;
                box-sizing: border-box;
                font-size: 0.26rem;
                line-height: 0.4rem;
                color: #333;
                background: none;
                border: none;
            }

                .mainM .subjectInfo .box5 .tableB .t .text::-webkit-input-placeholder {
                    color: #b2b2b2;
                }

                .mainM .subjectInfo .box5 .tableB .t .text:-moz-placeholder {
                    color: #b2b2b2;
                }

                .mainM .subjectInfo .box5 .tableB .t .text:-ms-input-placeholder {
                    color: #b2b2b2;
                }

            .mainM .subjectInfo .box5 .tableB .t .sel {
                width: 100%;
                height: 0.86rem;
                padding-left: 0.65rem;
                box-sizing: border-box;
                font-size: 0.26rem;
                line-height: 0.4rem;
                color: #b2b2b2;
                background: none;
                border: none;
                -moz-appearance: none;
                -moz-appearance: none;
                -webkit-appearance: none;
                background-image: url("../images/ic1.png");
                background-size: 0.22rem;
                background-repeat: no-repeat;
                background-position: right center;
            }

            .mainM .subjectInfo .box5 .tableB .t .txt {
                width: 100%;
                height: 2rem;
                padding-left: 0.65rem;
                box-sizing: border-box;
                font-size: 0.26rem;
                line-height: 0.4rem;
                color: #333;
                background: none;
                padding-top: 0.23rem;
                border: none;
            }

                .mainM .subjectInfo .box5 .tableB .t .txt::-webkit-input-placeholder {
                    color: #b2b2b2;
                }

                .mainM .subjectInfo .box5 .tableB .t .txt:-moz-placeholder {
                    color: #b2b2b2;
                }

                .mainM .subjectInfo .box5 .tableB .t .txt:-ms-input-placeholder {
                    color: #b2b2b2;
                }

        .mainM .subjectInfo .box5 .tableB .submit {
            width: 100%;
            height: 0.7rem;
            border: none;
            background: none;
            background-color: #e6f0f9;
            border-radius: 0.35rem;
            display: block;
            margin-top: 0.4rem;
            text-align: center;
            font-size: 0.26rem;
            line-height: 0.7rem;
            color: #99242c;
        }

.mainM .subjectInfo .box6 {
    padding-bottom: 0.4rem;
}

    .mainM .subjectInfo .box6 .list {
        width: 89.3%;
        margin: 0.48rem auto 0;
    }

        .mainM .subjectInfo .box6 .list ul li {
            margin-bottom: 0.45rem;
            display: none;
            overflow: hidden;
            border-radius: 0.16rem;
        }

            .mainM .subjectInfo .box6 .list ul li:nth-child(1), .mainM .subjectInfo .box6 .list ul li:nth-child(2) {
                display: block;
            }

        .mainM .subjectInfo .box6 .list.on ul li {
            display: block;
        }

        .mainM .subjectInfo .box6 .list .moreClick {
            width: 2.6rem;
            height: 0.4rem;
            border-radius: 0.2rem;
            display: block;
            margin: 0 auto;
            text-align: center;
            font-size: 0;
            background-color: #f7fafc;
        }

            .mainM .subjectInfo .box6 .list .moreClick span {
                padding-left: 0.28rem;
                display: inline-block;
                font-size: 0.18rem;
                line-height: 0.4rem;
                color: #99242c;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url("../images/index_ic3.png");
                background-size: 0.16rem;
            }

.mainM .subjectInfo .box7 {
    padding-bottom: 0.4rem;
}

    .mainM .subjectInfo .box7 ul {
        width: 89.3%;
        margin: 0.28rem auto 0;
    }

        .mainM .subjectInfo .box7 ul li {
            width: 48.8%;
            float: left;
        }

            .mainM .subjectInfo .box7 ul li:nth-child(2n) {
                float: right;
            }

            .mainM .subjectInfo .box7 ul li .pic {
                width: 100%;
                height: auto;
                overflow: hidden;
                border-radius: 0.2rem;
                position: relative;
            }

                .mainM .subjectInfo .box7 ul li .pic .icon {
                    width: 0.64rem;
                    height: 0.64rem;
                    overflow: hidden;
                    background-image: url("../images/video1.png");
                    background-size: cover;
                    background-repeat: no-repeat;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }

            .mainM .subjectInfo .box7 ul li .t {
                font-size: 0.24rem;
                line-height: 0.3rem;
                color: #333;
                margin-top: 0.25rem;
            }

    .mainM .subjectInfo .box7 .clickMore {
        width: 2.6rem;
        height: 0.4rem;
        border-radius: 0.2rem;
        background-color: #f7fafc;
        display: block;
        text-align: center;
        margin: 0.6rem auto 0;
    }

        .mainM .subjectInfo .box7 .clickMore span {
            padding-left: 0.28rem;
            display: inline-block;
            background-position: left center;
            background-size: 0.16rem;
            font-size: 0.18rem;
            line-height: 0.4rem;
            color: #99242c;
            background-image: url("../images/index_ic3.png");
            background-repeat: no-repeat;
        }

.mainM .newsNav {
    border-bottom: 1px solid #eaeaea;
}

    .mainM .newsNav a {
        width: 25%;
        text-align: center;
        display: block;
        font-size: 0.26rem;
        line-height: 0.87rem;
        color: #333;
        position: relative;
        float: left;
    }

        .mainM .newsNav a:after {
            width: 0.4rem;
            height: 0.04rem;
            background-color: #99242c;
            position: absolute;
            left: 50%;
            margin-left: -0.2rem;
            bottom: -1px;
            content: '';
            display: none;
        }

        .mainM .newsNav a.on {
            color: #99242c;
        }

            .mainM .newsNav a.on:after {
                display: block;
            }

.mainM .researchNav {
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    font-size: 0;
    width: 100%;
}

    .mainM .researchNav a {
        display: inline-block;
        font-size: 0.26rem;
        line-height: 0.87rem;
        color: #333;
        position: relative;
        margin: 0 0.23rem;
    }

        .mainM .researchNav a:after {
            width: 0.4rem;
            height: 0.04rem;
            background-color: #99242c;
            position: absolute;
            left: 50%;
            margin-left: -0.2rem;
            bottom: -1px;
            content: '';
            display: none;
        }

        .mainM .researchNav a.on {
            color: #99242c;
        }

            .mainM .researchNav a.on:after {
                display: block;
            }

.mainM .news {
    padding-bottom: 0.4rem;
}

    .mainM .news .list {
        width: 89.3%;
        margin: 0.2rem auto 0;
    }

        .mainM .news .list .listNew .item {
            width: 100%;
            height: auto;
            overflow: hidden;
            border-radius: 0.2rem;
        }

            .mainM .news .list .listNew .item a {
                width: 100%;
                height: auto;
                display: block;
                position: relative;
            }

                .mainM .news .list .listNew .item a .bg {
                    width: 100%;
                    height: 100%;
                    background-size: 100%;
                    background-position: center bottom;
                    background-image: url("../images/research_bg.png");
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

                .mainM .news .list .listNew .item a .t {
                    width: 100%;
                    font-size: 0.28rem;
                    line-height: 0.4rem;
                    color: #fff;
                    padding: 0 0.2rem;
                    box-sizing: border-box;
                    height: 0.4rem;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    position: absolute;
                    left: 0;
                    bottom: 0.45rem;
                    text-align: center;
                }

        .mainM .news .list .btns {
            width: 100%;
            text-align: center;
            font-size: 0;
            position: absolute;
            left: 0;
            z-index: 10;
            bottom: 0.2rem;
        }

            .mainM .news .list .btns span {
                width: 0.3rem;
                height: 0.04rem;
                border-radius: 0.02rem;
                margin: 0 0.07rem;
                background-color: #e6e6e6;
                display: inline-block;
                opacity: 1;
            }

                .mainM .news .list .btns span.swiper-pagination-bullet-active {
                    background-color: #99242c;
                }

    .mainM .news ul {
        padding-bottom: 0.2rem;
    }

        .mainM .news ul li {
            border-bottom: 1px solid #e6e6e6;
            padding: 0.2rem 0;
        }

            .mainM .news ul li:last-child {
                border-bottom: none;
            }

            .mainM .news ul li a {
                width: 89.3%;
                margin: 0 auto;
                display: block;
            }

                .mainM .news ul li a .con {
                    width: 58.2%;
                    float: left;
                    padding-top: 0.22rem;
                }

                    .mainM .news ul li a .con .tits {
                        font-size: 0.28rem;
                        line-height: 0.36rem;
                        color: #333;
                        height: 0.72rem;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    .mainM .news ul li a .con .time {
                        padding-left: 0.3rem;
                        font-size: 0.18rem;
                        line-height: 0.24rem;
                        color: #999;
                        background-position: left center;
                        background-repeat: no-repeat;
                        background-image: url("../images/time.png");
                        background-size: 0.22rem;
                        margin-top: 0.55rem;
                    }

                .mainM .news ul li a .pic {
                    width: 38.8%;
                    float: right;
                    overflow: hidden;
                    border-radius: 0.2rem;
                }

.mainM .videoCenter {
    width: 89.3%;
    margin: 0.4rem auto 0;
    padding-bottom: 0.4rem;
}

    .mainM .videoCenter ul {
        padding-bottom: 0.1rem;
    }

        .mainM .videoCenter ul li {
            width: 100%;
            overflow: hidden;
            border-radius: 0.2rem;
            margin-bottom: 0.3rem;
        }

            .mainM .videoCenter ul li a {
                width: 100%;
                height: auto;
                position: relative;
                display: block;
            }

                .mainM .videoCenter ul li a .bg {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    background-size: 100%;
                    background-position: center bottom;
                    background-image: url("../images/videocenter_bg.png");
                }

                .mainM .videoCenter ul li a .icon {
                    width: 0.94rem;
                    height: 0.94rem;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    margin: auto;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-image: url("../images/video1.png");
                }

                .mainM .videoCenter ul li a .t {
                    padding: 0 0.2rem;
                    font-size: 0.28rem;
                    line-height: 0.4rem;
                    color: #fff;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    width: 100%;
                    position: absolute;
                    bottom: 0.22rem;
                    left: 0;
                }

.mainM .notice {
    width: 89.3%;
    margin: 0 auto;
    padding-bottom: 0.4rem;
}

    .mainM .notice ul {
        padding-bottom: 0.4rem;
    }

        .mainM .notice ul li {
            border-bottom: 1px dashed #d4d4d4;
        }

            .mainM .notice ul li a {
                width: 100%;
                height: auto;
                display: block;
                position: relative;
                padding: 0.22rem 0;
            }

                .mainM .notice ul li a .t {
                    width: 85.8%;
                    font-size: 0.26rem;
                    line-height: 0.4rem;
                    color: #333;
                }

                .mainM .notice ul li a i {
                    width: 0.13rem;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0.13rem;
                    background-size: 100%;
                    background-repeat: no-repeat;
                    background-image: url("../images/notice_icon.png");
                    background-position: center;
                }

.mainM .contact {
    padding-bottom: 0.4rem;
}

    .mainM .contact ul {
        padding-bottom: 0.4rem;
    }

        .mainM .contact ul li {
            border-bottom: 1px solid #e6e6e6;
        }

            .mainM .contact ul li .tits {
                padding: 0 5.35%;
                box-sizing: border-box;
                width: 100%;
                position: relative;
                padding-top: 0.36rem;
                padding-bottom: 0.41rem;
            }

                .mainM .contact ul li .tits .t {
                    font-size: 0.3rem;
                    line-height: 0.32rem;
                    color: #333;
                }

                .mainM .contact ul li .tits .t1 {
                    font-size: 0.24rem;
                    line-height: 0.26rem;
                    color: #999;
                    margin-top: 0.2rem;
                }

                .mainM .contact ul li .tits i {
                    width: 0.55rem;
                    height: 0.55rem;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-image: url("../images/contact_icon.png");
                    display: block;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 5.35%;
                }

                .mainM .contact ul li .tits.on i {
                    background-image: url("../images/contact_icon_h.png");
                }

            .mainM .contact ul li .con {
                width: 100%;
                height: auto;
                padding: 0.48rem 5.35% 0.38rem;
                background-color: #f7f7f7;
                box-sizing: border-box;
                display: none;
            }

                .mainM .contact ul li .con .t {
                    font-size: 0.24rem;
                    line-height: 0.26rem;
                    color: #333;
                }

                .mainM .contact ul li .con .t1 {
                    font-size: 0.24rem;
                    line-height: 0.48rem;
                    color: #808080;
                    margin-top: 0.23rem;
                }

.mainM .traffic {
    width: 89.3%;
    margin: 0.33rem auto 0;
}

    .mainM .traffic .map {
        width: 100%;
        height: 4.6rem;
        overflow: hidden;
        border-radius: 0.2rem;
    }

    .mainM .traffic .content {
        margin-top: 0.3rem;
    }

        .mainM .traffic .content .tabs {
            text-align: center;
            font-size: 0;
        }

            .mainM .traffic .content .tabs a {
                width: 44.8%;
                display: inline-block;
                text-align: center;
                font-size: 0.28rem;
                color: #666;
                box-sizing: border-box;
                line-height: 0.68rem;
                height: 0.7rem;
                border-radius: 0.35rem;
                border: 1px solid #ccc;
                margin: 0 2.2%;
            }

                .mainM .traffic .content .tabs a.on {
                    background-color: #99242c;
                    color: #fff;
                    border-color: #99242c;
                }

        .mainM .traffic .content .itemBox {
            margin-top: 0.64rem;
            padding-bottom: 0.3rem;
        }

            .mainM .traffic .content .itemBox .item {
                display: none;
            }

                .mainM .traffic .content .itemBox .item .t {
                    border-bottom: 1px solid #ccc;
                    padding-bottom: 0.22rem;
                    margin-bottom: 0.22rem;
                }

                    .mainM .traffic .content .itemBox .item .t:last-child {
                        border-bottom: none;
                    }

                    .mainM .traffic .content .itemBox .item .t .tt {
                        padding-left: 0.35rem;
                        background-position: left center;
                        background-repeat: no-repeat;
                        font-size: 0.28rem;
                        line-height: 0.4rem;
                        color: #99242c;
                        background-image: url("../images/traffic_icon.png");
                        background-size: 0.24rem;
                    }

                    .mainM .traffic .content .itemBox .item .t .tt1 {
                        font-size: 0.24rem;
                        line-height: 0.4rem;
                        color: #808080;
                        margin-top: 0.16rem;
                    }

.mainM .layout {
    padding: 0.4rem 0;
}

.mainM .guide {
    width: 89.3%;
    margin: 0.42rem auto 0;
    padding-bottom: 0.6rem;
}

    .mainM .guide .title {
        text-align: center;
    }

        .mainM .guide .title .tits {
            font-size: 0.44rem;
            line-height: 0.46rem;
            color: #333;
        }

        .mainM .guide .title .tit {
            font-size: 0.18rem;
            line-height: 0.2rem;
            color: #ccc;
            text-transform: uppercase;
            font-family: Arial;
            margin-top: 0.21rem;
        }

    .mainM .guide .pic {
        margin-top: 0.36rem;
    }

.mainM .mailbox {
    width: 89.3%;
    margin: 0 auto;
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
}

.mainM .tableBox {
    width: 100%;
}

    .mainM .tableBox .t {
        border-radius: 0.44rem;
        border: 1px solid #b3b3b3;
        margin-bottom: 0.2rem;
        background-position: 0.2rem 0.24rem;
        background-size: 0.4rem;
        background-repeat: no-repeat;
    }

        .mainM .tableBox .t .text {
            width: 100%;
            height: 0.86rem;
            border: none;
            background: none;
            padding-left: 0.8rem;
            box-sizing: border-box;
            font-size: 0.26rem;
            line-height: 0.4rem;
            color: #333;
        }

            .mainM .tableBox .t .text::-webkit-input-placeholder {
                color: #ccc;
            }

            .mainM .tableBox .t .text:-moz-placeholder {
                color: #ccc;
            }

            .mainM .tableBox .t .text:-ms-input-placeholder {
                color: #ccc;
            }

        .mainM .tableBox .t .txt {
            width: 100%;
            height: 1.8rem;
            border: none;
            background: none;
            padding-left: 0.8rem;
            box-sizing: border-box;
            font-size: 0.26rem;
            line-height: 0.4rem;
            padding-top: 0.24rem;
            color: #333;
        }

            .mainM .tableBox .t .txt::-webkit-input-placeholder {
                color: #ccc;
            }

            .mainM .tableBox .t .txt:-moz-placeholder {
                color: #ccc;
            }

            .mainM .tableBox .t .txt:-ms-input-placeholder {
                color: #ccc;
            }

        .mainM .tableBox .t .sel {
            width: 100%;
            height: 0.86rem;
            border: none;
            background: none;
            padding-left: 0.8rem;
            box-sizing: border-box;
            font-size: 0.26rem;
            line-height: 0.4rem;
            color: #ccc;
            background: none;
            border: none;
            -moz-appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background-image: url("../images/ic1.png");
            background-size: 0.22rem;
            background-repeat: no-repeat;
            background-position: calc(100% - .4rem) center;
        }

            .mainM .tableBox .t .sel::-webkit-input-placeholder {
                color: #ccc;
            }

            .mainM .tableBox .t .sel:-moz-placeholder {
                color: #ccc;
            }

            .mainM .tableBox .t .sel:-ms-input-placeholder {
                color: #ccc;
            }

    .mainM .tableBox .submit {
        width: 100%;
        height: 0.92rem;
        border-radius: 0.46rem;
        background-color: #e5f0f9;
        border: none;
        text-align: center;
        display: block;
        font-size: 0.28rem;
        line-height: 0.92rem;
        color: #014479;
        margin-top: 0.4rem;
    }

.mainM .registration {
    width: 89.3%;
    margin: 0 auto;
    padding-top: 0.47rem;
    padding-bottom: 0.8rem;
}

    .mainM .registration .title {
        text-align: center;
    }

        .mainM .registration .title .tits {
            font-size: 0.36rem;
            line-height: 0.38rem;
            color: #333;
        }

        .mainM .registration .title .tit {
            font-size: 0.2rem;
            line-height: 0.3rem;
            color: #999;
            margin-top: 0.4rem;
        }

    .mainM .registration .tableBox {
        margin-top: 0.5rem;
    }

.mainM .WeChat {
    padding-top: 0.48rem;
}

    .mainM .WeChat .box1 {
        width: 89.3%;
        margin: 0 auto;
        padding-bottom: 0.76rem;
    }

        .mainM .WeChat .box1 .title {
            text-align: center;
            font-size: 0.36rem;
            line-height: 0.38rem;
            color: #333;
        }

        .mainM .WeChat .box1 .con {
            margin-top: 0.4rem;
        }

            .mainM .WeChat .box1 .con .ewm {
                width: 160px;
                border: 1px solid #ccc;
                margin-top: 0.3rem;
            }

            .mainM .WeChat .box1 .con .conNew {
                font-size: 14px;
                line-height: 26px;
                color: #666;
                padding-left: 0;
            }

                .mainM .WeChat .box1 .con .conNew span {
                    font-size: 24px;
                    color: #99242c;
                    font-family: Arial;
                }

                .mainM .WeChat .box1 .con .conNew.t {
                    float: none;
                    margin-left: 0;
                }

            .mainM .WeChat .box1 .con .tit {
                margin-top: 0.42rem;
            }

                .mainM .WeChat .box1 .con .tit .tt {
                    border: 1px solid #ccc;
                    font-size: 14px;
                    line-height: 26px;
                    padding: 15px;
                    box-sizing: border-box;
                    color: #666;
                    width: 100%;
                    text-align: center;
                }

                .mainM .WeChat .box1 .con .tit span {
                    width: 100%;
                    height: 31px;
                    display: block;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-image: url("../images/report_icon1.png");
                }

        .mainM .WeChat .box1 .con1 {
            margin-top: 0.4rem;
        }

            .mainM .WeChat .box1 .con1 .tits {
                text-align: center;
                font-size: 18px;
                line-height: 20px;
                color: #99242c;
            }

            .mainM .WeChat .box1 .con1 .pic {
                width: 100%;
                height: auto;
                margin-top: 0.3rem;
            }

    .mainM .WeChat .box2 {
        background-color: #f5f5f5;
        padding-top: 0.5rem;
        padding-bottom: 5.2%;
    }

        .mainM .WeChat .box2 .boxNew {
            width: 89.3%;
            margin: 0 auto;
        }

            .mainM .WeChat .box2 .boxNew .tits {
                text-align: center;
                font-size: 18px;
                line-height: 20px;
                color: #99242c;
            }

            .mainM .WeChat .box2 .boxNew .tit {
                font-size: 14px;
                line-height: 26px;
                color: #666;
                margin-top: 0.3rem;
            }

.mainM .report {
    padding-top: 0.3rem;
}

    .mainM .report .box1 {
        width: 89.3%;
        margin: 0 auto;
        padding-bottom: 0.4rem;
    }

        .mainM .report .box1 .title {
            text-align: center;
            font-size: 0.36rem;
            line-height: 0.38rem;
            color: #333;
        }

        .mainM .report .box1 .content {
            margin-top: 0.4rem;
        }

            .mainM .report .box1 .content .con {
                width: 100%;
                font-size: 14px;
                line-height: 26px;
                color: #666;
            }

                .mainM .report .box1 .content .con .ewm {
                    width: 160px;
                    height: auto;
                    background-color: #fff;
                    border: 1px solid #ccc;
                    margin-top: 20px;
                }

            .mainM .report .box1 .content .conRight {
                width: 100%;
                margin-top: 0.3rem;
            }

                .mainM .report .box1 .content .conRight .t {
                    width: 100%;
                    height: auto;
                    border: 1px solid #cdcdcd;
                    text-align: center;
                    font-size: 14px;
                    line-height: 26px;
                    color: #666;
                    box-sizing: border-box;
                    padding-top: 10px;
                    padding-bottom: 20px;
                }

                    .mainM .report .box1 .content .conRight .t.t1 {
                        text-align: left;
                        padding-left: 20px;
                    }

                .mainM .report .box1 .content .conRight .x {
                    width: 100%;
                    height: 50px;
                    background-image: url("../images/report_icon1.png");
                    background-position: center;
                    background-repeat: no-repeat;
                }

    .mainM .report .box2 {
        background-color: #f5f5f5;
        padding-top: 0.3rem;
        padding-bottom: 0.4rem;
    }

        .mainM .report .box2 .boxNew {
            width: 89.3%;
            margin: 0 auto;
        }

            .mainM .report .box2 .boxNew .tits {
                font-size: 18px;
                line-height: 20px;
                color: #99242c;
            }

            .mainM .report .box2 .boxNew .tit {
                font-size: 14px;
                line-height: 26px;
                color: #666;
                margin-top: 0.3rem;
            }

.mainM .doctorTabs .tabsNew {
    width: 100%;
    padding: 0.3rem 5.35%;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0;
}

    .mainM .doctorTabs .tabsNew a {
        font-size: 0.24rem;
        line-height: 0.48rem;
        box-sizing: border-box;
        border: 1px solid #99242c;
        border-radius: 0.24rem;
        color: #99242c;
        margin-right: 0.2rem;
        padding: 0 0.2rem;
        display: inline-block;
    }

        .mainM .doctorTabs .tabsNew a:last-child {
            margin-right: 0;
        }

        .mainM .doctorTabs .tabsNew a.on {
            background-color: #99242c;
            color: #fff;
        }

.mainM .diseases .aboutTitle {
    padding-left: calc(5.35% + 0.55rem);
    background-position: 5.35% center;
    background-repeat: no-repeat;
}

.mainM .diseases .box1 {
    padding-bottom: 0.3rem;
}

    .mainM .diseases .box1 .aboutTitle {
        background-image: url("../images/diseases_icon1.png");
        background-size: 0.4rem;
    }

    .mainM .diseases .box1 .con {
        width: 89.3%;
        margin: 0.18rem auto 0;
        font-size: 0.24rem;
        line-height: 0.44rem;
        color: #808080;
        height: 1.76rem;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .mainM .diseases .box1 .con span {
            color: #333;
        }

        .mainM .diseases .box1 .con.on {
            height: auto;
            -webkit-line-clamp: inherit;
        }

    .mainM .diseases .box1 .moreClick {
        margin: 0.3rem auto 0;
    }

.mainM .diseases .box2 {
    padding-bottom: 0.22rem;
}

    .mainM .diseases .box2 .aboutTitle {
        background-image: url("../images/diseases_icon2.png");
        background-size: 0.32rem;
    }

    .mainM .diseases .box2 ul {
        width: 89.3%;
        margin: 0 auto;
    }

        .mainM .diseases .box2 ul li {
            padding: 0.2rem 0;
            border-bottom: 1px dashed #e9e9e9;
        }

            .mainM .diseases .box2 ul li:last-child {
                border-bottom: none;
            }

            .mainM .diseases .box2 ul li a {
                width: 100%;
                height: auto;
                display: block;
            }

                .mainM .diseases .box2 ul li a .pic {
                    width: 22.4%;
                    float: left;
                    overflow: hidden;
                    border-radius: 0.2rem;
                }

                .mainM .diseases .box2 ul li a .con {
                    width: 73.1%;
                    float: right;
                    padding-top: 0.08rem;
                }

                    .mainM .diseases .box2 ul li a .con .tits i {
                        font-size: 0.32rem;
                        line-height: 0.34rem;
                        color: #333;
                        float: left;
                    }

                    .mainM .diseases .box2 ul li a .con .tits span {
                        margin-left: 0.2rem;
                        font-size: 0.24rem;
                        color: #ed982f;
                        background-position: left center;
                        line-height: 0.26rem;
                        background-image: url("../images/subject_icon1.png");
                        background-size: 0.19rem;
                        background-repeat: no-repeat;
                        padding-left: 0.27rem;
                        margin-top: 0.09rem;
                        display: block;
                        float: left;
                    }

                        .mainM .diseases .box2 ul li a .con .tits span.s2 {
                            color: #005183;
                            background-image: url("../images/subject_icon2.png");
                        }

                    .mainM .diseases .box2 ul li a .con .tit {
                        font-size: 0.24rem;
                        line-height: 0.36rem;
                        color: #808080;
                        margin-top: 0.3rem;
                    }

                        .mainM .diseases .box2 ul li a .con .tit .t {
                            margin-bottom: 0.08rem;
                        }

                            .mainM .diseases .box2 ul li a .con .tit .t:last-child {
                                margin-bottom: 0;
                            }

                            .mainM .diseases .box2 ul li a .con .tit .t span {
                                width: 1.22rem;
                                float: left;
                                display: block;
                            }

                            .mainM .diseases .box2 ul li a .con .tit .t i {
                                width: calc(100% - 1.22rem);
                                float: left;
                                display: block;
                                max-height: 0.72rem;
                                display: -webkit-box;
                                -webkit-line-clamp: 2;
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                                text-overflow: ellipsis;
                            }

.mainM .expert {
    background-color: #f6f6f6;
    padding-bottom: 0.2rem;
}

    .mainM .expert .searchBox {
        border-bottom: 1px solid #e5e5e5;
        padding: 0 5.35%;
        background-color: #fff;
    }

        .mainM .expert .searchBox .sel {
            float: left;
            margin-right: 0.8rem;
        }

            .mainM .expert .searchBox .sel:nth-child(3) {
                margin-right: 0;
            }

            .mainM .expert .searchBox .sel .tits {
                font-size: 0.28rem;
                line-height: 1rem;
                color: #666;
            }

                .mainM .expert .searchBox .sel .tits span {
                    display: inline-block;
                    position: relative;
                    padding-right: 0.3rem;
                }

                    .mainM .expert .searchBox .sel .tits span i {
                        width: 0.18rem;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        right: 0;
                        background-image: url("../images/expert_icon1.png");
                        background-size: 100%;
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                .mainM .expert .searchBox .sel .tits.on {
                    color: #1f5aa1;
                }

                    .mainM .expert .searchBox .sel .tits.on span i {
                        background-image: url("../images/expert_icon2.png");
                    }

            .mainM .expert .searchBox .sel .selNew {
                width: 100%;
                height: calc(100% - 2.1rem - 1px);
                background-color: rgba(0, 0, 0, 0.4);
                position: absolute;
                top: calc(2.1rem + 1px);
                left: 0;
                display: none;
            }

                .mainM .expert .searchBox .sel .selNew .box {
                    background-color: #fff;
                }

            .mainM .expert .searchBox .sel .item1 .box {
                position: relative;
                width: 100%;
            }

                .mainM .expert .searchBox .sel .item1 .box:before {
                    width: 1px;
                    height: 100%;
                    background-color: #e6e6e6;
                    position: absolute;
                    left: 34%;
                    top: 0;
                    content: '';
                }

                .mainM .expert .searchBox .sel .item1 .box .tabs {
                    width: 34%;
                    float: left;
                }

                    .mainM .expert .searchBox .sel .item1 .box .tabs a {
                        width: 100%;
                        display: block;
                        box-sizing: border-box;
                        font-size: 0.28rem;
                        line-height: 0.88rem;
                        color: #999;
                        padding-left: 1.07rem;
                        background-position: 0.44rem center;
                        background-repeat: no-repeat;
                    }

                        .mainM .expert .searchBox .sel .item1 .box .tabs a.s1 {
                            background-image: url("../images/expert_ic1.png");
                            background-size: 0.42rem;
                        }

                        .mainM .expert .searchBox .sel .item1 .box .tabs a.s2 {
                            background-image: url("../images/expert_ic2.png");
                            background-size: 0.42rem;
                        }

                        .mainM .expert .searchBox .sel .item1 .box .tabs a.s3 {
                            background-image: url("../images/expert_ic3.png");
                            background-size: 0.42rem;
                        }

                        .mainM .expert .searchBox .sel .item1 .box .tabs a.s4 {
                            background-image: url("../images/expert_ic4.png");
                            background-size: 0.46rem;
                        }

                        .mainM .expert .searchBox .sel .item1 .box .tabs a.s5 {
                            background-image: url("../images/expert_ic5.png");
                            background-size: 0.44rem;
                        }

                        .mainM .expert .searchBox .sel .item1 .box .tabs a.on {
                            color: #1f5aa1;
                            background-color: #e7eef5;
                        }

                            .mainM .expert .searchBox .sel .item1 .box .tabs a.on.s1 {
                                background-image: url("../images/expert_ic1_h.png");
                            }

                            .mainM .expert .searchBox .sel .item1 .box .tabs a.on.s2 {
                                background-image: url("../images/expert_ic2_h.png");
                            }

                            .mainM .expert .searchBox .sel .item1 .box .tabs a.on.s3 {
                                background-image: url("../images/expert_ic3_h.png");
                            }

                            .mainM .expert .searchBox .sel .item1 .box .tabs a.on.s4 {
                                background-image: url("../images/expert_ic4_h.png");
                            }

                            .mainM .expert .searchBox .sel .item1 .box .tabs a.on.s5 {
                                background-image: url("../images/expert_ic5_h.png");
                            }

                .mainM .expert .searchBox .sel .item1 .box .conBox {
                    width: 66%;
                    float: left;
                }

                    .mainM .expert .searchBox .sel .item1 .box .conBox ul {
                        width: 86.9%;
                        margin: 0 auto;
                        display: none;
                    }

                        .mainM .expert .searchBox .sel .item1 .box .conBox ul li {
                            border-bottom: 1px solid #f2f5f7;
                        }

                            .mainM .expert .searchBox .sel .item1 .box .conBox ul li:last-child {
                                border-bottom: none;
                            }

                            .mainM .expert .searchBox .sel .item1 .box .conBox ul li a {
                                padding-left: 0.12rem;
                                font-size: 0.28rem;
                                line-height: 0.83rem;
                                color: #808080;
                                display: block;
                                box-sizing: border-box;
                            }

            .mainM .expert .searchBox .sel .item2 .box .aBox a {
                font-size: 0.28rem;
                line-height: 0.88rem;
                width: 100%;
                display: block;
                box-sizing: border-box;
                padding: 0 5.35%;
                color: #999;
                border-bottom: 1px solid #f2f5f7;
            }

                .mainM .expert .searchBox .sel .item2 .box .aBox a:last-child {
                    border-bottom: none;
                }

            .mainM .expert .searchBox .sel .item3 .box .aBox {
                width: 92%;
                margin: 0 auto;
                padding-bottom: 0.18rem;
                padding-top: 0.3rem;
            }

                .mainM .expert .searchBox .sel .item3 .box .aBox a {
                    width: 31.7%;
                    display: block;
                    float: left;
                    margin-right: 2.45%;
                    margin-bottom: 0.3rem;
                    font-size: 0.26rem;
                    line-height: 0.7rem;
                    color: #666;
                    border: 1px solid #ccc;
                    box-sizing: border-box;
                    text-align: center;
                    border-radius: 0.35rem;
                }

                    .mainM .expert .searchBox .sel .item3 .box .aBox a:nth-child(3n) {
                        margin-right: 0;
                    }

        .mainM .expert .searchBox .searchClick {
            width: 0.33rem;
            height: 1rem;
            float: right;
        }

            .mainM .expert .searchBox .searchClick .click {
                width: 100%;
                height: 1rem;
                background-size: 100%;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url("../images/expert_icon3.png");
            }

            .mainM .expert .searchBox .searchClick .sear {
                width: 100%;
                height: auto;
                background-color: #f6f6f6;
                padding: 0.3rem 0 0.4rem;
                position: absolute;
                top: calc(2.1rem + 1px);
                left: 0;
                display: none;
            }

                .mainM .expert .searchBox .searchClick .sear .text {
                    width: 92%;
                    height: 0.88rem;
                    margin: 0 auto;
                    display: block;
                    border: none;
                    background-color: #fff;
                    box-shadow: 0px 6px 20px 0px rgba(170, 170, 170, 0.15);
                    padding-left: 0.88rem;
                    box-sizing: border-box;
                    font-size: 0.3rem;
                    line-height: 0.4rem;
                    color: #333;
                    background-image: url("../images/expert_icon3.png");
                    background-size: 0.33rem;
                    background-position: 0.31rem center;
                    border-radius: 0.44rem;
                    background-repeat: no-repeat;
                }

                    .mainM .expert .searchBox .searchClick .sear .text::-webkit-input-placeholder {
                        color: #b2b2b2;
                    }

                    .mainM .expert .searchBox .searchClick .sear .text:-moz-placeholder {
                        color: #b2b2b2;
                    }

                    .mainM .expert .searchBox .searchClick .sear .text:-ms-input-placeholder {
                        color: #b2b2b2;
                    }

    .mainM .expert .list {
        margin-top: 0.1rem;
    }

        .mainM .expert .list ul {
            padding-bottom: 0.2rem;
        }

            .mainM .expert .list ul li {
                margin-bottom: 0.1rem;
                background-color: #fff;
            }

                .mainM .expert .list ul li a {
                    width: 89.3%;
                    height: auto;
                    margin: 0 auto;
                    padding: 0.2rem 0;
                    display: block;
                }

                    .mainM .expert .list ul li a .pic {
                        width: 22.4%;
                        float: left;
                        overflow: hidden;
                        border-radius: 0.2rem;
                    }

                    .mainM .expert .list ul li a .con {
                        width: 73.1%;
                        float: right;
                        padding-top: 0.08rem;
                    }

                        .mainM .expert .list ul li a .con .tits i {
                            font-size: 0.32rem;
                            line-height: 0.34rem;
                            color: #333;
                            float: left;
                        }

                        .mainM .expert .list ul li a .con .tits span {
                            margin-left: 0.2rem;
                            font-size: 0.24rem;
                            color: #ed982f;
                            background-position: left center;
                            line-height: 0.26rem;
                            background-image: url("../images/subject_icon1.png");
                            background-size: 0.19rem;
                            background-repeat: no-repeat;
                            padding-left: 0.27rem;
                            margin-top: 0.09rem;
                            display: block;
                            float: left;
                        }

                            .mainM .expert .list ul li a .con .tits span.s2 {
                                color: #005183;
                                background-image: url("../images/subject_icon2.png");
                            }

                        .mainM .expert .list ul li a .con .tit {
                            font-size: 0.24rem;
                            line-height: 0.36rem;
                            color: #808080;
                            margin-top: 0.3rem;
                        }

                            .mainM .expert .list ul li a .con .tit .t {
                                margin-bottom: 0.08rem;
                            }

                                .mainM .expert .list ul li a .con .tit .t:last-child {
                                    margin-bottom: 0;
                                }

                                .mainM .expert .list ul li a .con .tit .t span {
                                    width: 1.22rem;
                                    float: left;
                                    display: block;
                                }

                                .mainM .expert .list ul li a .con .tit .t i {
                                    width: calc(100% - 1.22rem);
                                    float: left;
                                    display: block;
                                    max-height: 0.72rem;
                                    display: -webkit-box;
                                    -webkit-line-clamp: 2;
                                    -webkit-box-orient: vertical;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                }

.mainM .expertInfo .box1 {
    padding: 0.4rem 5.35%;
}

    .mainM .expertInfo .box1 .pic {
        width: 20.9%;
        float: left;
        overflow: hidden;
        border: 1px solid #fff;
        box-sizing: border-box;
        border-radius: 0.2rem;
    }

    .mainM .expertInfo .box1 .con {
        width: 74.3%;
        float: right;
    }

        .mainM .expertInfo .box1 .con .tits i {
            font-size: 0.32rem;
            line-height: 0.34rem;
            color: #333;
            float: left;
        }

        .mainM .expertInfo .box1 .con .tits span {
            margin-left: 0.2rem;
            font-size: 0.24rem;
            color: #005183;
            background-position: left center;
            line-height: 0.26rem;
            background-image: url("../images/subject_icon2.png");
            background-size: 0.19rem;
            background-repeat: no-repeat;
            padding-left: 0.27rem;
            margin-top: 0.09rem;
            display: block;
            float: left;
        }

        .mainM .expertInfo .box1 .con .tit {
            font-size: 0.24rem;
            line-height: 0.46rem;
            color: #808080;
            margin-top: 0.27rem;
        }

            .mainM .expertInfo .box1 .con .tit .t {
                height: 0.46rem;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.mainM .expertInfo .box2 {
    padding-bottom: 0.2rem;
}

    .mainM .expertInfo .box2 .aboutTitle .aBox {
        float: right;
        margin-right: 5.35%;
    }

        .mainM .expertInfo .box2 .aboutTitle .aBox a {
            font-size: 0.28rem;
            line-height: 0.89rem;
            color: #666;
            margin-left: 0.5rem;
            float: left;
        }

            .mainM .expertInfo .box2 .aboutTitle .aBox a.on {
                color: #99242c;
            }

    .mainM .expertInfo .box2 .itemBox {
        margin: 0.15rem auto 0;
        width: 89.3%;
    }

        .mainM .expertInfo .box2 .itemBox .item {
            display: none;
        }

            .mainM .expertInfo .box2 .itemBox .item .t {
                padding: 0.15rem 0;
            }

                .mainM .expertInfo .box2 .itemBox .item .t .tt {
                    font-size: 0.26rem;
                    float: left;
                    line-height: 0.5rem;
                    padding-left: 0.45rem;
                    background-image: url("../images/time.png");
                    background-repeat: no-repeat;
                    background-size: 0.22rem;
                    background-position: left center;
                    color: #808080;
                }

                    .mainM .expertInfo .box2 .itemBox .item .t .tt span {
                        margin-right: 0.23rem;
                    }

                .mainM .expertInfo .box2 .itemBox .item .t a {
                    width: 1rem;
                    height: 0.5rem;
                    border-radius: 0.25rem;
                    background-color: #99242c;
                    float: right;
                    display: block;
                    text-align: center;
                    font-size: 0.24rem;
                    line-height: 0.5rem;
                    background-color: #99242c;
                    color: #fff;
                }

                    .mainM .expertInfo .box2 .itemBox .item .t a.tz {
                        background-color: #edf5fa;
                        color: #666;
                    }

.mainM .expertInfo .box3 .tabs {
    border-bottom: 1px solid #ccc;
}

    .mainM .expertInfo .box3 .tabs .tabsNew {
        width: 89.3%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }

        .mainM .expertInfo .box3 .tabs .tabsNew a {
            font-size: 0.3rem;
            line-height: 1.08rem;
            color: #333;
            display: inline-block;
            position: relative;
        }

            .mainM .expertInfo .box3 .tabs .tabsNew a:after {
                width: 100%;
                height: 2px;
                bottom: 0;
                left: 0;
                background-color: #99242c;
                content: '';
                position: absolute;
                display: none;
            }

            .mainM .expertInfo .box3 .tabs .tabsNew a.on {
                color: #99242c;
            }

                .mainM .expertInfo .box3 .tabs .tabsNew a.on:after {
                    display: block;
                }

.mainM .expertInfo .box3 .conBox {
    width: 89.3%;
    margin: 0 auto;
    padding-top: 0.37rem;
    padding-bottom: 0.4rem;
}

    .mainM .expertInfo .box3 .conBox .con {
        font-size: 0.26rem;
        line-height: 0.48rem;
        color: #808080;
        display: none;
    }

        .mainM .expertInfo .box3 .conBox .con img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

/*# sourceMappingURL=style.css.map */

.mainM .traffic .content .itemBox .item .t {
    color: #808080;
}
.mainM .traffic .content .itemBox .item .t span {
    display: inline-block;
    padding-left: 0.35rem;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #99242c;
    background-image: url("../images/traffic_icon.png");
    background-size: 0.24rem;
    margin-bottom:0.16rem;
}
.pager {
    width: 100%;
    text-align: center;
    font-size: 0;
}
    .pager li{
        display:inline-block;
        vertical-align:top;
    }

    .pager a, .pager span {
        width: 40px;
        height: 40px;
        border: 1px solid #cccccc;
        vertical-align:top;
        display: inline-block;
        margin: 0 10px;
        font-size: 16px;
        line-height: 38px;
        box-sizing: border-box;
        color: #999;
        border-radius: 100%;
    }

        .pager .prev, .pager .next {
            font-size: 1px;
            color: rgba(0, 0, 0, 0);
            background-position: center;
            background-repeat: no-repeat;
        }

            .pager .prev {
                background-image: url("../images/page1.png");
            }

            .pager .next {
                background-image: url("../images/page2.png");
            }
                .pager .prev a, .pager .prev span,
                .pager .next a, .pager .next span {
                    text-indent: 999px;
                    overflow:hidden;
                }
@media (min-width: 1024px) {
     .pager a:hover,  .pager span:hover {
        border-color: #014479;
        color: #014479;
    }
}

.main .pager span {
    background-color: #014479;
    border-color: #014479;
    color: #fff;
}



.main .subject .box3 .list {
    margin-top: 52px;
    position: relative;
}

    .main .subject .box3 .list ul li table {
        width: 100%;
        height: auto;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

        .main .subject .box3 .list ul li table tr {
            border: 1px solid #ccc;
            text-align: center;
            box-sizing: border-box;
            font-size: 14px;
        }

            .main .subject .box3 .list ul li table tr td {
                font-size: 16px;
                line-height: 30px;
                color: #545454;
                text-align: center;
                padding: 10px 0;
                width: 11%;
                border: 1px solid #ccc;
            }

                .main .subject .box3 .list ul li table tr td.t {
                    font-size: 14px;
                    color: #777;
                    width: 9.4%;
                }

            .main .subject .box3 .list ul li table tr th {
                border: 1px solid #ccc;
                background-color: #99242c;
                color: #fff;
                height: 64px;
                box-sizing: border-box;
                font-weight: bold;
                font-weight: normal;
            }

    .main .subject .box3 .list .a {
        width: 9.4%;
        height: 64px;
        display: block;
        position: absolute;
        top: 0;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 10;
    }

        .main .subject .box3 .list .a.prev {
            background-image: url("../images/expertinfo_prev.png");
            left: 0;
        }

        .main .subject .box3 .list .a.next {
            background-image: url("../images/expertinfo_next.png");
            right: 0;
        }


.mainM .aboutTitle .aBox {
    float: right;
    margin-right: 5.35%;
}

    .mainM .aboutTitle  .aBox a {
        font-size: 0.28rem;
        line-height: 0.89rem;
        color: #666;
        margin-left: 0.5rem;
        float: left;
    }

        .mainM .aboutTitle  .aBox a.on {
            color: #99242c;
        }
.mainM .subject .itemBox .item {
    display: none;
}

.main .newsInfo .conRight .item2 ul li a .icon .img2{
    display:none;
}
.main .newsInfo .conRight .item2 ul li:hover .img1 {
    display:inline-block;
}
.main .newsInfo .conRight .item2 ul li:hover .img2 {
    display: none;
}

.main .doctorClinic .box1 .list {
    margin-top: 52px;
    position: relative;
}

    .main .doctorClinic .box1 .list ul li table {
        width: 100%;
        height: auto;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

        .main .doctorClinic .box1 .list ul li table tr {
            border: 1px solid #ccc;
            text-align: center;
            box-sizing: border-box;
            font-size: 14px;
        }

            .main .doctorClinic .box1 .list ul li table tr td {
                height: 64px;
                border: 1px solid #ccc;
                box-sizing: border-box;
                width: 10%;
            }

                .main .doctorClinic .box1 .list ul li table tr td.t {
                    font-size: 14px;
                    color: #777;
                    width: 9.4%;
                }

            .main .doctorClinic .box1 .list ul li table tr th {
                border: 1px solid #ccc;
                background-color: #99242c;
                color: #fff;
                height: 64px;
                box-sizing: border-box;
                font-weight: bold;
                font-weight: normal;
            }

    .main .doctorClinic .box1 .list .a {
        width: 9.4%;
        height: 64px;
        display: block;
        position: absolute;
        top: 0;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 10;
    }

        .main .doctorClinic .box1 .list .a.prev {
            background-image: url("../images/expertinfo_prev.png");
            left: 0;
        }

        .main .doctorClinic .box1 .list .a.next {
            background-image: url("../images/expertinfo_next.png");
            right: 0;
        }
.main .doctorClinic .tabs a{
    margin-bottom:15px;
}

.main .doctorClinic .box1 .list table tr td .p {
    width: 100%;
    position: relative;
    display: block;
}
.main .doctorClinic .box1 .list table tr td .p a {
    color: #545454;
    position: relative;
    display: inline-block;
}
.main .doctorClinic .box1 .list tr td .p .box {
    width: 465px;
    position: absolute;
    top: -41px;
    left: calc(50% + 20px);
    z-index: 10;
    display: none;
}

.main .doctorClinic .box1 .list table tr td .p .box .boxNew {
    width: 440px;
    background-color: #fff;
    height: 216px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    margin-left: 25px;
    box-sizing: border-box;
    padding: 30px 0 35px 25px;
    position: relative;
}

    .main .doctorClinic .box1 .list table tr td .p .box .boxNew .pic {
        width: 120px;
        float: left;
    }

    .main .doctorClinic .box1 .list table tr td .p .box .boxNew .tx {
        width: 265px;
        float: right;
        margin-right: 10px;
        text-align: left;
    }

        .main .doctorClinic .box1 .list table tr td .p .box .boxNew .tx .x1 {
            font-size: 20px;
            line-height: 20px;
            color: #333333;
        }

        .main .doctorClinic .box1 .list table tr td .p .box .boxNew .tx .x2 {
            font-size: 14px;
            line-height: 30px;
            color: #545454;
            height: 90px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 18px;
        }

        .main .doctorClinic .box1 .list table tr td .p .box .boxNew .tx .more {
            font-size: 12px;
            line-height: 14px;
            color: #999;
            display: inline-block;
            padding-right: 13px;
            background-position: right center;
            background-repeat: no-repeat;
            background-image: url("../images/home_icon.png");
            margin-top: 8px;
        }

    .main .doctorClinic .box1 .list table tr td .p .box .boxNew:before {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 18px solid #fff;
        content: '';
        position: absolute;
        top: 47px;
        left: -18px;
        z-index: 5;
    }
.main .doctorClinic .box1 .list table tr td.tx {
    width: 13.6%;
    background-color: #e5ecf1;
    color: #99242c;
}
.main .doctorClinic .box1 .list table tr td .p a:after {
    left: -22px;
    top: -4px;
    width: 14px;
    height: 30px;
    display: block;
    position: absolute;
    content: '';
    background-position: left center;
    background-repeat: no-repeat;
}
.main .doctorClinic .box1 .list table tr td .p a.t:after {
    background-image: url("../images/doctorclinic_icon1.png");
}

.main .doctorClinic .box1 .list table tr td .p a.t1:after {
    background-image: url("../images/doctorclinic_icon2.png");
}


.mainM .doctorClinic .itemBox .item {
    display: none;
}
    .mainM .doctorClinic .itemBox .item:first-child {
        display: block;
    }


.pop-video {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}

    .pop-video .responsive-box {
        position: absolute;
        width: 90%;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 0;
        padding-bottom: 56.25%;
    }

        .pop-video .responsive-box video,
        .pop-video .responsive-box iframe,
        .pop-video .responsive-box object {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

    .pop-video .close {
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 35%;
        width: 10%;
        height: 5%;
        background: rgba(255,255,255,0.5);
        font-size: 60px;
        text-align: center;
        line-height: 35px;
        color: #fff;
    }

.searchPage{
    padding:50px 0;
}

    .searchPage .tit {
        font-size: 20px;
        border-bottom: 2px solid #ddd;
        line-height: 3;
    }
    .searchPage .key {
        color: #99242c;
    }
.searchPage .results{
    margin:15px 0 50px;
}
    .searchPage .results li{
        font-size:14px;
        padding:10px 0;
        border-bottom:1px solid #eee;
    }
    .searchPage .results li a{
        height:25px;
        line-height:25px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
        float:left;
        width:calc(100% - 100px);
        color:#666;
    }
        .searchPage .results li a:hover {
            color: #99242c;
        }
        .searchPage .results li .date {
            float: left;
            width: 80px;
            padding-left:20px;
        }
    .searchPage .high {
        color: #99242c;
    }
.no-data{
    padding:30px;
    text-align:center;
}

.one-tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #555555;
    text-align:center;
    margin-bottom:25px;
}
@media (max-width:768px) {
    .searchPage {
        padding: 30px 0;
    }

        .searchPage .tit {
            font-size: 16px;
        }

        .searchPage .results li .date {
            font-size: 12px;
        }

        .searchPage .results {
            margin: 15px 0;
        }

    .one-tit {
        font-size: 18px;
        margin-bottom: 15px;
    }
}
.pagination {
    display: table;
    padding-left: 0;
    margin: .3rem auto;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 2px 8px;
    line-height: 1.42857;
    text-decoration: none;
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 5px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #006bb3;
    border-color: #006bb3;
    cursor: default; }