#navigation {position:absolute;height:120px;background:transparent;}

.holder {width:100%;max-width:1000px;margin:0 auto;}
.page-template-china-2022-main #container {padding-top:120px;}

#main-visual {box-sizing:border-box;height:100%;height:1725px;padding:100px 0 86px;background:url(../images/bg/bg_main_visual.jpg) center no-repeat;}
.main-visual-menu {display:flex;flex-direction:column;justify-content:space-between;height:100%;}

.slogan-area {position:relative;}
.slogan-area .slogan {text-align:center;}
.txt-slogan {margin-top:25px;}
.txt-date {margin-top:36px;}
#txt-move5, #txt-move9 {margin-left:25px;}
#txt-move1, #txt-move2, #txt-move3, #txt-move4, #txt-move5, #txt-move6, #txt-move7, #txt-move8, #txt-move9, #txt-move10 {opacity:0;}

.clouds {position:absolute;display:block;width:100%;height:100%;}
.ico-cloud {position:absolute;margin:0;-webkit-animation:pop 2s linear 1s infinite both;animation:pop 2s linear 1s infinite both;} 
.cloud01 {top:-6px;left:-20px;width:112px;height:52px;background:url(../images/bg/bg_cloud01.png) center no-repeat;}
.cloud02 {top:-50px;right:-10px;width:129px;height:60px;-webkit-animation-delay:2s;animation-delay:2s;background:url(../images/bg/bg_cloud02.png) center no-repeat;}

.info-cont {display:flex;justify-content:space-between;height:360px;margin-right:-11px;margin-left:-33px;}
.info-cont h4,.info-cont h4 .zh{color:#000;}
.info-cont_video, .info-cont_half a {display:flex;align-items:center;flex-direction:column;justify-content:center;}
.info-cont_video {justify-content:center;width:504px;background:url(../images/img/img_main_cont_video.png) center;}
.info-cont_video * {width:368px;}
.info-cont_video .btn-area {margin-top:19px;}
.info-cont_half {width:268px;background:url(../images/img/img_main_cont.png) center;}
.info-cont_half a {width:100%;height:100%;}
.info-cont_half .ico {display:block;width:100%;height:195px;text-indent:-999999em;background-repeat:no-repeat;background-position:center bottom;}
.info-cont_half .ico-notice {background-image:url(../images/ico/ico_main_notice.png);}
.info-cont_half .ico-event {background-image:url(../images/ico/ico_main_event.png) ;}
.info-cont_half h4 {position:relative;display:flex;flex-direction:column;justify-content:center;padding-top:30px;text-align:center;}
.info-cont_half h4:after {position:absolute;top:50%;right:-46px;width:34px;height:34px;margin-top:-7px;content:'';background-image:url(../images/ico/ico_main_arrow.png);}
.info-cont h4 {font-size:22px;font-weight:700;line-height:1.3;}
.info-cont h4 .zh {margin-left:5px;font-weight:400;}
.info-cont_half h4 .zh {display:block;margin:0;}

#video-wrap {position:fixed;z-index:100000;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0,0,0,1);;}
#video-wrap .video-container {height:100%;}
#video-wrap .btn-close {position:absolute;top:15px;right:15px;}


@keyframes pop {0% {-webkit-transform:translate(0);transform:translate(0);}
	50% {-webkit-transform:translate(0px, 20px);transform:translate(0px, 20px);}
	100% {-webkit-transform:translate(0);transform:translate(0);}}
@-webkit-keyframes pop {0% {-webkit-transform:translate(0);transform:translate(0);}
	50% {-webkit-transform:translate(0px, 20px);transform:translate(0px, 20px);}
	100% {-webkit-transform:translate(0);transform:translate(0);}}
