﻿
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}



.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    border: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {
    *zoom: 1;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}




.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    zoom: 1.15 \9;
}

/*//æ°´å¹³åž‚ç›´å±…ä¸­(ä¸æ¢è¡Œ)*/
.wrapper-flex-row {
    display: -webkit-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox;
    /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    display: flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Opera 12.1, Firefox 22+ */
    flex-direction: row;
    justify-content: space-between;
    /*align-items: top;*/
}

/*//æ°´å¹³åž‚ç›´å±…ä¸­(æ¢è¡Œ)*/
.wrapper-flex-wrap {
    display: -webkit-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox;
    /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    display: flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Opera 12.1, Firefox 22+ */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*//æ°´å¹³åž‚ç›´å±…ä¸­(ä¸€åˆ—)*/
.wrapper-flex-column {
    display: -webkit-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox;
    /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    display: flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Opera 12.1, Firefox 22+ */
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}


input::placeholder {
    color: #999999
}

input::-webkit-input-placeholder {
    color: #999999
}

.oh-nav-mbseek input::placeholder {
    color: #666666;
}

.oh-nav-mbseek input::-webkit-input-placeholder {
    color: #666666
}

.box {
    width: 83%;
    max-width: 1310px;
    margin: auto;
  
}

.common-banner .box {
    position: absolute;
    
    top:5%;
    left:17%;
}

.flex {
    display: -webkit-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox;
    /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    display: flex;
    /* æ–°ç‰ˆæœ¬è¯­æ³•: Opera 12.1, Firefox 22+ */
}

/* ä¸»è½´å±…ä¸­ */
.flex-hc {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* ä¸»è½´ä¸¤ç«¯å¯¹é½ */
.flex-zBetween {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* ä¸»è½´endå¯¹é½ */
.flex-zEnd {
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

/* ä¸»è½´startå¯¹é½ */
.flex-zStart {
    -webkit-box-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

/* ä¾§è½´å±…ä¸­ */
.flex-ac {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

/* ä¾§è½´startå¯¹é½ */
.flex-cStart {
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

/* ä¾§è½´åº•éƒ¨å¯¹é½ */
.flex-cEnd {
    -webkit-box-align: end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

/* ä¾§è½´æ–‡æœ¬åŸºçº¿å¯¹é½ */
.flex-cBaseline {
    -webkit-box-align: baseline;
    -moz-align-items: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

/* ä¾§è½´ä¸Šä¸‹å¯¹é½å¹¶é“ºæ»¡ */
.flex-cStretch {
    -webkit-box-align: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

/* ä¸»è½´ä»Žä¸Šåˆ°ä¸‹ */
.flex-zTopBottom {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/* ä¸»è½´ä»Žä¸‹åˆ°ä¸Š */
.flex-zBottomTop {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

/* ä¸»è½´ä»Žå·¦åˆ°å³ */
.flex-zLeftRight {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

/* ä¸»è½´ä»Žå³åˆ°å·¦ */
.flex-zRightLeft {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


/* ä¸å…è®¸å­å…ƒç´ ç¼©å° */
.flex-shrink {
    -webkit-box-flex: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

/*å„ä¸ªè¡Œä¸­é—´å¯¹é½*/
.flex-center {
    -webkit-align-content: center;
    align-content: center;
}

/*å„ä¸ªè¡Œä¸­é—´å¯¹é½*/
.flex-start {
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

/*å„ä¸ªè¡Œä¸­é—´å¯¹é½*/
.flex-end {
    -webkit-align-content: flex-end;
    align-content: flex-end;
}

/*å„ä¸ªè¡Œå¹³å‡åˆ†å¸ƒ*/
.flex-between {
    -webkit-align-content: space-between;
    align-content: space-between;
}

/*å„ä¸ªè¡Œä¸¤ç«¯ä¿ç•™å­å…ƒç´ ä¸Žå­å…ƒç´ ä¹‹é—´é—´è·å¤§å°çš„ä¸€åŠ*/
.flex-container {
    -webkit-align-content: space-around;
    align-content: space-around;
}

/*çˆ¶å…ƒç´ -æ¨ªå‘æ¢è¡Œ */
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*çˆ¶å…ƒç´ -ä¸å…è®¸æ¨ªå‘æ¢è¡Œ */
.flex-nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/*å……æ»¡çˆ¶å…ƒç´ */
.flex_bd {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.iphone-media {
    display: none !important;
}

.pc-media {
    display: block !important;
}

/*edd  basic */
.font80 {
    font-size: 80px;
}

.font64 {
    font-size: 64px;
    line-height: 1.2;
}

.font48 {
    font-size: 48px;
}

.font40 {
    font-size: 40px;
    line-height: 1.7;
}

.font38 {
    font-size: 38px;
    line-height: 1.5;
}

.font32, .font30 {
    font-size: 32px;
    line-height: 1.5;
}

.font30 {
    font-size: 30px;
    line-height: 1.5;
}

.font26 {
    font-size: 26px;
    line-height: 1.5;
}


.font24 {
    font-size: 24px;
    line-height: 1.5;
}

.font22 {
    font-size: 22px;
    line-height: 1.5;
}

.font20 {
    font-size: 20px;
    line-height: 1.5;
}

.font16 {
    font-size: 16px;
}

/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 60;
    transition: all 0s !important;
    background: transparent;
}

.header .warning {
    line-height: 40px;
    background: #222222;
    color: #858585;
    font-size: 14px;
    text-align: center;
}

.header .warning span {
    color: #ff7500;
}

.header.on {
    background: #FFFFFF;
}

.header.active {
    background: transparent;
}

.header .logo {
    width: 115px;
}

.header .box {
    border-bottom: 1px solid rgba(0, 0, 0, .01);
    max-width: 100%;
}

/*.header .box.border {*/
/*    border-bottom: 1px solid rgba(0, 0, 0, .1);*/
/*}*/

.header .nav {
    opacity: 1;
    transition: all .34s cubic-bezier(0.48, 0.04, 0.52, 0.96) .2s;
    transform: translateX(0px);
}

.header .nav.active {
    opacity: 0;
    transform: translateX(-20px);
}

.header .nav li {
    display: inline-block;
}

.header .nav .item {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding: 30px 0.8vw;
}

.header.on .nav .item {
    color: rgba(24, 14, 12, 0.8);

}

.header.on .nav .item.on, .header .nav .item.on, .header .nav .item:hover {
    color: #ff7500;
}

.header .nav .nav-item {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    display: none;
    text-align: center;
}

.nav-content {
    position: relative;
    border-top: 1px solid #fe7600;
    background: #fff;
    z-index: 10;
    padding: 0 0 50px;
}

.nav-content {
    padding: 30px 0 30px 0;
}

.header .nav .nav-item .after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: .4;
    background: #000000;
}

.header .title-nav-item {
    font-size: 17px;
    color: #222222;
    padding: 0 0 30px;
}

.header .nav .nav-item a.swiper-slide {
    color: #222222;
    max-width: 180px;
    margin: 10px 17px;
    box-sizing: border-box;
}

.header .nav .nav-item a:hover .name {
    color: #ff7500;
}

.header .nav .nav-item .name {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #333333;
}

.header .nav .more {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #333333;
    border-bottom: 1px solid #333333;

}

.header .nav .more:hover {
    color: #ff7500;
    border-bottom: 1px solid #ff7500;
}

.header-components {
    opacity: 1;
    transition: all .34s cubic-bezier(0.48, 0.04, 0.52, 0.96) .2s;
    transform: translateX(0px);
}

.header-components.active {
    opacity: 0;
    transform: translateX(-20px);
}

.header-components #icon-search {
    display: inline-block;
    vertical-align: top;
}

.header-components .icon-search {
    display: inline-block;
    vertical-align: top;
    display: none;
}

.header-components .line {
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 12px;
    background: #c4c4c4;
    margin: 5px 15px 0;
}

.header-components .icon-lans {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.header-components .menu {
    display: inline-block;
    margin: 0 0 0 10px;
}

.header-components .menu.active {
    margin-bottom: 2px;
}

.header-components .icon-lans .selected-result {
    font-size: 14px;
    color: #999999;
    line-height: 1;
}

.header-components .icon-lans .option {
    position: absolute;
    width: 150px;
    background: #FFFFFF;
    padding: 10px 0;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    top: 150%;
    display: none;
}

.header-components .icon-lans .option a {
    display: block;
    padding: 5px 15px;
    box-sizing: border-box;
}

.header-components .icon-lans .option a:hover {
    color: #ff7500
}

.header-components .icon-arrow {
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 3px;
    vertical-align: top;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
}

.header-components .icon-lans img {
    margin-right: 5px;
}

{
    position: relative
;
    z-index: 999
;
}

.oh-nav-mbseek {
    position: fixed;
    width: 100%;
    z-index: -100;
}

.oh-nav-mbseek.active {
    z-index: 61;
}

.oh-nav-mbseek .oh-nav-seek-black {
    position: relative
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 0 20px;
    position: relative;
    z-index: 3;
    background-color: transparent;
    box-sizing: border-box;
    transition: padding-top .34s cubic-bezier(0.48, 0.04, 0.52, 0.96)
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek.mbactive {
    padding-top: 4px
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek.mbactive .seek-inputcolor .seek-input i.seek-input-icon svg:first-child {
    display: none
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek.mbactive .seek-inputcolor .seek-input i.seek-input-icon svg:last-child {
    display: block
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek.mbactive .seek-cancel {
    display: block
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-inputcolor {
    flex: 1 1 auto; /* background-color:#fff; */
    position: relative;
    z-index: 8;
    transition: width .34s cubic-bezier(0.48, 0.04, 0.52, 0.96)
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-inputcolor .seek-input {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    background: rgb(255 255 255 / 40%);
    border-radius: 100px
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-inputcolor .seek-input i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-inputcolor .seek-input i svg {
    width: 24px;
    height: 24px
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-inputcolor .seek-input i.seek-input-icon {
    margin: 0 4px 0 12px
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-inputcolor .seek-input i.seek-input-icon svg:first-child {
    display: block
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-inputcolor .seek-input i.seek-input-icon svg:last-child {
    display: none
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-inputcolor .seek-input i.seek-empty-icon {
    width: 18px;
    height: 18px;
    margin: 0 12px 0 12px;
    cursor: pointer
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-inputcolor .seek-input i.seek-empty-icon svg:first-child {
    position: absolute;
    right: 1000px;
    display: none
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-inputcolor .seek-input i.seek-empty-icon svg:last-child {
    display: block
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-inputcolor .seek-input input {
    width: 100%;
    height: 20px;
    line-height: 20px;
    outline: 0;
    border: 0;
    color: #000;
    font-size: 12px;
    background-color: transparent;
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-cancel {
    display: none;
    font-size: 14px;
    line-height: 24px;
    margin-left: 12px;
    box-sizing: border-box;
    color: #046a38;
    /*;*/
    font-variation-settings: 'wght' 750;
    opacity: 0;
    transition: all .34s cubic-bezier(0.48, 0.04, 0.52, 0.96)
}

.oh-nav-mbseek .oh-nav-seek-black .oh-nav-seek .seek-cancel.mbactive {
    opacity: 1
}

.oh-nav {
    transform: translateX(0);
    transition: all .42s cubic-bezier(0.48, 0.04, 0.52, 0.96) .06s
}

.oh-nav.active {
    transform: translateX(-20px);
    transition: all .42s cubic-bezier(0.48, 0.04, 0.52, 0.96)
}

#oc-header {
    opacity: 1;
    transition: opacity .42s cubic-bezier(0.48, 0.04, 0.52, 0.96) .06s
}

#oc-header.active {
    opacity: 0;
    transition: opacity .42s cubic-bezier(0.48, 0.04, 0.52, 0.96)
}

.oh-nav-seek-black {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); /* display:none; */
    width: 640px;
    z-index: -1;
}

.oh-nav-seek-black.seekblock {
    /* display:block; */
    z-index: 4;
    padding-top: 20px;
}

.oh-nav-seek-black .oh-nav-seek {
    width: 640px;
    margin: 18px auto 0
}

.oh-nav-seek-black .oh-nav-seek .seek-inputcolor.pcexcursion {
    opacity: 0
}

.oh-nav-seek-black .oh-nav-seek .seek-inputcolor.pcexcursion.active {
    opacity: 1;
    transition: opacity .48s cubic-bezier(0.48, 0.04, 0.52, 0.96) .24s
}

.oh-nav-seek-black .oh-nav-seek .seek-cancel {
    display: none
}

.oh-nav-seek-black .oh-nav-seek .seek-input {
    position: relative;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.11);
    border-radius: 47px
}

.oh-nav-seek-black .oh-nav-seek .seek-input .pcseekempty svg {
    transition: opacity .24s cubic-bezier(0.48, 0.04, 0.52, 0.96)
}

.oh-nav-seek-black .oh-nav-seek .seek-input .pcseekempty svg:hover {
    opacity: 1 !important
}

.oh-nav-seek-black .oh-nav-seek .seek-input i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap
}

.oh-nav-seek-black .oh-nav-seek .seek-input i svg {
    width: 24px;
    height: 24px
}

.oh-nav-seek-black .oh-nav-seek .seek-input i svg.pcexcursion {
    opacity: 0
}

.oh-nav-seek-black .oh-nav-seek .seek-input i svg.pcexcursion.active {
    opacity: .56;
    transition: opacity .24s cubic-bezier(0.48, 0.04, 0.52, 0.96) .48s
}

.oh-nav-seek-black .oh-nav-seek .seek-input i svg.pcexcursion.active.iconhover:hover {
    opacity: 1
}

.oh-nav-seek-black .oh-nav-seek .seek-input i.seek-input-icon {
    margin: 0 10px 0 15px
}

.oh-nav-seek-black .oh-nav-seek .seek-input i.seek-input-icon svg.pcexcursion {
    transform: translateX(30px)
}

.oh-nav-seek-black .oh-nav-seek .seek-input i.seek-input-icon svg.pcexcursion.active {
    transform: translateX(0);
    transition: transform .48s cubic-bezier(0.48, 0.04, 0.52, 0.96) .24s
}

.oh-nav-seek-black .oh-nav-seek .seek-input i.seek-input-icon svg:first-child {
    display: block
}

.oh-nav-seek-black .oh-nav-seek .seek-input i.seek-input-icon svg:last-child {
    display: none
}

.oh-nav-seek-black .oh-nav-seek .seek-input i.seek-empty-icon {
    margin: 0 15px 0 15px;
    cursor: pointer
}

.oh-nav-seek-black .oh-nav-seek .seek-input i.seek-empty-icon svg:first-child {
    display: block
}

.oh-nav-seek-black .oh-nav-seek .seek-input i.seek-empty-icon svg:last-child {
    display: none
}

.oh-nav-seek-black .oh-nav-seek .seek-input input {
    width: 100%;
    height: 23px;
    line-height: 19px;
    outline: 0;
    border: 0;
    color: #fff;
    font-size: 16px;
    background-color: transparent;
    /**/
    font-variation-settings: 'wght' 550
}

.oh-nav-seek-black .oh-nav-seek .seek-input input.pcexcursion { /* opacity:0; */
    transform: translateX(30px)
}

.oh-nav-seek-black .oh-nav-seek .seek-input input.pcexcursion.active {
    opacity: 1;
    transform: translateX(0);
    transition: all .48s cubic-bezier(0.48, 0.04, 0.52, 0.96) .24s
}

.oh-nav-seek-black .oh-nav-hot {
    width: 640px;
    background-color: #fff;
    margin: 10px auto 0;
    padding: 0 39px 32px 46px;
    box-sizing: border-box
}

.oh-nav-seek-black .oh-nav-hot.pcexcursion { /* opacity:0; */
}

.oh-nav-seek-black .oh-nav-hot.pcexcursion.active {
    opacity: 1;
    transition: opacity .54s cubic-bezier(0.48, 0.04, 0.52, 0.96)
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(1) {
    transform: translateX(30px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(2) {
    transform: translateX(50px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(3) {
    transform: translateX(70px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(4) {
    transform: translateX(90px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(5) {
    transform: translateX(110px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(6) {
    transform: translateX(130px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(7) {
    transform: translateX(150px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(8) {
    transform: translateX(170px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(9) {
    transform: translateX(190px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(10) {
    transform: translateX(210px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(11) {
    transform: translateX(230px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(12) {
    transform: translateX(250px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(13) {
    transform: translateX(270px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(14) {
    transform: translateX(290px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(15) {
    transform: translateX(310px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(16) {
    transform: translateX(330px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(17) {
    transform: translateX(350px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(18) {
    transform: translateX(370px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(19) {
    transform: translateX(390px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion:nth-child(20) {
    transform: translateX(410px);
    opacity: 0
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion.active {
    transform: translateX(0);
    opacity: 1;
    transition: all .34s cubic-bezier(0.48, 0.04, 0.52, 0.96) .2s
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pcexcursion.active:nth-child(1) {
    opacity: .78
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot {
    width: 100%;
    margin: 0 auto;
    padding-top: 32px
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pop-group-title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pop-group-title p {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 16px;
    color: #ff7500;
    /**/
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pop-group-title .pop-group-delete {
    display: block;
    width: 20px;
    height: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjUyMzA3IDIuMzIyNTZIOC4wNzczM0w3LjkwNyAyLjczNDQ4TDYuODU2ODEgNS4yNzQyMkgyLjYxODE2VjYuNjA3NTVINC4xNjUwNFYxNi4yNzNDNC4xNjUwNCAxNi42NDU1IDQuMzEzMDMgMTcuMDAyOCA0LjU3NjQ2IDE3LjI2NjJDNC44Mzk4OSAxNy41Mjk3IDUuMTk3MTcgMTcuNjc3NyA1LjU2OTcxIDE3LjY3NzdIMTQuNDI1OEMxNC43OTgzIDE3LjY3NzcgMTUuMTU1NiAxNy41Mjk3IDE1LjQxOTEgMTcuMjY2MkMxNS42ODI1IDE3LjAwMjggMTUuODMwNSAxNi42NDU1IDE1LjgzMDUgMTYuMjczVjYuNjA3NTVIMTcuMzc4M1Y1LjI3NDIySDEzLjE0MTRMMTIuMDkxMiAyLjczNDQ4TDExLjkyMDggMi4zMjI1NkgxMS40NzUxSDguNTIzMDdaTTYuMzA1NDggNi42MDc1NUw2LjMwNTMzIDYuNjA3OTJINy4zMDI0MUgxMi42OTU4SDEzLjY5MjhMMTMuNjkyNyA2LjYwNzU1SDE0LjQ5NzFWMTYuMjczQzE0LjQ5NzEgMTYuMjkxOSAxNC40ODk2IDE2LjMxMDEgMTQuNDc2MiAxNi4zMjM0QzE0LjQ2MjkgMTYuMzM2OCAxNC40NDQ3IDE2LjM0NDMgMTQuNDI1OCAxNi4zNDQzSDUuNTY5NzFDNS41NTA3OSAxNi4zNDQzIDUuNTMyNjUgMTYuMzM2OCA1LjUxOTI3IDE2LjMyMzRDNS41MDU4OSAxNi4zMSA1LjQ5ODM3IDE2LjI5MTkgNS40OTgzNyAxNi4yNzNWNi42MDc1NUg2LjMwNTQ4Wk0xMS42OTg1IDUuMjc0MjJMMTEuMDI5NCAzLjY1NTg5SDguOTY4ODJMOC4yOTk2NCA1LjI3NDIySDExLjY5ODVaTTcuODU2NDUgMTQuMDYxNlY4Ljg5NTU5SDkuMTg5NzhWMTQuMDYxNkg3Ljg1NjQ1Wk0xMC44MDczIDguODk1NTlWMTQuMDYxNkgxMi4xNDA2VjguODk1NTlIMTAuODA3M1oiIGZpbGw9IiM2NjY2NjYiLz4KPC9zdmc+Cg==) no-repeat;
    background-position: center;
    cursor: pointer
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pop-group-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -2px
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pop-group-container .history-item {
    flex: 0 1 auto;
    padding: 0 2px;
    margin-bottom: 4px
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pop-group-container .history-item .item-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 2px 12px;
    background: #f4f4f4
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pop-group-container .history-item .item-row a {
    font-size: 12px;
    line-height: 20px;
    margin-right: 6px
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot .pop-group-container .history-item .item-row i {
    display: block;
    width: 12px;
    height: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjkyNDgxIDYuNzUwMzZMMi45ODUwOSA5LjY5MDA4QzIuNzg2NDIgOS44ODg3NSAyLjQ0MDY5IDkuODY1MTMgMi4yMTI4OSA5LjYzNzMyQzEuOTg1MDggOS40MDk1MiAxLjk2MTQ2IDkuMDYzNzkgMi4xNjAxMyA4Ljg2NTEyTDUuMDk5ODUgNS45MjU0TDIuMTU5MzUgMi45ODQ5QzEuOTYwNjggMi43ODYyMyAxLjk4NDMgMi40NDA1IDIuMjEyMTEgMi4yMTI3QzIuNDM5OTEgMS45ODQ4OSAyLjc4NTY0IDEuOTYxMjcgMi45ODQzMSAyLjE1OTk0TDUuOTI0ODEgNS4xMDA0NEw4Ljg2NTMxIDIuMTU5OTRDOS4wNjM5OCAxLjk2MTI4IDkuNDA5NyAxLjk4NDkgOS42Mzc1MSAyLjIxMjdDOS44NjUzMSAyLjQ0MDUxIDkuODg4OTMgMi43ODYyMyA5LjY5MDI3IDIuOTg0OUw2Ljc0OTc3IDUuOTI1NEw5LjY4OTQ4IDguODY1MTJDOS44ODgxNSA5LjA2Mzc5IDkuODY0NTMgOS40MDk1MSA5LjYzNjczIDkuNjM3MzJDOS40MDg5MiA5Ljg2NTEzIDkuMDYzMiA5Ljg4ODc1IDguODY0NTMgOS42OTAwOEw1LjkyNDgxIDYuNzUwMzZaIiBmaWxsPSIjNjY2NjY2Ii8+Cjwvc3ZnPgo=) no-repeat;
    background-position: center
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot dd {
    width: 100%;
    cursor: pointer
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot dd a {
    padding-left: 18px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 4px 18px;
    color: #444;
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot dd a:hover {
    background-color: #f4f4f4;
    /*;*/
    font-variation-settings: 'wght' 750
}

.oh-nav-seek-black .oh-nav-hot .nav-Seekhot dd a .seek-hot {
    color: #046a38;
    font-size: 9px;
    margin-left: 8px;
    /*;*/
    font-variation-settings: 'wght' 750
}

.oh-nav-seek-black .oh-nav-hot .tips-words-group .pcexcursion.active:nth-child(1) {
    opacity: 1
}

.oh-nav-seek-black .oh-nav-hot .tips-words-group .pcexcursion a {
    color: #999
}

.oh-nav-seek-black .oh-nav-hot .tips-words-group .pcexcursion a strong {
    color: #000;
    font-weight: normal;
    
    font-variation-settings: 'wght' 750
}

.oh-nav-seek-black .oh-nav-hot .tips-words-group .pcexcursion a:hover {
   
    font-variation-settings: 'wght' 550
}

.seekmas {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none
}

.seekmas.seekblock {
    display: block
}

.seekmas.seekblock.pcexcursion {
    opacity: 0;
    transition: opacity .54s cubic-bezier(0.48, 0.04, 0.52, 0.96)
}

.seekmas.seekblock.pcexcursion.active {
    opacity: 1
}

.f7f8fa {
    background: #f7f8fa;
}

/*index-section*/
.index-section {

}

.index-section .content {
    text-align: center;
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    z-index: 3;
}

.index-section .title {
    
    color: #040000;
}

.index-section .more {
    color: #ff7500;
    margin-top: 30px;
}

.more-arrow {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle;
    border-left: 1px solid #ff7500;
    border-bottom: 1px solid #ff7500;
    transform: rotate(-135deg);
}

.index-section-home .swiper-slide, .anim-banner {
    position: relative;
    width: 100%;
    height: 47vw;
    background: center center no-repeat;
    background-size: cover;
}

.anim-banner {
    position: relative;
    /* width: 100%; */
    /* height: 100vh; */
}

.anim-banner li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity .54s cubic-bezier(0.48, 0.04, 0.52, 1)
}

.anim-banner li.active {
    opacity: 1;
}

/*index*/
.video-section {

}

.video-section .videoContent {
    display: none;
}

.video-section .video-details {
    padding: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
}

.video-section .video {
    height: 756px;
}

.video-section .poster {
    position: relative;
    display: block;
    width: 100%;
}

.video-section .poster:after {
    content: '';
    transition: all .3s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .4;
    z-index: 1;
}

.video-section .poster .video-bg {
    display: block;
    height: 756px;
    background: center center no-repeat;
    background-size: cover;
}

/*.video-section .poster:hover .icon-play img{*/
/*    opacity: .5;*/
/*}*/

.video-section .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all .3s;
    opacity: 1;
    text-transform: uppercase;
    
    font-size: 66px;
    color: #FFFFFF;
    text-align: center;
}

.video-section .icon-play img {
    width: 50px;
    height: 50px;
}

.common-title-container {
    text-align: center;
}

.common-title-container .title {
    
    color: #333333;
}

.common-title-container .desc {
    line-height: 1.8;
    color: #666666;
    max-width: 880px;
    margin: 10px auto;
}

.common-title-container .desc1 {
    font-size: 14px;
    line-height: 1.3;
    max-width: 100%;
    margin: 20px auto;
}

/*why-list*/
.why-container {
    padding: 230px 0 0;
}

.why-list {
    padding: 50px 0 120px;
}

.why-list li {
}

.why-list li:nth-child(even) {
    flex-direction: row-reverse;
}

.why-list .picture {
    width: 50%;
    padding-top: 30.5%;
    position: relative;
    overflow: hidden;
}

.why-list .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    transition: all .5s cubic-bezier(0.48, 0.04, 0.52, 0.96) .1s;
}

.why-list li:hover .bg {
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
}

.why-list .content {
    width: 42%;
}

.why-list .title {
    color: #333333;
   
    margin-bottom: 25px;
}

.why-list .desc {
    font-size: 13px;
    line-height: 1.8;
    color: #666666;
}

/*common-banner*/
.common-banner {
    background: center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 566px;
    display: flex;
}

.common-banner .box {

    /*max-width: 100%;*/
}

.common-banner .content {
   
    color: #000;
    padding-top: 40px;
    /*max-width: 100%;*/
}


.common-banner .desc {
    
    color: #222222;
    line-height: 1;
   
}

/*common-nav*/
.common-nav {
    text-align: center;
    padding: 110px 0 85px;
    font-size: 14px;
}

.common-nav a {
    min-width: 170px;
    padding: 10px 50px;
    line-height: 25px;
    box-sizing: border-box;
    border: 1px solid #e6e5e5;
    text-align: center;
    margin: 0 12px;
    border-radius: 30px;
    color: #333333;
    transition: all .3s;
}

.common-nav a:hover, .common-nav a.on {
    background: #ff7500;
    border-color: #ff7500;
    color: #FFFFFF;
}

.loading-gird {
    max-height: 100vh;
    overflow: hidden;
    margin-bottom: 50px;
    background: rgba(0, 0, 0, .03);
}

.loading-gird:after {
    content: 'loading';
    display: block;
    position: absolute;
    top: 30%;
    left: calc(50% - 25px);
    width: 100px;
    height: 30px;
    padding-top: 60px;
    font-size: 24px;
   
    color: #000000;
    text-align: center;
    background: url(../images/fancybox_loading2.gif) top center no-repeat;
    background-size: 50px 50px; /*The size of the normal image, half the size of the hi-res image*/
}

.media-list {
    padding-bottom: 10vh;
    position: relative;
}

.media-list li {
    padding: 13px 10px;
    box-sizing: border-box;
    max-width: 33.33%;
}

.media-list a {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.media-list a:after {
    content: '';
    transition: all .3s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .4;
    z-index: 2;
}

.media-list a:hover:after {
    opacity: 0;
}

.media-list a.video-item:before {
    content: '';
    background: url("../images/icon-play.png") no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-size: 100%;
    z-index: 3;
    opacity: .5;
    border-radius: 50%;
    overflow: hidden;
}

.media-list a.video-item:hover:before {
    opacity: 1;
}

.win-container {
    display: none;
}

.win-container .bg {
    width: 100%;
    height: 100vh;
    background: #000000;
    opacity: .4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}

.win-container .content {
    border: 0;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 16;
    max-width: 980px;

}

.win-container .wrapper {
    position: relative;
}

.win-container .content li {
    width: 100% !important;
    cursor: default;
}

.win-container .content .close {
    width: 22px;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 20;
}

.win-container .video-details {
    padding: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    max-height: 80vh;
    overflow: hidden;
    box-sizing: border-box;
}

.win-container .video {
    /* border-radius: 0; */
    overflow: hidden;
    max-width: 100%;
    max-height: 80vh;
    height: 100%;
}

.win-container .poster {
    position: relative;
    display: block;
    max-width: 100%;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    max-height: 100%;
    background: #000;
}

.win-container video {
    width: 100%;
    background: #000000;
    height: 100%;
}

.win-container .poster:after {
    content: '';
    transition: all .3s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .4;
    z-index: 1;
}

.win-container .poster .video-bg {
    display: block;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    /*width: 100%;*/
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
}

.win-container .poster:hover .icon-play {
    opacity: .5;
}

.win-container .icon-play {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 2;
    width: 50px;
    height: 50px;
    transition: all .3s;
    opacity: 1;
}

.win-container .an .desc, .win-container .videoContent {
    display: none;
}

/*faq-container*/
.faq-container {
    padding: 130px 0 120px;
}

.faq-list {
    border: 1px solid #e6e5e5;
    padding: 0 35px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.8;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    background: rgba(233, 233, 233, 0.2);
}

.faq-list .titles {
  
    color: #111111;
    padding: 30px 0 10px;
}

.faq-list:nth-child(even) {
    margin-left: calc(4% - 4px)
}

.faq-list li {
    border-bottom: 1px solid #eeeeee;
}

.faq-list li:last-child {
    border: 0;
}

.faq-list li .ques:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    display: block;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    transform: rotate(-135deg);
    top: calc(50% - 2px);
    right: 0;
    transition: all .4s;
}

.faq-list li .ques.active:after {
    transform: rotate(-45deg);
    border-color: #ff7500;

}

.faq-list .ques {
    padding: 25px 0;
    color: #333333;
    cursor: pointer;
    position: relative;
}

.faq-list li .ques.active {
    color: #ff7500;
}

.faq-list .no {
    width: 40px;
}

.faq-list .title {
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding-right: 40px;
}

.faq-list .an {
    padding: 15px 40px;
    background: #f8f8f8;
    color: #666666;
    display: none;
    border-top: 1px solid #eeeeee;
}

/*support-list*/
.support-list {

    padding-top: 120px;
}

.support-list .support-list-wrapper {

}

.support-list li {
    width: calc(33.3% - 55px);
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eeeeee;
    margin-bottom: 80px;
    margin-right: 77px;
    box-sizing: border-box;
    padding: 35px 35px 0;
}

.support-list li:nth-child(3n - 1) {
    animation-delay: .15s;
}

.support-list li:nth-child(3n) {
    margin-right: 0;
    animation-delay: .3s;
}

.support-list .picture {

}


.support-list .picture {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: #f9f7f7;
    overflow: hidden;
}

.support-list .bg {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    z-index: 2;
    background: center center no-repeat;
    background-size: contain;
    transition: all .4s;
}

.support-list li:hover .bg {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.support-list .content .name {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding: 15px 0 10px;
}

.support-list .content a {
    font-size: 14px;
    color: #333333;
    padding: 13px 0;
    line-height: 2;
    display: block;
    border-top: 1px solid #eeeeee;
    background: url("../images/icon-down.png") center right no-repeat;
    background-size: 15px 15px;
}

.support-list .content a:first-child {
    border-top: 0;
}

.support-list .content a:hover {
    color: #ff7500;
    background: url("../images/icon-down-active.png") center right no-repeat;
    background-size: 15px 15px;

}

/*crumb-model*/
.contact-container {
    padding: 80px 0;
}

.crumb-model {
    background: #d0d0d1;
    padding: 10px 0;
    margin-bottom: 90px;
}

.crumb-model, .crumb-model a {
    font-size: 13px;
    color: #FFFFFF;
}

.contact-wrapper .editor {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 55px 0 0;
}

/*form-list*/
.form-list {
    padding: 40px 0 90px;
}

.form-list li {
    width: 25%;
    border: 1px solid #eeeeee;
}

.form-list li:last-child {
    width: 20%;
}

.form-list .input {
    color: #333333;
}

.form-list li * {
    line-height: 30px;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    border: 0;
    width: 100%;
    font-size: 14px;
}

.form-list .submit {
    color: #FFFFFF;
    text-align: center;
    background: #ff7500;
    font-size: 16px;
}

.form-list select {
    color: #999999;
    background: url("../images/icon-arrow-bottom.png") 95% center no-repeat;
}

/*map-container*/
.map-container {
    animation-delay: .5s;
}

.map-container .content {
    width: 40%;
}

.map-container .map {
    width: 50%;
}

.map-container .info-list {

}

.map-container .info-list li {
    margin-bottom: 30px;
}

.map-container .info-list .title {
    font-size: 18px;
    color: #333333;
    
}

.map-container .info-list .desc {
    font-size: 13px;
    color: #666666;
    margin: 15px 0;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.map-container .info-list dd.address {
    padding: 12px 15px 0 40px;
    box-sizing: border-box;
    line-height: 26px;
    background: 20px 19px no-repeat;
    background-image: url(../images/icon-loc.png);
}

.map-container .info-list dd.email {
    padding: 12px 15px 0 40px;
    box-sizing: border-box;
    line-height: 26px;
    background: 20px 19px no-repeat;
    background-image: url(../images/icon-email.png);
}


.map-container .tips {
    font-size: 12px;
    line-height: 1.8;
    color: #999999;
}

/*cookie-container*/
.cookie-container {
    padding: 100px 0;
}

.cookie-container .title {
    color: #333333;
    
    letter-spacing: 1px;
}

.cookie-container .date {
    color: #999999;
    padding: 3px 0 20px 0;
    
}

.cookie-container .tips {
    font-size: 14px;
    color: #333333;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.cookie-container .cookie {
    padding: 50px 0 0;
}

.cookie-container .cookie li {
    line-height: 1.7;
    padding: 23px 0 0;
    border-top: 1px dashed #dddddd;
}

.cookie-container .cookie li:first-child {
    border: 0;
}

.cookie-container .cookie .cookie-title {
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
}

.cookie-container .cookie .cookie-desc {
    font-size: 14px;
    color: #666666;
    padding-bottom: 25px;

}

.cookie-container .cookie .cookie-tips {

}

.cookie-container .cookie .list {
    background: #f8f8f8;
    border: 1px dashed #dddddd;
    padding: 25px 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    border-bottom: 0;

}

.cookie-container .cookie .list dd {
    margin-top: 30px;
}

.cookie-container .cookie .list dd:first-child {
    margin-top: 0;
}

.cookie-container .cookie .no {
    width: 30px;
}

.cookie-container .cookie .list-desc {
    width: calc(100% - 30px);
}


/*footer-container*/
.footer-container {
    background: #14151a;
}

.footer-container .footer-wrapper {
    padding: 110px 0 120px;
}

.footer-container .footer-top {
    padding: 56px 0 5px;
}

.footer-top li {
    max-width: 430px;
}

.footer-top > li:last-child {
    padding-left: 50px;
}

.footer-top .title {
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.footer-top .content {
    font-size: 13px;
    line-height: 32px;
    color: #666666;

}

.footer-contact {
    line-height: 18px
}

.footer-contact li {
    margin: 11px 0;
}

.footer-top .content a {
    display: block;
    color: #666666;
}

.footer-top .content a:hover {
    color: #ff7500;
}

.footer-center {
    padding: 60px 0;
}

.footer-center .footer-center-left {

}

.footer-center .footer-center-right {
    width: 435px;
}

.footer-center .title {
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 0;

}

.footer-center .content {
    font-size: 13px;
    line-height: 32px;
    color: #666666;

}

.footer .footer-contact {
    line-height: 1.3;
}

.footer .footer-contact li {
    padding-bottom: 10px;
}


.footer-center .desc {
    padding-bottom: 8px;
}

.footer-center .footer-form {
    width: 230px;
    line-height: 35px;
    box-sizing: border-box;
}

.footer-center .text {
    background: transparent;
    border: 1px solid #3d3e41;
    line-height: 35px;
    color: #cccccc;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    width: calc(100% - 75px);
}

.footer-center .submit {
    width: 75px;
    background: #3d3e41;
    color: #cccccc;
    font-size: 14px;
    text-align: center;
    border: 0;
}

.footer-center .share a {
    width: 30px;
    color: #666666;
    display: inline-block;
    margin-right: 12px;
}

.footer-logo {
    width: 150px;
}

.footer-aright {
    font-size: 14px;
    color: #333333;
    border-top: 1px solid #2a2b2f;
    padding: 12px 0;
}

.footer-aright a {
    color: #333333;
    margin: 0 5px;
    display: inline-block;
}

main {
    padding-top: 40px;
}

/*.partnership*/
.partnership {
    max-width: 705px;
    margin: 70px auto 0;
    padding-bottom: 140px;
}

.partnership .text {
    border: 1px solid #eeeeee;
    width: calc(50% - 15px);
    box-sizing: border-box;
    padding: 15px;
    line-height: 20px;
    font-size: 14px;
    background: #FFFFFF;
    margin-bottom: 25px;
}

.partnership .textarea {
    border: 1px solid #eeeeee;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    padding: 15px;
    line-height: 20px;
    font-size: 14px;
    background: #FFFFFF;
    height: 150px;
    margin-bottom: 25px;

}

.partnership .submit {
    width: 215px;
    line-height: 50px;
    text-align: center;
    background: #ff7500;
    color: #FFFFFF;
    display: block;
    margin: auto;
    border: 0;
}

/*pro-list*/
.pro-list {

}

.pro-list li {
    display: inline-block;
    width: calc(25% - 56px);
    position: relative;
    margin-right: 70px;
    vertical-align: top;
    margin-bottom: 56px;
    z-index: 0;
}

.pro-list li:nth-child(4n - 3) {
    animation-delay: .15s;
}

.pro-list li:nth-child(4n - 2) {
    animation-delay: .3s;
}

.pro-list li:nth-child(4n - 1) {
    animation-delay: .45s;
}

.pro-list li:nth-child(4n) {
    margin-right: 0;
    animation-delay: .6s;
}

.pro-list a {
    display: block;
}

.pro-list .picture {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: #f9f7f7;
    overflow: hidden;
}

.pro-list .bg {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    z-index: 2;
    background: center center no-repeat;
    background-size: contain;
    transition: all .4s;
}

.pro-list a:hover .bg {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.pro1-container .pro-list .bg {
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-size: cover;
}

.pro1-container .pro-list a:hover .bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pro-list .content {
    color: #222222;
}

.pro-list .title {
    
    font-size: 18px;
    padding: 15px 0 8px;
}

.pro-list .type {
    font-size: 16px;
}

.pro-list .desc {
    font-size: 13px;
    line-height: 2;
    color: #666666;
    padding: 8px 0;
}

.pro-list .desc dd {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    vertical-align: top;
    min-width: 190px;
    box-sizing: border-box;
}

.pro-list .desc dd:before {
    content: '·';
    position: absolute;
    top: 0;
    left: 0;
}

.pro-list .more {
    display: inline-block;
    font-size: 13px;
    line-height: 2;
    color: #222222;
    border-bottom: 1px solid #222222;
}

.pro-list a:hover .more {
    border-color: #ff7500;
    color: #ff7500;
}

/*common-pagination*/
.common-pagination {
    text-align: center;
    padding: 60px 0 100px;
}

.common-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    font-size: 15px;
    color: #999999;
    transition: all .3s;
}

.common-pagination a:hover, .common-pagination a.active {
    border-color: #ff7500;
    color: #FFFFFF;
    background: #ff7500;
}

.common-pagination a:hover i {
    border-color: #FFFFFF;
}

.common-pagination a.button {

}

.common-pagination i {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    transform: rotate(-45deg);
}

.common-pagination a.next i {
    transform: rotate(135deg);
}

.pro1-container .pro-list {

}

.pro1-container .pro-list li {
    width: calc(35% - 15px);
    margin-right: 0;
}

.pro1-container .pro-list li:first-child {
    width: calc(65% - 15px);
    margin-right: 27px;
}

.pro1-container .pro-list .picture {
    padding-top: 350px;
}

.pro-none-nav {
    padding-top: 70px;
}

/*campaign1*/
.campaign-list {

}

.campaign-list li {
    margin-bottom: 30px;
}

.campaign-list a {
    display: block;
    background: #FFFFFF;
}

.campaign-list .picture {
    position: relative;
}

.campaign-list .date {
    position: absolute;
    top: 35px;
    left: 30px;
    background: #FFFFFF;
    border-radius: 45px;
    padding: 5px 20px;
    
    color: #222222;
    font-size: 12px;
}

.campaign-list .info {
    color: #222222;
    box-sizing: border-box;
    padding: 30px 55px;
}

.campaign-list .title {
    line-height: 1.3;

}

.campaign-list a:hover .title {
    color: #ff7500;

}

.campaign-list .desc {
    color: #666666;
    margin: 30px 0;
}

.campaign-list .details-info {
    border-top: 1px solid #eeeeee;
}

.campaign-list .details-info {
    font-size: 14px;
    color: #999999;
    padding: 17px 0 5px;
}

.campaign-list .details-info span {
    margin-right: 40px;
}

.campaign-list .details-info img {
    margin-right: 5px;
}

/*event-list*/
.event-list {

}

.event-list li {
    margin-bottom: 30px;
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
}

.event-list li:nth-child(even) {
    margin-left: 37px;
}

.event-list a {
    display: block;
}

.event-list .info {
    padding: 30px 0;
}

.event-list .info-details {
    font-size: 13px;
    color: #999999;
    line-height: 25px;
}

.event-list .info-details span {
    margin-right: 20px;
}

.event-list .info-details img {
    margin-right: 5px;
}

.event-list .title {
    font-size: 21px;
    line-height: 32px;
    color: #222222;
    height: 64px;
    margin: 5px 0 30px;
}

.event-list .more {
    text-transform: uppercase;
    font-size: 14px;
    color: #ff7500;
}

.event-list .more img {
    margin-right: 5px;
}

/*news*/
.news-container {
    padding: 70px 0;
}

.left-module {
    width: 67%;
}

.news-list {

}

.news-list li {

}

.news-list li:first-child a {
    padding-top: 0;
}

.news-list a {
    align-items: initial;
    padding: 40px 0;
    position: relative;
}

.news-list .picture {
    width: 295px;
}

.news-search-list .picture {
    padding-top: 170px;
    position: relative;
}

.news-search-list .picture img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
}

.news-list .content {
    width: calc(100% - 345px);
}

.news-list .title {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
}

.news-list a:hover .title {
    color: #ff7500;
}

.news-list a:hover .picture img {
    max-width: 110%;
    max-height: 110%;
    /* top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%,-50%); */

}

.news-list .desc {
    font-size: 13px;
    color: #666666;
    margin: 30px 0;
}

.news-list .info {
    font-size: 13px;
    color: #999999;
    line-height: 25px;
}

.news-list .info img {
    margin-right: 5px;
}

.news-list .info span {
    margin-right: 20px;
}

.news-container .box {
    align-items: start;
}

/*container-nav-news*/
.container-nav-news {
    width: 23%;
}

.container-nav-news-wrapper .search {
    line-height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 10px;
}

.container-nav-news-wrapper .search.focus {
    border-color: #ff7500;
}

.container-nav-news-wrapper .search .text {
    width: calc(100% - 40px);
    background: transparent;
    border: 0;
    font-size: 14px;
    color: #222222;
    line-height: 50px;
}

.container-nav-news-wrapper .search .submit {
    line-height: 50px;
    border: 0;
    background: url("../images/icon-search-right.png") center center no-repeat;
    width: 20px;
    height: 50px;
}

.container-nav-news-wrapper .content {

}

.container-nav-news-wrapper li {

}

.container-nav-news-wrapper .title {
    font-size: 14px;
    color: #333333;
    
    padding: 50px 0 20px;
    text-transform: uppercase;
}

.container-nav-news-wrapper .info {

}

.container-nav-news-wrapper .categories-list {

}

.container-nav-news-wrapper .categories-list a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
}

.container-nav-news-wrapper .categories-list a.on {
    color: #ff7500;
}

.container-nav-news-wrapper .categories-list a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 0;
    height: 0;
    border-left: 6px solid #cccccc;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.container-nav-news-wrapper .categories-list a.on:before {
    border-left-color: #ff7500;
}

.tage-list a {
    margin: 5px;
    border: 1px solid #dddddd;
    line-height: 20px;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    color: #666666;
    cursor: default;
}

.small-event-list {

}

.small-event-list a {
    display: flex;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}

.small-event-list a:last-child {
    border-bottom: 0;
}

.small-event-list .picture {
    width: 80px;
}

.small-event-list .event-info {
    width: calc(100% - 100px);
    margin-top: -4px;
}

.small-event-list .titles {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #333333;
}

.small-event-list a:hover .titles {
    color: #ff7500;
}

.small-event-list .date {
    font-size: 14px;
    font-weight: lighter;
    color: #999999;
}

/*news-section*/
.news-info-section {

}

.news-info-section .title {
    color: #222222;
    font-weight: bold;
    line-height: 1.2;
    
}

.news-info-section .info-details {
    font-size: 16px;
    color: #666666;
    padding: 25px 0;
}

.news-info-section .info-details span {
    margin-right: 40px;
    display: inline-block;
    line-height: 20px;
}

.news-info-section .info-details img {
    margin-right: 8px;
}

.news-info-section .editor {
    font-size: 16px;
    line-height: 2;
    color: #666666;
    padding: 45px 0 90px;
    border-bottom: 1px solid #dddddd;
}

.give-more {
    padding: 20px 0 50px;
}

.give-more .share-details span {
    margin-left: 30px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.give-more .share-details span img {
    margin-right: 5px;
}

.news-info2 {
    padding-top: 90px;
}

.news-index-section {
    padding: 130px 0 70px;
}

.list .img-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.list .picture {
    width: 100%;
    transition: all .5s;
    transform: scale(1.1);
}

.header .list .picture {
    width: 100%;
    transition: all .5s;
    transform: scale(1.1);
    padding-top: 100%;
    background: #f9f7f7;
}

.header .list .picture img, .header .list a:hover .picture img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.list a:hover .picture {
    transform: scale(1)
}

.news-index-section .wrapper-flex-wrap {
}

.news-index-section .title {
    font-size: 42px;
    color: #222222;
    
}

.news-index-section .desc {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #666666;
}

.news-index-section .index-share-list {

}

.news-index-section .index-share-list a {
    display: inline-block;
    width: 25px;
    margin-right: 12px;
    transition: all .4s;
}

.news-index-section .index-share-list a:hover {
    opacity: .7;
}

.news-index-section .right {

}

.swiper-button-disabled {
    opacity: .56;
    cursor: not-allowed;
}

.news-index-section .button {
    background: url("../images/prev1.png");
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    position: static;
    display: inline-block;
    transition: all .5s;
}

.news-index-section .button:hover {
    opacity: .5;
}

.news-index-section .prev {
    margin: 0 12px;
}

.news-index-section .next {
    transform: rotate(180deg);

}

.news-index-section .list {
    padding-top: 77px;
    position: relative;
    padding-bottom: 70px;
}

.swiper-scrollbar-drag {
    background: #c4c4c4 !important;
    height: 5px !important;
}

.news-index-section .swiper-scrollbar {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 50;
    height: 5px;
    width: 50%;
    transform: translateX(-50%);
}


.news-index-section .swiper-title {
    color: #222222;
    
    padding: 10px 0 5px;
}

.news-index-section .swiper-desc {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.news-index-section .swiper-actions {
    font-size: 16px;
    display: inline-block;
    color: #666666;
    line-height: 2;
    border-bottom: 1px solid #666666;
}

.about1-section, .about4-section {
    padding: 130px 0 100px;
}

.about4-section .common-title-container {
    /*padding-top: 10vh;*/
}

.about1-section .list a {
    width: calc(50% - 15px);
    position: relative;
    margin: 15px 0;
}

.about1-section .list a:last-child {
    animation-delay: .2s;
}

.about1-section .list .content {
    position: absolute;
    width: 70%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #FFFFFF;
}

.about1-section .list a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

/*about2-section*/
.about2-section {
    background: #f5f5f5;
    padding: 130px 0 100px;
}

.about2-section .list {
    padding: 30px 0 0;
}

.about2-section .year {
    
    color: #222222;

}

.about2-section .swiper-container:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 58px;
    left: 0;
    background: #dddddd;
}

.about2-section .swiper-slide {
    padding: 0 35px;
    box-sizing: border-box;
}

.about2-section .dian {
    width: 10px;
    height: 10px;
    background: #ff7500;
    border-radius: 50%;
    margin: 15px 20px;
}

.about2-section .button {
    top: 47px;
    margin: 0;
    z-index: 5;
    position: absolute;
}

.about2-section .button.prev {
    left: 0;
}

.about2-section .button.next {
    right: 0;
}

.about2-section .button.next svg {
    transform: rotate(180deg);
}

.about2-section .c1 {
    
    color: #222222;
    font-size: 18px;
    margin: 0 0 10px;
}

.about2-section .c2 {
    font-size: 13px;
    color: #666666;
}

.about3-section {
    background: center center no-repeat;
	background-size: 100% 100%;
    padding: 130px 0;
    position: relative;
}

.about3-section:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 2;
}

.about3-section .box {
    position: relative;
    z-index: 5;
}

.about3-section .common-title-container .title {
    color: #FFFFFF;
}

.about3-section .list li {
    margin-top: 60px;
    width: calc(25% - 30px);
    padding-top: calc(25% - 30px);
    position: relative;
    background: rgba(255, 255, 255, .1);
    font-size: 44px;
    
}

.about3-section .list span {
}

.about3-section .list .desc {
    font-size: 14px;
    
}

.about3-section .list .info {
    position: absolute;
    text-align: center;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.about4-section {

}

.about4-section .list {
    position: relative;
    padding-top: 25px;
}

.about4-section .list a {
    color: #222222;
}

.about4-section .desc {
    /*  */
    padding: 10px 0;
    line-height: 1.2;
}

.about4-section .button {
    background: url("../images/about_08.png");
    width: 15px;
    height: 25px;
    position: absolute;
    top: calc(50% - 13px);
}

.about4-section .prev {
    left: -3vw;
}

.about4-section .next {
    right: -3vw;
    transform: rotate(180deg);

}

/*.about5-section*/
.about5-section {
    background: #f5f5f5;
    padding: 130px 0 100px;
}

.about5-section .box {
    align-items: start;
}

.about5-section .common-title-container {
    width: 35%;
    padding-top: 5%;
    text-align: left;
}

.about5-section .common-title-container .desc {
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}

.about5-section .list {
    width: 50%;
    border: 1px solid #dddddd;
    background: #FFFFFF;
    padding: 20px 80px;
    box-sizing: border-box;
    position: relative;
}

.about5-section .desc {
    /*font-size: 13px;*/
    color: #666666;
    text-align: center;
    line-height: 1.2;
    padding: 10px;
    box-sizing: border-box;
}

.about5-section .button {
    background: url("../images/about_08.png");
    width: 15px;
    height: 25px;
    position: absolute;
    top: calc(50% - 13px);
    opacity: .7;
    zoom: .8;
}

.about5-section .button.prev {
    left: 3%;
}

.about5-section .button.next {
    right: 3%;
    transform: rotate(180deg);
}

.about6-section {
    padding: 100px 0 160px;
    text-align: center;
}

.about6-section article {
    padding: 0px 0 0;
}

.about6-section .content {
    width: 230px;
    line-height: 50px;
    background: #ff7500;
    color: #FFFFFF;
    text-align: center;
    
    font-size: 16px;
    margin-top: -25px;
}
.about6-section article{
    position: relative;

}
.about6-section .lans {
    font-size: 18px;
    max-width: 360px;
    position: absolute;
    bottom: 5%;
    left:-5%;
    transition: all .4s;
    opacity: 0;
}
.about6-section article:hover .lans{
    opacity: 1;
}
.about6-section .lans li {
    background: var(--themeColor);
    color: #000;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.about6-section .lans span {
    font-weight: bold;
    color: #fff;
	padding-right: 5px;
}

/*.about6-section .common-title-container .title{*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/
/*loading*/
.body.ff0101 {
}

.loading {
    background: linear-gradient(55deg, rgba(246, 218, 226, 0.75), #e3eeec);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    animation: example1 2s linear infinite;
}

.loading-cookie {
    background: #000000;
    padding: 20px 5% 60px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
}

.loading-cookie .policy {
    float: left;
    width: 1000px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .6);
}

.loading-cookie .policy a {
    margin-left: 10px;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.loading-cookie .buttons {
    float: right;
]
}

.loading-cookie .buttons a {
    padding: 5px 12px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    color: #FFFFFF;
    display: inline-block;
}

.loading-cookie .buttons a.white {
    color: #000000;
    background: #FFFFFF;
    margin-right: 20px;
}

@keyframes example1 {
    0% {
        background: linear-gradient(55deg, rgba(246, 218, 226, 0.75) 0%, #e3eeec 100%);
    }
    5% {
        background: linear-gradient(55deg, #e3eeec 0%, rgba(246, 218, 226, 0.75) 5%, #e3eeec 55%, rgba(246, 218, 226, 0.75) 100%);
    }
    10% {
        background: linear-gradient(55deg, #e3eeec 0%, rgba(246, 218, 226, 0.75) 10%, #e3eeec 60%, rgba(246, 218, 226, 0.75) 100%);
    }
    15% {
        background: linear-gradient(55deg, #e3eeec 0%, rgba(246, 218, 226, 0.75) 15%, #e3eeec 65%, rgba(246, 218, 226, 0.75) 100%);
    }
    20% {
        background: linear-gradient(55deg, #e3eeec 0%, rgba(246, 218, 226, 0.75) 20%, #e3eeec 70%, rgba(246, 218, 226, 0.75) 100%);
    }
    15% {
        background: linear-gradient(55deg, #e3eeec 0%, rgba(246, 218, 226, 0.75) 25%, #e3eeec 75%, rgba(246, 218, 226, 0.75) 100%);
    }
    30% {
        background: linear-gradient(55deg, #e3eeec 0%, rgba(246, 218, 226, 0.75) 30%, #e3eeec 80%, rgba(246, 218, 226, 0.75) 100%);
    }
    35% {
        background: linear-gradient(55deg, #e3eeec 0%, rgba(246, 218, 226, 0.75) 35%, #e3eeec 85%, rgba(246, 218, 226, 0.75) 100%);
    }
    40% {
        background: linear-gradient(55deg, #e3eeec 0%, rgba(246, 218, 226, 0.75) 40%, #e3eeec 90%, rgba(246, 218, 226, 0.75) 100%);
    }
    45% {
        background: linear-gradient(55deg, #e3eeec 0%, rgba(246, 218, 226, 0.75) 45%, #e3eeec 95%, rgba(246, 218, 226, 0.75) 100%);
    }
    50% {
        background: linear-gradient(55deg, #e3eeec 0%, rgba(246, 218, 226, 0.75) 50%, #e3eeec 100%);
    }
    55% {
        background: linear-gradient(55deg, rgba(246, 218, 226, 0.75) 0%, #e3eeec 5%, rgba(246, 218, 226, 0.75) 55%, #e3eeec 100%);
    }
    60% {
        background: linear-gradient(55deg, rgba(246, 218, 226, 0.75) 0%, #e3eeec 10%, rgba(246, 218, 226, 0.75) 60%, #e3eeec 100%);
    }
    65% {
        background: linear-gradient(55deg, rgba(246, 218, 226, 0.75) 0%, #e3eeec 15%, rgba(246, 218, 226, 0.75) 65%, #e3eeec 100%);
    }
    70% {
        background: linear-gradient(55deg, rgba(246, 218, 226, 0.75) 0%, #e3eeec 20%, rgba(246, 218, 226, 0.75) 70%, #e3eeec 100%);
    }
    75% {
        background: linear-gradient(55deg, rgba(246, 218, 226, 0.75) 0%, #e3eeec 25%, rgba(246, 218, 226, 0.75) 75%, #e3eeec 100%);
    }
    80% {
        background: linear-gradient(55deg, rgba(246, 218, 226, 0.75) 0%, #e3eeec 30%, rgba(246, 218, 226, 0.75) 80%, #e3eeec 100%);
    }
    85% {
        background: linear-gradient(55deg, rgba(246, 218, 226, 0.75) 0%, #e3eeec 36%, rgba(246, 218, 226, 0.75) 85%, #e3eeec 100%);
    }
    90% {
        background: linear-gradient(55deg, rgba(246, 218, 226, 0.75) 0%, #e3eeec 40%, rgba(246, 218, 226, 0.75) 90%, #e3eeec 100%);
    }
    95% {
        background: linear-gradient(55deg, rgba(246, 218, 226, 0.75) 0%, #e3eeec 45%, rgba(246, 218, 226, 0.75) 95%, #e3eeec 100%);
    }
    100% {
        background: linear-gradient(55deg, rgba(246, 218, 226, 0.75) 0%, #e3eeec 50%, rgba(246, 218, 226, 0.75) 100%);
    }
}

.loading.hide {
    opacity: 0;
    z-index: -100;
}

.loading .content {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}

.loading .title {
    
    color: #000000;
    padding: 25px 0 10px;
}

.loading .desc {
    font-size: 14px;
    color: #222222;
}

.loading .button {

}


.loading .button a {
    font-size: 18px;
    width: 148px;
    line-height: 48px;
    border: 1px solid #222222;
    color: #222222;
    text-align: center;
    border-radius: 45px;
    margin: 50px 15px;
    transition: all .5s;
    box-sizing: border-box;
}

.loading .button a:hover {
    background: #222222;
    color: #FFFFFF;
}

main {
    display: none;
}

.footer-container, header {
    display: none;
}

body.loadingEnd main,
body.loadingEnd .footer-container,
body.loadingEnd header {
    display: block;
}

body.show main,
body.show .footer-container,
body.show header {
    display: none;
}

body.show {
    height: 100vh;
    overflow: hidden;
}

.header .nav .item.item-more {
    cursor: pointer;
}

@media screen and (max-width: 1660px) {
    .font80 {
        font-size: 60px;
        line-height: 1.2;
    }

    .font64 {
        font-size: 40px;
    }

    .font48 {
        font-size: 37px;
    }

    .font40 {
        font-size: 30px;
    }

    .font38 {
        font-size: 28px;
    }

    .font32, .font30 {
        font-size: 25px;
    }

    .font26 {
        font-size: 22px;
    }

    .font24 {
        font-size: 20px;
    }

    .font22 {
        font-size: 18px;
    }

    .font20 {
        font-size: 17px;
    }

    .font16 {
        font-size: 14px;
    }

    .nav-content {
        padding: 20px 0;
    }
	
	.about3-section{ background-size: cover; }

    .about3-section .list li {
        margin-top: 30px;
        width: calc(25% - 15px);
        padding-top: calc(25% - 15px);
        font-size: 32px;
    }

    .about2-section .c1 {
        font-size: 16px;
    }

    .about6-section, .about5-section, .about1-section, .about4-section, .about2-section, .about3-section {
        padding: 100px 0 60px;
    }

    .video-section .icon-play {
        font-size: 40px;
    }

    .video-section .icon-play img {
        width: 40px;
        height: 40px;
        margin: 5px auto;
    }

    .video-section .video, .video-section .poster .video-bg {
        height: 650px;
    }

    .news-index-section .desc, .news-index-section .swiper-actions {
        font-size: 15px
    }

    .news-index-section .title {
        font-size: 32px;
    }

    .news-info-section .editor {
        font-size: 14px;
        padding: 30px 0 60px;
    }

    .news-info-section .info-details {
        font-size: 14px;
        padding: 10px 0 20px;
    }

    .event-list .info {
        padding: 15px 0;
    }

    .event-list .info-details span {
        margin-right: 12px;
    }

    .event-list .title {
        font-size: 17px;
        line-height: 25px;
        height: 50px;
        margin: 5px 0 15px;
    }

    .event-list .more {
        font-size: 13px;
    }

    /*new*/
    .news-list .desc {
        margin: 15px 0;
        font-size: 12px;
    }

    .news-list a {
        padding: 20px 0;
    }

    .news-list .picture {
        width: 250px;
    }

    .news-search-list .picture {
        padding-top: 150px;
    }

    .news-list .content, .news-list a:after {
        width: calc(100% - 280px);
    }

    .container-nav-news-wrapper .title {
        padding: 30px 0 10px;
        font-size: 13px;
    }

    .container-nav-news-wrapper .categories-list a {
        font-size: 13px;
        padding: 5px 0;
    }

    .tage-list a {
        margin: 3px;
        line-height: 15px;
        padding: 2px 8px;
    }

    .small-event-list .date,
    .small-event-list .titles {
        font-size: 13px;
    }

    .container-nav-news {
        width: 26%;
    }

    .container-nav-news-wrapper .search {
        line-height: 35px;
        padding: 0 7px;
        margin-bottom: 0;
    }

    .container-nav-news-wrapper .search .text {
        width: calc(100% - 34px);
        font-size: 13px;
        line-height: 35px;
    }

    .container-nav-news-wrapper .search .submit {
        line-height: 35px;
        height: 35px;
    }

    .news-container {
        padding: 35px 0;
    }

    /*.pro*/
    .pro-none-nav {
        padding-top: 40px;
    }

    .pro-list .desc {
        font-size: 12px;
    }

    .pro-list .desc dd {
        min-width: 150px;
    }

    .pro1-container .pro-list .picture {
        padding-top: 280px;
    }

    .pro-list li {
        display: inline-block;
        width: calc(25% - 23px);
        position: relative;
        margin-right: 28px;
        vertical-align: top;
        margin-bottom: 40px;
    }

    .common-pagination {
        padding: 30px 0 50px;
    }

    .common-pagination a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    /*footer*/
    .footer-container .footer-wrapper {
        padding: 80px 0;
    }

    .contact-wrapper .editor {
        margin: 40px 0 0;
    }

    .support-list li {
        width: calc(33.3% - 40px);
        margin-bottom: 60px;
        margin-right: 57px;
        padding: 25px 25px 0;
    }

    .support-list .content .name {
        font-size: 16px;
        padding: 10px 0 5px;
    }

    .support-list .content a {
        font-size: 13px;
        padding: 10px 0;
    }

    .faq-container {
        padding: 80px 0 80px;
    }

    .header .nav .item {
        padding: 15px 10px;
    }

    .why-list {
        padding: 30px 0 80px;
    }

    .media-list li {
        padding: 10px 8px;
    }

    .common-nav {
        padding: 40px 0 20px;
    }

    .common-nav a {
        min-width: 130px;
        padding: 5px 35px;
        line-height: 25px;
        margin: 5px 8px;
    }

    .common-banner {
        height: 450px;
    }

    .news-index-section {
        padding: 90px 0 40px;
    }

    .index-section .more {
        margin-top: 20px;
    }

    .about2-section .dian {
        margin: 10px;
    }

    .about2-section .button {
        top: 37px;
    }

    .about2-section .swiper-container:after {
        top: 48px;
    }
}


@media screen and (max-width: 1300px) {
    .header .box {
        width: 95%;
    }
}

@media screen and (max-width: 1100px) {
    .iphone-media {
        display: block !important;
    }

    .pc-media {
        display: none !important;
    }

    .about6-section .lans {
/*        font-size: 12px;
        max-width: 360px;
        position: static;
        opacity: 0;
        margin: auto;*/
    }
    .about6-section .lans li {
        padding: 10px;
        margin-bottom: 12px;
    }
    .header-components .icon-search {
        display: inline-block;
    }

    .header-components #icon-search {
        vertical-align: top;
        display: none;
    }

    .font80 {
        font-size: 50px;
    }

    .font64 {
        font-size: 32px;
    }

    .font48 {
        font-size: 28px;
    }

    .font48 {
        font-size: 26px;
    }

    .font40 {
        font-size: 24px;
    }

    .font38 {
        font-size: 22px;
    }


    .font32, .font30 {
        font-size: 20px;
    }

    .font26 {
        font-size: 18px;
    }

    .font24 {
        font-size: 17px;
    }

    .font22 {
        font-size: 15px;
    }

    .faq-list {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0 !important;
    }

    .loading-cookie .policy {
        width: 100%;
    }

    .loading-cookie .buttons {
        margin-top: 30px;
        width: 100%;
        text-align: right;
    }

    .media-list li {
        max-width: 50%;
    }

    .loading .content img {
        width: 100px;
    }

    .loading .content {
        width: 80%;
        top: 40%;
    }

    .loading .button a {
        font-size: 15px;
        width: 100px;
        line-height: 32px;
        margin: 25px 7px;
    }

    .about6-section .content {
        width: 150px;
        line-height: 35px;
        font-size: 14px;
        margin-top: 15px;
    }

    .about5-section .common-title-container,
    .about5-section .list {
        width: 100%;
    }

    .about5-section .common-title-container .desc {
        padding-top: 0;
    }

    .about2-section .button {
        top: 31px;
    }

    .about2-section .swiper-container:after {
        top: 42px;
    }

    .about3-section {
        padding: 30px 0;
    }

    .about3-section .list li {
        margin-top: 15px;
        width: calc(50% - 10px);
        padding-top: calc(50% - 10px);
        font-size: 24px;
    }

    .about1-section .list a {
        width: calc(50% - 5px);
        position: relative;
        margin: 5px 0;
    }

    .index-section .content {
        top: 15%;
    }

    .index-section .more {
        margin-top: 5px;
    }

    /*.anim-banner, .index-section-home .swiper-slide {*/
    /*    !*height: 450px;*!*/
    /*    height: 50vw;*/
    /*}*/
    .video-section .video, .video-section .poster .video-bg {
        height: 550px;
    }

    .news-index-section {
        padding: 60px 0 40px;
    }

    .news-index-section .index-share-list a {
        width: 20px;
        margin-right: 6px;
    }

    .news-index-section .swiper-scrollbar {
        bottom: 0;
    }

    .news-index-section .list {
        padding-top: 37px;
        position: relative;
        padding-bottom: 30px;
        width: 105%;
    }

    .news-index-section .right {
        display: none
    }

    .news-index-section .desc, .news-index-section .swiper-actions {
        font-size: 14px
    }

    .news-index-section .swiper-desc {

        font-size: 12px;
        line-height: 18px;
    }

    .news-info2 {
        padding-top: 30px;
    }

    .news-index-section .title {
        font-size: 20px;
    }

    .give-more .share-details {
        width: 100%;
        padding: 20px 5px;
    }


    .news-info-section .editor {
        font-size: 13px;
        padding: 25px 0 40px;
    }

    .give-more {
        padding: 20px 0 20px;
    }

    .give-more .share-details span {
        margin-left: 0;
        margin-right: 20px;
    }

    .container-nav-news {
        display: none;
    }

    .left-module {
        width: 100%;
    }

    .pro-none-nav {
        padding-top: 30px;
    }

    .pro-list li, .pro-list li:nth-child(4n - 3), .pro-list li:nth-child(4n - 2), .pro-list li:nth-child(4n - 1), .pro-list li:nth-child(4n) {
        width: calc(50% - 10px);
        margin-right: 17px;
        margin-bottom: 30px;
    }

    .pro-list li:nth-child(even) {
        margin-right: 0;
    }

    .pro1-container .pro-list li {
        width: 100% !important;
    }

    .pro-list .type {
        font-size: 14px;
    }

    .pro-list .title {
        font-size: 16px;
    }

    .pro1-container .pro-list .picture {
        padding-top: 35%;
    }

    .pro-list .desc {
        padding: 8px 0;
        line-height: 1.6;
    }

    /*.partnership*/
    .partnership {
        margin: 20px auto 0;
        padding-bottom: 40px;
    }

    .partnership .text {
        width: calc(50% - 5px);
        padding: 8px;
        line-height: 20px;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .header .nav .nav-item:after {
        display: none;
    }

    .header .nav .nav-item .after {
        display: none;
    }

    .header .nav .nav-item {
        position: static;
        max-height: initial;
        padding: 0;
        transform: translate(0, 0);
        width: 100%;
        left: 0;
    }

    .header .nav-item a {
        display: block;
        width: 100%;
        text-align: left;
        border-top: 1px dashed #eeeeee;
        line-height: 1;
        padding: 20px 0;
        margin: 0;
    }

    .header .nav-item a:first-child {
        border-top: 0;
    }

    .header .nav .nav-item .name {
        color: #777;
        padding: 8px 10PX;
        font-size: 13px;
        margin: 0;
        box-sizing: border-box;
    }

    .nav-content {
        border-top: 0;
        padding: 0;
    }

    .header .nav .nav-item a.swiper-slide {
        margin: 0;
        max-width: 100%;
        padding: 0;
    }

    .header .nav .picture {
        display: none;
    }

    .footer-container .footer-wrapper {
        padding: 30px 0;
    }

    .footer-center {
        padding: 0 0 15px;
        display: block;
    }

    .footer-container .footer-top {
        display: none;
    }

    .footer-center .footer-center-left,
    .footer-center .footer-center-right {
        width: 100%;
        padding-top: 35px;
    }

    .footer-center .footer-form {
        width: 100%;
        max-width: 300px;
    }

    /*cookie-container*/
    .cookie-container {
        padding: 45px 0;
    }

    .cookie-container .cookie .cookie-title {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .cookie-container .cookie .list {
        padding: 22px 15px;
        line-height: 1.5;
        font-size: 13px;
    }

    .cookie-container .cookie li {
        padding-top: 18px;
    }

    .cookie-container .cookie .list dd {
        margin-top: 15px;
    }

    .cookie-container .cookie {
        padding: 0;
    }

    .cookie-container .tips {
        padding-bottom: 25px;
    }

    .cookie-container .cookie .cookie-desc {
        font-size: 13px;
        line-height: 1.5;
    }

    /*contact-wrapper*/
    .contact-wrapper .editor {
        margin: 25px 0 0;
    }

    .contact-container {
        padding: 65px 0 0;
    }

    .crumb-model {
        margin-bottom: 40px;
    }

    .form-list {
        padding: 20px 0 40px;
    }

    .form-list li, .form-list li:last-child {
        width: 47%;
        margin: 5px 0;
    }

    .form-list li * {
        line-height: 30px;
        height: 40px;
        padding: 5px;
        font-size: 13px;
    }

    .form-list .submit {
        font-size: 14px;
    }

    .map-container .content, .map-container .map {
        width: 100%;
        margin-bottom: 30px;
    }

    /*support-list*/
    .support-list {
        padding-top: 40px;
    }

    .support-list li, .support-list li:nth-child(3n) {
        width: calc(50% - 10px);
        margin-bottom: 20px;
        margin-right: 17px;
        padding: 15px 15px 0;
        animation-delay: 0s !important;
    }

    .support-list li:nth-child(2n) {
        margin-right: 0;
    }

    .support-list .content a {
        padding: 7px 0;
    }

    .faq-list {
        padding: 0 15px;
        font-size: 13px;

    }

    .faq-list .ques {
        padding: 15px 0;
    }

    .faq-container {
        padding: 50px 0 40px;
    }

    .common-nav a {
        min-width: 70px;
        padding: 5px 10px;
        margin: 5px 2px;
        line-height: 22px;
    }

    .why-container {
        padding: 150px 0 0;
    }

    .why-list {
        padding: 10px 0 40px;
    }

    .why-list li:nth-child(even) {
        flex-direction: column;
    }

    .why-list .picture {
        width: 100%;
        padding-top: 60%;
    }

    .why-list .content {
        width: 100%;
        padding: 20px 0 40px;
    }

    .why-list .title {
        margin-bottom: 10px;
    }

    .header .logo {
        width: 100px;
    }

    .header .box.border {
        border: 0;
    }

    .header .nav {
        display: none;
    }

    .header {
        background: #FFFFFF;
        /* padding: 20px 0; */
        border-bottom: 1px solid #eee;
    }

    .header .box {
        padding: 15px 2.5%;
        box-sizing: border-box;
    }

    .header .warning {
        font-size: 12px;
        padding: 10px 0;
        line-height: 18px;
    }

    .header .logo img:nth-child(2) {
        display: block;
    }

    .header .logo img:nth-child(1) {
        /* display: none; */
    }

    .header .menu.active span:nth-child(2) {
        opacity: 0;
    }

    .header .menu.active span:nth-child(1) {
        transform: rotate(45deg);
        margin-bottom: -12px;
    }

    .header .menu.active span:nth-child(3) {
        transform: rotate(-45deg);
        width: 15px;
        margin-left: 0;
        /* margin-top: -9px; */
    }

    .header .menu span:nth-child(1) {
        width: 15px;
    }

    .header .menu span:nth-child(2) {
        width: 12px;
        margin: 4px 0 4px 3px;
    }

    .header .menu span:nth-child(3) {
        width: 9px;
        margin-left: 6px;
    }

    .header .menu span {
        background: #010101;
        display: block;
        height: 2px;
        transition: all .4s ease-in-out;

    }

    .header .nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 68px);
        overflow-y: auto;
        background: #FFFFFF;
        box-sizing: border-box;
        padding: 0 5%;
        min-height: calc(100vh - 68px);
    }

    .header .nav .item {
        border-bottom: 1px solid #eeeeee;
        color: #222222;
        padding: 18px 0;
    }

    .header .nav li {
        display: block;
    }

    .header .nav li a {
        display: block;
    }

    .box {
        width: 91%;
    }

    .header .nav .item.item-more {
        position: relative;
    }

    .header .nav .item.item-more:after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        display: block;
        right: 5vw;
        transform: rotate(45deg);
        top: 25px;
    }
}

@media screen and (max-width: 768px) {
    .box {
        width: 91%;
    }

    .font80 {
        font-size: 27px;
    }

    .font64 {
        font-size: 24px;
    }

    .font48 {
        font-size: 22px;
    }


    .font40 {
        font-size: 19px;
    }

    .font38 {
        font-size: 18px;
    }

    .font32, .font30 {
        font-size: 20px;
    }

    .font26 {
        font-size: 19px;
    }

    .font24 {
        font-size: 17px;
    }

    .font22 {
        font-size: 16px;
    }

    .font20 {
        font-size: 15px;
    }

    .font16 {
        font-size: 12px;
    }

    .about6-section, .about5-section, .about1-section, .about4-section, .about2-section {
        padding: 30px 0 30px;
    }

    .about1-section .list a {
        width: 100%;
    }

    .about1-section .list .content {
        font-size: 15px;
        width: 80%;
    }

    .event-list li {
        margin-bottom: 30px;
        width: 100%;
    }

    .event-list li:nth-child(even) {
        margin-left: 0;
    }

    .news-list .picture, .news-list .content, .news-list a:after {
        width: 100%;
    }

    .news-search-list .picture {
        padding-top: 55%
    }

    .news-list .picture img {
        max-width: 100%;
        max-height: 100%;
    }

    .news-list a:hover .picture img {
        max-width: 105%;
        max-height: 105%;
    }

    .news-list {
        padding-bottom: 40px;
    }

    .news-list .content {
        padding-top: 15px;
    }

    .common-pagination {
        padding: 10px 0 45px;
    }

    /*     footer */
    .footer-logo {
        display: none;
        width: 100px;
    }

    .footer-center .footer-center-left {
        padding: 0;
    }

    .footer-center .footer-center-right {
        padding: 30px 0;
    }

    .footer-center .desc {
        line-height: 1.2;
        padding: 10px 0;
    }
    

    .common-banner {
        height: auto;
        margin-top: 10px;
    }
    
    .common-banner .box {
 
    
    top:17%;

}

    .media-list li {
        padding: 5px 4px;
    }

    .common-nav {
        padding: 40px 0 20px;
    }

    .common-nav .box {
        width: 98%;
    }

    .win-container .content .close {
        width: 22px;
        top: -20px;
        right: -20px;
    }

    .win-container .video-details {
        padding: 5px;
    }

    .video-section .icon-play {
        font-size: 24px;
    }

    .video-section .icon-play img {
        width: 35px;
        height: 35px;
    }

    .video-section .video, .video-section .poster .video-bg {
        height: 200px;
    }

    .anim-banner, .index-section-home .swiper-slide {
        height: 49vw;
        margin-top: 11px;
    }

    .campaign-list .info {
        padding: 15px 20px;
    }

    .campaign-list .desc {
        margin: 15px 0;
    }

    .campaign-list .details-info {
        font-size: 12px;
    }

    .campaign-list .date {
        top: 15px;
        left: 15px;
    }

    main {
        padding-top: 100px;
    }
}

