﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: calc(100vw/19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100%;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
}

@media (max-width: 1580px) {
    body {
        font-size: 14px;
    }
}

body img {
    border: 0;
    vertical-align: top;
}

body li {
    list-style: none;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: normal;
}

body a {
    transition: 0.3s;
}

    body a, body a:focus {
        text-decoration: none;
        transition: 0.4s;
    }

        body a:hover {
            text-decoration: none;
        }

body input, body button {
    border-radius: 0;
}

body button {
    cursor: pointer;
}

body input[type="button"], body input[type="reset"], body input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

body textarea {
    resize: none;
    overflow: auto;
}

body input, body button, body textarea, body select {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
}

body select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -moz-appearance: none;
    appearance: none;
}

    body select::-ms-expand {
        display: none;
    }

body table {
    border-collapse: collapse;
}

body .fl {
    float: left;
}

body .fr {
    float: right;
}

body .clear {
    zoom: 1;
}

    body .clear:after {
        content: '';
        display: block;
        clear: both;
    }

body .pt80 {
    padding-top: 80px;
}

@media (max-width: 1260px) {
    body .pt80 {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    body .pt80 {
        padding-top: 20px;
    }
}

.bg_grey {
    background: #f6f6f6;
}

.bg_hui {
    background: #F7F7F7;
}

.bg_bai {
    background: #fff;
}

.container, .h_bottom {
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
}

@media (max-width: 1580px) {
    .container, .h_bottom {
        width: 94%;
    }
}

@media (max-width: 767px) {
    .container, .h_bottom {
        padding: 0 15px;
        width: 100%;
    }
}

.bg-color1 {
    background-color: #fff;
}

.ptb100 {
    padding: 100px 0;
}

.pb80 {
    padding-bottom: 80px;
}

@media (max-width: 1260px) {
    .pb80 {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .pb80 {
        padding-bottom: 20px;
    }
}

.ptb50 {
    padding: 50px 0 !important;
}

@media (max-width: 1260px) {
    .ptb50 {
        padding: 40px 0 !important;
    }
}

@media (max-width: 767px) {
    .ptb50 {
        padding: 25px 0 !important;
    }
}

.ptb60 {
    padding: 60px 0 !important;
}

@media (max-width: 1260px) {
    .ptb60 {
        padding: 50px 0 !important;
    }
}

@media (max-width: 767px) {
    .ptb60 {
        padding: 30px 0 !important;
    }
}

.pt60 {
    padding-top: 60px;
}

@media (max-width: 1260px) {
    .pt60 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .pt60 {
        padding-top: 30px;
    }
}

.pb30 {
    padding-bottom: 30px;
}

@media (max-width: 1260px) {
    .pb30 {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .pb30 {
        padding-bottom: 15px;
    }
}

.pb60 {
    padding-bottom: 60px;
}

@media (max-width: 1260px) {
    .pb60 {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .pb60 {
        padding-bottom: 20px;
    }
}

.ptb30 {
    padding: 30px 0 !important;
}

@media (max-width: 1260px) {
    .ptb30 {
        padding: 20px 0 !important;
    }
}

@media (max-width: 767px) {
    .ptb30 {
        padding: 15px 0 !important;
    }
}

.pt30 {
    padding-top: 30px !important;
}

@media (max-width: 1260px) {
    .pt30 {
        padding-top: 20px !important;
    }
}

@media (max-width: 767px) {
    .pt30 {
        padding-top: 15px !important;
    }
}

.big_title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

@media (max-width: 1260px) {
    .big_title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .big_title {
        font-size: 20px;
    }
}

.mid_banner {
    display: block;
    width: 100%;
    text-align: center;
}

    .mid_banner img {
        max-width: 100%;
        margin-bottom: 10px;
    }

.plr20 {
    padding: 0 20px;
}

@media (max-width: 1260px) {
    .plr20 {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .plr20 {
        padding: 10px;
    }
}

.plr30 {
    padding: 0 30px;
}

@media (max-width: 1260px) {
    .plr30 {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .plr30 {
        padding: 15px;
    }
}

.pd20 {
    padding: 20px;
}

@media (max-width: 1260px) {
    .pd20 {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .pd20 {
        padding: 10px;
    }
}

.pb0 {
    padding-bottom: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mtb30 {
    margin: 30px 0;
}

@media (max-width: 1260px) {
    .mtb30 {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .mtb30 {
        margin: 15px 0;
    }
}

.mb30 {
    margin-bottom: 30px !important;
}

@media (max-width: 1260px) {
    .mb30 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .mb30 {
        margin-bottom: 15px !important;
    }
}

.mt30 {
    margin-top: 30px !important;
}

@media (max-width: 1260px) {
    .mt30 {
        margin-top: 20px !important;
    }
}

@media (max-width: 767px) {
    .mt30 {
        margin-top: 15px !important;
    }
}
/* 占位标签，设置导航样式 */
#c-placeholder {
    height: 120px;
}

@media (max-width: 767px) {
    #c-placeholder {
        height: 84px;
    }
}
/*顶部*/
#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    background: #fff; /*顶部logo*/
    /*顶部pc导航*/
}

    #c-header.c-head-move {
        top: -150px;
    }

    #c-header.c-style2, #c-header.c-style3 {
        color: #666;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    #c-header a {
        color: #666;
        transition: all 0.5s;
    }

    #c-header.c-style2 a, #c-header.c-style3 a {
        color: #666;
    }

    #c-header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

@media (max-width: 991px) {
    #c-header .container {
        padding: 0 15px;
        width: 100%;
    }
}

#c-header .h_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
    /*position:relative;*/
}

@media (max-width: 991px) {
    #c-header .h_bottom {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    #c-header .h_bottom {
        height: 50px;
    }
}

#c-header .c-right-box {
    display: flex;
    align-items: center;
    color: #fff;
}

#c-header .h_top {
    height: 40px;
    background: #000;
    line-height: 40px;
    color: #666;
    transition: 0.5s;
    position: relative;
}

@media (max-width: 767px) {
    #c-header .h_top {
        height: 34px;
    }
}

#c-header .h_top .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 767px) {
    #c-header .h_top .container {
        height: 34px;
        line-height: 34px;
        justify-content: flex-end;
    }
}

#c-header .h_top .ul {
    display: flex;
}

@media (max-width: 767px) {
    #c-header .h_top .ul {
        display: none;
    }
}

#c-header .h_top .ul .wb_wx_sj {
    width: 200px;
    background: #e4e4e4;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    padding: 2px 0;
    height: 28px;
    margin-left: 20px;
    margin-top: 3px;
    display: flex;
    align-items: center;
    line-height: 28px;
}

#c-header .h_top .ul .wb, #c-header .h_top .ul .wx, #c-header .h_top .ul .sj {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

#c-header .h_top .ul .img1 {
    margin-top: 5px;
}

#c-header .h_top .ul .img3 {
    margin-top: 4px;
}

#c-header .h_top .ul .zone {
    position: relative;
    margin: auto;
}

    #c-header .h_top .ul .zone span {
        position: absolute;
        z-index: 990;
        top: 30px;
        /*上下距离*/
        left: -40px;
        /*左右距离*/
        display: none;
    }

#c-header .h_top .ul .telIcon {
    line-height: 34px;
    margin-left: 20px;
}

#c-header .h_top .ul .aHome {
    color: #fff;
    padding-left: 25px;
    background: url(../images/b_01.png) no-repeat left center;
    background-size: 16px;
}

#c-header .h_top .right {
    line-height: 34px;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 767px) {
    #c-header .h_top .right {
        font-size: 13px;
    }
}

#c-header .h_top .right .day_show {
    color: #fff;
    font-weight: 600;
    padding-right: 10px;
    padding: 0 10px 0 5px;
}

#c-header .h_top .right .a1 {
    background: url(../images/b_02.png) no-repeat left top #3229DA;
    background-size: 100% 100%;
    text-decoration: none;
    color: #ffffff;
    padding: 3px 12px;
    font-size: 15px;
}

@media (max-width: 767px) {
    #c-header .h_top .right .a1 {
        padding: 2px 6px;
        font-size: 14px;
    }
}

#c-header .h_top .right .a1:hover {
    text-decoration: underline;
    background: url(../images/b_02.png) no-repeat left top #2C23C5;
    background-size: 100% 100%;
}

#c-header .h_top .right .dropdown {
    margin-left: 40px;
}

@media (max-width: 767px) {
    #c-header .h_top .right .dropdown {
        margin-left: 10px;
    }
}

#c-header .h_top .right .dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #666;
}

#c-header .h_top .right .dropdown li {
    float: left;
}

    #c-header .h_top .right .dropdown li a, #c-header .h_top .right .dropbtn {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        background: url(../images/top_sjx.png) no-repeat right center;
        padding-right: 25px;
        color: #fff;
    }

@media (max-width: 767px) {
    #c-header .h_top .right .dropdown li a, #c-header .h_top .right .dropbtn {
        padding-right: 20px;
        background-size: 14px;
    }
}

#c-header .h_top .right .dropdown {
    display: inline-block;
}

#c-header .h_top .right .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

    #c-header .h_top .right .dropdown-content a {
        color: #666;
        padding: 6px 10px;
        text-decoration: none;
        display: block;
        line-height: 24px;
    }

        #c-header .h_top .right .dropdown-content a:hover {
            background-color: #f1f1f1;
            color: #2F6EE2;
        }

@media (min-width: 1100px) { /* 手机 */
    #c-header .h_top .right .dropdown:hover .dropdown-content {
        display: block !important;
    }
}

#c-header .c-logo {
    display: flex;
    align-items: center;
}

    #c-header .c-logo .c-img-box {
        display: flex;
        align-items: center;
    }

        #c-header .c-logo .c-img-box img {
            height: 40px;
        }

@media (max-width: 991px) {
    #c-header .c-logo .c-img-box img {
        height: 30px;
    }
}

#c-header .c-logo span {
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    #c-header .c-logo span {
        display: none;
    }
}

#c-header .c-logo .img1 {
    display: none;
}

#c-header .c-logo .img2 {
    display: inline-block;
}

#c-header .c-nav {
    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    padding-left: 50px;
}

@media (max-width: 991px) {
    #c-header .c-nav {
        display: none;
    }
}

#c-header .c-nav > li {
    position: relative;
    padding: 0 5px; /*
            &:last-child {
                margin-right: 0;
            }
            a:before {
                content: "";
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 0;
                height: 2px;
                background:@color1;
                transition: .5s;
            }*/
}

#c-header .c-nav li a {
    white-space: nowrap;
    padding: 0 18px;
    position: relative;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 17px;
    color: #000;
}

    #c-header .c-nav li a i {
        margin-left: 8px;
        font-size: 20px;
    }

#c-header .c-nav ul {
    position: absolute;
    top: 99%;
    left: 50%;
    display: none;
    width: 150px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    #c-header .c-nav ul li {
        border-bottom: 1px solid #eee;
    }

        #c-header .c-nav ul li:last-child {
            border: 0;
        }

        #c-header .c-nav ul li a {
            color: #666;
        }

#c-header .container {
    position: relative;
}

#c-header .c-nav > li {
    position: inherit;
}

#c-header .c-nav li:hover .la {
    display: block;
}

#c-header .c-nav li .la {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    display: none;
}

    #c-header .c-nav li .la .nei {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    #c-header .c-nav li .la dl {
        float: left;
        width: 28%;
        text-align: left;
        line-height: 40px;
        font-size: 14px;
        padding-left: 50px;
    }

        #c-header .c-nav li .la dl dt {
            font-size: 18px;
            margin-left: 0;
            text-align: left;
            border-bottom: 1px solid #BABABA;
            padding-bottom: 6px;
            width: 160px;
            margin-bottom: 5px;
            letter-spacing: 2px;
            font-weight: bold;
            color: #686868;
        }

        #c-header .c-nav li .la dl dd a {
            color: #686868 !important;
            padding: 0 10px;
            font-size: 16px;
            display: inline-block;
            min-width: 70%;
        }

            #c-header .c-nav li .la dl dd a:hover {
                color: #2A2AA4 !important;
                background: #EEEEEE;
            }

    #c-header .c-nav li .la .right {
        padding-top: 30px;
        width: 19%;
        float: left;
    }

        #c-header .c-nav li .la .right .a {
            width: 100%;
            line-height: 60px;
            font-size: 22px;
            text-align: center !important;
            margin: 30px 0;
            border-radius: 0;
            /*background: url(../images/b_04.png) no-repeat left top #2A2AA4;
	background-size: 100% 100%;*/
            background: #fff letter-spacing: 2px;
            transition: 0.3s;
            border: 2px solid #2A2AA4;
            color: #000 !important;
        }

            #c-header .c-nav li .la .right .a:nth-child(1) {
                background: #2A2AA4;
                color: #fff !important;
            }

                #c-header .c-nav li .la .right .a:nth-child(1):hover {
                    background: #fff;
                    color: #000 !important;
                }

            #c-header .c-nav li .la .right .a:hover {
                background: #2A2AA4;
                color: #fff !important;
            }

    #c-header .c-nav li .la .right2 {
        padding-top: 0;
        width: 22%;
    }

#c-header .c-nav2 .la {
    background: #f1f1f1;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: none;
}

    #c-header .c-nav2 .la a {
        width: 100%;
        display: block;
        line-height: 30px;
        font-size: 15px;
    }

    #c-header .c-nav2 .la .tit {
        font-size: 16px;
        font-weight: bold;
        line-height: 34px;
        border-bottom: 2px solid #999;
        margin: 12px 0 6px 0;
    }

    #c-header .c-nav2 .la div:first-child .tit {
        margin-top: 0;
    }

#c-header .c-nav2 li .c-title-box {
    justify-content: flex-start;
}

    #c-header .c-nav2 li .c-title-box i {
        background: url(../images/bg_08.jpg) no-repeat right center;
        display: inline-block;
        padding: 10px 15px;
        background-size: 6px;
    }

.home-header {
    background: none !important;
}

    .home-header .h_top {
        background-color: rgba(0, 0, 0, 0.1) !important;
    }

    .home-header .c-logo .img1 {
        display: inline-block !important;
    }

    .home-header .c-logo .img2 {
        display: none !important;
    }

    .home-header .c-nav li a {
        color: #fff !important;
    }

    .home-header.c-style2, .home-header.c-style3 {
        background: #fff !important;
    }

        .home-header.c-style2 .h_top, .home-header.c-style3 .h_top {
            background-color: #000 !important;
        }

        .home-header.c-style2 .c-nav li a, .home-header.c-style3 .c-nav li a {
            color: #000000 !important;
        }

        .home-header.c-style2 .c-logo .img1, .home-header.c-style3 .c-logo .img1 {
            display: none !important;
        }

        .home-header.c-style2 .c-logo .img2, .home-header.c-style3 .c-logo .img2 {
            display: inline-block !important;
        }

#c-header .c-nav li:hover > a {
    color: #000 !important;
    background: url(../images/b_03.png) repeat-x left top #fff;
    background-size: 100% 3px;
}

/*.home-header .c-nav li:first-child  a:hover{ color:#fff !important;}*/

/* #c-header .c-nav li:first-child:hover a{ 
	background:none !important; 
	color:#fff !important;
}
#c-header .c-nav li:first-child:hover{
	background: url(../images/b_03.png) repeat-x left bottom !important;
    background-size: 100% 3px !important;
}
#c-header.c-style2 .c-nav li:first-child a:hover{
	background:none !important; 
	color:#000 !important;
} */


.c-style3 {
    position: relative !important;
}

#c-header.c-style3 .c-nav li:first-child a:hover {
    background: none !important;
    color: #000 !important;
}

@media (max-width: 767px) {
    .c-style3 {
        position: sticky !important;
    }
}

/*顶部移动端导航*/
#c-header .c-nav2 {
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 50px;
    color: #333;
    background: #fff;
    overflow-y: auto;
    transition: all 0.5s;
    text-align: left;
}

@media (max-width: 1260px) {
    #c-header .c-nav2 {
        top: 120px;
    }
}

@media (max-width: 767px) {
    #c-header .c-nav2 {
        top: 84px;
    }
}

#c-header .c-nav2 > li:last-child {
    border-bottom: 1px solid #f1f1f1;
}

#c-header .c-nav2 li {
    padding: 0 0.5rem;
    border-top: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
    #c-header .c-nav2 li {
        padding: 0 1rem;
    }
}

#c-header .c-nav2 li .c-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#c-header .c-nav2 li a {
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    #c-header .c-nav2 li a i {
        font-size: 20px;
    }

    #c-header .c-nav2 li a:hover, #c-header .c-nav2 li.on > a {
        color: #de2f09;
    }

#c-header .c-nav2 li ul {
    display: none;
}

.c-open #c-header .c-nav2 {
    height: calc(100vh - 60px);
}
/*顶部导航开关*/
#c-header .c-switch {
    display: none;
    width: 24px;
    height: 20px;
    cursor: pointer;
}

@media (max-width: 991px) {
    #c-header .c-switch {
        display: block;
    }
}

#c-header .c-switch i {
    position: relative;
    display: block;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    #c-header .c-switch i:nth-child(1) {
        top: 0;
    }

    #c-header .c-switch i:nth-child(3) {
        bottom: 0;
    }

    #c-header .c-switch i:nth-child(2) {
        margin: 6px 0;
    }

#c-header.c-style2 .c-switch i, #c-header.c-style3 .c-switch i {
    background: #333;
}

body.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 底部 */
.footer {
    background: #fff;
}

    .footer .db_nav_t {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 14px;
    }

@media (max-width: 767px) {
    .footer .db_nav_t {
        padding-bottom: 5px;
    }
}

.footer .foot_top {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 30px 0;
    align-items: flex-start;
}

@media (max-width: 1260px) {
    .footer .foot_top {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .footer .foot_top {
        padding: 25px 0 0 0;
    }
}

.footer .db_nav_l {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer .db_nav_l {
        padding: 0 15px;
        flex-wrap: wrap;
    }
}

.footer .db_nav_l ul li {
    margin-bottom: 6px;
    line-height: 22px;
}

.footer .db_nav_l a {
    font-size: 14px;
    color: #5F5F5F;
}

    .footer .db_nav_l a:hover {
        color: #2A2AA4;
    }

.footer .di_one2 {
    padding-right: 60px;
}

@media (max-width: 767px) {
    .footer .db_nav_l ul {
        width: 100%;
        padding-bottom: 15px;
        padding-top: 5px;
    }

        .footer .db_nav_l ul:nth-child(2), .footer .db_nav_l ul:nth-child(3) {
            width: 48%;
        }

    .footer .di_one2 {
        padding-right: 0px;
    }
}

.footer .db_nav_r {
    width: 36%;
    border-left: 1px solid #dcdcdc;
    padding-left: 40px;
}

    .footer .db_nav_r .lx {
        height: 100px;
        display: flex;
        justify-content: space-between;
    }

    .footer .db_nav_r .db_img {
        float: left;
    }

        .footer .db_nav_r .db_img .db_img img {
            width: 90%;
        }

    .footer .db_nav_r .db_t {
        float: right;
        font-size: 14px;
    }

.footer .kf {
    width: 364px;
    border-radius: 20px;
    overflow: hidden;
    height: 40px;
    display: block;
}

    .footer .kf img {
        float: left;
        margin-left: 10px;
        margin-top: 6px;
    }

    .footer .kf p {
        float: left;
        margin-left: 10px;
        line-height: 40px;
    }

.footer .yx {
    width: 364px;
    border-radius: 20px;
    overflow: hidden;
    height: 40px;
}

    .footer .yx img {
        float: left;
        margin-left: 10px;
        margin-top: 10px;
    }

    .footer .yx p {
        float: left;
        margin-left: 10px;
        line-height: 40px;
    }

.footer .di_one {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    padding-right: 20px;
}

    .footer .di_one .img {
        width: 150px;
        margin-right: 20px;
    }

@media (max-width: 767px) {
    .footer .di_one .img {
        width: auto;
        height: 120px;
    }
}

@media (max-width: 1260px) {
    .footer .di_one {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding-bottom: 20px;
    }

        .footer .di_one .img {
            margin: 0 15px;
        }
}

.footer .di_search {
    background: #fff;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 5px;
    width: 300px;
    border: 2px solid #C2C2C2;
}

@media (max-width: 1260px) {
    .footer .di_search {
        width: 270px;
    }
}

@media (max-width: 767px) {
    .footer .di_search {
        width: 100%;
    }
}

.footer .di_search .txt {
    width: 100%;
    padding-left: 10px;
    height: 40px;
    font-size: 14px;
}

.footer .di_search .btn {
    width: 60px;
    background: #2A2AA4;
    height: 40px;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

.footer .di_two {
    background: #2A2AA4;
    padding: 35px 0;
}

@media (max-width: 767px) {
    .footer .di_two {
        padding: 25px 0;
    }
}

.footer .di_two .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

@media (max-width: 1260px) {
    .footer .di_two .container {
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

.footer .di_two .info {
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 1260px) {
    .footer .di_two .info {
        font-size: 14px;
        width: 50%;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer .di_two .info {
        width: 100%;
        padding-bottom: 15px;
    }
}

.footer .di_two .info .tit {
    font-size: 20px;
    display: block;
    padding-bottom: 8px;
}

@media (max-width: 1260px) {
    .footer .di_two .info .tit {
        font-size: 18px;
    }
}

.footer .di_two .li {
    display: flex;
    align-items: center;
    font-size: 20px;
}

@media (max-width: 1260px) {
    .footer .di_two .li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .footer .di_two .li {
        width: 100%;
        padding-bottom: 15px;
        font-size: 16px;
    }

        .footer .di_two .li:last-child {
            padding-bottom: 0;
        }
}

.footer .di_two .li img {
    width: 57px;
    border-radius: 100px;
}

@media (max-width: 767px) {
    .footer .di_two .li img {
        width: 36px;
    }
}

.footer .di_two .li span {
    padding-left: 15px;
}

@media (max-width: 767px) {
    .footer .di_two .li span {
        padding-left: 10px;
    }
}

.footer .BotLink {
    text-align: left;
    padding: 30px 0;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

    .footer .BotLink .right {
        flex-shrink: 0;
    }

        .footer .BotLink .right img {
            margin-left: 15px;
            height: 30px;
        }

    .footer .BotLink a {
        color: #000;
    }

@media (max-width: 1260px) {
    .footer .BotLink {
        font-size: 14px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .footer .BotLink {
        font-size: 12px;
        padding: 10px 15px;
        line-height: 24px;
        flex-wrap: wrap;
    }

        .footer .BotLink .right {
            width: 100%;
            text-align: center;
            padding: 10px 0;
        }

            .footer .BotLink .right img {
                margin: 0 5px;
            }
}
/* banner */
.banner {
    position: relative;
}

    .banner, .banner img {
        width: 100%;
        display: block;
    }
/* 轮播  banner*/
body .lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body .lightSlider:before, body .lightSlider:after {
    content: " ";
    display: table;
}

body .lightSlider {
    overflow: hidden;
    margin: 0;
}

body .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

    body .lSSlideWrapper > .lightSlider:after {
        clear: both;
    }

    body .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform, height;
        -moz-transition-property: -moz-transform, height;
        transition-property: transform, height;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    body .lSSlideWrapper .lSFade {
        position: relative;
    }

        body .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            left: 0;
            z-index: 9;
            margin-right: 0;
            width: 100%;
        }

    body .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    body .lSSlideWrapper .lSFade > *.active {
        z-index: 10;
    }

    body .lSSlideWrapper.usingCss .lSFade > *.active {
        opacity: 1;
    }

body .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

    body .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }

        body .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            z-index: 99;
            -webkit-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
        }

        body .lSSlideOuter .lSPager.lSpg > li:hover a, body .lSSlideOuter .lSPager.lSpg > li.active a {
            background-color: #FF7523;
        }

body .lSSlideOuter .media {
    opacity: 0.8;
}

    body .lSSlideOuter .media.active {
        opacity: 1;
    }

body .lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

    body .lSAction > a:hover {
        opacity: 1;
    }

body .lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

body .lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

body .lSAction > a.disabled {
    pointer-events: none;
}

body .cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

body .lSSlideOuter.lSrtl {
    direction: rtl;
}

body .lSSlideOuter .lightSlider, body .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

body .lSSlideOuter.lSrtl .lightSlider, body .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

body .lSSlideOuter .lightSlider > *, body .lSSlideOuter .lSGallery li {
    float: left;
}

body .lSSlideOuter.lSrtl .lightSlider > *, body .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

body .t_banner {
    width: 100%;
}

    body .t_banner .lSSlideOuter .lSPager.lSpg {
        width: 94%;
        margin: 0 auto;
        position: relative;
        text-align: right;
        margin-top: -35px;
        background: none;
        float: left;
    }

@media (max-width: 1260px) {
    body .t_banner .lSSlideOuter .lSPager.lSpg {
        width: 100%;
        padding: 0 15px;
    }
}

body .t_banner .lSSlideOuter .lSPager.lSpg > li a {
    border: 0;
    width: 10px;
    height: 10px;
    line-height: 100px;
    overflow: hidden;
    background: #40d314;
}

body .t_banner .lSSlideOuter .lSPager.lSpg > li:hover a, body .t_banner .lSSlideOuter .lSPager.lSpg > li.active a {
    border: 0;
    background: #fff;
}

body .t_banner .lSSlideOuter .lSPager.lSpg > li {
    margin-top: 0px;
}

body .t_banner img {
    width: 100%;
    display: block;
}

body .t_banner .img_pc {
    display: block;
}

body .t_banner .img_yd {
    display: none;
}

@media (max-width: 767px) {
    body .t_banner .img_pc {
        display: none;
    }

    body .t_banner .img_yd {
        display: block;
    }
}
/* 导航位置 */
.wei {
    background: #F6F6F6;
    padding: 12px 0;
    line-height: 30px;
    color: #000;
}

@media (max-width: 767px) {
    .wei {
        padding: 12px 0;
        line-height: 28px;
    }
}

.wei .title {
    font-size: 15px;
    letter-spacing: 1px;
    background: url(../images/home.png) no-repeat left center;
    background-size: 18px;
    padding-left: 25px;
    font-weight: bold;
    color: #333;
}

@media (max-width: 767px) {
    .wei .title {
        font-size: 15px;
        width: 100%;
    }
}

.wei p {
    font-size: 13px;
    opacity: 0.8;
}

@media (max-width: 767px) {
    .wei p {
        font-size: 12px;
    }
}

.wei .container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .wei .container {
        flex-wrap: wrap;
    }
}
/* 首页 */
body .sy_one {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

@media (max-width: 767px) {
    body .sy_one {
        flex-wrap: wrap;
    }
}

body .sy_one li {
    width: 50%;
    background: url(../images/b_05.png) no-repeat right center;
    text-align: center;
}

    body .sy_one li:last-child {
        background: none;
    }

    body .sy_one li a {
        padding: 50px 0;
        display: block;
        width: 100%;
    }

@media (max-width: 1260px) {
    body .sy_one li {
        background-size: 1px 90px;
    }

        body .sy_one li a {
            padding: 40px 0;
        }
}

@media (max-width: 767px) {
    body .sy_one li {
        background-size: 1px 100%;
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: -1px;
    }

        body .sy_one li:nth-child(2n) {
            background: none;
            border-left: 1px solid #CCCCCC;
        }

        body .sy_one li a {
            padding: 15px 0;
        }
}

body .sy_one .img {
    height: 50px;
    transition: 0.5s;
}

@media (max-width: 1260px) {
    body .sy_one .img {
        height: 40px;
    }
}

@media (max-width: 767px) {
    body .sy_one .img {
        height: 30px;
    }
}

body .sy_one p {
    line-height: 64px;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 5px;
    background: url(../images/b_06-1.png) no-repeat bottom center;
    letter-spacing: 2px;
    color: #2A2AA4;
}

@media (max-width: 1260px) {
    body .sy_one p {
        font-size: 20px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    body .sy_one p {
        font-size: 16px;
        line-height: 24px;
        background: none;
        padding-bottom: 0;
        padding-top: 6px;
    }
}

body .sy_one li:nth-child(2n) p {
    color: #3F77DE;
}

body .sy_one a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

body .sy_bg1 {
    background: url(../images/b_07.png) no-repeat left top #F7F7F7;
    background-size: 100% 530px;
    padding-top: 100px;
}

@media (max-width: 1260px) {
    body .sy_bg1 {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    body .sy_bg1 {
        padding-top: 30px;
    }
}

body .sy_two {
    width: 100%;
    border-radius: 5px;
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 40px 60px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1260px) {
    body .sy_two {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    body .sy_two {
        padding: 15px;
        margin-bottom: 20px;
    }
}

body .sy_two .topInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1260px) {
    body .sy_two .topInfo {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    body .sy_two .topInfo {
        flex-wrap: wrap;
    }
}

body .sy_two .left_info {
    width: 68%;
}

@media (max-width: 767px) {
    body .sy_two .left_info {
        width: 100%;
    }
}

body .sy_two .left_info .tit {
    background: url(../images/b_08.png) no-repeat left bottom;
    background-size: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}

@media (max-width: 1260px) {
    body .sy_two .left_info .tit {
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    body .sy_two .left_info .tit {
        line-height: 26px;
    }
}

body .sy_two .left_info .tit .left {
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: bold;
}

@media (max-width: 1260px) {
    body .sy_two .left_info .tit .left {
        font-size: 20px;
        padding-bottom: 20px;
    }
}

body .sy_two .left_info .tit .aRight {
    background: url(../images/b_09.png) no-repeat right center;
    background-size: 20px;
    padding-right: 28px;
    color: #2F6EE2;
    font-size: 15px;
    margin-right: 0;
    font-weight: bold;
}

    body .sy_two .left_info .tit .aRight:hover {
        padding-right: 38px;
        margin-right: -10px;
    }

@media (max-width: 1260px) {
    body .sy_two .left_info .tit .aRight {
        font-size: 14px;
        background-size: 16px;
        padding-right: 20px;
    }

        body .sy_two .left_info .tit .aRight:hover {
            padding-right: 32px;
            margin-right: -7px;
        }
}

body .sy_two .left_info .desc {
    font-size: 16px;
    padding: 26px 0;
    line-height: 30px;
}

@media (max-width: 1260px) {
    body .sy_two .left_info .desc {
        padding: 20px 0;
        font-size: 14px;
        line-height: 26px;
    }
}

body .sy_two .left_info .bottom {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1260px) {
    body .sy_two .left_info .bottom {
        width: 140%;
    }
}

@media (max-width: 767px) {
    body .sy_two .left_info .bottom {
        flex-wrap: wrap;
        width: 100%;
    }
}

body .sy_two .left_info .bottom .aBtn {
    width: 47.5%;
    line-height: 50px;
    border: 1px solid #2A2AA4;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #2A2AA4;
}

body .sy_two2 .left_info .bottom .aBtn {
    width: 31.5%;
    line-height: 44px;
    font-size: 15px;
    margin-right: 1.5%;
}

body .sy_two2 .left_info .bottom {
    justify-content: flex-start;
}

body .sy_two .left_info .bottom .aBtn:hover {
    background: #fff;
    border: 1px solid #2A2AA4;
    color: #000;
}

body .sy_two .left_info .bottom .aBtn:nth-child(2n) {
    background: #2F6EE2;
    color: #fff;
    border: 1px solid #2F6EE2;
}

    body .sy_two .left_info .bottom .aBtn:nth-child(2n):hover {
        background: none;
        color: #2F6EE2;
    }

@media (max-width: 1260px) {
    body .sy_two .left_info .bottom .aBtn {
        font-size: 15px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    body .sy_two .left_info .bottom .aBtn {
        width: 100%;
        margin-bottom: 10px;
        font-size: 15px;
    }
}

body .sy_two .right_video {
    width: 28%;
}

    body .sy_two .right_video img {
        width: 100%;
        display: block;
    }

@media (max-width: 1260px) {
    body .sy_two .right_video {
        padding-top: 75px;
    }
}

@media (max-width: 767px) {
    body .sy_two .right_video {
        padding-top: 10px;
        width: 100%;
    }
}

body .sy_two .right_video .shiping {
    width: 100%;
    object-fit: cover;
}

body .sy_two .num_list {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 20px;
}

@media (max-width: 1260px) {
    body .sy_two .num_list {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    body .sy_two .num_list {
        padding-top: 30px;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
}

body .sy_two .num_list li {
    width: 50%;
    background: url(../images/b_05.png) no-repeat right center;
    background-size: 1px 100%;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

    body .sy_two .num_list li:last-child {
        background: none;
    }

@media (max-width: 767px) {
    body .sy_two .num_list li {
        margin-bottom: 30px;
    }

        body .sy_two .num_list li:nth-child(2n) {
            background: none;
        }
}

body .sy_two .num_list h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2A2AA4;
}

@media (max-width: 1260px) {
    body .sy_two .num_list h2 {
        font-size: 28px;
    }
}

@media (max-width: 1260px) {
    body .sy_two .num_list h2 {
        font-size: 24px;
    }
}

body .sy_two .num_list h2 i {
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    height: 40px;
    padding-left: 5px;
}

@media (max-width: 1260px) {
    body .sy_two .num_list h2 i {
        font-size: 20px;
        padding-left: 0;
    }
}

body .sy_two .num_list p {
    font-size: 20px;
    line-height: 20px;
    padding-top: 15px;
    opacity: 0.9;
}

@media (max-width: 1260px) {
    body .sy_two .num_list p {
        font-size: 16px;
        padding-top: 5px;
    }
}

@media (max-width: 767px) {
    body .sy_two .num_list p {
        font-size: 15px;
    }
}

body .sy_two .tishi {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
}

@media (max-width: 1260px) {
    body .sy_two .tishi {
        padding-bottom: 0px;
    }
}

body .sy_three {
    padding-bottom: 30px;
}

@media (max-width: 1260px) {
    body .sy_three {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    body .sy_three {
        padding-bottom: 0px;
    }
}

body .sy_three .title {
    line-height: 120px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
}

@media (max-width: 1260px) {
    body .sy_three .title {
        line-height: 90px;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    body .sy_three .title {
        line-height: 70px;
        font-size: 24px;
    }
}

body .sy_three .list {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}

@media (max-width: 767px) {
    body .sy_three .list {
        padding: 10px 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

body .sy_three .list .li {
    width: 20%;
    text-align: center;
    color: #000;
}

    body .sy_three .list .li:hover {
        color: #2A2AA4;
    }

        body .sy_three .list .li:hover .img {
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            transform: scale(1.3);
        }

@media (max-width: 767px) {
    body .sy_three .list .li {
        padding-bottom: 20px;
    }
}

body .sy_three .list .img {
    height: 70px;
    transition: 0.5s;
}

@media (max-width: 1260px) {
    body .sy_three .list .img {
        height: 52px;
    }
}

@media (max-width: 767px) {
    body .sy_three .list .img {
        height: 46px;
    }
}

body .sy_three .list p {
    padding-top: 25px;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1260px) {
    body .sy_three .list p {
        padding-top: 15px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    body .sy_three .list p {
        font-size: 13px;
        line-height: 20px;
    }
}

body .sy_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

@media (max-width: 1260px) {
    body .sy_search {
        flex-wrap: wrap;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    body .sy_search {
        padding-bottom: 30px;
        padding-top: 10px;
    }
}

body .sy_search .left {
    display: flex;
    width: 100%;
    align-items: center;
}

@media (max-width: 1260px) {
    body .sy_search .left {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    body .sy_search .left {
        flex-wrap: wrap;
    }
}

body .sy_search .lb {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    body .sy_search .lb {
        font-size: 15px;
    }
}

body .sy_search .lb .rad {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

@media (max-width: 1260px) {
    body .sy_search .lb .rad {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 767px) {
    body .sy_search .lb .rad {
        width: 24px;
        height: 24px;
    }
}

body .sy_search .Ptxt {
    width: 100%;
    background: #EDEDED;
    border-radius: 40px;
    overflow: hidden;
    height: 46px;
    display: flex;
}

@media (max-width: 767px) {
    body .sy_search .Ptxt {
        margin-top: 15px;
    }
}

body .sy_search .Ptxt .txt {
    width: 100%;
    height: 46px;
    background: none;
    padding-left: 25px;
    font-size: 16px;
}

@media (max-width: 767px) {
    body .sy_search .Ptxt .txt {
        font-size: 15px;
    }
}

body .sy_search .Ptxt .btnSS {
    width: 60px;
    height: 46px;
    flex-shrink: 0;
    background: url(../images/b_10.png) no-repeat center center;
    background-size: 20px;
    cursor: pointer;
}

body .sy_search .btn_a {
    width: 190px;
    height: 46px;
    margin-left: 10px;
    font-size: 16px;
    flex-shrink: 0;
    text-align: center;
    line-height: 46px;
    color: #fff;
}

@media (max-width: 1260px) {
    body .sy_search .btn_a {
        margin-left: 0;
        width: 30%;
    }
}

@media (max-width: 767px) {
    body .sy_search .btn_a {
        width: 100%;
        margin-bottom: 15px;
        font-size: 15px;
    }
}

body .sy_search .btn_a.a1 {
    background: #2A2AA4;
    border: 1px solid #2A2AA4;
}

body .sy_search .btn_a.a2 {
    background: #2F6EE2;
    border: 1px solid #2F6EE2;
}

    body .sy_search .btn_a.a1:hover, body .sy_search .btn_a.a2:hover {
        background: #fff;
        border: 1px solid #2A2AA4;
        color: #000;
    }

body .sy_search .btn_a.a3 {
    background: #fff;
    border: 1px solid #2A2AA4;
    color: #2A2AA4;
    line-height: 44px;
}

    body .sy_search .btn_a.a3:hover {
        background: #2A2AA4;
        border: 1px solid #2A2AA4;
        color: #fff;
    }

body .sy_five {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 1260px) {
    body .sy_five {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    body .sy_five {
        padding: 20px 15px;
    }
}

body .sy_five li {
    width: 49%;
    padding: 15px 0;
}

@media (max-width: 767px) {
    body .sy_five li {
        width: 100%;
        padding: 8px 0;
    }
}

body .sy_five img {
    display: block;
    width: 100%;
}

body .sy_six {
    padding-bottom: 40px;
    margin-top: -40px;
}

@media (max-width: 1260px) {
    body .sy_six {
        margin-top: -20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    body .sy_six {
        margin-top: -10px;
    }
}

body .sy_six li {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

    body .sy_six li:nth-child(2n) .title .a {
        background: #2F6EE2;
    }

@media (max-width: 1260px) {
    body .sy_six li {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    body .sy_six li {
        flex-wrap: wrap;
        padding-top: 5px;
    }
}

body .sy_six .title {
    flex-shrink: 0;
    width: 33%;
    padding-right: 6%;
}

@media (max-width: 1260px) {
    body .sy_six .title {
        width: 35%;
    }
}

@media (max-width: 767px) {
    body .sy_six .title {
        width: 100%;
        padding-right: 0;
    }
}

body .sy_six .title .name {
    line-height: 60px;
    background: url(../images/b_06.png) no-repeat left bottom;
    background-size: 75px 1px;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 70px;
    font-weight: bold;
    letter-spacing: 3px;
}

@media (max-width: 1260px) {
    body .sy_six .title .name {
        font-size: 24px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    body .sy_six .title .name {
        margin-bottom: 10px;
        width: 100%;
        display: block;
        background: #EBEBEB;
        text-align: center;
        font-size: 17px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 1px;
    }
}

body .sy_six .title .name i {
    display: none;
    padding: 20px 10px;
    background: url(../images/b_11.png) no-repeat right center;
    background-size: 15px;
}

@media (max-width: 767px) {
    body .sy_six .title .name i {
        display: inline-block;
    }
}

body .sy_six .title .a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background: #2A2AA4;
    line-height: 60px;
    font-size: 18px;
    border: 1px solid #fff;
}

    body .sy_six .title .a:hover {
        background: #fff !important;
        border: 1px solid #2A2AA4;
        color: #000;
    }

@media (max-width: 1260px) {
    body .sy_six .title .a {
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    body .sy_six .title .a {
        display: none;
    }
}

body .sy_six .title.sel .name i {
    background: url(../images/b_11-sel.png) no-repeat right center;
    background-size: 15px;
}

body .sy_six .right {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 20px;
}

@media (max-width: 1260px) {
    body .sy_six .right {
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    body .sy_six .right {
        border: 0;
        display: none;
    }
}

body .sy_six .right dd {
    width: 33.33%;
    padding-bottom: 20px;
    line-height: 24px;
}

@media (max-width: 1260px) {
    body .sy_six .right dd {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    body .sy_six .right dd {
        width: 50%;
        display: block;
        float: left;
        padding-bottom: 10px;
    }
}

body .sy_six .right a {
    font-size: 16px;
    color: #333;
}

    body .sy_six .right a:hover {
        color: #2A2AA4;
    }

@media (max-width: 1260px) {
    body .sy_six .right a {
        font-size: 15px;
    }
}

body .sy_seven {
    padding: 40px 0 30px 0;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1260px) {
    body .sy_seven {
        padding: 60px 0 40px 0;
    }
}

@media (max-width: 767px) {
    body .sy_seven {
        padding: 20px 15px;
        flex-wrap: wrap;
    }
}

body .sy_seven .title {
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    body .sy_seven .title .aRight {
        background: url(../images/b_09.png) no-repeat right center;
        background-size: 20px;
        padding-right: 28px;
        color: #2F6EE2;
        font-size: 15px;
        margin-right: 0;
        font-weight: bold;
    }

        body .sy_seven .title .aRight:hover {
            padding-right: 38px;
            margin-right: -10px;
        }

@media (max-width: 1260px) {
    body .sy_seven .title {
        font-size: 18px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    body .sy_seven .title {
        font-size: 17px;
        width: 100%;
    }
}

body .sy_seven .left {
    width: 27%;
    padding-right: 50px;
}

@media (max-width: 1260px) {
    body .sy_seven .left {
        padding-right: 30px;
        width: 30%;
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    body .sy_seven .left {
        padding-right: 0px;
        width: 100%;
        padding-bottom: 20px;
    }
}

body .sy_seven .left .img {
    width: 100%;
    margin-bottom: 15px;
}

@media (max-width: 1260px) {
    body .sy_seven .left .img {
        margin-bottom: 10px;
    }
}

body .sy_seven .left .desc {
    font-size: 16px;
    line-height: 30px;
    opacity: 0.8;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

@media (max-width: 1260px) {
    body .sy_seven .left .desc {
        font-size: 16px;
        line-height: 28px;
    }
}

body .sy_seven .left .a {
    background: url(../images/b_09.png) no-repeat right center;
    background-size: 18px;
    padding-right: 25px;
    color: #2F6EE2;
    font-size: 15px;
    font-weight: bold;
}

@media (max-width: 1260px) {
    body .sy_seven .left .a {
        font-size: 15px;
    }
}

body .sy_seven .left .a:hover {
    padding-right: 38px;
    margin-right: -8px;
}

body .sy_seven .zhong {
    width: 35%;
    padding-right: 50px;
}

@media (max-width: 1260px) {
    body .sy_seven .zhong {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    body .sy_seven .zhong {
        padding-right: 0;
        width: 100%;
        padding-bottom: 15px;
    }
}

body .sy_seven .zhong .list {
    padding-bottom: 15px;
}

@media (max-width: 1260px) {
    body .sy_seven .zhong .list {
        padding-bottom: 8px;
    }
}

body .sy_seven .zhong .list p {
    display: block;
    width: 100%;
    line-height: 34px;
    height: 38px;
}

@media (max-width: 1260px) {
    body .sy_seven .zhong .list p {
        line-height: 28px;
        height: 30px;
    }
}

body .sy_seven .zhong .list a {
    font-size: 16px;
    color: #000;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    opacity: 0.8;
}

    body .sy_seven .zhong .list a:hover {
        opacity: 1;
        color: #2A2AA4;
    }

@media (max-width: 1260px) {
    body .sy_seven .zhong .list a {
        font-size: 14px;
    }
}

body .sy_seven .right {
    width: 38%;
}

@media (max-width: 767px) {
    .sy_seven .zhong .list {
        border-bottom: 1px dashed #888888;
    }

        .sy_seven .zhong .list:last-child {
            border: 0;
        }

    .sy_seven .zhong {
        border-top: 1px dashed #888888;
    }

    body .sy_seven .right {
        width: 100%;
    }
}

body .sy_seven .right img {
    display: block;
    width: 100%;
}

body .sy_eight {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

@media (max-width: 1260px) {
    body .sy_eight {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    body .sy_eight {
        padding-bottom: 20px;
        flex-wrap: wrap;
        padding-top: 10px;
    }
}

body .sy_eight li {
    width: 15.8%;
    padding-bottom: 20px;
}

@media (max-width: 1260px) {
    body .sy_eight li {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    body .sy_eight li {
        width: 30.6%;
        padding-bottom: 15px;
    }
}

body .sy_eight a {
    display: block;
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 35px 0;
    border-radius: 6px;
    transition: 0.5s;
}

@media (max-width: 1260px) {
    body .sy_eight a {
        padding: 30px 0 25px 0;
    }
}

@media (max-width: 767px) {
    body .sy_eight a {
        padding: 25px 0 20px 0;
    }
}

body .sy_eight a:hover {
    background: #2A2AA4;
    color: #fff;
}

    body .sy_eight a:hover p {
        color: #fff;
    }

    body .sy_eight a:hover .img {
        -webkit-transform: scale(1.14);
        -moz-transform: scale(1.14);
        transform: scale(1.14);
        filter: brightness(500%); /* 设置亮度为最大值 */
    }

body .sy_eight .img {
    height: 45px;
    transition: 0.7s;
}

@media (max-width: 1260px) {
    body .sy_eight .img {
        height: 32px;
    }
}

@media (max-width: 767px) {
    body .sy_eight .img {
        height: 28px;
    }
}

body .sy_eight p {
    padding-top: 20px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
}

@media (max-width: 1260px) {
    body .sy_eight p {
        font-size: 15px;
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    body .sy_eight p {
        padding-top: 10px;
        line-height: 24px;
    }
}

body .partners {
    margin-top: -50px !important;
}

    body .partners .title {
        line-height: 80px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 2px;
    }

@media (max-width: 767px) {
    body .partners {
        margin-top: 0px !important;
    }

        body .partners .title {
            line-height: 50px;
            font-size: 20px;
        }
}

body .partners .partners_lb {
    padding-top: 20px;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    body .partners .partners_lb {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}

body .partners .partners_lb dl {
    margin: 0 -2%;
    padding: 0 45px;
}

@media (max-width: 1260px) {
    body .partners .partners_lb dl {
        margin: 0 -1%;
    }
}

@media (max-width: 767px) {
    body .partners .partners_lb dl {
        margin: 0;
        padding: 0 25px;
    }
}

body .partners .partners_lb dl dd {
    width: 16%;
    margin: 0 2%;
    float: left;
    margin-bottom: 20px;
}

@media (max-width: 1260px) {
    body .partners .partners_lb dl dd {
        width: 18%;
        margin: 0 1%;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    body .partners .partners_lb dl dd {
        width: 23%;
        margin-bottom: 10px;
    }
}

body .partners .partners_lb dl .a {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

@media (max-width: 1260px) {
    body .partners .partners_lb dl .a {
        height: 80px;
    }
}

@media (max-width: 767px) {
    body .partners .partners_lb dl .a {
        height: 40px;
    }
}

body .partners .partners_lb dl img {
    max-height: 90%;
    max-width: 90%;
}

body .partners .partners_lb .lSSlideOuter .lSPager.lSpg > li a {
    border: 0;
    width: 13px;
    height: 13px;
    line-height: 100px;
    overflow: hidden;
    background: #7B7B7B;
}

@media (max-width: 767px) {
    body .partners .partners_lb .lSSlideOuter .lSPager.lSpg > li a {
        width: 10px;
        height: 10px;
    }
}

body .partners .partners_lb .lSSlideOuter .lSPager.lSpg > li:hover a, body .partners .partners_lb .lSSlideOuter .lSPager.lSpg > li.active a {
    border: 0;
    background: #2A2AA4;
}

body .partners .partners_lb .lSAction > a {
    width: 32px;
    display: block;
    top: 40%;
    height: 60px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.1;
}

@media (max-width: 767px) {
    body .partners .partners_lb .lSAction > a {
        width: 20px;
        top: 37%;
    }
}

body .partners .partners_lb .lSAction > a:hover {
    opacity: 0.4;
}

body .partners .partners_lb .lSAction > .lSPrev {
    left: 0px;
    background: url(../images/left1.png) no-repeat left center;
}

@media (max-width: 767px) {
    body .partners .partners_lb .lSAction > .lSPrev {
        background-size: 100%;
    }
}

body .partners .partners_lb .lSAction > .lSNext {
    right: 0px;
    background: url(../images/right1.png) no-repeat right center;
}

@media (max-width: 767px) {
    body .partners .partners_lb .lSAction > .lSNext {
        background-size: 100%;
    }
}

body .partners .partners_lb .lSAction > a.disabled {
    pointer-events: none;
}
/* 参展申请 */
.cz_main {
    width: 94%;
    max-width: 936px;
    margin: 60px auto;
    background: #F4F4F4;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .cz_main {
        margin: 20px auto;
    }
}

.cz_main .banner {
    height: auto;
}

    .cz_main .banner img {
        height: auto;
        margin-bottom: 10px;
    }

.cz_nei {
    padding: 25px;
    padding-top: 5px;
}

@media (max-width: 767px) {
    .cz_nei {
        padding: 15px;
        padding-top: 0px;
    }
}

.cz_nei i {
    font-style: normal;
    color: #DC293C;
}

.cz_nei .top {
    width: 100%;
    border-bottom: 1px solid #9A9A9A;
    line-height: 26px;
    font-size: 14px;
    padding: 13px 0;
}

    .cz_nei .top strong {
        font-size: 15px;
    }

.cz_nei .ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .cz_nei .ul li {
        width: 50%;
        display: flex;
        align-items: center;
        margin-top: 15px;
    }

@media (max-width: 767px) {
    .cz_nei .ul li {
        width: 100%;
    }
}

.cz_nei .ul li span {
    flex-shrink: 0;
    width: 150px;
    position: relative;
    font-size: 15px;
}

@media (max-width: 767px) {
    .cz_nei .ul li span {
        width: 130px;
        font-size: 14px;
    }
}

.cz_nei .ul li span i {
    position: absolute;
    right: 5px;
    top: 0;
}

.cz_nei .ul .li span {
    width: 20%;
}

@media (max-width: 767px) {
    .cz_nei .ul .li span {
        width: 130px;
    }
}

.cz_nei .ul .txt {
    width: 50%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #9A9A9A;
    padding-left: 10px;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .cz_nei .ul .txt {
        width: 80%;
        font-size: 13px;
    }
}

.cz_nei .ul label {
    margin-right: 20px;
    cursor: pointer;
}

    .cz_nei .ul label .rad {
        width: 15px;
        height: 15px;
        float: left;
        margin-right: 5px;
        margin-top: 3px;
    }

@media (max-width: 767px) {
    .cz_nei .ul label {
        font-size: 13px;
    }
}

.cz_nei .ul .li_bt {
    width: 100%;
}

.cz_nei .ul dl {
    line-height: 30px;
}

@media (max-width: 767px) {
    .cz_nei .ul dl {
        line-height: 22px;
    }

        .cz_nei .ul dl dd {
            margin: 5px 0;
        }
}

.cz_nei .ul dl label .rad {
    margin-top: 7px;
}

@media (max-width: 767px) {
    .cz_nei .ul dl label .rad {
        margin-top: 3px;
        margin-bottom: 5px;
    }
}

.cz_nei .ul .li1 {
    width: 100%;
    padding-left: 25%;
}

@media (max-width: 767px) {
    .cz_nei .ul .li1 {
        padding-left: 0%;
    }
}

.cz_nei .ul .li1 .txt {
    width: 300px;
}

.cz_nei .ul .li1 span {
    width: 80px;
}

@media (max-width: 767px) {
    .cz_nei .ul .li1 span {
        width: 60px;
    }
}

.cz_nei .bottom {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

    .cz_nei .bottom .btn {
        background: #2A2AA4;
        color: #fff;
        width: 120px;
        height: 34px;
        line-height: 34px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: bold;
    }

    .cz_nei .bottom p {
        width: 100%;
        font-size: 14px;
        color: #666;
        padding-top: 20px;
    }

.cz_nei .desc {
    padding-top: 30px;
    font-size: 14px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .cz_nei .desc {
        padding-top: 10px;
    }
}

.big_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}

@media (max-width: 1260px) {
    .big_menu {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .big_menu {
        padding: 30px 0;
        margin-bottom: -10px;
    }
}

.big_menu .nei {
    border: 1px solid #DDDDDD;
    display: flex;
    border-left: 0;
}

@media (max-width: 767px) {
    .big_menu .nei {
        width: 92%;
    }
}

.big_menu .nei a {
    border-left: 1px solid #DDDDDD;
    text-align: center;
    width: 180px;
    line-height: 40px;
    color: #666;
    font-size: 15px;
}

@media (max-width: 1260px) {
    .big_menu .nei a {
        width: 120px;
    }
}

@media (max-width: 767px) {
    .big_menu .nei a {
        width: 20%;
        font-size: 12px;
        line-height: 34px;
    }
}

.big_menu .nei .sel {
    background: #2A2AA4;
    color: #fff;
}
/* 展商手册 */
.shouCe {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .shouCe {
        padding: 60px 0;
    }
}

.shouCe .title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .shouCe .title {
        font-size: 20px;
        padding-bottom: 20px;
    }
}

.shouCe .nei {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .shouCe .nei {
        flex-wrap: wrap;
    }
}

.shouCe .info {
    width: 40%;
    max-width: 330px;
    text-align: center;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .shouCe .info {
        width: 100%;
        max-width: 100%;
        padding-bottom: 50px;
    }
}

.shouCe .info img {
    width: 100%;
    display: block;
}

.shouCe .info .divBtn {
    text-align: center;
    padding-top: 40px;
}

    .shouCe .info .divBtn .xz {
        width: 140px;
        line-height: 42px;
        background: #2A2AA4;
        color: #fff;
        font-size: 15px;
        display: inline-block;
        border-radius: 5px;
        transition: 0.9s;
    }

        .shouCe .info .divBtn .xz:hover {
            opacity: 0.9;
        }

.shouCe .right {
    width: 100%;
    padding-left: 12%;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .shouCe .right {
        padding: 0 10px;
    }
}

.shouCe .right .tit {
    font-weight: bold;
    font-size: 18px;
    display: block;
}

@media (max-width: 767px) {
    .shouCe .right .tit {
        font-size: 16px;
    }
}

.shouCe .right .desc {
    padding-top: 20px;
    font-size: 15px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .shouCe .right .desc {
        font-size: 14px;
        line-height: 20px;
    }
}
/* 资料 */
.menu1 {
    display: flex;
    padding: 60px 0 40px 0;
}

@media (max-width: 1260px) {
    .menu1 {
        padding: 50px 0 30px 0;
        /*-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
		overflow: hidden;
		overflow-x: auto;*/
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .menu1 {
        padding: 30px 0 20px 0;
    }
}

.menu1 li {
    width: 50%;
}

.menu1 a {
    display: block;
    width: 100%;
    line-height: 50px;
    background: #D7D7D7;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.1s !important;
}

    .menu1 a:after {
        position: absolute;
        top: 15%;
        right: 0px;
        height: 70%;
        background: #e7e6e7;
        width: 2px;
        content: '';
    }

    .menu1 a.sel:after {
        display: none;
    }

.menu1 li:last-child a:after {
    background: none;
}

.menu1 a img {
    height: 22px;
    margin-right: 6px;
}

.menu1 a .img1 {
    display: block;
}

.menu1 a .img2 {
    display: none;
}

@media (max-width: 1260px) {
    .menu1 a {
        line-height: 46px;
        font-size: 15px;
        padding: 0 25px;
    }
}

@media (max-width: 767px) {
    .menu1 li {
        border: 1px solid #fff;
    }

    .menu1 a:after {
        display: none;
    }

    .menu1 a {
        padding: 0 15px;
        text-align: center;
        min-width: 100px;
        font-size: 14px;
        line-height: 42px;
    }
}

.menu1 a.sel {
    background: #2A2AA4 !important;
    color: #fff !important;
    text-decoration: none;
}

.menu1 a:hover {
    text-decoration: none;
    color: #2A2AA4;
    font-size: 20px;
    font-weight: bold;
}

.menu1 a.sel .img1 {
    display: none;
}

.menu1 a.sel .img2 {
    display: block;
}

.menu2 {
    display: flex;
    padding-bottom: 30px;
    margin-top: -10px;
    flex-wrap: wrap;
}

@media (max-width: 1260px) {
    .menu2 {
        margin-top: 0px;
        padding-bottom: 20px;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {
    .menu2 {
        padding-bottom: 10px;
    }
}

.menu2 li {
    padding-right: 10px;
    margin-bottom: 10px;
}

.menu2 a {
    line-height: 40px;
    background: #F2F2F2;
    border-radius: 3px;
    padding: 0 15px;
    display: block;
    color: #666;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .menu2 a {
        line-height: 36px;
        padding: 0 10px;
    }
}

.menu2 a:hover {
    color: #2A2AA4;
    text-decoration: underline;
}

.menu2 .sel {
    color: #2A2AA4;
    border-bottom: 3px solid #2A2AA4;
}

    .menu2 .sel:hover {
        color: #2A2AA4;
        text-decoration: none;
    }

.ziliao {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .ziliao {
        margin: 0 -8px;
    }
}

.ziliao li {
    width: 33.333%;
    padding: 0 15px;
    padding-bottom: 50px;
}

@media (max-width: 1260px) {
    .ziliao li {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .ziliao li {
        width: 100%;
        padding: 0 8px;
        padding-bottom: 16px;
    }
}

.ziliao .aimg {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 170px;
    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .ziliao .aimg {
        -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 1260px) {
    .ziliao .aimg {
        height: 130px;
    }
}

@media (max-width: 767px) {
    .ziliao .aimg {
        height: 140px;
    }
}

.ziliao .aimg img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.ziliao .aimg .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 0 10px;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    z-index: 1;
    background: url(../images/xiazai.png) no-repeat 97% center rgba(0, 0, 0, 0.6);
    background-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.4s;
}

@media (max-width: 767px) {
    .ziliao .aimg .tit {
        font-size: 14px;
    }
}

.ziliao .aimg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.ziliao .aimg:hover .tit {
    background: url(../images/xiazai.png) no-repeat 97% center #2A2AA4;
    background-size: 18px;
}

.zl_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 20px;
}

@media (max-width: 1260px) {
    .zl_list {
        margin: 0;
        justify-content: space-between;
        padding-bottom: 10px;
    }
}

.zl_list li {
    padding: 0 10px;
    margin-bottom: 20px;
    color: #555;
    width: 25%;
}

@media (max-width: 767px) {
    .zl_list li {
        width: 48%;
        padding: 0;
        margin-bottom: 14px;
    }
}

.zl_list .nei {
    background: #fff;
    display: block;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

    .zl_list .nei:hover .bottom .xz {
        background: #2A2AA4;
        color: #fff;
    }

    .zl_list .nei:hover .img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

.zl_list .img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
    transition: 0.5s;
}

@media (max-width: 1260px) {
    .zl_list .img {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .zl_list .img {
        height: 100px;
    }
}

.zl_list .title {
    padding: 15px 10px 5px 10px;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 767px) {
    .zl_list .title {
        padding: 10px 10px 5px 10px;
        font-size: 15px;
        line-height: 22px;
    }
}

.zl_list .desc {
    padding: 0 10px;
    font-size: 13px;
    line-height: 24px;
}

.zl_list .bottom {
    text-align: right;
    padding: 5px 10px 15px 0;
}

@media (max-width: 767px) {
    .zl_list .bottom {
        padding: 10px;
    }
}

.zl_list .bottom .xz {
    display: inline-block;
    color: #fff;
    line-height: 26px;
    width: 80px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #2A2AA4;
    color: #2A2AA4;
}

@media (max-width: 767px) {
    .zl_list .bottom .xz {
        line-height: 24px;
        font-size: 14px;
        width: 70px;
    }
}
/* 分页 */
.fenye {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    padding-top: 10px;
    font-size: 14px;
}

    .fenye a, .fenye span {
        border: 1px solid #DCDCDC;
        background: #fff;
        line-height: 34px;
        color: #333;
        padding: 0 15px;
        margin: 0px 4px;
    }

        .fenye a.sel {
            background: #2A2AA4;
            color: #fff;
            border: 1px solid #2A2AA4;
        }

    .fenye span {
        border: 0;
        opacity: 0.5;
    }

@media (max-width: 767px) {
    .fenye {
        padding-top: 10px;
        padding-bottom: 20px;
    }

        .fenye a {
            display: none;
        }

        .fenye .prev, .fenye .next {
            display: block;
        }
}

.xian {
    width: 100%;
    height: 40px;
    background: #fff;
}

@media (max-width: 1260px) {
    .xian {
        height: 30px;
    }
}

@media (max-width: 767px) {
    .xian {
        display: none;
    }
}
/* 下载 */
.xz_title {
    font-size: 24px;
    font-weight: bold;
    padding: 50px 0 50px 0;
}

@media (max-width: 1260px) {
    .xz_title {
        font-size: 20px;
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .xz_title {
        font-size: 20px;
        padding: 30px 0 20px 0;
    }
}

.xz_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .xz_list {
        margin: 0 -10px;
    }
}

.xz_list li {
    width: 33.333%;
    padding: 0 15px 70px 15px;
}

@media (max-width: 1260px) {
    .xz_list li {
        width: 50%;
        padding: 0 15px 60px 15px;
    }
}

@media (max-width: 767px) {
    .xz_list li {
        width: 100%;
        padding: 0 10px 30px 10px;
    }
}

.xz_list .pimg {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 170px;
    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .xz_list .pimg {
        -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 1260px) {
    .xz_list .pimg {
        height: 130px;
    }
}

@media (max-width: 767px) {
    .xz_list .pimg {
        height: 140px;
    }
}

.xz_list .pimg img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.xz_list .pimg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.xz_list .pimg:hover .tit {
    background: url(../images/xiazai.png) no-repeat 97% center #2A2AA4;
    background-size: 18px;
}

.xz_list .aimg {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .xz_list .aimg {
        height: 260px;
    }
}

.xz_list .aimg img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.xz_list .divBtn {
    text-align: center;
    padding-top: 40px;
}

@media (max-width: 767px) {
    .xz_list .divBtn {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.xz_list .divBtn .xz {
    width: 140px;
    line-height: 42px;
    background: #2A2AA4;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.9s;
}

    .xz_list .divBtn .xz:hover {
        background: #2F6EE2;
    }
/* 赞助 */
.zan_title {
    line-height: 60px;
    background: url(../images/b_06-2.png) repeat-x left center;
    background-size: 100% 1px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
}

    .zan_title span {
        background: #fff;
        padding: 0 40px;
        font-weight: bold;
    }

@media (max-width: 1260px) {
    .zan_title {
        font-size: 18px;
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .zan_title {
        font-size: 16px;
        line-height: 30px;
        background: none;
    }

        .zan_title span {
            padding: 0;
        }
}

.zan_info {
    border: 1px solid #dddddd;
    padding: 25px 40px;
    font-size: 15px;
    line-height: 26px;
    color: #555;
}

@media (max-width: 767px) {
    .zan_info {
        width: 92%;
        margin-left: 4%;
        padding: 15px;
        font-size: 14px;
    }
}

.zan_info .sh {
    padding-top: 20px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .zan_info .sh {
        padding-top: 10px;
    }
}

.zan_info h2 {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .zan_info h2 {
        font-size: 16px;
    }
}

.zan_info p {
    padding: 10px 20px 0 0;
}

    .zan_info p a {
        color: #2A2AA4;
    }
/* 特邀买家 */
.maiJia {
    color: #666; /*表单*/
}

    .maiJia .zan_title {
        margin-bottom: 10px;
        background: url(../images/b_06-2.png) repeat-x left center;
        background-size: 100% 1px;
    }

        .maiJia .zan_title span {
            padding: 0 15px;
        }

    .maiJia .bt_1 {
        width: 100%;
        line-height: 28px;
        font-size: 15px;
    }

@media (max-width: 767px) {
    .maiJia .bt_1 {
        line-height: 24px;
        font-size: 14px;
    }
}

.maiJia .vip_ly1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .maiJia .vip_ly1 .text_bt {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        padding-top: 4px;
        text-align: center;
        margin: 0;
    }

@media (max-width: 1260px) {
    .maiJia .vip_ly1 .text_bt {
        font-size: 16px;
    }
}

.maiJia .vip_ly1 li {
    width: 31%;
    background-color: #ffffff;
}

@media (max-width: 1260px) {
    .maiJia .vip_ly1 li {
        width: 31%;
    }
}

.maiJia .vip_ly1 img {
    width: 100%;
    display: block;
    margin: 4px 0;
}

.maiJia .vip_ly1 p {
    margin: 0 10px;
    line-height: 22px;
    padding: 4px 0;
    font-size: 14px;
}

@media (max-width: 767px) {
    .maiJia .vip_ly1 p {
        margin: 0;
    }
}

.maiJia .vip_xmbox {
    background-color: #f2f2f2;
    width: 100%;
    margin-top: 40px;
    padding: 20px 0;
    margin-bottom: 20px;
}

    .maiJia .vip_xmbox .zan_title span {
        background-color: #f2f2f2;
    }

    .maiJia .vip_xmbox .vip_xmL {
        padding-top: 10px;
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
    }

@media (max-width: 767px) {
    .maiJia .vip_xmbox .vip_xmL {
        padding-bottom: 0;
    }
}

@media (max-width: 1260px) {
    .maiJia .vip_xmbox .vip_xmL img {
        height: 80px;
    }
}

@media (max-width: 767px) {
    .maiJia .vip_xmbox .vip_xmL img {
        height: 60px;
    }
}

.maiJia .vip_xmbox .vip_xmL li {
    width: 26%;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
}

@media (max-width: 1260px) {
    .maiJia .vip_xmbox .vip_xmL li {
        width: 29%;
    }
}

@media (max-width: 767px) {
    .maiJia .vip_xmbox .vip_xmL li {
        font-size: 12px;
        line-height: 20px;
    }
}

.maiJia .vip_xmbox .vip_xmL .tit {
    font-size: 18px;
    font-weight: bold;
    padding-top: 4px;
    text-align: center;
    line-height: 40px;
}

@media (max-width: 767px) {
    .maiJia .vip_xmbox .vip_xmL .tit {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 5px;
    }
}

.maiJia .vip_jy {
    background-color: #f2f2f2;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
}

    .maiJia .vip_jy .zan_title span {
        background-color: #f2f2f2;
    }

    .maiJia .vip_jy ul li {
        background-color: #333333;
        border-radius: 10px;
        border: 1px solid #ffffff;
        padding: 10px 20px 30px 20px;
        margin-bottom: 20px;
        color: #fff;
    }

    .maiJia .vip_jy .jy_l {
        float: right;
        font-weight: bold;
        color: #ffcc00 !important;
    }

.maiJia .mj_banner {
    text-align: center;
}

    .maiJia .mj_banner img {
        max-width: 100%;
        margin-bottom: 10px;
    }

.maiJia .lianxi {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .maiJia .lianxi ul {
        width: 100%;
    }

        .maiJia .lianxi ul li {
            display: inline-block;
            padding: 0 15px;
        }

@media (max-width: 767px) {
    .maiJia .lianxi ul {
        text-align: left;
    }

        .maiJia .lianxi ul li {
            text-align: left;
            min-width: 35%;
        }

            .maiJia .lianxi ul li:first-child {
                width: 100%;
            }
}

.maiJia .button {
    width: 260px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-radius: 50px;
}

    .maiJia .button a {
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        display: block;
        background-color: #ffcc00;
        border: 1px solid #ffcc00;
        border-radius: 8px;
        color: #333333;
        width: 260px;
        height: 50px;
        margin: auto;
        border-radius: 50px;
    }

    .maiJia .button:hover {
        box-shadow: 4px 2px 6px #999999;
        border-radius: 50px;
    }

.maiJia .bd {
    width: 1100px;
    margin: auto;
    padding: 10px;
    background: #ffffff;
    margin-top: 20px;
}

    .maiJia .bd ul {
        overflow: hidden;
    }

        .maiJia .bd ul li {
            float: left;
            width: 360px;
            margin-bottom: 20px;
        }

.maiJia .tj a {
    width: 100px;
    height: 40px;
    font-size: 20px;
    display: block;
    border: 1px solid #d9d6d6;
    background: #c00000;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}

    .maiJia .tj a:hover {
        background: #c00000;
        display: block;
        width: 100px;
        height: 40px;
        color: #ffffff;
        cursor: pointer;
    }

.maiJia .bd {
    width: 1080px;
    margin: auto;
    border: 1px solid #999999;
}

    .maiJia .bd form input {
        width: 200px;
        margin-right: 100px;
        border: 1px solid #999999;
    }

.maiJia input::-webkit-input-placeholder {
    color: #d0d0d0;
}
/* 组团 */
.zuTuan {
    color: #666; /*获取*/
    /*优势亮点*/
}

.ztfl ul {
    overflow: hidden;
    width: 100%;
}

    .ztfl ul li {
        float: left;
        width: 33%;
        line-height: 46px;
        padding-bottom: 10px;
    }

        .ztfl ul li img {
            width: 10% !important;
        }

@media (max-width: 767px) {
    .ztfl ul li img {
        width: 10% !important;
    }

    .ztfl ul li {
        float: left;
        width: 100%;
        line-height: 40px;
        padding-bottom: 10px;
    }
}

.bmfs {
    background: #f3f2f2;
    padding: 10px 20px 30px 20px;
}

    .bmfs ul {
        overflow: hidden;
        width: 96%;
        margin: auto;
    }

        .bmfs ul li {
            float: left;
            width: 50%;
            overflow: hidden;
        }

            .bmfs ul li img {
                width: 35%;
                float: left;
                padding-right: 15px;
            }

            .bmfs ul li strong {
                font-size: 18px;
            }

@media (max-width: 767px) {
    .bmfs {
        background: #f3f2f2;
        padding: 10px 20px 10px 20px;
    }

        .bmfs ul {
            overflow: hidden;
            width: 100%;
            margin: auto;
        }

            .bmfs ul li {
                width: 100%;
                overflow: hidden;
                margin-bottom: 40px;
            }

                .bmfs ul li img {
                    width: 100%;
                    padding-bottom: 15px;
                }

                .bmfs ul li strong {
                    font-size: 18px;
                }
}

.zuTuan .zan_title {
    background: url(../images/b_06-3.png) repeat-x left center;
    margin-bottom: 0;
}

.zuTuan .whca_text1 {
    padding: 10px 0;
}

    .zuTuan .whca_text1 a:hover {
        color: #a4222e;
    }

.zuTuan .whcz_text2 {
    border: 1px solid #dddddd;
    padding-left: 20px;
    padding-right: 20px;
}

.zuTuan .zizhan ul {
    overflow: hidden;
    width: 1000px;
    padding: 30px 30px;
}

    .zuTuan .zizhan ul li {
        float: left;
        margin-left: 40px;
        padding-top: 50px;
    }

.zuTuan .sh {
    padding-bottom: 30px;
}

    .zuTuan .sh p {
        padding: 10px 20px 0 0;
    }

    .zuTuan .sh a {
        color: #a4222e;
    }

    .zuTuan .sh .pj {
        font-size: 16px;
        font-weight: bold;
        text-align: right;
    }

    .zuTuan .sh img {
        padding-top: 10px;
    }

.zuTuan .sz {
    padding-top: 2px;
    padding-right: 4px;
}

.zuTuan .jh {
    color: #a4222e;
    font-size: 18px;
    line-height: 24px;
}

.zuTuan .sh h1 {
    font-size: 18px;
}

.zuTuan .sh ul li {
    overflow: hidden;
}

    .zuTuan .sh ul li img {
        float: left;
        padding: 4px;
    }

.zuTuan .sh_text {
    float: left;
    width: 620px;
    margin-left: 50px;
    line-height: 24px;
}

.zuTuan .sh table td {
    padding: 6px 10px;
    font-size: 14px;
    width: 500px;
    line-height: 24px;
}

.zuTuan .button {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

@media (max-width: 767px) {
    .zuTuan .button {
        padding-top: 20px;
    }
}

.zuTuan .button a {
    display: inline-block;
    line-height: 66px;
    padding: 0 45px;
    text-align: center;
    font-size: 26px;
    background: #2A2AA4;
    border: 1px solid #2A2AA4;
    color: #ffffff;
    border-radius: 100px;
}

@media (max-width: 1260px) {
    .zuTuan .button a {
        line-height: 60px;
        font-size: 22px;
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .zuTuan .button a {
        line-height: 46px;
        font-size: 18px;
        padding: 0 30px;
    }
}

.zuTuan .button a:hover {
    box-shadow: 4px 2px 6px #999999;
}

.zuTuan .zhu {
    text-align: center;
    padding: 10px 0;
}

.zuTuan .zhu2 {
    text-align: center;
    margin-top: -10px;
}

.zuTuan .zx {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .zuTuan .zx {
        padding-top: 20px;
    }
}

.zuTuan .zx ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .zuTuan .zx ul {
        flex-wrap: wrap;
    }
}

.zuTuan .zx ul:after {
    content: '';
    clear: both;
    display: block; /*width: 100%;*/
}

.zuTuan .zx li {
    width: 220px;
    float: left;
    transition: all 0.2s;
    /*transition-delay: 1s*/
    min-height: 260px;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 0 30px;
    border: 1px solid #ffd34d;
}

    .zuTuan .zx li:nth-child(2n) {
        border: 1px solid #b90b82;
    }

@media (max-width: 1260px) {
    .zuTuan .zx li {
        margin: 0 20px;
    }
}

@media (max-width: 767px) {
    .zuTuan .zx li {
        width: 46%;
        margin: 0 2%;
        padding: 20px 15px;
        font-size: 13px;
        margin-bottom: 20px;
        min-height: 220px;
    }
}

.zuTuan .zx li:nth-child(4) {
    border-right: none;
}

.zuTuan .zx li:hover {
    /*background: #efefef;*/
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    /*border: 1px solid #ccc;*/
    background: #fff;
}

.zuTuan .sy {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 10px;
    margin-top: 20px;
}

    .zuTuan .sy ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .zuTuan .sy ul :after {
            content: '';
            clear: both;
            display: block; /*width: 100%;*/
        }

@media (max-width: 767px) {
    .zuTuan .sy ul {
        flex-wrap: wrap;
    }
}

.zuTuan .sy li {
    transition: all 0.2s;
    /*transition-delay: 1s*/
    box-sizing: border-box;
    margin: 0 40px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

    .zuTuan .sy li img {
        height: 50px;
    }

@media (max-width: 1260px) {
    .zuTuan .sy li {
        margin: 0 30px;
    }

        .zuTuan .sy li img {
            height: 50px;
        }
}

@media (max-width: 767px) {
    .zuTuan .sy li {
        margin: 0 10px;
    }

        .zuTuan .sy li img {
            height: 30px;
        }
}

.zuTuan .sy li a {
    font-size: 20px;
    color: #333;
}

@media (max-width: 1260px) {
    .zuTuan .sy li a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .zuTuan .sy li a {
        font-size: 16px;
    }
}

.zuTuan .sy li:nth-child(4) {
    border-right: none;
}

.zuTuan .sy li:hover {
    /*background: #efefef;*/
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    border: none;
    /*border: 1px solid #ccc;*/
    background: #fff;
}
/* 展商 zs */
.zs_search {
    padding: 0px 0 40px 0;
}

@media (max-width: 1260px) {
    .zs_search {
        padding: 0 0 30px 0;
    }
}

@media (max-width: 767px) {
    .zs_search {
        padding: 0 0 25px 0;
    }
}

.zs_search .top {
    display: flex;
}

    .zs_search .top li {
        padding: 0 45px;
        line-height: 54px;
        text-align: center;
        font-size: 18px;
        color: #333;
        font-weight: bold;
        cursor: pointer;
    }

@media (max-width: 1260px) {
    .zs_search .top li {
        padding: 0 35px;
        line-height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .zs_search .top li {
        padding: 0 25px;
        line-height: 36px;
        font-size: 14px;
    }
}

.zs_search .top li.sel {
    background: #2A2AA4;
    color: #fff;
}

.zs_search .bottom {
    border: 3px solid #2A2AA4;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .zs_search .bottom {
        border: 2px solid #2A2AA4;
    }
}

.zs_search .bottom .txt {
    width: 100%;
    background: url(../images/bg_01.png) no-repeat 40px center;
    padding-left: 90px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}

@media (max-width: 1260px) {
    .zs_search .bottom .txt {
        height: 52px;
        line-height: 52px;
        background: url(../images/bg_01.png) no-repeat 30px center;
        background-size: 20px;
        padding-left: 70px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .zs_search .bottom .txt {
        height: 40px;
        line-height: 40px;
        background: url(../images/bg_01.png) no-repeat 15px center;
        background-size: 16px;
        padding-left: 40px;
        font-size: 14px;
    }
}

.zs_search .bottom .btn {
    height: 60px;
    background: #2A2AA4;
    color: #fff;
    width: 150px;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 1260px) {
    .zs_search .bottom .btn {
        height: 52px;
        line-height: 52px;
        width: 130px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .zs_search .bottom .btn {
        height: 40px;
        line-height: 40px;
        width: 80px;
        font-size: 15px;
    }
}

.zs_title {
    padding-bottom: 40px;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #656565;
}

@media (max-width: 1260px) {
    .zs_title {
        padding-bottom: 30px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .zs_title {
        display: none;
    }
}

.zs_type {
    border-top: 2px solid #DDDDDD;
    width: 100%;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .zs_type {
        display: none;
    }
}

@media (max-width: 1260px) {
    .zs_type {
        margin-bottom: 40px;
    }
}

.zs_type th {
    vertical-align: top;
    line-height: 60px;
    font-size: 17px;
    color: #656565;
    background: #F3F3F3;
    border-bottom: 2px solid #DDDDDD;
    width: 140px;
}

@media (max-width: 1260px) {
    .zs_type th {
        font-size: 16px;
        width: 110px;
        line-height: 50px;
    }
}

.zs_type td {
    line-height: 40px;
    border-bottom: 2px solid #DDDDDD;
    padding: 10px 20px;
    font-size: 16px;
    padding-left: 0;
}

@media (max-width: 1260px) {
    .zs_type td {
        font-size: 14px;
        line-height: 36px;
    }
}

.zs_type a {
    color: #656565;
    margin-left: 25px;
    cursor: pointer;
}

    .zs_type a.sel {
        color: #2A2AA4;
    }

@media (max-width: 1260px) {
    .zs_type a {
        margin-left: 20px;
    }
}

.zs_type ul {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}

    .zs_type ul li {
        margin-top: 5px;
        width: 100%;
        background: #E5E5E5;
        line-height: 50px;
        display: none;
    }

@media (max-width: 1260px) {
    .zs_type ul li {
        line-height: 40px;
    }
}

.zs_one {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
    display: none;
}

@media (max-width: 767px) {
    .zs_one {
        display: block;
    }
}

.zs_one select {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 15px;
    width: 48%;
    background: url(../images/bg_02.jpg) no-repeat 90% center;
    background-size: 8px;
    margin-bottom: 12px;
}

.zs_list {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .zs_list {
        padding-top: 5px;
    }
}

.zs_list li {
    margin-bottom: 30px;
    padding: 22px;
    background: #fff;
    position: relative;
}

@media (max-width: 1260px) {
    .zs_list li {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .zs_list li {
        padding: 13px;
        margin-bottom: 15px;
        background: #EEEEEE;
    }
}

.zs_list li .nei {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .zs_list li .nei {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .zs_list li .nei {
        height: 132px;
    }
}

.zs_list .img-box {
    width: 25%;
    overflow: hidden;
    border-radius: 8px;
    max-height: 180px;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1260px) {
    .zs_list .img-box {
        height: 140px;
        width: 30%;
    }
}

@media (max-width: 767px) {
    .zs_list .img-box {
        width: 45%;
        max-height: 100px;
        background: #fff;
    }
}

.zs_list .img-box img {
    width: 100%;
    object-fit: cover;
    transition: 1s;
}

.zs_list .right {
    width: 75%;
    padding-left: 40px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1260px) {
    .zs_list .right {
        width: 70%;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .zs_list .right {
        width: 55%;
        padding-left: 15px;
    }
}

.zs_list .right .title {
    color: #2F2F2F;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 80%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 1260px) {
    .zs_list .right .title {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .zs_list .right .title {
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 22px;
    }
}

.zs_list .right dl {
    line-height: 28px;
    display: flex;
    width: auto;
    padding: 3px 0;
}

@media (max-width: 1260px) {
    .zs_list .right dl {
        line-height: 24px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .zs_list .right dl {
        font-size: 12px;
        line-height: 20px;
        padding: 0;
    }
}

.zs_list .right dl dt {
    color: #2F2F2F;
    flex-shrink: 0;
}

.zs_list .right dl dd {
    color: #8F8F8F;
}

@media (max-width: 767px) {
    .zs_list .right dl dd {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.zs_list .right .dl1 {
    width: 100%;
}

.zs_list .right .hao {
    margin-left: 40px;
}

@media (max-width: 767px) {
    .zs_list .right .hao {
        margin-left: 0;
    }
}

.zs_list .zx {
    position: absolute;
    top: 20px;
    right: 0;
    background: #DBDBDB;
    border-radius: 18px 0 0 18px;
    line-height: 50px;
    font-size: 18px;
    width: 110px;
    text-align: center;
    color: #000000;
    transition: 0.5s;
}

@media (max-width: 1260px) {
    .zs_list .zx {
        top: 10px;
        border-radius: 15px 0 0 15px;
        line-height: 40px;
        font-size: 18px;
        width: 80px;
    }
}

@media (max-width: 767px) {
    .zs_list .zx {
        right: auto;
        left: 0;
        top: auto;
        bottom: 10px;
        border-radius: 0 10px 10px 0;
        line-height: 26px;
        font-size: 14px;
        width: 55px;
    }
}

.zs_list li:hover .zx {
    background: #2A2AA4;
    color: #fff;
}

.zs_list li:hover .right .title {
    color: #2A2AA4;
}

.zs_list li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .pc_bai {
        background: #fff;
    }
}

.xq_info {
    padding-top: 0;
}

    .xq_info li {
        background: #EDEDED;
    }
/* 展品 */
.zp_list {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .zp_list {
        padding-top: 15px;
        margin: 0 -8px;
    }
}

.zp_list li {
    width: 25%;
    padding: 15px;
    margin-bottom: 20px;
}

@media (max-width: 1260px) {
    .zp_list li {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .zp_list li {
        width: 50%;
        margin-bottom: 10px;
        padding: 8px;
    }
}

.zp_list .nei {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .zp_list .nei {
        border-radius: 6px;
    }
}

.zp_list .nei:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.zp_list .nei:hover .title {
    color: #2A2AA4;
}

.zp_list .img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 5px;
}

@media (max-width: 1260px) {
    .zp_list .img-box {
        height: 170px;
    }
}

@media (max-width: 767px) {
    .zp_list .img-box {
        height: 120px;
        border-radius: 6px;
    }
}

.zp_list .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.zp_list .title, .zp_list .p, .zp_list .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    height: 24px;
}

@media (max-width: 767px) {
    .zp_list .title, .zp_list .p, .zp_list .desc {
        height: 20px;
        line-height: 20px;
        font-size: 18px;
    }
}

.zp_list .title {
    width: 100%;
    color: #383636;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
}

@media (max-width: 767px) {
    .zp_list .title {
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
}

.zp_list .p {
    color: #A5A5A5;
    font-size: 14px;
}

@media (max-width: 767px) {
    .zp_list .p {
        font-size: 12px;
    }
}

.zp_list .desc {
    color: #5F5F5F;
    font-size: 16px;
}

@media (max-width: 767px) {
    .zp_list .desc {
        font-size: 14px;
        margin-top: 3px;
    }
}

.zp_list .num {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg_03.png) no-repeat 10px center rgba(0, 0, 0, 0.4);
    padding: 0px 13px;
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
    z-index: 11;
    border-top-left-radius: 8px;
}

.guanggao {
    width: 100%;
    padding-bottom: 60px;
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}

    .guanggao li {
        width: 20%;
        padding: 5px;
    }

    .guanggao img {
        width: 100%;
        height: 125px;
        object-fit: cover;
    }

@media (max-width: 767px) {
    .guanggao {
        padding-bottom: 30px;
    }

        .guanggao li {
            width: 100%;
        }

        .guanggao img {
            height: auto;
        }
}
/* 详情 */
.xq_one {
    padding: 35px 0;
    border-bottom: 30px solid #EEEEEE;
}

@media (max-width: 767px) {
    .xq_one {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

.xq_one .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .xq_one .container {
        flex-wrap: wrap;
        padding: 0;
    }
}

.xq_one .ll {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .xq_one .ll {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 15px;
    }
}

.xq_one .ll .img-box {
    width: 290px;
    height: 190px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
}

@media (max-width: 1260px) {
    .xq_one .ll .img-box {
        width: 200px;
        height: 130px;
    }
}

@media (max-width: 767px) {
    .xq_one .ll .img-box {
        width: 170px;
        height: 110px;
        margin-bottom: 20px;
    }
}

.xq_one .ll .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xq_one .ll .info {
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 450px;
}

@media (max-width: 1260px) {
    .xq_one .ll .info {
        max-width: 420px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .xq_one .ll .info {
        width: 100%;
        text-align: center;
        padding: 0;
        justify-content: center;
    }
}

.xq_one .ll .info .title {
    font-size: 21px;
    color: #333;
    width: 100%;
    margin-bottom: 5px;
}

@media (max-width: 1260px) {
    .xq_one .ll .info .title {
        font-size: 18px;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .xq_one .ll .info .title {
        font-size: 16px;
    }
}

.xq_one .ll .info dl {
    font-size: 16px;
    display: flex;
    line-height: 36px;
}

@media (max-width: 1260px) {
    .xq_one .ll .info dl {
        font-size: 16px;
        line-height: 24px;
        padding: 3px 0;
    }
}

@media (max-width: 767px) {
    .xq_one .ll .info dl {
        font-size: 14px;
        line-height: 24px;
        justify-content: center;
        margin: 0 10px;
        padding: 0;
    }
}

.xq_one .ll .info dl dt {
    color: #333;
    flex-shrink: 0;
}

.xq_one .ll .info dl dd {
    color: #8F8F8F;
}

.xq_one .ll .info .type {
    width: 100%;
}

.xq_one .rr {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .xq_one .rr {
        padding: 20px 0;
        width: 100%;
        background: #EEEEEE;
        margin-top: 20px;
        justify-content: center;
    }
}

.xq_one .rr a {
    padding: 0 20px;
    color: #5F5F5F;
    font-size: 19px;
    padding-top: 55px;
    text-align: center;
}

@media (max-width: 1260px) {
    .xq_one .rr a {
        font-size: 16px;
        padding: 0;
        padding-top: 40px;
        width: 50px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr a {
        width: 70px;
        font-size: 14px;
        padding-top: 35px;
    }
}

.xq_one .rr .a1 {
    background: url(../images/bg_04.png) no-repeat top center;
    background-size: 48px;
}

@media (max-width: 1260px) {
    .xq_one .rr .a1 {
        background-size: 30px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr .a1 {
        background-size: 26px;
    }
}

.xq_one .rr .a2 {
    background: url(../images/bg_05.png) no-repeat top center;
    background-size: 48px;
}

@media (max-width: 1260px) {
    .xq_one .rr .a2 {
        background-size: 30px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr .a2 {
        background-size: 26px;
    }
}

.xq_one .rr .a3 {
    background: url(../images/bg_06.png) no-repeat top center;
    background-size: 48px;
}

@media (max-width: 1260px) {
    .xq_one .rr .a3 {
        background-size: 30px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr .a3 {
        background-size: 26px;
    }
}

.xq_one .rr .a3:hover {
    background: url(../images/bg_06-sel.png) no-repeat top center;
    background-size: 48px;
}

@media (max-width: 1260px) {
    .xq_one .rr .a3:hover {
        background-size: 30px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr .a3:hover {
        background-size: 26px;
    }
}

.xq_title {
    color: #2A2AA4;
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
}

@media (max-width: 1260px) {
    .xq_title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .xq_title {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 8px;
    }
}

.xq_desc {
    color: #616161;
    font-size: 16px;
    line-height: 32px;
}

    .xq_desc img {
        max-width: 100%;
    }

@media (max-width: 1260px) {
    .xq_desc {
        font-size: 15px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .xq_desc {
        font-size: 14px;
        line-height: 24px;
    }
}

.xq_list {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

    .xq_list li {
        width: 25%;
        padding: 8px;
    }

@media (max-width: 767px) {
    .xq_list li {
        width: 50%;
    }
}

.xq_list li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.xq_list li:hover .title {
    color: #2A2AA4;
}

.xq_list .img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 7px;
}

@media (max-width: 1260px) {
    .xq_list .img-box {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .xq_list .img-box {
        height: 110px;
    }
}

.xq_list .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.xq_list .title {
    color: #333;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin: 6px 0;
}

@media (max-width: 1260px) {
    .xq_list .title {
        font-size: 16px;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .xq_list .title {
        font-size: 15px;
        line-height: 22px;
    }
}

.xq_list .ci {
    display: flex;
}

    .xq_list .ci dd {
        background: #EDEDED;
        line-height: 28px;
        font-size: 16px;
        padding: 0px 7px;
        margin-right: 5px;
        color: #333;
    }

@media (max-width: 1260px) {
    .xq_list .ci dd {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .xq_list .ci dd {
        font-size: 12px;
        line-height: 24px;
    }
}

.xq_list .bottom {
    width: 100%;
    color: #333;
    font-size: 16px;
    margin-top: 5px;
}

@media (max-width: 1260px) {
    .xq_list .bottom {
        font-size: 14px;
    }
}

.xq_list .bottom span {
    color: #8F8F8F;
}

.xq_footer {
    background: #EEEEEE;
    margin: 40px 0;
    padding: 50px 0;
}

@media (max-width: 1260px) {
    .xq_footer {
        margin: 30px 0;
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .xq_footer {
        margin: 20px 0;
        padding: 30px 0;
    }
}

.xq_footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .xq_footer .container {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .xq_footer .ll {
        width: 100%;
        text-align: center;
    }
}

.xq_footer .ll a {
    width: 210px;
    line-height: 60px;
    background: #2A2AA4;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 30px;
}

@media (max-width: 1260px) {
    .xq_footer .ll a {
        width: 120px;
        line-height: 44px;
        font-size: 16px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .xq_footer .ll a {
        width: 110px;
        line-height: 36px;
        font-size: 14px;
        margin: 0 5px;
    }
}

.xq_footer .ll a span {
    padding-left: 45px;
    background: url(../images/bg_07.png) no-repeat left center;
}

@media (max-width: 1260px) {
    .xq_footer .ll a span {
        padding-left: 30px;
        background-size: 20px;
    }
}

.xq_footer .ll a.a_zx {
    background: #2F6EE2;
}

.xq_footer .rr {
    color: #5F5F5F;
    font-size: 20px;
}

@media (max-width: 1260px) {
    .xq_footer .rr {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .xq_footer .rr {
        padding-top: 25px;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}

.xq_footer .rr img {
    height: 40px;
    margin-left: 10px;
}

@media (max-width: 1260px) {
    .xq_footer .rr img {
        height: 34px;
    }
}

@media (max-width: 767px) {
    .xq_footer .rr img {
        height: 24px;
        margin-left: 5px;
    }
}

.zsMain {
    display: flex;
    align-items: flex-start;
}

    .zsMain .rightImg {
        width: 355px;
        padding-left: 15px;
        flex-shrink: 0;
        padding-top: 50px;
        position: sticky;
        top: 100px;
    }

        .zsMain .rightImg img {
            width: 100%;
            margin-bottom: 15px;
        }

@media (max-width: 1260px) {
    .zsMain .rightImg {
        width: 220px;
    }
}

@media (max-width: 767px) {
    .zsMain {
        flex-wrap: wrap;
    }

        .zsMain .rightImg {
            width: 100%;
            position: relative;
            top: 0;
            padding: 0;
        }
}

.hy_list {
    width: 80%;
    border: 1px solid #DDDDDD;
    border-top: 0;
    margin-top: 50px;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .hy_list {
        width: 100%;
        margin-bottom: 15px;
    }
}

.hy_list li {
    border-top: 1px solid #DDDDDD;
    width: 100%;
}

.hy_list .tit {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    padding-left: 20px;
    background: url(../images/bg_08.jpg) no-repeat 97% center;
    padding: 10px 20px;
}

@media (max-width: 1260px) {
    .hy_list .tit {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hy_list .tit {
        font-size: 15px;
        padding-left: 15px;
        line-height: 24px;
    }
}

.hy_list .tit:hover {
    color: #6A1785;
}

.hy_list .tit.sel {
    background: url(../images/bg_08-sel.jpg) no-repeat 97% center;
    color: #6A1785;
}

.hy_list .bottom {
    border-top: solid 1px #e5e3da;
    background-color: #f4f4f4;
    display: none;
}

    .hy_list .bottom p {
        line-height: 40px;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        color: #666;
        font-size: 15px;
        border-bottom: 1px dashed #c5c5c5;
    }

@media (max-width: 767px) {
    .hy_list .bottom p {
        font-size: 13px;
        line-height: 36px;
    }
}

.hy_list .bottom p a {
    color: #666;
}

    .hy_list .bottom p a:hover {
        color: #6A1785;
    }

.hy_list .bottom p:last-child {
    border: 0;
}

.zgImg {
    padding: 40px 0;
    text-align: center;
}

    .zgImg img {
        max-width: 100%;
    }

.zg_main .title {
    text-align: center;
    font-size: 42px;
    color: #c62121;
    line-height: 70px;
    font-weight: bold;
}

@media (max-width: 1260px) {
    .zg_main .title {
        font-size: 30px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .zg_main .title {
        font-size: 24px;
        line-height: 40px;
        padding-bottom: 10px;
    }
}

.zg_main .ul li {
    padding: 10px 0;
}

.zg_main .ul .top {
    color: #a71560;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .zg_main .ul .top {
        font-size: 16px;
    }
}

.zg_main .ul .bottom {
    background: #eeeeee;
    padding: 10px;
    line-height: 26px;
}

@media (max-width: 767px) {
    .zg_main .ul .bottom {
        line-height: 22px;
    }
}

.zg_main .ul .bottom a {
    color: #686868;
    font-size: 14px;
}

@media (max-width: 767px) {
    .zg_main .ul .bottom h3 {
        padding: 3px 0;
    }
}

.zg_main .ul .bottom h3 a {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .zg_main .ul .bottom h3 a {
        font-size: 15px;
    }
}

.zg_main .ul .bottom a:hover {
    color: #6A1785;
}
/* 会议预览 */
.hy_Main {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .hy_Main {
        flex-wrap: wrap;
    }
}

.hy_screen {
    width: 290px;
    flex-shrink: 0;
    margin-right: 20px;
    padding: 40px 0;
}

@media (max-width: 1260px) {
    .hy_screen {
        width: 240px;
    }
}

@media (max-width: 767px) {
    .hy_screen {
        width: 100%;
        padding: 20px 0;
        padding-bottom: 20px !important;
    }
}

.hy_screen .t_search {
    border: 1px solid #2A2AA4;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
}

    .hy_screen .t_search .txt {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        font-size: 15px;
    }

    .hy_screen .t_search .btn {
        background: #2A2AA4;
        flex-shrink: 0;
        padding: 0 15px;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        transition: 0.5s;
    }

        .hy_screen .t_search .btn:hover {
            background: #6A1785;
        }

.hy_screen .list {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .hy_screen .list {
        display: none;
    }
}

.hy_screen .list li {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.hy_screen .list .tit {
    line-height: 45px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    border-bottom: 1px solid #EBEBEB;
}

.hy_screen .list .bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

    .hy_screen .list .bottom .a {
        background: #F2F2F2;
        padding: 0 10px;
        line-height: 28px;
        border-radius: 4px;
        font-size: 14px;
        margin: 5px;
        color: #333;
    }

        .hy_screen .list .bottom .a:hover {
            background: #BACDEB;
            text-decoration: none;
        }

@media (max-width: 1260px) {
    .hy_screen .list .bottom .a {
        font-size: 13px;
    }
}

.hy_screen .list .bottom .sel {
    background: #2A2AA4;
    color: #fff;
}

    .hy_screen .list .bottom .sel:hover {
        background: #2A2AA4;
    }

.hy_screen .imgList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .hy_screen .imgList .aimg {
        width: 50%;
        text-align: center;
        padding: 8px;
        transition: 0.4s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .hy_screen .imgList .aimg img {
            max-width: 100%;
            max-height: 70px;
        }

        .hy_screen .imgList .aimg:hover {
            -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        }

.hy_nei {
    width: 100%;
    background: #fff;
    margin: 40px 0;
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hy_nei {
        width: 100%;
        margin-top: 0;
    }
}

.tabs1 {
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
}

@media (max-width: 1260px) {
    .tabs1 {
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

        .tabs1::-webkit-scrollbar {
            height: 3px;
        }

        .tabs1::-webkit-scrollbar-track-piece {
            height: 5px;
            background-color: #f3f3f3;
            -webkit-border-radius: 10% 10%;
        }

        .tabs1::-webkit-scrollbar-thumb {
            -webkit-border-radius: 3px 3px;
            background-color: #7C7C7C;
        }
}

.tabs1 li {
    margin-right: 3px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 16px;
    cursor: pointer;
    background: url(../images/b_06-3.png) no-repeat center center;
    background-size: 100% 0;
    transition: 0.2s;
    white-space: nowrap;
}

    .tabs1 li.sel, .tabs1 li:hover {
        background-size: 100% 100%;
        color: #fff;
    }

@media (max-width: 1260px) {
    .tabs1 li {
        line-height: 44px;
        padding: 0 20px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .tabs1 li {
        line-height: 42px;
        padding: 0 15px;
        font-size: 14px;
    }
}

.hy_one li {
    padding: 25px;
    border-bottom: 1px solid #EBEBEB;
    transition: 0.5s;
}

    .hy_one li:hover {
        -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 767px) {
    .hy_one li {
        padding: 20px 15px;
    }
}

.hy_one .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}

    .hy_one .link:hover {
        padding-left: 20px;
        text-decoration: none;
    }

@media (max-width: 767px) {
    .hy_one .link {
        position: relative;
        align-items: flex-start;
    }
}

.hy_one .pimg {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .hy_one .pimg img {
        max-width: 100%;
        max-height: 145px;
        transition: 0.5s;
    }

@media (max-width: 767px) {
    .hy_one .pimg img {
        max-height: 110px;
    }
}

@media (max-width: 1260px) {
    .hy_one .pimg {
        width: 130px;
    }
}

@media (max-width: 767px) {
    .hy_one .pimg {
        width: 120px;
        padding-bottom: 80px;
    }
}

.hy_one .right {
    padding-left: 25px;
    width: 100%;
}

@media (max-width: 767px) {
    .hy_one .right {
        padding-left: 15px;
    }
}

.hy_one .right .title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

@media (max-width: 767px) {
    .hy_one .right .title {
        font-size: 15px;
        line-height: 21px;
    }
}

.hy_one .right .desc {
    font-size: 13px;
    color: #555;
    line-height: 20px;
    padding-top: 8px;
}

@media (max-width: 767px) {
    .hy_one .right .desc {
        font-size: 12px;
        line-height: 18px;
    }
}

.hy_one .right .type {
    display: flex;
    padding-top: 14px;
    font-size: 12px;
}

@media (max-width: 1260px) {
    .hy_one .right .type {
        flex-wrap: wrap;
    }
}

.hy_one .right .type dd {
    background: #D9E3F4;
    line-height: 26px;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 5px;
    color: #000;
}

@media (max-width: 1260px) {
    .hy_one .right .type dd {
        margin-bottom: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 767px) {
    .hy_one .right .type dd {
        font-size: 13px;
        line-height: 24px;
    }
}

.hy_one .shang {
    flex-shrink: 0;
    width: 160px;
}

@media (max-width: 1260px) {
    .hy_one .shang {
        width: 100px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .hy_one .shang {
        position: absolute;
        bottom: 0px;
        left: 0;
        padding-left: 0;
        width: 120px;
    }
}

.hy_one .shang .tit {
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.hy_one .shang .slogo {
    text-align: center;
    width: 100%;
}

    .hy_one .shang .slogo .img {
        max-width: 100%;
        max-height: 120px;
        margin-top: 10px;
    }

@media (max-width: 767px) {
    .hy_one .shang .slogo .img {
        max-height: 40px;
        margin-top: 5px;
    }
}

.hy_one2 {
    justify-content: space-between;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

    .hy_one2 li {
        background: #fff;
        width: 49%;
        border-radius: 5px;
        margin-bottom: 20px;
        border: 0;
    }

@media (max-width: 1260px) {
    .hy_one2 li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hy_one2 li {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .hy_one2 {
        padding-bottom: 15px;
    }
}

.hy_two {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
}

@media (max-width: 1260px) {
    .hy_two {
        padding-top: 0px;
        flex-wrap: wrap;
    }
}

.hy_two .img {
    width: 320px;
    flex-shrink: 0;
}

@media (max-width: 1260px) {
    .hy_two .img {
        width: 70%;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .hy_two .img {
        width: 100%;
    }
}

.hy_two .info {
    padding-right: 20px;
}

@media (max-width: 1260px) {
    .hy_two .info {
        width: 100%;
    }
}

.hy_two .info .tit {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 10px;
}

@media (max-width: 1260px) {
    .hy_two .info .tit {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 5px;
    }
}

.hy_two .info .t2 {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding-top: 10px;
}

.hy_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 25px 0 10px 0;
}

@media (max-width: 767px) {
    .hy_title {
        padding: 20px 0 10px 0;
    }
}

.hy_three {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

@media (max-width: 767px) {
    .hy_three {
        line-height: 26px;
    }
}

.hy_table table {
    border-top: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    width: 100%;
    color: #666;
}

.hy_table th, .hy_table td {
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 12px;
}

.hy_table th {
    line-height: 26px;
    text-align: left;
    font-size: 15px;
    background: #F4F4F4;
    padding: 10px 12px;
}

.hy_table tr:hover {
    background: #eeeeee;
}

.hy_table td {
    font-size: 14px;
}

.hy_jb {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1260px) {
    .hy_jb {
        justify-content: space-between;
    }
}

.hy_jb li {
    width: 28%;
    margin: 0 2.5% 40px 2.5%;
    border: 1px solid #EEEEEE;
    text-align: center;
    padding: 25px 0;
    background: #fff;
    transition: 0.3s;
    overflow: hidden;
}

    .hy_jb li:hover {
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 1260px) {
    .hy_jb li {
        width: 47%;
        margin: 0 0 20px 0;
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .hy_jb li {
        padding: 10px 0;
    }
}

.hy_jb .img {
    height: 200px;
}

@media (max-width: 1260px) {
    .hy_jb .img {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .hy_jb .img {
        height: 140px;
    }
}

.hy_jb .name {
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .hy_jb .name {
        font-size: 14px;
        padding: 6px 10px;
    }
}

.hy_jb .desc {
    font-size: 14px;
    padding: 0 15px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .hy_jb .desc {
        font-size: 13px;
        line-height: 20px;
    }
}
/* 申请成为演讲嘉宾 */
.jb_title {
    text-align: center;
    background: url(../images/b_12.png) no-repeat bottom center;
    background-size: 200px 4px;
    line-height: 100px;
    font-weight: bold;
    font-size: 34px;
}

@media (max-width: 1260px) {
    .jb_title {
        font-size: 28px;
        line-height: 80px;
        background-size: 160px 3px;
    }
}

@media (max-width: 767px) {
    .jb_title {
        font-size: 20px;
        padding: 15px 0;
        line-height: 30px;
        background-size: 110px 3px;
    }
}

.jb_one {
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: #fff;
    border-radius: 4px;
    margin: 30px 0 40px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1260px) {
    .jb_one {
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .jb_one {
        margin: 20px 0;
    }
}

.jb_one .pimg {
    width: 22%;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .jb_one .pimg {
        width: 30%;
    }
}

.jb_one .pimg .img {
    max-width: 100%;
}

.jb_one .nei {
    padding: 20px;
    width: 100%;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    height: 100%;
}

    .jb_one .nei a {
        color: #007bff;
    }

@media (max-width: 767px) {
    .jb_one .nei {
        line-height: 24px;
        font-size: 14px;
        padding: 10px;
    }
}

.jb_two {
    display: flex;
    margin: 30px -15px;
    flex-flow: row wrap;
}

@media (max-width: 767px) {
    .jb_two {
        margin-bottom: 10px;
    }
}

.jb_two li {
    width: 33.333%;
    padding: 0;
    padding: 0 15px;
    display: flex;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .jb_two li {
        width: 100%;
    }
}

.jb_two .nei {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 25px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
}

@media (max-width: 1260px) {
    .jb_two .nei {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .jb_two .nei {
        padding: 15px;
    }
}

.jb_two .img {
    height: 170px;
}

@media (max-width: 1260px) {
    .jb_two .img {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .jb_two .img {
        height: 110px;
    }
}

.jb_two .tit {
    font-size: 18px;
    color: #777777;
    line-height: 46px;
    padding-top: 10px;
}

.jb_two .desc {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

@media (max-width: 1260px) {
    .jb_two .desc {
        font-size: 15px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .jb_two .desc {
        font-size: 14px;
        line-height: 24px;
    }
}

.jb_three {
    background: #fff;
    padding: 20px 30px 40px 40px;
    margin-bottom: 50px;
}

@media (max-width: 1260px) {
    .jb_three {
        padding: 10px 30px 30px 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .jb_three {
        padding: 10px 15px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
}

.jb_three .tishi {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
}

    .jb_three .tishi span {
        color: red;
    }

@media (max-width: 767px) {
    .jb_three .tishi {
        padding-bottom: 10px;
        font-size: 15px;
    }
}

.jb_three .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .jb_three .list li {
        width: 26%;
        padding-bottom: 10px;
    }

        .jb_three .list li.li {
            width: 100%;
        }

@media (max-width: 1260px) {
    .jb_three .list li {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .jb_three .list li {
        width: 100%;
        padding-bottom: 5px;
    }
}

.jb_three .list .tit {
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

    .jb_three .list .tit span {
        color: red;
    }

@media (max-width: 767px) {
    .jb_three .list .tit {
        font-size: 15px;
        line-height: 38px;
    }
}

.jb_three .list .txt {
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: 40px;
    line-height: 38px;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 15px;
    transition: 0.3s;
}

    .jb_three .list .txt:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    }

@media (max-width: 767px) {
    .jb_three .list .txt {
        font-size: 14px;
    }
}

.jb_three .list .txt_desc {
    height: 90px;
    padding: 5px 10px;
    line-height: 26px;
}

@media (max-width: 767px) {
    .jb_three .list .txt_desc {
        height: 140px;
    }
}

.jb_three .list .btn {
    padding: 0 20px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
    background: #2A2AA4;
    transition: 0.6s;
}

    .jb_three .list .btn:hover {
        background: #2F6EE2;
    }
/* 会议一览表 */
.biao_title {
    border-bottom: 3px solid #999999;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

    .biao_title .left {
        color: #555;
        font-size: 16px;
        font-weight: 100;
        font-weight: bold;
    }

        .biao_title .left span {
            color: #2A2AA4;
        }

@media (max-width: 767px) {
    .biao_title {
        flex-wrap: wrap;
    }

        .biao_title .left {
            width: 100%;
            font-size: 15px;
            line-height: 18px;
        }
}

.biao_title .right {
    display: flex;
}

    .biao_title .right a {
        background: #2A2AA4;
        font-size: 15px;
        line-height: 38px;
        border-radius: 2px;
        min-width: 180px;
        margin-left: 25px;
        color: #fff;
        text-align: center;
        transition: 0.5s;
        border: 1px solid #2A2AA4;
    }

        .biao_title .right a:hover {
            background: #fff;
            color: #2A2AA4;
        }

@media (max-width: 1260px) {
    .biao_title .right a {
        min-width: 160px;
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .biao_title .right {
        padding-top: 5px;
        display: flex;
        flex-wrap: wrap;
    }

        .biao_title .right a {
            min-width: 100px;
            margin: 3px 10px 3px 0;
            font-size: 14px;
            padding: 0 10px;
        }
}

.biao_title .right .a2 {
    background: #6A1785;
    border: 1px solid #6A1785;
    color: #fff;
}

    .biao_title .right .a2:hover {
        background: #fff;
        color: #6A1785;
    }

.biao_title .right .a3 {
    background: #0065B3;
    border: 1px solid #0065B3;
    color: #fff;
}

    .biao_title .right .a3:hover {
        background: #fff;
        color: #0065B3;
    }

.biao_nei {
    background: #fff;
    padding: 0 20px;
    margin: 30px 0;
}

@media (max-width: 767px) {
    .biao_nei {
        padding: 0 15px;
        margin: 20px 0;
    }
}

.biao_nei .biao_table {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .biao_nei .biao_table {
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 20px;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

        .biao_nei .biao_table::-webkit-scrollbar {
            height: 3px;
        }

        .biao_nei .biao_table::-webkit-scrollbar-track-piece {
            height: 5px;
            background-color: #DCDCDC;
            -webkit-border-radius: 10% 10%;
        }

        .biao_nei .biao_table::-webkit-scrollbar-thumb {
            -webkit-border-radius: 3px 3px;
            background-color: #999999;
        }
}

.biao_nei .biao_table table {
    border-top: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    width: 100%;
    color: #666;
}

@media (max-width: 767px) {
    .biao_nei .biao_table table {
        width: 250%;
    }
}

.biao_nei .biao_table th, .biao_nei .biao_table td {
    border-left: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 12px;
    line-height: 26px;
    text-align: center;
}

.biao_nei .biao_table th {
    line-height: 32px;
    font-size: 16px;
    background: #F4F4F4;
    padding: 10px 12px;
}

@media (max-width: 767px) {
    .biao_nei .biao_table th {
        font-size: 14px;
        padding: 8px 0;
        line-height: 24px;
    }
}

.biao_nei .biao_table tr:hover {
    background: #eeeeee;
}

.biao_nei .biao_table td {
    font-size: 15px;
}

@media (max-width: 767px) {
    .biao_nei .biao_table td {
        font-size: 13px;
        padding: 8px;
        line-height: 20px;
    }
}

.biao_nei .biao_table .tit {
    text-align: left;
    width: 40%;
}

@media (max-width: 1260px) {
    .biao_nei .biao_table .tit {
        width: 35%;
    }
}

.biao_nei .biao_table a {
    color: #666;
}

    .biao_nei .biao_table a:hover {
        color: #2A2AA4;
        text-decoration: underline;
    }
/* 赞助 */
.zz_one {
    background: #fff;
    margin: 30px 0;
    padding-bottom: 30px;
}

@media (max-width: 1260px) {
    .zz_one {
        margin: 20px 0;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .zz_one {
        margin: 15px 0;
        padding-bottom: 10px;
    }
}

.zz_two {
    display: flex;
    background: #2A2AA4;
    margin: 30px 0;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    justify-content: space-between;
    padding: 15px 0;
}

@media (max-width: 1260px) {
    .zz_two {
        font-size: 14px;
        line-height: 24px;
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .zz_two {
        flex-wrap: wrap;
        line-height: 28px;
        padding: 10px 15px;
        margin: 15px 0;
    }
}

.zz_two li {
    padding: 0 15px;
}

@media (max-width: 1260px) {
    .zz_two li {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .zz_two li {
        width: 100%;
    }
}

.zz_two span {
    font-weight: normal;
}

.zz_two a {
    color: #fff;
    font-weight: normal;
}

.zz_list {
    padding-bottom: 10px;
}

    .zz_list li {
        padding: 30px;
        background: #fff;
        margin: 30px 0;
        display: flex;
        align-items: flex-start;
        transition: 0.5s;
    }

        .zz_list li:hover {
            -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        }

@media (max-width: 1260px) {
    .zz_list li {
        padding: 25px;
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .zz_list li {
        flex-wrap: wrap;
        padding: 15px;
        margin: 15px 0;
    }
}

.zz_list .img {
    width: 28%;
}

@media (max-width: 1260px) {
    .zz_list .img {
        width: 40%;
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    .zz_list .img {
        width: 100%;
    }
}

.zz_list .nei {
    width: 70%;
    padding-left: 50px;
}

@media (max-width: 1260px) {
    .zz_list .nei {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .zz_list .nei {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}

.zz_list .nei .title {
    font-weight: bold;
    color: #2A2AA4;
    font-size: 19px;
    line-height: 30px;
}

    .zz_list .nei .title a {
        color: #2A2AA4;
        text-decoration: none;
    }

        .zz_list .nei .title a:hover {
            color: #2F6EE2;
        }

.zz_list .nei .desc {
    font-size: 16px;
    line-height: 32px;
    color: #555;
    padding-top: 10px;
}

@media (max-width: 1260px) {
    .zz_list .nei .desc {
        font-size: 14px;
        line-height: 26px;
    }
}

.zz_list .type {
    display: flex;
    background: #F5F5F5;
    line-height: 46px;
    margin-top: 15px;
    font-size: 15px;
}

@media (max-width: 1260px) {
    .zz_list .type {
        padding: 8px 0;
        line-height: 26px;
        font-size: 14px;
        flex-wrap: wrap;
    }
}

.zz_list .type dd {
    width: 50%;
    padding: 0 15px;
    color: #007BFF;
}

@media (max-width: 1260px) {
    .zz_list .type dd {
        width: 100%;
    }
}

.zz_list .more {
    float: right;
    font-size: 15px;
    color: #2F6EE2;
    margin-top: 5px;
}

    .zz_list .more:hover {
        color: #2A2AA4;
    }

@media (max-width: 1260px) {
    .zz_list .more {
        font-size: 14px;
    }
}
/* 新闻 */
.xw_list {
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .xw_list {
        padding-bottom: 0px;
    }
}

.xw_list .a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #F7F7F7;
    padding: 15px;
    margin-bottom: 20px;
    align-items: center;
}

    .xw_list .a:hover {
        text-decoration: none;
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

        .xw_list .a:hover .more {
            background: #2F6EE2;
        }

        .xw_list .a:hover .nei .title {
            color: #2F6EE2;
        }

@media (max-width: 767px) {
    .xw_list .a {
        flex-wrap: wrap;
        margin-bottom: 15px;
        padding: 10px;
    }
}

.xw_list .img {
    width: 220px;
    max-height: 130px;
    object-fit: cover;
    flex-wrap: 0;
}

@media (max-width: 767px) {
    .xw_list .img {
        width: 100%;
        max-height: 200px;
        display: none;
    }
}

.xw_list .nei {
    padding-left: 20px;
    width: 100%;
    color: #555;
}

@media (max-width: 767px) {
    .xw_list .nei {
        padding-left: 0;
        padding-top: 0px;
    }
}

.xw_list .nei .title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .xw_list .nei .title {
        font-size: 16px;
        line-height: 24px;
    }
}

.xw_list .nei .desc {
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .xw_list .nei .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.xw_list .bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    line-height: 34px;
}

    .xw_list .bottom .time {
        padding-left: 20px;
        background: url(../images/time.png) no-repeat left center;
    }

@media (max-width: 767px) {
    .xw_list .bottom {
        padding-top: 15px;
        font-size: 13px;
        line-height: 30px;
    }
}

.xw_list .more {
    background: #2A2AA4;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 40px;
    display: block;
    transition: 0.4s;
}

.xw_info {
    background: #fff;
    padding: 25px;
    margin: 30px 0;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1260px) {
    .xw_info {
        margin: 25px 0;
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .xw_info {
        flex-wrap: wrap;
        margin: 15px 0;
    }
}

.xw_info .img {
    width: 330px;
    flex-shrink: 0;
    max-height: 200px;
    object-fit: cover;
}

@media (max-width: 1260px) {
    .xw_info .img {
        width: 280px;
    }
}

@media (max-width: 767px) {
    .xw_info .img {
        width: 100%;
    }
}

.xw_info .nei {
    width: 100%;
    padding-left: 30px;
    color: #444;
}

@media (max-width: 1260px) {
    .xw_info .nei {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .xw_info .nei {
        padding-left: 0;
        padding-top: 15px;
    }
}

.xw_info .nei .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 10px;
}

@media (max-width: 1260px) {
    .xw_info .nei .title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .xw_info .nei .title {
        font-size: 18px;
        line-height: 26px;
    }
}

.xw_info .nei .desc {
    padding-top: 12px;
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 1260px) {
    .xw_info .nei .desc {
        padding-top: 4px;
    }
}

.xw_info .fenxiang {
    padding-top: 25px;
}

    .xw_info .fenxiang img {
        height: 20px;
    }

@media (max-width: 1260px) {
    .xw_info .fenxiang {
        padding-top: 15px;
    }
}

.xw_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.xw_nei {
    width: 100%;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .xw_flex {
        flex-wrap: wrap;
    }

    .xw_nei {
        padding-left: 0;
    }
}

.xw_details {
    background: #fff;
    padding: 15px;
    width: 100%;
    /*margin-right: 20px;*/
}

@media (max-width: 767px) {
    .xw_details {
        width: 100%;
        padding: 5px;
        width: 100%;
    }
}

.xw_details li {
    padding-bottom: 20px;
}

    .xw_details li:last-child {
        padding: 0;
    }

@media (max-width: 767px) {
    .xw_details li {
        padding-bottom: 15px;
    }
}

.xw_details .topTit {
    color: #2A2AA4;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    background: #F7F7F7;
    padding: 0 10px;
}

.xw_details .bottomNei {
    padding: 10px;
    font-size: 15px;
    line-height: 28px;
}

    .xw_details .bottomNei img {
        max-width: 100%;
    }

@media (max-width: 1260px) {
    .xw_details .bottomNei {
        font-size: 14px;
        line-height: 26px;
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .xw_details .bottomNei {
        padding-bottom: 0;
    }
}

.xw_details span {
    text-wrap-mode: wrap !important;
}

.xw_menu {
    flex-shrink: 0;
    background: #fff;
    width: 260px;
    position: sticky;
    top: 200px;
    margin-top: 30px;
}

@media (max-width: 1260px) {
    .xw_menu {
        width: 220px;
    }
}

@media (max-width: 767px) {
    .xw_menu {
        display: none;
    }
}

.xw_menu .tit {
    background: #2A2AA4;
    font-size: 14px;
    line-height: 34px;
    padding-left: 20px;
    color: #fff;
}

.xw_menu .list {
    background: url(../images/b_21.jpg) no-repeat 15px top;
    background-size: 1px 100%;
}

    .xw_menu .list li {
        padding-left: 35px;
        background: url(../images/b_20.png) no-repeat 11px center;
        background-size: 9px;
        line-height: 34px;
        height: 34px;
        transition: 0.1s;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin: 2px 0;
        cursor: pointer;
    }

        .xw_menu .list .sel, .xw_menu .list li:hover {
            background: url(../images/b_20-sel.png) no-repeat 11px center #F2F2F2;
            padding-left: 40px;
            background-size: 9px;
            color: #2F6EE2;
        }

            .xw_menu .list .sel a {
                color: #2F6EE2;
            }

    .xw_menu .list a {
        width: 100%;
        text-decoration: none;
        color: #555;
        display: block;
    }
/* 中国光电 */
.dian_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

@media (max-width: 1260px) {
    .dian_list {
        margin: 0 -15px;
    }
}

@media (max-width: 767px) {
    .dian_list {
        margin: 0 -5px;
    }
}

.dian_list li {
    width: 20%;
    padding: 0 20px;
    text-align: center;
    padding-bottom: 40px;
}

@media (max-width: 1260px) {
    .dian_list li {
        width: 25%;
        padding: 0 15px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .dian_list li {
        padding: 0 5px;
        width: 50%;
        padding-bottom: 15px;
    }
}

.dian_list .nei {
    background: #fff;
    padding: 10px;
    display: block;
}

    .dian_list .nei:hover {
        text-decoration: none;
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

        .dian_list .nei:hover .title {
            color: #2A2AA4;
        }

        .dian_list .nei:hover .more span {
            background: #2A2AA4;
            border: 1px solid #2A2AA4;
            color: #fff;
        }

        .dian_list .nei:hover .img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            transform: scale(1.1);
        }

.dian_list .img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
    transition: 0.5s;
}

@media (max-width: 1260px) {
    .dian_list .img {
        height: auto;
    }
}

.dian_list .title {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 22px;
}

.dian_list .desc {
    font-size: 12px;
    line-height: 20px;
    color: #555;
    padding: 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dian_list .more {
    text-align: center;
    padding: 5px;
}

    .dian_list .more span {
        border: 1px solid #9E9E9E;
        line-height: 20px;
        border-radius: 40px;
        padding: 0 10px;
        display: inline-block;
        font-size: 12px;
        color: #555;
        transition: 0.4s;
    }

.dian_Main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .dian_Main {
        flex-wrap: wrap;
    }
}

.dian_one {
    width: 350px;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 30px;
    position: sticky;
    top: 120px;
}

@media (max-width: 1260px) {
    .dian_one {
        width: 280px;
        margin-bottom: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .dian_one {
        width: 100%;
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
    }
}

.dian_one .img {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .dian_one .img {
        width: 50%;
    }
}

.dian_one .nei {
    width: 100%;
}

.dian_one .title {
    padding: 24px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #555555;
    line-height: 30px;
}

@media (max-width: 767px) {
    .dian_one .title {
        font-size: 16px;
        padding: 0 10px;
    }
}

.dian_one .bottom {
    text-align: center;
}

    .dian_one .bottom a {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
        text-decoration: none;
        background: #2A2AA4;
        transition: 0.5s;
        margin: 0 5px;
    }

@media (max-width: 767px) {
    .dian_one .bottom a {
        margin: 5px 10px;
        font-size: 15px;
    }
}

.dian_one .bottom a:hover {
    background: #2F6EE2;
}

.dian_one .bottom a:nth-child(2n) {
    background: #2F6EE2;
}

    .dian_one .bottom a:nth-child(2n):hover {
        background: #2A2AA4;
    }

.dian_two {
    background: #fff;
    padding: 25px;
    width: 100%;
}

@media (max-width: 1260px) {
    .dian_two {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .dian_two {
        padding: 10px;
    }
}

.dian_two .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}

@media (max-width: 767px) {
    .dian_two .title {
        font-size: 18px;
    }
}

.dian_two .desc {
    font-size: 15px;
    line-height: 30px;
    padding-top: 20px;
    white-space: pre-wrap;
    word-break: break-all;
}

    .dian_two .desc p {
        max-width: 100%;
    }

@media (max-width: 767px) {
    .dian_two .desc {
        padding-top: 10px;
        line-height: 26px;
        font-size: 14px;
    }
}
/* 通用带背景大标题 */
.title_ul {
    display: flex;
    padding: 40px 0;
    justify-content: center;
    align-items: center;
    color: #555;
    overflow: hidden;
}

@media (max-width: 1260px) {
    .title_ul {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .title_ul {
        padding: 20px 0;
    }
}

.title_ul li {
    line-height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
}

@media (max-width: 1260px) {
    .title_ul li {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .title_ul li {
        font-size: 18px;
        line-height: 30px;
        padding: 0 10px;
    }

        .title_ul li img {
            height: 12px;
        }
}

.title_ul .title {
    white-space: nowrap;
}
/* 合作logo */
.hzmt_logo {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hzmt_logo {
        margin: 0 -5px;
        padding-bottom: 10px;
    }
}

.hzmt_logo li {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 14.28%;
}

@media (max-width: 1260px) {
    .hzmt_logo li {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .hzmt_logo li {
        width: 33.33%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
}

.hzmt_logo .pimg {
    border: 2px solid #eee;
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    background: #fff;
}

    .hzmt_logo .pimg:hover {
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    }

    .hzmt_logo .pimg img {
        max-height: 100%;
        max-width: 100%;
    }
/* 关于 */
.gy_menu {
    background: #fff;
    position: sticky;
    top: 120px;
    z-index: 100;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .gy_menu {
        top: 84px;
    }
}

.gy_menu .container {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
}

@media (max-width: 1260px) {
    .gy_menu .container {
        padding: 0;
    }
}

.gy_menu a {
    padding: 13px;
    display: block;
    font-size: 15px;
    color: #666;
    text-align: center;
}

@media (max-width: 767px) {
    .gy_menu a {
        padding: 10px 8px;
        font-size: 13px;
        line-height: 16px;
    }
}

.gy_menu a img {
    height: 30px;
}

@media (max-width: 767px) {
    .gy_menu a img {
        height: 26px;
    }
}

.gy_menu a .img1 {
    display: inline-block;
}

.gy_menu a .img2 {
    display: none;
}

.gy_menu a:hover, .gy_menu .sel a {
    color: #2A2AA4;
    text-decoration: none;
}

    .gy_menu a:hover .img2, .gy_menu .sel a .img2 {
        display: inline-block;
    }

    .gy_menu a:hover .img1, .gy_menu .sel a .img1 {
        display: none;
    }

.gy_nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 40px 0 10px 0;
    padding: 0 15%;
}

@media (max-width: 1260px) {
    .gy_nav {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .gy_nav {
        padding: 0;
        margin: 30px 0 0px 0;
    }
}

.gy_nav li {
    text-align: center;
    border: 1px solid;
    border: 1px solid #dddddd;
    padding: 0 30px;
    line-height: 36px;
    margin-left: -1px;
    background: #fff;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 15px;
}

@media (max-width: 1260px) {
    .gy_nav li {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .gy_nav li {
        padding: 0;
        width: 33.333%;
        text-align: center;
        margin-bottom: 5px;
        font-size: 14px;
    }
}

.gy_nav .sel {
    background: #2A2AA4;
    color: #fff;
    border: 1px solid #2A2AA4;
}

.gy_nav5 li {
    width: 20%;
}

@media (max-width: 1260px) {
    .gy_nav5 li {
        width: 24%;
    }
}

@media (max-width: 767px) {
    .gy_nav5 li {
        width: 33.33%;
    }
}

.gy_title {
    padding-left: 25px;
    background: url(../images/jt.png) no-repeat left center;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #dddddd;
    margin-top: 10px;
}

@media (max-width: 1260px) {
    .gy_title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .gy_title {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0;
        padding-left: 25px;
    }
}

.jg_list {
    display: flex;
    margin: 0 -10px;
    padding: 10px 0;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .jg_list {
        margin: 0 -8px;
        padding-bottom: 10px;
    }
}

.jg_list li {
    width: 16.66%;
    padding: 15px 10px;
}

@media (max-width: 1260px) {
    .jg_list li {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .jg_list li {
        width: 50%;
        padding: 8px;
    }
}

.jg_list li:hover .pimg {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.jg_list .pimg {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #dddddd;
    transition: 0.5s;
}

    .jg_list .pimg img {
        max-width: 100%;
        max-height: 100%;
    }

.jg_list .tit {
    font-size: 14px;
    color: #555;
    text-align: center;
    line-height: 22px;
    padding-top: 5px;
}

@media (max-width: 767px) {
    .jg_list .tit {
        font-size: 13px;
    }
}

.zx_list {
    padding-bottom: 20px;
}

    .zx_list li {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 25px 0 10px 0;
    }

        .zx_list li:hover .img {
            border: 5px solid #2A2AA4;
        }

        .zx_list li:hover .nei {
            -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        }

@media (max-width: 767px) {
    .zx_list li {
        padding: 10px 0;
        margin: 15px 0;
        flex-wrap: wrap;
        background: #fff;
        border-radius: 5px;
    }
}

.zx_list .img {
    width: 150px;
    flex-shrink: 0;
    margin-right: 30px;
    border: 5px solid #fff;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .zx_list .img {
        width: 40%;
        border: 2px solid #fff;
        margin-right: 15px;
        margin-left: 30%;
    }
}

.zx_list .nei {
    background: #fff;
    border-radius: 2px;
    padding: 10px 20px;
    width: 100%;
    color: #555;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .zx_list .nei {
        padding: 10px;
    }
}

.zx_list .nei .name {
    line-height: 40px;
}

    .zx_list .nei .name strong {
        font-size: 28px;
    }

@media (max-width: 767px) {
    .zx_list .nei .name strong {
        font-size: 24px;
    }
}

.zx_list .nei .name span {
    padding-left: 10px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .zx_list .nei .name span {
        font-size: 14px;
    }
}

.zx_list .nei .desc {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .zx_list .nei .desc {
        font-size: 13px;
        line-height: 22px;
    }
}

.huigu_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media (max-width: 1260px) {
    .huigu_list {
        margin: 0 -10px;
    }
}

@media (max-width: 767px) {
    .huigu_list {
        padding-bottom: 30px;
    }
}

.huigu_list li {
    width: 25%;
    padding: 10px;
    transition: 0.3s;
}

    .huigu_list li:hover img {
        border: 5px solid #2A2AA4;
    }

@media (max-width: 1260px) {
    .huigu_list li {
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .huigu_list li {
        width: 50%;
    }
}

.huigu_list img {
    width: 100%;
    transition: 0.2s;
    border: 5px solid #fff;
}
/* 可持续发展 */
.fz_info {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

@media (max-width: 767px) {
    .fz_info {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

.fz_info2 {
    background: #fff;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 30px 0;
    color: #666;
}

    .fz_info2 a {
        color: #2A2AA4;
        text-decoration: underline;
    }

    .fz_info2 img {
        max-width: 100%;
    }

@media (max-width: 767px) {
    .fz_info2 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
        padding: 10px 15px;
    }
}

.fz_one {
    display: flex;
    justify-content: space-between;
}

    .fz_one li {
        width: 28%;
        text-align: center;
        background: #fff;
        padding: 30px 6%;
        margin: 30px 0;
        border-radius: 5px;
        overflow: hidden;
    }

@media (max-width: 1260px) {
    .fz_one li {
        padding: 30px 3%;
    }
}

.fz_one li img {
    max-width: 100%;
    transition: 0.5s;
}

.fz_one li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.fz_two {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .fz_two {
        flex-wrap: wrap;
        padding-top: 10px;
    }
}

.fz_two li {
    margin: 20px 0;
    width: 30%;
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    color: #555;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .fz_two li {
        width: 100%;
        margin: 5px 0;
        padding: 10px 15px;
    }
}
/* 联系我们 */
.lx_one {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .lx_one li {
        width: 30%;
        border: 1px solid #dddddd;
        margin-bottom: 40px;
        padding: 25px 0 25px 40px;
        transition: 0.3s;
        background: #fff;
    }

        .lx_one li:hover {
            -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        }

            .lx_one li:hover .tit {
                color: #2A2AA4;
            }

@media (max-width: 1260px) {
    .lx_one li {
        padding-left: 3%;
        width: 31%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .lx_one li {
        padding: 15px 10%;
        margin-bottom: 15px;
        width: 100%;
    }
}

.lx_one .tit {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
    display: block;
    opacity: 0.8;
    color: #000;
}

.lx_one p {
    font-size: 13px;
    opacity: 0.6;
    color: #000;
    line-height: 26px;
}

.lx_two {
    font-size: 14px;
    color: #555;
    background: #fff;
    padding: 20px;
    border: 1px solid #dddddd;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .lx_two {
        margin-bottom: 20px;
    }
}

.lx_two:hover {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.lx_two .ma {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .lx_two .ma {
        padding-top: 10px;
    }
}

.lx_two .ma li {
    padding: 20px 0;
    text-align: center;
    width: 22%;
}

@media (max-width: 1260px) {
    .lx_two .ma li {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .lx_two .ma li {
        width: 33%;
        padding: 10px;
    }

        .lx_two .ma li img {
            max-width: 100%;
        }
}
/* 展馆服务 */
.fw_one {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #fff;
    margin-top: -10px;
    align-items: flex-start;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .fw_one {
        flex-wrap: wrap;
    }
}

.fw_one .img {
    width: 30%;
}

@media (max-width: 767px) {
    .fw_one .img {
        width: 100%;
    }
}

.fw_one .nei {
    padding-left: 25px;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    width: 100%;
}

@media (max-width: 767px) {
    .fw_one .nei {
        padding-left: 0px;
        padding-top: 10px;
        line-height: 28px;
    }
}

.fw_banner {
    width: 100%;
    background: #fff;
    padding: 15px;
    margin-top: -10px;
    margin-bottom: 10px;
}

    .fw_banner img {
        max-width: 100%;
        display: block;
    }

.fw_fangda {
    width: 100%;
    background: #fff;
    padding: 15px;
    margin-top: -10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

    .fw_fangda .easyzoom {
        width: 100%;
    }

.qian {
    background: #fff;
    text-align: center;
    padding: 20px;
}

    .qian img {
        max-width: 100%;
    }

@media (max-width: 767px) {
    .qian {
        padding: 10px;
    }
}
/* 视频 */
.sp_list {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .sp_list {
        flex-wrap: wrap;
    }
}

.sp_list .bo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: 0.5s;
    background: url(../images/btn_03.png) no-repeat center center rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.sp_list .left .bo {
    background: url(../images/btn_04.png) no-repeat center center;
}

.sp_list .bo:hover {
    background: url(../images/btn_04.png) no-repeat center center;
}

.sp_list .left {
    width: 40%;
    height: 340px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

    .sp_list .left .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 1260px) {
    .sp_list .left {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .sp_list .left {
        width: 100%;
        margin-bottom: 10px;
        height: 220px;
    }
}

.sp_list .left .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    padding: 0 15px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sp_list .nei .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    padding: 0 15px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .sp_list .left .title {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
    }

    .sp_list .nei .title {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
    }
}

.sp_list .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .sp_list .right {
        justify-content: space-between;
    }
}

.sp_list .right li {
    width: 33.333%;
    padding-left: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1260px) {
    .sp_list .right li {
        padding-left: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .sp_list .right li {
        padding: 0;
        padding-bottom: 10px;
        width: 49%;
    }
}

.sp_list .right .nei {
    position: relative;
    width: 100%;
}

    .sp_list .right .nei img {
        height: 160px;
        object-fit: cover;
        width: 100%;
    }

@media (max-width: 1260px) {
    .sp_list .right .nei img {
        height: 120px;
    }
}

@media (max-width: 767px) {
    .sp_list .right .nei img {
        height: 110px;
    }
}

.sp_list .right .bo, .sp_list .right:hover {
    background-size: 60px;
}

@media (max-width: 1260px) {
    .sp_list .right .bo, .sp_list .right:hover {
        background-size: 50px;
    }
}

#videoPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

    #videoPopup .video-box {
        width: 70%;
        position: absolute;
        left: 15%;
        top: 10%;
    }

@media (max-width: 767px) {
    #videoPopup .video-box {
        left: 5%;
        width: 90%;
        top: 20%;
    }
}

#videoPopup .video-box video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#videoPopup .video-box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
}

@media (max-width: 767px) {
    #videoPopup .video-box .close {
        top: 10px;
        right: 10px;
    }
}

#videoPopup .video-box .close span {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

#videoPopup .video-box .close:hover {
    background: rgba(0, 0, 0, 0.5);
}
/* 论坛 */
.lt_info {
    background: #fff;
    padding: 10px 30px 30px 30px;
    margin: 30px 0;
    color: #555;
}

@media (max-width: 767px) {
    .lt_info {
        margin: 20px 0;
        padding: 10px 15px 15px 15px;
    }
}

.lt_info .tit {
    display: flex;
    padding: 10px 0;
    font-weight: bold;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .lt_info .tit {
        flex-wrap: wrap;
        padding: 5px 0;
        margin-top: 20px;
    }
}

.lt_info .tit dt {
    line-height: 24px;
    min-width: 25%;
    padding-right: 20px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .lt_info .tit dt {
        width: 100%;
        line-height: 26px;
        font-size: 15px;
    }
}

.lt_info .desc {
    font-size: 15px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .lt_info .desc {
        font-size: 14px;
        line-height: 24px;
    }
}

.lt_info .list {
    display: flex;
    flex-wrap: wrap;
}

    .lt_info .list li {
        width: 33.33%;
        font-size: 15px;
        line-height: 30px;
    }

@media (max-width: 767px) {
    .lt_info .list li {
        width: auto;
        min-width: 33.333%;
        font-size: 14px;
        line-height: 24px;
        padding-right: 5px;
    }
}
/*大事记*/
.shiji {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .shiji {
        flex-wrap: wrap;
    }
}

.shiji .event_year {
    width: 70px;
    border-bottom: 2px solid #DDD;
    text-align: center;
    float: left;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .shiji .event_year {
        display: none;
    }
}

.shiji .event_year li {
    height: 40px;
    line-height: 40px;
    background: #707070;
    margin-bottom: 1px;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

    .shiji .event_year li label {
        cursor: pointer;
    }

    .shiji .event_year li.current {
        width: 80px;
        background: #2A2AA4 url(../images/jian.png) 70px 0 no-repeat;
        color: #FFF;
        padding-right: 10px;
    }

.shiji .event_list {
    margin: 0px 0 20px 0;
    width: 65%;
}

@media (max-width: 1260px) {
    .shiji .event_list {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .shiji .event_list {
        width: 100%;
    }
}

.shiji .event_list h3 {
    margin: 15px 0 10px 132px;
    font-size: 24px;
    font-family: Georgia;
    color: #2A2AA4;
    padding-left: 25px;
    height: 38px;
    line-height: 30px;
    font-style: italic;
    font-weight: bold;
}

@media (max-width: 767px) {
    .shiji .event_list h3 {
        margin-left: 0px;
        padding-left: 0px;
    }
}

.shiji .event_list li {
    font-size: 14px;
    color: #555;
    display: flex;
    justify-content: space-between;
}

    .shiji .event_list li span {
        width: 127px;
        text-align: right;
        display: block;
        margin-top: 10px;
        flex-shrink: 0;
    }

@media (max-width: 767px) {
    .shiji .event_list li span {
        width: 35px;
    }
}

.shiji .event_list li p {
    width: 100%;
    margin-left: 24px;
    display: inline-block;
    padding-left: 10px;
    line-height: 26px;
}

@media (max-width: 767px) {
    .shiji .event_list li p {
        margin-left: 0px;
    }
}

.shiji .event_list li p span {
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #DDD;
    padding: 10px 15px;
    background: #F0f0f0;
    margin: 0;
}
/* 翻译礼仪 */
.fan_one {
    background: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
    line-height: 26px;
    color: #555;
}

@media (max-width: 767px) {
    .fan_one {
        flex-wrap: wrap;
        padding: 15px;
    }
}

.fan_one a {
    color: #2A2AA4;
    text-decoration: none;
}

    .fan_one a:hover {
        text-decoration: underline;
    }

.fan_one .desc {
    width: 100%;
}

.fan_one .right {
    width: 30%;
    flex-shrink: 0;
    text-align: center;
    color: #2A2AA4;
    line-height: 30px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .fan_one .right {
        width: 100%;
        padding: 10px;
    }

        .fan_one .right img {
            height: 160px;
        }
}

.fan_two {
    margin: 0;
    padding: 30px;
}

    .fan_two .biao_table {
        margin-bottom: 0;
        padding: 0;
    }

@media (max-width: 767px) {
    .fan_two .biao_table {
        width: 100% !important;
    }

        .fan_two .biao_table table {
            width: 100% !important;
        }
}

@media (max-width: 767px) {
    .fan_two {
        padding: 10px;
    }
}

.fan_info {
    background: #fff;
    padding: 30px;
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

    .fan_info img {
        max-width: 100%;
    }

@media (max-width: 767px) {
    .fan_info {
        padding: 15px;
    }
}

.ding {
    text-align: center;
    padding-top: 20px;
}

    .ding a {
        display: inline-block;
        width: 240px;
        height: 50px;
        background: #2A2AA4;
        color: #fff;
        font-size: 20px;
        line-height: 50px;
        font-weight: bold;
        letter-spacing: 2px;
    }

        .ding a:hover {
            background: #6A1785;
            text-decoration: none;
        }

@media (max-width: 767px) {
    .ding a {
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}
/* 个人登记 */
.dengji_banner {
    display: block;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    overflow: hidden;
}

    .dengji_banner img {
        width: 100%;
    }

@media (max-width: 1260px) {
    .dengji_banner img {
        height: 300px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .dengji_banner img {
        height: 180px;
        width: auto;
    }
}

.dj_one {
    color: #2A2AA4;
    font-size: 24px;
    line-height: 54px;
    padding: 0 11%;
    color: #DB0026;
}

@media (max-width: 1260px) {
    .dj_one {
        padding: 0 5%;
        font-size: 20px;
        line-height: 44px;
    }
}

@media (max-width: 767px) {
    .dj_one {
        padding: 0 15px;
        font-size: 15px;
        line-height: 30px;
        margin-top: -40px;
    }
}

.dj_one a {
    text-decoration: underline;
    color: #DB0026;
}

.dj_two {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

    .dj_two li {
        padding: 0 30px;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
    }

@media (max-width: 1260px) {
    .dj_two li {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .dj_two li {
        padding: 0;
        width: 33%;
        font-size: 12px;
        margin-bottom: -40px;
    }
}

.dj_two img {
    width: 190px;
}

@media (max-width: 1260px) {
    .dj_two img {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .dj_two img {
        width: 90px;
    }
}
/* 交通 */
.jiaoTong {
    margin: 50px 0;
}

.jt_one {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    padding: 20px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .jt_one {
        padding: 15px;
        margin-top: 20px;
        flex-wrap: wrap;
    }
}

.jt_one .img {
    width: 20%;
    height: 150px;
    object-fit: cover;
    flex-shrink: 0;
}

@media (max-width: 1260px) {
    .jt_one .img {
        width: 220px;
    }
}

@media (max-width: 767px) {
    .jt_one .img {
        width: 100%;
        height: auto;
    }
}

.jt_one .desc {
    width: 100%;
    padding-left: 30px;
    font-size: 15px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .jt_one .desc {
        padding-left: 0;
        padding-top: 15px;
        font-size: 14px;
        line-height: 26px;
    }
}

.jt_type {
    padding: 30px 0 0 0 !important;
}

    .jt_type a {
        cursor: pointer;
    }

.jt_two {
    background: #fff;
    padding: 30px;
    font-size: 15px;
    color: #555;
    line-height: 30px;
}

@media (max-width: 767px) {
    .jt_two {
        padding: 15px;
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.jt_two img {
    max-width: 100%;
    display: block;
}

.jt_two li {
    display: none;
    width: 100%;
}
/* 论坛首页 */
.ind_one {
    background: #fff;
    margin: 60px 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1260px) {
    .ind_one {
        margin: 40px 0 30px 0;
    }
}

@media (max-width: 767px) {
    .ind_one {
        margin: 15px 0;
        flex-wrap: wrap;
    }
}

.ind_one .leftImg {
    width: 40%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .ind_one .leftImg {
        width: 100%;
        margin-bottom: 10px;
    }
}

.ind_one .nei {
    padding: 60px;
    width: 100%;
}

@media (max-width: 1260px) {
    .ind_one .nei {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .ind_one .nei {
        padding: 15px;
    }
}

.ind_one .nei .title {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}

@media (max-width: 1260px) {
    .ind_one .nei .title {
        font-size: 22px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .ind_one .nei .title {
        margin-top: 5px;
        font-size: 18px;
    }
}

.ind_one .nei .desc {
    padding-top: 20px;
    color: #999;
    font-size: 16px;
    line-height: 36px;
}

@media (max-width: 1260px) {
    .ind_one .nei .desc {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .ind_one .nei .desc {
        padding-top: 10px;
    }
}

.ind_one .nei .desc .info {
    line-height: 30px;
    padding-bottom: 10px;
}

.ind_title {
    background: url(../images/b_22.png) no-repeat bottom center;
    line-height: 110px;
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    /*margin-bottom:0 !important*/
}

    .ind_title strong {
        color: #2A2AA4;
    }

@media (max-width: 1260px) {
    .ind_title {
        font-size: 30px;
        line-height: 90px;
    }
}

@media (max-width: 767px) {
    .ind_title {
        font-size: 20px;
        line-height: 60px;
        background-size: auto 2px;
    }
}

.ind_num {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 20px;
}

@media (max-width: 1260px) {
    .ind_num {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .ind_num {
        padding-top: 30px;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
}

.ind_num li {
    width: 50%;
    background: url(../images/b_05.png) no-repeat right center;
    background-size: 1px 100%;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

    .ind_num li:last-child {
        background: none;
    }

@media (max-width: 767px) {
    .ind_num li {
        margin-bottom: 30px;
    }

        .ind_num li:nth-child(2n) {
            background: none;
        }
}

.ind_num h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1260px) {
    .ind_num h2 {
        font-size: 46px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .ind_num h2 {
        font-size: 32px;
        line-height: 30px;
    }
}

.ind_num h2 i {
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    height: 40px;
    padding-left: 5px;
}

@media (max-width: 1260px) {
    .ind_num h2 i {
        font-size: 20px;
        padding-left: 0;
    }
}

.ind_num p {
    font-size: 28px;
    line-height: 36px;
    padding-top: 15px;
    opacity: 0.9;
}

@media (max-width: 1260px) {
    .ind_num p {
        font-size: 22px;
        padding-top: 5px;
    }
}

@media (max-width: 767px) {
    .ind_num p {
        font-size: 15px;
        line-height: 20px;
    }
}

.ind_list {
    display: flex;
    margin: 0 -60px;
    flex-wrap: wrap;
}

@media (max-width: 1260px) {
    .ind_list {
        margin: 0 -30px;
    }
}

@media (max-width: 767px) {
    .ind_list {
        margin: 0;
        justify-content: space-between;
    }
}

.ind_list li {
    width: 33.333%;
    padding: 25px 60px;
}

@media (max-width: 1260px) {
    .ind_list li {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .ind_list li {
        padding: 15px 0;
        width: 47.5%;
    }
}

.ind_list li:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.ind_list .img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 25px;
    transition: 0.5s;
}

@media (max-width: 1260px) {
    .ind_list .img {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .ind_list .img {
        height: 110px;
        margin-bottom: 5px;
    }
}

.ind_list .tit {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    height: 40px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 1260px) {
    .ind_list .tit {
        font-size: 18px;
        line-height: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .ind_list .tit {
        font-size: 16px;
        line-height: 28px;
        height: 28px;
    }
}

.ind_list .desc {
    color: #727272;
    min-height: 180px;
}

@media (max-width: 1260px) {
    .ind_list .desc {
        min-height: 170px;
    }
}

@media (max-width: 767px) {
    .ind_list .desc {
        min-height: 140px;
    }
}

.ind_list .desc dd a {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

    .ind_list .desc dd a:hover {
        text-decoration: underline;
        color: #2A2AA4;
    }

@media (max-width: 1260px) {
    .ind_list .desc dd a {
        font-size: 15px;
        line-height: 32px;
        height: 32px;
    }
}

@media (max-width: 767px) {
    .ind_list .desc dd a {
        font-size: 14px;
        line-height: 28px;
        height: 28px;
    }
}

.ind_list .more {
    margin-top: 10px;
    display: block;
    border: 1px solid #2A2AA4;
    text-align: center;
    background: #fff;
    transition: 0.2s;
    line-height: 50px;
}

    .ind_list .more:hover {
        background: #2A2AA4;
    }

        .ind_list .more:hover span {
            color: #fff;
            background: url(../images/b_09-2.png) no-repeat right center;
            background-size: 25px;
        }

@media (max-width: 1260px) {
    .ind_list .more {
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .ind_list .more {
        line-height: 36px;
    }
}

.ind_list .more span {
    padding-right: 35px;
    background: url(../images/b_09.png) no-repeat right center;
    background-size: 25px;
    color: #2F6EE2;
    font-size: 18px;
    transition: 0.2s;
}

@media (max-width: 1260px) {
    .ind_list .more span {
        font-size: 16px;
        padding-right: 25px;
        background-size: 18px;
    }

    .ind_list .more:hover span {
        background-size: 18px;
    }
}

@media (max-width: 767px) {
    .ind_list .more span {
        font-size: 15px;
        padding-right: 20px;
        background-size: 15px;
    }
}

.ind_list .more:hover {
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

    .ind_list .more:hover span {
        padding-right: 45px;
        margin-right: -9px;
    }

.ind_list .info {
    font-size: 15px;
    line-height: 26px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}

@media (max-width: 767px) {
    .ind_list .info {
        line-height: 24px;
        height: 70px;
        font-size: 14px;
    }
}

.ind_list .a {
    display: inline-block;
    margin-top: 20px;
    padding-right: 35px;
    background: url(../images/b_09.png) no-repeat right center;
    background-size: 25px;
    color: #2F6EE2;
    font-size: 18px;
    transition: 0.2s;
}

@media (max-width: 1260px) {
    .ind_list .a {
        font-size: 16px;
        padding-right: 25px;
        background-size: 18px;
    }
}

@media (max-width: 767px) {
    .ind_list .a {
        font-size: 15px;
        padding-right: 20px;
        background-size: 15px;
        margin-top: 10px;
    }
}

.ind_list .a:hover {
    padding-right: 47px;
    margin-right: -7px;
}
/* 子展 */
.zi_one li {
    background: none !important;
}

.zi_two .top-img {
    display: block;
    width: 100%;
}

.zi_two {
    background: #fff;
}

    .zi_two .nei {
        position: relative;
        z-index: 1;
        background: #fff;
        border-radius: 15px;
        padding: 25px 60px 10px 0;
        width: 73%;
        /*-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);*/
        flex-shrink: 0;
    }

    .zi_two .container {
        display: flex;
        align-items: center;
    }

    .zi_two .right_img {
        width: 100%;
    }

@media (max-width: 1260px) {
    .zi_two .nei {
        width: 80%;
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .zi_two .container {
        flex-wrap: wrap;
    }

    .zi_two .nei {
        margin-top: 0px;
        width: 100%;
        padding: 15px 0;
        border-radius: 8px;
    }
}

.zi_two .title {
    border-left: 3px solid #333333;
    line-height: 34px;
    font-size: 30px;
    padding-left: 10px;
    font-weight: bold;
}

@media (max-width: 1260px) {
    .zi_two .title {
        line-height: 30px;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .zi_two .title {
        line-height: 24px;
        font-size: 18px;
    }
}

.zi_two .desc {
    padding: 20px 0;
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

@media (max-width: 1260px) {
    .zi_two .desc {
        line-height: 28px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .zi_two .desc {
        line-height: 24px;
        font-size: 14px;
        padding: 15px 0;
    }
}

.zi_two .bottom {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1260px) {
    .zi_two .bottom {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .zi_two .bottom {
        flex-wrap: wrap;
        width: 100%;
    }
}

.zi_two .bottom .aBtn {
    width: 47.5%;
    line-height: 50px;
    border: 1px solid #2A2AA4;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #2A2AA4;
}

    .zi_two .bottom .aBtn:hover {
        background: #6A1785;
        border: 1px solid #6A1785;
    }

    .zi_two .bottom .aBtn:nth-child(2n) {
        background: #fff;
        color: #2A2AA4;
    }

        .zi_two .bottom .aBtn:nth-child(2n):hover {
            background: #2A2AA4;
            color: #fff;
        }

@media (max-width: 1260px) {
    .zi_two .bottom .aBtn {
        font-size: 15px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .zi_two .bottom .aBtn {
        width: 100%;
        margin-bottom: 10px;
        font-size: 15px;
    }
}

.ind_tabs {
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #E5E5E5;
    position: sticky;
    /*top: 119px;*/
    top: 0;
    overflow: hidden;
    line-height: 66px;
    z-index: 10;
}

@media (max-width: 767px) {
    .ind_tabs {
        top: 0px;
    }
}

.ind_tabs .container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .ind_tabs .container {
        flex-wrap: wrap;
        padding: 0;
    }
}

.ind_tabs .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .ind_tabs .list li {
        width: 50%;
        background: url(../images/b_05.png) no-repeat right center;
        background-size: 1px 45%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .ind_tabs .list li:last-child {
            background: none;
        }

    .ind_tabs .list .a {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: #000;
        transition: 0.1s !important;
    }

        .ind_tabs .list .a:hover {
            color: #2A2AA4;
            font-weight: bold;
            font-size: 21px;
        }

        .ind_tabs .list .a img {
            margin-right: 10px;
            height: 24px;
        }

        .ind_tabs .list .a .img1 {
            display: inline-block;
        }

        .ind_tabs .list .a .img2 {
            display: none;
        }

@media (max-width: 1260px) {
    .ind_tabs .list .a {
        font-size: 18px;
    }

        .ind_tabs .list .a img {
            margin-right: 5px;
        }
}

@media (max-width: 767px) {
    .ind_tabs .list .a:hover {
        font-size: 13px;
    }

    .ind_tabs .list .a {
        font-size: 13px;
        line-height: 20px;
        padding: 14px 5px;
    }

        .ind_tabs .list .a img {
            margin-right: 5px;
            height: 16px;
        }
}

.ind_tabs .list .sel .a {
    color: #2A2AA4;
    font-weight: bold;
}

    .ind_tabs .list .sel .a .img1 {
        display: none;
    }

    .ind_tabs .list .sel .a .img2 {
        display: inline-block;
    }

.ind_tabs .a_shenqing {
    flex-shrink: 0;
    color: #fff;
    display: block;
    /*background: url(../images/b_23.png) no-repeat left top;*/
    background-size: 100% 100%;
    width: 18%;
    margin-left: 10px;
    text-align: center;
    font-size: 20px;
    /* padding-right: 40px; */
    background: #2A2AA4;
    border: 1px solid #2A2AA4;
}

    .ind_tabs .a_shenqing:hover {
        /* background-size: 110% 100%; */
        color: #000;
        background: #fff;
        border: 1px solid #2A2AA4;
    }

@media (max-width: 767px) {
    .ind_tabs .a_shenqing {
        display: none;
    }
}

@media (max-width: 767px) {
    .zi_three {
        padding: 0px 15px 15px 15px !important;
    }
}

.zi_three li {
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
}

    .zi_three li:last-child .nei {
        border: 0;
    }

@media (max-width: 767px) {
    .zi_three li {
        padding-top: 15px;
    }
}

.zi_three .pimg {
    width: 80px;
    flex-shrink: 0;
}

    .zi_three .pimg img {
        max-width: 65%;
    }

@media (max-width: 767px) {
    .zi_three .pimg {
        width: 65px;
    }
}

.zi_three .nei {
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .zi_three .nei {
        padding-bottom: 15px;
    }
}

.zi_three .nei .tit {
    padding: 10px 0;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .zi_three .nei .tit {
        font-size: 16px;
        padding: 5px 0;
    }
}

.zi_three .nei .desc {
    padding-top: 5px;
    font-size: 16px;
    line-height: 30px;
    color: #A7A7A7;
}

@media (max-width: 1260px) {
    .zi_three .nei .desc {
        font-size: 15px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .zi_three .nei .desc {
        font-size: 14px;
        line-height: 24px;
    }
}

.zi_logo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .zi_logo {
        margin: 0 -3px;
    }
}

.zi_logo li {
    padding: 10px 15px;
    width: 16.6666%;
}

@media (max-width: 1260px) {
    .zi_logo li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .zi_logo li {
        width: 20%;
        padding: 3px;
    }
}

.zi_logo p {
    display: block;
    width: 100%;
    height: 80px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

    .zi_logo p img {
        max-width: 100%;
        max-height: 100%;
        transition: 0.5s;
    }

@media (max-width: 767px) {
    .zi_logo p {
        height: 40px;
        border-radius: 5px;
    }
}

.zi_logo p:hover {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

    .zi_logo p:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

.zi_tuijian {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .zi_tuijian {
        margin: 0 -8px;
    }
}

.zi_tuijian li {
    width: 25%;
    padding: 20px;
}

    .zi_tuijian li:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 1260px) {
    .zi_tuijian li {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .zi_tuijian li {
        width: 50%;
        padding: 8px;
    }
}

.zi_tuijian .img {
    display: block;
    width: 100%;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.zi_four {
    padding: 30px 0 20px 0 !important;
}

@media (max-width: 767px) {
    .zi_four {
        padding: 30px 15px 15px 15px !important;
    }
}
/* 为何参观 */
.wei_one {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 0 !important;
    margin: 60px auto !important;
    align-items: center;
}

@media (max-width: 767px) {
    .wei_one {
        flex-wrap: wrap;
        margin: 20px auto !important;
    }
}

.wei_one .leftImg {
    object-fit: cover;
    width: 40%;
    margin-left: 40px;
}

@media (max-width: 767px) {
    .wei_one .leftImg {
        width: 100% !important;
        padding: 20px;
        margin-left: 0px;
    }
}

.wei_one .nei {
    padding: 35px 55px;
    font-size: 16px;
    line-height: 34px;
}

@media (max-width: 1260px) {
    .wei_one .nei {
        padding: 25px 35px;
        font-size: 20px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .wei_one .nei {
        width: 100%;
        padding: 15px;
        font-size: 16px;
        line-height: 30px;
        border: 0;
    }
}

.wei_two .title {
    color: #2A2AA4;
    font-size: 22px;
    font-weight: bold;
}

@media (max-width: 1260px) {
    .wei_two .title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .wei_two .title {
        font-size: 18px;
    }
}

.wei_two .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .wei_two .list li {
        width: 30%;
        padding-top: 40px;
        padding-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

@media (max-width: 1260px) {
    .wei_two .list li {
        padding-top: 35px;
    }
}

@media (max-width: 767px) {
    .wei_two .list li {
        padding-top: 15px;
        width: 47%;
    }
}

.wei_two .list .num {
    font-size: 70px;
    color: #4380EB;
    font-weight: bold;
    width: 70px;
    flex-shrink: 0;
    font-style: italic;
    line-height: 60px;
}

@media (max-width: 1260px) {
    .wei_two .list .num {
        font-size: 60px;
        width: 65px;
    }
}

@media (max-width: 767px) {
    .wei_two .list .num {
        width: 50px;
        font-size: 40px;
    }
}

.wei_two .list .desc {
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 1260px) {
    .wei_two .list .desc {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .wei_two .list .desc {
        font-size: 14px;
        line-height: 20px;
    }
}

.wei_two .bottomBtn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .wei_two .bottomBtn .a {
        width: 45.5%;
        text-align: center;
        border: 1px solid #2A2AA4;
        background: url(../images/b_24.png) no-repeat center center #fff;
        line-height: 60px;
        color: #2A2AA4;
        display: block;
        font-size: 24px;
        margin-bottom: 20px;
    }

@media (max-width: 1260px) {
    .wei_two .bottomBtn .a {
        font-size: 20px;
        line-height: 50px;
        background-size: 100%;
    }
}

@media (max-width: 767px) {
    .wei_two .bottomBtn .a {
        width: 48%;
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

.wei_two .bottomBtn .a:hover {
    background: #2A2AA4;
    color: #fff;
}

.wei_three li {
    padding-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .wei_three li:last-child .nei {
        border: 0;
    }

@media (max-width: 1260px) {
    .wei_three li {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .wei_three li {
        flex-wrap: wrap;
        padding-top: 25px;
    }
}

.wei_three .tit {
    width: 26%;
    font-size: 28px;
    font-weight: bold;
    border-left: 2px solid #333;
    padding-left: 15px;
    line-height: 40px;
    padding-right: 40px;
    display: block;
}

@media (max-width: 1260px) {
    .wei_three .tit {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .wei_three .tit {
        width: 100%;
        font-size: 17px;
        line-height: 16px;
        padding-left: 10px;
        padding-bottom: 4px;
    }
}

.wei_three .nei {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 50px;
}

@media (max-width: 1260px) {
    .wei_three .nei {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .wei_three .nei {
        padding-top: 10px;
        padding-bottom: 35px;
        width: 100%;
    }
}

.wei_three .nei dd {
    width: 33.33%;
    font-size: 16px;
    line-height: 36px;
    color: #555;
}

.wei_three .nei1 dd {
    width: 100%;
}

.wei_three .nei2 dd {
    width: 50%;
}

@media (max-width: 1260px) {
    .wei_three .nei dd {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .wei_three .nei dd {
        width: 50%;
        font-size: 14px;
        line-height: 28px;
    }
}

.wei_four li {
    padding-top: 40px;
}

    .wei_four li:last-child .list {
        border: 0;
    }

@media (max-width: 1260px) {
    .wei_four li {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .wei_four li {
        flex-wrap: wrap;
        padding-top: 25px;
    }
}

.wei_four .tit {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    border-left: 2px solid #333;
    padding-left: 15px;
    line-height: 34px;
    padding-right: 40px;
    display: block;
}

@media (max-width: 1260px) {
    .wei_four .tit {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .wei_four .tit {
        width: 100%;
        font-size: 17px;
        line-height: 16px;
        padding-left: 10px;
        padding-bottom: 4px;
    }
}

.wei_four .list {
    width: 90%;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 40px;
    padding-top: 20px;
}

@media (max-width: 1260px) {
    .wei_four .list {
        padding-bottom: 40px;
        width: 95%;
    }
}

@media (max-width: 767px) {
    .wei_four .list {
        padding-top: 10px;
        padding-bottom: 35px;
        width: 100%;
    }
}

.wei_four .list dd {
    width: 16.666%;
    font-size: 17px;
    line-height: 36px;
    color: #555;
}

.wei_four .list3 dd {
    width: 33.333%;
}

.wei_four .list4 dd {
    width: 25%;
}

.wei_four .list5 dd {
    width: 20%;
}

@media (max-width: 1260px) {
    .wei_four .list dd {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wei_four .list dd {
        width: 50%;
        font-size: 14px;
        line-height: 28px;
    }
}

.wei_five {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1260px) {
    .wei_five {
        margin: 0 -25px;
    }
}

.wei_five li {
    width: 33.33%;
    padding: 20px 30px;
}

    .wei_five li:nth-child(2) .title {
        background: #6A1785;
    }

    .wei_five li:nth-child(3) .title {
        background: #5F696F;
    }

    .wei_five li:nth-child(4) .title {
        background: #40238D;
    }

    .wei_five li:nth-child(5) .title {
        background: #A61660;
    }

    .wei_five li:nth-child(6) .title {
        background: #40238D;
    }

    .wei_five li:nth-child(7) .title {
        background: #6A1785;
    }

    .wei_five li:nth-child(8) .title {
        background: #5F696F;
    }

    .wei_five li:nth-child(9) .title {
        background: #2A2AA4;
    }

    .wei_five li:nth-child(10) .title {
        background: #5F696F;
    }

    .wei_five li:nth-child(11) .title {
        background: #2A2AA4;
    }

    .wei_five li:nth-child(11) .title {
        background: #6A1785;
    }

@media (max-width: 1260px) {
    .wei_five li {
        padding: 20px 25px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wei_five li {
        width: 100%;
    }
}

.wei_five .title {
    width: 100%;
    height: 74px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    background: #A61660;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

@media (max-width: 1260px) {
    .wei_five .title {
        height: 66px;
        line-height: 26px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .wei_five .title {
        height: 50px;
        line-height: 20px;
        font-size: 18px;
    }
}

.wei_five .list {
    padding-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .wei_five .list {
        padding-top: 0px;
        margin-bottom: 0px;
    }
}

.wei_five .list .item {
    position: relative;
    line-height: 44px;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    font-size: 17px;
}

@media (max-width: 767px) {
    .wei_five .list .item {
        font-size: 15px;
        line-height: 40px;
    }
}

.wei_five .list .jd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #CCCCCC;
}

    .wei_five .list .jd i {
        display: block;
        height: 2px;
        background: #2A2AA4;
    }

.wei_six {
    border: 1px solid #CCCCCC;
    padding: 30px 50px;
    font-size: 18px;
    line-height: 36px;
}

@media (max-width: 1260px) {
    .wei_six {
        padding: 15px 40px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wei_six {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 28px;
    }
}

.wei_six p {
    padding: 10px 0;
}

.wei_seven {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

@media (max-width: 1260px) {
    .wei_seven {
        padding: 25px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .wei_seven {
        padding: 15px;
        text-align: center;
    }
}

.wei_seven img {
    max-width: 100%;
}
/* 展会介绍 */
.js_num .num_list {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 20px;
}

@media (max-width: 1260px) {
    .js_num .num_list {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .js_num .num_list {
        padding-top: 30px;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
}

.js_num .num_list li {
    width: 50%;
    background: url(../images/b_05.png) no-repeat right center;
    background-size: 1px 100%;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

    .js_num .num_list li:last-child {
        background: none;
    }

@media (max-width: 767px) {
    .js_num .num_list li {
        margin-bottom: 30px;
    }

        .js_num .num_list li:nth-child(2n) {
            background: none;
        }
}

.js_num .num_list h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2A2AA4;
}

@media (max-width: 1260px) {
    .js_num .num_list h2 {
        font-size: 28px;
    }
}

@media (max-width: 1260px) {
    .js_num .num_list h2 {
        font-size: 24px;
    }
}

.js_num .num_list h2 i {
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    height: 40px;
    padding-left: 5px;
}

@media (max-width: 1260px) {
    .js_num .num_list h2 i {
        font-size: 20px;
        padding-left: 0;
    }
}

.js_num .num_list p {
    font-size: 20px;
    line-height: 20px;
    padding-top: 15px;
    opacity: 0.9;
}

@media (max-width: 1260px) {
    .js_num .num_list p {
        font-size: 16px;
        padding-top: 5px;
    }
}

@media (max-width: 767px) {
    .js_num .num_list p {
        font-size: 15px;
    }
}

.js_num .tishi {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
}

@media (max-width: 1260px) {
    .js_num .tishi {
        padding-bottom: 0px;
    }
}

.js_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .js_main .xw_menu {
        width: 180px;
    }

    .js_main .js_details {
        padding-left: 25px;
        width: 100%;
    }

@media (max-width: 767px) {
    .js_main .js_details {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .js_one {
        margin-bottom: 10px;
    }
}

.js_one .top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    line-height: 50px;
    border-bottom: 1px solid #CCCCCC;
    align-items: flex-start;
}

@media (max-width: 1260px) {
    .js_one .top {
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .js_one .top {
        line-height: 30px;
        padding-bottom: 15px;
    }
}

.js_one .top .tit {
    font-size: 32px;
    font-weight: bold;
}

@media (max-width: 1260px) {
    .js_one .top .tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .js_one .top .tit {
        font-size: 18px;
    }
}

.js_one .top .a {
    /*background: url(../images/b_23.png) no-repeat left top;
	padding-right: 20px;
	*/
    background-size: 100% 100%;
    display: inline-block;
    width: 180px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    transform: 0.5s;
    background: #2A2AA4;
    border: 1px solid #fff;
    margin-left: 15px;
}

    .js_one .top .a:hover {
        /*background-size: 110% 100%;*/
        border: 1px solid #2A2AA4;
        color: #000;
        background: #fff;
    }

@media (max-width: 1260px) {
    .js_one .top .a {
        width: 170px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .js_one .top .a {
        width: 110px;
        font-size: 14px;
        margin-left: 10px;
    }
}

.js_one .bottom {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 1260px) {
    .js_one .bottom {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .js_one .bottom {
        padding: 15px 0;
        flex-wrap: wrap;
    }
}

.js_one .bottom .left {
    width: 100%;
    padding-right: 50px;
    font-size: 16px;
    line-height: 30px;
}

    .js_one .bottom .left .time {
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

        .js_one .bottom .left .time img {
            margin-right: 8px;
        }

@media (max-width: 767px) {
    .js_one .bottom .left {
        padding-right: 0px;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 15px;
    }

        .js_one .bottom .left .time {
            font-size: 16px;
            line-height: 34px;
        }

            .js_one .bottom .left .time img {
                height: 18px;
            }
}

.js_one .bottom .rightImg {
    width: 48%;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .js_one .bottom .rightImg {
        width: 100%;
    }
}

.js_one .bottomBtn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .js_one .bottomBtn .a {
        width: 48%;
        text-align: center;
        border: 1px solid #2A2AA4;
        background: url(../images/b_24.png) no-repeat center center #fff;
        background-size: 100%;
        line-height: 60px;
        color: #2A2AA4;
        display: block;
        font-size: 24px;
        margin-bottom: 20px;
    }

@media (max-width: 1260px) {
    .js_one .bottomBtn .a {
        font-size: 20px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .js_one .bottomBtn .a {
        width: 48%;
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 0px;
    }
}

.js_one .bottomBtn .a:hover {
    background: #2A2AA4;
    color: #fff;
}

.js_two {
    display: flex;
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #CCCCCC;
    align-items: flex-start;
    position: relative;
}

    .js_two .bottom_btn {
        position: absolute;
        top: 130px;
        left: 0;
        width: 24%;
    }

        .js_two .bottom_btn a {
            width: 100%;
            display: block;
            line-height: 44px;
            background: #2A2AA4;
            border: 1px solid #2A2AA4;
            text-align: center;
            font-size: 18px;
            color: #fff;
            margin-bottom: 10px;
        }

            .js_two .bottom_btn a:nth-child(2n) {
                border: 1px solid #2A2AA4;
                background: #fff;
                color: #000;
            }

            .js_two .bottom_btn a:hover {
                background: #fff;
                color: #000;
                font-weight: bold;
            }

            .js_two .bottom_btn a:nth-child(2n):hover {
                background: #2A2AA4;
                color: #fff;
            }

@media (max-width: 1260px) {
    .js_two {
        padding: 40px 0 60px 0;
    }

        .js_two .bottom_btn {
            top: 110px;
        }

            .js_two .bottom_btn a {
                line-height: 40px;
            }
}

@media (max-width: 767px) {
    .js_two {
        padding: 0;
        margin: 30px 0 20px 0;
        flex-wrap: wrap;
        background: #f6f6f6;
        border: 0;
    }

        .js_two .bottom_btn {
            top: auto;
            bottom: 0px;
            position: relative;
            justify-content: space-between;
            width: 100%;
            display: flex;
        }

            .js_two .bottom_btn a {
                line-height: 36px;
                font-size: 14px;
                width: 48%;
                margin-bottom: 0;
            }
}

.js_two .title {
    /*background: #2A2AA4;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100px;
	*/
    width: 25%;
    font-size: 30px;
    flex-shrink: 0;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

    .js_two .title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35%;
        height: 2px;
        background: #CCCCCC;
    }

@media (max-width: 1260px) {
    .js_two .title {
        /*height: 90px;*/
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .js_two .title {
        width: 100%;
        /*height: 50px;*/
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        padding-bottom: 0;
        line-height: 50px;
        background: #2A2AA4;
        color: #fff;
    }

        .js_two .title:after {
            display: none;
        }
}

.js_two .list {
    width: 100%;
    padding-left: 5%;
}

@media (max-width: 1260px) {
}

@media (max-width: 767px) {
    .js_two .list {
        padding: 10px;
    }
}

.js_two .list li {
    font-size: 18px;
    color: #333;
    line-height: 34px;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.js_two .list2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .js_two .list2 li {
        width: 47.5%;
    }

.js_two .list3 {
    display: flex;
    flex-wrap: wrap;
}

    .js_two .list3 li {
        width: 33.33%;
        padding-right: 20px;
    }

@media (max-width: 1260px) {
    .js_two .list li {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .js_two .list li {
        font-size: 14px;
        line-height: 24px;
        min-width: 50%;
        width: 100%;
    }
}
/*
.js_two .list .link {
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-top: 15px;
}
@media (max-width: 767px) {
	.js_two .list .link {
		padding-top: 8px;
		margin-top: 5px;
	}
}*/
.js_two .list a {
    /*color: #2A2AA4;
	display: block;*/
    color: #333;
}

    .js_two .list a:hover {
        color: #2A2AA4;
        text-decoration: underline;
    }

.js_three {
    padding: 50px 0 30px 0;
    font-weight: bold;
    font-size: 30px;
}

@media (max-width: 1260px) {
    .js_three {
        padding: 40px 0 25px 0;
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .js_three {
        padding: 10px 0;
        font-size: 20px;
    }
}
/* 下载中心 */
.menu3 {
    background: #fff;
    padding: 30px 20px 15px 30px;
}

@media (max-width: 767px) {
    .menu3 {
        padding: 15px 5px 0px 15px;
    }
}

.menu3 a {
    padding: 0 35px;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .menu3 a {
        padding: 0 18px;
        margin-right: 5px;
    }
}

.xzList {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .xzList {
        padding: 10px 0;
    }
}

.xzList dt {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .xzList dt {
        padding-bottom: 10px;
    }
}

.xzList dd {
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .xzList dd {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
}

.xzList .nei {
    background: url(../images/xz.png) no-repeat left center;
    color: #666666;
    padding: 5px;
    padding-left: 50px;
    line-height: 24px;
    font-size: 16px;
}

    .xzList .nei:hover {
        color: #2A2AA4;
        text-decoration: underline;
    }

@media (max-width: 767px) {
    .xzList .nei {
        background-size: 22px;
        padding-left: 35px;
        font-size: 15px;
        line-height: 22px;
    }
}
/* 合作协会 */
.hz_tishi {
    color: #2A2AA4;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .hz_tishi {
        font-size: 15px;
    }
}

.hz_list {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .hz_list {
        margin: 0 -8px;
        padding-bottom: 10px;
    }
}

.hz_list li {
    width: 20%;
    padding: 15px 10px;
}

@media (max-width: 1260px) {
    .hz_list li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .hz_list li {
        width: 50%;
        padding: 8px;
    }
}

.hz_list li:hover .pimg {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.hz_list .pimg {
    width: 100%;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 2px solid #eee;
    transition: 0.5s;
}

@media (max-width: 767px) {
    .hz_list .pimg {
        height: 74px;
    }
}

.hz_list .pimg img {
    max-width: 100%;
    max-height: 100%;
}

.hz_list .tit {
    font-size: 14px;
    color: #555;
    text-align: center;
    line-height: 22px;
    padding-top: 5px;
}

@media (max-width: 767px) {
    .hz_list .tit {
        font-size: 13px;
    }
}
/* 关于 */
.gy_one {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .gy_one {
        padding: 15px;
    }
}

.gy_one li {
    width: 23%;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
    padding: 20px;
    transition: 0.3s;
    background: #fff;
    color: #666;
}

    .gy_one li:hover {
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

        .gy_one li:hover .tit {
            color: #2A2AA4;
        }

@media (max-width: 1260px) {
    .gy_one li {
        padding-left: 3%;
        width: 31%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .gy_one li {
        padding: 15px;
        margin-bottom: 15px;
        width: 100%;
    }
}

.gy_one .tit {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
}

.gy_one p {
    font-size: 15px;
    line-height: 30px;
}

.gy_one a {
    color: #007bff;
}

    .gy_one a:hover {
        text-decoration: underline;
    }

.gy_two {
    font-size: 16px;
    color: #666;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .gy_two {
        padding: 0 15px;
        font-size: 14px;
    }
}

.gy_two a {
    color: #2A2AA4;
}

    .gy_two a:hover {
        text-decoration: underline;
    }

.gy_three {
    padding-bottom: 80px;
    text-align: center;
}

@media (max-width: 767px) {
    .gy_three {
        padding-top: 10px;
        padding-bottom: 40px;
    }
}

.gy_three a {
    border: 1px solid #2A2AA4;
    color: #2A2AA4;
    line-height: 50px;
    display: inline-block;
    font-size: 18px;
    min-width: 240px;
}

    .gy_three a:hover {
        background: #2A2AA4;
        color: #fff;
    }

@media (max-width: 767px) {
    .gy_three a {
        line-height: 42px;
        min-width: 180px;
        font-size: 16px;
    }
}
/* 一对一采购对接会 */
@media (max-width: 767px) {
    .cg_one {
        padding: 0 15px;
    }
}

.cg_one .desc {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

@media (max-width: 767px) {
    .cg_one .desc {
        font-size: 14px;
        line-height: 28px;
    }
}

.cg_btn {
    text-align: center;
    padding: 30px 0 50px 0;
    width: 100%;
}

@media (max-width: 767px) {
    .cg_btn {
        padding: 20px 0 30px 0;
    }
}

.cg_btn a {
    cursor: pointer;
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
    border-radius: 40px;
    color: #333333;
    width: 260px;
    font-weight: bold;
    margin: 0 30px;
}

    .cg_btn a:hover {
        box-shadow: 4px 2px 6px #999999;
        border-radius: 50px;
    }

@media (max-width: 767px) {
    .cg_btn a {
        line-height: 44px;
        width: 200px;
        font-size: 17px;
        margin: 0 10px 15px 10px !important;
    }
}

.cg_two {
    padding-bottom: 40px;
    color: #666;
}

@media (max-width: 767px) {
    .cg_two {
        padding: 0 15px 20px 15px;
    }
}

.cg_two .title {
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .cg_two .title {
        font-size: 17px;
        line-height: 50px;
    }
}

.cg_two .desc {
    font-size: 15px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .cg_two .desc {
        font-size: 14px;
        line-height: 26px;
    }
}

.cg_two .desc img {
    width: 100%;
}

.cg_two .list {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .cg_two .list {
        padding-top: 15px;
        flex-wrap: wrap;
        text-align: left;
    }
}

.cg_two .list li {
    padding: 0 20px;
}

@media (max-width: 767px) {
    .cg_two .list li {
        width: 100%;
        text-align: center;
        padding: 0;
        text-align: left;
        min-width: 35%;
    }
}

.cg_two .list a {
    color: blue;
}

.cg_three {
    background: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px 30px 30px;
    color: #fff;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .cg_three {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

.cg_three .left {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
}

.cg_three .title {
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .cg_three .title {
        font-size: 17px;
        line-height: 50px;
    }
}

.cg_three .right {
    flex-shrink: 0;
    margin-left: 50px;
    text-align: center;
}

    .cg_three .right img {
        width: 140px;
    }

@media (max-width: 767px) {
    .cg_three .right {
        width: 100%;
        margin-left: 0;
        padding-top: 20px;
    }

        .cg_three .right img {
            width: 100px;
        }
}

.xx_list {
    width: 660px;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .xx_list {
        width: 320px;
        padding: 15px;
    }
}

.xx_list li {
    padding-bottom: 10px;
    width: 48%;
}

@media (max-width: 767px) {
    .xx_list li {
        width: 100%;
        padding-bottom: 3px;
    }
}

@media (max-width: 767px) {
    .xx_list li:nth-child(1), .xx_list li:nth-child(2) {
        width: 48%;
    }
}

.xx_list .li {
    width: 100%;
}

.xx_list .title {
    font-size: 15px;
    line-height: 40px;
    color: #000;
}

@media (max-width: 767px) {
    .xx_list .title {
        font-size: 14px;
        line-height: 32px;
    }
}

.xx_list .title span {
    color: red;
    padding-left: 4px;
}

.xx_list .txt {
    width: 100%;
    border: 1px solid #C0BFBF;
    border-radius: 3px;
    height: 42px;
    line-height: 40px;
    padding-left: 10px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .xx_list .txt {
        font-size: 14px;
        height: 38px;
        line-height: 36px;
    }
}

.xx_list .txt_desc {
    height: 130px;
    line-height: 24px;
    padding: 5px 10px;
}

@media (max-width: 767px) {
    .xx_list .txt_desc {
        height: 100px;
    }
}

.xx_list .bottom {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
}

.xx_list .libtn {
    text-align: center;
}

@media (max-width: 767px) {
    .xx_list .libtn {
        padding-bottom: 10px;
    }
}

.xx_list .btn {
    width: 60%;
    height: 42px;
    line-height: 42px;
    background: #A5155F;
    color: #fff;
    font-size: 16px;
    border-radius: 40px;
}

@media (max-width: 767px) {
    .xx_list .btn {
        width: 80%;
    }
}
/* 回顾 */
.hg_list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

@media (max-width: 1260px) {
    .hg_list {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .hg_list {
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: space-between;
    }
}

.hg_list li {
    width: 20%;
    margin: 25px 6%;
}

@media (max-width: 1260px) {
    .hg_list li {
        width: 27%;
        margin: 25px 3%;
    }
}

@media (max-width: 767px) {
    .hg_list li {
        width: 47%;
        margin: 10px 0;
    }
}

.hg_list .img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .hg_list .img {
        height: 140px;
    }
}
/* 为何参观 */
.w_nav {
    background: #2A2AA4;
    line-height: 56px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .w_nav {
        flex-wrap: wrap;
        line-height: 50px;
        margin-bottom: 20px;
    }
}

.w_nav li {
    width: 50%;
    background: url(../images/nav_bfg.png) no-repeat right center;
}

    .w_nav li:last-child {
        background: none;
    }

@media (max-width: 767px) {
    .w_nav li {
        background: none;
    }

        .w_nav li:nth-child(2n) {
            border-left: 1px solid #BE3F4E;
        }
}

.w_nav a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

    .w_nav a img {
        height: 34px;
        margin-right: 5px;
    }

@media (max-width: 767px) {
    .w_nav a {
        font-size: 15px;
        border-bottom: 1px solid #BE3F4E;
    }

        .w_nav a img {
            height: 26px;
        }
}

.w_main {
    border: 1px solid #dddddd;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .w_main {
        padding: 0 15px;
    }
}

.w_one {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #686868;
}

    .w_one p {
        padding: 4px 0;
    }

.w_two {
    background: #dddddd;
    padding: 30px;
    color: #444;
    line-height: 28px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .w_two {
        padding: 15px;
    }
}

.w_two p {
    padding: 3px 0;
}

.w_two img {
    display: block;
    width: 100%;
}

.w_three li {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .w_three li {
        padding-bottom: 15px;
    }
}

.w_three h2 a {
    font-weight: bold;
    color: #2A2AA4;
    font-size: 18px;
}

@media (max-width: 767px) {
    .w_three h2 a {
        font-size: 15px;
    }
}

.w_three .desc {
    background: #eeeeee;
    padding: 10px;
    font-size: 15px;
}

    .w_three .desc a {
        color: #686868;
    }

        .w_three .desc a:hover {
            color: #2A2AA4;
        }

.cg_btn2 a {
    color: #fff;
    background: #2A2AA4;
    border: 1px solid #2A2AA4;
    margin: 0 150px;
    border-radius: 0;
}

    .cg_btn2 a:hover {
        background: #fff;
        color: #2A2AA4;
        border-radius: 0;
    }

    .cg_btn2 a:nth-child(2) {
        background: #2F6EE2;
        border: 1px solid #2F6EE2;
    }

        .cg_btn2 a:nth-child(2):hover {
            background: #fff;
            color: #2F6EE2;
        }


.wei_three li, .wei_four li {
    position: relative;
}

.wei_three .aRight, .wei_four .aRight {
    background: url(../images/b_09.png) no-repeat right center;
    background-size: 20px;
    padding-right: 28px;
    color: #2F6EE2;
    font-size: 15px;
    margin-right: 0;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    right: 0;
}

    .wei_three .aRight:hover, .wei_four .aRight:hover {
        padding-right: 38px;
        margin-right: -10px;
    }

@media (max-width: 1260px) {
    .wei_three .aRight, .wei_four .aRight {
        font-size: 14px;
        background-size: 16px;
        padding-right: 20px;
        bottom: 10px;
    }

        .wei_three .aRight:hover, .wei_four .aRight:hover {
            padding-right: 32px;
            margin-right: -7px;
        }
}

.dian_btn {
    position: absolute;
    top: 0;
    right: 35px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dian_btn .abtn, .xw_info .rightBtn .aBtn {
        background: #2A2AA4;
        color: #fff;
        border: 1px solid #2A2AA4;
        padding: 0 30px;
        border-radius: 10px;
        font-size: 16px;
        margin: 0 15px;
        line-height: 40px;
    }

        .dian_btn .abtn:hover, .xw_info .rightBtn .aBtn:hover {
            background: #fff;
            color: #000;
        }

.home-header .aBtn {
    position: absolute;
    top: 58px;
    right: 0;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 30px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 40px;
    color: #2A2AA4 !important;
}

    .home-header .aBtn:hover {
        background: #fff;
        color: #000 !important;
    }

.home-header.c-style2 .aBtn, .home-header.c-style3 .aBtn {
    background: #2A2AA4;
    color: #fff !important;
    border: 1px solid #2A2AA4;
}

    .home-header.c-style2 .aBtn:hover, .home-header.c-style3 .aBtn:hover {
        background: #fff;
        color: #000 !important;
    }

.xw_info .rightBtn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
}

    .xw_info .rightBtn .aBtn {
        margin: 0 10px;
        line-height: 36px;
        padding: 0 25px;
    }

.ind_one .bottomBtn {
    display: flex;
    padding-top: 20px;
}

    .ind_one .bottomBtn .btn {
        padding: 10px 20px;
        margin-right: 20px;
        background: #fff;
        border: 1px solid #2A2AA4;
        color: #2A2AA4;
        line-height: 20px;
        min-width: 20%;
        text-align: center;
    }

        .ind_one .bottomBtn .btn:hover {
            background: #2A2AA4;
            border: 1px solid #2A2AA4;
            color: #fff;
        }

        .ind_one .bottomBtn .btn:nth-child(1) {
            background: #2A2AA4;
            border: 1px solid #2A2AA4;
            color: #fff;
        }

        .ind_one .bottomBtn .btn:nth-child(2) {
            background: #2F6EE2;
            border: 1px solid #2F6EE2;
            color: #fff;
        }

            .ind_one .bottomBtn .btn:nth-child(1):hover, .ind_one .bottomBtn .btn:nth-child(2):hover {
                background: #fff;
                border: 1px solid #2A2AA4;
                color: #000;
            }

@media (max-width: 1260px) {
    .dian_btn {
        right: 20px;
        padding-bottom: 10px;
    }

        .dian_btn .abtn {
            line-height: 32px;
            padding: 0 20px;
            font-size: 15px;
            margin: 0 10px;
        }

    #c-header .aBtn {
        right: 70px;
        line-height: 36px;
        font-size: 15px;
    }

    .xw_info .rightBtn {
        bottom: 10px;
        right: 10px;
    }

        .xw_info .rightBtn .aBtn {
            line-height: 30px;
            margin: 0 5px;
            padding: 0 15px;
            font-size: 14px;
            border-radius: 5px;
        }

    .ind_one .bottomBtn .btn {
        line-height: 20px;
        padding: 8px 15px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .ind_one .bottomBtn {
        flex-wrap: wrap;
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    .dian_btn {
        right: 10px;
        padding-bottom: 5px;
    }

        .dian_btn .abtn {
            line-height: 24px;
            padding: 0 13px;
            font-size: 12px;
            margin: 0 6px;
            border-radius: 7px;
        }

    #c-header .aBtn {
        right: 70px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 15px;
        top: 43px;
    }

    .xw_info .rightBtn {
        bottom: 10px;
        right: 10px;
    }

        .xw_info .rightBtn .aBtn {
            line-height: 26px;
            margin: 0 5px;
            padding: 0 12px;
            font-size: 13px;
            border-radius: 5px;
        }
}

/* 2024-2-28 新加 */
.xList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 5px solid #f6f6f6;
    align-items: flex-start;
}

    .xList ul {
        width: 48.5%;
    }

    .xList li {
        border-bottom: 1px solid #d5d8dc;
        width: 100%;
        padding: 10px 0 10px 10px;
    }

        .xList li .top {
            font-size: 15px;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            line-height: 30px;
            height: 30px;
            background: url(../images/jt1.png) no-repeat 98% center;
            padding-right: 30px;
            cursor: pointer;
        }

        .xList li .desc {
            width: 100%;
            background: #fff;
            padding: 10px 15px;
            font-size: 14px;
            line-height: 30px;
            background: #f6f6f6;
            margin-top: 5px;
            display: none;
        }

        .xList li .sel {
            background: url(../images/jt2.png) no-repeat 98% center;
        }

@media (max-width: 767px) {
    .xList ul {
        width: 100%;
    }
}

.xOne {
    background: #fff;
    padding: 30px 40px;
}

    .xOne li {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        align-items: flex-start;
    }

    .xOne .tit {
        background: #52656E;
        flex-shrink: 0;
        width: 18%;
        text-align: center;
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        color: #fff;
        font-size: 18px;
        min-width: 150px;
        min-height: 90px;
    }

    .xOne .desc {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        border-bottom: 1px solid #CECDCD;
        color: #333;
        margin-left: 15px;
        padding: 5px 0;
        min-height: 90px;
    }

    .xOne li:nth-child(2n) .tit {
        background: #2A2AA4;
    }

@media (max-width: 767px) {
    .xOne {
        padding: 15px;
    }

        .xOne li {
            flex-wrap: wrap;
            height: auto;
        }

        .xOne .tit {
            width: 100%;
            min-height: 0;
        }

        .xOne .desc {
            margin-left: 0;
        }
}

.xList li .desc .dl2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .xList li .desc .dl2 dd {
        width: 49%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.xList li .desc .dl3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

    .xList li .desc .dl3 dd {
        width: 33.33%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 0 5px;
    }

@media (max-width: 767px) {
    .xList li .desc .dl2 dd, .xList li .desc .dl3 dd {
        width: 100%;
    }
}

.tongBtn {
    text-align: center;
    padding-bottom: 40px;
}

    .tongBtn .btn {
        width: 190px;
        height: 46px;
        margin: 0 20px;
        font-size: 16px;
        flex-shrink: 0;
        text-align: center;
        line-height: 46px;
        color: #fff;
        display: inline-block;
    }

@media (max-width: 1260px) {
    .tongBtn .btn {
        margin-left: 0;
        width: 30%;
    }
}

@media (max-width: 767px) {
    .tongBtn .btn {
        width: 60%;
        margin-bottom: 15px;
        font-size: 15px;
        margin: 5px;
    }
}

.tongBtn .btn.a1 {
    background: #2A2AA4;
    border: 1px solid #2A2AA4;
}

.tongBtn .btn.a2 {
    background: #0086D1;
    border: 1px solid #0086D1;
}

    .tongBtn .btn.a1:hover, body .sy_search .btn_a.a2:hover, .tongBtn .btn.a2:hover {
        background: #fff;
        border: 1px solid #2A2AA4;
        color: #000;
    }

.tongBtn .btn.a3 {
    background: #fff;
    border: 1px solid #2A2AA4;
    color: #2A2AA4;
    line-height: 44px;
}

    .tongBtn .btn.a3:hover {
        background: #2A2AA4;
        border: 1px solid #2A2AA4;
        color: #fff;
    }

/* 3-8 会议详情 */
.hui_one {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 40px;
}

    .hui_one .left {
        width: 70%;
    }

    .hui_one .rightImg {
        width: 25%;
    }

.fanTop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 1000;
    display: none;
}

@media (max-width: 767px) {
    .fanTop {
        display: block;
    }
}

/* 介绍最新 */
.js_title {
    line-height: 60px;
    border-bottom: 1px solid #CCCCCC;
    color: #2A2AA4;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .js_title::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 65px;
        height: 3px;
        background: #34BB81;
    }

.js_ld .nei {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    align-items: flex-start;
}

.js_ld .txt {
    width: 52%;
    font-size: 16px;
    line-height: 34px;
}

.js_ld .desc {
    line-height: 28px;
    width: 52%;
    font-size: 16px;
}

.js_ld .rightImg {
    width: 44%;
    flex-shrink: 0;
}

.js_ld .more {
    border: 1px solid #323361;
    display: inline-block;
    line-height: 38px;
    color: #2A2AA4;
    font-size: 16px;
    padding: 0 20px;
    min-width: 155px;
    text-align: center;
}

    .js_ld .more:hover {
        background: #2A2AA4;
        color: #fff;
    }

.js_fw .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .js_fw .list li {
        padding: 30px 0;
        width: 49%;
    }

    .js_fw .list .tit {
        line-height: 50px;
        background: #2A2AA4;
        color: #fff;
        font-size: 20px;
        padding-left: 15px;
        font-weight: bold;
    }

    .js_fw .list .desc {
        font-size: 16px;
        line-height: 30px;
        padding-top: 8px;
    }

    .js_fw .list li:nth-child(3) .tit, .js_fw .list li:nth-child(4) .tit, .js_fw .list li:nth-child(7) .tit, .js_fw .list li:nth-child(8) .tit, .js_fw .list li:nth-child(11) .tit, .js_fw .list li:nth-child(12) .tit, .js_fw .list li:nth-child(15) .tit, .js_fw .list li:nth-child(16) .tit, .js_fw .list li:nth-child(19) .tit, .js_fw .list li:nth-child(20) .tit, .js_fw .list li:nth-child(23) .tit, .js_fw .list li:nth-child(24) .tit {
        background: #4380EB;
    }

.js_dong {
    padding-bottom: 50px;
}

    .js_dong .more {
        border: 1px solid #323361;
        display: inline-block;
        line-height: 36px;
        color: #2A2AA4;
        font-size: 16px;
        padding: 0 36px;
    }

        .js_dong .more:hover {
            background: #2A2AA4;
            color: #fff;
        }

    .js_dong .nei {
        font-size: 16px;
        line-height: 34px;
        padding: 20px 0 0 0;
    }

    .js_dong img {
        max-width: 100%;
    }

.js_title2 {
    background: url(../images/b_06-1.png) no-repeat bottom center;
    background-size: 80px 3px;
}

.js_zs {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 40px 20px;
}

    .js_zs li {
        width: 20%;
        padding: 10px;
    }

    .js_zs .a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 80px;
        border: 1px solid #CCCCCC;
        border-radius: 15px;
        overflow: hidden;
        background: #fff;
    }

        .js_zs .a img {
            max-width: 100%;
            max-height: 100%;
        }

        .js_zs .a:hover {
            -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
            -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
        }

.js_gz {
    padding: 40px 0;
}

    .js_gz .desc {
        padding: 30px 0;
        line-height: 30px;
        font-size: 16px;
    }

    .js_gz .list {
        display: flex;
        flex-wrap: wrap;
    }

        .js_gz .list li {
            display: flex;
            align-items: center;
            padding-right: 80px;
        }

        .js_gz .list img {
            height: 130px;
            margin-right: 15px;
        }

        .js_gz .list .nei {
            font-size: 16px;
            line-height: 34px;
        }

            .js_gz .list .nei h3 {
                font-weight: bold;
                font-size: 18px;
            }

.alink {
    background: url(../images/bg_10.png) no-repeat right center;
    background-size: 14px;
    padding-right: 20px;
    color: #4380EB;
    margin: 0 8px;
    display: inline-block;
}

    .alink:hover {
        color: #2A2AA4;
    }

@media (max-width: 1260px) {
    .js_fw .list .tit {
        font-size: 16px;
        line-height: 40px;
    }

    .js_gz .list li {
        padding-right: 0;
        width: 50%;
    }

    .js_gz .list img {
        height: 90px;
    }

    .js_gz .list .nei {
        font-size: 14px;
        line-height: 30px;
    }

        .js_gz .list .nei h3 {
            font-size: 16px;
        }

    .js_zs li {
        width: 25%;
    }

    .js_zs .a {
        height: 60px;
    }
}

@media (max-width: 767px) {
    .js_title {
        font-size: 20px;
        line-height: 50px;
    }

    .js_ld .nei {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .js_ld .txt, .js_ld .desc {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }

    .js_ld .rightImg {
        width: 100%;
        margin: 15px 0;
    }

    .js_fw .list li {
        width: 100%;
        padding: 10px 0;
    }

    .js_fw .list .tit {
        line-height: 36px;
        font-size: 16px;
    }

    .js_fw .list .desc {
        font-size: 14px;
        line-height: 26px;
    }

    .js_dong {
        padding-bottom: 30px;
    }

        .js_dong .nei {
            font-size: 14px;
            line-height: 26px;
        }

    .js_zs {
        padding: 10px 10px 20px 10px;
    }

        .js_zs li {
            width: 33.33%;
            padding: 6px;
        }

        .js_zs .a {
            border-radius: 10px;
            height: 50px;
        }

    .js_gz .desc {
        padding: 15px 0;
    }

    .js_gz .list li {
        width: 100%;
        padding: 8px 0;
    }
}

/* 会议详情 */
.mtb30 {
    margin: 30px 0;
}

@media (max-width: 1260px) {
    .mtb30 {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .mtb30 {
        margin: 15px 0;
    }
}

.plr40 {
    padding: 0 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.clear {
    display: block;
    width: 100%;
    height: 1px;
    ;
}

.hui_one {
    background: #fff;
    padding: 40px;
    color: #333;
    display: block;
}

    .hui_one .rightImg {
        width: 400px;
        height: 220px;
        flex-shrink: 0;
    }

    .hui_one .top {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .hui_one .left {
        width: 65%;
    }

    .hui_one .tit {
        font-size: 24px;
        font-weight: bold;
        line-height: 36px;
    }

    .hui_one .dl_info {
        display: flex;
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 5px;
    }

        .hui_one .dl_info dt {
            min-width: 40%;
            font-size: 16px;
            font-weight: bold;
            line-height: 30px;
        }

    .hui_one .left .title {
        width: 100%;
    }

    .hui_one .dl_info dd {
        width: 50%;
        font-size: 15px;
        line-height: 28px;
        color: #666;
    }

    .hui_one .dl_info .desc {
        font-size: 16px;
        line-height: 32px;
        color: #666;
        width: 100%;
    }

    .hui_one .btn {
        background: #A6155F;
        color: #fff;
        padding: 0 40px;
        font-size: 16px;
        line-height: 44px;
        display: inline-block;
        border: 1px solid #A6155F;
        margin-top: 20px;
        margin-right: 30px;
    }

        .hui_one .btn:hover {
            color: #000;
            background: #fff;
        }

    .hui_one .btn2 {
        background: #6A1785;
        color: #fff;
        padding: 0 40px;
        font-size: 16px;
        line-height: 44px;
        display: inline-block;
        border: 1px solid #6A1785;
        margin-top: 20px;
    }

        .hui_one .btn2:hover {
            color: #000;
            background: #fff;
        }

.hui_two {
    background: #0065B3;
    line-height: 36px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    margin: 30px 0;
}

.hui_three {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .hui_three li {
        width: 48%;
        border: 1px solid #D6D6D6;
        padding: 15px;
        color: #666;
    }

    .hui_three .title {
        font-size: 17px;
        font-weight: bold;
        border-bottom: 1px solid #EEEEEE;
        text-align: center;
        line-height: 40px;
    }

    .hui_three .desc {
        padding-top: 10px;
        font-size: 14px;
        line-height: 28px;
        min-height: 140px;
    }

.hui_four {
    border: 1px solid #D6D6D6;
    padding: 30px;
    color: #666;
    font-size: 14px;
    line-height: 26px;
}

    .hui_four a {
        color: #0056B3;
    }

    .hui_four img {
        max-width: 100%;
    }

.hy_table a {
    color: #666;
}

    .hy_table a:hover {
        color: #2A2AA4;
        text-decoration: underline;
    }

.hy_table2 td {
    width: 50%;
}

.hui_five {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
}

    .hui_five li {
        width: 16.666%;
        padding: 10px;
    }

    .hui_five .pimg {
        width: 100%;
        display: block;
        border: 1px solid #D6D6D6;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 64px;
    }

        .hui_five .pimg img {
            max-width: 100%;
            max-height: 100%;
        }

        .hui_five .pimg:hover {
            -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        }

.hui_six {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hui_six .btn, .hui_six .btn2 {
        background: #2A2AA4;
        color: #fff;
        padding: 0 50px;
        font-size: 16px;
        line-height: 44px;
        display: inline-block;
        border: 1px solid #2A2AA4;
        margin: 0 45px;
    }

        .hui_six .btn:hover {
            color: #000;
            background: #fff;
        }

    .hui_six .btn2 {
        background: #6A1785;
        border: 1px solid #6A1785;
    }

        .hui_six .btn2:hover {
            color: #000;
            background: #fff;
        }

.a_bm {
    display: inline-block;
    width: 160px;
    text-align: center;
    background: #2A2AA4;
    line-height: 38px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
}

    .a_bm:hover {
        text-decoration: none !important;
        background: #0086D1;
    }

@media (max-width: 1260px) {
    .plr40 {
        padding: 0 30px;
    }

    .pb40 {
        padding-bottom: 30px;
    }

    .hui_one {
        padding: 30px;
    }

        .hui_one .left .tit {
            font-size: 22px;
        }

    .hui_two {
        margin: 25px 0;
        line-height: 30px;
    }

    .hui_four {
        padding: 25px;
    }

    .hui_five li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .plr40 {
        padding: 0 15px;
    }

    .pb40 {
        padding-bottom: 15px;
    }

    .hui_one {
        padding: 15px;
        flex-wrap: wrap;
    }

        .hui_one .left {
            width: 100%;
        }

        .hui_one .rightImg {
            width: 100%;
            margin-bottom: 10px;
        }

        .hui_one .tit {
            font-size: 18px;
            line-height: 26px;
        }

        .hui_one .dl_info {
            padding-top: 10px;
        }

            .hui_one .dl_info dt {
                font-size: 14px;
                line-height: 24px;
                min-width: 50%;
            }

            .hui_one .dl_info dd, .hui_one .left .dl_info .desc {
                font-size: 14px;
                line-height: 24px;
                width: 100%;
            }

        .hui_one .btn {
            margin-top: 15px;
            line-height: 40px;
            padding: 0 30px;
        }

        .hui_one .btn2 {
            margin-top: 15px;
            line-height: 40px;
            padding: 0 30px;
        }

    .hui_two {
        margin: 20px 0;
        line-height: 24px;
        font-size: 14px;
    }

    .hui_three li {
        width: 100%;
        margin: 8px 0;
    }

    .hui_four {
        padding: 15px;
    }

    .hui_five {
        padding: 0;
        margin: 0 -8px;
    }

        .hui_five li {
            width: 50%;
        }
}

.c-style3 {
    position: relative !important;
}


.js_fw .list4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .js_fw .list4 li {
        padding: 2% 0;
        width: 23%;
    }

    .js_fw .list4 .tit {
        line-height: 150px;
        height: 150px;
        background: #2A2AA4;
        color: #fff;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

        .js_fw .list4 .tit a {
            display: flex;
            height: 150px;
            align-items: center;
            justify-content: center;
            color: #fff;
            line-height: initial;
        }

.js_one .t_banner img {
    transition: 0.5s;
}

    .js_one .t_banner img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

@media (max-width: 640px) {
    .hui_one .top {
        flex-wrap: wrap;
    }
}

.footer {
    background: #E7E2E2;
}


.xjs1 {
    background: #DBEFEF;
    padding: 20px 0;
}

    .xjs1 .title {
        line-height: 40px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        color: #000;
    }

    .xjs1 .list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 10px;
    }

        .xjs1 .list li {
            width: 48.8%;
        }

        .xjs1 .list .tit {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            line-height: 56px;
            font-size: 20px;
        }

            .xjs1 .list .tit img {
                margin-right: 10px;
                max-height: 90%;
            }

        .xjs1 .list .li1 .tit {
            background: #437FEB;
        }

        .xjs1 .list .li2 .tit {
            background: #2a2aa4;
        }

        .xjs1 .list li p {
            text-align: center;
            font-size: 15px;
            color: #fff;
            line-height: 32px;
            background: #8E8B8B;
        }

        .xjs1 .list .li2 p {
            background: #595757;
        }

.js_fw .list .tit2 {
    border-bottom: 3px solid #437FEB;
    display: flex;
    align-items: center;
    color: #437FEB;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}

    .js_fw .list .tit2 .img {
        height: 34px;
        margin-right: 10px;
    }

@media (max-width: 1260px) {
    .xjs1 {
        padding-top: 10px;
    }

        .xjs1 .list .tit img {
            max-height: 24px;
        }

        .xjs1 .list .tit {
            line-height: 50px;
            font-size: 17px;
        }

        .xjs1 .list li p {
            font-size: 13px;
            line-height: 28px;
        }

    .js_fw .list .tit2 {
        font-size: 18px;
        line-height: 44px;
        border-bottom: 2px solid #437FEB;
    }

        .js_fw .list .tit2 .img {
            height: 28px;
        }
}

@media (max-width: 767px) {
    .xjs1 {
        padding-top: 10px;
        padding-bottom: 0;
        margin-top: 20px;
    }

        .xjs1 .list li {
            width: 100%;
            margin-bottom: 20px;
        }

    .js_fw .list .tit2 {
        font-size: 17px;
        line-height: 40px;
    }

        .js_fw .list .tit2 .img {
            height: 22px;
        }
}


.xzgbays{
    width: 48%;
    text-align: center;
    border: 1px solid #2A2AA4;
    background-size: 100%;
    line-height: 50px;
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
    background: none;
    color: #fff;
    background-color: #2A2AA4;
}
.xzgbays2{
    background-color: #4380eb;
    border: 1px solid #4380eb;
}
.xzgbays:hover {
    border: 1px solid #2A2AA4;
    color: #000;
    background: #fff;
}
