/* 未能缩小。正在返回未缩小的内容。
(929,40): run-time error CSS1046: Expect comma, found '78'
(929,47): run-time error CSS1046: Expect comma, found '/'
(1189,40): run-time error CSS1046: Expect comma, found '78'
(1189,47): run-time error CSS1046: Expect comma, found '/'
(2286,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@'
(2287,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@'
(2288,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@'
(2289,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@'
(2290,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@'
(2319,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@'
(2320,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@'
 */
html {
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-family: 'Microsoft YaHei', Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    margin-top: 0;
    min-width: 1230px
}

input,
select {
    outline: none;
}

a,
a :link,
a :visited {
    color: #333;
    outline: none;
    padding: 0 3px;
}

a:hover {
    color: #1B1C80;
    text-decoration: none;
}

li {
    list-style-type: none;
}

header,
footer,
hgroup,
nav,
section {
    display: block;
}

/* b, strong { font-weight: normal; } */
mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix {
    clear: both;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5,
h6 {
    font-size: 1em;
}

h5 a:link,
h5 a:visited,
h5 a:active {
    padding: 0;
    text-decoration: none;
}

/* main layout
----------------------------------------------------------*/
/*顶部*/

/* @import url(); 引入css类 */
.layout {
    overflow: hidden;
}

.topic-banner {
    position: relative;
}

.topic-banner .b-img {
    height: 650px;
    background: no-repeat top center;
}

.topic-banner .swiper-slide {
    background: no-repeat center top;
}

.topic-banner .topic-banner-bottom {
    background: no-repeat center top;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    bottom: 14px;
    cursor: pointer;
}


.topic-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    /* 3-11隐藏 换成透明的 */
    /* background-color: #fff;  */
    height: 95px;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.topic-bar.nav-topic {
    height: 95px;
    background-color: #fff;
}

.topic-bar .banner {
    width: 100%;
    height: 650px;
}

.topic-bar .content-wrapper {}

.topic-bar .content-wrapper .ex-name {
    margin: 0 auto;
    height: 88px !important;
    display: flex;
    align-items: center;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.topic-bar.nav-topic .content-wrapper .ex-name {
    height: 72px;
}

.u-shu {
    width: 1px;
    height: 48px;
    background-color: #cccccc;
    margin: 0 20px 0 30px;
}

.u-date .icon {
    color: #1B1C80;
}

.u-icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.u-icon i.iconfont {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.u-icon span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    /* margin-left: 8px; */
    font-weight: 600;
}




/*导航*/

#nav_home {
    text-transform: uppercase;
}

.menu-bar {
    display: block;
    padding-top: 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.topic-bar.nav-topic .menu-bar {
    padding-top: px;
}

.menu-bar .menu {
    clear: both;
    display: block;
    float: left;
}

.menu-bar .social {
    position: absolute;
    right: 5px;
    top: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.topic-bar.nav-topic .menu-bar .social {
    top: 16px;
}

.menu-bar .menu .menu_list {
    clear: both;
    display: block;
}

.menu a,
.menu a:visited,
.menu a:link {
    text-decoration: none;
}

.menu a[title='CONTACT US'] .ch {
    background-color: #1B1C80;
    padding: 10px 15px;
    border-radius: 20px;
    margin-top: -10px;
    color: #fff;
}

.menu a[title='CONTACT US'] .en {
    display: none;
}

.menu .nav_menu_child:hover a[title='CONTACT US'] .ch {
    background-color: #BB0A2A;
    color: #fff;
}

.menu .nav_menu_child.menu_hover a[title='CONTACT US'] .ch {
    color: #fff;
}

.menu .nav_menu_children,
.menu .nav_menu_child {
    float: left;
    color: #fff;
    margin: 0;
    position: relative;
    text-align: center;
    display: block;
}

.menu .en {
    visibility: hidden;
    border: 1px solid #fff;
    height: 0;
    width: 0;
    transition: all .4s;
    margin: 22px auto 0;
}

.menu .nav_menu_children a,
.menu .nav_menu_children a:link,
.menu .nav_menu_children a:visited,
.menu .nav_menu_children a:hover,
.menu .nav_menu_child a,
.menu .nav_menu_child a:link,
.menu .nav_menu_child a:visited,
.menu .nav_menu_child a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 0px 20px;
}

.menu .nav_menu_children a:hover,
.menu .nav_menu_child a:hover {
    color: #fff;
}

.menu .nav_menu_children:hover .en,
.menu .nav_menu_child:hover .en {
    visibility: visible;
    height: 2px;
    width: 70%;
}

.menu .nav_menu_children:hover .en,
.menu .nav_menu_child:hover .en,
.menu .nav_menu_children.nav_menu_hover_p .en,
.menu .nav_menu_child.menu_hover .en {
    visibility: visible;
    height: 2px;
    width: 70%;
}

.menu .nav_menu_children a:hover {}

.menu .nav_menu_children:hover,
.menu .nav_menu_child:hover,
.menu .nav_menu_children.nav_menu_hover_p,
.menu .nav_menu_child.menu_hover {
    color: #fff;
}

.menu .nav_menu_child:hover .ch,
.menu .nav_menu_children:hover .ch,
.menu .nav_menu_children.nav_menu_hover_p .ch,
.menu .nav_menu_child.menu_hover .ch {
    /* color: #fff;  */
}

.menu .nav_menu_children .nav_menu_1,
.menu .nav_menu_children .nav_menu_2 {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    text-align: center;
    z-index: 99999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    margin-top: 20px;
}

.menu .nav_menu_children:hover .nav_menu_1 {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu .nav_menu_children .nav_menu_1 a {
    padding: 2px 20px;
    color: #666;
}

.menu .nav_menu_children .nav_menu_1 a .ch,
.menu .nav_menu_children .nav_menu_2 a .ch {
    color: #666;
}

.menu .nav_menu_children .nav_menu_1 .nav_menu_1_child,
.menu .nav_menu_children .nav_menu_1 .nav_menu_1_children {
    background-color: #fff;
    position: relative;
}

.menu .nav_menu_children .nav_menu_1 .nav_menu_1_child:first-child {
    border-top: none;
}

.menu .nav_menu_children .nav_menu_1 .nav_menu_1_child:last-child {
    border-top: none;
}

.menu .nav_menu_children .nav_menu_1 .nav_menu_1_child:hover,
.menu .nav_menu_children .nav_menu_1 .nav_menu_1_children:hover,
.menu .nav_menu_children .nav_menu_1_hover_p {}

.menu .nav_menu_children .nav_menu_1 .nav_menu_1_child .ch{
    color: #6262B2;
        background: #fff url("/Content/images/en/20240627/tabRight16.png") no-repeat 230px center;
        /* background: #fff url("/Content/images/en/20240627/tabRight.png") no-repeat 215px center; */
}

/* .menu .nav_menu_children .nav_menu_1 .nav_menu_1_child:hover .ch,
.menu .nav_menu_children .nav_menu_1 .nav_menu_1_children:hover .ch {
    color: #1B1C80;
    background: #f3f3f9 url("/Content/images/en/20240627/jiantouBule.png") no-repeat 230px center;
} */

.menu .nav_menu_children .nav_menu_1 .nav_menu_1_children .nav_menu_2 a .ch {
    color: #666;
}

.menu .nav_menu_children .nav_menu_1 .nav_menu_1_children .nav_menu_2 .nav_menu_2_child:hover {
    background-color: #1B1C80;
}

.menu .nav_menu_children .nav_menu_1 .nav_menu_1_children .nav_menu_2 .nav_menu_2_child:hover .ch {
    color: #fff;
}

.menu .nav_menu_children .nav_menu_2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    background: #fff;
    margin-top: 0;
    margin-left: 20px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    border-radius: 3px;
}

.menu .nav_menu_1_children:hover .nav_menu_2 {
    visibility: visible;
    opacity: 1;
    margin-left: 1px;
}

.nav_menu_2 .nav_menu_2_child {
    position: relative;
    background-color: #f0f0f0;
}

.nav_menu_2 .nav_menu_2_child:first-child {
    border-top: none;
}

.nav_menu_1 .nav_content {
    display: block;
    width: 300px;
    margin: 0 auto;
    min-height: 100px;
}

.nav_menu_1 .nav_content_head,
.nav_menu_1 .nav_content_menu {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 8px;
}

.nav_menu_1 .nav_content_head {
    display: none;
}

.nav_menu_1 .nav_content_head img {
    width: 100%;
    min-height: 150px;
    max-height: 200px;
    box-sizing: border-box;
}

.nav_menu_1 .nav_content_menu {
    padding: 10px 8px;
    position: relative;
}

.nav_menu_1 .en {
    display: none;
}

.nav_menu_1 .ch {
    padding: 5px 5px;
    text-align: left;
    border-radius: 10px;
    text-transform: none;
}

/*.menu .nav_menu_children .nav_menu_1 .nav_menu_1_hover a .ch, .menu .nav_menu_children .nav_menu_2 .nav_menu_2_hover a .ch { color: #1B1C80; background: #fef5f9 url("/Content/images/toright.png") no-repeat 230px center; }*/
.nav_menu_2 .nav_content_head {
    display: none;
}

.nav_menu_2 .nav_content {
    width: 300px;
    margin: 0 auto;
    box-shadow: none;
    min-height: 20px;
    margin-top: 80px;
}

.nav_menu_2 .nav_content_menu {
    padding: 0;
}

.menu .nav_menu_children .nav_menu_2 {
    box-shadow: none;
}

.menu .nav_menu_children .nav_menu_2 a {
    color: #666;
    padding: 5px 15px;
}

.nav_menu_2 .ch {
    padding: 5px 12px;
    color: #fff;
    background: none;
}

.link-cn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 12px;
    right: -40px;
    transition: all .5s ease
}

.link-cn .icon-ch {
    font-size: 40px;
}

.link-cn a {
    display: block;
    text-decoration: none;
    color: #000
}

.link-cn a:hover {
    color: #1B1C80
}

.nav-topic .link-cn {
    top: 8.5px;
}

@media (max-width: 800px) {
    .menu .nav_menu_children {}

    .nav_menu_1 {}

    .Code .qrcode-info .left {
        float: left;
        margin-right: 5%;
        box-sizing: border-box;
        text-align: center;
        background-color: #172d41;
    }

    .Code .qrcode-info .left .name {
        margin-bottom: 10px;
    }

    .Code .qrcode-info .left img {
        width: 80px;
        height: 80px;
        margin: 10px 10px 5px 10px;
        vertical-align: middle;
        text-align: center;
    }

    .Code .qrcode-info {
        display: block;
        overflow: hidden;
    }
}

@media (min-width: 800px) {
    .menu .nav_menu_children {}

    .nav_menu_1 {}

    .tong .tools .item {
        margin: 10px;
    }

    .Code .qrcode-info .left {
        float: left;
        margin-right: 3%;
        box-sizing: border-box;
        text-align: center;
        background-color: #172d41;
    }

    .Code .qrcode-info .left .name {
        margin-bottom: 8px;
    }

    .Code .qrcode-info .left img {
        width: 80px;
        height: 80px;
        margin: 8px 8px 5px 8px;
        vertical-align: middle;
        text-align: center;
    }

    .Code .qrcode-info {
        display: block;
        overflow: hidden;
    }
}

@media (min-width: 1000px) {
    .menu .nav_menu_children {}

    .nav_menu_1 {}

    .tong .tools .item {
        margin: 20px;
    }

    .Code .qrcode-info .left {
        float: left;
        margin-right: 3%;
        box-sizing: border-box;
        text-align: center;
        background-color: #172d41;
    }

    .Code .qrcode-info .left .name {
        margin-bottom: 8px;
    }

    .Code .qrcode-info .left img {
        width: 80px;
        height: 80px;
        margin: 8px 8px 5px 8px;
        vertical-align: middle;
        text-align: center;
    }

    .Code .qrcode-info {
        display: block;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .menu .nav_menu_children {}

    .nav_menu_1 {}

    .tong .tools .item {
        margin: 30px;
    }

    .Code .qrcode-info .left {
        float: left;
        margin-right: 5%;
        box-sizing: border-box;
        text-align: center;
        background-color: #172d41;
    }

    .Code .qrcode-info .left .name {
        margin-bottom: 15px;
    }

    .Code .qrcode-info .left img {
        width: 85px;
        height: 85px;
        margin: 15px 15px 5px 15px;
        vertical-align: middle;
        text-align: center;
    }

    .Code .qrcode-info {
        display: block;
        overflow: hidden;
    }
}

@media (min-width: 1400px) {
    .menu .nav_menu_children {}

    .nav_menu_1 {}

    .Code .qrcode-info .left {
        float: left;
        margin-right: 5%;
        box-sizing: border-box;
        text-align: center;
        background-color: #172d41;
    }

    .Code .qrcode-info .left .name {
        margin-bottom: 15px;
    }

    .Code .qrcode-info .left img {
        width: 85px;
        height: 85px;
        margin: 15px 15px 5px 15px;
        vertical-align: middle;
        text-align: center;
    }

    .Code .qrcode-info {
        display: block;
        overflow: hidden;
    }
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-container .swiper-slide {
    text-align: center;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: #fff;
}




.ex-intro {
    margin: 50px auto 30px;
    text-align: center;
}

.ex-intro .container {
    width: 1170px !important;
}

.ex-intro .col-md-4 {
    width: 33.33333333%;
    float: left;
}

.ex-intro>h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    text-transform: uppercase;
}

.ex-intro .container>h2 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    text-transform: uppercase;
}

.ex-intro>p {
    line-height: 2em;
    margin-top: 26px;
    font-size: 14px;
    color: #666;
}

.ex-intro .desc {
    padding-top: 30px;
    line-height: 1.8em;
}

.ex-intro .linkus {
    text-align: center;
    padding: 40px 0;
}

.ex-intro .linkus a,
.ex-intro .linkus a:visited {
    margin: 0 auto;
    min-width: 16em;
    padding: 12px 0;
    border-radius: 40px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #1B1C80;
}

.ex-intro .linkus a:hover {
    background-color: #1B1C80;
}

.ex-intro .comesoon {
    display: block;
    overflow: hidden;
    padding: 50px 0;
}

.ex-intro .comesoon .item {
    float: left;
    width: 20%;
    text-align: center;
    padding: 15px;
}

.ex-intro .comesoon .item a {
    width: 100%;
    display: block;
    padding-bottom: 100%;
    height: 0;
    position: relative;
}

.ex-intro .comesoon .item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}




.ex-bus {
    background: #d8e9f3 url("images/en/home-bus-bg.jpg") no-repeat center;
    padding: 50px 0;
    text-align: center;
}

.ex-bus .container>h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    text-transform: uppercase;
}

.ex-bus .list {
    display: block;
    overflow: hidden;
    padding-top: 40px;
}

.ex-bus .list .item {
    width: 33.3333333%;
    float: left;
    overflow: hidden;
}

.ex-bus .list .item.w33 {
    width: 33.3333333%;
}

.ex-bus .list .item.w25 {
    width: 25%;
}

.ex-bus .list .item.w25 .img img {
    height: 176.81px;
}

.ex-bus .list .item.w20 {
    width: 20%;
}

.ex-bus .list .item.w20 .img img {
    height: 139.34px;
}

.ex-bus .list .item .info {
    margin: 0 8px;
    display: block;
    text-decoration: none;
    padding: 0;
}

.ex-bus .list .item .info:hover {
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(5 78 140 / 20%);
}

.ex-bus .list .item .info a {
    text-decoration: none;
}

.ex-bus .list .item .img {
    overflow: hidden;
}

.ex-bus .list .item .img img {
    width: 100%;
    height: 243.56px;
    transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s;
}

.ex-bus .list .item .info:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.ex-bus .list .item .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    border-bottom: 4px solid #e12482;
}

.ex-bus .list .item .name a,
.ex-bus .list .item .name a:visited {
    color: #333;
    text-decoration: none;
}

.ex-bus .list .item:nth-child(2n+1) .name {
    border-bottom: 4px solid #1B1C80;
}

.ex-bus .list .item:nth-child(2n) .name {
    border-bottom: 4px solid #16D1D1;
}

.ex-bus .list .item .desc {
    font-size: 14px;
    color: #333;
    padding: 10px;
    line-height: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}


.visit-bus {
    background: #d8e9f3 url("images/en/home-bus-bg.jpg") no-repeat center;
    padding: 50px 0;
    text-align: center;
}

.visit-bus .container>h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    text-transform: uppercase;
}

.visit-bus .list {
    display: block;
    overflow: hidden;
    padding-top: 40px;
}

.visit-bus .list .item {
    width: 33.333333%;
    float: left;
    overflow: hidden;
}

.visit-bus .list .item .info {
    margin: 0 8px;
    display: block;
    text-decoration: none;
    padding: 0;
}

.visit-bus .list .item .img {
    overflow: hidden;
}

.visit-bus .list .item .img img {
    max-height: 140px;
    max-height: 140px;
}

.visit-bus .list .item .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.visit-bus .list .item .name a,
.visit-bus .list .item .name a:visited {
    color: #333;
    text-decoration: none;
}

.visit-bus .list .item .desc {
    font-size: 14px;
    color: #333;
    padding: 10px;
    line-height: 2em;
}

.visit-bus .linkus {
    text-align: center;
    padding: 40px 0;
}

.visit-bus .linkus a,
.visit-bus .linkus a:visited {
    margin: 0 auto;
    width: 16em;
    padding: 12px 0;
    border-radius: 40px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #1B1C80;
}

.visit-bus .linkus a:hover {
    background-color: #BB0A2A;
}


.home-ad .container {
    margin: 0 auto 80px;
}

.home-ad .container img {
    width: 100%;
}

.ex-figures {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

.ex-figures.bg-img {
    background: #d8e9f3 url("images/en/home-bus-bg.jpg") no-repeat center;
    padding: 50px 0;
    text-align: center;
}

.ex-figures .container>h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    text-transform: uppercase;
}

.ex-figures .list {
    display: block;
    overflow: hidden;
    padding-top: 40px;
}

.ex-figures .list a,
.ex-figures .list a:visited {
    display: block;
}

.ex-figures .list .item {
    width: 25%;
    float: left;
}

.ex-figures .list .item info {
    margin: 0 8px;
}

.ex-figures .list .item .img img {}

.ex-figures .list .item .number {
    color: #16D1D1;
    font-size: 36px;
    font-weight: bold;
}

.ex-figures .list .item .name {
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    padding: 5px 0;
}


.ex-exhibitor {
    background: #d8e9f3 url("images/en/home-bus-bg.jpg") no-repeat center;
    padding: 50px 0;
    text-align: center;
}

.ex-exhibitor .container>h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    text-transform: uppercase;
}

.ex-exhibitor .list {
    padding-top: 40px;
}

.ex-exhibitor .list .item {
    width: 190px;
}

.ex-exhibitor .list .item info {
    margin: 0 8px;
    text-decoration: none;
}

.ex-exhibitor .list .item:hover .info .name {
    color: #16D1D1;
}

.ex-exhibitor .list .item:hover .info .name a,
.ex-exhibitor .list .item:hover .info .name a:visited {
    color: #16D1D1;
}

.ex-exhibitor .list .item .img {
    margin: 10px;
    padding: 10px;
    overflow: hidden;
}

.ex-exhibitor .list .item:hover .img {
    box-shadow: 0px 0px 10px 0px rgb(5 78 140 / 20%);
    border-radius: 5px;
}

.ex-exhibitor .list .item .img img {
    max-width: 100%;
    max-height: 170px;
    transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s;
}

.ex-exhibitor .list .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.ex-exhibitor .list .item .name {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}



.ex-organisation {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

.ex-organisation .container>h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    text-transform: uppercase;
}

.ex-organisation .list {
    padding-top: 40px;
}

/*.ex-organisation .list .item { width: 20%; float: left; }*/
.ex-organisation .list .item .info {
    margin: 0 15px;
    text-decoration: none;
}

.ex-organisation .list .item .img {
    margin: 10px;
    padding: 10px;
    height: 160px;
    position: relative;
}

.ex-organisation .list .item .img img {
    max-width: 170px;
    max-height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ex-organisation .list .item .name {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 1.6em;
    padding-bottom: 20px;
}

.ex-organisation .list .item .desc {
    font-size: 15px;
    color: #666;
    line-height: 1.5em;
}



.ex-hotspot {
    background: #fff;
    padding: 50px 0;
}

.ex-hotspot .container>h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    text-align: center;
}

.ex-hotspot .list {
    padding-top: 10px;
}

.ex-hotspot .list .item {
    display: flex;
    margin: 40px 0;
}

.ex-hotspot .list .img {
    display: flex;
    width: 120px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.ex-hotspot .list .img img {
    max-width: 120px;
    max-height: 120px;
}

.ex-hotspot .list .item .info {
    margin: 0 15px;
    text-decoration: none;
}

.ex-hotspot .list .item .name {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding-left: 40px;
    line-height: 1.6em;
    padding-bottom: 20px;
}

.ex-hotspot .list .item ul.desc {
    font-size: 16px;
    color: #333333;
    padding: 0;
    padding-left: 40px;
    margin: 0;
    line-height: 1.5em;
}

.ex-hotspot .list .item ul.desc li {
    list-style-type: disc;
    list-style-position: inside;
    padding: 3px 0;
}



.ex-travel {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

.ex-travel.bg-img {
    background: #d8e9f3 url("images/en/home-bus-bg.jpg") no-repeat center;
    padding: 50px 0;
    text-align: center;
}

.ex-travel .container>h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    text-transform: uppercase;
}

.ex-travel .list {
    padding-top: 40px;
}

.ex-travel .list .item {
    width: 33.333333%;
    float: left;
}

.ex-travel .list .item .info {
    margin: 0;
    text-decoration: none;
}

.ex-travel .list .item .img {
    margin: 10px 0;
    padding: 0;
}

.ex-travel .list .item .img img {
    max-width: 370px;
    max-height: 245px;
}

.ex-travel .list .item .name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 1.6em;
    padding-bottom: 20px;
}


.ex-reed {
    background: #fff;
    padding: 50px 0;
}

.ex-reed .container>h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.ex-reed.bg-img {
    background: #d8e9f3 url("images/en/home-bus-bg.jpg") no-repeat center;
}

.ex-reed .list {
    padding-top: 40px;
}

.ex-reed .list .item .info {
    margin: 0;
    text-decoration: none;
}

.ex-reed .list .item .img {
    margin: 10px 0;
    padding: 0;
}

.ex-reed .list .item .img img {
    max-width: 370px;
    max-height: 245px;
}

.ex-reed .list .item .desc {
    line-height: 2em;
    font-size: 16px;
    color: #333;
}

.ex-reed .list .item .desc p {
    padding: 0;
}

.ex-reed .linkus {
    text-align: center;
    padding: 40px 0;
}

.ex-reed .linkus a,
.ex-reed .linkus a:visited {
    margin: 0 auto;
    width: 16em;
    padding: 12px 0;
    border-radius: 40px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #1B1C80;
}

.ex-reed .linkus a:hover {
    background-color: #BB0A2A;
}




.ex-down {
    background: #fff;
    padding: 50px 0;
}

.ex-down.bg-img {
    background: #d8e9f3 url("images/en/home-bus-bg.jpg") no-repeat center;
    padding: 50px 0;
}

.ex-down .container>h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.ex-down .list {
    padding-top: 40px;
}

.ex-down .list .item .info {
    margin: 0;
    text-decoration: none;
}

.ex-down .list .item .img {
    margin: 0;
    padding: 0;
}

.ex-down .list .item .img img {
    width: 100%;
    max-height: 245px;
}

.ex-down .list .item .desc {
    line-height: 2em;
    font-size: 16px;
    color: #333;
}

.ex-down .list .item ul.desc {
    padding: 0;
}

.ex-down .list .item ul.desc li {
    list-style-type: disc;
    list-style-position: inside;
    padding: 3px 0;
    color: #1B1C80;
}

.ex-down .list .item ul.desc li a,
.ex-down .list .item ul.desc li a:visited {
    color: #1B1C80;
    text-decoration: none;
}

.ex-down .list .item ul.desc li a:hover {
    color: #1B1C80;
    text-decoration: underline;
}

.ex-down .linkus {
    text-align: center;
    padding: 40px 0;
}

.ex-down .linkus a,
.ex-down .linkus a:visited {
    margin: 0 auto;
    width: 16em;
    padding: 12px 0;
    border-radius: 40px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #1B1C80;
}

.ex-down .linkus a:hover {
    background-color: #BB0A2A;
}


.ex-eNews {
    background: #47beed url("images/en/eNews-bg.jpg") no-repeat center;
    padding: 20px 0 50px;
    text-align: center;
    color: #fff;
}

.ex-eNews .container>h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    text-transform: uppercase;
}

.ex-eNews .container>p {
    font-weight: bold;
    font-size: 18px;
    padding: 30px 0;
}

.ex-eNews .subscribe {
    text-align: center;
    padding: 20px 0 0;
}

.ex-eNews .subscribe a,
.ex-eNews .subscribe a:visited {
    margin: 0 auto;
    width: 16em;
    padding: 12px 0;
    border-radius: 40px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #1B1C80;
}

.ex-eNews .subscribe a:hover {
    background-color: #BB0A2A;
}


.contactUs {
    background: #fff;
    padding: 20px 0 50px;
}

.contactUs>h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

.contactUs .linkus {
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    line-height: 2em;
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
}

.contactUs .linkus .item {
    margin: 0 24px;
    width: 300px;
    float: left;
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #47beed
}

.contactUs .linkus .item a {
    font-size: 12px;
    padding: 0;
}

.contactUs .linkus .item .name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
}

.contactUs .linkus .item .line {
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(left, #1B1C80, #47beed);
    background: -o-linear-gradient(right, #1B1C80, #47beed);
    background: -moz-linear-gradient(right, #1B1C80, #47beed);
    background: linear-gradient(to right, #1B1C80, #47beed);
    margin: 10px 0;
}

.contactUs .form-info {
    width: 550px;
    margin: 10px auto;
    padding: 40px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.contactUs .form-info .form-group {
    margin-bottom: 30px;
}

.contactUs .form-info .form-group small {
    display: block;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    padding-top: 6px;
}

.contactUs .form-info .btn.btn-default {
    background: #1B1C80;
    color: #fff;
    padding: 10px 20px;
}

.suc {
    text-align: center;
    padding: 50px 0;
}

.suc h3 {
    font-size: 30px;
    padding: 50px 0;
}

.clear {
    clear: both;
}

#fixbar {
    position: fixed;
    top: 260px;
    right: 0;
    z-index: 9999;
    min-width: 140px;
}

#fixbar div {
    display: inline-block;
    padding-left: 54px
}

#fixbar a {
    display: block;
    color: #fff;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #444;
    right: -78px;
    position: absolute;
    top: 54px;
    cursor: pointer
}

#fixbar a:hover {
    background: #16D1D1
}

#fixbar a:hover i {
    background-color: #16D1D1;
}

#fixbar a.qq {
    top: 0;
    right: -133px;
    margin-left: -8px;
}

#fixbar a.phone {
    top: 108px;
    right: -175px;
    margin-left: -8px;
}

#fixbar a.phone .text {
    min-width: 170px
}

#fixbar a.top {
    top: 162px;
    right: -52px;
}

#fixbar i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000
}

#fixbar .text {
    display: block;
    padding-right: 15px;
    white-space: nowrap;
}

#fixbar .icon-close {
    background-image: url("images/fixbar-icon.png");
    background-position: 0 0;
    width: 54px;
    height: 54px
}

#fixbar .icon-wechat {
    background-image: url("images/fixbar-icon.png");
    background-position: -54px 0;
    width: 54px;
    height: 54px
}

#fixbar .icon-phone {
    background-image: url("images/fixbar-icon.png");
    background-position: 0 -54px;
    width: 54px;
    height: 54px
}

#fixbar .icon-qq {
    background-image: url("images/fixbar-icon.png");
    background-position: -54px -54px;
    width: 54px;
    height: 54px
}

#fixbar .icon-go {
    background-image: url("images/fixbar-icon.png");
    background-position: -108px 0;
    width: 54px;
    height: 54px
}

.layui-layer-content .qrcode {
    width: 320px;
    height: 250px;
    text-align: center;
    padding-top: 20px;
}

.layui-layer-content .qrcode img {
    width: 170px;
    height: 170px;
}

.layui-layer-content .qrcode .text {
    line-height: 3em;
}


.con_info {
    padding: 0;
}

.con_info .pageinfo {
    padding: 0;
}

.con_info .pageinfo p img {
    max-width: 100%;
}

.field-validation-error {
    color: #ff0000;
}

















.footer {
    background-color: #f9f9f9;
    /* padding-top: 30px; */
    border-top: 1px solid transparent;
}

.footer .nav {
    padding-bottom: 20px;
}

.footer .footer-nav,
.footer .footer-nav a,
.footer .footer-nav a:visited {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

.footer .footer-nav a:hover {
    text-decoration: underline;
}

.footer .link {
    padding-bottom: 30px;
}

.footer .link .exinfo {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.footer .link .iconfont {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    color: #dc3028;
    color: #dc3028;
    width: 20px;
}

.footer .link span {
    padding-left: 8px;
}

.footer .link .name {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
}

.footer .link .site-map {
    line-height: 2em;
}

.footer .comp {
    padding-bottom: 30px;
}

.footer .comp img {
    max-height: 40px;
}

.footer .copy {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 16px 0;
    background-color: #fff;
}

.footer .copy,
.footer .copy a,
.footer .copy a:visited {
    color: #000;
    padding: 20px 0;
    font-size: 12px;
}




.page_path {
    font-size: 16px;
    padding: 20px 0;
    color: #666;
}

.page_path a:hover,
.page_path a {
    color: #666;
    cursor: pointer;
    text-decoration: none;
}

.page_path .iconfont {
    font-size: 18px;
}


.download-list {
    margin-top: 40px;
    margin-bottom: 100px;

}

.download-list .download-info {
    margin-bottom: 20px;
}

.download-list .download-info a {
    text-decoration: none;
    margin-bottom: 10px;
}

.download-list .download-info .glyphicon-cloud-download {
    color: #ff0101;
    display: inline-block;
    margin-right: 5px;
}

.m-page {
    font-size: 14px;
    color: #666;
    text-align: center;
    height: 36px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 100px;
}

.m-page .layui-form-select dl dd.layui-this {
    background-color: #47beed;
}

.m-page .layui-form-selected dl {
    border-radius: 4px;
}

.m-page .txt1 {
    margin-right: 20px;
}

.m-page .mp-box {
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #666;
    content: "";
    vertical-align: middle;
    height: 100%;
}

.m-page .mp-box input {
    border-radius: 4px;
    font-size: 14px;
    color: #666;
}

.m-page .mp-l,
.m-page .mp-r,
.m-page .mp-item {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #ddd;
    margin-right: 9px;
    display: inline-block;
    cursor: pointer;
}

.m-page .mp-item a {
    text-decoration: none;
}

.m-page .mp-l:hover,
.m-page .mp-l.active,
.m-page .mp-r:hover,
.m-page .mp-r.active,
.m-page .mp-item:hover,
.m-page .mp-item.active {
    background-color: #16D1D1;
    border-color: #16D1D1;
    color: #fff;
}

.m-page .mp-inp {
    padding: 0 20px;
    display: inline-block;
}

.m-page .mp-inp span {
    display: inline-block;
    margin: 0 8px;
}

.s-blue {
    font-size: 16px;
    color: #1B1C80 !important;
}





.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.water {
    width: 1200px;
    margin: 60px auto 100px;
}

.water-l {
    float: left;
    width: 580px;
}

.water-r {
    float: right;
    width: 580px;
}

.water-box img {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(5, 78, 140, 0.2);
    width: 100%;
}

.water-box2 img {
    float: left;
    width: 280px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(5, 78, 140, 0.2);
}

.water-box2 img:last-child {
    float: right;
}

.water-item {
    margin-bottom: 80px;
}

.water-content {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    line-height: 1.5;
}

.water-title {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    padding: 40px 10px 20px;
    text-align: center;
    font-weight: bold;
}

.contactUs .form-group .form-title .from-title-wrap {
    height: 40px;
    border-radius: 5px;
    margin-top: 1px;
    margin-bottom: 5px;
    border-width: 2px;
    box-shadow: inset 0 1px 0 0 #ececec;
    border: thin solid #c9c9c9;
    padding: 8px 15px;
}

.contactUs .form-group .form-title .from-title-wrap .radio-inline {
    display: block;
    margin-left: 0;
}

.contactUs .form-info .two-radio .radio-inline {
    margin-left: 0;
}

.contactUs h2 {
    font-size: 30px;
    font-weight: 700;
}

.contactUs h3 {
    text-align: center;
    font-size: 12px;
    color: #333;
}

.contactUs .form-info.pass-from {
    margin-top: 50px;
}

.hidden_info.show_info .info_con {
    overflow: scroll;
}


.imgTextPei .disFlex {
    display: flex;
}

.imgTextPei .shuText {
    text-align: left;
    margin-left: 20px
}

.imgTextPei img {
    width: 60px;
}

.imgTextPei .kuamar {
    width: 200px;
    margin: 40px;
}

.shuText p {
    width: 130px;
}



.smooth {
    text-decoration: none;
}

.color_e6 {
    color: #1B1C80;
}

.color_56E {
    color: #566E9E;
}

.color_5a {
    color: #E0E0E0;
}

.color_58 {
    color: #262626;
}

.imgTextPei {}

.photoLink img {
    width: 240px;
    height: 160px;
}



.image-container {
    position: relative;
    display: inline-block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.overlay p {
    color: #fff;
    font-size: 16px;
    transition: transform 0.3s;
}

.overlay button {
    border-radius: 4px;
    padding: 5px 15px;
    background-color: rgba(219, 219, 219, 0.6274509803921569);
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
    display: none;
}

.image-container .overlay {
    opacity: 1;
}

.image-container:hover .overlay p {
    transform: translateY(-20px);
}

.image-container:hover .overlay button {
    display: block;
}

.img-container {
    position: relative;
}

.qr-code {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.img-container:hover .qr-code {
    display: block;
}





.text_font {
    font-weight: bold;
    font-size: 18px;
}

.th_div {
    @* display: flex;
    *@ @* justify-content: flex-end;
    *@ margin-top: 80px;
    @* text-align: left;
    *@
}

.th_divleft {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    width: 600px;
}

.th_divleft_but {
    border: 1px solid #1B1C80;
    width: 160px;
    text-align: center;
    border-radius: 50px;
    color: #1B1C80;
    line-height: 36px;
    height: 36px;
    cursor: pointer;
}


.th_divright {
    text-align: left;
    width: 245px;
    padding: 15px;
    margin-left: 20px;
    border-radius: 10px;
    background: #f3f3f9;
    @*height: 120px;
    *@
}

.th_div90 {
    position: relative;
    text-align: left;
    font-size: 46px;
    color: #d8d8d8;
    opacity: 0.4;
    font-weight: 900;
}

.latestNews {
    margin-top: 40px;
    background: #f9f9f9;
}

.divider {
    width: 1px;
    background-color: #8A8F8D;
    margin: 10px 2.5%;
}

.textLeft {
    text-align: left;
}

.marTop60 {
    margin-top: 60px;
}

.marTop40 {
    margin-top: 40px;
}





/* 容器样式 */
.containergallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* 行间距 */
}

/* 每行样式 */
.rowgallery {
    display: flex;
    justify-content: space-between;
    /* 均匀排列 */
    gap: 15px;
    /* 图片间距 */
}

/* 图片样式 */
.rowgallery img {
    background: #fff;
    width: 137px;
    /* 9 张图片均匀分布 */
    height: auto;
    /* 高度自适应 */
    display: block;
    /* 去除图片底部空白 */
    border-radius: 20px;
    /* 圆角 */
}







.banEnPosition {
    position: absolute;
}

.banEnPositionBut {
    border: 1px solid #E60012;
    width: 180px;
    text-align: center;
    border-radius: 50px;
    background: #E60012;
    color: #fff;
}


/* CSS样式，用于按钮和显示语言的div */
.language-container {
    position: relative;
    display: inline-block;
    position: fixed;
    right: 10px;
    top: 4px;
}

.language-button {
    font-size: 14px;
    background-color: #fff;
    border: none;
    cursor: pointer;
}

.language-list {
    position: absolute;
    top: 100%;
    width: 220px;
    /* left: 0; */
    right: -40px;
    top: 30px;
    background-color: #f3f3f9;
    border: 1px solid #f3f3f9;
    padding: 10px;
    display: none;
    z-index: 1;
}

.language-list a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #333;
}

.language-list a:hover {
    background-color: #ddd;
}

.language-list span:hover {
    background-color: #ddd;
    cursor: pointer;
}

.dis_cen_center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.but160css {
    text-align: center;
    width: 160px;
    height: 43px;
    line-height: 43px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
}

.color_fff {
    color: #fff
}






/* 英文pc端  页脚主要样式 */
.myzhou-footer {
    background-color: #f7f7f7;
}

.myzhou-footer-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 60px;
}

/* 综合信息区域 */
.myzhou-comprehensive {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* 营业时间区域 */
.myzhou-opening-hours {
    width: 246px;
}

.myzhou-opening-hours img {
    width: 246px;
    height: 78px;
    margin-bottom: 40px;
}

.myzhou-opening-hours p {
    margin-bottom: 20px;
    color: rgb(27, 28, 128);
    font-size: 22px;
    line-height: 1;
}

.myzhou-opening-hours ul li {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    list-style-type: none;
}

/* 核心内容区域 */
.myzhou-core {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 116px 0 160px;
}
.myzhou-core li{
list-style-type: none;
}

.myzhou-title {
    margin-bottom: 18px;
    color: #333;
    font-size: 24px;
    line-height: 1;
}

.myzhou-comprehensive .myzhou-list li a {
    color: #333;
    font-size: 16px;
    line-height: 35px;
    text-decoration: none;
}

.myzhou-comprehensive .myzhou-list li a:hover {
    color: rgb(27, 28, 128);
    text-decoration: underline;
}

/* 销售信息区域 */
.myzhou-general-sales {
    width: 355px;
}

.myzhou-general-sales .myzhou-list {
    margin-bottom: 20px;
}

.myzhou-general-sales .myzhou-list li {
    margin-bottom: 5px;
    list-style-type: none;
}

.myzhou-general-sales .myzhou-list li a {
    height: 20px;
    margin-bottom: 10px;
    line-height: normal !important;
}

.myzhou-general-sales .myzhou-title {
    margin-top: 40px;
}

.myzhou-general-sales .myzhou-title:first-child {
    margin-top: 0;
}

.myzhou-general-sales .myzhou-list .myzhou-li-a {
    margin-top: 40px;
}

.myzhou-general-sales .myzhou-list .myzhou-li-a {
    color: rgb(27, 28, 128) !important;
}

/* 其他信息区域 */
.myzhou-footer .myzhou-other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.myzhou-footer .myzhou-other .myzhou-logos {
    display: flex;
    align-items: center;
}

.myzhou-footer .myzhou-other .myzhou-logos img {
    height: 70px;
    margin-right: 0px;
}

.myzhou-footer .myzhou-other .myzhou-logos img:first-child {
    width: 150px;
    height: 70px;
}

.myzhou-footer .myzhou-other .myzhou-logos img:nth-child(2) {
    width: 150px;
    margin-right: 30px;
}

.myzhou-footer .myzhou-other .myzhou-logos img:nth-child(3) {
    width: 221px;
    height: 70px;
    margin-top: 0px;
    margin-right: 0;
}

.myzhou-footer .myzhou-other .myzhou-follow-us {
    width: 355px;
}

.myzhou-footer .myzhou-other .myzhou-follow-us .myzhou-title {
    margin-bottom: 20px;
    color: #333;
    font-size: 28px;
}

.myzhou-footer .myzhou-other .myzhou-follow-us .myzhou-icons {
    display: flex;
    align-items: center;
}

.myzhou-footer .myzhou-other .myzhou-follow-us .myzhou-icons img {
    width: 47.6px;
    height: 47.6px;
    margin-right: 10px;
}

/* Logo区域 */
.myzhou-logos {
    display: flex;
    align-items: center;
}

.myzhou-logos img {
    height: 60px;
    margin-right: 30px;
}

.myzhou-logos img:first-child {
    width: 184px;
    height: 63px;
}

.myzhou-logos img:nth-child(2) {
    width: 171px;
}

.myzhou-logos img:nth-child(3) {
    width: 221px;
    height: 100px;
    margin-top: -20px;
    margin-right: 0;
}

/* 社交媒体区域 */
.myzhou-follow-us {
    width: 355px;
}

.myzhou-follow-us .myzhou-title {
    margin-bottom: 20px;
    color: #333;
    font-size: 28px;
}

.myzhou-follow-us .myzhou-icons {
    display: flex;
    align-items: center;
}

.myzhou-follow-us .myzhou-icons img {
    width: 47.6px;
    height: 47.6px;
    margin-right: 10px;
}

.myzhou-follow-us .myzhou-icons .wxCore {
    display: none;
    position: relative;
    top: -50px;
    left: -58px;
}

.myzhou-follow-us .myzhou-icons .imgPostition:hover+.wxCore {
    display: block;
}

/* b, strong { font-weight: normal; } */
mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.myzhou-visitors {}

.myzhou-exhibitors {}

.myzhou-general {}

/* 英文pc端  页脚主要样式 */




/* 页脚主要样式 */
.myMobile-footer {
    background-color: #f7f7f7;
}

.myMobile-footer-box {
    max-width: 1435px;
    margin: 0 auto;
    padding: 100px 0 60px;
}

/* 综合信息区域 */
.myMobile-comprehensive {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* 营业时间区域 */
.myMobile-opening-hours {
    width: 246px;
}

.myMobile-opening-hours img {
    width: 246px;
    height: 78px;
    margin-bottom: 40px;
}

.myMobile-opening-hours p {
    margin-bottom: 20px;
    color: rgb(27, 28, 128);
    font-size: 22px;
    line-height: 1;
}

.myMobile-opening-hours ul li {
    color: #333;
    font-size: 18px;
    line-height: 28px;
}

/* 核心内容区域 */
.myMobile-core {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 116px 0 133px;
}

.myMobile-title {
    margin-bottom: 18px;
    color: #333;
    font-size: 24px;
    line-height: 1;
}

.myMobile-comprehensive .myMobile-list li a {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
}


/* 移动端响应式样式 */
.myMobile-footer-box {
    padding: 40px 20px;
}

.myMobile-comprehensive {
    flex-direction: column;
}

.myMobile-opening-hours {
    width: 100%;
    margin-bottom: 30px;
}

.myMobile-opening-hours img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.myMobile-opening-hours p {
    font-size: 18px;
    margin-bottom: 15px;
}

/* .myMobile-opening-hours ul{
        border-bottom: 1px solid #000;
      } */
.myMobile-opening-hours ul li {
    font-size: 12px;
    line-height: 24px;

}

.gz-myMobile-line {
    height: 1px;
    width: 100%;
    background-color: #333;
    opacity: 0.2;
}

.myMobile-core {
    flex-direction: column;
    padding: 0;
    width: 100%;
    margin-top: 30px;
}

.myMobile-core .myMobile-core-content {
    width: 100%;
    display: flex;
}


.myMobile-general,
.myMobile-visitors,
.myMobile-exhibitors {
    width: 100%;
    margin-bottom: 30px;
}

.myMobile-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
}

.myMobile-comprehensive .myMobile-list li a {
    font-size: 12px;
    line-height: 28px;
}

.myMobile-general-sales {
    width: 100%;
    margin-top: 20px;
}

.myMobile-general-sales .myMobile-list li {
    line-height: 22px;
}

.myMobile-general-sales .myMobile-list li a {
    font-size: 14px;
    line-height: 10px;
}



.myMobile-general-sales .myMobile-title {
    margin-top: 20px;
}

.myMobile-footer .myMobile-other {
    flex-direction: column;
    margin-top: 30px;
}

.myMobile-footer .myMobile-other .myMobile-logos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 20px;
}

.myMobile-footer .myMobile-other .myMobile-logos img {
    height: 40px;
}


.myMobile-footer .myMobile-other .myMobile-follow-us {
    width: 100%;
    text-align: center;
}

.myMobile-footer .myMobile-other .myMobile-follow-us .myMobile-title {
    text-align: left;
}

.myMobile-footer .myMobile-other .myMobile-follow-us .myMobile-icons {
    justify-content: start;
}

.myMobile-footer .myMobile-other .myMobile-icons {
    display: flex;
    justify-content: space-between;
}

.myMobile-footer .myMobile-other .myMobile-follow-us .myMobile-icons img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 20px;
}

