/**
 * @author     leakey
 * @date       2023-10-18
 */
.leakey_container{padding:100px 20px}
a:hover {color: #ca0003;}
/*target指当前路径hash指定的元素的样式，用以锚链接遇到fixed导航的位置纠正*/
:target{padding-top:90px;}
/*leakey_title*/
/*.leakey_title{font-weight: bold!important;}*/
.leakey_title:after{content: "";display: block;height: 3px;width: 74px;background: #ca0003;margin-top: 15px;} 
.leakey_title_no_line:after{display: none;}
.leakey_title_h_38{line-height: 38px;}
.leakey_title{margin-bottom: 10px;font-size: 38px;}
.leakey_title_sub{font-size: 22px;margin-bottom: 20px;line-height: 28px;}
.leakey_title .title_txt{font-size: 32px;line-height: 36px;}
.leakey_title.center {text-align: center;}
.leakey_title.center .title_txt{float: none;display: inline-block;}
.leakey_title.center .title_txt:after{margin-left: auto;margin-right: auto;}
.leakey_title .leakey_title_alias{margin-top: 15px;display: block;}
.leakey_title_box.leakey_align_center .leakey_title:after{margin-left: auto;margin-right: auto}
/*leakey_title_m*/
.leakey_title.m:after{content: "";display: block;height: 2px;width: 50px;margin-top: 12px} 
.leakey_title.m{font-size: 30px;line-height: 32px}
.leakey_title.m .leakey_title_sub{font-size: 18px;margin-bottom: 10px;line-height: 22px;}
/*leakey_more*/
.leakey_more{border-color: #ccc;display: inline-block;border-radius: 30px;}
.leakey_more:hover{box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);transform: translateY(-3px);}
.leakey_container{max-width:100%;padding-left:50px;padding-right:50px;}
.leakey_more:hover,.leakey_more.leakey_more_white:hover{border:0;background: #0088d1;background: -moz-linear-gradient(left,#0088d1 0%,#6ec04d 100%);background: -o-linear-gradient(left,#0088d1 0%,#6ec04d 100%);background: -webkit-gradient(linear,left top, right top,from(#0088d1),to(#6ec04d));background: -moz-linear-gradient(left,#0088d1,#6ec04d);background: -o-linear-gradient(left,#0088d1,#6ec04d);background: linear-gradient(left,#0088d1,#6ec04d); color: #fff}
.leakey_more:hover,.leakey_more.leakey_more_white:hover{background: #ca0003;border:1px solid #ca0003}
.leakey_more:hover{border-radius: 50px}
.leakey_more.gradient_bg_red{border:0;color:#fff}
.leakey_container{max-width:100%;padding-left:50px;padding-right:50px;}
.leakey_title_btn{margin-bottom:20px}
/*？楸晏+按钮，左右结构*/
.leakey_title_btn_lr{position:relative;}
.leakey_title_btn_lr .leakey_title{line-height: 38px}
.leakey_title_btn_lr .leakey_more{position: absolute;right: 0;top:0}
@media screen and (max-width: 1440px){
    .leakey_container{padding-right:30px;padding-left:30px}
}
@media screen and (max-width: 720px){
    .leakey_title,.leakey_title_btn_lr .leakey_title{font-size: 34px;line-height: 34px}
    .leakey_container{padding-right:20px;padding-left:20px}
}
@media screen and (max-width: 512px){
    .leakey_title,.leakey_title_btn_lr .leakey_title{font-size: 32px;line-height: 32px}
    .leakey_title_sub{font-size: 18px}
    .leakey_title_btn_lr .leakey_more{position:relative;right:auto;left:0;float: none!important}
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ca0003'%2F%3E%3C%2Fsvg%3E");}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ca0003'%2F%3E%3C%2Fsvg%3E");}

/*title加粗*/
/*.leakey_banner .banner_txt h3,.leakey_title{font-weight: bold!important;}*/
.leakey_title_des{opacity: 0.8;padding-left:20px;padding-right: 20px}

@media screen and (max-width: 1680px){
   .leakey_container{padding-top: 50px;padding-bottom:50px}
}
@media screen and (max-width: 720px){
    .leakey_title_des{padding-left:0;padding-right: 0}
}
@media screen and (max-height: 600px){
    .leakey_container{padding-top: 30px;padding-bottom:30px}
}

/*翻屏*/
#fp-nav ul li a span, .fp-slidesNav ul li a span{background: #fff;}
#fp-nav.fp-right{right: 70px}
#screen_1{background: #333}
#screen_2{background-color: #555;background-image: url(/static/images/index_about.jpg);overflow: hidden;}
#screen_3{background-color: #555;background-image: url(/static/images/index_business.jpg);position: relative;}
#screen_3::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;transition: all 0.3s ease-in-out;background-color: rgba(0,0,0,0.15);opacity: 1;background-repeat: repeat;}
#screen_4{background-color: #333;background-image: url(/static/images/index_case.jpg);overflow: hidden;}
#screen_4::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;transition: all 0.3s ease-in-out;background-color: rgba(0,0,0,0.25);opacity: 1;background-repeat: repeat;}
#screen_5{background-color: #777;background-image: url(/static/images/index_service.jpg);overflow: hidden;}
#screen_5::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;transition: all 0.3s ease-in-out;background-color: rgba(0,0,0,0.15);opacity: 1;background-repeat: repeat;}
#screen_6{background-color: #555;background-image: url(/static/images/index_news.jpg);overflow: hidden;}
#screen_6::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;transition: all 0.3s ease-in-out;background-color: rgba(0,0,0,0.15);opacity: 1;background-repeat: repeat;}
#screen_7{background: #333}

@media screen and (max-width: 720px){
   #fp-nav.fp-right{right:10px}
}

/*header*/
header{background: none;border-bottom: 1px solid rgba(255,255,255,0.1)}
header.fixedon{background: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);}
header.fixedon nav>ul>li>a:link,header.fixedon nav>ul>li>a:visited{color: #333;}
header .logo{display: block;left: 50px;top: 50%;margin-top: -30px;position: absolute;line-height: 0;width:220px;z-index: 10}
header .logo img{max-height: 60px;float: left;margin-right: 10px;}
header .logo .t{font-size: 24px;line-height: 24px;color:#fff;margin-top: 9px;opacity: 0.95;margin-bottom: 3px;display:block}
header .logo p{color:#fff;line-height: 22px;font-size: 12px;opacity: 0.6;letter-spacing: 1.5px;}
header.en .logo p{letter-spacing: 1.65px}
header.fixedon .logo .t,header.fixedon .logo p,header.show_search .logo .t,header.show_search .logo p{color:#333}
header nav li a:link,header nav li a:visited{color: #fff;padding: 0 25px;}
header.fixedon nav>ul>li>a:link, header.fixedon nav>ul>li>a:visited,header.show_search nav>ul>li>a:link, header.show_search nav>ul>li>a:visited{color: #333;}
header nav>ul>li.active>a:link, header nav>ul>li.active>a:visited{color: #ca0003;}
/*.index_body header nav>ul>li.active>a:link,.index_body  header nav>ul>li.active>a:visited{color: #fff;}*/
.leakey_header_container{padding: 0 50px;max-width: 100%;z-index: 10;}
.leakey_header_container nav{position: absolute;top:0;right: 0;left:0}
.leakey_header_container nav>ul>li>a{display:block;height: 90px;line-height: 90px;font-size: 16px;position: relative;overflow: hidden;color: #fff;transition: color 0.3s ease}
header.fixedon .leakey_header_container nav>ul>li:hover>a,header .leakey_header_container nav>ul>li:hover>a{color:#ca0003}
header.fixedon .leakey_header_container nav>ul>li:hover>a:after,header .leakey_header_container nav>ul>li:hover>a:after{color:#333}
.leakey_header_container nav>ul>li a:hover{color:#ca0003}
.leakey_header_container nav>ul>li{position: relative;}
.leakey_header_container nav>ul>li div.sub_nav{display:none;position: absolute;left:0;top:100%;min-width:100%;padding:8px 0;}
.leakey_header_container nav>ul>li div.sub_nav div.lite_sub_nav{top:0;left:100%;}
.leakey_header_container nav>ul>li div.sub_nav ul{text-align: center;}
.leakey_header_container nav>ul>li div.sub_nav ul li {margin-bottom: 5px;padding-left:8px;padding-right: 8px;position: relative;}
.leakey_header_container nav>ul>li div.sub_nav ul li:last-child{margin-bottom: 0}
.leakey_header_container nav>ul>li div.sub_nav ul li a{position: relative;display: block;padding:8px 30px;transition: all 0.2s ease-in-out;background-size: cover;color:#333;border-radius: 5px;background:rgba(0, 0, 0, 0);transition: background 0.3s ease-in-out;line-height: 22px;white-space: nowrap;}
.leakey_header_container nav>ul>li div.sub_nav ul li a:after{position: absolute;right:10px;transition: all 0.3s ease-in;transform-origin: center;}
.leakey_header_container nav>ul>li div.sub_nav ul li:hover>a:after{transform: rotate(-90deg);padding-left: 0}
.leakey_header_container nav>ul>li div.sub_nav ul li a:hover{background:rgba(50, 67, 134, 0.1);color: #333}
.leakey_header_container nav>ul>li ul{display: block;clear: both;}
.leakey_header_container nav>ul>li div.rich_sub_nav{position: fixed;left:0;right:0;top:90px;padding:0 50px;background: none;box-shadow: none;border:0;line-height: 22px}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul{border-bottom-left-radius: 8px;overflow:hidden;padding:0 20px}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li{width:25%;float: left;}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li{padding:40px 20px}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li img{width:100%;display: block;}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li strong{display: block;font-weight: normal;padding:20px 0 10px}
.leakey_header_container nav>ul>li div,.leakey_header_container nav>ul>li div.rich_sub_nav>ul{border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);background: #fff;}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li span{line-height: 22px}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li a{white-space: normal;padding:0}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li a:hover{background: none}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li a:hover img{transform: scale(1.2);}
.leakey_header_container nav>ul>li div.rich_sub_nav .leakey_title_box{text-align: left;}

/*子公司列表*/
.company_list{float: right;position: relative;z-index: 10;width:170px;margin-top:27px;transition: width 0.3s ease-in-out;}
.company_list:hover{width: 270px}
.company_list p{height:35px;line-height: 35px;/*background:#18498a;*/color:#fff;position: relative;padding:0 45px 0 10px;text-align: center;border-radius: 3px;overflow: hidden;}
.company_list p span{display: block;height:35px;width:35px;line-height: 35px;position: absolute;right: 0;top:0;background: #333;cursor: pointer;}
.company_list p span:hover{background: #444}
.company_list ul{padding: 10px 8px;background: #fff;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;overflow: hidden;position: absolute;left:0;top:100%;width:100%;display: none;opacity: 0}
.company_list ul li{margin-bottom: 5px}
.company_list ul li a{padding:5px 15px;border-radius: 5px;display: block;}
.company_list ul li a:hover{background:rgba(50, 67, 134, 0.1);color: #333}
.company_list ul li:last-child{margin-bottom:0;}
.company_list.active ul{display: block;animation:show_sub_nav 0.3s ease-in;animation-fill-mode: forwards;animation-delay: 0.3s}
.company_list.active p{border-bottom-left-radius: 0;border-bottom-right-radius: 0;}

.top_links_box{float: right;position: relative;top:32px;z-index: 10;margin-left: 30px}
.top_links_box>div.top_links_btn{background: #8b6d4b;color:#fff;padding:2px 42px 2px 15px;font-size: 14px;position: relative;cursor: pointer;border-radius: 3px;overflow: hidden;}
.top_links_box>div.top_links_btn i{width: 30px;height:100%;position: absolute;top:0;right: 0;background: #be0008;text-align: center;line-height: 26px;cursor: pointer;}
.top_links_box>div.top_links_btn i:hover{background: #d90818}
.top_links_box ul{display: none}
.top_links_box ul{display: none;position: absolute;top: 26px;left: 0;z-index: 100;width: 100%;background: #fff}
.top_links_box.active ul{display: block;}
.top_links_box ul li{padding:0 5px;border-bottom: 1px dashed #ddd;}
.top_links_box ul li:hover{background: #f2f2f2}
.top_links_box ul li:last-child{border: 0;}
.top_links_box ul li a{display: block;padding:5px 10px}

/*子栏目顶部border+fadeInUp*/
.leakey_header_container nav>ul>li div.rich_sub_nav>ul,.leakey_header_container nav>ul>li div{border-top:2px solid #18498a;}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul, .leakey_header_container nav>ul>li div{border-color:#ca0003}
.leakey_header_container nav>ul li:hover>div{animation:show_sub_nav 0.3s ease-in;animation-fill-mode: forwards;display: block;}
@keyframes show_sub_nav{
    0%{opacity: 0;transform: translateY(10px);}
    100%{opacity: 1;transform: translateY(0);}
}

/*下拉子栏目居中*/
.leakey_header_container nav>ul>li div.sub_nav{left: 50%;transform: translateX(-50%)!important;}
.leakey_header_container nav>ul>li div.sub_nav div.lite_sub_nav{left:100%;transform: translateX(0)!important;}
@keyframes show_sub_nav{
    0%{opacity: 0;transform: translate(-50%,10px);}
    100%{opacity: 1;transform: translate(-50%,0);}
}

.language{float: right;position: relative;z-index: 10}
.language a{display: block;height: 90px;line-height: 90px;padding: 0 10px;position: relative;float: left;color: #fff}
.language a:after{content: "";width: 1px;height: 13px;top: 50%;margin-top: -6px;right: 0;background: #fff;display: block;position: absolute;transform: skewX(-10deg);}
/*.language a:last-child{padding-right: 0;}*/
.language a:last-child:after{display: none;}
header.fixedon .language a:hover,header.show_search .language a:hover{color: #1686ea}
header.fixedon .language a,header.show_search .language a{color: #333;}
header.fixedon .language a:after,header.show_search .language a:after{background: #333;}
.icon_btn{float: right;padding:0 0 0 10px;position: relative;z-index: 10}
.icon_btn a{display: inline-block;line-height: 90px;color:#fff;font-size:20px;padding:0 10px;cursor: pointer;position: relative;}
header.fixedon .icon_btn a,header.show_search .icon_btn a{color:#333}
header.show_search .mobile_menu:before,header.show_search .mobile_menu:after,header.show_search .mobile_menu span{background:#333}
.icon_btn a:hover,header.fixedon .icon_btn a:hover{color:#ca0003}
.top_search{background:#fff;position:fixed;max-height: 0;overflow: hidden;padding:0;transition: all 0.3s ease-in-out;top:0;left:0;width:100%;z-index:2;border-bottom: 1px solid #f2f2f2;}
.top_search:before{content:"";height:1px;width:100%;background:#f2f2f2;position: absolute;top:90px;left:0}
.top_search div{width:100%;margin:auto;max-width: 800px;position: relative;padding:0 20px}
.top_search div input{width:100%;background: #f2f2f2;height:50px;line-height: 50px;padding:0 55px 0 20px;border:0;font-size: 16px;}
.top_search div a{position: absolute;right:20px;top:50%;transform: translateY(-50%);display: block;height:40px;width:50px;line-height: 40px;text-align: center;font-size: 24px;cursor: pointer;}
.top_search .close_popup{position: absolute;right:50px;top:50%;margin-top:39px;font-size: 24px;color:#ca0003;cursor: pointer;transition: transform 0.3s ease-in-out;}
.top_search .close_popup:hover{transform: rotate(90deg);}
header.show_search .top_search{max-height: none;padding:170px 0 80px;}
.top_search input::-webkit-input-placeholder{color: #bbb;}
.top_search input:-moz-placeholder{color: #bbb;}
.top_search input::-moz-placeholder{color: #bbb;}
.top_search input:-ms-input-placeholder{color: #bbb;}

/*input、textarea，placeholder颜色更改*/
.top_search div input::-webkit-input-placeholder{color: #000;opacity: 0.45}
.top_search div input:-moz-placeholder{color: #000;opacity: 0.45}
.top_search div input::-moz-placeholder{color: #000;opacity: 0.45}
.top_search div input:-ms-input-placeholder{color: #000;opacity: 0.45}

/*header-导航居中-start*/
.leakey_header_container nav>ul{width: 100%;text-align: center;line-height: 0;}
.leakey_header_container nav>ul>li{float: none;display: inline-block;}

.menu_icon{color:#fff;position: relative;float: right;line-height: 90px;z-index: 10;padding-right: 38px;padding-left:10px;cursor: pointer;}
.menu_icon span{display: block;}
.menu_icon i{height:2px;width:26px;background: #fff;position: absolute;display: block;right: 0;top:50%;transform: translateY(-50%);transition: all 0.3s ease-in-out;}
.menu_icon i:before{content:"";position:absolute;bottom:-7px;left:0;width:100%;z-index:0;transition: all 0.3s ease-in-out;background: #fff;display: block;height:2px}
.menu_icon i:after{content:"";position:absolute;top:-7px;left:0;width:100%;z-index:0;transition: all 0.3s ease-in-out;background: #fff;display: block;height:2px}
header.fixedon .menu_icon{color: #333}
header.fixedon .menu_icon i,header.fixedon .menu_icon i:before,header.fixedon .menu_icon i:after{background: #333}

/*去文字*/
header.fixedon .menu_icon{height:90px;width: 26px;padding-right: 0;padding-left: 0;margin-left: 10px}

/*有子菜单*/
header .has_child:after{content: "\e6b6";display: inline-block;margin-left: auto;padding-left: 8px;opacity: 0.85;font-family: "iconfont" !important;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 12px;font-weight: bold;}


/*nav_popup*/
.nav_popup{position: fixed;top:0;left:0;right:0;bottom: 0;z-index: 120;padding:100px 0 50px;overflow-y: auto;background-image: url("/static/images/index_business.jpg");background-repeat: no-repeat;background-size: cover;display: none}
.nav_popup.show{display: block;}
.nav_popup:after{content:"";position:fixed;top:0;left:0;bottom:0;right:0;z-index:0;transition: all 0.3s ease-in-out;opacity: 0.3;background:#000;}
.nav_popup>ul{position: relative;z-index: 1;}
.nav_popup>ul:first-child{border-top: 1px solid rgba(255,255,255,0.1);}
.nav_popup>ul>li{overflow: hidden;border-bottom: 1px solid rgba(255,255,255,0.1)!important;padding:30px 50px}
.nav_popup>ul>li>div{width:220px;float: left;font-size: 22px;margin-bottom: 20px}
.nav_popup>ul>li>ul{display: inline-block;overflow: hidden;}
.nav_popup>ul>li>ul>li{float: left;max-width:200px;margin-right: 50px}
.en_body .nav_popup>ul>li>ul>li{max-width: 350px}
.nav_popup>ul>li>ul>li>a{font-weight: bold;font-size: 16px;margin-bottom: 20px;opacity: 0.8}
.nav_popup>ul>li>ul>li>ul>li ul{padding-left: 1.5em}
.nav_popup>ul>li>ul>li>ul>li ul li{position: relative;padding-left: 15px}
.nav_popup>ul>li>ul>li>ul>li ul li:before{content: "-";color: #fff;position: absolute;top:0px;left: 0;}
.nav_popup>ul>li>ul a{font-size: 14px;opacity: 0.6;margin-bottom: 10px;display: inline-block;}
.nav_popup a{color: #fff}
.nav_popup .close_nav_btn{position: fixed;right: 50px;top:25px;z-index: 2;color: #fff;cursor: pointer;}
.nav_popup .close_nav_btn i{position: relative;top:1px;padding-left: 5px}
.open_popup_menu{height:100vh!important;overflow: hidden!important;width: 100vw!important}
.popup_lang{position: fixed;bottom: 0;left: 0;right: 0;display: flex;text-align: center;z-index: 999;border-top: 1px solid rgba(255,255,255,0.1);backdrop-filter: blur(2px);background-color: rgba(0,0,0,0.3);display: none}
.popup_lang a{color: #fff;flex: 1;height:50px;line-height: 50px;border-right: 1px solid rgba(255,255,255,0.1);font-size: 18px}
.popup_lang a:last-child{border:0}
@media screen and (max-width: 1680px){
    /*header-导航居中取消*/
    .leakey_header_container nav>ul{float: right;margin-top: 0;width: auto}
    .leakey_header_container nav{position:relative;}
}
/*header-导航居中-end*/
@media screen and (max-width: 1580px){
    header nav li a:link, header nav li a:visited{padding:0 18px}
    header.en nav li a:link, header.en nav li a:visited{padding:0 12px}
    .en_body .leakey_banner .banner_txt h3{font-size: 36px;line-height: 36px}
    .en_body .leakey_banner .banner_txt p{line-height: 26px}
    .en_body .index_business ul li a.item strong{font-size: 22px!important;line-height: 22px!important}
    .en_body .index_news .index_news_ch_child a{font-size: 20px}
    .en_body .leakey_title.leakey_font_48{font-size: 32px!important;line-height: 32px!important}
    .en_body .footer_nav>li:last-child,.en_body .footer_nav>li:nth-last-child(2){display: none}
}
@media screen and (max-width: 1440px){
    /*header*/
    .leakey_header_container nav>ul>li>a{font-size: 16px;}
    header nav li a:link, header nav li a:visited{padding: 0 15px}
    header .logo{left:20px}
    .leakey_header_container{padding-left:20px;padding-right: 20px;}
    .leakey_header_container nav>ul>li div.rich_sub_nav{padding:0}
    header .logo .t{font-size: 22px}
    header .logo p{letter-spacing: 0.9px}
}

@media screen and (max-width: 1280px){
    /*header*/
    header nav li a:link, header nav li a:visited{padding: 0 12px}
    header.en nav li a:link, header.en nav li a:visited{padding: 0 5px}
    .en_body .top_links_box{margin-left: 20px}
    .icon_btn{padding-left: 20px;}
    .en_body .icon_btn{padding-left: 0;}
    .en_body .icon_btn a{padding-right: 0}
    .leakey_header_container nav>ul>li div.sub_nav ul li a:after{right: 0px}
    .en_body header .logo img{max-height: 45px}
    .en_body header .logo{margin-top: -22.5px}
    .en_body .leakey_banner .banner_txt h3{font-size: 32px;line-height: 32px}
    .en_body .leakey_banner .banner_txt p{line-height: 22px}  
    .en_body .index_news .index_news_ch_child a{font-size: 18px}  
}

@media screen and (max-width: 1200px){
    /*header*/
    header nav li a:link, header nav li a:visited{padding: 0 15px}    
/*    .icon_btn{margin-right: 50px;}*/
    .top_search .close_popup{top:75px;right:20px}
    .pc_menu, .language{display: none;}
    .mobile_menu{display: block;}
}
@media screen and (max-width: 1024px){
    #menu{display: none;}
}
@media screen and (max-width: 720px){
    .nav_popup{padding:80px 0}
    .nav_popup>ul>li>ul>li{width: 100%;float: none}
    .nav_popup>ul>li>div{width: 100%;float: none;margin-bottom: 0;font-size: 18px}
    .nav_popup>ul>li>div>a{padding:0 20px;display: block;}
    .nav_popup>ul>li>ul{margin-top: 10px!important}
    .nav_popup>ul>li>ul>li>ul>li ul li:before{display: none}
    .nav_popup>ul>li>ul>li>ul>li ul{padding-left: 0}
    .nav_popup>ul>li ul{display: none;margin-top: 0px}
    .nav_popup>ul>li ul a{padding-left: 50px;display: block;}
    .nav_popup>ul>li ul ul a{padding-left: 100px}
    .nav_popup>ul>li ul ul ul a{padding-left: 150px}
    .nav_popup>ul>li ul ul ul ul a{padding-left: 200px}
    .nav_popup>ul>li ul ul ul ul ul a{padding-left: 250px}
    .nav_popup>ul>li ul ul ul ul ul ul a{padding-left: 300px}
    .nav_popup>ul>li{padding:10px 0}
    .nav_popup>ul>li.show_child{padding-bottom: 0;}
    .nav_popup>ul li.show_child{background: rgba(0,0,0,0.25)}
    .nav_popup>ul li{position: relative;max-width: 100%!important;border-bottom:1px solid rgba(255,255,255,0.1) }
    .nav_popup>ul li:first-child{border-top:1px solid rgba(255,255,255,0.1)  }
    .nav_popup>ul li:last-child{border:0}
    .nav_popup>ul li>a{margin-bottom: 0!important;padding:10px 20px }
    .nav_popup .close_nav_btn{right: 20px}
    .nav_popup li i{position:absolute;top:0px;right:0px;z-index:0;transition: all 0.3s ease-in-out;color:#fff;padding:10px 20px;text-align: center;border-left: 1px solid rgba(255,255,255,0.1)}
    .nav_popup li i:before{display: inline-block;transition: all 0.3s ease-in-out}
    .nav_popup>ul>li.show_child{box-shadow: inset 0 5px 10px rgba(0,0,0,0.1)}
    .nav_popup li.show_child>ul{display: block;}
    .nav_popup li.show_child>i:before{transform: rotate(180deg);}
    .nav_popup>ul>li>ul>li>a{font-weight: normal;}
    .popup_lang{display: flex;}
}
@media screen and (max-width: 512px){
    .menu_icon span{display: none}
    header.fixedon .menu_icon{height:90px;width: 26px;padding-right: 0;padding-left: 0;margin-left: 10px}
    .icon_btn{padding:0;margin-left: 10px}
    header .logo img{max-height: 45px;}
    header .logo{margin-top:-23px}
    .top_links_box>div.top_links_btn{font-size: 12px}
    .top_links_box ul li{font-size: 12px}
}

@media screen and (max-width: 414px){
    header.fixedon .menu_icon{margin-left: 5px}
    .icon_btn{margin-left: 5px}
    header .logo img{max-height: 40px;}
    header .logo{margin-top:-20px}
    .icon_btn a{padding:0 5px}
}


/*leakey_footer*/
.leakey_footer{background: #ddd;}
.leakey_footer li a{cursor:pointer;}
.leakey_footer li a:link,.leakey_footer li a:visited{color: #fff;}
.qrcode{width: 100px;}
.qrcode img{border: 0}
.leakey_f_t_l p{clear: both;margin-bottom: 8px;}
.leakey_footer address.iconfont:before{padding-right: 14px;}
.leakey_f_t_l p a{margin-right: 10px;}
.footer_icon_list{margin-top: 40px}
.footer_icon_list li{float: left;height: 40px;width: 40px;background: #36c3ee;color: #fff;border-radius: 50%;overflow: hidden;margin-right: 15px;}
.footer_icon_list li:nth-of-type(2){background: #067ad1;}
.footer_icon_list li:nth-of-type(3){background: #1278f3}
.footer_icon_list li a{cursor:pointer;}
.footer_icon_list li a:link,.footer_icon_list li a:visited{color: #fff;}
.footer_icon_list li .iconfont{font-size: 24px;display: block;line-height: 40px;text-align: center;width: 100%;height: 100%;}
.footer_icon_list li .iconfont:before{-webkit-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
.footer_icon_list li .iconfont:hover:before{text-shadow: 0 0 10px rgba(0, 0, 0,0.3);font-size: 32px;}
.leakey_footer .footer_icon_list .iconfont:before{padding-right: 0;}
.leakey_footer .leakey_title{margin-bottom: 30px;}
.leakey_footer .leakey_title:after{background: #fff;}
.footer_nav{position: relative;width: 100%;text-align: left;margin-top:20px}
.footer_nav li{float: left;padding:0 20px;position: relative;}
.footer_nav>li:last-child{padding-right: 0;}
.footer_nav>li:first-child{padding-left:0;}
.footer_nav>li>a{font-size: 16px;font-weight: bold;margin-bottom: 20px;display: block;}
.footer_nav li li{float: none;display: block;padding-left: 0;padding-right: 0;margin-bottom: 10px;}
.leakey_f_t_r .qrcode{float: right;margin-left:20px}
.leakey_f_bottom{position: relative;}
.leakey_f_top{color:#fff}
.leakey_f_top .leakey_f_container{position: relative;padding-top: 40px;padding-bottom: 40px;}
.leakey_f_top .leakey_f_container .leakey_fr .leakey_fl{max-width: 310px;}
.leakey_f_top a{color: #fff;font-size: 16px;}
.leakey_f_top a:link:hover{color:#4cacf5}
.leakey_f_bottom .leakey_f_container{position:relative;z-index: 2;opacity: 0.75;padding:10px 50px}
.leakey_f_bottom:after{content:"";background: #000;position: absolute;top:0;left:0;right:0;bottom:0;z-index: 1;opacity: 0.3;}
.footer_logo{position: absolute;left:0;top:50%;width: 100%;text-align: center;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: 0}
.leakey_f_t_l,.leakey_f_t_r{position: relative;z-index: 1;}
.leakey_f_top .footer_nav li a:hover{color:#4cacf5}
.leakey_footer .bottom_search .iconfont:before{padding-right: 0;}
.leakey_footer .bottom_search .iconfont{cursor: pointer;}
.bottom_search{width:330px;margin:0;position: relative;border-radius:0;overflow: hidden;}
.bottom_search input{width:100%;background: #f2f2f2;height:40px;line-height: 40px;padding:0 55px 0 20px;border:0;font-size: 16px;background: rgba(255,255,255,0.3);}
.bottom_search a{position: absolute;right:0;top:50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);display: block;height:30px;width:50px;line-height: 30px;text-align: center;color:#333;font-size: 16px;}
.leakey_footer .bottom_search .iconfont{font-size: 20px;}
.bottom_search a:hover{color:#4cacf5}
.leakey_footer .iconfont{font-size: 16px;}
.leakey_f_container, .leakey_f_bottom .leakey_f_container{max-width: 100%;padding-left: 50px;padding-right: 50px;}
.leakey_f_container>.leakey_fr{padding-right: 80px;max-width: 460px}

.leakey_f_top .footer_service_tel{font-size: 36px;line-height: 36px;margin-top: 10px;display: inline-block;margin-bottom: 20px;font-weight: bold;}
.leakey_footer .iconfont{margin-bottom: 10px;}
.leakey_footer .iconfont:before{transition: all 0.3s ease-in-out;display: inline-block;}
.leakey_footer .iconfont:hover:before{transform: translateX(5px);}
.footer_service_title{opacity: 0.75;}
.footer_qrcode_box{margin-top: 35px;margin-left: 10px;}
.footer_qrcode_box .qrcode{float: left;}
.leakey_f_top a,.leakey_f_top,.leakey_footer li a:link, .leakey_footer li a:visited,.leakey_f_bottom,.leakey_f_bottom a:link, .leakey_f_bottom a:visited{color: #555;}
.leakey_f_top a:link:hover,.leakey_f_top .footer_nav li a:link:hover,.leakey_f_bottom a:link:hover,.leakey_f_bottom a:visited:hover{color:#083b7d;opacity: 1}

.leakey_f_bottom:after{background: none;left: 50px;right: 50px;border-top: 1px solid #ccc;opacity: 1;}
.leakey_f_top_search_box{border-bottom: 1px solid #ccc;padding-bottom: 20px;margin-bottom: 30px;}
.leakey_f_top_search_box>a{line-height:40px;}

/*红色背景*/
.leakey_f_top .leakey_f_container{background: #8a1618
}
.leakey_f_container, .leakey_f_bottom .leakey_f_container{background: #801415}
.leakey_f_top_search_box{border-bottom: 1px solid rgba(255,255,255,0.25)}
.leakey_f_bottom .leakey_f_container{opacity: 1}
.leakey_f_top a, .leakey_f_top, .leakey_footer li a:link, .leakey_footer li a:visited, .leakey_f_bottom, .leakey_f_bottom a:link, .leakey_f_bottom a:visited{color:rgba(255,255,255,0.7)}
.leakey_f_top a:link:hover,.leakey_f_top .footer_nav li a:link:hover,.leakey_f_bottom a:link:hover,.leakey_f_bottom a:visited:hover{color: #fff}
.leakey_f_top .footer_nav li a:hover{color: #fff}
@media screen and (max-width: 1440px){
    /*leakey_footer*/
    .leakey_f_container, .leakey_f_bottom .leakey_f_container{padding-left: 20px;padding-right: 20px;}  
    .footer_qrcode_box{margin-right: 90px} 
    .bottom_search{margin-right: 90px}
}
@media screen and (max-width: 1280px){
    .footer_nav li{padding: 0 10px}
    .footer_qrcode_box .qrcode{margin-left: 20px;}
}
@media screen and (max-width: 1200px){
    .footer_logo{display: none;}    
    .footer_qrcode_box{display: none;}
}
@media screen and (max-width: 900px){
    .leakey_f_top>.leakey_f_container>.leakey_fl{display: none;}
    .leakey_f_top>.leakey_f_container>.leakey_fl,.leakey_f_top>.leakey_f_container>.leakey_fr{width: 100%;float: none;}
    .leakey_f_top>.leakey_f_container>.leakey_fr .leakey_fl{max-width: none;}
    .bottom_search{margin-right: 0}
    .leakey_f_container>.leakey_fr{padding-right: 0}
}
@media screen and (max-width: 720px){
    .leakey_f_t_r{display: none;}
}    
@media screen and (max-width: 512px){
    .leakey_f_top_search_box>a{display: none;}
    .bottom_search{width: 100%;}
}

/*banner-video*/
.leakey_banner{background:#333}
.leakey_banner .swiper-pagination{max-width: 100%;padding-left:50px;padding-right: 50px;}
.leakey_banner .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.leakey_banner .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.leakey_banner .banner_txt div{padding: 0 60px;text-shadow: 0 0 10px rgba(0, 0, 0, 0.05);max-width:none}
.leakey_banner .banner_txt h3{font-size: 60px;text-transform: uppercase;font-weight: 600;max-width: 55%;line-height: 60px;}
.leakey_banner .banner_txt h3:after{content: "";height: 2px;width: 90px;background: #fff;display: block;margin-top: 15px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}
.leakey_banner .banner_txt p{font-size: 16px;max-width: 50%;letter-spacing: 1px;}
.leakey_banner .banner_txt h3,.leakey_banner .banner_txt p{text-shadow: 0px 0px 18px rgba(0, 0, 0,0.2);}
.leakey_banner .swiper-button-next,.leakey_banner  .swiper-button-prev{transition: background 0.3s ease-in-out;}
.leakey_banner .swiper-button-next:hover, .leakey_banner .swiper-button-prev:hover{background-size: 60%;background-color: rgba(255,255,255,0.3);}
.leakey_banner .banner_more{display: inline-block;padding:8px 40px;border:1px solid rgba(255, 255, 255, 0.5);margin-top:30px;color:#fff!important;}
.leakey_banner .banner_more:hover{background: #04487a;background: linear-gradient(left,#04487a,#2771b5);color:#fff;border:0;padding:9px 41px;}
.leakey_banner .swiper-button-prev,.leakey_banner .swiper-button-next{background-color:#8a1618;height:60px;width:60px;background-size: 20px;top:auto;bottom:50px}
.leakey_banner .swiper-button-prev{left:auto;right:110px;border-right: 1px solid #741011;}
.leakey_banner .swiper-button-prev:hover,.leakey_banner .swiper-button-next:hover{background-color:#741011 ;background-size: 18px;}
.leakey_banner .banner_more{background:#257bcc;border:0}
.leakey_banner .banner_more:hover{padding:8px 40px;background:#fff;color:#555!important}
.leakey_banner .swiper-slide:after{opacity:1;/*background-image: url("/static/images/video_mask.png");*/background-repeat: repeat;background-color: rgba(0,0,0,0.1)}
.leakey_banner .swiper-pagination-bullet-active:after{animation-duration:3s;}
.leakey_banner .swiper-slide .banner_video{object-fit: cover;height: 100%;width:100%}
.leakey_banner .swiper-slide.swiper-slide-active .banner_txt{opacity: 1;transition: all 0.3s ease-in-out}
.leakey_banner .swiper-slide .banner_txt{opacity: 0}
#wechat_video_btn{border:1px solid #f00;position:absolute;font-size:50px;z-index:999;background:rgba(65,0,13,0.7);text-align:center;padding:25px;color:#fff;bottom:80px;right:10px}
.leakey_banner .swiper-pagination-bullet:after{background:#ca0003 }
/*文字水平居中*/
.leakey_banner .banner_txt{text-align: center;}
.leakey_banner .banner_txt h3,.leakey_banner .banner_txt p{max-width:60%;margin-left:auto;margin-right: auto}
.leakey_banner .banner_txt h3:after{margin-left:auto;margin-right:auto;}

/*.leakey_banner .banner_txt h3 b{color:#ca0003}*/

.leakey_banner .swiper-wrapper{position: absolute;}
.leakey_banner .leakey_more{margin-top:50px;color:#fff;background: #c90004;border-color: #c90004}

/*下滑箭头*/
.scroll_btn{position: absolute;left:50%;bottom: 130px;transform: translateX(-50%);z-index: 10;cursor: pointer;width:20px}
.scroll_btn::before{content:"";position:absolute;top:0;left:0;height:20px;width: 20px;border-right:1px solid rgba(255,255,255,0.75);border-bottom:1px solid rgba(255,255,255,0.75);transform: rotate(45deg);animation: scroll_btn_ani 1.4s infinite;}
.scroll_btn::after{content:"";position:absolute;top:15px;left:0;height:20px;width: 20px;border-right:1px solid rgba(255,255,255,0.75);border-bottom:1px solid rgba(255,255,255,0.75);transform: rotate(45deg);animation: scroll_btn_ani 1.4s infinite;animation-delay: 0.4s}
.scroll_btn i{font-size: 24px;color: #fff;position: absolute;top:60px;left:-1px;opacity: 0.6}

@keyframes scroll_btn_ani {
    0%{transform: translateY(0) rotate(45deg);}
    50%{transform: translateY(3px) rotate(45deg);}
    100%{transform: translateY(0) rotate(45deg);}
}

@media screen and (max-width: 1600px){
    /*banner*/
    .leakey_banner .banner_txt{padding-left: 0;padding-right: 0;}    
}
@media screen and (max-width: 1564px){
    .leakey_banner .banner_txt h3, .leakey_banner .banner_txt p{max-width: 80%}
}
@media screen and (max-width: 1440px){
    /*banner*/
    .leakey_banner .swiper-button-next, .leakey_banner .swiper-button-prev{display: block;}  
    .leakey_banner .swiper-pagination,.leakey_banner .banner_txt div{padding-left:20px;padding-right: 20px;}  
    .leakey_banner .swiper-button-next{right: 20px}
    .leakey_banner .swiper-button-prev{right: 80px;}
}
@media screen and (max-width: 1280px){
    .leakey_banner .banner_txt h3, .leakey_banner .banner_txt p{max-width: 80%}
    .leakey_banner .banner_txt h3{font-size: 50px;line-height: 50px}
}
@media screen and (max-width: 1200px){
    /*banner*/    
    .leakey_banner .swiper-button-next, .leakey_banner .swiper-button-prev{display: none;}
    .leakey_banner .banner_txt{padding-left: 0px;padding-right: 0px;}
}
@media screen and (max-width: 1024px){
    /*banner*/
    .leakey_banner .banner_txt h3{font-size: 38px;line-height: 50px;max-width: 85%}   
    .leakey_banner .banner_txt p{max-width: 85%;font-size: 18px;}
}
@media screen and (max-width: 512px){
    /*banner*/
    .leakey_banner .banner_txt h3{font-size: 30px;line-height: 38px;margin-bottom: 20px}
    .leakey_banner .banner_txt p{font-size: 16px;}
}

/*leakey_float_bar*/
#qr_box #qr_wrap a:hover{background:#ca0003;}
#on_line_contact_box .on_line_contact_t{height:40px;background:#ca0003;color:#fff;line-height: 40px;font-weight:bold;padding:0px 15px;}
#on_line_contact_box{position:fixed;right:0;background:#fff;top:0;transform: translateX(100%);-webkit-transform: translateX(100%);z-index:1000;width:210px;color:#333;text-align: center;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;box-shadow: 0 5px 10px rgba(0,0,0,0.15);}
#on_line_contact_box.on_line_contact_box_show{transform: translateX(0);-webkit-transform: translateX(0);}
#on_line_contact_box i.iconfont{height:40px;width:40px;display: block;float:left;text-align: center;line-height:40px;font-size:38px;margin-right:5px;}
#on_line_contact_box .on_line_contact_t span{font-size:14px;line-height:40px;color:#fff;float:right;}
#on_line_contact_box .on_line_contact_t:hover{cursor: pointer;background:#333;}
.contact_tel_no{padding:15px;text-align: left}
.contact_tel_no a:hover{color: #333}
.contact_tel_no span{font-size:17px;font-weight: 200}
#qr_box{position:fixed;z-index:1000;height:100%;width:100%;top:0;left:0;display:none;text-align: center;}
#qr_box .fullScreenBg{height:100%;width:100%;background:#000;opacity:0.7;position:absolute;top:0;left:0;}
#qr_box #qr_wrap{position:fixed;}
#qr_box #qr_wrap p{width:100%;height:30px;line-height:14px;text-align: center;color:#333;background:#fff;font-size:14px;display: block;}
#qr_box #qr_wrap a{display:block;height:40px;width:100%;background:#333;color:#fff;font-size:14px;line-height:40px;text-align: center;cursor:pointer;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
#qr_box #qr_img{line-height:0;}
#leakey_float_bar{position: fixed;right: 0px;bottom: 63px;z-index: 99;margin:0;padding:0;display: none;}
#leakey_float_bar.lfb_middle{bottom: 50%;transform: translateY(50%);}
#leakey_float_bar li{display:block;height:50px;width:50px;border: 1px solid #e6e6e6;background:#fff;margin-top:-1px;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;cursor:pointer;color:#333;}
#leakey_float_bar li:hover{background:#ca0003;border-color:#ca0003;color:#fff;}
#leakey_float_bar li.lfb_scale:hover i{font-size:30px;}
#leakey_float_bar li.lfb_rotate:hover i:before{transform: rotate(360deg);}
#leakey_float_bar li i:before{transition: all 0.2s ease-out;display:block;}
#leakey_float_bar li a{display: block;height:100%;width:100%;text-align: center;line-height:50px;color:inherit;}
#leakey_float_bar li i{font-size:20px;font-style: normal;color:inherit;transition: font-size 0.2s ease-out;}
#leakey_float_bar li.on_line_contact_hide{transform: translateX(100%);-webkit-transform: translateX(100%);}
#leakey_float_bar.basic_style .lfb_qq,#leakey_float_bar.basic_style .lfb_qr,#leakey_float_bar.basic_style .lfb_tel,#leakey_float_bar.basic_style .lfb_link{display:none;}
#leakey_float_bar.basic_style .goToTop{background:#ca0003;border-color:#ca0003;color:#fff;}
#leakey_float_bar.basic_style{bottom:20px;right:20px}
@media screen and (max-width: 720px){
    #leakey_float_bar{bottom:0px;}
    #leakey_float_bar.mp_style {width:100%;padding:0;bottom:0px;margin:0;left:0;right:0;}
    #leakey_float_bar.mp_style li{float:left}
    #leakey_float_bar .lfb_qq,#leakey_float_bar .lfb_qr,#leakey_float_bar.mp_style #on_line_contact_box{display:none;}
    #leakey_float_bar.basic_style .lfb_tel,#leakey_float_bar.basic_style .lfb_link{display: block}
    #leakey_float_bar.lfb_middle{transform:translateY(0);}
}


.leakey_swiper_wraper li .title{padding:8px 20px}
.leakey_swiper_wraper li:hover img{transform:scale(1.1)}


/*index_about*/
.index_about{position: absolute;width: 50%;right:-20%;bottom: 0;top:90px;background: rgba(255,255,255,0.85);transition: all 0.6s ease;opacity:0;transition-delay: 0.4s}
.index_about.hide{transform: translateX(100%);transition-delay: 0.2s}
.active .index_about{right:0;opacity: 1}
.index_about_detail{line-height: 30px!important;margin-top:20px;padding-right: 60px}
.index_about_video_btn{font-size:60px;z-index:1;cursor:pointer;line-height: 60px;color: #fff;opacity: 0.75;position: absolute;top:50%;left:25%;transform: translate(-50%,-25%);transition: all 0.3s ease-in-out}
.index_about_video_btn:hover{opacity: 1;font-size: 65px}
.index_about_video_btn.hide{transform: none;left:0;top:auto;bottom:0;background: #ca0003;padding:20px}
.index_about .leakey_img_box{height:350px;position: absolute;bottom: 60px;left:50px;right:110px;}
.index_about .leakey_img_box img{object-fit: cover;height:100%;width: 100%;overflow: hidden;}
.index_about_video{position: absolute;top:0;left:-100%;width:100%;height:100vh;display: block;z-index: 0;transition: all 0.6s ease}
.index_about_video::before{display:none;content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;transition: all 0.6s ease;background-color: rgba(0,0,0,0.15);opacity: 1;/*background-image: url("/static/images/video_mask.png");*/background-repeat: repeat;}
.index_about_video.show{left:0}
.index_about_video video{width:100%;opacity: 1;height: 100%;object-fit: cover;background: #000}

@media screen and (max-width: 1536px){
   .index_about .leakey_img_box{height:270px;bottom: 50px}
}
@media screen and (max-width: 1440px){
    .index_about .leakey_img_box{left: 30px;right: 90px}
}
@media screen and (max-width: 1280px){
    .index_about .leakey_img_box{left:30px;right:90px;height:190px}
    .index_about_detail{line-height: 25px!important;margin-top: 0px}
}
@media screen and (max-width: 1024px){
    .index_about .leakey_img_box{display: none}
    .index_about{width: calc(100% - 100px);top:40%;left:100px;}
    .index_about_detail{padding-right: 0}
}
@media screen and (max-width: 720px){
    .index_about .leakey_more.leakey_more_l{padding:5px 20px}
    .index_about_video_btn.hide{top:120px;right:20px;bottom: auto;height:100px;left:auto;width: 100px}
    .index_about_video_btn{top:calc(35% - 120px);left: 50%;transform: translate(-50%,0);}
    .index_about{width: 100%;left:0;padding-bottom: 50px;top:35%;}
    .index_about_detail{overflow-y: auto;}
    .index_about .leakey_container{height: 100%}
    .index_about .leakey_container .leakey_title_box{height: 100%}
    .index_about_detail{height:calc(90% - 50px)}
    .index_about_video video{object-fit: contain;height:calc(100% - 140px);margin-top: 90px}
}
@media screen and (max-height: 700px){
    .index_about .leakey_img_box{height:150px}    
}
@media screen and (max-height: 600px){
    .index_about .leakey_img_box{height:80px;bottom:30px}    
}

/*index_business*/
.index_business{background: none;position: absolute;top:90px;bottom:0;left:0;right:0;color: #fff;z-index: 1}
.index_business ul{display: block;overflow: hidden;position: relative;margin-top:70px}
.index_business ul::after{content:"";position:absolute;top:50%;left:0;right:0;z-index:0;transition: all 0.3s ease-in-out;height:1px;background: #fff;opacity: 0.3}
.index_business ul li{text-align: center;}
.index_business ul li a.item{height:300px;color:#fff;width: 300px;margin:auto;border:1px solid rgba(255,255,255,0.4);border-radius: 50%;position: relative;background:rgba(0,0,0,0.03);display: block;}
.index_business ul li a.item:hover{color:#fff}
.index_business ul li a.item:after{content:"";position: absolute;height:8px;width: 8px;background: #fff;border-radius: 50%;left:50%;top:50%;transform: translate(-50%,-50%);}
.index_business ul li:nth-of-type(1) a.item em{transition-delay: 0.6s}
.index_business ul li:nth-of-type(2) a.item em{transition-delay: 0.8s}
.index_business ul li:nth-of-type(3) a.item em{transition-delay: 1s}
.index_business ul li a.item .arc_top,.index_business ul li a.item .arc_bottom{overflow: hidden;height:0px;width:300px;position: absolute;top:-1.5px;left: -1.5px;transition: all 0.3s ease-in-out;}
.index_business ul li a.item .arc_bottom{bottom:-1px;left: -1px;top:auto}
.index_business ul li a.item .arc_top:before,.index_business ul li a.item .arc_bottom:before{content: "";height:300px;width: 300px;position: absolute;top:0px;left: 0px;border-radius: 50%;border:3px solid #ca0003;display: block;box-sizing: border-box;}
.index_business ul li a.item .arc_bottom:before{top:auto;bottom:0;}
.active .index_business ul li a.item:hover .arc_top,.active .index_business ul li a.item:hover .arc_bottom{height:300px;}
.active .index_business ul li a.item .arc_top,.active .index_business ul li a.item .arc_bottom{height:150px}
.index_business ul li strong{position: absolute;top:50%;left:0;display: block;width: 100%;text-align: center;padding-top:30px}
.index_business ul li p{position: absolute;top:50%;left:0;display: block;width: 100%;text-align: center;padding-top:70px;opacity: 0.7}
.index_business ul li a.item i{font-size: 50px;line-height: 50px;position: absolute;bottom: 50%;left:0;width: 100%;display: block;text-align: center;padding-bottom: 20px}
.index_business .index_business_btn{position: absolute;bottom: 80px;left:0;right:0;}
.index_business .leakey_more{color:#fff;}
.index_business .leakey_title_box{max-width: 80%;margin-left:auto;margin-right: auto}


@media screen and (max-width: 1440px){
   .index_business ul li a.item{height:260px;width:260px}
   .index_business ul li a.item .arc_top:before, .index_business ul li a.item .arc_bottom:before{height:260px;width:260px}
   .active .index_business ul li a.item .arc_top,.active .index_business ul li a.item .arc_bottom{height:130px}
   .index_business ul li a.item .arc_top, .index_business ul li a.item .arc_bottom{width:260px}
   .index_business .index_business_btn{bottom: 40px}
}
@media screen and (max-width: 720px){
    .index_business .index_business_btn{bottom: 80px!important}
    .index_business .leakey_title_box{max-width: 100%;}
}
@media screen and (max-height: 700px){
    .index_business ul li a.item{height:260px;width:260px}
    .index_business ul li a.item .arc_top:before, .index_business ul li a.item .arc_bottom:before{height:260px;width:260px}
    .active .index_business ul li a.item .arc_top,.active .index_business ul li a.item .arc_bottom{height:130px}
    .index_business ul li a.item .arc_top, .index_business ul li a.item .arc_bottom{width:260px}
    .index_business .index_business_btn{bottom: 30px}
    .index_business ul{margin-top:50px}
}
@media screen and (max-height: 600px){
    .index_business ul li a.item{height:180px;width:180px}
    .index_business ul li a.item .arc_top:before, .index_business ul li a.item .arc_bottom:before{height:180px;width:180px}
    .active .index_business ul li a.item .arc_top,.active .index_business ul li a.item .arc_bottom{height:90px}
    .index_business ul li a.item .arc_top, .index_business ul li a.item .arc_bottom{width:180px}
    .index_business .index_business_btn{bottom: 30px}
    .index_business ul li p{display: none}
    .index_business ul{margin-top:30px}
}
@media screen and (max-width: 720px){
    .index_business ul li a.item{width:200px!important;height:200px!important}
    .index_business ul li a.item .arc_top:before, .index_business ul li a.item .arc_bottom:before{height:200px;width:200px}
    .active .index_business ul li a.item .arc_top,.active .index_business ul li a.item .arc_bottom{height:100px}
    .index_business ul li a.item .arc_top, .index_business ul li a.item .arc_bottom{width:200px}
    .index_business ul li p{display: none}
    .index_business ul li strong{font-size: 22px!important;}
    .index_business .leakey_container{padding-left: 20px!important;padding-right: 20px!important}
}
@media screen and (max-width: 628px){
    .index_business ul li a.item{width:130px!important;height:130px!important}
    .index_business ul li a.item .arc_top:before, .index_business ul li a.item .arc_bottom:before{height:130px;width:130px}
    .active .index_business ul li a.item .arc_top,.active .index_business ul li a.item .arc_bottom{height:65px}
    .index_business ul li a.item .arc_top, .index_business ul li a.item .arc_bottom{width:130px}
    .index_business ul li strong{font-size: 18px!important;}
    .index_business ul li a.item i{padding-bottom: 5px;font-size: 35px}
    .index_business ul li strong{top:35%}
    .index_business ul li{margin: 20px auto}
    .index_business ul{margin-top:50px}
/*    .index_business ul::after{display: none}*/
}
@media screen and (max-width: 414px){
    .index_business ul li a.item{width:110px!important;height:110px!important}
    .index_business ul li a.item .arc_top:before, .index_business ul li a.item .arc_bottom:before{height:110px;width:110px}
    .active .index_business ul li a.item .arc_top,.active .index_business ul li a.item .arc_bottom{height:55px}
    .index_business ul li a.item .arc_top, .index_business ul li a.item .arc_bottom{width:110px}
    .index_business ul li strong{font-size: 16px!important;}    
    .index_business ul li a.item i{padding-bottom: 2px;}
    .index_business ul li strong{top:30%}
    
}
/*index_case*/
.index_case{background: none;position: absolute;top:90px;bottom:0;left:0;right:0;color: #fff;z-index: 1}
.index_case .index_case_sub_ch{text-align: center;margin-top: 30px}
.index_case .index_case_sub_ch li{display: inline-block;font-size: 16px;margin-left: 16px;}
.index_case .leakey_more.leakey_more_icon:after{font-size: 22px;line-height: 22px}
.index_case .index_case_sub_ch li:after{content:"/";padding-left:20px}
.index_case .index_case_sub_ch li:first-child{margin-left: 0}
.index_case .index_case_sub_ch li:last-child:after{display: none}
.index_case .index_case_sub_ch li a{color: #333;background:#fff;border:0}
.index_case .index_case_sub_ch li a:hover{background:#ca0003;color:#fff}
.index_case .leakey_swiper_wraper{position: absolute;right:50px;left:50px;bottom: 100px;padding-top:20px}
.index_case .swiper-wrapper li{background: #fff}
.index_case .leakey_swiper_wraper li{transition: all 0.3s ease-in-out;}
.index_case .leakey_swiper_wraper li .title{padding:15px 20px;text-align: center;}
.index_case .leakey_swiper_wraper li:hover{transform: translateY(-20px);box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}
.index_case .leakey_swiper_wraper li:hover:after{content:"";height: 3px;background: #ca0003;position: absolute;left:0;right:0;bottom: 0;display: block;}
.index_case .leakey_swiper_wraper li:hover a{color: #333}
.index_case .leakey_title_box{transform: translateY(-100px);opacity: 0;transition: all 0.4s ease;transition-delay: 0.6s}
.active .index_case .leakey_title_box{transform: translateY(0px);opacity: 1}
.index_case .leakey_swiper_wraper{transform: translateY(100px);opacity: 0;transition: all 0.4s ease;transition-delay: 0.8s}
.active .index_case .leakey_swiper_wraper{transform: translateY(0px);opacity: 1}
.index_case .leakey_title_box{max-width:80%;margin-left: auto;margin-right: auto;}

@media screen and (max-width: 1440px){
   .index_case .leakey_swiper_wraper{bottom: 50px}
}
@media screen and (max-height: 700px){
   .index_case .leakey_swiper_wraper{bottom: 20px}
   .index_case .leakey_swiper_wraper li .title{padding:10px 20px}
}
@media screen and (max-height: 600px){
    .index_case .leakey_swiper_wraper li .leakey_img_box{height: 150px;overflow: hidden;}    
}
@media screen and (max-width: 720px){
    .index_case .index_case_sub_ch li:after{padding-left: 10px}
    .index_case .index_case_sub_ch li{margin-left: 10px}
    .index_case .index_case_sub_ch li a{padding:3px 20px}
    .index_case .leakey_swiper_wraper{bottom: 80px!important;left:30px;right:30px}
    .index_case .leakey_title_box{max-width:100%}
}
@media screen and (max-width: 512px){
    .index_case .index_case_sub_ch li:after{display: none}
    .index_case .index_case_sub_ch li{margin-left: 5px;margin-bottom: 10px;float: none;}    
    .index_case .index_case_sub_ch li a{padding:8px 30px}
    .index_case .leakey_swiper_wraper li .title{padding:5px 20px}
}


/*index_service*/
.index_service{background: none;position: absolute;top:90px;bottom:0;left:0;right:0;color: #fff;z-index: 1}
.index_service .leakey_title_box{position: relative;z-index: 5}
.index_service .leakey_title_box .leakey_more{background: #ca0003;color:#fff;border-color: #ca0003;margin-top: 50px}
.index_service ul{position: absolute;left:150px;right:150px;top:0px;bottom: 0;display: block;border-left: 1px solid rgba(255,255,255,0.15);}
.index_service ul li{border-right: 1px solid rgba(255,255,255,0.15);text-align: center;height:100%;position: relative;}
.index_service ul li div{position: absolute;bottom: 20vh;text-align: center;width: 100%}
.index_service ul li div p{opacity: 0.6;font-size: 16px}
.index_service ul li div i{font-size: 80px;display: block;line-height: 80px;margin-bottom: 20px;width: 100%}
.index_service ul li div strong{margin-bottom: 30px;display: inline-block;}
.index_service .leakey_title_des{opacity: 0.6}
.index_service ul li:before{content:"";position: absolute;top:100vh;left:0;bottom: 0;right: 0;background: #000;opacity: 0.05;transition: all 0.3s ease-in-out;}
.index_service ul li:hover:before{top:-90px}
.index_service ul li strong{position:relative;}
.index_service ul li strong:after{content:"";transition: all 0.3s ease-in-out;display: block;height:2px;width:100%;background: #ca0003;position: absolute;bottom:-10px;left:0;transform: scaleX(0);transform-origin: center;}
.index_service ul li:hover strong:after{transform: scale(1.0);}

.index_service .leakey_title_box{transform: translateY(-100px);opacity: 0;transition: all 0.4s ease;transition-delay: 0.5s}
.active .index_service .leakey_title_box{transform: translateY(0px);opacity: 1}
.index_service ul li div{opacity: 0;transition: all 0.4s ease;}
.index_service ul li:nth-of-type(1) div{transition-delay: 0.8s}
.index_service ul li:nth-of-type(2) div{transition-delay: 1s}
.index_service ul li:nth-of-type(3) div{transition-delay: 1.2s}
.active .index_service ul li div{opacity: 1}

@media screen and (max-width: 1440px){
   .index_service ul li div{bottom: 10vh}
}
@media screen and (max-width: 720px){
    .index_service ul{left:20px;right: 20px}
    .index_service ul li div strong{font-size: 22px!important;line-height: 22px}
    .index_service ul li div i{font-size: 60px;line-height: 60px}
}
@media screen and (max-width:414px){
    .index_service ul li div p{display: none}
}
@media screen and (max-height: 700px){
   .index_service ul li div{bottom: 10vh}
}
@media screen and (max-height: 600px){
   .index_service ul li div{bottom: 30px}
   .index_service ul li div strong{margin-bottom:10px}
   .index_service ul li div i{font-size: 60px;line-height: 60px;margin-bottom: 10px}
}


/*index_news*/
.index_news{position: absolute;width: 50%;right:0;bottom: 0;top:90px;background: rgba(255,255,255,0.75);transition: all 0.4s ease;opacity:1;transition-delay: 0.6s}
/*.active .index_news{right:0;opacity: 1}*/
.index_news .leakey_title_box>.leakey_clear{position: relative;}
.index_news .index_news_ch_child{position: absolute;right: 0px;top:30px}
.index_news .index_news_ch_child li{float:left;font-size: 22px;margin-left: 20px;}
.index_news .index_news_ch_child li:after{content:"/";padding-left:20px}
.index_news .index_news_ch_child li:last-child:after{display: none}
.index_news .index_news_ch_child li a:hover{color: #333}
.index_news .article_swiper{position: absolute;bottom: 100px;left:50px;right:100px}
.en_body .index_news .index_news_ch_child{position: relative;clear: both;;float: none;margin-top:20px;top:0}
.en_body .index_news .index_news_ch_child li:first-child{margin-left: 0}
@media screen and (max-width: 1200px){
   .index_news{width: 60%}
}
@media screen and (max-width: 1024px){
    .index_news{width: 100%;top:30%}
}
@media screen and (max-width: 720px){
    .index_news .article_swiper{right: 30px;left: 30px}
    .index_news .index_news_ch_child{position: relative;clear: both;top:0px;width: 100%;display: block;}
    .index_news .index_news_ch_child li:first-child{margin-left: 0;}
    .index_news .index_news_ch_child li:after{padding-left: 10px}
    .index_news .index_news_ch_child li{margin-left: 10px}
}


/*article_swiper*/
.article_swiper.leakey_swiper_wraper{height:460px;padding-bottom: 120px}
.article_swiper.leakey_swiper_wraper .swiper-wrapper{height:100%}
.article_swiper .leakey_img_box{line-height: 0}
.article_swiper .leakey_img_box img{height:100%;width:100%;object-fit: cover;}
.article_swiper a{overflow: hidden;display: block;height:100%}
.article_swiper a:hover{color: #333}
.article_swiper .leakey_img_box{width: 30%;float: left;margin-right: 20px}
.article_swiper .swiper-slide {height:50%}
.article_swiper .swiper-button{bottom: 0;top:auto;margin-top:0;border:1px solid #ca0003;height:40px;width:40px;border-radius: 50%;overflow: hidden;}
.article_swiper .swiper-button{background-size: 20%}
.article_swiper .swiper-button-prev{left:0}
.article_swiper .swiper-button-next{right:auto;left:50px}
.article_swiper .swiper-slide h4{font-size: 22px;line-height: 28px;margin-bottom: 10px;margin-top:10px;padding-bottom: 10px}
.article_swiper .swiper-slide div span{padding-top: 10px;display: block;}
.article_swiper .swiper-slide h4{position:relative;}
.article_swiper .swiper-slide h4:after{content:"";transition: all 0.3s ease-in-out;display: block;height:2px;width:100%;background: #ca0003;position: absolute;bottom:0px;left:0;transform: scaleX(0);transform-origin: center;}
.article_swiper .swiper-slide:hover h4:after{transform: scale(1.0);}

@media screen and (max-width: 1440px){
   .index_news .article_swiper{bottom: 50px}
   .article_swiper.leakey_swiper_wraper{padding-bottom: 70px;height:420px}
   .index_news .article_swiper{left: 30px}
   .article_swiper .swiper-slide div span{padding-top:5px}
   .article_swiper .swiper-slide h4{margin-bottom: 7px}
}
@media screen and (max-height: 700px){
   .index_news .article_swiper{bottom: 20px}
   .article_swiper.leakey_swiper_wraper{padding-bottom: 100px;height:390px}   
   .article_swiper .swiper-slide div span{padding-top:5px}
   .article_swiper .swiper-slide h4{margin-bottom: 7px}
}
@media screen and (max-height: 600px){
   .article_swiper.leakey_swiper_wraper{padding-bottom: 80px;height:315px}   
   .article_swiper .swiper-slide div span{padding-top:0px}
   .article_swiper .swiper-slide h4{margin-bottom: 7px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px}

}
@media screen and (max-width: 515px){
    .index_news .article_swiper .swiper-slide{height:100%}
    .index_news .article_swiper.leakey_swiper_wraper{height:50%;padding-bottom: 0}
    .index_news .index_news_ch_child li{font-size: 20px}
    .index_news .article_swiper .leakey_img_box{width: 100%;float: none;margin:0 0 10px 0;height: calc(100% - 100px)}
}
@media screen and (max-width: 414px){    
    .index_news{top:90px}
    .article_swiper.leakey_swiper_wraper{bottom: 80px}
    .article_swiper .swiper-slide p{display: none}
    .index_news .article_swiper .swiper-slide div span{display: none}
    .index_news .article_swiper .swiper-slide h4{font-size: 18px;line-height: 22px;margin-bottom: 0;padding-bottom: 0}
}
/*subbanner*/
.leakey_subbanner:after{opacity: 0.2}
.leakey_subbanner{z-index: 5;background-color: #000;}
.leakey_subbanner.animate_bg{overflow: hidden;}
.leakey_subbanner.animate_bg .animate_bg_clone{animation: subbanner_bg 20s ease-in-out infinite;transform-origin: 90%; position: absolute;top:0;left:0;right:0;bottom:0;z-index: 0;background-size: cover;}
.leakey_subbanner .leakey_container{max-width: 100%;padding: 150px 50px 80px;margin: auto;position: relative;z-index: 3;min-height: 500px;}
.leakey_subbanner{background-repeat: no-repeat;background-position: center;background-size: cover;background-color: #f2f2f2;}
.leakey_subbanner .cur_location{margin-top: 50px}
.leakey_subbanner .cur_location li{float: left;}
.leakey_subbanner .cur_location li a{color: #fff;}
.leakey_subbanner .cur_location li a:hover{text-decoration: underline;}
.leakey_subbanner .cur_location li.contentT{opacity: 0.75;}
.leakey_subbanner .cur_location li.split{padding: 0 10px;}
.leakey_subbanner .leakey_title_sub{font-size: 18px;max-width: 60%;margin-top:20px}
.leakey_main{font-size: 16px;line-height: 28px;color: #555;}
/*地图*/
.leakey_subbanner.map .map_bg{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 1}
.leakey_subbanner.map .leakey_title_box{position: relative;z-index: 3;}
.leakey_subbanner.map>.leakey_container:after{content: "";background: #000;opacity: 0.5;top: 0;left: 0;bottom: 0;right: 0;z-index:2;position: absolute;}
/*去地图水印*/
/*.leakey_subbanner.map div.amap-layer>img{display: none!important}*/
/*联系信息*/
.leakey_subbanner .leakey_contacts{position: relative;z-index: 3;background:none}
.leakey_subbanner .leakey_contacts .leakey_container{padding-left:0;padding-right: 0;color:#000;min-height: auto;padding-bottom: 0;padding-top: 120px}
.leakey_subbanner .leakey_contacts h6{font-size: 26px;margin-bottom: 10px;border-bottom: 1px solid rgba(0,0,0,0.15);padding-bottom:20px;line-height: 26px;}
.leakey_subbanner .leakey_contacts .leakey_col div{padding: 50px;height: 100%;background: #fff}
.leakey_subbanner .leakey_contacts .leakey_col div:hover{background:#f2f2f2;}
.leakey_subbanner .leakey_contacts .leakey_col div:hover a{}
.leakey_subbanner .leakey_contacts .leakey_col div:hover h6{border-bottom: 1px solid rgba(0,0,0,0.15);color:#af0104}
.leakey_subbanner .leakey_contacts .leakey_col div a:hover{text-decoration: underline;}
@media screen and (max-width:720px){
    .leakey_subbanner .leakey_contacts .leakey_col div{padding:40px}
    .leakey_subbanner .leakey_contacts h6{font-size: 24px;line-height: 30px}
}

.about_subbanner{background-position:left bottom;margin-top:90px;min-height: 600px}
.about_subbanner .leakey_container{padding-top:100px;overflow: hidden;}
.about_subbanner .leakey_title_box{float: left;width: 40%}
.subbanner_about{float:right;width:60%;padding-right: 100px;font-size: 16px;line-height: 28px}
.subbanner_about p{margin-bottom: 20px}
.subbanner_about .btn_box .leakey_more{background: #ca0003;color:#fff;border-color: #ca0003;margin-top: 10px}
.subbanner_about .btn_box strong{display: block;margin-top: 50px;margin-bottom:10px}
.subbanner_about .btn_box strong::before{content:"";position:relative;width:4px;height:18px;background: #ca0003;margin-right: 5px;display: inline-block;top:5px}


/*视频*/
.leakey_subbanner.video .ch_bg_video{position: absolute;height:100%;top:0;left:0;width:100%;z-index: 1;object-fit: cover;object-position: center;}
.leakey_subbanner.video .leakey_title_box{position: relative;z-index: 3;}
.leakey_subbanner.video .leakey_container{overflow: hidden;}
.leakey_subbanner.video>.leakey_container:after{content: "";background: #000;opacity: 0.35;top: 0;left: 0;bottom: 0;right: 0;z-index:2;position: absolute;}
/*视频质感遮罩，需引用图片*/
/*.leakey_subbanner.video>.leakey_container:after{opacity: 1;background-color:rgba(0,0,0,0.5);background-image: url(/static/images/video_mask.png);background-repeat: repeat;}*/
@keyframes subbanner_bg{
    0%{transform: scale(1);}
    70%{transform: scale(1.2);}
    100%{transform: scale(1);}
}
@media screen and (max-width: 1680px){
    .subbanner_about{padding-right: 80px}
}
@media screen and (max-width: 1440px){
    .leakey_subbanner .leakey_contacts>.leakey_container{padding-left: 0;padding-right: 0}
    .leakey_main h4{font-size: 14px;}
    .leakey_subbanner .leakey_container{padding-left: 20px;padding-right: 20px;}
    .leakey_subbanner .leakey_title_sub{max-width: 70%;}
}
@media screen and (max-width: 1280px){
    .subbanner_about{padding-right: 50px}
}
@media screen and (max-width: 1200px){
    .leakey_subbanner .leakey_contacts .leakey_col{width: 50%;}
    .leakey_subbanner .leakey_title_sub{max-width: 100%;}
}
@media screen and (max-width: 1024px){
   .subbanner_about{width: 100%;clear: both;margin-top:50px}
   .about_subbanner .leakey_title_box{width: 100%}
}
@media screen and (max-width: 720px){
    .leakey_subbanner .leakey_contacts .leakey_col{width: 100%;}
    .leakey_subbanner .leakey_container{min-height: auto}
    .subbanner_about{margin-right: 0;padding-right: 0}
}
.companys .leakey_col{text-align: center;}
.companys .leakey_col strong{font-size: 30px;line-height: 30px;margin-bottom: 20px;display: block;font-weight: normal;}
.companys .leakey_col .leakey_more{margin-top: 20px;background: #fff;color:#333}
.companys .leakey_col .leakey_more:hover{color: #fff;background: #af0104}
.companys .leakey_col a{display: block;background: #f2f2f2;padding:120px 50px;position: relative;background-repeat: no-repeat;background-size: cover;}
.companys .leakey_col a:link,.companys .leakey_col a:visited{color: #fff}
.companys .leakey_col a:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;transition: all 0.3s ease-in-out;background: #000;opacity: 0.2}
.companys .leakey_col a>*{position: relative;z-index: 1}
.about_detail{font-size: 16px;line-height: 28px;}
.about_detail p{margin-bottom: 15px}
.cases i{font-size: 40px;line-height: 40px;}

@media screen and (max-width: 720px){
   .companys .leakey_col{width: 100%}
}


/*leakey_img_list_fancybox*/    
.leakey_img_list .img_list a{display: block;;border: 1px solid #f2f2f2;text-align: center;}
.leakey_img_list .img_list .img_title{font-size: 14px;padding: 10px 20px;}
.leakey_img_list .img_des{padding: 0 20px 10px;font-size: 14px;opacity: 0.75;}
.leakey_img_list li a .leakey_img_box{position:relative}
.leakey_img_list li a .leakey_img_box:before{content:"";background: #000;position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;transition: all 0.3s ease-in-out;opacity: 0;transform: scale(0.3);}
.leakey_img_list li a .leakey_img_box i{font-size:60px;position: absolute;top: 50%;left: 50%;margin-left: -65px;margin-top: -19px;z-index: 2;opacity: 0;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0); padding: 8px 30px;color: #fff;font-style: normal;display: block;line-height: 20px;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.leakey_img_list .img_list a span{position: relative;}
.leakey_img_list li a:hover .leakey_img_box i{opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); }
.leakey_img_list li a:hover .leakey_img_box:before{opacity: 0.15;transform: scale(1);}
@media screen and (max-width: 1200px){
    .leakey_img_list .img_list li{width:25%}
    .leakey_img_list .img_list .img_title{padding-left:0;padding-right: 0}
}
@media screen and (max-width: 960px){
    .leakey_img_list .img_list li{width:33.333333%}
}
@media screen and (max-width: 512px){
    .leakey_img_list .img_list li{width:50%}
    .leakey_img_list .img_list .img_title{font-size: 16px}
}


/*leakey_menu*/
.leakey_menu{font-size: 14px;}
.leakey_menu>li>a{font-size: 15px;position: relative;overflow: hidden;}
.leakey_menu li a>em{position: absolute;z-index: 2;right: 30px;font-size: 16px;transform: rotate(180deg);font-weight: bold;height:53px;top:0;line-height: 53px;width:30px;text-align: center;transition: all 0.3s ease-in-out;}
.leakey_menu li a>em:hover{font-size: 20px}
.leakey_menu li li a>em{height:39px;line-height: 39px;}
.leakey_menu li a{padding:15px 0px;display: block;background: #f2f2f2;border-bottom: 1px solid #fff;}
.leakey_menu li a>span{padding-left: 30px;padding-right: 60px;display: block;}
.leakey_menu li ul{display: none;}
.leakey_menu li a>em.active{transform: rotate(0);}
.leakey_menu li.active>ul{display: block;}
.leakey_menu li li{background: #fff;border-bottom: 1px solid #eee;padding-left: 20px;position: relative;overflow: hidden;}
.leakey_menu li li:last-child{border-bottom: 0}
.leakey_menu li li a{background: none;position: relative;z-index: 2;}
.leakey_menu>li>a>span{position: relative;z-index: 2;transition: all 0.3s ease-in-out;font-weight: bold;font-size: 16px}
.leakey_menu>li>a:after{content: "";position: absolute;left: 50%;top: 50%;margin-top: -250px;margin-left: -250px;background: #8a1618;opacity: 0;z-index: 0;border-radius: 100%;height: 500px;width: 500px;transform: scale(0);transition: all 0.3s ease-in-out;transform-origin: center;}
.leakey_menu>li.active>a:after,.leakey_menu>li:hover>a:after{color: #fff;transform: scale(1);opacity: 1;}
.leakey_menu>li.active>a>span,.leakey_menu>li:hover>a>span,.leakey_menu>li.active>a>em,.leakey_menu>li:hover>a>em{color: #fff}
.leakey_menu>li li.active>a,.leakey_menu>li li:hover>a{color: #8a1618;font-weight: bold;}
.leakey_menu>li li a{padding: 8px 0;}
.leakey_menu>li li:after{content: "";position: absolute;left: 50%;top: 50%;margin-top: -500px;margin-left: -500px;background: #f9f9f9;opacity: 0;z-index: 0;border-radius: 100%;height: 1000px;width: 1000px;transform: scale(0);transition: all 0.3s ease-in-out;transform-origin: center;}
.leakey_menu>li li:hover:after{transform: scale(1);opacity: 1;}
/*菜单普通鼠标效果normal_hover*/
.leakey_menu.normal_hover>li>a:after,.leakey_menu.normal_hover>li li:after{transform: scale(1);}
@media screen and (max-width:1200px){
    .leakey_menu>li li a{padding:8px 0}
    .leakey_menu li a>em{right: 20px}
    .leakey_menu li a>span{padding-right: 50px;padding-left: 20px}
}

/*leakey_partner*/
.leakey_partner li.leakey_col span font{display: block;text-align: center;padding-bottom: 10px;}
.leakey_partner li.leakey_col span{border: 1px solid #f2f2f2;display: block;padding: 10px 10px 0;text-align: center;background: #fff;border:1px solid #ddd}
.leakey_partner li.leakey_col img{max-width: 100%;}

@media screen and (max-width: 1440px){
    .leakey_partner .leakey_col{width: 16.6667%}
}
@media screen and (max-width: 1200px){
    .leakey_partner .leakey_col{width: 25%}
}
@media screen and (max-width: 960px){
    .leakey_partner .leakey_col{width: 33.3333333%}
}
@media screen and (max-width: 720px){
    .leakey_partner .leakey_col{width: 50%}
}

/*leakey_develop*/
/*使用在subbaner处-start*/
.leakey_develop_subbanner .leakey_container{padding:0}
.leakey_develop_subbanner .leakey_container>.leakey_title_box{position: absolute;z-index:5;padding: 50px;width: 100%;top:90px}
.leakey_develop_subbanner .leakey_container>.leakey_title_box .cur_location{opacity: 0.5}
.leakey_develop .leakey_title_box{position: absolute;top:80px;left:0px;z-index: 5;width:100%;}
.leakey_develop .leakey_container{position: relative;padding:740px 0 100px}
.leakey_develop .leakey_container:before{content:"";position:absolute;top:0;left:0;width:100%;height:690px;z-index:0;transition: all 0.3s ease-in-out;background-color: #999;background-image: url(/static/images/develop.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.leakey_develop .leakey_container:after{content:"";position:absolute;bottom:280px;left:0;width:100%;height:169px;z-index:0;transition: all 0.3s ease-in-out;background: #000;opacity: 0.4}
.leakey_develop ul{text-align: center;display: flex;justify-content:space-between;position: relative;padding:0 160px;flex-wrap: wrap;}
.leakey_develop li{position: relative;cursor: default;margin-bottom: 20px}
.leakey_develop li:before{content:"";width:0;height:0;border-top:20px solid #8a1618;border-left:20px solid transparent;border-right: 20px solid transparent;position: absolute;top:-81px;left:50%;transform:translateX(-50%);opacity: 0;transition: all 0.2s ease-in-out;transition-delay: 0s}
.leakey_develop li .small_year_box{}
.leakey_develop ul:before{content:"";position:absolute;top:25px;left:0;height:1px;width:100%;z-index:0;transition: all 0.3s ease-in-out;background: #ccc}
.leakey_develop li .small_year_box strong{font-family: Impact;font-size: 30px;font-weight: normal;color:#aaa}
.leakey_develop li.active .small_year_box strong{color:#333}
.leakey_develop li .small_year_box span{display: block;font-size: 30px;height:50px;line-height: 50px;margin:0 auto 30px;width:50px;border-radius: 50%;border:1px solid #ddd;color:#aaa;text-align: center;background: #fff;position: relative;z-index: 1}
.leakey_develop li.active .small_year_box span{background: #c90003;color:#fff;border-color: #c90003}
.leakey_develop li .develop_detail{opacity:0;position: absolute;top:-345px;width:300px;left:50%;transform: translateX(-50%);color: #fff;transition: all 0.4s ease-in-out;z-index: 1}
.leakey_develop li .develop_detail>div:nth-of-type(2){background-color:#8a1618;height:170px;padding:20px 35px;font-size: 12px;line-height: 24px;text-align: left;}
.en_body .leakey_develop li .develop_detail>div:nth-of-type(2){line-height: 20px}
.leakey_develop li.active .develop_detail{opacity:1}
.leakey_develop li.active:before{opacity:1;top:-51px;transition-delay: 0.3s;transition: opacity 0,transform 0.5s ease-in-out;}
.leakey_develop li .big_year{font-size: 150px;font-family: Impact;line-height: 100px;margin-bottom: 25px;font-weight: normal;}
@media screen and (max-width: 1440px){
   .leakey_develop ul{padding:0 140px}
   .leakey_develop li .small_year_box strong{font-size: 28px;}
}
@media screen and (max-width: 1200px){
    .leakey_develop li .small_year_box strong{font-size: 22px}
}
@media screen and (max-width: 1024px){
    .leakey_develop li{position: static;padding:0 5px}
    .leakey_develop ul{padding:0 20px}
    .leakey_develop .leakey_container:after{display: none}
    .leakey_develop li .big_year{font-size: 130px;font-weight: bold;font-family: "微软雅黑"}
    .leakey_develop li .small_year_box strong{font-size: 18px}
    .leakey_develop li .small_year_box span{margin-bottom: 10px}
    .leakey_develop_subbanner .leakey_container>.leakey_title_box{padding-left: 20px;padding-right: 20px}
}
/*使用在subbaner处-end*/

/*article_list*/
.article_list div{background: #f2f2f2;padding:20px 30px;position: relative;}
.article_list h3{margin-bottom:10px;}
.article_list .leakey_more{margin-top: 10px}
.article_list a:hover img{transform: scale(1.2);}
.article_list a:hover{color:#333}
.article_list .leakey_img_box{border:1px solid #f2f2f2}
.article_list .date{float: right;position: relative;top:10px;display: inline-block;}
@media screen and (max-width: 1440px){
   .article_list div{padding:13px 20px 10px}
   .leakey_more.leakey_more_m{padding:2px 15px;margin-top: 0}
}
@media screen and (max-width:1200px){
    .article_list .leakey_col_avg_4{width:33.3333%}
    .article_list .leakey_col_avg_3{width: 50%}
}
@media screen and (max-width:860px){
    .article_list .leakey_col_avg_4{width:50%}
    .article_list .leakey_col_avg_3{width:100%}
}
@media screen and (max-width:680px){
    .article_list .leakey_col_avg_4{width:100%}
}

.case_detail_box img{width: 100%}



/*leakey_article_detail*/
/*.leakey_article_detail .leakey_container{padding:0}*/
.leakey_article_detail img{max-width: 100%;}
.leakey_article_detail .article_title{text-align: center;font-size: 28px;margin-bottom: 20px;line-height: 35px;font-weight: normal!important;}
.leakey_article_detail .atricle_tips{text-align: center;margin-bottom: 50px;border-bottom: 1px solid #f2f2f2;padding-bottom: 30px;}
.leakey_article_detail .atricle_tips font{display: inline;padding: 0 10px}
.leakey_article_detail .atricle_tips font:before{padding-right: 5px}
.leakey_article_n_p{border-top: 1px solid #f2f2f2;margin-top: 30px;padding-top:30px;position: relative;}
.leakey_article_n_p a span{font-weight: bold;}
.leakey_article_n_p a:first-child{float: left;display: block;width: 100%}
.leakey_article_n_p a:last-child{float: right;}
.leakey_article_detail .down_load span{font-size: 22px;}
.leakey_article_detail .down_load span:before{padding-right: 10px;display: inline-block;}
.leakey_article_detail .down_load a{padding-right: 10px}
.leakey_article_n_p.go_back_to_list a{float: none;display:block;}
.leakey_article_n_p.go_back_to_list a.leakey_more{position: absolute;right: 0;top:30px;width: auto}
/*表格*/
.leakey_article_detail article td{border:1px solid #ddd;border-bottom: 0;border-right:0;text-align: center;padding:5px 10px}
.leakey_article_detail article table{border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;max-width: 100%}
@media screen and (max-width: 1200px){
    .leakey_article_n_p a{float: none!important;display: block;margin-bottom: 10px;}
    .leakey_article_n_p a.leakey_more{text-align: center;}
}
@media screen and (max-width: 720px){
    .leakey_news_detail .atricle_tips font{padding-left: 0;}
    .leakey_news_detail .atricle_tips font:last-child{padding-right: 0;}
    .leakey_article_n_p.go_back_to_list a.leakey_more{position: relative;display: inline-block;top:0;margin-top:20px;width: 100%} 
}
@media screen and (max-width: 520px){
    .leakey_article_detail .leakey_container{padding-left: 20px;padding-right: 20px}
}

.leakey_left_img_list .img_list li:last-child{margin-bottom: 0}
.leakey_left_img_list .img_list li a{border:1px solid #f2f2f2;display: block;}
.leakey_left_img_list .img_list li a .img_title{padding:10px 20px}
.leakey_frame_lr.l_big_r_small .leakey_right .leakey_container{padding:30px 30px 30px;margin-bottom: 10px}

.leakey_bottom_img_list .img_list li{float: left;width:16.66667%}
.leakey_bottom_img_list .img_list li a .img_title{padding:10px 20px;background: #f2f2f2}
@media screen and (max-width: 1280px){
    .leakey_bottom_img_list .img_list li{width:33.33%}
}
@media screen and (max-width: 1024px){
    .leakey_frame_lr.l_big_r_small .leakey_left{float: none}
    .leakey_frame_lr.l_big_r_small .leakey_right{display: block;float: none;width: 100%;margin-top: 50px}
    .leakey_frame_lr.l_big_r_small .leakey_right .leakey_container{padding-left:0;padding-right: 0}
}
@media screen and (max-width: 720px){
    .leakey_bottom_img_list .img_list li{width:50%}
}

.leakey_search_ani{position: relative;background: rgba(0,0,0,0.05);margin-top:35px;}
.leakey_search_ani .leakey_search_ani_val{position: relative;z-index: 1;width: 100%;height:40px;line-height: 40px;padding:5px 10px;border:0;background: none}
.leakey_search_ani .leakey_search_ani_btn{position: absolute;right:0;top:0;height: 40px;width:40px;line-height: 40px;text-align: center;z-index: 2;display: block;cursor: pointer;}
.leakey_search_ani .leakey_search_ani_tip{position: absolute;top:0;left:10px;z-index: 0;height:40px;line-height: 40px;transition: all 0.3s ease-in-out;opacity: 0.75}
.leakey_search_ani.focus .leakey_search_ani_tip{transform: translateY(-35px);font-size: 14px}
.leakey_search_ani.focus .leakey_search_ani_tip:before{content:"/";display: inline;padding-right: 5px}
.leakey_search_ani.focus .leakey_search_ani_tip:after{content:"/";display: inline;padding-left: 5px}
.leakey_search_ani .leakey_search_ani_btn:hover{background: #bb010f;color:#fff}
/*本文标签*/
.tag_box{margin-top:50px;}
.tag_box span{font-weight: bold;}
.tag_box a{border: 1px solid #f2f2f2;padding:10px 25px;display: inline-block;margin-right: 10px}
.tag_box a:hover{background: #2771b5;color:#fff}
/*热门标签*/
/*.hot_tag a{border:1px solid #f2f2f2;padding:10px 25px;display: inline-block;margin-right: 10px;margin-bottom: 10px}*/
.hot_tag a{padding:2px 5px;margin-bottom: 5px;margin-right: 5px;display: inline-block;}

 /*leakey_feedback*/
.leakey_feedback .form-label em{color:#bb010f;padding-right: 5px}
.leakey_feedback .form-group{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 20px;}
.leakey_feedback .form-group:nth-of-type(4n){margin-right: 0;}
.leakey_feedback .form-group input{border: 1px solid #ddd;width: 100%;padding: 2px 4px;height: 40px;line-height: 40px;}
.leakey_feedback .form-group select{display: block;border: 1px solid #ddd;width: 100%;height:40px;line-height: 40px}
.leakey_feedback .form-group textarea{border: 1px solid #ddd;width: 100%;padding: 2px 4px;height: 100px;resize: vertical;}
.leakey_feedback .form-group.form-textarea{width: 100%;}
.leakey_feedback .form-group.form-button{text-align: center;width: 100%;}
.leakey_feedback .form-group.form-button input{border: 0;background: #bb010f;color: #fff;padding: 0 80px;cursor: pointer;width: auto}
.leakey_feedback .form-group.form-button input:hover{background: #257bcc;}
.leakey_feedback .tips{margin-bottom: 30px;}
.leakey_feedback .form-button input[disabled="disabled"]{background: #ddd}
.leakey_feedback .form-button input[disabled="disabled"]:hover{box-shadow: none;transform: translate(0);}
@media screen and (max-width: 720px){
    .leakey_feedback .form-group{width: 49%}
    .leakey_feedback .form-group:nth-of-type(3n){margin-right: 2%;}
    .leakey_feedback .form-group:nth-of-type(2n){margin-right: 0;}
}
@media screen and (max-width: 512px){
    .leakey_feedback .form-group{width: 100%}
}

.contacts_box .leakey_col strong{font-weight: normal;font-size: 22px;margin-bottom: 20px;display: block;}
.contacts_box .leakey_col>div{border:1px solid #eee;background: #f7f7f7}
.contacts_box .contacts_box_txt_img{position: relative;}
.contacts_box .leakey_img_box{position: absolute;left:0px;bottom: 0px;top:0px;right:45%}
.contacts_box .leakey_img_box img{object-fit: cover;object-position: center;height: 100%;width: 100%}
.contacts_box .contacts_box_txt_img>div{margin-left: 30px;padding:50px 50px 50px 55%}

@media screen and (max-width:1680px){
    .contacts_box .leakey_img_box{right: 50%}
    .contacts_box .contacts_box_txt_img>div{padding-left: 50%;padding-right: 40px}
}
@media screen and (max-width:1550px){
    .contacts_box .leakey_img_box{right: 55%}
    .contacts_box .contacts_box_txt_img>div{padding-left: 45%}
    .en_body .contacts_box .leakey_col{width: 50%}
}
@media screen and (max-width:1440px){
    .contacts_box .leakey_col{width: 50%}
}
@media screen and (max-width:1024px){
    .contacts_box .leakey_col{width: 100%}
}
@media screen and (max-width:480px){
    .contacts_box .leakey_img_box{width:100%;position: relative;}
    .contacts_box .contacts_box_txt_img>div{padding:30px 40px;margin-left: 0;}
}

/*leakey_search_result*/
.search-contents-list .content-list li>div{border: 1px solid #f2f2f2;padding: 20px;height: 100%}
.search-contents-list .content-list li img{max-width: 100%;transition: all 0.3s ease-in-out;height: 400px;object-fit: cover;}
.search-contents-list .content-list li a{display: block;}
.search-contents-list .content-list li a.img{line-height: 0;overflow: hidden;margin-bottom: 20px;}
.search-contents-list .content-list li:hover a.img img{transform: scale(1.2);}
.search-contents-list .content-list li a strong{color: #f00}
.big_marks{font-size: 80px!important;display: inline-block;}
.big_marks_l{transform: translateY(30px);padding-right: 10px}
.big_marks_r{transform: translateY(50px);padding-left: 10px}
.search_result_keywords{font-size: 32px}
@media screen and (max-width: 1440px){
    .search-contents-list .content-list li img{height:300px }
    .search-contents-list .leakey_col{width: 33.333333%;}
}
@media screen and (max-width: 720px){
    .search-contents-list .content-list li img{height:200px }
    .search-contents-list .leakey_col{width: 50%;}
}
@media screen and (max-width: 512px){
    .search-contents-list .leakey_col{width:100%;}
    .search-contents-list .content-list li img{width: 100%}
}

/*leakey_sitemap*/
.leakey_sitemap .sitemap_1{display: block;border-top: 1px solid #f2f2f2;font-size: 30px;color: #333;line-height: 40px;padding: 50px 20px 0;margin-top: 50px}
.leakey_sitemap .sitemap_1:nth-of-type(1){border: 0;margin-top: 0;}
.leakey_sitemap .sitemap_1.sitemap_has_child{margin-bottom: 20px;}
.leakey_sitemap .sitemap_2{padding: 0 20px;font-size: 20px;margin-top: 20px;margin-bottom: 10px;}
.leakey_sitemap .sitemap_3{padding: 0 40px;margin-bottom: 10px;display: inline-block;}
.leakey_sitemap .sitemap_has_content{display: block;}
.leakey_sitemap .leakey_container a:first-child{padding-top: 0}


/*招聘列表*/
.leakey_remark_title:before{background: #bb010f}
.leakey_job .leakey_col a{display: block;padding:40px 30px}
.leakey_job .leakey_col a:hover,.leakey_job .leakey_col a:visited{color: #333;}
.leakey_job .leakey_col a .leakey_job_title{margin-bottom:10px}
.leakey_job .leakey_col a em{padding-right: 5px;font-size: 13px}
.leakey_job .job_date{margin-bottom: 10px}
@media screen and (max-width:1360px){
    .leakey_job_list li{width:33.3333%}
}
@media screen and (max-width:1024px){
    .leakey_job_list li{width:50%}
}
@media screen and (max-width:720px){
    .leakey_job_list li .leakey_cols .leakey_col{width: 100%}
    .leakey_job_list li .leakey_cols .leakey_col:nth-of-type(2){display:none}
}
@media screen and (max-width:540px){
    .leakey_job_list li{width: 100%}
    .leakey_job_list li .leakey_cols .leakey_col{width: 50%}
    .leakey_job_list li .leakey_cols .leakey_col:nth-of-type(2){display:block;}
}
@media screen and (max-width:540px){
    .leakey_job_list li .leakey_cols .leakey_col{width: 100%}
    .leakey_job_list li .leakey_cols .leakey_col:nth-of-type(2){display:none}
}



.leakey_left_img_list .img_list li:last-child{margin-bottom: 0}
.leakey_left_img_list .img_list li a{border:1px solid #f2f2f2;display: block;}
.leakey_left_img_list .img_list li a .img_title{padding:10px 20px}
.leakey_left_img_list .leakey_container{padding:80px 30px;}

/*招聘详情*/
.leakey_job_detail .job_detail_btn{position: absolute;right: 0;bottom: 0;cursor: pointer;}
.leakey_job_detail .atricle_tips{position: relative;margin-bottom: 0px;padding-bottom: 0}
.leakey_job_detail .job_info{margin-bottom: 20px}
.leakey_job_detail .atricle_tips{border:0}
/*动态插入应聘表单*/
.leakey_job_form{position: fixed;opacity: 0;overflow:hidden;top:50%;left:50%;transform: translate(-50%,-50%);background: #fff;max-width:95%;width:800px;z-index:30;height:800px;transition: all 0.3s ease-in-out}
.leakey_job_form .leakey_container{padding:50px 50px}
.leakey_job_form .form_write_area{height: 500px;margin:0 0 20px;transition: all 0.3s ease-in-out;position: relative;overflow: hidden;}
.leakey_job_form .form_write_area_inside{overflow: auto;height:100%;padding-right:20px}
/*.form_write_area.shadow{box-shadow: inset 0 20px 20px -15px rgba(0, 0, 0, 0.3),inset 0 -20px 20px -15px rgba(0, 0, 0, 0.3);}*/
.leakey_job_form .form_write_area.shadow_top:before{content:"";position:absolute;top:0;left:0;height: 13px;z-index:5;display: block;width: 100%;box-shadow: inset 0 6px 12px -5px rgba(0, 0, 0, 0.3);}
.leakey_job_form .form_write_area.shadow_bottom:after{content:"";position:absolute;bottom:0;left:0;height: 13px;z-index:5;display: block;width: 100%;box-shadow: inset 0 -6px 12px -5px rgba(0, 0, 0, 0.3);}
.leakey_job_form .job_name_date{margin-bottom: 20px}
.leakey_job_form .form-text{width:32%;float: left;margin-right: 2%;}
.leakey_job_form .form-group{margin-bottom: 5px}
.leakey_job_form .form-group.form-button{text-align: center;}
.leakey_job_form .form-group.form-button input{width: 200px;max-width: 100%;cursor: pointer;}
.leakey_job_form .form-text:nth-of-type(3n){margin-right: 0}
.leakey_job_form .form-label em{color:#bb010f;padding-right: 5px}
.leakey_job_form .form-group.form-text input{border: 1px solid #ddd;width: 100%;padding: 2px 4px;height: 40px;line-height: 40px;}
.leakey_job_form .form-group textarea{border: 1px solid #ddd;width: 100%;padding: 2px 4px;height: 100px;resize:vertical}
.leakey_job_form .leakey_job_form_close{position: absolute;right: 0;top:0;height:50px;width:50px;font-size: 30px;color: #fff;line-height: 50px;text-align: center;cursor: pointer;transition: all 0.1s ease-in}
.leakey_job_form .leakey_job_form_close:hover{height:60px;width:60px;line-height:60px; }
.leakey_job_form_bg{background: #000;position: fixed;top:0;left:0;right:0;bottom:0;z-index: 9;opacity: 0;transition: all 0.1s ease;}
.leakey_job_form_bg.show{opacity: 0.3;}
.leakey_job_form.show{animation: leakey_msg_ani 0.15s cubic-bezier(.39,.57,.56,1);animation-fill-mode:forwards;}
.leakey_job_form .form-button input[disabled="disabled"]{background: #ddd}
.leakey_job_form .form-button input[disabled="disabled"]:hover{box-shadow: none;transform: translate(0);}
@keyframes leakey_msg_ani {
  0% {transform:translate(-50%,-50%) scale(0.3);opacity: 0.5}
  100% {transform:translate(-50%,-50%) scale(1);opacity: 1;}
}
@media screen and (max-width:512px){
    .leakey_job_form .form-text{width:49%;}
    .leakey_job_form .form-text:nth-of-type(3n){margin-right: 2%}
    .leakey_job_form .form-text:nth-of-type(2n){margin-right: 0}
    .leakey_job_form .leakey_container{padding:40px 20px}
    .leakey_job_detail .job_detail_btn{position: relative;margin:20px auto 0;width:100%;text-align: center;}
    .leakey_article_detail .article_title{text-align: center!important;}
    .leakey_job_detail .atricle_tips{overflow: hidden;}
    .leakey_job_detail .atricle_tips div{width: 50%;float: left;margin-bottom: 10px}
}
@media screen and (max-width:400px){
    .leakey_job_detail .atricle_tips div{width: 100%;float: none;}
/*    .leakey_article_detail .article_title{text-align: left!important;}*/
}

.step_box{overflow:hidden;width:100%;background:#f2f2f2;height:500px;}
.step_txt{width:50%;padding:0 40px;float:left;height:100%;}
.step_txt>div{margin-top:250px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position: relative;}
.step_txt>div h4{font-size:30px;}
.step_txt>div h4 span{font-size:70px;display: block;float: left;font-weight: normal;width:110px;-webkit-transform: translateY(5px);-moz-transform: translateY(5px);-ms-transform: translateY(5px);transform: translateY(5px);line-height: 38px;font-family: Impact}
.step_txt>div h4 span em{font-style: normal;display: block;font-size:18px;font-weight: 500;text-transform: uppercase;margin-top: 15px}
.step_txt>div h4 span em i{font-size:14px;}
.step_img{width:50%;float:right;overflow: hidden;line-height: 0;height:100%;position: relative;}
.step_img img{position: absolute;height:500px;display: block;top:0;left:0;}
.step_box .leakey_title:after{margin-top:37px}
.step_box:nth-of-type(2n) .step_txt{float:right;}
.step_box:nth-of-type(2n) .step_img{float:left;}
.step_box:nth-of-type(2n) .step_img img{left:auto;right:0;}
.step_txt>div>div{position: absolute;top:40px;left:110px;font-size: 18px;line-height: 26px;clear: both;}

@media screen and (max-width: 720px){
   .step_box{height:300px}
   .step_txt{padding:0 50px}
   .step_txt>div h4 span{width: 95px}
   .step_txt>div{margin-top: 50px;transform: none}
   .step_box .leakey_title:after{margin-top: 28px}
   .step_txt>div>div{position: relative;margin-top: 20px;top:auto;left: auto;}
}
@media screen and (max-width: 650px){
    .step_box{height:auto}
   .step_txt{width: 100%;height: auto;margin-bottom: 50px}
   .step_img{width: 100%;height:200px }
}

.leakey_swiper_fancybox_multi{height:292px;overflow: hidden}
.leakey_swiper_fancybox_multi>ul{height: 100%}
.leakey_swiper_fancybox_multi>ul li{float: left;height:100%}
.leakey_swiper_fancybox_multi>ul li a{display: none;}
.leakey_swiper_fancybox_multi>ul li a:first-child{display: block;height: 100%;position: relative;}
.leakey_swiper_fancybox_multi>ul li a .iconfont{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%) scale(0);z-index: 10;font-size: 40px;color: #fff;opacity: 0;transition: all 0.3s ease-in;transition-delay: 0.1s}
.leakey_swiper_fancybox_multi>ul li .leakey_img_box{height:100%}
.leakey_swiper_fancybox_multi>ul li .leakey_img_box::after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;transition: all 0.3s ease-in-out;background:#000;opacity: 0;transform: scale(0);}
.leakey_swiper_fancybox_multi>ul li:hover a .iconfont{opacity: 1;transform: translate(-50%,-50%) scale(1);}
.leakey_swiper_fancybox_multi>ul li:hover .leakey_img_box::after{opacity: 0.15;transform: scale(1);}
.leakey_swiper_fancybox_multi>ul li img{width: 100%;height:100%;filter: grayscale(0.3);transition: all 0.3s ease-in-out;border: 1px solid #eee;object-fit: cover;}
.leakey_swiper_fancybox_multi>ul li:hover img{filter: grayscale(0);transform:scale(1.2)}
.leakey_swiper_fancybox_multi>ul li span{display: block;}
.leakey_swiper_fancybox_multi>ul li div{position: absolute;bottom: 0;left:0;right: 0;text-align: center;background: rgba(0,0,0,0.3);background: #fff;z-index: 6}
.leakey_swiper_fancybox_multi>ul li .title{font-weight: normal;font-size: 16px;padding:8px 20px;color: #333}


/*leakey_img_list_fancybox*/ 
.leakey_img_list .img_list a{display: block;border: 1px solid #eee;text-align: left;}
.leakey_img_list .img_list .img_title{font-size: 14px;padding: 10px 20px;position: relative;}
.leakey_img_list .img_list .img_title .t{padding-right: 90px}
.leakey_img_list .img_list .img_title .date{position: absolute;right: 20px;top:10px}
.leakey_img_list .img_des{padding: 0 20px 10px;font-size: 14px;opacity: 0.75;}
.leakey_img_list li a .leakey_img_box{position:relative}
.leakey_img_list li a .leakey_img_box:before{content:"";background: #000;position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;transition: all 0.3s ease-in-out;opacity: 0;transform: scale(0.3);}
.leakey_img_list li a .leakey_img_box i{font-size:60px;position: absolute;top: 50%;left: 50%;margin-left: -65px;margin-top: -19px;z-index: 2;opacity: 0;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0); padding: 8px 30px;color: #fff;font-style: normal;display: block;line-height: 20px;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.leakey_img_list li a:hover .leakey_img_box i{opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); }
.leakey_img_list li a:hover .leakey_img_box:before{opacity: 0.15;transform: scale(1);}
@media screen and (max-width: 1200px){
    .leakey_img_list .img_list li{width:25%}
    .leakey_img_list .img_list .img_title{padding-left:0;padding-right: 0}
}
@media screen and (max-width: 960px){
    .leakey_img_list .img_list li{width:33.333333%}
}
@media screen and (max-width: 860px){
    .leakey_img_list_fancybox.multi .img_list li{width:50%}
}
@media screen and (max-width: 720px){
    .leakey_img_list_fancybox.multi .img_list li{width:100%}
}
@media screen and (max-width: 512px){
    .leakey_img_list .img_list li{width:50%}
    .leakey_img_list .img_list .img_title{font-size: 16px}
}

.leakey_img_list_fancybox.multi .img_list li{float: left;}
.leakey_img_list_fancybox.multi .img_list li a{display: none;}
.leakey_img_list_fancybox.multi .img_list li a:first-child{display: block;}
.leakey_img_list_fancybox.multi .img_list li img{width: 100%;filter: grayscale(0.3);transition: all 0.3s ease-in-out;border-bottom: 1px solid #eee}
.leakey_img_list_fancybox.multi .img_list li:hover img{filter: grayscale(0);transform:scale(1.2)}
.leakey_img_list_fancybox.multi .img_list li span{position: relative;}
.leakey_img_list_fancybox.multi .img_list li .title{font-weight: bold;font-size: 16px;padding:8px 20px}

/*leakey_page_sub_nav*/
.leakey_page_sub_nav{margin-bottom: 50px;opacity: 0;transition: all 0.3s ease-in-out;}
.leakey_page_sub_nav li.active a{background: #bb010f;color: #fff}
.leakey_page_sub_nav li a{display: block;padding:30px;font-size: 22px;background: #f2f2f2;}
.leakey_page_sub_nav.show{opacity: 1;}

.zzzs .leakey_img_list li a .leakey_img_box,.zlzs .leakey_img_list li a .leakey_img_box{padding:20px 20px 0}

@media screen and (max-width: 720px){
   .zzzs .leakey_img_list li a .leakey_img_box, .zlzs .leakey_img_list li a .leakey_img_box{padding:0}
   .leakey_img_list .img_list .img_title{padding:10px 20px}
   .leakey_page_sub_nav li a{padding:15px 20px;}
   .leakey_page_sub_nav .leakey_col{width: 100%;margin-bottom: 1px}
}

.article_detail>.leakey_container{background: #f2f2f2}
@media screen and (max-width: 515px){
  .leakey_article_detail .leakey_container{padding:0}
  .article_detail>.leakey_container{background: #fff}
  .leakey_frame_lr .leakey_container{background: #fff}
}<!--0.00012087821960449-->