@font-face {
    font-family:"SourceHanSansCN Regular";
    src:url( '../fonts/NotoSansHans-Regular.otf' );
}
@font-face {
    font-family: "SourceHanSansCN Medium";
    src: url("/Other/event/v2/fonts/NotoSansHans-Medium.otf");
}
@font-face {
    font-family: "SourceHanSansCN Light";
    src: url("/Other/event/v2/fonts/NotoSansHans-Light.otf");
}
@font-face {
    font-family: "SourceHanSansCN Bold";
    src: url("/Other/event/v2/fonts/NotoSansHans-Bold.otf");
}
@font-face {
    font-family: "AKzidenzGroteskBQ Bold";
    src: url("/Other/event/v2/fonts/AkzidenzGrotesk-Bold.otf");
}
@font-face {
    font-family: "AKzidenzGroteskBQ Medium";
    src: url("/Other/event/v2/fonts/AkzidenzGrotesk-Medium.otf");
}
@font-face {
    font-family: "AKzidenzGroteskBQ Italic";
    src: url("/Other/event/v2/fonts/AkzidenzGrotesk-Italic.otf");
}
body,p,div,h1,h2,h3,h4,h5,ul,li,a,em,span,i,dl,dt,dd{margin:0px;padding:0px;}
a {text-decoration: none;outline: none;cursor: pointer;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul li{list-style: none;}
html,body {height: 100%;background: #fff;font-family: 'SourceHanSansCN Regular';}
.flexStyle{display: flex;align-items: center;justify-content: space-between;}
.header{background:#0c368c;color:#ffffff;height: 50px;position: fixed;top: 0px;z-index: 1002;width: 100%;}
.box{margin:0 auto;}
.headerLeft{width:20%;height: 50px;display:flex;}
.headerLeft>div{
    border-right: 1px solid #ffffff;
    width:45px;
    text-align: center;
    height:50px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    }
.headerLeft>div:first-child{border-left:1px solid #ffffff;}
.headerLeft>div:last-child{border-right: none;}
.headerCenter{font-size: 20px;font-family: 'AKzidenzGroteskBQ Bold';}
.headerRight{
    position: relative;
    height: 50px;
    min-width: 10%;
}
.headerRight img{display: block;margin-top: 6px;height: 36px;}
.search-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height:35px;
    border-radius: 40px;
    padding: 10px;
    background:url(/v2/img/search.png) no-repeat center;
    width:17px;height:35px;
}
.search-txt{
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #333333;
    font-size: 16px;
    line-height:35px;
    width: 0;
    transition: 0.4s;
}
.search-btn{
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.1s;
    
    
}
.search-box:hover .search-txt{
    width: 280px;
    background: #ffffff;
    margin: -5px 20px;
    border-radius: 10px;
    height:25px;
    line-height: 25px;
    text-indent: 10px;
    font-size:14px;
    color: #333333;
    cursor: pointer;
}
.search-box:hover .search-btn{
}
/*arrowMenu*/
.arrowMenu{
    position: absolute;
    background:#0c368c;
    width:315px;
    z-index: 9999;
    top:50px;
    left:-1px;
    display:none;
}
.menu:hover .arrowMenu{display: block;}
.menuImg{width:30px;height:30px;background:url(/v2/img/menu.png) no-repeat center;}
.menu:hover .menuImg{background:url(/v2/img/close.png) no-repeat center;background-size: 18px 18px;}
.menuImg.on{background:url(/v2/img/leftArrow.png) no-repeat center!important;background-size:20px 20px;}
.arrowMenu ul li{
    min-height: 65px;
    line-height:65px;
    border-bottom:1px solid #ffffff;
    padding-left:32px;
    padding-right:10px;
    display:flex;
}
.arrowMenu>ul{position: relative;}
.arrowMenu ul li i{width:30px;min-height:40px;background: url(/v2/img/rightArrow.png) no-repeat center;}
.arrowMenu ul li a{color:#ffffff;font-size:24px;flex:1;text-align: left;}
.arrowMenu p{font-size:18px;line-height:27px;font-family: "AKzidenzGroteskBQ Medium";padding-left:32px;text-align: left;}
.arrowMenu p.arrowTxt1{margin-top:45px;}
.arrowMenu p.arrowTxt2{padding-bottom:25px;}
.secondMenu{display:none;position: absolute;background: #0c368c;top: 0;width: 100%;left: 0;height: 100%;}
.arrowTxt1.on,.arrowTxt2.on{color:#0c368c;}
.arrowMenu>ul>li:first-child,.secondMenu li:first-child{border-top:1px solid #ffffff;}
/*banner*/
.bannerTxt{color:#ffffff;}
.bannerTxt1{
    font-family: "SourceHanSansCN Medium";font-size:56px;color:#ffffff;line-height: 68px;
}
.bannerTxt2{
    font-family: "AKzidenzGroteskBQ Medium";font-size:19px;color:#ffffff;
}
/*bottom*/
.bottom{width:100%;height: 574px;background:url(/v2/img/bottomBg.png) no-repeat center;background-size:100% 574px;color:#ffffff;}
.bottom .box{justify-content: center;flex-wrap: wrap;padding-top:180px;}
.bottom .box a{color:#ffffff;}
.links{padding:60px 0 50px 0;}
.links a{padding:0 18px;}
.subMenu{width:100%;display:flex;justify-content: space-between;}
.subMenu .subLeft{width:219px;height:88px;margin-right: 98px;font-size:12px;}
.subMenu .subLeft p{margin-top:63px;font-family: "SourceHanSansCN Medium";}
.subMenu .subLinks{flex:1;display:flex;justify-content: space-between;}
.subLinks li{font-size:12px;}
.subLinks li h1{font-size:12px;padding-bottom:7.5px;font-family: "SourceHanSansCN Bold";}
.subLinks li p{padding: 6px 0;font-family: "SourceHanSansCN Regular";}
.copyRight{text-align: center;width:100%;font-size:12px;font-family: "SourceHanSansCN Regular";transform: scale(0.8);}
/*titleBar*/
.titleBar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    margin: 45px 0;
}
.barLeft{
    width:50%;
}
.barLeft .titleTxt{
   font-style: normal;
   color:#000000;
   font-family: "SourceHanSansCN Medium";
   font-size: 28px;
}
.barLeft span{color:#009944;font-family: "AKzidenzGroteskBQ Medium";font-size: 19px;padding-left: 15px;}
.titleBar a{width: 165px;}
.preNext {
    width: 100px;
    position: relative;
    height: 29px;
}
.swiper-button-next {
    background: url(/v2/img/right.png) no-repeat;
    width: 29px;
    height: 29px;
}

.swiper-button-next.swiper-button-disabled {
    background: url(/v2/img/right2.png) no-repeat;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
}

.swiper-button-prev {
    background: url(/v2/img/left.png) no-repeat;
    width: 29px;
    height: 29px;
}

.swiper-button-prev.swiper-button-disabled {
    background: url(/v2/img/left2.png) no-repeat;
}
.shareSwiper .swiper-slide{
    flex-wrap: wrap;
}
.preNextSwiper {
    margin-bottom: 55px;
}
.preNextSwiper .swiper-slide>div {
    width: 315px;
    position: relative;
    margin-bottom:20px;
}

.preNextSwiper .swiper-slide>div>img {
    width: 100%;
    height: 315px;
    display: block;
}
.preNextSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*verticalItems*/
.verticalItems{
    margin-bottom: 40px;
    z-index:3;
    position: relative;
}

.verticalItems li {
    margin-bottom: 48px;
    /* position: relative; */
}

.verticalItems li>a>img {
    display: block;
    height: 413px;
    width: 100%;
}

.verticalItems .rightTxt {
    height: 413px;
    width: 414px;
    color: #ffffff;
    padding: 48px 60px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    background:#009944db;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.verticalItems .rightTxt h1 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "SourceHanSansCN Medium";
}

.verticalItems .rightTxt p {
    font-size: 14px;
    line-height: 24px;
    font-family: "SourceHanSansCN Light";
}

.verticalItems .rightTxt p span {
    display: block;
    font-weight: bold;
    font-family: "SourceHanSansCN Medium";
}

.verticalItems .rightTxt a {
    margin-top: 20px;
    margin-left: calc(100% - 130px);
font-family: "SourceHanSansCN Light";}
.linkLearnMore{width:130px;height: 44px;border:2px solid #ffffff;border-radius: 5px;/* text-align: center; */line-height: 40px;font-size: 16px;color: #000;}
/*horizontalList*/
.horizontalList {
    /* display: flex; */
    /* align-items: center; */
    margin-top: 55px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.horizontalList li {
    /* width: 315px; */
    /* position: relative; */
    margin-bottom:20px;
}
.horizontalList li a>img {
    width: 100%;
    height: 315px;
    display: block;
}
.horizontalList li>img {
    width: 100%;
    height: 315px;
    display: block;
}

.zxTips {
    /* position: absolute; */
    /* width: 100%; */
    /* height: 125px; */
    /* padding: 0 26px; */
    /* box-sizing: border-box; */
    color: #000;
    bottom: 0;
    /* background: #009944db; */
}

.zxTips h1 {
    font-size: 12px;
    background: #009944;
    text-align: center;
    padding: 0 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    position: absolute;
    bottom: 106px;
}

.zxTips p {
    font-size: 14px;
    font-weight:800;
    /* position: absolute; */
    /* bottom: 52px; */
    font-family: "SourceHanSansCN Regular";
}
.zxTips h3 {
    font-size: 12px;
    /* position: absolute; */
    /* bottom: 25px; */
    font-family: "AKzidenzGroteskBQ Italic";
}
/**/
.multipleTitle{padding:44px 0 30px 0;}
.multipleItems{margin-bottom:70px;}
.multipleLeft{width:306px;}
.multipleLeft img{height:538px;}
.multipleRight{flex:1;display: flex;flex-wrap: wrap;align-items: center;}
.multipleRight>div{width:306px;padding-left:37px;}
.multipleRight>div img{height:203px;}
.multipleInfo{height:95px;overflow:hidden;}
.multipleRight>div:first-child .multipleInfo,.multipleRight>div:nth-child(2) .multipleInfo{margin-bottom:33px;}
.multipleInfo h1{font-size: 18px;margin-top:24px;font-family: "AKzidenzGroteskBQ Medium";}
.multipleInfo h3{padding:5px 0;}
.multipleInfo h3,.multipleInfo p{font-size:12px;}
.multipleInfo p{font-family: "AKzidenzGroteskBQ Italic";}
/**/
.introduceTitle{margin-top: 20px;height: 60px;background: #cccccc;padding-left: 44px;overflow: hidden;display: flex;align-items: center;margin-bottom: 0;}
.introduceTitle img{display: block;}
.introduceContent{
    background: #ffffff;
    padding:45px 45px;
    font-size:14px;
    color:#101010;
    margin-bottom:55px;
    position: relative;
}
.introduceContent2{padding:0 0 45px 0;}
.introduceContent img{display: block;margin:0 auto;margin-bottom: 6px;max-width: 736px;}
.introduceContent p{font-size:14px;line-height:2em;margin-bottom:18px;padding: 0 83px;}
.introduceContent p:first-child{color:#000000;}
.introduceContent p.sp{font-size:13px;margin-bottom:0px;}
.introduceContent h1{font-size:22px;padding:0 83px;margin-bottom: 20px;}
.introduceContent h5{color:#009944;font-size:12px;padding: 0 83px;margin-top:100px; font-family: "AKzidenzGroteskBQ Italic";}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity:1;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity:1;
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
.headerRight .search-box{display: none;}
.viewArticle{width: 165px;height:42px;line-height: 38px;color:#009944;text-align: center;border:2px solid #009944;border-radius: 5px;box-sizing: border-box;font-size: 12px;font-family: "SourceHanSansCN Light";}
.ourInfos{display:none;margin:20px auto;}
.ourInfos p{font-size:12px;line-height:24px;text-align: center;font-family: "SourceHanSansCN Regular";transform: scale(0.8);}
.viewArticle2{display: none;}
@media screen and (min-width:1024px){
    body{min-width: 992px;}
    .box{
        width: 992px;
    }
}
@media screen and (min-width:320px) and (max-width:1023px) {
    ::-webkit-scrollbar {
        width: 4px; 
        height:4px;
      }
      ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 5px #009944;
        background: #78b4b4;
      }
      ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
        border-radius: 10px;
        background: #ededed;
      }
.headerLeft>div:last-child{display:none;}
.headerLeft>div:first-child{border-left:none;}
.headerRight{border-left: 1px solid #ffffff;}
.headerRight .search-box{display:block;}
.headerRight img{display:none;}
.search-box:hover .search-txt{width:40px;    width: 140px;
    position: absolute;
    top: 52px;
    left: -132px;}
/*.search-box:hover{left:5px;}*/
.arrowMenu ul li{min-height: 40px;line-height:40px;}
.arrowMenu ul li a{font-size:18px;}
.arrowMenu p.arrowTxt1{margin-top:15px;}
.arrowMenu p{font-size:14px;}
.verticalItems li{padding: 1px;margin-bottom: 1px;/* width: 100px; */width: 50%;display: in;/* position: inherit; *//* display: inline-flex; *//* flex: 4; *//* display: flex; */direction: row;}
.verticalItems li>a>img{/* height: 195px; *//* border-top-left-radius: 8px; *//* border-top-right-radius: 8px; */height: auto;/* width: 50%; */}
.verticalItems .rightTxt{position: relative;width:100%;height: auto;padding: 20px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;}
.verticalItems .rightTxt h1{font-size:18px;margin-bottom:8px;}
.titleBar{background:#0c368c;padding:0 8px;box-sizing: border-box;margin: 15px 0;}
.titleBar a{width:auto;font-size: 12px;text-decoration: underline;}
.barLeft .titleTxt{font-size: 16px;color:#ffffff;}
.barLeft span{font-size: 13px;color:#ffffff;padding-left: 5px;}
.scrollBox{overflow-x: scroll;}
.horizontalList{margin-top:0;/* display: inline-flex; *//* flex-wrap: nowrap; */}
.horizontalList li{display:inline-block;margin: 10px;padding-bottom: 10px;border-bottom: 1px solid #ccc;}
.horizontalList li:last-child{margin-right: 10px;}
.subLinks li p{display:none;}
.ourInfos{display:block;}
.bottom .box{padding-top:0;}
.subMenu{flex-wrap: wrap;}
.subMenu .subLeft{width:100vw;margin: 0 auto;padding-top: 50px;position: relative;height: auto;}
.subMenu .subLeft img{display:block;margin:0 auto;width: 150px;}
.subMenu .subLinks{width:100vw;flex-wrap: wrap;margin-top: 30px;}
.subLinks li{width:100vw;text-align: center;height: 30px;line-height: 30px;margin-bottom: 12px;}
.links a img{height:25px;}
.links{padding-bottom: 20px;}
.bottom{margin-top:20px;background: #0c368c;height: auto;}
.subLinks li h1 a{padding-bottom: 5px;border-bottom: 1px solid #ffffff;font-family: "SourceHanSansCN Regular";font-size: 14px;}
.subMenu .subLeft p{position: absolute;top: 450px;width: 50px;text-align: center;left: 50%;margin-left: -25px;}
.copyRight{padding-bottom: 25px;}
.linkLearnMore{border:none;/* text-decoration: underline; */}
.verticalItems .rightTxt a{margin-top:10px;}
.viewArticle{border:none;color:#ffffff;}
.wave{display:none;}
.preNext{display: none;}
.introduceTitle{background:none;margin:0 auto;}
.introduceTitle .barLeft{width:100%;}
.introduceTitle .barLeft .titleTxt{color:#000000;}
.introduceContent{padding:0 10px;font-size: 14px;}
.introduceContent img{width:100%;display: block;margin-bottom: 20px;max-width: 300px;}
.introduceContent h1,.introduceContent p,.introduceContent h5{padding:0 10px;}
.introduceContent h5{margin-top:20px;padding-bottom:20px;}
.multipleRight{padding: 0 5px;}
.multipleLeft{display: none;}
.multipleLeft img{height:203px;display: block;width: 100%;}
.multipleRight>div{width:50%;padding: 0 5px;box-sizing: border-box;}
.multipleRight>div img{width:100%;height:auto;display:block;border-radius:10px;}
.multipleInfo h3{overflow: hidden;word-break: break-all;white-space: nowrap;text-overflow: ellipsis;}
.multipleInfo{margin-bottom: 15px!important;height:auto;}
.multipleItems{margin-bottom:20px;}
#peaceBook{padding: 0 10px;display: block;margin-bottom: 50px!important;}
#peaceBook .multipleLeft{display:block;width:100%;background: #ffffff;padding: 10px;box-sizing: border-box;margin-bottom: 10px;border-radius: 10px;}
#peaceBook .multipleLeft img{height:auto!important;}
#peaceBook .multipleRight{padding:0;flex: auto;display: block;}
#peaceBook .multipleRight>div{flex:auto;width: 100%;padding: 10px;background: #ffffff;box-sizing: border-box;border-radius: 10px;margin-bottom: 10px;}
#noBgTitle{background:none;margin: 10px 0;height: 30px;}
#noBgTitle .titleTxt{color:#000000!important;}
#noBgTitle span{color:#009944!important;}
#whiteContent{padding-top:10px;margin:0 10px;border-radius: 10px;}
.viewArticle2{display:block;padding-top: 2px;}
}
@media screen and (min-width:1024px){
    .search-pagination{
        width: 992px;
    }
}
.search-pagination{position: relative;text-align: right;margin:0 auto;margin-bottom:20px;}
.pagination li{display:inline-block;margin:0 5px;}
.pagination li:first-child,.pagination li:first-child a{color:#666666;}
.pagination li a{color:#009944;}
.pagination li.active{text-decoration: underline;}
.header + .box{
    margin-top: 70px;
}
.header + .banner{
    margin-top:50px;
}
.zxTips>a>p>span{
    color: #666;
}