body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

fieldset,
img {
    border: none;
}

/*img{vertical-align:top;}*/
input,
button {
    vertical-align: middle;
    color: #6b5f53;
    outline: none;
}

caption,
th {
    text-align: left;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #1a4e92;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

body,
html {
    font-size: 16px;
    overflow-x: hidden;
    color: #333;
    background: #fff;
}

body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.clearfloat {
    *zoom: 1;
}

.clearfloat:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.wrap {
    width: 1680px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.page-wrap {
    width: 1440px;
    margin: 0 auto;
    *zoom: 1;
}

.page-wrap:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.back-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(26, 78, 146, 0.8);
    display: none;
}

.search-info {
    position: fixed;
    left: 20%;
    top: 0;
    margin: 100px auto 0;
    z-index: 21;
    width: 60%;
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.search-info .fa-times {
    position: absolute;
    right: -60px;
    top: -60px;
    cursor: pointer;
    color: #fff;
    font-size: 28px;
}

.search-info .input {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.search-info .input input {
    background: #fff;
    border-radius: 5px 0 0 5px;
    border: none;
    padding: 30px;
    width: calc(100% - 80px);
}

.search-info .input span {
    background: #ff0000;
    color: #fff;
    border-radius: 0 5px 5px 0;
    width: 80px;
    font-size: 26px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.search-info .input span .fas {
    align-self: center;
}

.search-info .input span:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.search-info .recommendation {
    text-align: center;
    margin-top: 40px;
}

.search-info .recommendation a {
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 8px 25px;
    color: #fff;
    margin: 0 10px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.search-info .recommendation a:hover {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0.7;
}

.search-info.curr {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.nav-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.banner {
    width: 1920px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    z-index: 3;
}

.banner:after {
    display: none;
    content: '';
    clear: both;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

.banner.curr:after {
    display: block;
    z-index: 1;
}

.banner .page-tit img {
    display: block;
    width: 100%;
}

.banner .banner-con .swiper-slide {
    text-align: center;
    position: relative;
}

.banner .banner-con .swiper-slide img {
    display: block;
}

.banner .banner-con .swiper-slide .but {
    position: absolute;
    left: 0;
    bottom: 25%;
    text-align: left;
    width: 100%;
}

.banner .banner-con .swiper-slide .but a {
    background: #1a4e92;
    padding: 15px 45px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.banner .banner-con .swiper-slide .but a:last-of-type {
    background: #cf0b0b;
}

.banner .banner-con .swiper-slide .but a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.banner .top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 25;
}

.banner .top .logo {
    margin-top: 40px;
    float: left;
}

.banner .top .logo a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.banner .top .logo a .img {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.banner .top .logo a .img img {
    display: block;
    width: 160px;
}

.banner .top .logo a .title {
    color: #fff;
    align-self: center;
    font-size: 18px;
    line-height: 30px;
}

.banner .top .logo a .title span {
    letter-spacing: 4px;
}

.banner .top .nav {
    float: right;
    margin-top: 55px;
    *zoom: 1;
}

.banner .top .nav:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.banner .top .nav .li {
    float: left;
}

.banner .top .nav .li .a {
    padding: 20px 30px 40px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}

.banner .top .nav .li .a .fas {
    color: #1f96fe;
    margin-left: 5px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.banner .top .nav .li .subordinate {
    position: absolute;
    left: 0;
    top: 115px;
    width: 100%;
    display: none;
}

.banner .top .nav .li .subordinate .con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.banner .top .nav .li .subordinate .con .title-t {
    font-size: 22px;
    color: #1a4e92;
    margin-bottom: 14px;
}

.banner .top .nav .li .subordinate .con .menu {
    background: #1a4e92;
    color: #fff;
    width: 14%;
    padding: 10px 0;
    border-radius: 10px 0 0 10px;
}

.banner .top .nav .li .subordinate .con .menu .menu-a {
    padding: 15px 35px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.banner .top .nav .li .subordinate .con .menu .menu-a.curr {
    background: #174683;
}

.banner .top .nav .li .subordinate .con .menu .menu-a.curr:after {
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
    display: block;
    content: '';
    clear: both;
    width: 6px;
    height: 22px;
    background: #e62129;
}

.banner .top .nav .li .subordinate .con .menu-box {
    background: #fff;
    padding: 30px;
    width: 41%;
}

.banner .top .nav .li .subordinate .con .menu-box .nav-a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.banner .top .nav .li .subordinate .con .menu-box .nav-a a {
    margin-right: 14px;
    padding-right: 14px;
    margin-bottom: 15px;
    position: relative;
}

.banner .top .nav .li .subordinate .con .menu-box .nav-a a:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    height: 12px;
    background: #ddd;
}

.banner .top .nav .li .subordinate .con .menu-box .nav-a a:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.banner .top .nav .li .subordinate .con .menu-box .nav-a a:last-of-type:after {
    display: none;
}

.banner .top .nav .li .subordinate .con .menu-box .nav-a a .fas {
    display: none;
}

.banner .top .nav .li .subordinate .con .menu-box .quick {
    margin: 40px 0 20px 0;
}

.banner .top .nav .li .subordinate .con .menu-box .quick span {
    color: #fff;
    background: #1a4e92;
    padding: 6px 10px;
    font-size: 16px;
}

.banner .top .nav .li .subordinate .con .basic {
    background: #fff;
    padding: 30px;
    width: 25%;
}

.banner .top .nav .li .subordinate .con .basic .basic-con {
    color: #666;
    line-height: 25px;
}

.banner .top .nav .li .subordinate .con .basic .scan-code {
    border-radius: 5px;
    margin-top: 18px;
    padding: 15px;
    background: url(../images/img38.jpg) no-repeat center center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.banner .top .nav .li .subordinate .con .basic .scan-code .tit {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    align-self: center;
}

.banner .top .nav .li .subordinate .con .basic .scan-code .img img {
    display: block;
    max-height: 120px;
}

.banner .top .nav .li .subordinate .con .participate {
    background: #fff;
    border-radius: 0 10px 10px 0;
    padding: 30px;
    width: 20%;
}

.banner .top .nav .li .subordinate .con .participate .participate-li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #ff0000;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 25px 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.banner .top .nav .li .subordinate .con .participate .participate-li:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.banner .top .nav .li .subordinate .con .participate .participate-li:last-of-type {
    margin-bottom: 0;
    background: #1a4e92;
}

.banner .top .nav .li .subordinate .con .participate .participate-li .fas {
    width: 40%;
    text-align: center;
    font-size: 56px;
    align-self: center;
}

.banner .top .nav .li .subordinate .con .participate .participate-li .text {
    width: 60%;
    align-self: center;
}

.banner .top .nav .li .subordinate .con .participate .participate-li .text .h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.banner .top .nav .li.curr .a {
    background: #fff;
    color: #1f96fe;
}

.banner .top .nav .li.curr .a .fas {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner .top .search-top {
    float: right;
    margin-top: 55px;
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
}

.banner .top .search-top a {
    cursor: pointer;
    color: #fff;
    position: relative;
    padding-right: 12px;
    margin-right: 14px;
}

.banner .top .search-top a .fas {
    margin-right: 5px;
}

.banner .top .search-top a:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}

.banner .top .search-top a:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.banner .top .search-top a:last-of-type:after {
    display: none;
}

.banner .page-tit .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #fff;
}

.banner .page-tit .info .wrap {
    position: relative;
    margin-top: 55px;
}

.banner .page-tit .info .wrap:before {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #e3272b;
}

.banner .page-tit .info .tit {
    padding-left: 22px;
    font-size: 24px;
}

.banner .page-tit .info .text {
    padding-left: 22px;
    font-weight: bold;
    font-size: 30px;
}

.banner .higher-banner {
    width: 45%;
    position: absolute;
    right: 122px;
    top: calc(50% - 94px);
    overflow: hidden;
}

.banner .higher-banner .li {
    position: relative;
    *zoom: 1;
}

.banner .higher-banner .li:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.banner .higher-banner .li .img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 90px);
    z-index: 1;
}

.banner .higher-banner .li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .higher-banner .li .info {
    float: right;
    background: #fff;
    border-radius: 10px;
    width: calc(100% - 320px);
    padding: 38px 100px 58px 130px;
    position: relative;
    overflow: hidden;
    min-height: 160px;
}

.banner .higher-banner .li .info .symbol {
    position: absolute;
    right: 15px;
    top: -18px;
    color: #e3272b;
    opacity: 0.4;
    font-size: 180px;
}

.banner .higher-banner .li .info:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    width: 250px;
    height: 90px;
    background: #e3272b;
    left: -175px;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.banner .higher-banner .li .info:before {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    width: 250px;
    height: 90px;
    background: #305f9d;
    left: -130px;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.banner .higher-banner .li .info .ico:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    width: 250px;
    height: 90px;
    background: #e3272b;
    right: -175px;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.banner .higher-banner .li .info .ico:before {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    width: 250px;
    height: 90px;
    background: #305f9d;
    right: -130px;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.banner .higher-banner .li .info .name {
    font-size: 24px;
}

.banner .higher-banner .li .info .introduce {
    font-size: 16px;
    margin: 8px 0 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner .higher-banner .li .info .text {
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.banner .higher-banner .swiper-pagination {
    width: auto;
    padding-left: 218px;
    bottom: 26px;
}

.banner .higher-banner .swiper-pagination-bullet {
    width: 18px;
    height: 6px;
    border-radius: 0;
}

.banner .higher-banner .swiper-pagination-bullet-active {
    background: #1a4e92;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) skew(0deg) scale(1);
        -ms-transform: rotate(0deg) skew(0deg) scale(1);
        /* IE 9 */
        -moz-transform: rotate(0deg) skew(0deg) scale(1);
        /* Firefox */
        -webkit-transform: rotate(0deg) skew(0deg) scale(1);
        /* Safari ºÍ Chrome */
        -o-transform: rotate(0deg) skew(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) skew(0deg) scale(1);
        -ms-transform: rotate(360deg) skew(0deg) scale(1);
        /* IE 9 */
        -moz-transform: rotate(360deg) skew(0deg) scale(1);
        /* Firefox */
        -webkit-transform: rotate(360deg) skew(0deg) scale(1);
        /* Safari ºÍ Chrome */
        -o-transform: rotate(360deg) skew(0deg) scale(1);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg) skew(0deg) scale(1);
        -ms-transform: rotate(0deg) skew(0deg) scale(1);
        /* IE 9 */
        -moz-transform: rotate(0deg) skew(0deg) scale(1);
        /* Firefox */
        -webkit-transform: rotate(0deg) skew(0deg) scale(1);
        /* Safari ºÍ Chrome */
        -o-transform: rotate(0deg) skew(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) skew(0deg) scale(1);
        -ms-transform: rotate(360deg) skew(0deg) scale(1);
        /* IE 9 */
        -moz-transform: rotate(360deg) skew(0deg) scale(1);
        /* Firefox */
        -webkit-transform: rotate(360deg) skew(0deg) scale(1);
        /* Safari ºÍ Chrome */
        -o-transform: rotate(360deg) skew(0deg) scale(1);
    }
}

.ind-about {
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    margin: 130px 0 120px 0;
}

.ind-about .wrap {
    position: relative;
    z-index: 1;
}

.ind-about:after {
    position: absolute;
    left: -50%;
    top: 23%;
    display: block;
    content: '';
    clear: both;
    width: 4000px;
    height: 4000px;
    border-radius: 50%;
    border: 1px dashed #1f96fe;
    transform: rotate(0deg) skew(0deg) scale(1);
    -ms-transform: rotate(0deg) skew(0deg) scale(1);
    /* IE 9 */
    -moz-transform: rotate(0deg) skew(0deg) scale(1);
    /* Firefox */
    -webkit-transform: rotate(0deg) skew(0deg) scale(1);
    /* Safari ºÍ Chrome */
    -o-transform: rotate(0deg) skew(0deg) scale(1);
    animation: rotate 10s linear infinite;
    -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
}

.ind-about:before {
    position: absolute;
    left: -40%;
    top: 24%;
    display: block;
    content: '';
    clear: both;
    width: 4000px;
    height: 4000px;
    border-radius: 50%;
    border: 1px dashed #ff3d3d;
    transform: rotate(0deg) skew(0deg) scale(1);
    -ms-transform: rotate(0deg) skew(0deg) scale(1);
    /* IE 9 */
    -moz-transform: rotate(0deg) skew(0deg) scale(1);
    /* Firefox */
    -webkit-transform: rotate(0deg) skew(0deg) scale(1);
    /* Safari ºÍ Chrome */
    -o-transform: rotate(0deg) skew(0deg) scale(1);
    animation: rotate 10s linear infinite;
    -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
}

.ind-about .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ind-about .info .title {
    width: 445px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    position: relative;
}

.ind-about .info .title:after {
    content: '';
    clear: both;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff3d3d;
    position: absolute;
    left: 0;
    top: -50px;
    animation: tada 4s linear infinite;
}

.ind-about .info .title:before {
    content: '';
    clear: both;
    display: block;
    width: 50px;
    height: 2px;
    background: #1a4e92;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(36deg);
}

.ind-about .info .title .h2 {
    color: #ff3d3d;
}

.ind-about .info .title .h3 {
    font-size: 44px;
}

.ind-about .info .p {
    width: calc(100% - 845px);
    align-self: center;
    line-height: 35px;
}

.ind-about .leading {
    margin-top: 105px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.ind-about .leading .img {
    width: 60%;
}

.ind-about .leading .img img {
    max-width: 100%;
}

.ind-about .leading .info-p {
    width: 31%;
    align-self: center;
}

.ind-about .leading .info-p .tit {
    font-weight: bold;
    font-size: 48px;
    color: #1a4e92;
}

.ind-about .leading .info-p .tit span {
    color: #ff0000;
}

.ind-about .leading .info-p .h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
}

.ind-about .leading .info-p .p {
    margin-top: 20px;
    line-height: 30px;
}

.ind-about .leading .info-p .a {
    position: relative;
    width: 295px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    text-align: center;
    display: block;
    color: #fff;
    left: -43%;
    margin-top: 14%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.ind-about .leading .info-p .a span {
    position: relative;
    z-index: 1;
    letter-spacing: 4px;
}

.ind-about .leading .info-p .a:after {
    content: '';
    clear: both;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #1a4e92;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.ind-about .leading .info-p .a:before {
    content: '';
    clear: both;
    display: block;
    position: absolute;
    right: -38px;
    top: -10px;
    background: #ff0000;
    width: 66px;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.ind-about .leading .info-p .a:hover {
    -webkit-transform: translate(-5px, -5px);
    -moz-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.ind-about .leading .info-p .a:hover:before {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: skew(-20deg) translateX(10px);
    -moz-transform: skew(-20deg) translateX(10px);
    -o-transform: skew(-20deg) translateX(10px);
}

.ind-about .leading .info-p .a:hover:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0.9;
    box-shadow: 25px 25px 0 rgba(0, 0, 0, 0.1);
}

.index-banner {
    width: 100%;
    overflow: hidden;
}

.index-banner .swiper-slide {
    cursor: pointer;
}

.index-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pavilion {
    background: #f4f4f4;
    padding: 30px 40px;
    position: relative;
}

.pavilion .con {
    padding: 20px;
    background: #fff;
}

.pavilion .swiper-pagination-bullet-active {
    background: #1a4e92;
}

.pavilion .swiper-button-next,
.pavilion .swiper-button-prev {
    top: calc(50% + 12px);
    font-size: 15px;
    width: 14px;
    height: 24px;
}

.pavilion .swiper-button-next:after,
.pavilion .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
    color: #1a4e92;
}

.pavilion .swiper-button-next:focus,
.pavilion .swiper-button-prev:focus {
    outline: none;
}

.pavilion .swiper {
    overflow: hidden;
}

.pavilion .swiper-slide {
    cursor: pointer;
}

.pavilion .swiper-slide a {
    overflow: hidden;
    display: block;
    position: relative;
    height: 13vw;
}

.pavilion .swiper-slide a:after {
    display: block;
    content: '';
    clear: both;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.pavilion .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.pavilion .swiper-slide .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    color: #fff;
    padding: 20px 5%;
    z-index: 1;
}

.pavilion .swiper-slide .info .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-break: break-all;
}

.pavilion .swiper-slide .info .text {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-break: break-all;
}

.pavilion .mySwiper .swiper-slide-thumb-active a:after {
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.pavilion .mySwiper .swiper-slide-thumb-active img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.index-title {
    font-size: 36px;
    color: #1a4e92;
    font-weight: bold;
}

.index-title span {
    color: #ff0000;
}

.Brand-exhibitors {
    padding: 118px 0;
}

.Brand-exhibitors .index-brand {
    margin-top: 30px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}

.Brand-exhibitors .index-brand .swiper-slide .img {
    border: 1px solid #ddd;
    text-align: center;
    height: 120px;
    line-height: 116px;
    overflow: hidden;
}

.Brand-exhibitors .index-brand .swiper-slide .img img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.Brand-exhibitors .index-brand .swiper-slide:hover img {
    -webkit-transition: all 4s ease-out;
    -moz-transition: all 4s ease-out;
    -o-transition: all 4s ease-out;
    transition: all 4s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.Brand-exhibitors .index-brand .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px;
}

.Brand-exhibitors .index-brand .swiper-pagination-bullet-active {
    background: #1a4e92;
}

.Brand-exhibitors-img {
    margin-top: 30px;
}

.Brand-exhibitors-img img {
    width: 100%;
    max-width: 100%;
}

.pavilion5 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pavilion5 .img {
    border: 1px solid #ddd;
    text-align: center;
    height: 120px;
    width: calc(16% - 2px);
    line-height: 116px;
    overflow: hidden;
    margin-bottom: 12px;
}

.pavilion5 .img img {
    max-width: 90% !important;
    max-height: 90%;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.pavilion5 .img:hover img {
    -webkit-transition: all 4s ease-out;
    -moz-transition: all 4s ease-out;
    -o-transition: all 4s ease-out;
    transition: all 4s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.activities {
    margin-bottom: 140px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.activities .info {
    width: 450px;
    align-self: center;
    margin-left: 3vw;
}

.activities .info .text {
    margin-top: 25px;
    line-height: 26px;
}

.activities .info .s-button {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
}

.activities .info .s-button .swiper-pagination {
    position: relative;
    margin: 0 20px;
}

.activities .info .s-button .swiper-pagination-bullet {
    margin: 0 5px;
    width: 12px;
    height: 12px;
}

.activities .info .s-button .swiper-pagination-bullet:focus {
    outline: none;
}

.activities .info .s-button .swiper-pagination-bullet-active {
    background: #1a4e92;
}

.activities .info .s-button .swiper-button-next,
.activities .info .s-button .swiper-button-prev {
    position: relative;
    top: 20px;
    font-size: 15px;
    width: 14px;
    height: 24px;
    left: auto;
    right: auto;
}

.activities .info .s-button .swiper-button-next:after,
.activities .info .s-button .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
    color: #1a4e92;
}

.activities .info .s-button .swiper-button-next:focus,
.activities .info .s-button .swiper-button-prev:focus {
    outline: none;
}

.activities .con {
    width: calc(100% - 520px - 3vw);
}

.activities .con .content {
    overflow: hidden;
}

.activities .con .swiper-slide {
    margin-top: unset !important;
    margin-bottom: 20px !important;
    width: 25%;
    overflow: hidden;
}

.activities .con .swiper-slide .li {
    height: 19vw;
    overflow: hidden;
    position: relative;
}

.activities .con .swiper-slide .li:last-of-type {
    margin-top: 1vw;
}

.activities .con .swiper-slide .text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 15px 15px 15px;
    color: #fff;
    width: calc(100% - 30px);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.activities .con .swiper-slide .text:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.01), #000);
}

.activities .con .swiper-slide .text .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-break: break-all;
    z-index: 1;
    position: relative;
}

.activities .con .swiper-slide .text .time {
    z-index: 1;
    position: relative;
    margin-top: 5px;
}

.activities .con .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.activities .con .swiper-slide:nth-of-type(2n) {
    width: 36%;
}

.activities .con .swiper-slide:nth-of-type(2n) .li {
    height: 39vw;
}

.activities .con .swiper-slide:nth-of-type(2n) .li:last-of-type {
    margin-top: 0;
}

.activities .con .swiper-slide:hover img {
    -webkit-transition: all 4s ease-out;
    -moz-transition: all 4s ease-out;
    -o-transition: all 4s ease-out;
    transition: all 4s ease-out;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.activities .con .swiper-slide:hover .text {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding-bottom: 30px;
}

.activities.higher-ups {
    position: relative;
    flex-flow: row-reverse;
}

.activities.higher-ups .info {
    margin-left: 0;
    margin-right: 3vw;
}

.activities.higher-ups .con .content {
    width: 100%;
    margin-left: 0;
}

.activities.higher-ups .con .swiper-slide .li:last-of-type {
    margin-top: 0;
    height: 16vw;
}

.activities.higher-ups .con .swiper-slide:nth-of-type(2n) .li {
    height: 16vw;
}

.testimony {
    width: 100%;
    background: #1d5eb2;
    text-align: center;
    color: #fff;
}

.testimony .top {
    padding-top: 38px;
}

.testimony .top .tit {
    font-size: 36px;
}

.testimony .top .info {
    font-size: 16px;
    margin-top: 5px;
}

.testimony .top .introduce {
    width: 40%;
    margin: 60px auto 0;
}

.testimony .top .introduce .name {
    font-size: 24px;
    margin-bottom: 10px;
}

.testimony .top .introduce .position {
    font-size: 15px;
}

.testimony .top .introduce .sw {
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    padding-bottom: 30px;
}

.testimony .top .introduce .sw .swiper-button-next,
.testimony .top .introduce .sw .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.testimony .top .introduce .sw .swiper-button-next:after,
.testimony .top .introduce .sw .swiper-button-prev:after {
    font-size: 22px;
    color: #fff;
}

.testimony .top .introduce .sw .swiper-button-next:focus,
.testimony .top .introduce .sw .swiper-button-prev:focus {
    outline: none;
}

.testimony .top .testimony-sw {
    width: 95%;
    margin: 42px auto 0;
}

.testimony .top .testimony-sw .swiper-slide {
    opacity: 0.5;
    height: 26vw;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
    cursor: pointer;
}

.testimony .top .testimony-sw .swiper-slide video,
.testimony .top .testimony-sw .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimony .top .testimony-sw .swiper-slide video:focus,
.testimony .top .testimony-sw .swiper-slide img:focus {
    outline: none;
}

.testimony .top .testimony-sw .swiper-slide .fas {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    font-size: 36px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
}

.testimony .top .testimony-sw .swiper-slide-active,
.testimony .top .testimony-sw .swiper-slide-duplicate-active {
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.testimony .top .testimony-sw .swiper-slide-active .fas,
.testimony .top .testimony-sw .swiper-slide-duplicate-active .fas {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 1;
}

.prop-video {
    width: 100%;
    position: relative;
}

.prop-video video {
    display: block;
    width: 100%;
    height: 600px;
}

.prop-video .fas {
    position: absolute;
    right: -30px;
    top: -30px;
    color: #fff;
    font-size: 24px;
}

.video-porp {
    background: #000 !important;
}

.video-porp .layui-layer-content {
    height: auto !important;
}

.news {
    padding-top: 115px;
}

.news .more {
    text-align: right;
    margin-top: -33px;
}

.news .more a {
    background: #1a4e92;
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.news .more a .fas {
    margin-left: 5px;
}

.news .more a:hover {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0.7;
}

.news .con {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.news .con .info-img {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 63%;
}

.news .con .info-img .li {
    width: 50%;
}

.news .con .info-img .li .img {
    width: 100%;
    height: 330px;
    border-radius: 4px;
    overflow: hidden;
}

.news .con .info-img .li .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.news .con .info-img .li:last-of-type {
    margin-left: 30px;
}

.news .con .list {
    width: 33%;
}

.news .con .list .li .time {
    margin-top: 28px;
    padding-bottom: 26px;
}

.news .con .li .tit {
    font-size: 16px;
    line-height: 30px;
    margin-top: 14px;
    height: 60px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .con .li .time {
    margin-top: 8px;
    color: #b8bcbc;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
}

.partners {
    margin: 100px 0 0 0;
}

.partners .con {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 50px;
}

.partners .con .swiper-slide .img {
    border: 1px solid #ddd;
    text-align: center;
    height: 120px;
    line-height: 116px;
}

.partners .con .swiper-slide .img img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.partners .con .swiper-slide:hover img {
    -webkit-transition: all 4s ease-out;
    -moz-transition: all 4s ease-out;
    -o-transition: all 4s ease-out;
    transition: all 4s ease-out;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.partners .con .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px;
}

.partners .con .swiper-pagination-bullet-active {
    background: #1a4e92;
}

.link .wrap {
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
    margin-top: 30px;
}

.link a {
    margin-right: 10px;
}

.scan-code {
    margin-top: 90px;
    background: url(../images/img38.jpg) no-repeat center center;
}

.scan-code .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    height: 250px;
    align-items: center;
}

.scan-code .wrap:after {
    display: none;
}

.scan-code .info {
    color: #fff;
}

.scan-code .info .tit {
    font-size: 30px;
    margin-bottom: 10px;
}

.scan-code .info .text {
    font-size: 16px;
}



.crumbs {
    color: #aaaaaa;
    margin: 10px 0 68px 0;
}

.crumbs a {
    margin-right: 2px;
    position: relative;
    color: #aaaaaa;
}

.higher-ups-list {
    *zoom: 1;
}

.higher-ups-list:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.higher-ups-list .li {
    width: 31.33%;
    margin-right: 3%;
    float: left;
    margin-bottom: 60px;
}

.higher-ups-list .li:nth-of-type(3n) {
    margin-right: 0;
}

.higher-ups-list .li .video {
    height: 260px;
    line-height: 256px;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.higher-ups-list .li .video video,
.higher-ups-list .li .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.higher-ups-list .li .video video:focus,
.higher-ups-list .li .video img:focus {
    outline: none;
}

.higher-ups-list .li .video .fas {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    font-size: 36px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
}

.higher-ups-list .li .video:hover {
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.higher-ups-list .li .video:hover .fas {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 1;
}

.higher-ups-list .li .name {
    font-size: 16px;
    margin: 12px 0 8px 0;
}

.higher-ups-list .li .text {
    font-size: 16px;
    color: #666;
    height: 21px;
    overflow: hidden;
}

.photo-list {
    *zoom: 1;
    position: relative;
}

.photo-list:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.photo-list .li {
    width: 19.2%;
    height: 160px;
    margin-right: 1%;
    float: left;
    margin-bottom: 20px;
    cursor: pointer;
}

.photo-list .li:nth-of-type(5n) {
    margin-right: 0;
}

.photo-list .li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-list .more {
    overflow: hidden;
    width: 100%;
    text-align: right;
    padding: 15px 0 30px;
}

.photo-list .more a {
    padding: 10px 25px;
    border-radius: 5px;
    background: #1a4e92;
    color: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.photo-list .more a .fas {
    margin-left: 5px;
}

.photo-list .more a:hover {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0.7;
}

.Previous-reviews-list {
    *zoom: 1;
}

.Previous-reviews-list:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.Previous-reviews-list .li {
    width: 31.33%;
    margin-right: 3%;
    float: left;
    margin-bottom: 35px;
}

.Previous-reviews-list .li:nth-of-type(3n) {
    margin-right: 0;
}

.Previous-reviews-list .li .img {
    border: 1px solid #e8e8e8;
    height: 260px;
    line-height: 256px;
    overflow: hidden;
    text-align: center;
}

.Previous-reviews-list .li .img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.Previous-reviews-list .li .name {
    font-size: 16px;
    margin: 12px 0 8px 0;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Previous-reviews-list .li .text {
    font-size: 16px;
    color: #666;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.develop-bg {
    position: relative;
    margin-bottom: 130px;
}

.develop-bg:after {
    display: block;
    content: '';
    clear: both;
    background: #2159b7;
    height: 250px;
    width: 86px;
    position: absolute;
    left: -35px;
    bottom: -70px;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
}

.develop-list {
    overflow: hidden;
    min-height: 500px;
}

.develop-list .year-box {
    margin-bottom: 80px;
}

.develop-list .year-box .swiper-slide {
    text-align: center;
    font-size: 36px;
    color: #cccccc;
    position: relative;
}

.develop-list .year-box .swiper-slide:after {
    display: block;
    content: '';
    clear: both;
    right: -18px;
    top: 24px;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #eeeeee;
}

.develop-list .year-box .swiper-slide:last-of-type:after {
    display: none;
}

.develop-list .year-box .swiper-slide span {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: block;
}

.develop-list .year-box .swiper-slide-thumb-active span {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #1a4e92;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.develop-list .year-info {
    padding-bottom: 20px;
    position: relative;
}

.develop-list .year-info .con-li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.develop-list .year-info .con-li .img {
    position: relative;
    width: 46%;
}

.develop-list .year-info .con-li .img img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.develop-list .year-info .con-li .img:after {
    display: block;
    content: '';
    clear: both;
    width: 70%;
    height: 80%;
    position: absolute;
    right: -20px;
    bottom: -20px;
    background: #f0f4f9;
    z-index: -1;
}

.develop-list .year-info .con-li .info {
    width: 49%;
}

.develop-list .year-info .con-li .info .tit {
    font-size: 24px;
}

.develop-list .year-info .con-li .info .tit span {
    color: #1a4e92;
    margin-right: 8px;
}

.develop-list .year-info .con-li .info .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    height: 240px;
    overflow: hidden;
}

.develop-list .year-info .swiper-button-next,
.develop-list .year-info .swiper-button-prev {
    top: 88%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #1a4e92;
    background: #fff;
}

.develop-list .year-info .swiper-button-next:after,
.develop-list .year-info .swiper-button-prev:after {
    font-size: 22px;
    color: #1a4e92;
}

.develop-list .year-info .swiper-button-next {
    right: calc(50% - 165px);
}

.develop-list .year-info .swiper-button-prev {
    left: calc(50% + 15px);
}

.brand-list-tit {
    font-size: 30px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.brand-list-tit span {
    font-size: 14px;
    color: #999;
}

.brand-list {
    *zoom: 1;
}

.brand-list:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.brand-list .li {
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    height: 120px;
    width: calc(14.98% - 2px);
    margin-right: 2%;
    margin-bottom: 30px;
    line-height: 116px;
}

.brand-list .li:nth-of-type(6n) {
    margin-right: 0;
}

.brand-list .li img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}

.video-tab {
    *zoom: 1;
    margin-bottom: 50px;
    border-bottom: 2px solid #e7e7e7;
}

.video-tab:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.video-tab .li {
    float: left;
    padding: 10px 54px;
    background: #e7e7e7;
    font-size: 24px;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.video-tab .li:hover,
.video-tab .li.curr {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #1a4e92;
    color: #fff;
}

.video-tab-li {
    display: none;
}

.video-tab-li:first-of-type {
    display: block;
}

.forum-list .title {
    font-size: 30px;
}

.forum-list .time {
    margin: 42px 0 15px 0;
    *zoom: 1;
}

.forum-list .time:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.forum-list .time a {
    background: #ebebeb;
    border-radius: 30px;
    padding: 8px 25px;
    color: #666666;
    margin-right: 6px;
}

.forum-list .time a.curr {
    background: #1a4e92;
    color: #fff;
}

.forum-list .time .forum-search {
    border: 1px solid #ebebeb;
    border-radius: 20px;
    float: right;
    padding: 2px 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.forum-list .time .forum-search input {
    border: none;
    background: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    width: 250px;
}

.forum-list .time .forum-search .forum-sub {
    align-self: center;
    padding: 0 6px;
    cursor: pointer;
}

.forum-box:last-of-type {
    border-bottom: 1px solid #dbdbdb;
}

.forum-box .tit {
    font-size: 24px;
    padding: 12px 0 12px 50px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
}

.forum-box .tit:after {
    display: block;
    content: '';
    clear: both;
    border-radius: 50%;
    background: #ffc535;
    left: 15px;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    position: absolute;
}

.forum-box .con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.forum-box .con .con-time {
    width: 69px;
    text-align: center;
    padding: 36px 0;
    border-right: 1px solid #dbdbdb;
    color: #999;
}

.forum-box .con .box {
    background: #fafafa;
    width: 100%;
    padding: 20px;
    *zoom: 1;
}

.forum-box .con .box:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.forum-box .con .box .box-li {
    width: calc(25% - 48px);
    background: #fff;
    border-left: 4px solid #1a4e92;
    padding: 18px 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    margin: 8px 6px;
    float: left;
}

.forum-box .con .box .box-li .box-tit {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 26px;
    height: 52px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.forum-box .con .box .box-li .box-info {
    line-height: 26px;
}

.forum-box .con .box .box-li .box-info .fas {
    width: 18px;
    margin-right: 5px;
    color: #1a4e92;
    text-align: center;
}

.news-info .tit {
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
}

.news-info .info {
    text-align: center;
    margin: 34px 0;
    padding-bottom: 34px;
    border-bottom: 1px solid #e6e6e6;
    color: #999;
}

.news-info .con {
    line-height: 30px;
}

.news-info .con img {
    max-width: 100%;
}

.news-info .pictures-all-list .li .img img {
    width: 100% !important;
    height: 16vw !important;
    object-fit: cover;
}

.news-info .pictures-all-list .li .name {
    line-height: 21px;
}

.news-info .pictures-all-list .li .info {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
    line-height: 20px;
}

.handover {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}

.handover a {
    display: block;
    width: 100%;
    color: #666666;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    *zoom: 1;
}

.handover a:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.handover a span {
    float: right;
}

.handover a:hover {
    color: #1a4e92;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.pictures-all {
    margin-top: 68px;
    *zoom: 1;
}

.pictures-all:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.pictures-all .forum-search {
    border: 1px solid #ebebeb;
    border-radius: 20px;
    float: right;
    padding: 2px 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.pictures-all .forum-search input {
    border: none;
    background: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    width: 250px;
}

.pictures-all .forum-search .forum-sub {
    align-self: center;
    padding: 0 6px;
    cursor: pointer;
    font-size: 16px;
}

.pictures-all .letter {
    margin-right: 20px;
    float: right;
    line-height: 24px;
}

.pictures-all .letter a {
    font-size: 13px;
    color: #999;
}

.pictures-all .letter a.curr {
    color: #1f96fe;
}

.pictures-top {
    position: relative;
}

.pictures-top .swiper {
    overflow: hidden;
}

.pictures-top .swiper-button-next:after,
.pictures-top .swiper-button-prev:after {
    font-size: 28px;
    font-weight: bold;
    color: #b8b8b8;
}

.pictures-top .swiper-button-next:focus,
.pictures-top .swiper-button-prev:focus {
    outline: none;
}

.pictures-top .swiper-button-next {
    right: -50px;
}

.pictures-top .swiper-button-prev {
    left: -50px;
}

.pictures-top .swiper-slide .li {
    position: relative;
}

.pictures-top .swiper-slide .li .img {
    width: 100%;
    height: 24vw;
}

.pictures-top .swiper-slide .li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pictures-top .swiper-slide .li .img:after {
    display: block;
    content: '';
    clear: both;
    width: 100%;
    height: 33%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.01), #000);
}

.pictures-top .swiper-slide .li .name {
    position: absolute;
    left: 0;
    bottom: 78px;
    z-index: 2;
    color: #fff;
    padding: 8px 40% 8px 20px;
    font-size: 20px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #1f96fe);
}

.pictures-top .swiper-slide .li .info {
    position: absolute;
    width: calc(100% - 40px);
    padding: 0 20px;
    left: 0;
    bottom: 20px;
    z-index: 1;
    color: #fff;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pictures-all-list {
    *zoom: 1;
}

.pictures-all-list:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.pictures-all-list .li {
    width: 17%;
    float: left;
    margin-right: 3.75%;
    margin-bottom: 20px;
}

.pictures-all-list .li:nth-of-type(5n) {
    margin-right: 0;
}

.pictures-all-list .li .img {
    width: 100%;
    height: 16vw;
}

.pictures-all-list .li .img img {
    width: 100%;
    height: 16vw;
    object-fit: cover;
}

.pictures-all-list .li .name {
    font-size: 16px;
    text-align: center;
    margin: 14px 0 8px 0;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pictures-all-list .li .info {
    text-align: center;
    color: #666;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogue-li {
    *zoom: 1;
}

.catalogue-li:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.catalogue-li .li {
    width: 48.5%;
    margin-right: 3%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    float: left;
}

.catalogue-li .li:nth-of-type(2n) {
    margin-right: 0;
}

.catalogue-li .li .img {
    width: 166px;
    height: 166px;
    line-height: 166px;
    text-align: center;
    border: 2px solid #ddd;
}

.catalogue-li .li .img img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}

.catalogue-li .li .info {
    width: calc(100% - 200px);
}

.catalogue-li .li .info .company {
    font-size: 24px;
    color: #1a4e92;
}

.catalogue-li .li .info .no {
    line-height: 30px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogue-li .li .info .no .fas {
    color: #1a4e92;
}

.catalogue-li .li .info .text {
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
}

.catalogue-box .catalogue-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.catalogue-box .catalogue-list .img {
    width: 280px;
    height: 140px;
    line-height: 140px;
    border: 1px solid #ddd;
    text-align: center;
}

.catalogue-box .catalogue-list .img img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}

.catalogue-box .catalogue-list .info-p {
    width: calc(100% - 310px);
}

.catalogue-box .catalogue-list .info-p .company {
    font-size: 24px;
    color: #1a4e92;
    margin-bottom: 25px;
}

.catalogue-box .catalogue-list .info-p .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.catalogue-box .catalogue-list .info-p .box .p {
    margin-right: 60px;
    line-height: 30px;
}

.catalogue-box .catalogue-list .info-p .box .p a {
    border-bottom: 1px solid #2664ff;
    color: #2664ff;
}

.catalogue-box .Introduction {
    line-height: 28px;
}

.catalogue-box .classic {
    margin-top: 40px;
}

.catalogue-box .classic .title {
    font-size: 18px;
    margin-bottom: 30px;
}

.catalogue-box .classic .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.catalogue-box .classic .box .li {

    margin-bottom: 50px;
}

.catalogue-box .classic .box .li .img {

    height: 230px;
    line-height: 250px;
    vertical-align: middle;
}

.catalogue-box .classic .box .li .img img {
    /*max-width: 100%;*/
    max-height: 100%;
    vertical-align: middle;
}

.catalogue-box .classic .box .li .tit {
    font-size: 16px;
    margin: 15px 0;
    padding-bottom: 20px;
}

.table {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.table table {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.table table:last-of-type {
    margin-right: 0;
}

.table table tr td {
    line-height: 26px;
    font-size: 14px;
}

.table table tr td:first-of-type {
    text-align: center;
    width: 90px;
    font-size: 15px;
}

.table table tr:first-of-type td:first-of-type {
    border-radius: 8px 0 0 0;
}

.table table tr:first-of-type td:last-of-type {
    border-radius: 0 8px 0 0;
}

.table table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 8px;
}

.table table tr:last-of-type td:last-of-type {
    border-radius: 0 0 8px 0;
}

.table table td {
    padding: 12px 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.table table td:first-of-type {
    background: #0032a0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.table.table-center table tr td {
    text-align: center;
}

.table-process {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.table-process table {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.table-process table:last-of-type {
    margin-right: 0;
}

.table-process table tr td {
    line-height: 26px;
    font-size: 14px;
}

.table-process table tr td:first-of-type {
    text-align: center;
    width: 32px;
    font-size: 15px;
}

.table-process table tr:first-of-type td {
    background: #eeeeee;
    color: #999999;
}

.table-process table tr:first-of-type td:nth-of-type(2) {
    background: #0032a0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.table-process table tr:first-of-type td:first-of-type {
    border-radius: 8px 0 0 0;
}

.table-process table tr:first-of-type td:last-of-type {
    border-radius: 0 8px 0 0;
}

.table-process table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 8px;
}

.table-process table tr:last-of-type td:last-of-type {
    border-radius: 0 0 8px 0;
}

.table-process table td {
    text-align: center;
    padding: 12px 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.table-process table td:nth-of-type(2) {
    background: #0032a0;
    color: #fff;
    font-size: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pavilion-table {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
}

.pavilion-table table {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.pavilion-table table:last-of-type {
    margin-right: 0;
}

.pavilion-table table tr td {
    line-height: 26px;
    font-size: 14px;
}

.pavilion-table table tr:first-of-type td {
    background: #0032a0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.pavilion-table table td {
    padding: 12px 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.table-Advertising {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.table-Advertising table {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.table-Advertising table:last-of-type {
    margin-right: 0;
}

.table-Advertising table tr th {
    background: #0032a0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.table-Advertising table tr td {
    line-height: 26px;
    font-size: 14px;
}

.table-Advertising table tr td:first-of-type {
    text-align: center;
    width: 90px;
    font-size: 15px;
}

.table-Advertising table tr td img {
    width: 200px;
}

.table-Advertising table tr:first-of-type th:first-of-type {
    border-radius: 8px 0 0 0;
}

.table-Advertising table tr:first-of-type th:last-of-type {
    border-radius: 0 8px 0 0;
}

.table-Advertising table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 8px;
}

.table-Advertising table tr:last-of-type td:last-of-type {
    border-radius: 0 0 8px 0;
}

.table-Advertising table td,
.table-Advertising table th {
    padding: 12px 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

.table-Advertising.table-left table tr td:first-of-type {
    background: #0032a0;
    color: #fff;
}

.Activities-table table th,
.Activities-table table td {
    text-align: left;
}

.Activities-table table tr td:first-of-type {
    text-align: left;
}

.Activities-img {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.Activities-img .img {
    width: 48.5%;
    border-radius: 15px;
    overflow: hidden;
}

.Activities-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-box .li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

.news-box .li .img {
    width: 240px;
    height: 140px;
    text-align: center;
    line-height: 140px;
    overflow: hidden;
}

.news-box .li .img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.news-box .li .info {
    width: calc(100% - 440px);
    align-self: center;
}

.news-box .li .info .tit {
    font-size: 24px;
    margin-bottom: 15px;
}

.news-box .li .info .text {
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-box .li .time {
    width: 100px;
    height: 140px;
    border-radius: 10px;
    border: 1px solid #ddd;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-box .li .time .day {
    font-size: 36px;
    margin-bottom: 10px;
}

.download-box {
    min-height: 700px;
}

.download-box .title {
    font-size: 30px;
}

.download-box .title2 {
    margin-top: 40px;
}

.download-box .box-list {
    margin-top: 34px;
    *zoom: 1;
}

.download-box .box-list:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.download-box .box-list .li {
    background: #f1f1f1;
    border-radius: 8px;
    width: calc(31.3% - 40px);
    margin-right: 3%;
    float: left;
    margin-bottom: 30px;
    padding: 26px 20px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-box .box-list .li:hover {
    background: #d1dce9;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.download-box .box-list .li:nth-of-type(3n) {
    margin-right: 0;
}

.download-box .box-list .li .ico {
    width: 87px;
}

.download-box .box-list .li .ico .fas {
    color: #efce4a;
    font-size: 50px;
}

.download-box .box-list .li .info {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-box .box-list .li .info .text {
    width: calc(100% - 120px);
}

.download-box .box-list .li .info .text .name {
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.download-box .box-list .li .info .text .size {
    color: #999;
}

.download-box .box-list .li .info .a {
    background: #1a4e92;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
}

.about-page:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    right: -210px;
    bottom: calc(-50% + 300px);
    width: 340px;
    height: 600px;
    background: #f5f5f5;
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    transform: skewX(25deg);
}

.about-page .title {
    font-size: 48px;
    color: #1a4e92;
    text-align: center;
}

.about-page .title span {
    color: #e3272b;
}

.about-page .tit-p {
    text-align: center;
    font-size: 16px;
}

.about-page .info-img {
    text-align: center;
    position: relative;
    margin-top: 40px;
    z-index: 1;
}

.about-page .info-img img {
    width: 100%;
    display: block;
}

.about-page .info-img:after {
    position: absolute;
    left: -22px;
    top: -50px;
    width: 122px;
    height: 330px;
    display: block;
    content: '';
    clear: both;
    background: #c90f0f;
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    transform: skewX(25deg);
}

.about-page .info-img .info-box {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #2159b7;
    padding: 30px;
    width: 60%;
    text-align: left;
    color: #fff;
}

.about-page .info-img .info-box .info-p {
    line-height: 30px;
}

.about-page .info-img .info-box .info-tit {
    font-size: 24px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about-page .science-technology {
    margin: 80px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.about-page .science-technology:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    right: -50px;
    bottom: -80px;
    width: 85px;
    height: 200px;
    background: #d3def1;
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.about-page .science-technology .li {
    width: 47%;
    position: relative;
    z-index: 1;
}

.about-page .science-technology .li .tit {
    color: #1a4e92;
    font-size: 24px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 30px;
}

.about-page .science-technology .li .tit:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    height: 100%;
    width: 6px;
    background: #1a4e92;
    left: 0;
    top: 0;
}

.about-page .science-technology .li .tit-t {
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0 10px;
}

.about-page .science-technology .li .info {
    line-height: 30px;
}

.about-page .science-technology .li .info.curr {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.about-page .science-technology .li .more {
    text-align: right;
    font-size: 14px;
    color: #1a4e92;
    cursor: pointer;
}

.about-page .science-technology .li .more .fa {
    margin-left: 4px;
}

.science-page .title {
    font-size: 36px;
}

.science-page .info-img .info-box {
    width: calc(100% - 60px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.science-page .science-technology .li {
    width: 100%;
}

.data-statistics {
    background: #2159b7;
    padding: 110px 0;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.data-statistics .sp {
    display: block;
    content: '';
    clear: both;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 500px;
    height: 500px;
    position: absolute;
    left: calc(50% - 250px);
    top: 64px;
    -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
    -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
    -o-transform: rotateZ(45deg) skew(10deg, 10deg);
    transform: rotateZ(45deg) skew(10deg, 10deg);
}

.data-statistics .sp:nth-of-type(1) {
    left: calc(50% - 700px);
}

.data-statistics .sp:nth-of-type(3) {
    left: calc(50% + 210px);
}

.data-statistics .con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.data-statistics .con .li {
    text-align: center;
}

.data-statistics .con .li .digital span {
    font-size: 48px;
}

.data-statistics .con .li .tit {
    font-size: 16px;
    margin-top: 4px;
}

.exhibitors-data {
    margin: 80px 0;
}

.exhibitors-data .title {
    color: #1a4e92;
    font-size: 24px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 30px;
}

.exhibitors-data .title:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    height: 100%;
    width: 6px;
    background: #1a4e92;
    left: 0;
    top: 0;
}

.exhibitors-data .pie {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: #2c50ee;
    overflow: hidden;
    background-image: linear-gradient(to left, transparent 50%, #f7f7f7 0);
    position: relative;
}

.exhibitors-data .pie:nth-of-type(2) {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.exhibitors-data .pie:before {
    content: '';
    display: block;
    margin-left: 50%;
    height: 100%;
    border-radius: 0 100% 100% 0/50%;
    background-color: inherit;
    transform-origin: left;
    transform: rotate(0.4turn);
}

.exhibitors-data .pie:after {
    content: '';
    display: block;
    width: 185px;
    height: 185px;
    position: absolute;
    left: calc(50% - 92.5px);
    top: calc(50% - 92.5px);
    border-radius: 50%;
    background: #fff;
}

.exhibitors-data .box {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.exhibitors-data .box:after {
    display: block;
    content: '';
    clear: both;
    width: 40px;
    height: 1px;
    background: #c90f0f;
    left: 0;
    bottom: -1px;
    position: absolute;
}

.exhibitors-data .box .tit {
    position: absolute;
    left: calc(50% - 90px);
    top: calc(50% - 90px);
    z-index: 1;
    width: 180px;
    height: 180px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exhibitors-data .box .tit b,
.exhibitors-data .box .tit strong {
    display: block;
    color: #2c50ee;
    font-size: 24px;
    margin-bottom: 8px;
}

.exhibitors-data .box .tit span {
    line-height: 26px;
    font-size: 14px;
}

.exhibitors-data .Brand-exhibition-page {
    margin-top: 40px;
}

.exhibitors-data .Brand-exhibition-page .title b {
    font-weight: normal;
    color: #c90f0f;
}

.exhibitors-data .Brand-exhibition-page .title:after {
    background: #c90f0f;
}

.exhibitors-data .Brand-exhibition-page .title span {
    font-size: 14px;
    color: #999;
}

.exhibitors-data .Brand-exhibition-page .Brand-exhibitors {
    padding: 0;
}

.exhibitors-data.reason-box .title span {
    color: #c90f0f;
}

.exhibitors-data.reason-box .ul {
    line-height: 35px;
    background: #efefef;
    border-radius: 8px;
    padding: 20px 30px;
}

.exhibitors-data.reason-box .ul .fas {
    color: #1a4e92;
    margin-right: 5px;
}

.exhibitors-data.reason-box .apply-tit {
    margin: 30px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.exhibitors-data.reason-box .apply-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exhibitors-data.reason-box .apply-box span {
    width: 19.5%;
    margin: 5px 0;
    background: #c90f0f;
    padding: 12px 0;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.exhibitors-data.reason-box .apply-box span:nth-of-type(2n) {
    background: #1a4e92;
}

.exhibitors-data.reason-box .apply-box span .fas {
    width: 30px;
    text-align: center;
    font-size: 20px;
}

.exhibitors-data.reason-box .img {
    text-align: center;
    margin: 30px 0;
}

.exhibitors-data.reason-box .img img {
    max-width: 100%;
}

.exhibitors-data.exposure-box .info {
    line-height: 30px;
}

.exhibitors-data.exposure-box .img {
    text-align: center;
    margin: 30px 0 0;
}

.exhibitors-data.exposure-box .img img {
    width: 100%;
}

.exhibitors-data.exposure-box .t {
    background: #1a4e92;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.promote-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.promote-box .li {
    width: calc(32% - 60px);
    padding: 25px 30px;
    background: rgba(26, 78, 146, 0.1);
    color: #1a4e92;
    border-radius: 8px;
}

.promote-box .li .ico {
    font-size: 64px;
}

.promote-box .li .tit {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
}

.promote-box .li .url {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.promote-box .li .text {
    line-height: 30px;
}

.content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-wrap .li {
    position: relative;
    border: 1px solid #1a4e92;
    border-radius: 5px;
    margin-bottom: 30px;
    width: calc(49% - 52px);
    padding: 25px;
    font-weight: bold;
}

.content-wrap .li .fa-phone-volume {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 152px;
    opacity: 0.1;
    color: #1a4e92;
}

.content-wrap .li .tit {
    font-size: 24px;
    color: #1a4e92;
}

.content-wrap .li .p {
    font-size: 14px;
    color: #1a4e92;
    margin-top: 8px;
}

.content-wrap .li .name {
    font-size: 16px;
    margin-top: 20px;
}

.content-wrap .li .box {
    margin: 20px 0;
    line-height: 26px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.content-wrap .li .box p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.content-wrap .li .box .fas {
    color: #1a4e92;
    width: 18px;
    margin: 6px 5px 0 0;
    text-align: center;
}

.media-page {
    line-height: 28px;
}

.media-ul-tit {
    margin-bottom: 20px;
    font-size: 16px;
}

.media-ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px 0 20px 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
    border-bottom: 1px solid #dddddd;
}

.media-ul li {
    width: 30%;
    padding-left: 25px;
    position: relative;
    line-height: 40px;
}

.media-ul li:after {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0;
    background: #1a4e92;
    display: block;
    content: '';
    clear: both;
}

.pavilion-page-tit {
    color: #1a4e92;
    font-size: 24px;
    font-weight: bold;
    margin-top: 60px;
}

.pavilion-page-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.pavilion-page-img .img {
    width: 50%;
}

.pavilion-page-img .img img {
    cursor: pointer;
    max-width: 100%;
}

.pavilion-page-info {
    line-height: 28px;
    margin-top: 10px;
}

.booth-figure {
    margin: 60px 0;
    text-align: center;
}

.booth-figure a {
    cursor: pointer;
    padding: 15px 35px;
    background: #1a4e92;
    color: #fff;
    border-radius: 8px;
}

.theme-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.theme-top .title {
    writing-mode: vertical-lr;
    width: 110px;
    font-size: 12px;
    position: relative;
}

.theme-top .title:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 25px;
    top: 0;
    height: 20px;
    border-right: 1px solid #c90f0f;
}

.theme-top .title:before {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 25px;
    top: 0;
    height: 100%;
    border-right: 1px solid #e9e9e9;
}

.theme-top .con {
    width: calc(100% - 110px);
}

.theme-top .con .tit {
    font-size: 24px;
    margin-bottom: 15px;
}

.theme-top .con .text {
    line-height: 30px;
}

.theme-img {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

.theme-img:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    border-bottom: 1px solid #c90f0f;
}

.theme-img:before {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

.theme-img img {
    max-width: 100%;
    width: 100%;
}

.theme-li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.theme-li .info {
    width: 50%;
    padding-left: 3vw;
    padding-right: 82px;
}

.theme-li .info .tit {
    font-size: 24px;
    color: #1a4e92;
    margin-bottom: 25px;
}

.theme-li .info .text {
    line-height: 28px;
}

.theme-li .img {
    width: calc(50% + 3vw + 107px);
}

.theme-li .img img {
    width: 100%;
    display: block;
}

.theme-li:nth-of-type(2n) {
    flex-flow: row-reverse;
}

.theme-li:nth-of-type(2n) .info {
    padding-right: 3vw;
    padding-left: 82px;
}

.advertising-wrap .top-tab {
    *zoom: 1;
    border-radius: 8px 8px 0 0;
    border: 1px solid #dddddd;
}

.advertising-wrap .top-tab:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
}

.advertising-wrap .top-tab .li {
    float: left;
    padding: 18px 25px;
    position: relative;
    cursor: pointer;
}

.advertising-wrap .top-tab .li.curr {
    color: #c90f0f;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.advertising-wrap .top-tab .li.curr:after {
    display: block;
    content: '';
    clear: both;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #c90f0f;
}

.advertising-wrap .con-tab {
    margin: 30px 0;
}

.advertising-wrap .con-tab .tab-li {
    display: none;
    line-height: 28px;
}

.advertising-wrap .con-tab .tab-li .table {
    margin: 20px 0;
}

.advertising-wrap .con-tab .tab-li .table table tr td:first-of-type {
    width: auto;
}

.advertising-wrap .con-tab .tab-li .subarea-li {
    padding: 30px 0;
    border-top: 1px solid #dddddd;
    margin-top: 30px;
}

.advertising-wrap .con-tab .tab-li .subarea-li .t {
    font-size: 16px;
    font-weight: bold;
}

.advertising-wrap .con-tab .tab-li .subarea-li .p {
    font-size: 14px;
    color: #999;
}

.advertising-wrap .con-tab .tab-li .subarea-li .img {
    margin: 20px 0;
}

.advertising-wrap .con-tab .tab-li .subarea-li .img img {
    max-width: 100%;
}

.advertising-wrap .con-tab .tab-li .distribute-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.advertising-wrap .con-tab .tab-li .distribute-box .distribute-li {
    margin-right: 10%;
}

.advertising-wrap .con-tab .tab-li .distribute-box .distribute-li:last-of-type {
    margin-right: 0;
}

.Display-range {
    margin-bottom: 80px;
}

.Display-range .title {
    color: #1a4e92;
    font-size: 24px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}

.Display-range .title:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    height: 100%;
    width: 6px;
    background: #1a4e92;
    left: 0;
    top: 0;
}

.Display-range .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.Display-range .box .li {
    width: calc(50% - 51px);
    padding: 30px 50px 30px 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.Display-range .box .li:nth-of-type(2n) {
    border-right: 0;
    padding: 30px 0 30px 50px;
}

.Display-range .box .li .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.Display-range .box .li .p {
    line-height: 28px;
}

.Display-range-data .con {
    justify-content: space-around;
}

.Exhibition-planning {
    margin: 40px 0;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 40px;
}

.Exhibition-planning .title {
    color: #1a4e92;
    font-size: 24px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}

.Exhibition-planning .title:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    height: 100%;
    width: 6px;
    background: #1a4e92;
    left: 0;
    top: 0;
}

.Exhibition-planning .p {
    margin-bottom: 10px;
}

.Exhibition-planning .img {
    text-align: center;
}

.Exhibition-planning .img img {
    max-width: 100%;
}

.Exhibition-planning .Brand-exhibitors {
    padding: 0;
}

.Exhibition-planning .exhibitors-data .box {
    padding-bottom: 0;
    border-bottom: 0;
}

.Exhibition-planning .exhibitors-data .box:after {
    display: none;
}

.Exhibition-planning .info {
    line-height: 35px;
}

.Exhibition-planning .img-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.Exhibition-planning .img-box .img {
    width: 24%;
    border-radius: 10px;
    overflow: hidden;
}

.Exhibition-planning .img-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pavilion-img .img-box {
    flex-wrap: wrap;
}

.pavilion-img .img-box .img {
    width: 31.33%;
    margin-bottom: 40px;
}

.analyse-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.cluster-box .li {
    width: 48%;
}

.cluster-box .li .p {
    line-height: 35px;
}

.watching-focus-t {
    color: #e3272b;
    font-weight: bold;
    font-size: 24px;
}

.watching-focus-t span {
    font-size: 14px;
}

.Booth-layout-box .title {
    color: #1a4e92;
    font-size: 24px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}

.Booth-layout-box .title:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    height: 100%;
    width: 6px;
    background: #1a4e92;
    left: 0;
    top: 0;
}

.Booth-layout-box .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.Booth-layout-box .box .li {
    width: 48%;
}

.Booth-layout-box .box .li .img img {
    max-width: 100%;
}

.Booth-layout-box .Booth-img {
    text-align: center;
    margin-top: 80px;
}

.Booth-layout-box .Booth-img img {
    max-width: 100%;
}

.instructions-box {
    margin-top: 40px;
}

.instructions-box .box {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.instructions-box .box:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.instructions-box .box .li {
    width: 50%;
}

.instructions-box .box .li .tit {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

.instructions-box .box .li .tit .fas {
    margin-right: 5px;
    font-size: 22px;
    color: #1a4e92;
    vertical-align: bottom;
}

.instructions-box .box .li .info {
    color: #666666;
    line-height: 30px;
}

.requirements-box {
    margin-top: 60px;
    background: #eaeff5;
    border-radius: 10px;
    padding: 60px;
    position: relative;
}

.requirements-box .fas {
    font-size: 360px;
    position: absolute;
    right: 15%;
    top: 15%;
    color: #1a4e92;
    opacity: 0.1;
}

.requirements-box .con {
    position: relative;
    z-index: 1;
}

.requirements-box .tit {
    color: #e3272b;
    font-size: 20px;
    margin-bottom: 15px;
}

.requirements-box .box {
    line-height: 34px;
}

.fa-check-c {
    color: #1a4e92;
    font-size: 18px;
}

.fa-times-c {
    color: #e3272b;
    font-size: 18px;
}

.Group-Visit-t {
    font-size: 22px;
    color: #1a4e92;
}

.Group-Visit-t span {
    color: #666;
    font-size: 16px;
}

.Group-Visit-info {
    margin: 25px 0 25px 0;
    position: relative;
    padding-left: 20px;
}

.Group-Visit-info:after {
    display: block;
    content: '';
    clear: both;
    width: 10px;
    height: 10px;
    background: #e3272b;
    left: 0;
    top: calc(50% - 4px);
    position: absolute;
}

.Group-Visit-tit {
    font-size: 18px;
}

.Group-Visit-p {
    line-height: 32px;
    margin-top: 6px;
}

.Group-Visit-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.Group-Visit-img .img {
    width: 31.33%;
}

.Group-Visit-img .img img {
    max-width: 100%;
}

.Visit-registration-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page {
    margin-top: 10px;
}

.pages,
.paginate {
    padding: 25px 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.pages a,
.paginate a,
.pages span,
.paginate span {
    padding: 8px 14px;
    border-radius: 5px;
    border: 1px solid #d1e0ec;
    color: #333;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    margin: 0 2px;
}

.pages a:hover,
.paginate a:hover,
.pages span:hover,
.paginate span:hover {
    background: #1a4e92;
    border-color: #1a4e92;
    color: #fff;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.pages span,
.paginate span {
    background: #1a4e92;
    border-color: #1a4e92;
    color: #fff;
}

.pages .pagination,
.paginate .pagination {
    justify-content: center;
}

.newsList-row {
    max-width: 1200px;
    margin: auto;
}

.newsList-row .newsList-ul .newsList {
    overflow: hidden;
    border-bottom: 1px #ddd solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
    transition: 0.6s;
}

.newsList-row .newsList-ul .newsList .newsList-img {
    width: 300px;
    float: left;
    height: 200px;
    border: 1px #ddd solid;
    text-align: center;
    vertical-align: middle;
}

.newsList-row .newsList-ul .newsList .newsList-img img {
    max-width: 100%;
    max-height: 100%;
}

.newsList-row .newsList-ul .newsList .newsList-text-row .newsList-name {
    font-size: 18px;
    font-weight: bold;
}

.newsList-row .newsList-ul .newsList .newsList-text-row .newsList-text {
    line-height: 1.5;
    margin-top: 10px;
}

.newsList-row .newsList-ul .newsList:hover {
    transform: translate(-10px);
}

.newsList-row .newsList-ul .newsList:hover a {
    color: #1a4e92;
}

@media screen and (min-width: 1921px) {
    .banner {
        width: 100%;
    }

    .banner .banner-con .swiper-slide img {
        width: 100%;
    }

    .wrap {
        width: 94%;
        margin: 0 3%;
    }

    .page-wrap {
        width: 85%;
        margin: 0 7.5%;
    }

    .scan-code {
        background-size: cover;
    }
}

@media screen and (max-width: 1700px) {
    .wrap {
        width: 94%;
        margin: 0 3%;
    }

    .page-wrap {
        width: 85%;
        margin: 0 7.5%;
    }

    .banner {
        width: 100%;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .banner .banner-con .swiper-slide img {
        width: 100%;
    }
}

@media screen and (max-width: 1440px) {
    .banner .top .nav .li .a {
        padding: 20px 18px 50px;
    }
}
