@charset "UTF-8";
/*
Theme Name: CoCoAniWorks
Theme URI: https://cococartoon.com/
Author: Xu.wang
Author URI: https://xuui.net/
Description: CoCoAniWorks's 2025 theme.
Version: 2.0.223
License: LICENSE
License URI: LICENSE
Text Domain: xuui
Tags: custom-menu, featured-images
*/
:root{
  --bg-color:#222;
  --hover-color:#AC9286;
}
body{position:relative;font:400 14px/24px -apple-system,BlinkMacSystemFont,'Segoe UI',SegoeUI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Helvetica,"SourceHanSansCN",'SourceHanSansCN','PingFang SC','Hiragino Sans GB','Microsoft Yahei UI','Microsoft YaHei','Noto Sans',SimSun,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';background:var(--bg-color);color:#fff;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;text-size-adjust: none !important;}
html,body.home{height:100%;}
/*img,video{max-width:100%;}*/
video{background:#000;/*object-fit:cover;*/}
video source{min-width:100%;min-height:100%;height:auto;width:auto;}
.btn,.btn:focus,.btn:active,button,button:focus,button:active{outline:none;box-shadow:none;}

/** Bootstarp Fix */
/*transition:border-color 0.12s ease-in-out,box-shadow 0.12s ease-in-out;*/
/*-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);*/
.btn{--bs-btn-border-radius:4px;}
.btn-close{--bs-btn-border-radius:2px;border-radius:2px;}
.form-control{border-radius:4px;}
.form-control:focus{box-shadow:inset 0 1px 3px rgba(0,0,0,.2);border-color:var(--bs-primary);}
.dropdown-menu{--bs-dropdown-border-radius:4px;padding:4px 0;border: 0 solid #fff;box-shadow:0 4px 8px -2px rgba(0,0,0,.25),0 0 1px rgba(0,0,0,.31);}
.list-group{--bs-list-group-border-radius:4px;}
.alert{--bs-alert-border-radius:5px;}
.alert .btn-close:focus{box-shadow:none;}
.card{--bs-card-inner-border-radius:3px;--bs-card-border-radius:5px;}
.accordion{--bs-accordion-border-radius:4px;}
.modal{--bs-modal-border-radius:3px;--bs-modal-box-shadow:0 8px 16px -4px rgba(9,30,66,.25),0 0 1px rgba(9,30,66,.32);}
.modal-dialog{box-shadow:0 8px 16px -4px rgba(9,30,66,.25),0 0 1px rgba(9,30,66,.32);}
.modal .btn{--bs-btn-border-radius:2px;border-radius:2px;padding:3px 12px;}
.modal .btn-close{opacity:.4;}
.modal .btn-close:hover{background-color:rgba(17,17,17,.12);}
.modal .btn-close:focus{box-shadow:none;}
.nav-tabs{--bs-nav-tabs-border-radius:4px;}
.nav-pills{--bs-nav-pills-border-radius:5px;}
.offcanvas{box-shadow:0 0 16px -4px rgba(9,30,66,.25),0 0 1px rgba(9,30,66,.32);}
.pagination{--bs-pagination-border-radius:4px;}
.progress{--bs-progress-border-radius:7px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);}
.popover{--bs-popover-border-radius:4px;--bs-popover-inner-border-radius:3px;}
.tooltip{--bs-tooltip-border-radius:4px;}
.toast{--bs-toast-max-width:360px;--bs-toast-border-radius:3px;--bs-toast-box-shadow:0 6px 12px rgba(0,0,0,0.24);}
.popover-body{padding:4px;}
/** Bootstarp Fix End */

#wpadminbar{display:none;}
html{margin-top:0!important;}

/** Header */
.navbar-brand{padding:2px 0;}
.imgShadow{filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));}
#navlogo{display:block;height:24px;transition:all .23s ease-out;}
#navlogo:hover{transform:translateX(12px);}
@media(min-width:  576px){
#navlogo{height:32px;}
}
@media(min-width:  768px){
#navlogo{height:40px;}
}
@media(min-width:  992px){
header{pointer-events:none;}
#coco_logo,.coco_navp{pointer-events:auto;}
}
@media(min-width: 1200px){
}
@media(min-width: 1400px){
}

#coco_logo{position:relative;}
#coco_logo img:hover{}
#cocoheader::before{content:"";pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,.77),rgba(0,0,0,.36));height:84px;box-shadow:0 28px 96px rgba(0,0,0,.6);position:absolute;top:0;left:-120px;right:-120px;z-index:-10;}
.navbar-toggler{background:rgba(0,0,0,.16);border-color:rgba(255,255,255,.2);padding:3px 4px;color:#fff;}
.navbar-toggler:focus{box-shadow:none;outline:0;}
.navbar-toggler .bi-list{display:none;}
.navbar-toggler.collapsed .bi-list{display:inline;}
.navbar-toggler .bi-x-lg{display:inline;}
.navbar-toggler.collapsed .bi-x-lg{display:none;}
.navbar-collapse.show{background-color:rgba(255,255,255,.2);backdrop-filter:blur(12px);border-radius:0;}
@media(min-width:  576px){
.navbar-toggler{padding:6px 8px;}
}

#coco_nav{padding:8px 12px;color:#fff;}
.coco_navp,.coco_navp ul{list-style:none;padding:0;margin:0;}
.coco_navp .menu-item{position:relative;display:inline-block;padding:0;margin:0 12px;font-size:16px;font-family:"SourceHanSansCN";white-space:nowrap;}
.coco_navp .menu-item a{display:block;padding:8px 12px;text-decoration:none;color:#fff;}
.coco_navp .menu-item a:hover{color:var(--hover-color);}
.coco_navp .current-menu-item,
.coco_navp .current-menu-ancestor,
.coco_navp .current-menu-parent{font-family:"SourceHanSansCN";}
.coco_navp .current-menu-item > a{color:var(--hover-color);}
.coco_navp .current-menu-item:not(.current_page_parent) > a{color:var(--hover-color);}
.coco_navp .sub-menu{display:none;visibility:hidden;position:absolute;z-index:1;left:0%;text-align:left;background:rgba(0,0,0,.4);transition:all .4s ease-out;transition-duration:.5s;width:188px;}
.coco_navp .sub-menu:hover{display:block;visibility:visible;}
.coco_navp .sub-menu.-hovera{}
.coco_navp .menu-item:hover{display:block;visibility:visible;}
.coco_navp .menu-item:hover .sub-menu{display:block;visibility:visible;}
.coco_navp .sub-menu .menu-item{display:block;border-radius:2px;margin:0;}
.coco_navp .sub-menu .menu-item a{}
.coco_navp .sub-menu .menu-item .sub-menu{position:relative;left:24px;background-color:transparent;width:160px;}
.coco_navp .sub-menu .menu-item .sub-menu .menu-item{display:block;font-size:14px;}
.coco_navp .sub-menu .menu-item .sub-menu .menu-item::before{content:'\F285';font-size:10px;font-family:"bootstrap-icons";position:absolute;left:0;top:9px;}
.coco_navp .sub-menu .menu-item .sub-menu .menu-item a{padding:8px 16px;}
.coco_navp .sub-menu .menu-item:hover- .sub-menu{display:block;visibility:visible;}
.coco_navp .sub-menu .menu-item .sub-menu.hovera{}
@media (min-width:992px){
#coco_nav{padding:24px 32px;}
}
@media (min-width:1200px){
#coco_nav{padding:24px 76px;}
}
@media (min-width:1400px){
}
/** Header End */


/** Footer */
footer{background:#1c1f24;color:var(--hover-color);}
.footer_row{padding:32px 0;}
.footer-nav{padding-left:8px;}
.footer-nav .menu-item-has-children{width:40%;}
.footer-nav .menu-item{margin-right:0;}
.footer-nav .sub-menu{padding:0;list-style:none;}
.footer-nav a{font-weight:700;font-size:16px; color:#fff;text-decoration:none;font-family:"SourceHanSansCN";}
.footer-nav .sub-menu a{border-bottom:1px solid #fff;font-size:12px;font-weight:30;padding-bottom:2px;}
.footer-nav .sub-menu a:hover{color:var(--hover-color);border-color:var(--hover-color);}

.snsbox{height:100%;justify-content:flex-start;padding-left:8px;padding-right:5em;padding-bottom:24px;}
.snsbox a + a{margin-left:16px;}
.snsbox a,.snsbox img{display:inline-block;}
.footer_logo{display:block;height:32px;margin-bottom:8px;}
.sitecopyr{border-top:2px solid #262b31;padding:12px 0; font-size:12px;color:#565e6c;}
.sitecopyr a{color:#565e6c;}
.sitecopyr .addls{color:#565e6c;text-align:center;}
.sitecopyr .addls span{padding:0 8px;}

@media (min-width:576px){
.footer_row{padding:56px 0;}
.footer-nav{padding-left:0;}
.footer-nav .menu-item-has-children{width:auto;}
.footer-nav .menu-item{margin-right:44px;}
.snsbox{justify-content:flex-end;padding-left:0;padding-right:10em;}
.sitecopyr .addls{text-align:right;}
.sitecopyr .addls span{padding:0 2em;}
}
/** Footer End */


/** swiper */
.swiper{width:100%;height:100%;}
.swiper-slide{text-align:center;font-size:18px;background:transparent;display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center;}
.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;}
.swiper{width:100%;height:300px;margin-left:auto;margin-right:auto;}

/* front Swiper *//*filter:drop-shadow(0 1px 2px rgba(0,0,0,.65));*/
#front_swiper{position:relative;height:auto;}
#front_swiper .swiper-button-next,#front_swiper .swiper-button-prev{display:block;background:transparent no-repeat 50% 50%;z-index:1000;top:60%;color:#fff;height:20px;width:16px;background-size:cover;transition:all .23s ease-out;}
#front_swiper .swiper-button-next:hover,#front_swiper .swiper-button-prev:hover{transform:scale3d(1.2, 1.2, 1.2);filter:drop-shadow(0 1px 2px rgba(0,0,0,.65));}
#front_swiper .swiper-button-next{background-image:url(images/ic_right.png);right:16px;}
#front_swiper .swiper-button-prev{background-image:url(images/ic_left.png);left:16px;}
#front_swiper .swiper-button-disabled{opacity:0;}
#front_swiper .swiper-pagination{font-size:16px;bottom:16%;text-align:right;padding-right:12px;z-index:10011;}
#front_swiper .swiper-pagination-bullet{background:#fff;width:5px;height:5px;opacity:1;margin-left:2px;}
#front_swiper .swiper-pagination-bullet-active{background:var(--hover-color);background:#e79118;}
#front_swiper .custom-pagination{position:absolute;bottom:25%;right:12px;z-index:10000;font-size:14px;letter-spacing:2px;color:#fff;}
#front_swiper .video_slide{position:relative;}
#front_swiper .video_slide .fillImg{background:#111 no-repeat 50% 50%;background-size:cover;width:100%;height:auto;}
#front_swiper .video_slide .fullVideo{display:block;object-fit:cover;position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;height:100%;width:100%;}
#front_swiper .video_slide .slide_ablock{display:block;position:absolute;top:0;bottom:0;right:0;left:0;z-index:3;}
#front_swiper .video_slide .slide_container{position:absolute;top:0;bottom:0;z-index:2;background:linear-gradient(to bottom, rgba(0,0,0,.56), rgba(0,0,0,.0) 24%,rgba(0,0,0,.0) 65%, rgba(0,0,0,.56));}
#front_swiper .video_slide .row{position:absolute;bottom:0;right:12px;left:8px;padding-bottom:0;}
#front_swiper .video_slide .row .logo_col{width:50%;padding-left:16px;}
#front_swiper .video_slide .row .logo_col img{height:48px;}
#front_swiper .video_slide .page-title{position:absolute;right:64px;bottom:72px;z-index:101;margin:0;font-size:70px;font-weight:900;color:#fff;text-shadow:0 4px 8px rgba(0,0,0,.2);}
#front_swiper .video_slide .page-title span{display:block;padding-top:8px;text-transform:uppercase;font-weight:400;font-size:27px;}
#front_swiper .video_slide .slide_title{color:#fff;text-decoration:none;transition:all .23s ease-out;margin-bottom:12px;font-family:"SourceHanSansCN";}
#front_swiper .video_slide .slide_title:hover{color:var(--hover-color);}
#front_swiper .video_slide .slide_title h3{font-size:20px;}
#front_swiper .video_slide .slide_title p{font-size:20px;font-weight:900;text-transform: uppercase;margin-bottom:0;}
#front_swiper .video_slide .slide_title .slide_logoImg{height:28px;width:auto;}
@media(min-width:376px){
#front_swiper .video_slide .slide_title .slide_logoImg{height:36px;}
}
@media (min-width:576px){
.video_slide{height:100%;}
#front_swiper .video_slide .row .logo_col img{height:76px;}
#front_swiper .video_slide .slide_title{margin-bottom:24px;}
#front_swiper .video_slide .slide_title h3{font-size:24px;}
#front_swiper .video_slide .slide_title p{font-size:24px;}
#front_swiper .swiper-button-next,#front_swiper .swiper-button-prev{z-index:1000;top:50%;color:#fff;height:27px;width:20px;}
#front_swiper .swiper-pagination{bottom:26%;padding-right:16px;}
#front_swiper .swiper-pagination-bullet{width:7px;height:7px;opacity:1;margin-left:4px;}
#front_swiper .custom-pagination{bottom:36%;right:16px;z-index:10000;font-size:20px;letter-spacing:2px;color:#fff;}
#front_swiper .video_slide .slide_title .slide_logoImg{height:48px;}
}
@media(min-width:768px){
#front_swiper .video_slide .slide_title .slide_logoImg{height:76px;}
}
@media (min-width:992px){
#front_swiper .swiper-button-next{right:75px;}
#front_swiper .swiper-button-prev{left:75px;}
#front_swiper .swiper-button-next,#front_swiper .swiper-button-prev{height:51px;width:27px;}
#front_swiper .swiper-pagination{bottom:36%;padding-right:80px;font-size:32px;}
#front_swiper .swiper-pagination-bullet{width:9px;height:9px;opacity:1;margin-left:12px;}
.video_slide{position:relative;}
#front_swiper .video_slide .row .logo_col{padding-left:64px;}
#front_swiper .video_slide .row .logo_col img{height:160px;}
#front_swiper .video_slide .slide_title{margin-bottom:40px;}
#front_swiper .video_slide .slide_title h3{font-size:32px;}
#front_swiper .video_slide .slide_title p{font-size:32px;}
#front_swiper .custom-pagination{bottom:40%;right:80px;z-index:10000;font-size:32px;letter-spacing:2px;color:#fff;}
#front_swiper .video_slide .slide_title .slide_logoImg{height:128px;}
}
@media (min-width:1200px){
#front_swiper{height:82vh;}
#front_swiper .video_slide .fillImg{height:100%;}
#front_swiper .swiper-pagination{bottom:40%;bottom:35%;}
#front_swiper .video_slide .slide_title{margin-bottom:64px;}
#front_swiper .custom-pagination{bottom:40%;right:80px;z-index:10000;font-size:32px;letter-spacing:2px;color:#fff;}
}

/* Trailer Video swiper */
#Video_swiper{border-radius:2px;}
.trailerVideo-swiper{height:auto;width:100%;margin-bottom:20px;border-radius:2px;}
.video-thumbnail{height:172px;box-sizing:border-box;/*padding:0 24px;*/}
.video-thumbnail .swiper-slide{box-sizing:border-box;display:block;font-size:12px;color:rgba(255,255,255,.6);width:38%;position:relative;}
.video-thumbnail .swiper-slide:hover{opacity:.8;}
.video-thumbnail .swiper-slide-thumb-active{opacity:1;color:rgba(255,255,255,1);}
.video-thumbnail .swiper-slide img{padding:12px;width:100%;height:80px;border-radius:2px;border:1px solid rgba(0,0,0,0);transition:padding .3s ease,border-color .3s ease;}
.video-thumbnail .swiper-slide span{display:inline-block;line-height:20px;}
.video-thumbnail .swiper-slide-thumb-active img{opacity:1;padding:0;border-color:rgba(255,255,255,1);}
.video-thumbnail .swiper-button-prev,.video-thumbnail .swiper-button-next{width:20px;height:132px;background:#000;top:0;margin:0;background:#000 no-repeat 50% 50%;}
.video-thumbnail .swiper-button-prev svg,.video-thumbnail .swiper-button-next svg{visibility:hidden;}
.video-thumbnail .swiper-button-prev{left:0;background-image: url(images/button-prev.png);}
.video-thumbnail .swiper-button-next{right:0;background-image: url(images/button-next.png);}
.video-thumbnail .swiper-button-disabled{opacity:.1;}
.video-thumbnail .swiper-slide::after{content:' ';display:block;position:absolute;z-index:1;top:25%;left:50%;width:36px;height:36px;margin-left:-18px;margin-top:-18px;background:transparent no-repeat url(images/video_playxl.png) 64% 50%;background-size:50%;filter:drop-shadow(0 4px 48px rgba(0,0,0,.75));border-radius:50%;border:2px solid rgba(255,255,255,.9);opacity:.65;}
.video-slide{position:relative;}
.video-slide .fillImg{background:#111 no-repeat 50% 50%;background-size:cover;width:100%;height:auto;}
.video-slide video,.video-slide .plyr--video{display:block;position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;height:100%;width:100%;}
@media (min-width:576px){
.video-thumbnail .swiper-slide{width:36%;}
.video-thumbnail .swiper-slide img{height:96px;}
.video-thumbnail .swiper-slide::after{content:' ';display:block;position:absolute;z-index:1;top:41%;left:50%;width:52px;height:52px;margin-left:-26px;margin-top:-26px;background:transparent no-repeat url(images/video_playxl.png) 64% 50%;background-size:50%;filter:drop-shadow(0 4px 48px rgba(0,0,0,.75));border-radius:50%;border:2px solid rgba(255,255,255,.9);opacity:.65;}
}
@media (min-width:992px){
.video-thumbnail .swiper-slide{width:28%;}
.video-thumbnail .swiper-slide img{height:130px;}
}
@media (min-width:1200px){
.video-thumbnail .swiper-slide{width:241px;}
.video-thumbnail .swiper-slide img{height:130px;}
}

/* shougao swiper */
#shougao{padding-bottom:40px;margin-bottom:120px;height:auto;}
#shougao .swiper-slide{padding:0 24px;text-align: center;}
#shougao .swiper-slide img{width:100%;margin:0 auto;}
#shougao .swiper-button-prev,#shougao .swiper-button-next{color:#fff;}
#shougao .swiper-button-prev:hover,#shougao .swiper-button-next:hover{color:var(--hover-color);}
#shougao .swiper-button-next,#shougao .swiper-button-prev{display:block;background:transparent no-repeat 50% 50%;z-index:1000;top:50%;color:#fff;height:18px;width:20px;background-size:21px auto;transition:all .23s ease-out;}
#shougao .swiper-button-next svg,#shougao .swiper-button-prev svg{height:35px;width:19px;display:none;}
#shougao .swiper-button-next:hover,#shougao .swiper-button-prev:hover{transform:scale3d(1.2, 1.2, 1.2);filter:drop-shadow(0 1px 2px rgba(0,0,0,.65));}
#shougao .swiper-button-prev{left:0;background-image:url(images/ic_left2.png);}
#shougao .swiper-button-next{right:0;background-image:url(images/ic_right2.png);}
#shougao .swiper-pagination{color:#fff;}


@media (min-width:576px){
#shougao .swiper-slide{padding:0 24px;}
#shougao .swiper-slide img{width:100%;}
#shougao .swiper-button-next,#shougao .swiper-button-prev{height:51px;width:20px;}
#shougao .swiper-button-prev{left:0;}
#shougao .swiper-button-next{right:0;}
}
@media (min-width:992px){
#shougao .swiper-slide{padding:0 48px;}
#shougao .swiper-slide img{width:100%;}
#shougao .swiper-button-next,#shougao .swiper-button-prev{height:51px;width:27px;}
#shougao .swiper-button-prev{left:8px;}
#shougao .swiper-button-next{right:8px;}
}
@media (min-width:1200px){
#shougao .swiper-slide{padding:0 48px;}
#shougao .swiper-slide img{width:auto;}
#shougao .swiper-button-prev{left:8px;}
#shougao .swiper-button-next{right:8px;}
}
@media (min-width:1400px){
#shougao .swiper-slide{padding:0 48px;}
#shougao .swiper-slide img{width:auto;}
#shougao .swiper-button-prev{left:88px;}
#shougao .swiper-button-next{right:88px;}
}

#sticky_swiper{height:auto;}
#sticky_swiper .fullImg{min-height:160px;}
#sticky_swiper .swiper-pagination{bottom:0;z-index:200;}
#sticky_swiper .swiper-pagination-bullet{background:#fff;width:7px;height:7px;opacity:1;margin-left:2px;}
#sticky_swiper .swiper-pagination-bullet-active{background:var(--hover-color);background:#e79118;}
#sticky_swiper .swiper-button-next,#sticky_swiper .swiper-button-prev{display:block;background:transparent no-repeat 50% 50%;z-index:1000;top:56%;color:#fff;height:32px;width:24px;background-size:cover;transition:all .23s ease-out;}
#sticky_swiper .swiper-button-next:hover,#sticky_swiper .swiper-button-prev:hover{transform:scale3d(1.2, 1.2, 1.2);filter:drop-shadow(0 1px 2px rgba(0,0,0,.65));}
#sticky_swiper .swiper-button-next,#sticky_swiper .swiper-button-prev{font-size:24px;}
#sticky_swiper .swiper-button-next{right:3.5%;}
#sticky_swiper .swiper-button-prev{left:3.5%;}
#sticky_swiper .swiper-slide{position:relative;}
#sticky_swiper .titag{position:absolute;bottom:0;z-index:10;width:100%;}

@media (min-width:1400px){ 
#sticky_swiper .swiper-slide a{display: block;width:100%;}
#sticky_swiper .fullImg{max-height:276px;width:100% !important;object-fit:cover;}}
#titbackg img{background: no-repeat 50% 50%;background-size:cover;width:100%;}
@media (min-width:576px){
}
@media (min-width:992px){
}
@media (min-width:1200px){
}
@media (min-width:1400px){
}

.container.container_post{padding:0 28px;}
@media (min-width:992px){
.container.container_post{padding:0 0;}
}

/** front-page */
.page_section{position:relative;overflow: hidden;}
.section_link{color:#fff;text-decoration:none;}
.page_section .titag{display:block;position: relative;}
.page_section a.titag{color:#fff;text-decoration:none;transition:color .23s ease-out;}
.page_section .titag div{position:absolute;bottom:0;left:0;right:0;z-index:100;color:#fff;font-size:49px;padding:12px 16px;}
.page_section a.titag:hover div{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.25);cursor:pointer;transition:all .23s ease-out;}
.page_section a.titag:hover div:hover{color:#6f4d22;transform:scale3d(1.05, 1.05, 1.05);}
.page_section .titd{position:absolute;bottom:0;left:0;right:0;z-index:100;color:#fff;font-size:49px;padding:12px 16px;}
.page_section .titag span{font-weight:300;}
.page_section .titag strong{font-weight:700;}
.page_section .titag img{display:block;margin:0 auto;transition:all .16s ease-out;width:100%;height:auto;}
.page_section .titag .bpblbr{filter:drop-shadow(3px 7px 2px rgba(0,0,0,.32));width:auto;height:64px;}
#post_swiper .bpblbr{height:120px;}
.page_section .titag div.news img:hover{transform:scale3d(1.08, 1.08, 1.08);filter:drop-shadow(3px 7px 1px rgba(0,0,0,.5));}
.page_section .titag div .titimg{display:block;}
.page_section .titag div .titimgh{display:none;}
.page_section .titag div:hover .titimg{display:none;}
.page_section .titag div:hover .titimgh{display:block;}
.page_section .titag{text-align:center;}
.page_section .titag h2{font-size:33px;font-family:"SourceHanSansCN";}
.page_section .titag p{font-size:33px;margin-bottom:12px;font-family:"SourceHanSansCN";}
.page_section .titag div img{height:32px;}
.page_section .itemLink{position:absolute;bottom:8px;left:50%;z-index:100;transform: translateX(-50%);color:#fff;font-size:49px;text-align:center;}
.page_section .itemLink img{margin:0 auto;transition:all .16s ease-out;height:40px;transition:all .23s ease-out;transform:scale3d(.92,.92,.92);}
.page_section .itemLink a:hover img{transform:scale3d(1,1,1);animation:none;}
.page_section .itemLink::before,.page_section .itemLink::after{content:'';}
.page_section .itemLink .bi{font-size:10px;position:absolute;bottom:4%;left:0%;width:10px;height:10px;}
.page_section .itemLink .bi_right{left:-10%;animation:bi_rright 1.34s ease-in-out infinite;opacity:1;}
@keyframes bi_rright{
0%{left:-10%;}
50%{opacity:.9;}
100%{left:-2.5%;opacity:0;}
}

@media (min-width:360px){
.page_section .itemLink .bi{font-size:12px;width:12px;height:12px;}
}
@media (min-width:576px){
.page_section .titag div{padding:20px 24px;}
.page_section .titag div img{height:48px;}
.page_section .itemLink{bottom:8px;}
.page_section .itemLink img{height:88px;}
.page_section .itemLink .bi{font-size:16px;bottom:15%;width:16px;height:16px;}
}
@media (min-width:992px){
.page_section{height:100%;}
.page_section .titag div{padding:32px 48px 56px;}
.page_section .titag div img{height:52px;}
#post_swiper .bpblbr{height:120px;}
.page_section .itemLink{bottom:20px;}
.page_section .itemLink img{height:120px;}
.page_section .itemLink .bi{font-size:31px;bottom:18%;width:31px;height:31px;}
.page_section .titag .bpblbr{height:96px;}
}
@media (min-width:1200px){
.page_section .titag div img{height:auto;}
.page_section .itemLink{bottom:24px;}
.page_section .itemLink img{height:164px;}
}
@media (min-width:1400px){
.page_section .itemLink{bottom:36px;}
}
.fullImg{background:#000 no-repeat 50% 50%;background-size:cover;width:100%;height:auto;}
@media (min-width:992px){
.fullImg{height:100vh-;}
}
@media (min-width:1200px){
.fullImg{height:100vh-;}
}

/** front-page End */

.aboutusm{background: transparent url(images/auboutbg.jpg) no-repeat 50% 0%;background-size:cover;}
@media (min-width:1900px){
.aboutusm{background-size:contain-;}
}

/** Movie-page */
.row_pieces{padding:24px 36px;}
.row_pieces .col{padding-left:36px;padding-right:36px;}
.row_pieces .section_link{display:block;transition:all .24s ease-out;font-size:13px;font-weight:700;max-width:260px;margin:0 auto;}
.row_pieces .section_link:hover{color:var(--hover-color);transform:scale3d(1.10, 1.10, 1.10);animation: none !important;}
.row_pieces .section_link:hover .pieceimg{}
.row_pieces .pieceimg{display:block;width:100%;transition:all .27s ease-out;transform:scale3d(.92,.92,.92);}
.row_pieces .pieceimg:hover{transform:scale3d(1,1,1);animation:none !important;}
.row_pieces .pieceimg_box{overflow:hidden;width:100%;height:auto;margin-bottom:12px;}
.row_pieces .col-12{margin-bottom:48px;}
.row_pieces .section_link.hovera{animation:breathing 1s ease-in-out;}
.row_pieces .pieceimg_box{position:relative;}
.row_pieces .pieceimg_box::before{content:" ";display:block;background:rgba(255,255,255,.25);width:32px;height:125%;margin-top:-16%;position:absolute;z-index:1;left:-60%;transform:rotate(24deg);}
.row_pieces .pieceimg_box:hover::before{left:160%;animation:lintgleft .4s ease-in-out ;}
.movieTag{position:absolute;bottom:0;left:0;right:0;text-align:center;text-shadow:0 4px 4px rgba(0,0,0,.2);}
.movieTag h3{font-size:56px;font-weight:100;}
.movieTag p{font-size:33px;font-weight:900;text-transform:uppercase;margin-bottom:44px;}
.movieTag_sm h3{font-size:40px;font-weight:700;}
.movieTag_sm p{font-size:40px;font-weight:300;}
main .title_section{padding:24px 0 32px;}
main .title_section + .title_section{padding:24px 0 32px;}
.postersTitbox{position:relative;padding:16px 0 4px 3%;}
.postersTitbox img{background:#181b1f;padding-right:24px;height:28px;position:absolute;z-index:1;}
.postersTitbox hr{border-top:16px solid #6f4d22;opacity:1;margin:12px 0 12px;}
.postersTitgb{padding:12px 0;}
.postersTitgb .mbzimg{background:var(--bg-color) no-repeat 50% 50%;height:40px;background-size:auto 100%;}
.postersTitgb.home{padding:0;}
.postersTitgb.home .mbzimg{height:52px;background-size:cover;}

@media (min-width:360px){
.postersTitbox{padding:24px 0 16px 3%;}
.postersTitbox img{padding:0 24px;height:40px;}
.postersTitbox hr{border-top:25px solid #6f4d22;margin:14px 0 18px;}
.postersTitgb .mbzimg{height:49px;}
.postersTitgb.home{padding:0;}
.postersTitgb.home .mbzimg{height:44px;}
}
@media (min-width:576px){
.postersTitbox{padding:32px 0 32px 10%;}
.postersTitbox img{padding:0 24px;height:48px!important;}
.postersTitbox hr{border-top:28px solid #6f4d22;margin-top:16px;}
.row_pieces{padding:24px 0 56px;}
.row_pieces .col{padding-left:12px;padding-right:12px;}
.row_pieces .pieceimg_box{height:auto;}
.row_pieces .section_link{font-size:17px;}
.postersTitgb .mbzimg{height:92px;}
.postersTitgb.home{padding:0;}
.postersTitgb.home .mbzimg{height:88px;}
}
@media (min-width:992px){
main .title_section{padding:48px 0 48px;}
main section.title_section + section.title_section{padding:96px 0 48px;}

.postersTitbox{padding:40px 0 40px 7.6%;}
.postersTitbox img{padding:0 24px;height:76px!important;}
.postersTitbox hr{border-top:56px solid #6f4d22;}
.row_pieces{padding-top:20px;padding-bottom:100px;}
.row_pieces .col{padding-left:24px;padding-right:24px;}
.row_pieces .pieceimg_box{height:auto;}
.row_pieces .section_link{font-size:20px;}
.postersTitgb .mbzimg{height:116px;}
.postersTitgb.home{padding:0;}
.postersTitgb.home .mbzimg{height:160px;}
}
@media (min-width:1200px){
.container_pieces{max-width:1100px;}
.postersTitbox{padding:62px 0 62px 9%;}
.postersTitbox hr{border-top:52px solid #6f4d22;margin-top:24px;}
.row_pieces{padding-top:20px;padding-bottom:100px;}
.row_pieces .col{padding-left:36px;padding-right:36px;}
.row_pieces .pieceimg_box{height:auto;margin-bottom:20px;}
.postersTitgb .mbzimg{height:130px;}
.postersTitgb.home{padding:0;}
.postersTitgb.home .mbzimg{height:341px;}
}
@media (min-width:1400px){
.postersTitbox{padding:62px 0 62px 10%;}
.postersTitbox img{padding:0 24px;height:88px!important;}
.postersTitbox hr{border-top:60px solid #6f4d22;margin-top:28px;}
.postersTitgb .mbzimg{height:160px;}
}
@media (min-width:1600px){
.postersTitbox{padding:62px 0 62px 17.2%;}
}

.postersTitboxH{padding-top:50px;padding-bottom:30px;}
.postersTitboxH img{padding:0 12px 0 0;height:32px!important;}
.postersTitboxH hr{border-top-width:16px;margin-bottom:8px;margin-top:12px;}
@media (min-width:576px){
.postersTitboxH{padding-top:70px;padding-bottom:40px;}
.postersTitboxH hr{border-top-width:20px;}
}
@media (min-width:992px){
.postersTitboxH{padding-top:80px;padding-bottom:40px;padding-left:7%;}
.postersTitboxH hr{border-top-width:24px;}
.postersTitboxH img{padding:0 24px 0 0;height:38px!important;}
}
@media (min-width:1200px){
.postersTitboxH{padding-left:9%;}
.postersTitboxH hr{border-top-width:24px;}
}
@media (min-width:1400px){
.postersTitboxH{padding-left:10%;}
}

.poster_topT{padding-top:144px;padding-bottom:34px;}
.poster_topT img{height:72px;}
.posterTiele{background:#000;color:#fff;cursor: pointer;}
.posterTiele:hover{background:#111;color:#fff;}
.posterTiele h3 strong,.posterTiele h3 span{display:inline-block;line-height:1;}
.posterTiele h3{font-size:17px;font-weight:700;margin:0;padding:8px 0;}
.posterTiele h3 span{border-left:2px solid #fff;margin-left:12px;margin-top:2px;padding-left:12px;font-weight:300;}
.posteritem_row{padding-top:20px;padding-bottom:20px;margin-left:4px;margin-right:4px;min-height:100%;}
.posteritem_row .col{padding:20px 16px;max-width:50%;position:relative;}
.posteritem_row .col *:hover{transition:all .2s ease-in;}
.posteritem_row .col a{display:block;text-align:center;}
.posterImg{background:#000 no-repeat 50% 50%;background-size:cover;width:140px;height:140px;margin:0 auto;}
.posterImg:hover{margin-top:-16px;}

@media (min-width:576px){
.poster_topT{padding-top:298px;padding-bottom:34px;}
.poster_topT img{height:112px;}
.posterTiele h3{font-size:25px;font-weight:700;margin:0;padding:14px 0;}
.posterTiele h3 span{margin-left:16px;margin-top:2px;padding-left:16px;font-weight:300;}
.posteritem_row{padding-top:24px;padding-bottom:24px;margin-left:-24px;margin-right:-24px;}
.posteritem_row .col{padding:24px;max-width:33.33%;}
.posterImg{width:150px;height:150px;}
}
@media (min-width:992px){
.posteritem_row .col{max-width:25%;}
}
@media (min-width:1200px){
.poster_topT{padding-top:298px;padding-bottom:34px;}
.poster_topT img{height:112px;}
.posterTiele h3{font-size:25px;font-weight:700;margin:0;padding:14px 0;}
.posterTiele h3 span{margin-left:16px;margin-top:2px;padding-left:16px;font-weight:300;}
.posteritem_row{padding-top:34px;padding-bottom:34px;margin-left:-34px;margin-right:34px;}
.posteritem_row .col{padding:34px;max-width:20%;}
.posterImg{width:184px;height:184px;}
}



.posterlists{padding-top:0;position:relative;}
.posterlists .item {display:block;background:transparent no-repeat -1000% 50%;background-size: auto 100%;color:#fff;text-decoration: none;transition:all ease-out .36s;height:92px;}
.posterlists .item:hover{background-position: 50% 50%;}
.posterlists .item h4{font-size:20px;font-weight:700;padding-top:20px;margin-bottom:4px;}
.posterlists .item p{font-size:15px;font-weight:300;}
.posterlists .item img{position: absolute;height:100%;margin:0 auto;object-fit:cover;opacity:0;transition:all ease-out .36s;z-index:-1;}
.posterlists .item:hover img{opacity:1;}
.posterlists .item .porter_img{object-fit:cover;width:100%;height:92px;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;}
.posterlists .item .porter_txt{position: absolute;left:0;right:0;top:0;bottom:0;z-index: 2;}

@media (min-width:576px){
.posterlists .item .porter_img{height:100px;}
.posterlists .item {height:100px;}
.posterlists .item h4{font-size:20px;padding-top:24px;margin-bottom:4px;}
.posterlists .item p{font-size:15px;}
}
@media (min-width:992px){
.posterlists .item .porter_img{height:128px;}
.posterlists .item {height:128px;}
.posterlists .item h4{font-size:24px;padding-top:32px;}
.posterlists .item p{font-size:15px;}
}
@media (min-width:1200px){
.posterlists .item .porter_img{height:204px;}
.posterlists .item {height:204px;}
.posterlists .item h4{font-size:30px;padding-top:76px;}
.posterlists .item p{font-size:15px;}
}

.posterlists .item01{background-color:#0e374b;}
.posterlists .item02{background-color:#1f1452;}
.posterlists .item03{background-color:#5d0b0a;}
.posterlists .item04{background-color:#ba712f;}
.posterlists .item05{background-color:#0e374b;}
.posterlists .item06{background-color:#a24928;}
.posterlists .item07{background-color:#9b7650;}
.posterlists .item08{background-color:#640404;}
.posterlists .item09{background-color:#504470;}

.posterThumbs{}
.posterThumbs .item{background:#000;height:52px;margin-bottom:24px;}
.posterThumbs h3 strong,.posterThumbs h3 span{display:inline-block;line-height:1;}
.posterThumbs h3{font-size:25px;font-weight:700;margin:0;padding:14px 4.2%;}
.posterThumbs h3 span{border-left:2px solid #fff;margin-left:16px;margin-top:2px;padding-left:16px;font-weight:300;}
.poster_row .col{width:238px;height:238px;margin:32px 0;padding:0 42px;}
.poster_row .col img{object-fit:cover;width:238px;height:238px;}

.shougao .swiper-slide img{width:auto;height:760px;}
/** Movie-page End */


/** News-page */
.pagetitle{position:relative;z-index:1040;margin-top:120px;margin-bottom:24px;}
.cccborderbox{border:38px solid transparent;border-image:url(images/cccborder_bg.png) 38 38 round;padding:0 4px;margin:0 auto;font-size:15px;text-align:justify;}
.cccborderbox p{margin-bottom:20px;text-indent: 0 !important;line-height:28px;}
@media (min-width:576px){
.cccborderbox{padding:0 16px;}
}
@media (min-width:992px){
.cccborderbox{padding:0 32px;}
}
@media (min-width:1200px){
.cccborderbox{padding:0 64px;max-width:1100px;margin:0 auto;}
}
/** News-page End */


/** awards-page */
.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp;}
@-webkit-keyframes slideOutUp{
from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}
}
@keyframes slideOutUp{
from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}
}
.award_TH{height:76px}
body.page-id-14{height:100%;}
#awards_pagetag{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2000;background:rgba(255,255,255,1);color:#e00000;font-size:40px;text-transform:uppercase;font-weight:700;font-family:"SourceHanSansCN";}
#awards_pagetag .awards_ptag{margin-top:-20px;}
#awards_pagetag p,#awards_pagetag span{position:relative;}
#awards_pagetag span{bottom:-12px;font-size:86px;font-weight:100;}
#awards_pagetag p{bottom:-8px;font-size:14px;}

.awards_row{padding-top:24px;padding-bottom:24px;}
.awards_row .col{margin-bottom:32px;text-align:center;position:relative;}
.awards_row .col a{display:block;transition:all .24s ease;transform:scale3d(.92,.92,.92);}
.awards_row .col a:hover{filter:brightness(500%);transform:scale3d(1,1,1);}
.awards_row .col img{max-width:100%;margin:0 auto;position:relative;}
.awards_row .col a:hover img{}
.awardsbi_row .col-12{padding-top:50px;}
.awardsbi_row .col-12 a{display:block;padding-top:40px;}
.awardsbi_row img{display:block;margin:0 auto;max-width:100%;}
.awards_bg{background:#181b1f url(images/awardsbg01.jpg) no-repeat 0% 0%;}
.awards_bg .postersTitgb .mbzimg{background-color:transparent;}
.awardsbg{background:#181b1f no-repeat no-repeat 0% 0%;min-height:100vh;padding-top:20px;}
.awardY_row h3{font-size:40px;color:#8c2e36;margin:0;font-family:"SourceHanSansCN";}
.awardY_row h4{font-size:16px;color:#fff;margin-top:16px;margin-bottom:8px;font-family:"SourceHanSansCN";}
.awardY_row p{font-size:13px;color:#fff;margin-bottom:4px;}
.awardY_row .y-end{padding-top:3em;}

@media (min-width:576px){
#awards_pagetag{font-size:72px;}
#awards_pagetag .awards_ptag{margin-top:-40px;}
#awards_pagetag span{bottom:-20px;font-size:148px;}
#awards_pagetag p{bottom:-32px;font-size:17px;}
.awards_row .col{margin-bottom:48px;}
.awards_row .col img{}
.awardsbi_row .col-12{padding-top:50px;}
.awardsbg{padding-top:40px;}
.awardY_row h3{font-size:80px;}
.awardY_row h4{font-size:32px;margin-bottom:12px;}
.awardY_row p{font-size:16px;}
}
@media (min-width:992px){
.award_TH{height:280px}
#awards_pagetag{font-size:88px;}
#awards_pagetag .awards_ptag{margin-top:-40px;}
#awards_pagetag span{bottom:-24px;font-size:180px;}
#awards_pagetag p{bottom:-40px;font-size:20px;}
.awards_row .col{margin-bottom:56px;}
.awards_row .col img{}
.awardsbi_row .col-12{padding-top:100px;}
.awardsbg{padding-top:40px;background-image:url(images/awardsbg01.png);background-size:100%;}
.awardY_row h3{font-size:48px;}
.awardY_row h4{font-size:24px;}
.awardY_row p{font-size:12px;}
.awardY_row .eng p{font-size:12px;line-height:23px;}
.awardY_row .eng h3{font-size:37px;}
.awardY_row .eng h4{font-size:21px;}
.awardY_row .y2026{padding-top:1em;padding-right:1em;}
.awardY_row .y2025{padding-top:0em;padding-right:0;}
.awardY_row .y2024{padding-top:0em;padding-left:5em;}
.awardY_row .y2023{padding-top:0em}
.awardY_row .y2022{padding-top:0em}
.awardY_row .y2021{padding-top:0em;padding-right:4em;}
.awardY_row .y2020{padding-top:1em}
.awardY_row .y2019{padding-top:2em;padding-left:0em;}
.awardY_row .y2010{padding-top:2em;padding-right:2em;}
.awardY_row .y2009{padding-top:1em;}
.awardY_row .y-end{padding-top:3em;}
}

@media (min-width:1200px){
.awardsbg{background-image:url(images/awardsbg01.png);background-size:96%;}
.awardY_row h3{font-size:80px;}
.awardY_row h4{font-size:33px;}
.awardY_row p{font-size:15px;}
.awardY_row .eng p{font-size:13px;}
.awardY_row .eng h3{font-size:48px;}
.awardY_row .eng h4{font-size:24px;}
.awardY_row .y2026{padding-top:22em;padding-right:1em;}
.awardY_row .y2025{padding-top:1em;padding-right:0;}
.awardY_row .y2024{padding-top:1em;padding-left:5em;}
.awardY_row .y2023{padding-top:1em}
.awardY_row .y2022{padding-top:0em}
.awardY_row .y2021{padding-top:1em;padding-right:4em;}
.awardY_row .y2020{padding-top:1em}
.awardY_row .y2019{padding-top:2em;padding-left:0em;}
.awardY_row .y2010{padding-top:3em;padding-right:2em;}
.awardY_row .y2009{padding-top:10em;}
.awardY_row .y-end{padding-top:3em;}

}
@media (min-width:1600px){
.awardsbg{background-size:auto;}
.awardY_row .eng p{font-size:13px;}
.awardY_row .eng h3{font-size:52px;}
.awardY_row .eng h4{font-size:24px;}
.awardY_row .y2026{padding-top:47em;padding-right:1em;}
.awardY_row .y2025{padding-top:11em;padding-right:0;}
.awardY_row .y2024{padding-top:7em;padding-left:5em;}
.awardY_row .y2023{padding-top:2em}
.awardY_row .y2022{padding-top:0em}
.awardY_row .y2021{padding-top:11em;padding-right:4em;}
.awardY_row .y2020{padding-top:9em}
.awardY_row .y2019{padding-top:9em;padding-left:0em;}
.awardY_row .y2010{padding-top:3em;padding-right:2em;}
.awardY_row .y2009{padding-top:3em;}
.awardY_row .eng .y2009{padding-top:21em;}
.awardY_row .y-end{padding-top:30em;}
}
/** awards-page End */


/** page_content */
.content_section{height:100vh;}
.page_content{font-size:16px;line-height:32px;color:#fff;padding:0 16px;margin-bottom:20px;}
.page_content p{text-indent:2em;}
.movie-logo{text-align:center;margin:140px auto 80px;}
.movie-logo img{height:160px;width:auto;}

@media (min-width:576px){
.page_content{padding:0 24px;}
.movie-logo{text-align:center;margin:140px auto 90px;}
}
@media (min-width:992px){
.page_content{padding:0 24px;}
.movie-logo{text-align:center;margin:200px auto 120px;}
}
@media (min-width:1200px){
.postygp_container{max-width:1100px;}
}
/** page_content End */


/** post page */
article{padding:24px 0;}
article.postart{background:#1c1f24;}
.post-list{color:#fff;}
.post-list .post-thumbnail{margin-right:16px;margin-bottom:0;}
.post-list .post-thumbnail img{border-radius:16px;height:48px;width:48px;object-fit: cover;}
.post-list .entry-meta{margin-bottom:8px;line-height:12px;}
.post-list .entry-meta .day{color:#a8a29b;font-size:12px;line-height:12px;}
.post-list .entry-title{font-size:22px;font-weight:700;margin-bottom:8px;font-family:"SourceHanSansCN";color:#fff;}
.post-list .entry-title,.post-list .entry-title a{color:#ae9a63;}
.post-list .entry-title a{text-decoration:none;}
.post-list .entry-concise{font-size:14px;}
.post-list .entry-concise p{text-indent:2em;}
.postwarp{margin:0 auto;max-width:800px-;}
.post_single{padding:24px 16px;}
.post_single .entry-title{color:#fff;font-size:27px;}
.post_single .entry-meta{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:4px;}
.post_single .entry-meta .day{color:#a8a29b;font-size:12px;line-height:12px;}
.post_single .entry-content{font-size:14px;line-height:1.8;text-align:justify;}
.post_single .entry-content h1,
.post_single .entry-content h2,
.post_single .entry-content h3,
.post_single .entry-content h4,
.post_single .entry-content h5{margin-bottom:24px;padding-top:18px;line-height:1.3;font-weight:700;}
.post_single .entry-content h1{font-size:32px;}
.post_single .entry-content h2{font-size:24px;}
.post_single .entry-content h3{font-size:20px;}
.post_single .entry-content h4{font-size:16px;}
.post_single .entry-content h5{font-size:15px;}
.post_single .entry-content p{margin-bottom:24px;text-indent:2em;}
.post_single .entry-content img{display:block;max-width:100%;height:auto;}
.entry-content{position:relative;color:rgba(255,255,255,.9);}
.post_sidebar{color:#fff;margin-bottom:40px;}
.post_sidebar h3{font-size:19px;
padding-bottom:12px;
border-bottom:1px solid rgba(255,255,255,.1);
}
.post_sidebar .widget{padding:0 0;}
@media (min-width:1200px){
.post_sidebar{color:#fff;padding:3rem 3rem 0;}
.post_sidebar .widget{padding:0 1.5rem;}
}

.more-link{display:inline-block;position:relative;right:0;bottom:0;
border:1px solid #fff;color:#fff;text-decoration:none;text-align: center;padding:2px 32px;
line-height:20px;text-indent:0;font-size:13px;
background: transparent url(images/rmore5.png) no-repeat 88% 50%;
}
.more-link:hover{color:var(--hover-color);border-color:var(--hover-color);}
.post-edit-link{color:#fff;text-decoration:none;border-bottom:1px solid #fff;padding:2px;}
.post-edit-link:hover{color:var(--hover-color);border-color:var(--hover-color);}

@media (min-width:576px){
.post-list .post-thumbnail{margin-right:32px;margin-bottom:0;}
.post-list .post-thumbnail img{border-radius:16px;height:92px;width:92px;object-fit: cover;}
}

#pnavi{padding:32px 0 80px;}
#pnavi a,#pnavi span{border:0;}
#pnavi a{color:#fff;}
#pnavi a:hover{color:var(--hover-color);}
#pnavi .current{color:#f19826;}

/** post page End */

/** widget */
.widget{}
.postCard{color: #fff; text-decoration: none;display:block;padding-left:84px;position:relative;margin-bottom:16px;}
.postCard .postImg{width:72px; height:48px; position: absolute; left:0;object-fit:cover;background-size: cover;background-repeat: repeat;background-position:50% 50%;}
.postCard span,.postCard cite{display:block;}
.postCard cite{color: rgba(255,255,255,.6);}
.cardtit{margin-left:56px;width:100%;}

/** Joinus */
#JoinjobE{--bs-accordion-bg-:transparent;border:0;}
#JoinjobE .accordion-item{background:transparent; border:0;}
#JoinjobE .accordion-header{color:#fff;}
#JoinjobE .accordion-header a{color:#fff;}
#JoinjobE .accordion-body{color:#fff;padding:12px;font-size:12px;}
#JoinjobE .accordion-body h4{font-size:15px;font-weight:700;}
#JoinjobE .title-btn{}

.jobTabHeader{margin:8px 0;font-size:14px;font-weight:700;color:#fff;}
.jobHeader{width:100%;height:30px;line-height:30px;margin:0;padding:0;color:#fff;text-decoration:none;font-size:12px;}
.jobHeader::after{display:none;}
.jobHeader,.jobHeader.collapsed{background:#000;}
.accordion-button:not(.collapsed){background:#000;box-shadow:none;}
.jobHeader:hover,.jobHeader.collapsed:hover,.accordion-button:not(.collapsed):hover{background:#222;color:var(--hover-color);}
.jobTabHeader .text-start{padding-left:4px;}
.jobHeader .text-start{padding-left:12px;}

.accordion-button .bi{padding:0 4px;}
.accordion-button:not(.collapsed) .bi-chevron-up{display:inline;}
.accordion-button:not(.collapsed) .bi-chevron-down{display:none;}
.accordion-button.collapsed .bi-chevron-down{display:inline;}
.accordion-button.collapsed .bi-chevron-up{display:none;}

.accordion-title .bi{padding:0 4px;font-size:21px;}
.accordion-title:not(.collapsed) .bi-chevron-up{display:inline;}
.accordion-title:not(.collapsed) .bi-chevron-down{display:none;}
.accordion-title.collapsed .bi-chevron-down{display:inline;}
.accordion-title.collapsed .bi-chevron-up{display:none;}

.accordion-collapse{background-color:#131518;}
#accordionPoster .accordion-collapse{background-color:#222;}

@media (min-width:576px){
#JoinjobE .accordion-body{padding:16px 32px;}
.jobTabHeader{margin:8px 0;font-size:17px;}
.jobTabHeader .text-start{padding-left:24px;}
.jobHeader .text-start{padding-left:32px;}
}
@media (min-width:992px){
#JoinjobE .accordion-body{padding:20px 64px;font-size:13px;}
.jobTabHeader{margin:8px 0;font-size:17px;}
.jobTabHeader .text-start{padding-left:36px;}
.jobHeader .text-start{padding-left:40px;}
}
@media (min-width:1200px){
#JoinjobE .accordion-body{padding:20px 100px;}
.jobTabHeader{margin:8px 0;font-size:17px;}
.Offer_container{max-width:1000px;}
}
@media (min-width:1400px){
#JoinjobE .accordion-body{padding:20px 100px;font-size:14px;}
.jobTabHeader{margin:8px 0;font-size:17px;}
}

.getoffe{display:inline-block;border:1px solid #fff;color:#fff;text-decoration:none;text-align: center;padding:2px 32px;line-height:20px;text-indent:0;font-size:13px;background: transparent url(images/rmore5.png) no-repeat 88% 50%;}
.getoffe:hover{color:var(--hover-color);border-color:var(--hover-color);}
.office_col{text-align:right;padding:32px 12px 0;}
.office_col .getoffe{margin-left:1em;}
.photowall{background: transparent url(images/photowall_bg.png) no-repeat 50% 50%;}
.gzyshg .col{padding:0;overflow: hidden;}
.gzyshg .col .row{margin:0;height:100%;}
.gzyshg .col img{display:block;object-fit:cover;border:4px solid transparent;}
.coadds{color:#fff;}
.coadds img{max-width:100%;height:auto;}
.coadds p{font-size:16px;margin:8px 0;}
.coadds .addsimg{width:100%;}

@media (min-width:576px){
.gzyshg .col .row .col{height:33.33333%;}
}
@media (min-width:992px){
.gzyshg{max-width:1000px;}
}
/** Joinus End */


/** Project */
.ProjectImg{background:no-repeat 50% 50%;background-size:cover;width:100%;height:120px;}
.col.project_col{margin-bottom:40px;padding-left:12px;padding-right:12px;}
.project_col a{display:block;transition:all .2s ease-out;text-decoration:none;font-size:12px;color:#fff;max-width:370px;margin:0 auto;}
.project_col a img{display:block;transition:all .2s ease-out;}
.project_col a:hover{color:var(--hover-color);}
.project_col a:hover img{transform:scale3d(1.07,1.07,1.07);}
.project_col .project_img{position:relative;}
.project_col .project_title{padding:8px 0;}
.project_col.aaa1 a img{animation:breathing 1.5s ease-in-out;}
.project_col.aaa1 a:hover img{animation:none;}
.project_col .project_img::after{content:'';display: block;background:transparent no-repeat url(images/video_playxl.png) 64% 50%;background-size:50%;width:44px;height:44px;margin-left:-22px;margin-top:-22px;position:absolute;z-index:5;top:50%;left:50%;filter:drop-shadow(0 4px 48px rgba(0,0,0,.75));border-radius:50%;border:2px solid rgba(255,255,255,.9);opacity:.8;}
.project_post{color:#7a7a7a;}
.project_post .entry-title{padding:40px 0 32px;margin-bottom:0;color:#fff;font-weight:300;font-size:32px;}
.project_post .entry-content{font-size:16px;}
article.project{padding-top:0;}
.project_video{margin-bottom:32px;}
#crumbs{color:#7a7a7a;font-size:15px;}
#crumbs a{color:#f2c327;text-decoration: none;}
#crumbs a:hover{color:var(--hover-color);}
@media (min-width:576px){
.ProjectImg{height:180px;}
.col.project_col{margin-bottom:40px;padding-left:16px;padding-right:16px;}
.project_col a{font-size:14px;}
.project_col .project_title{padding:16px 0;}
}
@media (min-width:992px){
.ProjectImg{height:200px;}
.col.project_col{margin-bottom:40px;padding-left:24px;padding-right:24px;}
.col.project_col{margin-bottom:56px;}
.project_col a{font-size:16px;}
.project_col .project_title{padding:20px 0;}
.project_col .project_img::after{width:88px;height:88px;margin-left:-44px;margin-top:-44px;}
}
@media (min-width:1200px){
.ProjectImg{height:277px;}
.project_col .project_title{padding:12px 0;}
}
@media (min-width:1400px){
}
/** Project End */



/** bpbl page */
.bpbllog{margin-top:36px;margin-bottom:80px;height:100px;}
.bpbltitlimg{padding-bottom:16px;margin-bottom:40px;}
.bpbltitimg{padding-bottom:48px;}
.zlxuyan{padding-top:140px; font-size:14px;}
.zlxuyan p{margin-bottom:28px;}
.zlxuyan_add{padding-top:60px;margin-bottom:60px;font-size:16px;}
.zlxuyan_add p{margin-bottom:20px;}
.na2bpbl_stion{font-size:14px;}
.na2bpbl_stion h3{color:#fff;font-size:31px;font-weight:700;line-height:1.52;}
.na2bpbl_stion h4{margin-bottom:40px;line-height:1;color:#e79118;font-size:21px;font-weight:700;}
.na2bpbl_stion p{font-size:14px;line-height:32px;}
.na2bpbl_02 img{height:72px;padding-bottom:30px;}
.na2bpbl_03{margin-bottom:32px;}
.na2bpbl_03a img{height:72px;padding-bottom:30px;}
.na2bpbl_04{margin-bottom:40px;}
.na2bpbl_h3{color:#fff;font-size:38px;font-weight:700;line-height:1.52;margin-bottom:38px;}
.na2bpbl_img{width:100%;height:550px;object-fit:cover;}
.na2bpbl_img4{width:100%;height:400px;object-fit:cover;}
.na2bpbl_05{margin-bottom:20px;}
.na2bpbl_06{position:relative;padding:0;margin-bottom:60px;}
.na2bpbl_06l{position:absolute;right:0;top:-25%;height:80px;}
.na2bpbl_08{margin-bottom:20px;}
.na2bpbl_hg{margin-bottom:60px;}
.na2bpbl_hg img{height:100%;object-fit:cover;}
.na2bpbl_hg .row{margin-bottom:20px;}
.na2bpbl_hg .col{padding:0;}
.na2bpbl_hg .na2bpbl_09{padding-right:20px;}
.na2bpbl_13{margin-bottom:20px;}
.na2bpbl_14{margin-bottom:60px;}
.na2bpbl_15{margin-bottom:20px;}
.na2bpbl_16 img.na2bpbl_16{padding-right:16px;}
.na2bpbl_20{padding-top:20px;margin-bottom:80px;}
.na2bpbl_22 img{padding-left:12px;}
.na2bpbl_23{padding-top:30px;margin-bottom:20px;}
.na2bpbl_23 img{height:180px;filter:drop-shadow(3px 7px 1px rgba(0,0,0,.5));}
.na2bpbl_23 h5{padding-top:20px;margin-bottom:20px;font-size:20px;}
.yuyuantd{padding-top:100px;}
.yuyuantd_code{padding-top:80px;margin-bottom:100px;}
.yuyuantd_code img{height:300px;width:auto;padding:32px;background:#fff;margin-bottom:24px;}
.yuyuantd_code p{font-size:20px;line-height:32px;}
.video169{position:relative;}
.video169 .fillImg{width:100%;height:auto;}
.video169 video{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;width:100%;}
.video169 .plyr--video{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;width:100%;}

@media (min-width:576px){
.bpbllog{margin-top:40px;margin-bottom:100px;height:100px;}
.bpbltitlimg{padding-bottom:16px;margin-bottom:40px;}
.bpbltitimg{padding-bottom:48px;}
.zlxuyan{font-size:17px;}
.zlxuyan_add{font-size:20px;}
.zlxuyan_add p{margin-bottom:32px;}
.na2bpbl_stion{font-size:16px;}
.na2bpbl_stion h3{font-size:31px;font-weight:700;line-height:1.52;}
.na2bpbl_stion h4{margin-bottom:40px;font-size:28px;font-weight:700;}
.na2bpbl_stion p{font-size:15px;line-height:32px;}
.na2bpbl_02 img{height:72px;padding-bottom:30px;}
.na2bpbl_03{margin-bottom:40px;}
.na2bpbl_04{margin-bottom:50px;}
.na2bpbl_06{margin-bottom:160px;}
.na2bpbl_06l{top:-16%;height:96px;}
.na2bpbl_hg{margin-bottom:100px;}
.na2bpbl_14{margin-bottom:100px;}
.na2bpbl_20{padding-top:40px;margin-bottom:160px;}
.na2bpbl_23{padding-top:40px;margin-bottom:20px;}
.na2bpbl_23 img{height:140px;}
}
@media (min-width:992px){
.bpbllog{margin-top:76px;margin-bottom:160px;height:160px;}
.bpbltitlimg{padding-bottom:16px;margin-bottom:80px;}
.bpbltitimg{padding-bottom:32px;}
.zlxuyan{font-size:17px;}
.zlxuyan_add{padding-top:200px;margin-bottom:200px;font-size:24px;}
.zlxuyan_add p{margin-bottom:32px;}
.na2bpbl_stion{font-size:16px;}
.na2bpbl_stion h3{font-size:38px;font-weight:700;line-height:1.52;}
.na2bpbl_stion h4{margin-bottom:40px;font-size:35px;font-weight:700;}
.na2bpbl_stion p{font-size:17px;line-height:32px;}
.na2bpbl_02 img{height:72px;padding-bottom:30px;}
.na2bpbl_03{margin-bottom:90px;}
.na2bpbl_04{margin-bottom:100px;}
.na2bpbl_06{margin-bottom:160px;}
.na2bpbl_06l{top:-90px;height:180px;}
.na2bpbl_hg{margin-bottom:180px;}
.na2bpbl_14{margin-bottom:180px;}
.na2bpbl_20{padding-top:40px;margin-bottom:160px;}
.na2bpbl_23{padding-top:100px;margin-bottom:20px;}
.na2bpbl_23 img{height:300px;}
}
@media (min-width:1200px){
.bpbllog{margin-top:76px;margin-bottom:160px;height:160px;}
.bpbltitlimg{padding-bottom:16px;margin-bottom:80px;}
.zlxuyan{font-size:17px;}
.zlxuyan_add{padding-top:200px;margin-bottom:200px;font-size:24px;width:70%;max-width:800px;margin:0 2em 0 auto;}
.zlxuyan_add p{margin-bottom:32px;}
.na2bpbl_stion{font-size:16px;}
.na2bpbl_stion h3{font-size:38px;font-weight:700;line-height:1.52;}
.na2bpbl_stion h4{margin-bottom:40px;font-size:35px;font-weight:700;}
.na2bpbl_stion p{font-size:16px;line-height:32px;}
.na2bpbl_02 img{height:80px;padding-bottom:40px;}
.na2bpbl_03{margin-bottom:90px;}
.na2bpbl_03a img{height:80px;padding-bottom:40px;}
.na2bpbl_04{margin-bottom:100px;}
.na2bpbl_06{margin-bottom:160px;}
.na2bpbl_06l{top:-90px;height:180px;}
.na2bpbl_hg{margin-bottom:180px;}
.na2bpbl_14{margin-bottom:180px;}
.na2bpbl_20{padding-top:40px;margin-bottom:160px;}
.na2bpbl_23{padding-top:100px;margin-bottom:20px;}
.na2bpbl_23 img{height:300px;}
}
@media (min-width:1400px){
.bpbl_container{max-width:1200px;}
.bpbllog{margin-top:76px;margin-bottom:160px;height:160px;}
.bpbltitlimg{margin-bottom:80px;}
.bpbltitimg{padding-bottom:48px;}
.zlxuyan{font-size:16px;}
.zlxuyan_add{padding-top:200px;margin-bottom:200px;font-size:18px;}
.zlxuyan_add p{margin-bottom:32px;}
.na2bpbl_stion{font-size:16px;}
.na2bpbl_stion h3{font-size:38px;font-weight:700;line-height:1.52;}
.na2bpbl_stion h4{margin-bottom:40px;font-size:35px;font-weight:700;}
.na2bpbl_stion p{font-size:16px;line-height:32px;}
.na2bpbl_02 img{height:110px;padding-bottom:40px;}
.na2bpbl_03{margin-bottom:90px;}
.na2bpbl_03a img{height:110px;padding-bottom:40px;}
.na2bpbl_06{margin-bottom:160px;}
.na2bpbl_06l{top:-227px;height:404px;}
.na2bpbl_hg{margin-bottom:180px;}
.na2bpbl_14{margin-bottom:180px;}
.na2bpbl_20{padding-top:40px;margin-bottom:160px;}
.na2bpbl_23{padding-top:100px;margin-bottom:20px;}
.na2bpbl_23 img{height:380px;}
}
/** bpbl page End */


/** front-page */
/** front-page End */
/** front-page */
/** front-page End */


/** Error 404 */
.page_er404{background:#f3f5eb;color:#181b1f;padding-top:96px;}
.page_er404 img{max-width:1000px;}
.page_er404 h2{font-size:21px;}
.page_er404 h4{font-size:19px;}
.page_er404 p{text-indent:0;font-size:17px;}
.btn4040{background:transparent url(images/4040button.png) no-repeat 50% 50% !important;display:inline-block;width:161px;height:56px;line-height:56px;padding:0 32px;font-size:23px;font-weight:700;color:rgba(255,255,255,1);}
.btn4040:hover{color:rgba(255,255,255,.7);}


@media (min-width:992px){
.page_er404{padding-top:140px;}
.page_er404 h2{font-size:26px;}
.page_er404 h4{font-size:26px;}
.page_er404 p{text-indent:0;font-size:18px;}
.page_er404 img{max-width:720px;}
}
/** Error 404 End */

/*/

/* Accessibility */
.text-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
/* Text meant only for screen readers. */
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important;}
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}
#content[tabindex="-1"]:focus{outline:0;}
.alignleft{float:left;margin-right:1rem;}
.alignright{float:right;margin-left:1rem;}
.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}
.clear:before,.clear:after{content:"";display:table;table-layout:fixed;}
.clear:after{clear:both;}

/* Media */
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0;}
embed,iframe,object{max-width:100%;}
.custom-logo-link{display:inline-block;}
.avatar{border-radius:100%;display:block;height:calc(2.25*1rem);min-height:inherit;width:calc(2.25*1rem);}
/*svg{transition:fill 120ms ease-in-out;fill:currentColor;}*/

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption{margin-bottom:calc(1.5 * 1rem);}
.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto;}
.wp-caption-text{color:#767676;font-size:0.71111em;line-height:1.6;margin:0;padding:0.5rem;text-align:center;}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery{display:flex;flex-flow:row wrap;justify-content:center;margin-bottom:calc(1.5*1rem);}
.gallery-item{display:inline-block;margin-right:16px;margin-bottom:16px;text-align:center;vertical-align:top;width:100%;}
.gallery-columns-2 .gallery-item{max-width:calc((100%-16px*1)/2);}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2){margin-right:0;}
.gallery-columns-3 .gallery-item{max-width:calc((100%-16px*2)/3);}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3){margin-right:0;}
.gallery-columns-4 .gallery-item{max-width:calc((100%-16px*3)/4);}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4){margin-right:0;}
.gallery-columns-5 .gallery-item{max-width:calc((100%-16px*4)/5);}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5){margin-right:0;}
.gallery-columns-6 .gallery-item{max-width:calc((100%-16px*5)/6);}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6){margin-right:0;}
.gallery-columns-7 .gallery-item{max-width:calc((100%-16px*6)/7);}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7){margin-right:0;}
.gallery-columns-8 .gallery-item{max-width:calc((100%-16px*7)/8);}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8){margin-right:0;}
.gallery-columns-9 .gallery-item{max-width:calc((100%-16px*8)/9);}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9){margin-right:0;}
.gallery-item:last-of-type{padding-right:0;}
.gallery-caption{display:block;font-size:0.71111em;line-height:1.6;margin:0;padding:0.5rem;}
.gallery-item > div > a{display:block;line-height:0;box-shadow:0 0 0 0 transparent;}
.gallery-item > div > a:focus{box-shadow:0 0 0 2px #0073aa;}

.wp-video{margin:0 auto 1em;width:100% !important;height:auto;}

.btn,.btn:hover.btn:focus,.btn:active,button,button:hover,button:focus,button:active{outline:none;box-shadow:none;}

#lightbox .lb-image{border:0;}
#lightbox .lb-nav{display:none!important;}
#lightbox .lb-closeContainer{display:none;}

.features {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 25px;margin-top: 40px;}
.feature-card {background: rgba(255, 255, 255, 0.1);border-radius: 15px;padding: 25px;text-align: center;transition: transform 0.3s ease;}
.feature-card:hover{}
.feature-card i {font-size: 2.5rem;margin-bottom: 15px;color: #ff6b6b;}
.feature-card h3 {font-size: 1.4rem;margin-bottom: 10px;}
.feature-card p {opacity: 0.8;line-height: 1.6;}
.video-info{display:block;}

.plyr__control--overlaid svg{display:none;}
.plyr__control--overlaid{background:rgba(0,0,0,.12) url(images/video_playxl.png) no-repeat 66% 50%;background-size:56%;border:0;box-shadow:none;width:72px !important;height:72px;border:3px solid rgba(255,255,255,.7);border-radius:50%;filter:drop-shadow(0 4px 16px rgba(0,0,0,.25));}
.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true],
.plyr__control--overlaid:hover{background:rgba(0,0,0,.12) url(images/video_playxl.png) no-repeat 66% 50%;background-size:56%;
  box-shadow:0 4px 16px rgba(0,0,0,.25);}
.plyr--video{height:100%;width:100%;}
.plyr__poster{display:none;}

@media (min-width:576px){
.plyr__control--overlaid{background:rgba(0,0,0,.12) url(images/video_playxl.png) no-repeat 66% 50%;background-size:56%;border:0;box-shadow:none;width:160px !important;height:160px;border:4px solid rgba(255,255,255,.7);border-radius:50%;filter:drop-shadow(0 4px 16px rgba(0,0,0,.25));}
.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true],
.plyr__control--overlaid:hover{background:rgba(0,0,0,.12) url(images/video_playxl.png) no-repeat 66% 50%;background-size:56%;box-shadow:0 4px 16px rgba(0,0,0,.25);}
}

@keyframes breathing {
0%, 100% {transform:scale3d(1,1,1);}
50% {transform:scale3d(1.05,1.05,1.05);}
}

@keyframes lintgleft {
0%{left:-60%;}
100%{left:160%;}
}
