html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    font-size: 14px;
    line-height: 1.5;
}

body {
    line-height: 1;
}

table {
    margin: auto;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

.tac {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bg-white {
    background: #fff;
}


/* 首页样式 */

.index_body {
    width: 100%;
}

#notice_div {
    width: 100%;
    height: 300px;
    display: none;
    border: 1px solid transparent;
}

.div_title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    color: #D0021B;
    font-weight: 550;
    margin-top: 30px;
    margin-bottom: 30px;
}

.div_mid {
    width: 100%;
    margin-bottom: 30px;
}

.div_mid p {
    margin: 0 0 10px;
}

.div_bot {
    text-align: right!important;
}

.header {
    width: 100%;
    /* height: 100px; */
    /* position: fixed;
  top: 0;
  left: 0;
  z-index: 9; */
    background: #fff;
}

.header.header-index {
    top: 0;
}

.header,
.logo,
.navbar {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.container-header {
    height: 70px;
    max-width: 1440px;
    background: rgba(255, 255, 255, 0.29);
    backdrop-filter: saturate(120%) blur(4px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F3F3F3;
    ;
}

.checket {
    width: 80%;
    margin: 2rem auto;
    display: flex;
    justify-content: space-evenly;
    display: none;
}

.logo {
    float: left;
    margin-right: 40px;
}

.logo img {
    display: block;
}

.navbar {
    padding: 0;
    margin: auto;
}

.navbar li {
    line-height: 55px;
    color: #333;
    margin-right: 30px;
}

.navbard {
    float: right;
    padding: 0;
}

.header_right {
    display: flex;
    align-items: center;
}

.right_input {
    margin: 0 36px;
    position: relative;
}

.right_input input {
    height: 40px;
    padding: 0 45px 0 15px;
    border: 1px solid #333333;
    border-radius: 5px;
}

.right_input input:placeholder {
    color: rgba(0, 0, 0, 0.25) !important;
}

.right_input button {
    width: 40px;
    height: 40px;
    border: 0;
    background: url(/static/image/search.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}

select {
    border: none;
    outline: none;
}

.right_map,
.right_select {
    margin-right: 15px;
}

.right_but {
    padding: 0px 53px;
    background: #0e3f8e;
    border-radius: 5px;
    font-weight: 500;
    color: #ffffff;
    line-height: 47px;
    text-align: center;
}

.right_but:hover {
    color: #fff;
}

.header-list>li {
    padding: 0 20px;
    position: relative;
}

.header-list>li:first-child {
    padding-left: 0;
}

.header-list>li>a {
    font-size: 17px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #292C35;
    line-height: 55px;
    display: inline-block;
    padding: 0 20px;
}

.header-list>li>a.active {
    color: #2E4FCA;
}

.header-list>li>a:hover {
    color: #2E4FCA;
}

.header-list .icon-jian {
    display: inline-block;
    background: url(../images/icon-bot-jian.svg) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
}

.header-list .cont-list {
    position: absolute;
    left: -20px;
    width: 140%;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 10%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.header-list>li:hover .cont-list {
    opacity: 1;
    visibility: inherit;
}

.header-list .cont-list li {
    padding: 10px 20px;
    text-align: left;
    line-height: 18px !important;
}

.header-list .cont-list li a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #292C35;
    line-height: 20px;
}

.header-list .cont-list li a.active {
    color: #2E4FCA;
}

.header-list .cont-list li:hover a {
    color: #2E4FCA;
}

.partner-scroll {
    overflow: hidden;
    position: relative;
}

.dowv-scroll {
    height: 104px;
    /* width:3586px;
    -webkit-animation: scrollToRight 36s linear infinite;
    animation: scrollToRight 36s linear infinite; */
}

.dowv-scroll1 {
    height: 104px;
    width: 3586px;
    -webkit-animation: scrollToRight 30s linear infinite;
    animation: scrollToRight 30s linear infinite;
}

.com {
    width: 233px;
    height: 87px;
    display: inline-block;
    float: left;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    margin: 0 20px;
    position: relative;
}


/* .dowv-scroll1 img,.dowv-scroll img {
    width: 80%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
} */

@-webkit-keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0%, 0, 0);
    }
}

.banner {
    width: 100%;
    position: relative;
    margin-bottom: 65px;
}

.index-banner {
    height: 578px;
}

.banner img {
    width: 100%;
}

.banner-swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner_top {
    width: 100%;
    height: 100%;
}
.banner_top .banner-top-bg {
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.banner_top .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.banner_text {
    padding-top: 0px;
}

.p1 {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    line-height: 72px;
    margin-bottom: 10px;
}

.p2 {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    line-height: 45px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.time {
    display: flex;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
}

.time2 {
    margin-left: 45px;
}

.join {
    display: flex;
    font-weight: 500;
    color: #ffffff;
    line-height: 47px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.join-btn {
    padding: 0px 53px;
    background: #0e3f8e;
    margin-right: 30px;
    border-radius: 5px;
}

.bottoms {
    width: 100%;
    height: 67px;
    background: rgba(14, 63, 142, 0.8);
    /* filter: blur(4px); */
    position: absolute;
    bottom: 0;
    overflow: hidden;
    z-index: 9;
}

.notice-swiper {
    width: 100%;
    height: 100%;
}

.notice-swiper a {
    line-height: 67px;
}

.swiper-button-next.notice-next {
    right: 0;
}

.swiper-button-prev.notice-prev {
    left: inherit;
    right: 46px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0;
    width: 26px;
    height: 26px;
}

.swiper-button-next:after {
    background: url(/static/image/you.svg) no-repeat;
}

.swiper-button-prev:after {
    background: url(/static/image/zuo.svg) no-repeat;
}

.title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 60px;
}

.title_text {
    margin: 0 20px;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 54px;
    position: relative;
}

.title_text::after {
    content: "";
    width: 104px;
    height: 22px;
    position: absolute;
    left: -124px;
    top: 50%;
    margin-top: -11px;
    background: url(/static/image/left.svg) no-repeat;
    background-size: contain;
}

.title_text::before {
    content: "";
    width: 104px;
    height: 22px;
    position: absolute;
    right: -124px;
    top: 50%;
    margin-top: -11px;
    background: url(/static/image/right.svg) no-repeat;
    background-size: contain;
}

.intro {
    margin-bottom: 75px;
}

.intro_left img {
    width: 100%;
}

.intro_right {
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}

.right_top {
    margin-bottom: 35px;
}

.right_bot {
    display: flex;
}

.right_bot1 {
    display: flex;
    font-size: CN Bold Bold;
}

.right_bot2 {
    display: flex;
    font-size: CN Bold Bold;
}

.right_bot11 {
    color: #333;
    font-weight: bold;
}

.right_bot22 {
    color: #666;
    margin-left: 20px;
}

.number {
    position: relative;
}

.number img {
    width: 100%;
}

.numbers {
    width: 100%;
    height: 100%;
    padding: 70px 0;
    background: rgba(14, 63, 142, 0.4);
}

.amount {
    background: rgba(255, 255, 255, 0.89);
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.08);
}

.amount1 {
    display: flex;
    justify-content: center;
    padding: 28px;
}

.amount-icon {
    min-width: 72px;
    margin-right: 5px;
}

.amount-icon img {
    width: 100%;
}

.amount1_num {
    width: 200px;
    font-size: 42px;
    font-weight: 800;
    color: #0e3f8e;
    line-height: 50px;
}

.amount1_fang {
    font-weight: 400;
    color: #333333;
}

.footer {
    width: 100%;
    padding: 35px 0 25px;
    background: #181b2a;
    display: flex;
    justify-content: space-between;
}

.info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 400;
    color: #a6a7b0;
    line-height: 36px;
}

.footer_left .footer-logo a {
    display: block;
    margin-bottom: 15px;
}

.footer_right {
    display: flex;
    justify-content: flex-end;
}

.footer_right p {
    font-size: 16px;
    color: #a6a7b0;
    line-height: 21px;
    text-align: center;
    margin-top: 5px;
}

.footer_right img {
    width: 100%;
}

.copy {
    width: 100%;
    background: #0d0f1b;
    color: #787b86;
    line-height: 30px;
    padding: 15px 0;
}

.copy .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jianshe {
    color: #0d0f1b;
}

.index_news {
    width: 100%;
    background: #EEF1F4;
    margin-bottom: 40px;
}

.ttii {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ttii1 {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 54px;
}

.ttii .index-more {
    display: flex;
    align-items: center;
}

.ttii .index-more span {
    margin-right: 8px;
}

.ttii2 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.shows {
    width: 100%;
    margin-bottom: 50px;
    background: #fff;
}

.shows_top {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 75px;
}

.shows_img a {
    display: block;
}

.shows_img img {
    height: 100%;
    width: 100%;
}

.picture .col-md-3 {
    margin-bottom: 20px;
}

.picture1 {
    height: 100%;
    background: linear-gradient(180deg, #586bb3 0%, #204f9b 100%);
    border-radius: 10px;
    padding: 0 15px;
}

.picture1_text {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 29px;
    padding: 17px 0px;
}

.shuzi {
    width: 93px;
    height: 27px;
    background: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 27px;
    text-align: center;
    margin-bottom: 15px;
}

.airp img {
    width: 100%;
}

.picture2 {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #cccccc;
    overflow: hidden;
}

.airps {
    width: 100%;
}

.airps img {
    width: 100%;
    height: 50%;
}

.nine {
    padding: 16px 15px;
}

.picture2_text {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    transition: all .5s;
}

.picture2_but {
    width: 93px;
    height: 29px;
    text-align: center;
    background: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 27px;
    transition: all .5s;
}

.picture2:hover .picture2_but {
    background: #0E3F8E;
    color: #FFF;
    border: 1px solid #0E3F8E;
}

.picture2:hover .picture2_text {
    color: #0E3F8E;
}

.service-partner {
    /* padding: 60px 0; */
}

.partner-scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}

.partner-scroll:after {
    content: "";
    width: 500px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient( to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0));
    z-index: 9;
}

.partner-scroll:before {
    content: "";
    width: 500px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient( to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
    z-index: 9;
}


/*expo*/

.tit {
    font-size: 36px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 15px;
}

.tit_image {
    text-align: center;
}

.content {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 80px;
}

.amounts {
    width: 100%;
    max-height: 137px;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.08);
    margin: auto;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

#fluids {
    padding: 0;
}

.welcome {
    width: 100%;
    background: url(../image/back.svg) no-repeat 100% 100%;
    background-size: cover;
}

.welcome img {
    width: 100%;
}

.wel_text {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    color: #FFF;
    padding-top: 40px;
}

.wel_text1 {
    font-style: oblique;
    font-size: 26px;
}

.wel_text2 {
    line-height: 37px;
    margin-left: 20px;
}

.ticket {
    width: 100%;
    margin: auto;
    padding-bottom: 44px;
}

.tickets {
    width: 10rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #FFFFFF;
}

.please {
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 31px 0 5px;
}

.piaos {
    width: 24px;
    height: 24px;
    background: url(../image/piao.svg) no-repeat 100% 100%;
}

.huan {
    margin-top: 45px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

.piao {
    width: 159px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    margin: auto;
    text-align: center;
}


/*news*/

.news {
    display: flex;
    margin-top: 40px;
    margin-bottom: 60px;
}

.news_img {
    margin-bottom: 25px;
   
}
.news .bigbig{
    background: #F4F7F9;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 0;
}
.bigbig .tag,.bigbig .news_tit,.bigbig .news_jian{
    width: 90%;
    margin: auto;
}
.bigbig .news_tit{

    display:flex
}
.news_img img {
    width: 100%;
}
.newsd{
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
}
.newsd .news1_info {
    margin-top: 30px;
}
.newsd .col-md-3{
    padding: 0;
}
.newsd .news1_img{
    margin-bottom: 0px;
}
.htr{
    width: 98%;
    height: 1px;
    background: #D8D8D8;
    margin: 20px auto;
}
.htrs{
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    margin: 20px auto;
}
.newsd:hover{
    background: #F4F7F9;
}
.newsd:hover .news_tit{
    color: #0E3F8E;
}
.tag {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tag1 {
    background: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    line-height: 27px;
    text-align: center;
    padding: 0 5px;
}

.tag2 {
    line-height: 27px;
    display: flex;
    align-items: center;
}
.tag2 img{
    margin-right: 5px;
}
.news_tit {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 29px;
    margin-bottom: 10px;
    display: inline-block;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow:ellipsis;
}

.news_jian {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal; 
}
.white {
    background: #FFF;
    padding: 20px 20px 0px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.mock {
    width: 100%;
    height: 1px;
    background: #DFDFDF;
    margin-bottom: 15px;
}

.mocks {
    width: 100%;
    height: 1px;
    background: #DFDFDF;
    margin-bottom: 15px;
}
.news2{
    padding: 20px;
    margin-left: 20px;
}
.news2:hover{
    background: #F4F7F9;
}
.news2 .news1_img{
    margin-bottom: 0px;
}
.news1 {
    display: flex;
}

.news1_img {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.news1_img img {
    width: 100%;
}

.news1_info {
    margin-left: 0px;
}

.tags {
    display: flex;
    margin-bottom: 20px;
}

.tag11 {
    background: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    line-height: 27px;
    text-align: center;
    padding: 0 5px;
    margin-right: 30px;
}


/*poster*/

.tables {
    margin-top: 40px;
    margin-bottom: 80px;
}

.tables table {
    max-width: 100%;
    word-break: break-all;
    margin-bottom: 20px;
}

.th1 {
    width: 200px;
    background: #0271ce;
}

.th2 {
    background: #0760b3;
    width: 670px;
}

.th3 {
    width: 140px;
    background: #0549b4;
}

.th1,
.th2,
.th3 {
    line-height: 63px;
    color: #fff;
    padding-left: 28px;
}

.tables td {
    vertical-align: middle;
    background: #f4f7f9;
    padding: 40px 20px;
    line-height: 24px;
    border-bottom: 1px solid #fff;
}

.sub {
    background: linear-gradient(180deg, #ff6000 0%, #ff0000 100%);
    border-radius: 5px;
    line-height: 34px;
    padding: 0 24px;
    text-align: center;
    color: #fff;
}

.ques {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 22px;
}

.yiwen {
    font-size: 24px;
    font-weight: 500;
    color: #0e3f8e;
    line-height: 36px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.else {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 31px;
    margin-bottom: 20px;
    text-align: center;
}

.tubiao {
    width: 86px;
    height: 86px;
    border: 4px solid #ccc;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
}

.tubiao img {
    width: 100%;
    height: 100%;
}

.online {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 31px;
    text-align: center;
    margin-bottom: 10px;
}

.angin {
    line-height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #0e3f8e;
    width: 135px;
    border-radius: 5px;
    border: 1px solid #0e3f8e;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.call {
    width: 90%;
    margin: auto;
    background: #f4f6ff;
    text-align: center;
}

.call1 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 27px;
    padding-top: 30px;
}

.call2 {
    font-size: 24px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #0e3f8e;
    line-height: 36px;
    padding-bottom: 32px;
    margin-bottom: 40px;
}

.choose {
    width: 100%;
    background: url(../image/line.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.choose22 {
    width: 100%;
    background: url(../image/line2.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.choose1 {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    line-height: 42px;
    padding-top: 37px;
    margin-bottom: 5px;
}

.choose2 {
    font-size: 12px;
    font-family: ArialMT;
    color: #ffffff;
    line-height: 14px;
    padding-bottom: 38px;
}


/*detail1*/

.newdetail {
    width: 100%;
    margin-top: 66px;
}

.eight_title {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    margin-bottom: 36px;
}

.eight_time {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
    margin-bottom: 28px;
}

.xian {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    margin-bottom: 21px;
}

.detail_content {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
    margin-bottom: 30px;
}

.detail_content img,
.detail_content video {
    max-width: 100%;
    height: auto;
}

.rights {
    width: 100%;
}

.rights_det {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}

.rights_det.bg {
    background: #f4f7f7;
}

.rights_det.more {
    background: #f4f7f7;
    border-top: 5px solid #0E3F8E;
}

.rights_det.more .back-list {
    height: 70px;
    line-height: 70px;
    border: 0;
}

.slidebar-list {
    padding: 0px 29px 6px 29px;
}

.slidebar-list li {
    margin-bottom: 20px;
}

.slidebar-list a {
    display: block;
    line-height: 50px;
    background: #fff;
    padding: 0 15px;
    text-align: center;
}

.rights_det .back-list {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #f4f7f7;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.det1 {
    font-size: 24px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    padding: 26px 29px 0 29px;
}

.recommend-list {
    padding: 0 29px 26px 29px;
}

.recommend-list li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.recommend-list li:last-child,
.next-list li:last-child {
    border-bottom: 0;
}

.recommend-list li a {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.next-list {
    padding: 0 29px 6px 29px;
    border-bottom: 1px solid #ddd;
}

.next-list li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.next-list li span {
    display: block;
    font-size: 16px;
    color: #b1b1b1;
    margin-bottom: 10px;
}

.next-list li a {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.det11 {
    padding: 26px 29px;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #b1b1b1;
    line-height: 27px;
}

.bottoms1 {
    width: 100%;
    height: 120px;
    padding-top: 53px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.uul {
    width: 100%;
    height: 100%;
    margin: auto;
    color: #fff;
}

.uul li {
    margin-right: 60px;
    float: left;
    line-height: 67px;
    position: relative;
}

.uul li::after {
    content: "/";
    width: 5px;
    height: 20px;
    font-size: 16px;
    color: #b1b1b1;
    position: absolute;
    right: -32px;
    top: 0;
}

.uul li:first-child::after,
.uul li:last-child::after {
    display: none;
}

.uul li .h2 {
    margin-right: 40px;
}

.uul li a {
    color: #b1b1b1;
}

.uul li:first-child a,
.uul li.active a {
    color: #fff;
}

.uul .cont-list {
    position: absolute;
    left: -20px;
    width: 175%;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 10%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.uul>li:hover .cont-list {
    opacity: 1;
    visibility: inherit;
}

.uul .cont-list li {
    padding: 10px 20px;
    text-align: center;
    line-height: 18px !important;
    margin-right: 0px;
}

.uul .cont-list li a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #292C35;
    line-height: 20px;
}

.uul .cont-list li::after {
    content: "";
}

.uul .cont-list li a.active {
    color: #2E4FCA !important;
}

.uul .cont-list li a:hover {
    color: #2E4FCA !important;
}

.joins1 {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e6e6e6;
}

.joins1_ti {
    padding: 23px 56px;
    width: 100%;
    background: #0e3f8e;
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #ffffff;
}

.joins2 {
    padding: 50px;
}

.joins2 .form-control {
    background: #f9f9f9;
}

.joins2_info {
    display: flex;
    margin-bottom: 30px;
}

.binfo1 {
    min-width: 93px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 31px;
    margin-right: 30px;
    text-align: right;
}

.binfo2 {
    width: 462px;
    height: 45px;
    background: #F9F9F9;
    border: 1px solid #EBEBEB;
}

.binfo2 input {
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    overflow: hidden;
}

.binfo2s {
    height: 133px;
}

.binfo2 textarea {
    border: none;
    width: 100%;
    height: 100%;
    resize: none;
    overflow: hidden;
}

.binfo2d {
    display: flex;
}

.mast {
    width: 135px;
    height: 45px;
    background: #0E3F8E;
    border-radius: 5px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
}

.mast:hover {
    color: #fff;
}

.masts {
    width: 216px;
    height: 45px;
    background: #F9F9F9;
    border: 1px solid #EBEBEB;
}

.masts input {
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    overflow: hidden;
}

.gonggao {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    position: relative;
}

.gong1 {
    width: 100px;
    min-width: 100px;
    margin-right: 30px;
    border-right: 1px solid #FFF;
}

.zuo {
    position: absolute;
    right: 40px;
}

.you {
    position: absolute;
    right: 0px;
}

.search-tips {
    font-size: 18px;
    text-align: center;
    margin: 25px 0;
}

.page-number {
    margin-bottom: 40px;
}

.partner-tab-hd {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.partner-tab-hd span {
    display: block;
    padding: 0 30px;
    font-size: 16px;
    line-height: 36px;
    background: #e5e5e5;
    margin: 0 10px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .5s;
}

.partner-tab-hd span.active {
    color: #fff;
    background: #0E3F8E;
}

.partner-tab-hd span:hover {
    color: #0E3F8E;
}

.partner-tab-hd span.active:hover {
    color: #fff;
}


/* 历届展会 */

.exhibition-list .exhibition-box {
    display: block;
    margin-bottom: 70px;
}

.exhibition-list .exhibition-box:nth-child(even) .row {
    flex-direction: row-reverse;
}

.exhibition-list .col-md-6 {
    padding: 0;
}

.exhibition-box .exhibition-img {
    padding: 30px 0;
}

.exhibition-box .exhibition-img img {
    width: 100%;
}

.exhibition-box .exhibition-intro {
    border-radius: 10px;
    padding: 35px 45px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
}

.exhibition-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0E3F8E;
    line-height: 36px;
    margin-bottom: 20px;
}

.exhibition-box .infor-list {
    margin-bottom: 20px;
}

.exhibition-box .infor-list li {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    padding-left: 22px;
}

.exhibition-box .infor-list li:nth-child(1) {
    background: url(/static/image/address.svg) no-repeat left;
}

.exhibition-box .infor-list li:nth-child(2) {
    background: url(/static/image/time.svg) no-repeat left;
}

.exhibition-box .intro {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exhibition-box .tags-list {
    padding-left: 18px;
}

.exhibition-box .tags-list li {
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    list-style: disc;
}


/* 分页 */

.pager {
    margin-bottom: 30px;
}

.pagination {
    justify-content: center;
    flex-wrap: wrap;
}

.pagination li {
    margin: 0 5px 10px 5px;
}

.pagination li a {
    display: block;
    height: 44px;
    min-width: 44px;
    word-break: keep-all;
    white-space: nowrap;
    background: #fff;
    font-size: 14px;
    line-height: 44px;
    color: #7f7f7f;
    text-align: center;
}

.pagination li:hover a {
    color: #0e3f8e;
}

.pagination li.active:hover a {
    color: #fff;
}

.pagination li span {
    display: block;
    height: 44px;
    min-width: 44px;
    word-break: keep-all;
    white-space: nowrap;
    background: #fff;
    font-size: 14px;
    line-height: 44px;
    color: #7f7f7f;
    text-align: center;
}

.pagination li.disabled span {
    cursor: not-allowed;
}

.pagination li.active span {
    display: block;
    height: 44px;
    min-width: 44px;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 14px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background: #0e3f8e;
}


/* 分页 */


/* 右侧按钮 */

.tool-bar {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 40px;
    z-index: 999;
}

.tool-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 2px 9px 0px rgba(178, 178, 178, 0.5);
}

.tool-bar a span {
    display: inline-block;
    width: 23px;
    height: 23px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.tool-bar a:nth-child(1) span {
    background: url(/static/image/icon-phone.svg) no-repeat center;
    background-size: 21px 21px;
}

.tool-bar a:nth-child(2) span {
    background: url(/static/image/icon-kefu.svg) no-repeat center;
    background-size: 21px 21px;
}

.tool-bar a:nth-child(3) span {
    background: url(/static/image/icon-totop.svg) no-repeat center;
    background-size: 21px 21px;
}

.tool-bar a:nth-child(1):hover span {
    background: url(/static/image/icon-phone.svg) no-repeat center;
    background-size: 21px 21px;
}

.tool-bar a:nth-child(2):hover span {
    background: url(/static/image/icon-kefu.svg) no-repeat center;
    background-size: 21px 21px;
}

.tool-bar a:nth-child(3):hover span {
    background: url(/static/image/icon-totop.svg) no-repeat center;
    background-size: 21px 21px;
}

.tool-bar .bar-phone {
    display: none;
    position: absolute;
    left: -208px;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #0E3F8E;
    padding: 10px 20px;
}

.tool-bar .bar-phone::after {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    content: ' ';
}

.tool-bar a:nth-child(1):hover .bar-phone {
    display: block;
}