@charset "UTF-8";

.content .screen1 {
    /* basic */
}

.content .screen1 .swiper-container {
    position: relative;
    overflow: hidden;
}

.content .screen1 .swiper-container,
.content .screen1 .swiper-wrapper {
    width: 100%;
}

.content .screen1 .swiper-slide {
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    align-items: center;
    cursor: grab;
}

.content .screen1 .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.screen1,
.screen2,
.screen3,
.screen4,
.screen5,
.screen6,
.screen7 {
    width: 100%;
    min-width: 1200px;
    visibility: visible;
    /*visibility: hidden;0826号修改*/
}

.screen1.show,
.screen2.show,
.screen3.show,
.screen4.show,
.screen5.show,
.screen6.show,
.screen7.show {
    visibility: visible;
    animation: showScreen 0.5s;
}

.screen1 {
    visibility: visible;
    height: 100vh;
}

.screen2 video {
    width: 100%;
}

.screen3 img {
    width: 100%;
}

.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
    color: #999;
}

.swiper-showcase {
    overflow: hidden;
    position: relative;
}

.swiper-showcase .swiper-slide {
    height: unset;
}

.swiper-showcase .control {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
    width: 50%;
    height: 15%;
    z-index: 9;
    border-image: linear-gradient(270deg, #3590C7, #864595, #F43433, #E2B421, #8FC243) 10 10;
    border-top: 3px solid;
}

.swiper-showcase .control .icon {
    width: 30px;
    height: 22px;
    background-size: contain;
    margin: 28px auto;
}

.swiper-showcase .control .icon.left {
    background-image: url("https://www.eventer.cn/templets/default/images/new/home/left.png");
}

.swiper-showcase .control .icon.right {
    background-image: url("https://www.eventer.cn/templets/default/images/new/home/right.png");
}

.swiper-showcase .control .prev,
.swiper-showcase .control .next {
    width: 49%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    float: left;
    transition: background-color 300ms;
    display: flex;
    flex: 1;
    justify-items: center;
    align-items: center;
}

.swiper-showcase .control .prev:hover,
.swiper-showcase .control .next:hover {
    background-color: #333;
}

.swiper-showcase .control .prev {
    border-image: linear-gradient(0deg, #3590C7, #864595, #F43433, #E2B421, #8FC243) 10 10;
    border-right: 3px solid;
}

.swiper-showcase .cover {
    width: 50%;
    float: left;
}

.swiper-showcase .cover img {
    display: block;
    width: 100%;
}

.swiper-showcase .detail {
    width: 50%;
    height: 100%;
    color: #F9FBFC;
    background-color: #000;
    float: left;
    position: relative;
}

.swiper-showcase .detail h2 {
    margin-top: 3%;
    margin-left: 90px;
    font-weight: normal;
    font-size: 44px;
    width: 355px;
}

.swiper-showcase .detail h4 {
    margin-top: 3%;
    margin-left: 90px;
    font-weight: normal;
    font-size: 44px;
    width: 355px;
}

.swiper-showcase .detail .con {
    width: 439px;
    height: 174px;
    background-image: url("https://www.eventer.cn/templets/default/images/new/home/border.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 38px;
    margin-left: 90px;
    position: relative;
}

.swiper-showcase .detail .con .title {
    position: absolute;
    width: 118px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: #FFFFFF;
    font-size: 20px;
    color: #131313;
    left: 10px;
    top: -50px;
}

.swiper-showcase .detail .con .text {
    display: inline-block;
    width: 366px;
    height: 81px;
    line-height: 20px;
    font-size: 14px;
    color: #EAEEEB;
    margin: 50px;
    overflow: hidden;
    position: relative;
}

.swiper-showcase .detail .con .text:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 2px;
    padding-left: 5px;
    background: #000;
}

.swiper-showcase .detail .con .btn {
    position: absolute;
    right: 35px;
    bottom: -6px;
    display: inline-block;
    text-align: center;
    width: 64px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #5BBEFA;
    color: #5BBEFA;
}

.swiper-showcase .detail .slogan {
    width: 52px;
    height: 454px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://www.eventer.cn/templets/default/images/new/home/slogen.png");
    position: absolute;
    top: 0;
    right: 0;
}

/* screen4 start */
.model_title h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-top: 70px;
}

.screen4 {
    width: 90%;
    margin: 70px auto;
    background: #e6e4e4;
    overflow: hidden;
    border-radius: 15px;
}

.screen4-li {
    position: relative;
}

.screen4-li-img {
    width: 65%;
    float: left;
    background: #e6e4e4;
}

.screen4-li img {
    width: 100%;
}

.screen4-li-msg {
    width: 35%;
    display: inline-block;
    text-align: center;
    position: absolute;
    height: 100%;
    background: #e6e4e4;
}

.screen4-li-msg p {
    margin: 70px 30px 30px 30px;
    font-size: 24px;
    text-align: center;
    font-weight: 800;
}

.screen4-li-msg span {
    font-size: 16px;
    text-align: center;
    padding: 0px 20px 0px 30px;
    display: block;
    line-height: 30px;
    color: #7c7c7c;
}

.screen4-li-btn {
    width: 190px;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    background: #000;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    margin-top: 20px;
}

/* screen5 start */
.home_list {
    margin: 0 auto;
    margin-top: 70px;
    width: 1200px;
    height: 310px;
}

.home_list_one {
    float: left;
    width: calc(20% - 16px);
    height: 310px;
}

.home_list_one_colour {
    width: 100%;
    height: 25px;
    background: #F43433;
    line-height: 25px;
}

.home_list_one_colour ul {
    width: 100%;
    height: 172px;
    background: #EEEEF0;
}

.home_list_one_colour ul li {
    margin-left: 10px;
    width: calc(100% - 20px);
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home_list_one_colour ul li a {
    font-size: 12px;
    color: #000000;
}

.home_list_one_colour ul li a:hover {
    color: #FF0000;
    text-decoration: none;
}

.home_list_span {
    color: #ffffff;
}

.home_list_rm {
    height: 114px;
    background: #EEEEF0;
}

.home_list_rm a img {
    width: 100%;
    height: 114px;
}

.home_list_five_coloru ul {
    width: 100%;
    height: 172px;
    background: #EEEEF0;
}

.home_list_five_coloru ul li {
    margin-left: 10px;
    width: calc(100% - 20px);
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home_list_five_coloru ul li a {
    font-size: 12px;
    color: #000000;
}

.home_list_five_coloru ul li a:hover {
    color: #FF0000;
    text-decoration: none;
}

.home_list_two {
    float: left;
    margin-left: 20px;
    width: calc(20% - 16px);
    height: 310px;
}

.home_list_two_coloru {
    width: 100%;
    height: 25px;
    background: #3590C7;
    line-height: 25px;
}

.nian_t {
    padding-left: 15px;
}

.home_list_two_coloru ul {
    width: 100%;
    height: 172px;
    background: #EEEEF0;
}

.home_list_two_coloru ul li {
    margin-left: 10px;
    width: calc(100% - 20px);
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home_list_two_coloru ul li a {
    font-size: 12px;
    color: #000000;
}

.home_list_two_coloru ul li a:hover {
    color: #FF0000;
    text-decoration: none;
}

.home_list_activity {
    color: #ffffff;
}

.home_list_three_coloru {
    width: 100%;
    height: 25px;
    background: #E2B421;
    line-height: 25px;
}

.home_list_three_coloru ul {
    width: 100%;
    height: 172px;
    background: #EEEEF0;
}

.home_list_three_coloru ul li {
    margin-left: 10px;
    width: calc(100% - 20px);
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home_list_three_coloru ul li a {
    font-size: 12px;
    color: #000000;
}

.home_list_three_coloru ul li a:hover {
    color: #FF0000;
    text-decoration: none;
}

.home_list_four_coloru {
    width: 100%;
    height: 25px;
    background: #864595;
    line-height: 25px;
}

.home_list_four_coloru ul {
    width: 100%;
    height: 172px;
    background: #EEEEF0;
}

.home_list_four_coloru ul li {
    margin-left: 10px;
    width: calc(100% - 20px);
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home_list_four_coloru ul li a {
    font-size: 12px;
    color: #000000;
}

.home_list_four_coloru ul li a:hover {
    color: #FF0000;
    text-decoration: none;
}

.home_list_five_coloru {
    width: 100%;
    height: 25px;
    background: #8FC243;
    line-height: 25px;
}

/* screen5 end */

.screen6 > a > img {
    width: 100%;
}

.screen7 {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    /* height: 760px; */
    background-size: cover;
    /* background-image: url("https://www.eventer.cn/templets/default/images/new/home/newsbg.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.screen7 .screen7-title {
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
}

.screen7 .swiper-category {
    padding-top: 38px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.screen7 .cases-con {
    margin-top: 38px;
    box-sizing: border-box;
    /*display: flex;*/
    /*flex-direction: row;*/
}

.screen7 .cases-con .item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-right: 0.1%;
}

.screen7 .cases-con .item:last-child {
    margin-right: 0;
}

.screen7 .cases-con .item .img {
    width: 100%;
    overflow: hidden;
}

.screen7 .cases-con .item img:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.screen7 .cases-con .item .img .img-con {
    width: 100%;
    min-height: 308px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
}

.screen7 .cases-con .item .text {
    height: 100px;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    background-color: #fff;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.screen7 .cases-con .item .text .text-con {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.screen7 .swiper-category .swiper-slide {
    width: auto;
    height: 600px;
    margin-left: 30px;
}

.screen7 .card {
    position: relative;
    height: 590px;
    width: 476px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 4px 5px 0px rgba(41, 41, 41, 0.17);
    text-align: center;
}

.screen7 .card .cover {
    width: 476px;
    height: 351px;
    background-size: cover;
    background-position: center;
}

.screen7 .card .detail h3 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 14px;
    margin: 20px 5px 0 5px;
    border-bottom: 1px solid #e1e1e1;
}

.screen7 .card .detail h4 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 14px;
    margin: 20px 5px 0 5px;
    border-bottom: 1px solid #e1e1e1;
    color: #000000;
}

.screen7 .card .detail .con {
    color: #666;
    font-size: 16px;
    margin-top: 22px;
    margin-left: 10px;
    margin-right: 10px;
}

.screen7 .card .more {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #333333;
    border-radius: 3px;
    font-size: 16px;
    color: #FFFFFF;
}

@keyframes showScreen {
    from {
        opacity: 0;
        margin-top: -50px;
    }

    to {
        opacity: 1;
        margin-top: 0;
    }
}

* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    background-color: #f2f2f2;
    overflow-x: hidden;
}

header {
    width: 100%;
    min-width: 1200px;
    height: 100px;
    z-index: 999;
    position: absolute;
}

header.show {
    background-color: #fff;
    position: fixed;
    animation: showNav 0.5s;
}

header.hide {
    background-color: #fff;
    position: fixed;
    animation: hideNav 0.5s forwards;
}

header .inner {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex: 1;
}

.logo {
    margin-left: 20px;
    width: 100px;
    height: 70px;
    margin-top: 12px;
    display: flex;
}

.logo > img {
    width: 100%;
    height: 100%;
}

nav {
    display: flex;
    flex: 1;
    height: 100px;
    padding-right: 70px;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

nav .item {
    margin-left: 60px;
    position: relative;
}

nav .item a {
    color: #1B1B1B;
    margin-right: 70px;
    text-align: center;
    line-height: 14px;
}

nav a:last-child {
    margin-right: 0;
}

nav a.active {
    color: #e71010;
}

nav a p {
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 4px;
}

nav a small {
    font-size: 14px;
    font-weight: 800;
}

nav .item .nav1-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    top: 20px;
    padding-top: 15px;
    z-index: 5;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    padding: 6px 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    /* opacity: 0; */
    /* visibility: hidden; */
    display: none;
}

nav .item .nav1-con .nav2 {
    padding: 0;
    margin: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /* padding: 0 10px; */
    font-size: 12px;
    font-weight: 400;
    color: #333;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    /* padding: 0 20px; */
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
}

nav .item .nav1-con .nav2:hover {
    background: #f0f0f0;
}

@keyframes showNav {
    from {
        top: -100px;
    }

    to {
        top: 0;
    }
}

@keyframes hideNav {
    from {
        top: 0;
    }

    to {
        top: -100px;
    }
}

footer {
    width: 100%;
    background-color: #000;
    font-size: 12px;
    color: #C0C0C0;
    padding-bottom: 95px;
    position: relative;
    padding-top: 44px;
}

footer .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

footer .logo {
    width: 262px;
    height: 115px;
    display: block;
    margin: 0 auto 54px auto;
}

footer .line {
    width: 100%;
    height: 1px;
    background: #CDCDD4;
    margin: 18px auto;
}

footer .about {
    display: inline-block;
}

footer .map {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-bottom: 50px;
}

footer .map .rol {
    display: inline-block;
}

footer .map .rol a {
    display: block;
    color: #c0c0c0;
    margin-bottom: 17px;
}

footer .map .rol a:first-child {
    color: #F8FAFF;
    font-weight: bold;
}

footer .more {
    margin-bottom: 10px;
}

footer .more span {
    margin-right: 20px;
}

footer .more a {
    color: #cdcdcd;
    margin: 0 28px;
}

footer .more ul {
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: left;
}

footer .more ul li {
    float: left;
}

footer .more ul li a {
    margin: 0px 28px 0px 0px;
}

footer .contact {
    position: absolute;
    top: -18px;
    right: 290px;
    width: 193px;
    height: 209px;
    background: #1A1A1A;
    font-size: 20px;
    color: #fdfdfd;
    text-align: center;
    padding-top: 24px;
    visibility: hidden;
}

footer .contact.show {
    visibility: visible;
    animation: showContact 0.5s;
}

footer .contact:after {
    content: "";
    position: absolute;
    top: 100px;
    right: -40px;
    width: 0;
    height: 0;
    border: solid 20px;
    border-color: transparent transparent transparent #1A1A1A;
}

footer .contact p {
    margin-bottom: 14px;
}

footer .contact img {
    width: 140px;
    height: 140px;
}

footer .button {
    position: absolute;
    top: 35px;
    right: 180px;
}

footer .button .item {
    width: 60px;
    height: 60px;
    background-size: contain;
    margin-bottom: 25px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.8;
}

footer .button .item:hover {
    opacity: 1;
}

footer .button .item.up {
    background-image: url("https://www.eventer.cn/templets/default/images/new/footer/top.jpg");
}

footer .button .item.wechat {
    background-image: url("https://www.eventer.cn/templets/default/images/new/footer/wechat.jpg");
}

/*列表底部*/
footer .field_footer_one {
    text-align: center;
}

footer .field_footer_one a {
    color: #fff;
}

/*关于我们页面的特殊展示start*/
.gywm_max_content {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: -45px;
}

.about_img {
    margin: 0 auto;
    margin-top: 40px;
    width: 1200px;
    height: 187px;
    clear: left;
}

.about_img_top {
    float: left;
    width: 200px;
    height: 187px;
    text-align: center;
}

.about_img_top a img {
    margin-left: 23.5px;
    width: 110px;
    height: 187px;
    border: 0;
}

.about_img_bm {
    margin: 0 auto;
    width: 1200px;
    height: 30px;
    padding-bottom: 10px;
}

.about_img_bottom {
    float: left;
    margin-left: 43px;
    width: 135px;
    height: 30px;
    background: url(https://www.eventer.cn/templets/default/images/bk_bj.png) no-repeat;
    text-align: center;
    line-height: 30px;
}

.about_img_bottom a {
    color: rgb(51, 51, 51);
    font-weight: bold;
    font-size: 14px;
    font-family: 黑体;
    text-decoration: none;
}

.about_img_bottom_one {
    float: left;
    margin-left: 65px;
    width: 135px;
    height: 30px;
    background: url(https://www.eventer.cn/templets/default/images/bk_bj.png) no-repeat;
    text-align: center;
    line-height: 30px;
}

.about_img_bottom_one a {
    color: rgb(51, 51, 51);
    font-weight: bold;
    font-size: 14px;
    font-family: 黑体;
    text-decoration: none;
}

.conf_hx {
    width: 1200px;
    height: 10px;
    border-bottom: #cccccc 1px solid;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.conf_contant {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 80px;
}

.contant {
    width: 945px;
    overflow: hidden;
    margin: 0px auto;
}

.footnav_p1 {
    width: 130px;
    border-left: 1px solid #bebebe;
    float: left;
    height: 140px;
}

.footnav_pbt {
    width: 110px;
    background-image: url(https://www.eventer.cn/templets/default/style/c11.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    color: #737373;
    font-weight: bold;
    margin-left: 10px;
    display: inline;
    padding-bottom: 3px;
}

.footnav_pbt a {
    color: #737373;
    font-weight: bold;
    display: inline;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.footnav_p1 a,
.footnav_p2 a {
    display: block;
    width: 110px;
    padding-left: 20px;
    font-size: 12px;
    color: #737373;
}

.footnav_p2 {
    width: 130px;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    float: left;
    height: 140px;
}

.footall {
    width: 100%;
    border-top: 2px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}

.foot_t {
    width: 945px;
    color: #737373;
    margin-top: 13px;
    line-height: 20px;
    margin: 0px auto;
}

.f_wen {
    width: 945px;
    border-bottom: 1px dotted #ccc;
}

.f_wen span {
    padding-bottom: 11px;
    display: block;
}

.f_blue {
    color: #8f8faf;
}

.foot_t_left {
    width: 590px;
    float: left;
}

.foot_t_right {
    width: 330px;
    overflow: hidden;
    text-align: right;
}

/*关于我们页面的特殊展示end*/
/*活动分类页面的特殊展示start*/
.plz_case {
    width: 1200px;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.plz_case_one {
    width: 525px;
    height: 35px;
    line-height: 35px;
    float: left;
}

.plz_case_one .title {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #C61124;
}

.plz_img {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}

.plz_img_one {
    width: calc(20% - 16px);
    height: 90px;
    float: left;
}

.plz_img_two {
    width: calc(20% - 16px);
    height: 90px;
    float: left;
    margin-left: 20px;
}

.plz_img_one a img {
    padding-left: 70px;
    width: 75px;
    height: 90px;
}

.plz_img_two a img {
    padding-left: 70px;
    width: 75px;
    height: 90px;
}

.plz_hx {
    width: 1200px;
    height: 10px;
    margin: 30px auto;
    border-bottom: #cccccc 1px solid;
}

.home_list.hdfl {
    margin-top: 20px;
}

.media_a {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

.media_a span {
    line-height: 30px;
    text-indent: 2em;
}

.media_a p {
    font-size: 15px;
}

.media_a strong span {
    font-size: x-large !important;
}

.plz_xhx {
    width: 1200px;
    height: 10px;
    margin: 30px auto;
    border-bottom: #cccccc 1px solid;
}

.plz_list {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.plz_list_z {
    width: 1200px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.plz_list_span {
    width: 386.6667px;
    height: 35px;
    float: left;
    line-height: 35px;
    padding-right: 20px;
}

.plz_list_span .title {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #C61124;
}

.plz_list_span_three {
    width: 386.6667px;
    height: 35px;
    float: left;
    line-height: 35px;
}

.plz_list_span_three .title {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #C61124;
}

.plz_list_one {
    width: 1200px;
    height: 132px;
    margin: 0 auto;
}

.plz_list_one_left {
    width: calc(1200px - 386.6667px);
    height: 130px;
    float: left;
}

.plz_list_one_left ul {
    height: 130px;
    float: left;
}

.plz_list_one_left ul li {
    float: left;
    width: 386.66667px;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px dashed #CCCCCC;
    padding-right: 20px;
}

.plz_list_one_left ul li a {
    font-size: 14px;
    color: #000000;
}

.plz_list_three {
    width: 386.66667px;
    height: 130px;
    float: left;
}

.plz_list_three ul {
    width: 301px;
    height: 26px;
}

.plz_list_three ul li {
    float: left;
    width: 386.6667px;
    height: 26px;
    line-height: 26px;
    padding-right: 15px;
    border-bottom: 1px dashed #CCCCCC;
}

.plz_list_three ul li a {
    font-size: 14px;
    color: #000000;
}

/*活动分类页面的特殊展示end*/
/*活动分类列表页面的特殊展示start*/
.large_left {
    margin: 0 auto;
    width: 1200px;
}

.large_left_one {
    float: left;
    width: 355px;
    border: 1px solid #CCCCCC;
}

.large_left_one_title {
    width: 100%;
    height: 30px;
}

.large_left_one_title .title {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #C61124;
}

.large_left_bif {
    width: 100%;
    height: 290px;
}

.large_left_list {
    margin: 0 auto;
    margin-top: 5px;
    width: 94%;
}

.large_left_list a {
    font-size: 12px;
    color: #000;
}

.large_right {
    float: left;
    width: 841px;
    border: 1px solid #CCCCCC;
}

.large_right_bif {
    width: 760px;
    height: 36px;
    border-bottom: 1px solid #CCCCCC;
    line-height: 36px;
}

.large_right_bif .title {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #C61124;
}

.large_right_list {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 760px;
    height: 278px;
}

.large_right_list_img {
    float: left;
    width: 233px;
    height: 180px;
}

.large_right_list_img img {
    margin-left: 20px;
    margin-top: 20px;
    width: 220px;
    height: 180px;
}

.large_left_list_wz {
    float: left;
    padding-top: 40px;
    padding-left: 40px;
    width: 487px;
    height: 140px;
    text-indent: 2em;
}

.large_content_list .title {
    font-weight: bold;
    color: #C61124;
    padding-left: 82px;
    line-height: 26px;
    margin: 35px auto;
    font-size: 20px;
}

/*活动分类列表页面的特殊展示end*/
.article_hx {
    padding: 35px;
}

.media_jj {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    background: #F9F9F9;
    padding: 20px 100px 100px;
    box-sizing: border-box;
}

.media_jj img {
    max-width: 90%;
}

@keyframes showContact {
    from {
        opacity: 0;
        margin-right: -20px;
    }

    to {
        opacity: 1;
        margin-right: 0;
    }
}

/* 非 */
body {
    background-color: #fff;
}

.topbanner {
    background: url(img/meet/banner.png);
    width: 1920px;
    background-size: 100%;
    height: 377px;
    position: relative;
}

.newactivitess .swiper-wrapper {
    width: 190%;
}

.newactivites,
.newactivitess {
    width: 95%;
    /*position: absolute;*/
    overflow: hidden;
    left: 0;
    margin: 0 auto;
}

.newactivites .swiper-slide,
.newactivitess .swiper-slide {
    width: auto;
    display: inline-block;
    margin-right: 20px !important;
}

.newactivites .swiper-slide,
.newactivitess .swiper-slide:last-child {
    margin-right: 0px !important;
}

.newsshowbox {
    display: flex;
    flex-direction: column;
    width: 230px;
    background-color: #F9F9F9;
    color: #444;
}

.newsshowbox:first-child {
    /*margin-left: 20px;*/
}

.newsshowlist {
    padding-right: 28px;
}

.newactivites .newsimg,
.newactivitess .newsimg {
    height: 136px;
    width: 100%;
}

.newactivites .inner,
.newactivitess .inner {
    padding: 20px 10px;
}

.title {
    width: 95%;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    margin: 35px auto;
}

.newshow {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}

.news {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #949494;
    line-height: 26px;
}

.checknow {
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #1B1B1B;
    line-height: 32px;
    text-align: center;
    background: url(img/list/btnbg.png);
    width: 78px;
    height: 32px;
    background-size: 100%;
    margin-left: 326px;
}

.topbannerIn {
    width: 552px;
    line-height: 36px;
    position: absolute;
    left: 166px;
    bottom: 20px;
    padding: 30px;
}

.meetbannerIn > div {
    font-size: 34px;
    font-weight: 600;
}

.meetbannerIn > p {
    font-size: 14px;
    color: #b7b7b7;
}

.contact {
    margin: 50px auto 0 auto;
    width: 68%;
    position: relative;
}

.contact img {
    width: 770px;
}

.contact .logo-s {
    width: 231px;
    filter: invert(100%);
}

.contact > .number {
    width: calc(100% - 780px);
    background: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    text-align: left;
}

.top {
    margin: 20px 0;
    font-weight: 500;
}

.top > li {
    margin: 10px 0;
}

.ac {
    color: #d8d8d8;
}

.aa {
    color: #b7b7b7;
}

.ab {
    color: #9f9f9f;
}

.call {
    margin-top: 30px;
}

.call > span {
    padding: 6px 10px;
    background: #000000;
    color: #e9e9e9;
    /* margin: 20px 0; */
}

.call > h3 {
    margin-top: 30px;
    font-size: 24px;
}

.newmeet {
    width: 90%;
    margin: 10px auto;
}

.newmeet > p {
    padding: 82px 0 18px 0;
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #020202;
    line-height: 30px;
}

.meetbox {
    border-top: 1px solid #65626E;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 59px 0;
}

.meetlistbox > img {
    width: 370px;
}

.meetlist {
    /*padding: 0 0 0 27px;*/
}

.meetlist > li {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.meetbox > li {
    /* width: 245px; */
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
}

.meetpromotion {
    width: 90%;
    margin: 0 auto 120px;
}

.meetpromotion .case-tit {
    text-align: center;
    margin-top: 35px;
    margin-bottom: -75px;
}

.meetpromotion .commit-tit {
    margin-top: 80px;
    font-size: 36px;
    line-height: 1;
    text-align: center;
}

.meetpromotion .case-tit .list {
    font-size: 20px;
    line-height: 30px;
    color: #999;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.meetpromotion .case-tit .list:hover, .meetpromotion .case-tit .list.active {
    color: #333;
}

.meetpromotion .case-tit .divider {
    font-size: 20px;
    line-height: 30px;
    color: #999;
    margin-left: 20px;
    margin-right: 20px;
}

.meetpromotion .case-tit .divider:last-child {
    display: none;
}

.meetpro {
    width: 248px;
    height: 70px;
    text-align: center;
    background: #EBEBEB;
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #020202;
    line-height: 70px;
    margin-bottom: 44px;
}

.promotionin {
    border-top: 1px solid #65626E;
    /* height: 3178px; */
    overflow: hidden;
}

.promotionin1 {
    /*border-top: 1px solid #65626E;*/
    /* height: 3178px; */
    /*overflow: hidden;*/
}

.promotionlist {
    /* display: flex;
  justify-content: space-evenly;
  padding: 88px 0 52px 0 */
    /* padding: 88px 0 52px 0; */
    margin: 180px 0 52px 0;
    position: relative;
}

.promotionlist:nth-child(even) {
    margin-top: 140px;
}

.promotionlist:nth-child(odd) > img {
    width: 58%;
    max-width: 800px;
    max-height: 268px;
    position: absolute;
    right: 0;
    top: 65px;
}

.promotionlist:nth-child(even) > img {
    width: 58%;
    max-width: 800px;
    max-height: 268px;
    z-index: 99;
    position: inherit;
}

.promotionlist:nth-child(even) > .promotiondetial {
    width: 80%;
    background: #F9F9F9;
    padding: 70px 48px 50px 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: -55px;
    z-index: 1;
}

.promotionlist:nth-child(odd) > .promotiondetial {
    width: 80%;
    background: #F9F9F9;
    padding: 70px 0 48px 50px;
}

.debox {
    display: inline-block;
    text-align: left;
}

.promotionlist:nth-child(odd) > .promotiondetial > .debox > Strong {
    border-bottom: 2px solid;
    padding: 0 0 26px 0;
    width: 320px;
    margin-top: 0;
    font-size: 22px;
}

.promotionlist:nth-child(even) > .promotiondetial > .debox > Strong {
    border-bottom: 2px solid;
    padding: 26px 0;
    width: 320px;
    margin-top: 0;
    font-size: 22px;
}

.promotionlist:nth-child(odd) > .promotiondetial > .debox > p {
    font-size: 14px;
    color: #444444;
    width: 344px;
    margin-top: 55px;
}

.promotionlist:nth-child(even) > .promotiondetial > .debox > p {
    font-size: 14px;
    color: #444444;
    width: 344px;
    text-align: left;
    margin-top: 55px;
}

.promotionlist:nth-child(even) > .promotiondetial > .debox > a {
    display: inline-block;
    height: 41px;
    width: 102px;
    margin-top: 95px;
    font-size: 14px;
    font-weight: 400;
    color: #1B1B1B;
    line-height: 42px;
    background: url("https://www.eventer.cn/templets/default/images/new/btnbg.png");
    background-size: 100%;
    text-align: center;
}

.promotionlist:nth-child(odd) > .promotiondetial > .debox > a {
    display: inline-block;
    height: 41px;
    width: 102px;
    margin-top: 95px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #1B1B1B;
    line-height: 42px;
    background: url("https://www.eventer.cn/templets/default/images/new/btnbg.png");
    background-size: 100%;
    text-align: center;
    margin-left: 244px;
}

.nynewslist ul li {
    width: 1200px;
    height: 200px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #f5f5f5 solid;
    margin: 30px auto;
}

.nynewslist ul li .nynewslist_list_img {
    float: left;
    width: 290px;
    height: 200px;
    overflow: hidden;
    background: #f8f8f8;
}

.nynewslist ul li div {
    float: right;
    width: 870px;
}

.nynewslist ul li div strong a {
    line-height: 40px;
    font-size: 20px;
    color: #333;
}

.nynewslist ul li div strong a b {
    color: #0066CC;
    /* font-weight:normal; */
}

.nynewslist ul li div .nynewslist_list_msg {
    font-weight: normal;
}

.nynewslist ul li div .nynewslist_list_msg span {
    float: left;
    width: 775px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.nynewslist ul li div .nynewslist_list_msg p {
    display: block;
    float: right;
    width: 75px;
    height: 133px;
    background: #f0f0f0;
    text-align: center;
}

.nynewslist ul li div .nynewslist_list_msg p b {
    font-size: 40px;
    color: #666;
    line-height: 50px;
    display: block;
    padding-top: 25px;
}

.nynewslist ul li div .nynewslist_list_msg p em {
    font-size: 14px;
    color: #666;
    font-style: normal
}

.nynewslist ul li div .nynewslist_list_msg a {
    margin-top: 10px;
    display: block;
    float: left;
    width: 120px;
    height: 30px;
    border: 1px #f5f5f5 solid;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.nynewslist ul li div .nynewslist_list_msg a:hover {
    background: #0066CC;
    color: #fff;
    border: 1px #0066CC solid;
}

.pormotionNext {
    text-align: center;
    padding-top: 110px;
}

.pormotionNext.other {
    padding-top: 40px;
}

.pormotionNext li {
    display: inline-block;
    border: 1px solid #dddada;
    border-radius: 5px;
    background: #E7E6DD;
    color: #fff;
    padding: 5px 10px;
}

.pormotionNext li span {
    background: #EFF0F2;
}

.pormotionNext li a {
    color: #000;
}

.detailimg {
    width: 100%;
}

.chioce {
    max-width: 1600px;
    margin: 50px auto;
    text-align: center;
}

.chioce > a {
    display: inline-block;
    text-decoration: none;
    width: 250px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #EBEBEB;
    font-size: 24px;
    font-weight: 400;
    color: #020202;
    margin-right: 15px;
    margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.chioce > a:last-child {
    margin-right: 0;
}

.nowlocation {
    margin: 0 auto 56px 20px;
}

.nowlocation > span {
    margin-right: 25px;
}

.nowlocation > a {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 26px;
    text-decoration: none;
}

.detialbox {
    background: #F9F9F9;
    margin: auto;
    padding: 10px 0;
}
.detialIn {
    padding: 30px 10%;
}

.detialIn a {
    color: inherit;
}

.detialInp {
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

.tit {
    font-size: 27px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #020202;
    line-height: 26px;
    text-align: center;
    padding-bottom: 30px;
}

.time {
    text-align: right;
    color: #b1b1b6;
    padding-bottom: 10px;
}

.detialIn > img {
    width: 100%;
    margin-bottom: 28px;
    margin-top: 14px;
}

.line {
    border-bottom: 1px solid #000000;
    margin-top: 112px;
    width: 100%;
    clear: both;
}

.changedetial {
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
}

.changedetial a {
    color: #666666;
}

.up {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    text-decoration: none;
}

.down {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    text-decoration: none;
}

.detiallistbox {
    margin: 50px auto 50px auto;
    text-align: center;
}

.detiallistbox.no-slide {
    margin-top: 20px !important;
}

.detiallist {
    width: calc(33% - 66px);
    display: inline-block;
    vertical-align: top;
    background: #F9F9F9;
    padding: 40px 30px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.detiallist:last-child {
    margin-right: 0;
}

.detiallist > p {
    height: 20px;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    padding-bottom: 20px;
}

.detiallist > li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detiallist > li > a {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}

.activebox {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.activelist {
    width: 370px;
    display: inline-block;
    vertical-align: top;
    margin-right: 34px;
    margin-bottom: 30px;
}

.activelist:last-child {
    margin-right: 0;
}

.activelist a {
    display: block;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsimg {
    height: 218px;
    width: 100%;
}

.activeimgbox {
    position: relative;
    width: 370px;
    height: 181px;
    margin-bottom: 10px;
}

.nowwrap {
    text-align: center;
    padding-bottom: 35px;
}

.activeimgbox > a {
    display: inline-block;
    text-decoration: none;
    padding: 6px 14px;
    background: #EBEBEB;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #020202;
    position: absolute;
    right: 10px;
    top: 185px;
    text-align: center;
}

.activelist > .activelistin {
    width: 88%;
    height: 174px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 600;
    color: #000000;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: left;
}

.listanner {
    width: 100%;
}

.listanner > img {
    width: 100%;
}

.aboutbanner {
    position: relative;
}

.aboutbannerIn {
    width: 600px;
    line-height: 36px;
    position: absolute;
    left: 10%;
    top: 32%;
    padding: 10px;
}

.content {
    /*max-width: 1400px;*/
    min-width: 960px;
    margin: 0 auto;
}

.max_content {
    max-width: 1400px;
    padding-top: 100px;
}

.showbox {
    margin: 0 auto;
    padding: 35px 0;
}

.showbox > .line {
    border-bottom: 1px #DBDBDB solid;
    padding-top: 40px;
}

.showboxtop,
.showboxdownbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
}

.showboxdownbox .showboxdownleft {
    width: 370px;
    padding-right: 40px;
}

.showboxdownleft img {
    width: 370px;
    height: 180px;
}

.showbox1 {
    margin: 0 auto;
}

.showbox2 {
    width: 1190px;
    margin: 0 auto;
    padding-top: 70px;
}

.showboxleft {
    width: 370px;
    padding-right: 40px;
    float: left;
}

.showbox2 .showboxleft {
    padding-top: 30px;
}

.showboxleft:nth-child(3n) {
    padding-right: 0px;
}

.showboxtitle {
    padding: 16px 16px 16px 0;
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #020202;
    line-height: 30px;
    margin: 0;
}

.showboxtitle .more {
    float: right;
}

.showboxtitle .more a {
    font-size: 15px;
    text-align: right;
    color: #a29b9b;
}

.showboximg img {
    width: 370px;
    height: 216px;
}

.showboxM {
    list-style: none;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    padding: 0;
    text-align: left;
    min-height: 216px;
}

.showboxM li {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.showboxM li a {
    color: #000;
}

.showboxR > div {
    padding: 128px 0 28px 70px;
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #020202;
    line-height: 30px;
}

.showboxR > p {
    margin: 0;
    padding-left: 8px;
    width: 293px;
    height: 45px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #767676;
    line-height: 30px;
    padding-left: 36px;
}

.showboxR > a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #020202;
    line-height: 30px;
    padding: 32px 0 94px 324px;
}

.showboxdownlist > li {
    /* width: 233px;
  height: 304px; */
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.showimgbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.showimglist > .showimglist_msg {
    display: inline-block;
    width: 100%;
    background: #030303;
    opacity: 0.7;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: Source Han Sans SC;
    color: #FFFFFF;
    line-height: 36px;
    text-decoration: none;
}

.showimglist {
    position: relative;
    display: flex;
    width: 370px;
    height: 230px;
    padding: 10px 0px;
}

.showimglist > .showimglist_img {
    width: 100%;
    height: 100%;
}

.showimglist > .showimglist_img > img {
    width: 100%;
    height: 100%;
}

.contact-top {
    padding-top: 35px;
    padding-bottom: 70px;
}

.showboxdownright {
    width: 780px;
}

.imgdoown {
    padding-top: 22px;
}

.aboutintroductbox {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.introductlist {
    width: 30%;
    height: 268px;
}

.introductlist a {
    color: #000;
    text-decoration: none;
    display: block;
}

.introductlist > p {
    height: 20px;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    padding: 36px 0 32px 10px;
}

.introductlist > div {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}

.activebanner img {
    width: 100%;
}

.activeimgbox .orange {
    background: #FFAD01;
}

.activeimgbox .green {
    background: #30DA30;
}

.activeimgbox .yellow {
    background: #FCFF00;
}

.activeimgbox .blue {
    background: #4588F6;
    color: #fff;
}

.activeimgbox .purple {
    background: #8C1FEC;
    color: #fff;
}

@media only all and (max-width: 1720px) {
    .swiper-showcase h2 {
        font-size: 26px !important;
    }

    .swiper-showcase h4 {
        font-size: 26px !important;
    }

    .screen7 .swiper-slide {
        height: 560px !important;
    }

    .screen7 .card {
        width: 360px !important;
        height: 480px !important;
    }

    .screen7 .cover {
        width: 360px !important;
        height: 220px !important;
    }
}

@media only all and (min-width: 2000px) {
    .swiper-showcase h2 {
        font-size: 58px !important;
        width: 555px !important;
    }

    .swiper-showcase .con {
        width: 500px !important;
        height: 200px !important;
        font-size: 24px;
    }

    .swiper-showcase .con .text {
        width: 440px !important;
        height: 101px !important;
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .swiper-showcase .con .text:after {
        right: 5px !important;
        padding-left: 8px !important;
    }

    .aboutbannerIn {
        font-size: 20px;
        top: 35%;
        width: 700px !important;
    }

    .screen4-li-msg p {
        margin: 280px 30px 30px 30px
    }

    .screen4-li-btn {
        margin-top: 70px;
    }

    .screen4-li-img {
        width: 65%;
        float: left;
        background: #dedada;
        text-align: center;
    }
}

@media only all and (max-width: 1280px) {
    nav a {
        margin-right: 40px;
    }

    .aboutbannerIn {
        font-size: 14px;
        line-height: 22px !important;
    }

    .showboxdownright {
        width: unset !important;
    }

    .introductlist a {
        font-size: 12px;
    }

    .meetbannerIn > div {
        font-size: 18px !important;
    }

    .screen4-li-msg p {
        margin: 0px 30px 30px 30px
    }
}

@media only all and (max-width: 1306px) {
    nav a {
        margin-right: 50px;
    }

    .screen4-li-msg p {
        margin: 0px 30px 30px 30px
    }
}

@media only all and (max-width: 1380px) {
    nav a {
        margin-right: 60px;
    }

    .chioce > a {
        width: 150px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important;
    }

    .screen4-li-msg p {
        margin: 0px 30px 30px 30px
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {
    .screen4-li-msg p {
        margin: 40px 30px 30px 30px
    }

    .screen4-li-btn {
        margin-top: 60px;
    }
}

@media (min-width: 1700px) and (max-width: 1800px) {
    .screen4-li-msg p {
        margin: 80px 30px 30px 30px
    }

    .screen4-li-btn {
        margin-top: 70px;
    }
}

@media (min-width: 1800px) and (max-width: 1900px) {
    .screen4-li-msg p {
        margin: 140px 30px 30px 30px
    }

    .screen4-li-btn {
        margin-top: 70px;
    }
}

@media (min-width: 1900px) and (max-width: 2000px) {
    .screen4-li-msg p {
        margin: 170px 30px 30px 30px
    }

    .screen4-li-btn {
        margin-top: 70px;
    }
}

@media (min-width: 1380px) and (max-width: 1919px) {
    .chioce > a {
        width: 200px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important;
    }
}

#nb_nodeboard {
    display: none;
}

/*# sourceMappingURL=style.css.map */