@font-face { font-family: 'Montserrat-Bold'; src: url("https://ueeshop-static.ly200-cdn.com/static/font/Montserrat-Bold/font.woff2") format("woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Montserrat-Regular'; src: url("https://ueeshop-static.ly200-cdn.com/static/font/Montserrat-Regular/font.woff2") format("woff2"); font-weight: normal; font-style: normal; }

.new_box .clear{clear: both;}
.new_box .page_wrap{max-width: 1300px;width: 92%;margin: auto;overflow: hidden;padding-left: 5px;padding-right: 5px;box-sizing: border-box;}
.new_box .center{text-align: center;}
.new_box .line{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;width: 100%}
.new_box .page_big_title{font-size: 42px;color: #000;font-family: Montserrat-Bold}
.new_box .page_title{font-size: 36px;color: #000;font-family: Montserrat-Bold}
.new_box .page_subtitle{font-size: 22px;line-height: 34px;color: #000;font-family: Montserrat-Bold}
.new_box .page_content{font-size: 16px;line-height:30px;color: #4c4c4c;word-break: break-word;}
.new_box .page_img_box{position: relative;padding-top: 100%}
.new_box .page_img_box img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-width: 100%;max-height: 100%;object-fit: contain;}
.new_box .page_btn_box{display: flex;}
.new_box .page_btn_box .prev_btn{width: 46px;height: 46px;cursor: pointer;background: url(/u_file/2306/photo/5881cfa7a7.png) no-repeat center;margin: 7px;background-size: contain;}
.new_box .page_btn_box .next_btn{width: 46px;height: 46px;cursor: pointer;background: url(/u_file/2306/photo/c35a476fd7.png) no-repeat center;margin: 7px;background-size: contain;}
.new_box .page_btn a{font-size: 16px;line-height: 56px;color: #fff;font-family: Montserrat-Bold;padding: 0 45px;box-sizing: border-box;background: #165eb1;display: inline-block;transition: all .3s}
.new_box .page_btn a:hover{background: #ff9c00}
.new_box .page_btn.gray a{background: #ababab}
.new_box .page_btn.gray a:hover{background: #ff9c00}
.new_box .page_desc_title{font-size: 36px;line-height: 30px;color: #000;font-family: Montserrat-Bold;border-left: 4px solid #165eb1;padding-left: 10px;margin-bottom: 30px}

body .new_banner_box{position: relative;text-align: center;}
body .new_banner_box .banner{width: 100%;margin-right: 0;margin-top: 0;margin-bottom: 0;float: unset;}
body .new_banner_box .crumbs{font-size: 16px;line-height: 42px;border-bottom: unset;height: auto;color: #fff;text-align: center;font-family: 'archivo-regular';opacity: 0.6}
body .new_banner_box .crumbs a{font-size: 16px;line-height: 42px;color: #fff;text-transform: uppercase;font-family: archivo-regular}
body .new_banner_box .crumbs_box .page_big_title{color: #fff;text-transform: uppercase;}
body .new_banner_box .crumbs_box{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%}

@media screen and (max-width:750px){
    .new_box .page_title{font-size: 46px;}
    .new_box .page_content{font-size: 28px;line-height: 42px}
    .new_box .page_btn a{font-size: 28px;line-height: 90px;width: 100%;text-align: center;}
    .new_box .page_big_title{font-size: 50px}
    .new_box .page_subtitle{font-size: 30px;line-height: 44px}

    body .new_banner_box .crumbs a{font-size: 28px;line-height: 42px}
    body .new_banner_box .crumbs{padding: 0;padding-top:15px;font-size: 28px;line-height: 42px;border-top: unset;}

}
@media screen and (max-width:500px){
    .new_box .page_title{font-size: 23px;}
    .new_box .page_content{font-size: 14px;line-height: 21px}
    .new_box .page_btn a{font-size: 13px;line-height: 45px;}
    .new_box .page_big_title{font-size: 25px}
    .new_box .page_subtitle{font-size:15px;line-height:22px}
    body .new_banner_box .crumbs a{font-size: 14px;line-height: 21px}
    body .new_banner_box .crumbs{padding-top:5px;font-size: 14px;line-height: 21px}
    .new_box .page_btn_box .prev_btn{width: 30px;height: 30px;}
    .new_box .page_btn_box .next_btn{width: 30px;height: 30px;}
}




.video_con{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); -webkit-transform: translateY(-100%); transform: translateY(-100%); z-index: 10000;}
.video_con.cur{ -webkit-transform: translateY(0); transform: translateY(0);}
.video_con .video_con_in{ position: absolute; left: 50%; top: -100%; width: 800px; height: 500px; background: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);transition: top 0.25s;-webkit-transition: top 0.25s;-moz-transition: top 0.25s;}
.video_con .video_con_in .videoContent{height: 100%;}
.video_con .video_con_in embed{ width: 100%; height: 100%;}
.video_con .video_con_in iframe{ width: 100%; height: 100%;}
.video_con .video_con_in .close_btn{ position: absolute; right: -12px; top: -12px; display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; background: #fff; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; z-index: 1;}
.video_con .video_con_in .close_btn img{ max-width: 100%; max-height: 100%;}
@media screen and (max-width: 991px) {
	.video_con .video_con_in{width: 90%; max-height: 80%;}
}
