@charset "utf-8";
/*
 * @Author: MEDCON 
 * @Date: 2021-03-24 10:02:32 
 * @Last Modified by: MEDCON美迪康会务通学术会议服务平台
 * @Last Modified time: 2021-05-27 13:22:46
 */
html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
    padding-bottom: 152px;
    padding-top: 120px;
    transition: all 0.5s ease;
}

body {
    font: 0.14rem/1.5 "Microsoft Yahei", "微软雅黑", arial, 'Hiragino Sans GB', tahoma, sans-serif;
    color: #161616;
    position: relative;
}

@font-face {
    font-family: 'iconfont';
    /* project id 2441710 */
    src: url('https://at.alicdn.com/t/font_2441710_345ecy6tp8v.eot');
    src: url('https://at.alicdn.com/t/font_2441710_345ecy6tp8v.eot?#iefix') format('embedded-opentype'), url('https://at.alicdn.com/t/font_2441710_345ecy6tp8v.woff2') format('woff2'), url('https://at.alicdn.com/t/font_2441710_345ecy6tp8v.woff') format('woff'), url('https://at.alicdn.com/t/font_2441710_345ecy6tp8v.ttf') format('truetype'), url('https://at.alicdn.com/t/font_2441710_345ecy6tp8v.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.topNav-fixed {
    padding-top: 90px;
}

    .topNav-fixed .topNav {
        height: 90px;
        line-height: 90px;
        box-shadow: 0px 5px 16px 0 rgba(255, 255, 255, 0.11);
    }

    .topNav-fixed .nav .nLi a.first::after {
        top: 65px;
    }

    .topNav-fixed .nav .sub {
        top: 55px;
    }

.topNav {
    background-color: #0057ca;
    width: 100%;
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    height: 120px;
    line-height: 120px;
    z-index: 9999;
}

    .topNav .logo a {
        display: block;
    }

.mobile-nav {
    display: none;
}
/*导航*/
.nav {
    zoom: 1;
    position: relative;
    z-index: 99999;
    color: #fff;
}

    .nav .nLi {
        position: relative;
        float: left;
        text-align: center;
    }

        .nav .nLi a {
            color: #fff;
            padding: 0 10px;
            font-size: 16px;
            display: block;
            position: relative;
        }

            .nav .nLi a.first .arrow-nav {
                opacity: 0.5;
                font-size: 20px;
                font-weight: bold;
                display: none;
            }

            .nav .nLi a.first::after {
                content: '';
                display: none;
                width: 20px;
                height: 2px;
                border-radius: 10px;
                background-color: #fff;
                position: absolute;
                top: 78px;
                left: 50%;
                margin-left: -10px;
            }

        .nav .nLi:hover a.first {
            background-color: transparent;
        }

            .nav .nLi:hover a.first .arrow-nav {
                transform: rotate(180deg);
            }

            .nav .nLi:hover a.first::after {
                display: block;
            }

        .nav .nLi.current a.first:after {
            display: block;
        }

    .nav .sub {
        display: none;
        left: 0;
        top: 80px;
        position: absolute;
        line-height: 40px;
        z-index: 999999;
        min-width: 150px;
        padding-top: 10px;
    }

        .nav .sub:before {
            content: '';
            display: block;
            position: absolute;
            top: 3px;
            left: 30px;
            width: 0;
            height: 0;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            border-bottom: 8px solid #fff;
        }

        .nav .sub .borderRadius {
            border-radius: 5px;
            box-shadow: 0px 6px 13px 0 rgba(56, 66, 195, 0.11);
            overflow: hidden;
            background-color: #fff;
            padding: 0 15px;
        }

        .nav .sub a {
            color: #0057ca;
            zoom: 1;
            white-space: nowrap;
            font-size: 16px;
            line-height: 56px;
            transform: all 0.3s ease;
            border-bottom: 1px solid #eee;
        }

            .nav .sub a:hover {
                border-bottom: 1px solid #0057ca;
            }

.banner .banner-pic {
    height: 266px;
    width: 100%;
    background: url('../images/banner-sub.jpg') center no-repeat;
    background-size: auto 100%;
}

#slider-banner {
    width: 100%;
}

    #slider-banner .swiper-slide {
        width: 100%;
        height: 600px;
    }

        #slider-banner .swiper-slide a {
            display: block;
            width: 100%;
            height: 100%;
            background: url('../images/banner.jpg') center no-repeat;
            background-size: cover;
        }

    #slider-banner .slider-arrow {
        display: none;
        padding: 10px;
        width: 48px;
        height: 48px;
        background-color: rgba(255, 255, 255, 0.5);
        opacity: 0.8;
        border-radius: 100%;
        background-size: 30px 30px;
    }

        #slider-banner .slider-arrow:active,
        #slider-banner .slider-arrow:hover {
            border: none;
            opacity: 1;
            outline: none;
        }

    #slider-banner:hover .slider-arrow {
        display: block;
    }

    #slider-banner .swiper-button-prev {
        left: 20px;
    }

    #slider-banner .swiper-button-next {
        right: 20px;
    }

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-arrow:active,
.slider-arrow:hover {
    border: none;
    opacity: 1;
    outline: none;
}

.main .mainBox {
    padding-top: 50px;
}

.main .ad {
    width: 100%;
    margin-top: -50px;
}

    .main .ad img {
        width: 100%;
    }

.main .m-title {
    margin-bottom: 60px;
    position: relative;
}

    .main .m-title h2 {
        font-size: 42px;
        line-height: 82px;
        font-weight: bold;
        position: relative;
    }

        .main .m-title h2:after {
            content: '';
            display: block;
            width: 92px;
            height: 3px;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -46px;
            background-color: #1875f0;
        }

    .main .m-title .tit-more {
        text-transform: uppercase;
        font-family: 'Roboto';
        letter-spacing: 1px;
        position: absolute;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        font-size: 14px;
        font-weight: bold;
        color: #9cbbe4;
        margin-top: 6px;
    }

        .main .m-title .tit-more .iconfont {
            position: relative;
            top: 2px;
            font-size: 18px;
        }

        .main .m-title .tit-more:hover {
            color: #0057ca;
        }

.main .m-title-none h2:after {
    display: none;
}

.main .m-title-white h2 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 20px;
    color: #fff;
}

    .main .m-title-white h2:after {
        opacity: 0.7;
        background-color: #fff;
    }

.main .m-title-white .tit-more {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    margin-top: 4px;
}

    .main .m-title-white .tit-more:hover {
        color: #fff;
        opacity: 0.3;
    }

.main .m-title-black h2 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 20px;
    color: #000;
}

    .main .m-title-black h2:after {
        opacity: 0.7;
        background-color: #000;
    }

.main .m-title-black .tit-more {
    font-size: 14px;
    color: #000;
    opacity: 0.7;
    margin-top: 4px;
}

    .main .m-title-black .tit-more:hover {
        color: #000;
        opacity: 0.3;
    }

.fullBtn {
    margin-top: 50px;
    border-radius: 5px;
    height: 600px;
    text-align: center;
    background: url('../images/bar-bg.jpg') center no-repeat;
    background-size: cover;
    overflow: hidden;
    display: table;
}

    .fullBtn .midH {
        display: table-cell;
        vertical-align: middle;
    }

    .fullBtn .joinbtn {
        display: inline-block;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 3px;
        padding: 12px 45px;
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .fullBtn .joinbtn:hover {
            background-color: #fff;
            color: #0057ca;
        }

.exhibition .exhibit-list li {
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 15px;
}

    .exhibition .exhibit-list li a {
        width: 100%;
        height: 246px;
        display: block;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        transition: all 0.5s ease;
    }

        .exhibition .exhibit-list li a:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: url('../images/fast-bg.png') left bottom repeat-x;
            z-index: 9;
        }

        .exhibition .exhibit-list li a img {
            width: 100%;
            min-height: 100%;
            transition: all 0.5s ease;
        }

        .exhibition .exhibit-list li a:hover {
            box-shadow: 0px 1px 20px 5px rgba(21, 50, 189, 0.2);
        }

            .exhibition .exhibit-list li a:hover img {
                transform: scale(1.1);
            }

        .exhibition .exhibit-list li a .exhibit-txt {
            position: absolute;
            bottom: 40px;
            color: #fff;
            text-align: left;
            padding-left: 43px;
            z-index: 99;
        }

            .exhibition .exhibit-list li a .exhibit-txt h3 {
                font-size: 28px;
            }

            .exhibition .exhibit-list li a .exhibit-txt p {
                opacity: 0.5;
                font-size: 16px;
            }

.guest .guest-list {
    padding-bottom: 20px;
}

    .guest .guest-list .swiper-slide {
        text-align: center;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .guest .guest-list .picbox {
        width: 140px;
        height: 140px;
        border-radius: 100%;
        overflow: hidden;
        margin: 0 auto 15px;
    }

        .guest .guest-list .picbox img {
            width: 100%;
            min-height: 100%;
        }

    .guest .guest-list .pictxt {
        padding: 0 30px;
    }

        .guest .guest-list .pictxt h3 {
            color: #000;
            font-size: 25px;
            font-weight: bold;
            margin-bottom: 8px;
        }

        .guest .guest-list .pictxt p {
            color: #9d9d9d;
            font-size: 15px;
            line-height: 20px;
            height: 60px;
        }

.review .review-list {
    padding-bottom: 40px;
}

    .review .review-list .swiper-slide {
        text-align: center;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .review .review-list .picbox {
        width: 100%;
        overflow: hidden;
    }

        .review .review-list .picbox img {
            width: 100%;
            height: 100%;
        }

    .review .review-list h3 {
        font-size: 16px;
        margin-top: 15px;
        color: #000;
    }

.sponsor .m-title {
    margin-bottom: 30px;
}

.sponsor .sponsor1 .m-title-white,
.sponsor .sponsor2 .m-title-white {
    background: url('../images/bar-bg.jpg') center no-repeat;
    height: 208px;
    display: table;
    width: 100%;
}

    .sponsor .sponsor1 .m-title-white .txt-mid,
    .sponsor .sponsor2 .m-title-white .txt-mid {
        display: table-cell;
        vertical-align: middle;
    }

.sponsor1 {
    padding-bottom: 40px;
}

    .sponsor1 .sponsor1-box {
        padding-right: 30px;
        overflow: hidden;
    }

    .sponsor1 .sponsor1-list {
        max-height: 382px;
        overflow-y: auto;
    }

        .sponsor1 .sponsor1-list::-webkit-scrollbar {
            /*滚动条整体样式*/
            width: 10px;
            /*高宽分别对应横竖滚动条的尺寸*/
            height: 1px;
        }

        .sponsor1 .sponsor1-list::-webkit-scrollbar-thumb {
            /*滚动条里面小方块*/
            border-radius: 10px;
            background: #fff;
            border: 1px solid #e0e0e0;
        }

        .sponsor1 .sponsor1-list::-webkit-scrollbar-track {
            /*滚动条里面轨道*/
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            background: #fff;
        }

        .sponsor1 .sponsor1-list li a {
            display: block;
            margin-bottom: 45px;
            text-align: center;
        }

            .sponsor1 .sponsor1-list li a .pic-box {
                width: 100%;
                height: 97px;
                line-height: 95px;
                border: 1px solid #dcdcdc;
                transition: all 0.3s ease;
                overflow: hidden;
                padding: 10px;
                line-height: 75px;
            }

                .sponsor1 .sponsor1-list li a .pic-box img {
                    vertical-align: middle;
                    max-height: 100%;
                    max-width: 100%;
                }

            .sponsor1 .sponsor1-list li a:hover .pic-box {
                border-color: #0057ca;
            }

.sponsor2 {
    padding-bottom: 40px;
}

    .sponsor2 .m-title-black {
        margin-bottom: 60px;
    }

    .sponsor2 .sponsor2-list .swiper-slide {
        text-align: center;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .sponsor2 .sponsor2-list .pic-box {
        height: 114px;
        line-height: 112px;
        border: 1px solid #d7d7d7;
    }

        .sponsor2 .sponsor2-list .pic-box img {
            max-width: 100%;
            max-height: 100%;
        }

    .sponsor2 .sponsor2-box {
        position: relative;
        padding: 0 60px;
    }

        .sponsor2 .sponsor2-box .slider-arrow {
            background: none;
            color: #ccc;
            font-size: 50px;
            font-weight: bold;
            margin-top: -30px;
            height: 60px;
            line-height: 60px;
            width: auto;
        }

.sponsor3 {
    background-color: #0b59bf;
    padding: 60px 0;
}

    .sponsor3 .sponsor3-pic {
        padding: 45px 0;
    }

        .sponsor3 .sponsor3-pic img {
            max-width: 100%;
        }

.red {
    color: #db4d47;
}

.footer {
    background-color: #27282d;
    font-size: 13px;
    line-height: 23px;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

    .footer .red {
        font-size: 12px;
    }

    .footer .jishu {
        color: #fff;
    }

        .footer .jishu span {
            opacity: 0.6;
        }

        .footer .jishu img {
            height: 16px;
            position: relative;
            top: -3px;
        }

        .footer .jishu .logotxt {
            opacity: 1;
            color: #59aee3;
        }

    .footer a {
        color: #fff;
        margin: 10px 0;
        display: inline-block;
    }

.icon-list li {
    display: block;
    text-align: center;
}

    .icon-list li a {
        display: block;
        font-size: 15px;
        position: relative;
        padding: 0 2px;
        transition: all 0.3s ease;
    }

        .icon-list li a i {
            margin-right: 2px;
            font-size: 26px;
            line-height: 20px;
            vertical-align: sub;
        }

    .icon-list li:hover a {
        color: #fff;
    }

.icon-list .one {
    background-color: #f2ebfd;
}

    .icon-list .one a {
        color: #7737ee;
    }

    .icon-list .one:hover {
        background-color: #7737ee;
    }

.icon-list .two {
    background-color: #eaeffa;
}

    .icon-list .two a {
        color: #2f5ed5;
    }

    .icon-list .two:hover {
        background-color: #2f5ed5;
    }

.icon-list .three {
    background-color: #ebf7fb;
}

    .icon-list .three a {
        color: #3bb5dc;
    }

    .icon-list .three:hover {
        background-color: #3bb5dc;
    }

.icon-list .hotel {
    background-color: #e9f9f0;
}

    .icon-list .hotel a {
        color: #21c86d;
    }

    .icon-list .hotel:hover {
        background-color: #21c86d;
    }

.icon-list .five {
    background-color: #fff0ed;
}

    .icon-list .five a {
        color: #ff7152;
    }

    .icon-list .five:hover {
        background-color: #ff7152;
    }

.icon-list .four {
    background-color: #fffae5;
}

    .icon-list .four a {
        color: #ffc902;
    }

    .icon-list .four:hover {
        background-color: #ffc902;
    }

.ewmbox {
    font-size: 12px;
    padding-top: 10px;
}

    .ewmbox .ewm-pic {
        -webkit-box-shadow: 0 0 10px 0px rgba(38, 46, 95, 0.43);
        -moz-box-shadow: 0 0 10px 0px rgba(38, 46, 95, 0.43);
        box-shadow: 0 0 10px 0px rgba(38, 46, 95, 0.43);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.3s ease;
        border: 1px solid #fff;
        cursor: pointer;
        width: 106px;
        margin: 0 auto;
        padding: 3px;
        background-color: #fff;
    }

        .ewmbox .ewm-pic img {
            width: 100%;
        }

    .ewmbox p {
        color: #3f4c88;
        line-height: 40px;
    }

    .ewmbox:hover .ewm-pic {
        border: 1px solid #3f4c88;
    }

.floatbox {
    position: fixed;
    top: 15%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 99999;
    right: 330px;
}

    .floatbox .l-float {
        position: fixed;
        right: 0;
        top: 10%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 0 16px 1px rgba(63, 76, 136, 0.3);
        -moz-box-shadow: 0 0 16px 1px rgba(63, 76, 136, 0.3);
        box-shadow: 0 0 16px 1px rgba(63, 76, 136, 0.3);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.45);
    }

        .floatbox .l-float .shou {
            text-align: right;
            padding: 15px 15px 10px;
        }

        .floatbox .l-float .js-show {
            display: none;
        }

        .floatbox .l-float .shou span {
            font-size: 12px;
            color: #384352;
            cursor: pointer;
        }

            .floatbox .l-float .shou span .iconfont {
                font-size: 11px;
                margin-left: 3px;
                font-weight: 700;
            }

            .floatbox .l-float .shou span:hover {
                color: #3f4c88;
            }

        .floatbox .l-float li {
            height: 45px;
            line-height: 45px;
            text-align: center;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            margin-bottom: 18px;
            width: auto;
            transition: all 0.3s ease;
        }

            .floatbox .l-float li a {
                display: block;
                font-size: 15px;
                position: relative;
                padding: 0 2px;
                min-width: 153px;
                white-space: nowrap;
            }

                .floatbox .l-float li a i {
                    margin-right: 2px;
                    font-size: 26px;
                    line-height: 20px;
                    vertical-align: sub;
                }

            .floatbox .l-float li:hover a {
                display: block;
                color: #fff;
            }

        .floatbox .l-float .lbox {
            padding: 16px 18px;
        }

    .floatbox .s-float {
        text-align: center;
        width: 65px;
        display: block;
    }

        .floatbox .s-float .shou {
            padding: 10px 5px 15px 0;
        }

        .floatbox .s-float .lbox {
            padding: 0;
            padding-bottom: 50px;
        }

        .floatbox .s-float ul {
            position: relative;
            padding: 0;
        }

        .floatbox .s-float li {
            width: 40px;
            height: 40px;
            overflow: hidden;
            line-height: 40px;
            text-align: center;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            margin: 0 auto 8px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .floatbox .s-float li span {
                display: none;
            }

            .floatbox .s-float li a {
                width: 40px;
                min-width: initial;
            }

                .floatbox .s-float li a i {
                    margin: 0;
                }

        .floatbox .s-float .ewmbox {
            margin-bottom: 15px;
            padding: 0;
            position: absolute;
            width: 30px;
            right: 50%;
            margin-right: -15px;
            bottom: 0;
            transition: all 0.3s ease;
        }

            .floatbox .s-float .ewmbox:hover {
                width: 100px;
            }

            .floatbox .s-float .ewmbox .ewm-pic {
                width: 100%;
            }

            .floatbox .s-float .ewmbox p {
                display: none;
            }
/*二级*/
.subMain {
    margin-top: 20px;
}

    .subMain .left {
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

        .subMain .left .first {
            background-color: #0059d2;
            margin-bottom: 5px;
            position: relative;
        }

            .subMain .left .first a {
                position: relative;
                z-index: 99;
            }

            .subMain .left .first .title {
                display: block;
                text-align: left;
                padding: 25px 20px 20px 25px;
                position: relative;
            }

                .subMain .left .first .title h2 {
                    color: #fff;
                    font-size: 20px;
                }

        .subMain .left .left_nav {
            padding: 6px 7px 30px;
        }

            .subMain .left .left_nav li:last-of-type a {
                border-bottom: 0;
            }

            .subMain .left .left_nav li a {
                padding: 12px 20px 12px 18px;
                display: block;
                position: relative;
                border-bottom: 1px solid rgba(36, 72, 202, 0.1);
                color: #383838;
                font-size: 16px;
            }

                .subMain .left .left_nav li a .arrow_sub {
                    display: none;
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    margin-top: -7px;
                }

                .subMain .left .left_nav li a .en {
                    font-size: 12px;
                    opacity: 0.3;
                }

                .subMain .left .left_nav li a:hover {
                    background-color: rgba(0, 103, 243, 0.05);
                    border-left: 3px solid #0059d2;
                    color: #0059d2;
                }

                    .subMain .left .left_nav li a:hover .arrow_sub {
                        display: block;
                    }

            .subMain .left .left_nav li.on a {
                background-color: rgba(0, 103, 243, 0.05);
                border-left: 3px solid #0059d2;
                color: #0059d2;
            }

                .subMain .left .left_nav li.on a .arrow_sub {
                    display: block;
                }

        .subMain .left .fast-way li {
            height: 50px;
            line-height: 50px;
            width: 100%;
            margin-bottom: 20px;
        }

        .subMain .left .ewmbox {
            padding: 25px 0;
        }

    .subMain .right {
        float: right;
        padding-left: 40px;
    }

    .subMain .position {
        margin: 10px 0 15px;
        color: #384352;
        font-size: 14px;
    }

        .subMain .position a {
            color: #384352;
            margin-right: 5px;
        }

            .subMain .position a:hover {
                color: #4b75ee;
            }

        .subMain .position span {
            margin-right: 5px;
            margin-left: 5px;
        }

    .subMain .right .state {
        padding-bottom: 80px;
    }

        .subMain .right .state .title {
            text-align: left;
            padding: 27px 0 15px;
            border-bottom: 1px solid #ebebeb;
        }

            .subMain .right .state .title h2 {
                font-size: 24px;
                font-weight: bold;
            }

            .subMain .right .state .title .en {
                margin-top: 5px;
                color: #d4d4e6;
            }

        .subMain .right .state .newslist {
            margin-top: 10px;
        }

            .subMain .right .state .newslist li a {
                padding: 18px 100px 18px 30px;
                color: #000;
                font-size: 15px;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                line-height: 28px;
            }

                .subMain .right .state .newslist li a:hover {
                    color: #0057ca;
                    background-color: #fafafb;
                }

                .subMain .right .state .newslist li a:before {
                    content: '';
                    width: 6px;
                    height: 6px;
                    background-color: #b2b2b2;
                    position: absolute;
                    left: 5px;
                    top: 28px;
                }

                .subMain .right .state .newslist li a .fr {
                    font-size: 14px;
                    color: #aeb1b5;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    margin-top: -10px;
                }

    .subMain .sub_cont .content {
        padding-top: 50px;
    }

        .subMain .sub_cont .content .tit {
            color: #333;
            font-size: 30px;
            line-height: 32px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 18px;
        }

        .subMain .sub_cont .content .mess {
            color: #393939;
            font-size: 14px;
            margin-top: 34px;
            text-align: center;
            position: relative;
        }

            .subMain .sub_cont .content .mess span {
                background-color: #fff;
                padding: 0 34px;
            }

            .subMain .sub_cont .content .mess:after {
                content: '';
                display: block;
                width: 100%;
                height: 1px;
                background-color: #e9e9e9;
                position: absolute;
                top: 50%;
                z-index: -1;
            }

        .subMain .sub_cont .content .line {
            height: 12px;
            width: 1px;
            background-color: #393939;
            margin: -2px 10px 0;
        }

        .subMain .sub_cont .content .author {
            text-align: center;
            font-size: 14px;
            color: #393939;
        }

        .subMain .sub_cont .content .content-item {
            padding: 38px 0;
        }

            .subMain .sub_cont .content .content-item img {
                max-width: 100%;
            }

            .subMain .sub_cont .content .content-item .videobox {
                width: 100%;
                overflow: hidden;
            }

                .subMain .sub_cont .content .content-item .videobox video {
                    width: 100%;
                }

                .subMain .sub_cont .content .content-item .videobox img {
                    width: 100%;
                }

    .subMain .sub-links .sponsor1-box {
        padding: 0;
        margin-top: 15px;
    }

    .subMain .sub-links .sponsor1-list {
        max-height: inherit;
        overflow: auto;
    }

        .subMain .sub-links .sponsor1-list li a {
            margin-bottom: 15px;
        }

@media (min-width: 1400px) {
    .container {
        width: 1310px;
    }
}

@media (max-width: 1400px) {
    #slider-banner .swiper-slide {
        height: 500px;
    }
}

@media (max-width: 1200px) {
    .subMain .sub_cont .content .content-item  {
        width: 100%;
        overflow-x: auto;
    }
    .nav .nLi a {
        padding: 0 5px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 1024px) {
    .banner .banner-pic {
        height: 210px;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 65px;
    }

    .container {
        width: 100%;
    }

    .topNav-fixed {
        padding-top: 56px;
    }

        .topNav-fixed .topNav {
            height: 56px;
            line-height: 56px;
        }

        .topNav-fixed .nav {
            top: 56px;
        }

    .topNav {
        padding: 0 15px;
        height: 65px;
        line-height: 65px;
    }

        .topNav .logo img {
            height: 30px;
        }

    .mobile-nav {
        display: block;
        width: 60px;
        text-align: right;
    }

        .mobile-nav i {
            color: #fff;
            font-size: 30px;
        }

    .nav {
        background-color: #0057ca;
        display: none;
        position: absolute;
        width: 100%;
        top: 65px;
        left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 3px 6px 16px 0 rgba(0, 0, 0, 0.4);
        max-height: 500px;
        overflow-y: auto;
    }

        .nav .nLi {
            display: block;
            float: initial;
            text-align: left;
        }

            .nav .nLi a {
                line-height: 48px;
                transition: all 0.3s ease;
                padding: 0 30px;
            }

                .nav .nLi a.first::after {
                    display: none;
                    height: 0;
                }

            .nav .nLi.current,
            .nav .nLi:hover a.first {
                background-color: #fff;
                color: #0057ca;
            }

                .nav .nLi.current::after,
                .nav .nLi:hover a.first::after {
                    display: none;
                }

        .nav .sub {
            top: initial;
            position: static;
            min-width: 150px;
            padding-top: 0;
        }

            .nav .sub:before {
                display: none;
            }

            .nav .sub .borderRadius {
                border-radius: 0;
                box-shadow: none;
            }

            .nav .sub a {
                color: #a2a2a2;
                line-height: 40px;
                transform: all 0.3s ease;
            }

                .nav .sub a:hover {
                    color: #0057ca;
                }

    #slider-banner .swiper-slide {
        height: 240px;
    }

    .main .mainBox {
        padding-top: 30px;
    }

    .main .ad {
        margin-top: -30px;
    }

    .main .m-title {
        margin-bottom: 50px;
    }

        .main .m-title h2 {
            font-size: 32px;
            line-height: 72px;
        }

            .main .m-title h2:after {
                width: 72px;
                margin-left: -36px;
            }

    .main .m-title-black h2,
    .main .m-title-white h2 {
        font-size: 26px;
        line-height: 42px;
    }

    .main .m-title-black .tit-more,
    .main .m-title-white .tit-more {
        font-size: 12px;
    }

    .main .m-c {
        padding: 0 15px;
    }

    .exhibition .exhibit-list li {
        display: block;
        margin-bottom: 15px;
    }

        .exhibition .exhibit-list li a {
            height: 160px;
        }

    .guest .guest-list {
        padding-bottom: 40px;
    }

        .guest .guest-list .picbox {
            width: 100px;
            height: 100px;
        }

        .guest .guest-list .pictxt {
            padding: 0 10px;
        }

            .guest .guest-list .pictxt h3 {
                font-size: 20px;
            }

            .guest .guest-list .pictxt p {
                font-size: 13px;
                line-height: 16px;
                height: 36px;
            }

    .review .review-list h3 {
        font-size: 13px;
        margin-top: 10px;
    }

    .sponsor1 .sponsor1-list {
        max-height: 262px;
    }

        .sponsor1 .sponsor1-list li a .pic-box {
            height: 67px;
            line-height: 45px;
        }

        .sponsor1 .sponsor1-list li a {
            margin-bottom: 30px;
        }

    .sponsor .m-title-none {
        margin-bottom: 30px;
    }

    .sponsor .sponsor1 .m-title-white,
    .sponsor .sponsor2 .m-title-white {
        height: 160px;
        margin-bottom: 40px;
    }

    .sponsor2 .sponsor2-box {
        padding: 0 40px;
    }

        .sponsor2 .sponsor2-box .slider-arrow {
            font-size: 40px;
        }

        .sponsor2 .sponsor2-box .swiper-button-next {
            right: -5px;
        }

        .sponsor2 .sponsor2-box .swiper-button-prev {
            left: -5px;
        }

    .sponsor2 .sponsor2-list .pic-box {
        height: 74px;
        line-height: 72px;
    }

    .sponsor3 {
        padding: 30px 0;
    }

    .footer {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .banner .banner-pic {
        height: 160px;
    }

    .nav {
        max-height: 350px;
    }

    .floatbox .l-float .lbox {
        padding: 5px 12px;
    }

    .floatbox .l-float li {
        height: 35px;
        line-height: 35px;
        margin-bottom: 12px;
    }

        .floatbox .l-float li a {
            font-size: 13px;
            min-width: 140px;
        }

            .floatbox .l-float li a i {
                font-size: 24px;
                margin-right: 2px;
            }

    .floatbox .s-float .lbox {
        padding-bottom: 50px;
    }

    .floatbox .s-float li {
        height: 40px;
        line-height: 40px;
        margin-bottom: 8px;
    }

        .floatbox .s-float li a {
            font-size: 13px;
            min-width: initial;
        }

            .floatbox .s-float li a i {
                font-size: 26px;
                margin-right: 0px;
            }

    .subMain .left .left_nav {
        display: none;
    }

    .subMain .right {
        padding-left: 15px;
    }

    .subMain .sub_cont .content .tit {
        font-size: 24px;
    }

    .fast-way {
        padding: 15px 15px 0;
    }
}

@media (max-width: 767px) {
    .fullBtn {
        border-radius: 0;
    }

    .subMain .left .first {
        display: none;
    }

    .subMain .left,
    .subMain .right {
        float: inherit;
    }

    .exhibition .exhibit-list li a {
        height: 120px;
    }

        .exhibition .exhibit-list li a .exhibit-txt {
            bottom: 24px;
            font-size: 26px;
        }

    .floatbox {
        display: none;
    }

    .subMain .right .state .title {
        padding-top: 35px;
    }

    .sub_hide {
        display: none;
    }

    .subMain {
        margin-top: 0;
    }

    .welcome {
        background: none;
    }

    .subMain .left .first .title .arrow_sub {
        display: block;
    }

    .subMain .right .state .newslist li a {
        padding-right: 30px;
    }

        .subMain .right .state .newslist li a .fr {
            position: inherit;
            float: inherit;
            display: block;
            margin-top: 0px;
        }

    .banner .banner-pic {
        height: 90px;
    }
}

@media (max-width: 375px) {
    .banner .banner-pic {
        height: 80px;
    }
}

@media (max-width: 320px) {
    .banner .banner-pic {
        height: 70px;
    }

    .subMain .sub_cont .content .mess span {
        padding: 0;
    }
}


/*按钮*/
a.but, a.but:link, a.but:visited, .but {
    color: #fff;
    background: #ff8003;
    border: 1px solid #ff6506;
}

    a.but:hover, a.but:active, .but:hover {
        background: #ff6506
    }

a.btnBlue, .btnBlue {
    background: #037adb;
    border-radius: 3px;
    color: #fff;
    margin: 0px;
    border: 1px solid #084278;
    line-height: 16px;
    padding: 6px 10px;
    margin: 0px;
    font-family: "Microsoft Yahei", "微软雅黑", "Arial Narrow", "宋体";
}

    a.btnBlue:hover, .btnBlue:hover {
        background: #064e90;
    }

a.btnCheng, .btnCheng {
    background: #ff6506;
    border-radius: 3px;
    color: #fff;
    margin: 0px;
    border: 1px solid #ff1d06;
    line-height: 16px;
    padding: 6px 10px;
    margin: 0px;
    font-family: "Microsoft Yahei", "微软雅黑", "Arial Narrow", "宋体";
}

    a.btnCheng:hover, .btnCheng:hover {
        background: #ff4c06;
    }

a.btnWhite, .btnWhite {
    background: #f5f5f5;
    border-radius: 3px;
    color: #333;
    margin: 0px;
    border: 1px solid #ccc;
    line-height: 16px;
    padding: 6px 10px;
    margin: 0px;
}

    a.btnWhite:hover, .btnWhite:hover {
        background: #ebebeb;
    }

a.btnLage, .btnLage {
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}

a.btnSmall, .btnSmall {
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}

a.but, a.but:link, a.but:visited, .but {
    border: 0px;
    margin: 20px auto;
    color: #fff;
    background: #ff8003;
    border: 1px solid #ff6506;
    font-family: "Microsoft Yahei", "微软雅黑", "Arial Narrow", "微软雅黑";
    font-size: 18px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    width: 218px;
    display: block;
    text-align: center;
}

    a.but:hover, a.but:active, .but:hover {
        text-decoration: none;
        background: #ff6506;
    }
/*# sourceMappingURL=./index.css.map */
/*# sourceMappingURL=./index.css.map */
/*# sourceMappingURL=./index.css.map */

