/**
 * @author     leakey
 * @date       创建日期
 */
/*target指当前路径hash指定的元素的样式，用以锚链接遇到fixed导航的位置纠正*/
/*:target{padding-top:90px;}*/

@font-face {
    font-family: "big-john";
    src: url("font/big-john-woff2-2.ttf") format("truetype")
}

/*title字体*/
.leakey_title{font-size:50px!important;line-height:55px!important;letter-spacing: -1px;font-family: "big-john";}
.leakey_title_box .leakey_title_sub{font-size: 26px;line-height: 30px;}
.leakey_subbanner .leakey_title{text-transform: uppercase;}

@media screen and (max-width: 1440px){
    .leakey_container{padding-right:20px;padding-left:20px}
}
@media screen and (max-width: 720px){
    .leakey_title,.leakey_title_btn_lr .leakey_title{font-size: 34px;line-height: 34px}
}
@media screen and (max-width: 512px){
    .leakey_title,.leakey_title_btn_lr .leakey_title{font-size: 32px;line-height: 38px}
    .leakey_title_sub{font-size: 18px}
    .leakey_title_btn_lr .leakey_more{position:relative;right:auto;left:0;float: none!important}
}
/* .leakey_more{border-radius: 50px;} */

/*header*/
header{position: relative;}
header.fixed{position: fixed;left: 0;top: 0;width: 100%;z-index: 20;}
.leakey_header_container{padding: 20px 20px;height: 90px;padding:0 20px}
.leakey_header_container{max-width: var(--max_width);margin: auto;position: relative;}
.leakey_header_container nav>ul:after{content: "";clear: both;display: block;}
.leakey_header_container nav>ul>li{float: left;}
.leakey_header_container nav>ul>li.active>a{color: var(--main_color);}
.leakey_header_container nav>ul>li a:hover{color: var(--main_color);}
.leakey_header_container nav>ul>li ul{display: none;}

#menu{display: none;}
.mm-page{background: var(--white);}
.mm-menu{overflow: hidden;}
.mm-menu.mm-theme-dark .mm-navbar a{border-right: 1px solid rgba( 0,0,0, 0.3 )}
.mm-menu.mm-theme-dark .mm-navbar a:last-child{border: 0;}
.mm-navbars-bottom>.mm-navbar{border-bottom:1px solid rgba( 0,0,0, 0.3 );}
.mm-navbars-bottom>.mm-navbar:last-child{border: 0}
.mobile_menu{display: none; position: absolute; top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); right: 0; width: 80px; height: 44px; padding: 12px 25px; } 
.fixedon .mobile_menu:before,.fixedon .mobile_menu:after,.fixedon .mobile_menu span{background: var(--dark_gray);}
.mobile_menu:before,.mobile_menu:after{content: ""; display: block; background: var(--white); height: 2px; }
.mobile_menu span{background: var(--white); display: block; height: 2px; margin: 7px 0; }

header{background: rgba(255,255,255,0.05);}
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: var(--container_padding_left_right);top: 50%;margin-top: -30px;position: absolute;line-height: 0;width:410px;z-index: 10}
header .logo img{max-height: 60px;float: left;margin-right: 10px;}
header .logo .t{font-size: 38px;line-height: 30px;margin-top:7px;opacity: 0.95;margin-bottom: 0px;display:block}
header .logo .t b{color:var(--main_color)}
header .logo p{color:#fff;line-height: 22px;font-size: 14px;opacity: 0.6;letter-spacing: 1.25px;}
header.en .logo p{letter-spacing: 0.95px}
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.fixedon nav>ul>li.active>a:link,header.fixedon nav>ul>li.active>a:visited{color:var(--main_color);}
.leakey_header_container{padding: 0 var(--container_padding_left_right);max-width: var(--max_width);z-index: 10;margin:auto}
.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: 18px;position: relative;overflow: hidden;color: #333;transition: color 0.3s ease}

/*高亮背景*/
/*header.fixedon .leakey_header_container nav>ul>li:hover,header .leakey_header_container nav>ul>li:hover{background: var(--main_color);box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);z-index:1}
header.fixedon .leakey_header_container nav>ul>li:hover>a,header .leakey_header_container nav>ul>li:hover>a{color:var(--white);}
header.fixedon .leakey_header_container nav>ul>li:hover>a:after,header .leakey_header_container nav>ul>li:hover>a:after{color:var(--white);}*/

/*高亮文字*/
header.fixedon .leakey_header_container nav>ul>li:hover>a,header .leakey_header_container nav>ul>li:hover>a{color:var(--main_color);}
header.fixedon .leakey_header_container nav>ul>li:hover>a:after,header .leakey_header_container nav>ul>li:hover>a:after{color:var(--font_color)}

.leakey_header_container nav>ul>li.active>a{color:#fff}
.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{overflow:hidden;position: relative;display: block;/*padding:8px 15px;*/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:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;transition: all 0.3s ease-in-out;background: var(--main_color);opacity: 0}
.leakey_header_container nav>ul>li div.sub_nav ul li a:hover{color: var(--font_color);}
.leakey_header_container nav>ul>li div.sub_nav ul li a:hover:before{opacity: 0.07;}
.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:var(--main_color);*/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;}

/*子栏目顶部border+fadeInUp*/
.leakey_header_container nav>ul>li div.rich_sub_nav>ul,.leakey_header_container nav>ul>li div{border-top:2px solid var(--dianzhui_color);}
/*高亮背景*/
/*.leakey_header_container nav>ul>li div.rich_sub_nav>ul, .leakey_header_container nav>ul>li div{border:0}*/
.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 15px;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: var(--main_color);}
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 3px 0 30px;position: relative;z-index: 10;top:35px}
.icon_btn::after{content:"";position: relative;border-right: 1px solid #ddd;top:-1px;padding-left: 2px;}
.icon_btn a{display: inline-block;line-height: 22px;color:#fff;font-size:20px;padding:0 10px;cursor: pointer;position: relative;}
.shop_btn {float: right;line-height: 22px;font-size: 20px;margin-left:20px;cursor: pointer;position: relative;z-index: 10;top:20px}
.lang{float: right;text-align: center;margin-left: 10px;position: relative;z-index: 11;top:35px}
.lang>a{line-height: 22px;font-size: 20px;cursor: pointer;padding-bottom: 20px;}
.lang>a>span{font-weight: normal;font-size: 18px;padding-left: 10px;}
.lang ul{display: none;position: absolute;top:calc(100% + 10px);left:50%;transform: translateX(-50%);background: var(--main_color);min-width:120px;}
.lang ul::before{content:"";position:absolute;width:0;height:0;border-style:solid;border-width: 0 8px 10px 8px;border-color: transparent transparent var(--main_color) transparent;top:-10px;left:50%;transform: translateX(-50%);}
.lang ul a{color: #fff;display: inline-block;padding: 8px 15px;border-bottom: 1px solid rgba(255,255,255,0.1);font-size: 16px;}
.lang:hover ul{display: block;}
.lang ul a{display: block;}
.lang ul a:hover{background: var(--help_color);color: var(--white)}
.header_icon_list{position: absolute;right:50px;bottom: 20px;width:138px;z-index: 10}
.header_icon_list li{float: left;height: 22px;width: 22px;background: #067ad1;color: #fff;border-radius: 50%;overflow: hidden;margin-right: 7px;filter: grayscale(100%);}
.header_icon_list li:nth-of-type(2){background: #1278f3;}
.header_icon_list li:nth-of-type(3){background: #c81f9a}
.header_icon_list li:nth-of-type(4){background: #36c3ee}
.header_icon_list li:nth-of-type(5){background:#f00 }
.header_icon_list li:last-child{margin-right: 0}
.header_icon_list li a{cursor:pointer;cololr:#fff}
.header_icon_list li a:link,.header_icon_list li a:visited{color: #fff;}
.header_icon_list li .iconfont{font-size: 14px;display: block;line-height: 22px;text-align: center;width: 100%;height: 100%;}
.header_icon_list li .iconfont:before{transition: all 0.2s ease-in;}
.header_icon_list li .iconfont:hover:before{text-shadow: 0 0 10px rgba(0, 0, 0,0.3);font-size: 18px;}
.header_icon_list .iconfont:before{padding-right: 0;}
.header_icon_list li:hover{filter: grayscale(0);}

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:var(--main_color);}
.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:var(--main_color);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;}

/*搜索磨砂*/
/* header.show_search .top_search{background: rgba(255,255,255,0.3);backdrop-filter: blur(20px);border-color: rgba(255,255,255,0.3);box-shadow: 0 0 30px rgba(0,0,0,0.3);}
.top_search:before{background: rgba(255,255,255,0.3);}
.top_search div input{border-radius: 50px;overflow: hidden;}
.top_search .close_popup{right:calc(var(--container_padding_left_right) + 50px);color:#fff;font-size: 32px;line-height: 32px;} */


/*搜索满屏*/
/*.top_search{background:rgba(255,255,255,0.75);overflow: hidden;transition: opacity 0.3s ease-in-out 0s,max-height 0s ease 0.5s;top:0;left:0;width:100%;z-index:2;border-bottom: 1px solid var(--light_gray);backdrop-filter: blur(10px);opacity: 0;height:100vh;}
.top_search div{position: absolute;top:50%;left:50%;transform: translate(-50%,-80px);transition: all 0.3s ease 0s;opacity: 0;}
.top_search .close_popup{margin-top:0;font-size: 32px;transform: translateY(-50%);}
.top_search .close_popup:hover{transform: translateY(-50%) rotate(90deg);}
header.show_search .top_search{opacity: 1;padding:0;max-height: 200vh;transition: opacity 0.3s ease-in-out 0.1s,max-height 0s ease 0s;}
header.show_search .top_search div{transform: translate(-50%,-50%);opacity: 1;transition: all 0.3s ease 0.3s;}*/

/*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;font-size: 0}
.leakey_header_container nav>ul>li{float: none;display: inline-block;font-size:var(--font_size)}



/*有子菜单*/
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;}

@media screen and (max-width: 1680px){
    /*header-导航居中取消*/
    .leakey_header_container nav>ul{float: right;margin-top: 0;width: auto;margin-right: 50px}
    .leakey_header_container nav{position:relative;}
}
/*header-导航居中-end*/

@media screen and (max-width: 1820px){
    header:before{width:98% }
}

@media screen and (max-width: 1440px){
    /*header*/
    header:before{width:99% }
    .leakey_header_container nav>ul>li a{padding: 5px 30px}
    
    .leakey_header_container nav>ul>li>a{font-size: 16px;}
    header nav li a:link, header nav li a:visited{padding: 0 20px}
    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_icon_list{right: 20px}
}

@media screen and (max-width: 1280px){
    /*header*/
    .leakey_header_container nav>ul>li a{padding: 5px 25px}
    header nav li a:link, header nav li a:visited{padding: 0 12px}
    .icon_btn{padding-left: 20px;}    
}

@media screen and (max-width: 1200px){
    /*header*/
    .pc_menu,.language{display: none;}    
    .mobile_menu,#menu.mm-opened{display: block;z-index:10} 

    .leakey_header_container nav>ul>li a{padding: 5px 18px}

    header nav li a:link, header nav li a:visited{padding: 0 15px}    
    .icon_btn{margin-right: 0px;}
    .top_search .close_popup{top:75px;right:20px}
    .pc_menu, .language{display: none;}
    .mobile_menu{display: block;}
    .header_icon_list{display: none}
    .icon_btn a{top:35px}
    .lang{top:35px;margin-right: 55px}
    .shop_btn{top:35px;margin-right: 70px;margin-left: 0}
}
@media screen and (max-width: 1024px){
    #menu{display: none;}
}
@media screen and (max-width: 960px){    
    header:before{width: 65%}
}
@media screen and (max-width: 720px){
    header .logo .t,header .logo p{display: none}
}

@media screen and (max-width: 512px){
    .leakey_header_container{padding: 0 30px}

    header .logo{transform: scale(0.8);transform-origin: left;}
}
@media screen and (max-width: 414px){
    .leakey_header_container{padding: 0 30px} 

    header .logo{transform: scale(0.6);}
}
@media screen and (max-width: 340px){
    header .logo{transform: scale(0.5);}
}


/*banner-video*/
.leakey_banner{overflow: hidden;position: relative;height: var(--banner_height)}
/*banner-fixed*/
.leakey_banner .swiper-wrapper{position: fixed;top: 0;left: 0;width: 100%;z-index: 0}

.leakey_banner .swiper-button-next{right: 50px}
.leakey_banner .swiper-button-prev{left: 50px}
.leakey_banner .swiper-slide{height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;}
.leakey_banner .swiper-slide:after{content: "";opacity: 0.3;position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 0;background: var(--black);}
.leakey_banner .banner_txt{position: absolute;z-index: 1;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);color: var(--white);width: 100%;}
.leakey_banner .banner_txt div{max-width: var(--max_width);margin: auto;}
.leakey_banner .banner_txt h3{font-size: 45px;line-height: 55px;margin-bottom: 30px;font-weight: normal;font-family: "big-john";}
.leakey_banner .banner_txt p{font-size: 22px;line-height: 32px;letter-spacing: 2px;}
.leakey_banner .swiper-pagination-white .swiper-pagination-bullet{-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; font-size: 16px;border-radius: 0;opacity: 1;width: 30px;border-bottom: 2px solid var(--white);text-align: center;color: var(--white);background: none;padding-bottom:22px;line-height: 22px;}
.leakey_banner .swiper-pagination-white .swiper-pagination-bullet:first-child{margin-left: 0;}
.leakey_banner .swiper-pagination-white .swiper-pagination-bullet-active{width: 100px}
.leakey_banner .swiper-pagination-bullet{position: relative;}
.leakey_banner .swiper-pagination-bullet:after{content:"";position: absolute;height:2px;width:0;background:var(--main_color);left:0;bottom:-2px;}
.leakey_banner .swiper-pagination-bullet-active:after{-webkit-animation: banner_progress 3s linear;-moz-animation: banner_progress 3s linear;animation: banner_progress 3s linear;-webkit-animation-fill-mode: forwards;-moz-animation-fill-mode: forwards;animation-fill-mode: forwards;}
.leakey_banner .swiper-pagination{width: 100%;max-width: var(--max_width);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);text-align: left;left: 50%;bottom: 30px;}
.leakey_banner .swiper-pagination:after{content: "";width: 100%;display: block;height: 1px;background: var(--white);position: absolute;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);bottom: 0px;opacity: 0.15;}


.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.15);max-width:none}
.leakey_banner .banner_txt h3{font-size: 50px;text-transform: uppercase;font-weight: 500;max-width: 56%;line-height: 55px;}
.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: 20px;max-width: 50%;letter-spacing: 1px;}
.leakey_banner .banner_txt h3,.leakey_banner .banner_txt p{text-shadow: 2px 2px 6px rgba(0, 0, 0,0.3);/*text-shadow: none;*/}
.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:var(--main_color);height:60px;width:60px;background-size: 20px;top:auto;bottom:50px}
.leakey_banner .swiper-button-prev{left:auto;right:110px;border-right: 1px solid var(--help_color);}
.leakey_banner .swiper-button-prev:hover,.leakey_banner .swiper-button-next:hover{background-color:var(--help_color) ;background-size: 18px;}
.leakey_banner .banner_more{background:var(--main_color);border:0}
.leakey_banner .banner_more:hover{padding:8px 40px;background:#fff;color:#555!important}
.leakey_banner .swiper-slide:after{opacity: 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 .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;}*/
@media screen and (max-width: 1600px){
    /*banner*/
    .leakey_banner .banner_txt{padding-left: 0;padding-right: 0;}    
}
@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: 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: 960px){    
    .leakey_banner .banner_txt h3{font-size: 32px;}
}
@media screen and (max-width: 512px){
    /*banner*/
    .leakey_banner .banner_txt h3{font-size: 30px;line-height: 38px;margin-bottom: 20px;max-width: 100%}
    .leakey_banner .banner_txt p{font-size: 16px;;max-width: 100%}
}

.scroll_btn{color:#fff;position:absolute;bottom:50px;left:50%;transform:translateX(-50%);z-index:10;font-size:100px;line-height:100px;cursor:pointer;animation:scroll_btn_ani 1.4s infinite}
@keyframes scroll_btn_ani{
    0%{transform:translate(-50%,0)}
    50%{transform:translate(-50%,15px)}
    100%{transform:translate(-50%,0)}
}

/*leakey_float_bar*/
#qr_box #qr_wrap a:hover{background:#c73f0e;}
#on_line_contact_box .on_line_contact_t{height:40px;background:#c73f0e;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:230px;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 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;opacity: 0.85;}
#leakey_float_bar.lfb_middle{bottom: 50%;transform: translateY(50%);}
#leakey_float_bar li{display:block;height:60px;width:60px;background:#fff;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;cursor:pointer;color:#333;}
#leakey_float_bar li:hover{background:#c73f0e;border-color:#c73f0e;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:22px;font-style: normal;color:inherit;transition: font-size 0.2s ease-out;display: block;border:0;margin-top:0;color:#fff;}
#leakey_float_bar li:last-child i{border:0}
#leakey_float_bar li i.icon-whatsapp{background: #4ac762;}
#leakey_float_bar li i.icon-LinkedinIn{background:#0352a1;}
#leakey_float_bar li i.icon-Facebook{background:#0266ff;}
#leakey_float_bar li i.icon-youxiang{background:#0893f0;}
#leakey_float_bar li i.icon-leakeyFloatBar-liuyan{background:#18c4e2;}
#leakey_float_bar li i.icon-jiantoushang{background:var(--dianzhui_color);}
#leakey_float_bar .lfb_tel{background-color: #0266ff;color:#fff} 
#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:#c73f0e;border-color:#c73f0e;color:#fff;}
#leakey_float_bar.basic_style{bottom:20px;right:20px}
#float_bar_txt_box{position: fixed;right:30px;transition: all 0.3s ease-in-out;z-index: 90;background: rgba(255,255,255,0.85);height:59px;line-height: 59px;padding:0 25px;font-size: 22px;opacity: 0;transition-delay: 0s}
#float_bar_txt_box.active{opacity: 1;right: 60px;transition-delay: 0.2s}
@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,#float_bar_txt_box,#leakey_float_bar .lfb_txt{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);}
}


/*index_about_us*/
.leakey_index_about{background: var(--white);overflow: hidden;}
.leakey_index_about>.leakey_container{display: grid;grid-template-columns: 1fr 1fr;gap:var(--container_padding_left_right)}

.index_about_c>div{line-height: 28px;}
/*leakey_count_up*/
.leakey_count_up{margin: 80px 0 0;display: flex;gap: 0;}
.leakey_count_up li{text-align: center;border-left: 1px solid var(--border_color);padding: 0 10px;flex:1 1 auto;justify-content: center;}
.leakey_count_up li:last-child{border-right: 1px solid var(--border_color);}
.leakey_count_up li .leakey_count_up_num{font-size: 50px;font-weight: normal;line-height: 55px;font-family: "big-john";letter-spacing: -2px;}
.leakey_count_up li small{font-size: 14px;}

.leakey_index_about .leakey_img_box{height:100%}
.leakey_index_about .leakey_img_box img{object-fit: cover;height:100%;width: 100%;display: block;}

@media screen and (max-width:1200px){
    .leakey_count_up{margin-top: 30px;}
}

@media screen and (max-width: 720px){
    .leakey_index_about>.leakey_container{display: flex;flex-direction: column;}
    .leakey_index_about .leakey_count_up{background: #f9f9f9;grid-template-columns: repeat(2, 1fr);display: grid;}
    .leakey_index_about .leakey_count_up li{background: #f9f9f9;border-color:var(--light_gray);padding-top: 10px;padding-bottom: 10px;}
    .leakey_index_about .leakey_count_up li:nth-of-type(3),
    .leakey_index_about .leakey_count_up li:nth-of-type(4){border-top: 1px solid var(--light_gray)}
}
@media screen and (max-width: 512px){
    .leakey_index_about .leakey_more.leakey_more_l{float: none!important;margin-bottom: 20px;}
    .leakey_index_about .leakey_title_box .leakey_fl{float: none!important;}    
}

/*首页优势*/
.index_advantages{background-color: #333;color: #fff;background-image: url(../images/index_adv.jpg);background-size: cover;background-position: center;background-attachment: fixed;position: relative;overflow: hidden;}
/*鼠标交互背景渐变*/
/*.index_advantages::before{content:"";background: rgba(255,143,0,0.75);filter: blur(150px);border-radius: 50%;position: absolute;top: -350px;left:-350px;height:800px;width:700px;z-index: 0;transition: all 1s ease-in-out;}
.index_advantages::after{content:"";position: absolute;bottom: -200px;right: -200px;height:400px;width:400px;z-index: 0;background: rgba(255,143,0,0.75);filter: blur(150px);border-radius: 50%;transition: all 1s ease-in-out;}
.index_advantages .leakey_container::after{content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: -1;background:linear-gradient(100deg, transparent 0%, rgba(0, 82, 157,0.45) 500px,rgba(0, 82, 157,0.45) 60%, transparent 100%);}
.index_advantages .leakey_container::before{content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: -1;background:#000;opacity: 0.15;}
.index_advantages:hover::after{bottom:300px}
.index_advantages:hover::before{top:200px}*/
/*背景渐变*/
.index_advantages::before{content:"";background: rgba(0,0,0,0.15);position: absolute;top: 0;left:0;bottom:0;right:0;z-index: 0;}
.index_advantages::after{content:"";position: absolute;bottom: 0;right: 0;top:0;left:0;z-index: 0;background:linear-gradient(130deg, rgba(255,143,0,0.75) 0%, rgba(0, 82, 157,0.35) 25%,rgba(0, 82, 157,0.55) 80%, rgba(255,143,0,0.45) 100%);}

.index_advantages .leakey_title_box .leakey_more{margin-top: 50px;}
.index_advantages .leakey_container{display: flex;gap:50px;justify-content: space-between;position: relative;z-index:1}
.index_advantages .leakey_container .leakey_title_box{flex:0 0 400px;}
.index_advantages .leakey_container ul{flex:1;max-width: 1100px;display: flex;gap:var(--list_gap);}
.index_advantages .leakey_container ul li{flex:1;text-align: center;padding:60px 40px 70px;position: relative;}
.index_advantages .leakey_container ul li>*{position: relative;z-index: 1;}
.index_advantages .leakey_container ul li::after{content: "";display: block;background: rgba(255,255,255,0.2);position: absolute;top:0;left:0;bottom:0;right:0;z-index: 0;transition: all 0.3s ease-in-out;}
.index_advantages .leakey_container ul li:hover::after{background: var(--main_color);top:-50px;bottom:-50px}
.index_advantages .leakey_container ul li strong{font-size: 28px;font-weight: normal;line-height: 28px;display: block;margin-top: 20px;}
.index_advantages .leakey_container ul li strong::after{content: "";display: block;width: 50px;height: 2px;background:var(--help_color);margin: 20px auto 50px;}
.index_advantages .leakey_container ul li em{font-size: 200px;font-family: "big-john";line-height: 200px;opacity: 0.05;position: absolute;bottom:0;left:0;right:0;transition: all 0.4s ease-in-out;}
.index_advantages .leakey_container ul li:hover em{transform: translateY(50px);}
.index_advantages .leakey_container ul li i{font-size: 32px;line-height: 80px;width:80px;border-radius: 50%;border:1px solid rgba(255,255,255,0.2);display: inline-block;transition: all 0.6s ease-in-out;  }
.index_advantages .leakey_container ul li:hover i{transform: rotate(360deg);}
.index_advantages .leakey_container ul li p{line-height: 24px;opacity: 0.9;/*text-align: justify;*/transition: all 0.3s ease-in-out;}
.index_advantages .leakey_container ul li:hover p{transform: translateY(-30px);}

/*首页 选择我们*/
.index_choose_us{position: relative;overflow: hidden;}
.index_choose_us::after{content:"";position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: -1;background-image: url(../images/index_chooseus_bg.jpg);background-position: center;background-repeat: no-repeat;opacity: 0.3;background-size: cover;filter: blur(3px);}
.index_choose_us .leakey_title_box{max-width: 1200px;margin:auto}
.index_choose_us .leakey_title_box .leakey_more{margin-top: 50px;}
.index_choose_us .leakey_title_box p.des{text-align: left;margin-bottom: 10px;}


/*index_news*/
.index_news{overflow: hidden;}
.index_news li a:hover img{transform: scale(1.2);}
.index_news li a:hover p{color: #333;}
.index_news{position: relative;overflow: hidden;}
.index_news .leakey_title_btn{position: relative;margin-bottom: 50px;}
.index_news .leakey_title_box{display: block;}
.index_news .leakey_title_box .leakey_title{margin-right: 10px}
.index_news .leakey_title_box .leakey_title_sub_ch{overflow: hidden;display: block;clear: both;font-size: calc((var(--title_size) - 16) * 1px);margin-bottom: calc(var(--title_gap) * 1px);line-height: calc((var(--title_line_height) - 10)* 1px);}
.index_news .leakey_title_box .leakey_title_sub_ch a{float: left;}
.index_news .leakey_title_box .leakey_title_sub_ch a:after{content: "/";display: inline-block;padding:0 10px}
.index_news .leakey_title_box .leakey_title_sub_ch a:last-child:after{display: none}
.index_news .leakey_title_box .leakey_title_sub{position: relative;top:28px;}
.index_news .leakey_title_box .leakey_title_sub:before{content: "/";display: inline-block;padding-right: 10px}
.index_news .leakey_title_btn .leakey_more{margin-bottom: 20px;position: absolute;right: 0;top:0}
.index_news:after{content: "";height:1px;width:100%;background: #ddd;display: block;position: absolute;top:293px;left:0}
.index_news li font{font-size: 22px;display: block;margin-bottom: 20px;font-family: HELVETICANEUETHN}
.index_news li em{height:6px;width:6px;display: block;border:2px solid #fff;border-radius: 50%;background: #333;outline: 1px solid #333;margin-bottom: 30px;margin-left: 2px;transition: all 0.3s ease}
.index_news li:hover em{transform: scale(1.2);}
.index_news .leakey_swiper{padding-right: 200px;position: relative;}
.index_news .leakey_swiper .swiper-button{left:auto;top:10px;right: 80px;border:1px solid #ddd;height:60px;width:60px;background: none;font-size: 22px;line-height: 60px;text-align: center;display: block;transition: background 0.2s ease-in-out;background: var(--white)}
.index_news .leakey_swiper .swiper-button:hover{background: var(--main_color);color:var(--white);animation-delay: 0s;animation-duration: 0.2s}
.index_news .leakey_swiper .swiper-button-next{top:69px}
.index_news .leakey_swiper_wraper li .title{font-size: 22px;font-weight: normal;padding:0;padding-top: 15px;margin-bottom: 8px;}
.index_news .leakey_swiper_wraper li p{opacity: 0.5;}
.index_news .leakey_swiper_wraper li:hover img{transform:scale(1.1)}
.index_news .leakey_swiper_wraper li .leakey_img_box{position: relative;}
.index_news .leakey_swiper_wraper li .leakey_img_box:after{content:"";position: absolute;top:0;left:0;right: 0;bottom: 0;z-index: 88;background: #000;opacity: 0;transition: background 0.3s ease}
.index_news .leakey_swiper_wraper li:hover .leakey_img_box:after{opacity: 0.15}
.index_news .leakey_swiper_wraper li .leakey_img_box i{display: block;border:1px solid rgba(255,255,255,0.5);height:60px;width:60px;border-radius: 50%;position: absolute;top:-20%;left:50%;transform: translate(-50%,-50%);z-index:99;transition: top 0.3s ease}
.index_news .leakey_swiper_wraper li:hover .leakey_img_box i{top:50%}
.index_news .leakey_swiper_wraper li .leakey_img_box i:before{content: "";width: 20px;height:1px;background: #fff;position: absolute;left:0%;top: 50%;transform: translate(-50%,-50%);opacity:0.5;transition: left 0.3s ease,opacity 0.2s ease;transition-delay: 0.2s;z-index: 99}
.index_news .leakey_swiper_wraper li .leakey_img_box i:after{content: "";width: 1px;height:20px;background: #fff;position: absolute;left:50%;top: 0%;transform: translate(-50%,-50%);opacity:0.5;transition: top 0.3s ease,opacity 0.2s ease;transition-delay: 0.2s;z-index: 99}
.index_news .leakey_swiper_wraper li:hover .leakey_img_box i:before{left:50%;opacity: 1}
.index_news .leakey_swiper_wraper li:hover .leakey_img_box i:after{top:50%;opacity: 1}
@media screen and (max-width: 1440px){
    .index_news:after{top:316px}
}
@media screen and (max-width: 1024px){
    .index_news .leakey_title_btn .leakey_more{position: relative;}
    .index_news:after{top:381px}
}
@media screen and (max-width: 720px){
    .index_news .leakey_swiper{padding-right: 80px}
    .index_news .leakey_swiper .swiper-button-prev,.index_news .leakey_swiper .swiper-button-next{right: 0px}
    .index_news .leakey_title_box .leakey_title_sub{top:8px}
    .index_news:after{top:361px}
}
@media screen and (max-width: 512px){
    .index_news .leakey_title_box .leakey_title_sub_ch{text-align: center;margin-top: 30px;background: #f2f2f2;padding-top:10px;padding-bottom: 10px}
    .index_news .leakey_title_box .leakey_title_sub_ch a{float: none;display: inline-block;}
    .index_news .leakey_title_box{position: relative;} 
    .index_news .leakey_title_box .leakey_title{margin-bottom: 0px}
    .index_news .leakey_title_box .leakey_title_sub{clear: both;}
    .index_news .leakey_title_box .leakey_title_sub:before{display: none}
    .index_news .leakey_title_btn .leakey_more{position: absolute;right: 0;top:0}
    .index_news:after{top:354px}
    .index_news .leakey_swiper .swiper-button-prev{right:59px}
    .index_news .leakey_swiper .swiper-button-next{top:10px}
    .index_news .leakey_swiper{padding-right: 0}
    .index_news .leakey_title_box .leakey_title_sub_ch{font-size: 18px!important}
}

/*底部*/
footer{background: #04498b;color:rgba(255,255,255,0.8);position: relative;z-index: 2;overflow: hidden;}
footer a:link,footer a:visited{color:rgba(255,255,255,0.8);}
footer a:hover{color:#82aff5;}
footer .footer_container{max-width: var(--max_width);margin:auto;padding:90px var(--container_padding_left_right) 40px}
footer .footer_t .footer_container{display: flex;gap:var(--list_gap)}
footer .footer_t .footer_container>div{flex: 1 1 auto;}
footer .footer_t .footer_container>div:first-child p{max-width: 500px;}
footer .footer_t .footer_container>div strong{font-size: 32px;font-weight: normal;line-height: 32px;margin-bottom: 20px;display: block;color:#fff}

footer .icon_list{display: flex;gap:var(--list_gap);margin-top: 40px;}
footer .icon_list a{font-size: 28px;line-height: 50px;height:50px;width:50px;border-radius: 50%;text-align: center;background: rgba(0,0,0,0.1);color:#fff;display: inline-block;transition: all 0.3s ease;}
footer .icon_list a:hover{background:#fff;color:#0352a1}
footer .icon_list a.icon-weixin:hover{color:#51c332}
footer .icon_list a.icon-whatsapp:hover{color:#4ac762;}
footer .icon_list .qr_box{position: relative;}
footer .icon_list .qr_box .qr_img{position: absolute;bottom:calc(100% - 10px);left:50%;transform:translateX(-50%);padding-bottom: 5px;opacity: 0;transition: all 0.3s ease-in-out;;}  
footer .icon_list .qr_box .qr_img img{border:3px solid #fff}
footer .icon_list .qr_box .qr_img::after{content:"";position:absolute;width:0;height:0;border-style:solid;border-width: 15px 10px 0 10px;border-color: #fff transparent transparent transparent;bottom: 0;left:50%;transform: translateX(-50%);z-index:-1}
footer .icon_list .qr_box.active .qr_img{opacity: 1;bottom:100%;}
@media (hover: hover) and (pointer: fine) {/*只在真正支持 hover 的设备上启用 CSS hover*/
    footer .icon_list .qr_box:not(.active):hover .qr_img{opacity: 1;bottom:100%;}
}

footer .footer_logo {display: flex;align-items: center;margin-bottom: 20px;gap:10px}
footer .footer_logo>*{flex:1}
footer .footer_logo>img{max-width: 45px;filter: brightness(0) invert(1);}
footer .footer_t .footer_container div.footer_logo>strong{font-family: "big-john";font-size: 35px;margin-bottom: 0;line-height: 35px;}
footer .footer_b{border-top: 1px solid rgba(255,255,255,0.15);}
footer .footer_b .footer_container{display: flex;gap:var(--list_gap);justify-content: space-between;padding:10px var(--container_padding_left_right)}
footer .footer_b .footer_container a{display: inline-block;margin-left: 20px;}
footer .contact_list i{display: inline-block;margin-right: 5px;}


/*leakey_index_pro*/
.leakey_index_pro{overflow: hidden;}
.leakey_index_pro .sw_box{padding: 50px;border: 1px solid #f2f2f2;position: relative;overflow: hidden;min-height: 400px}
.leakey_index_pro ul{margin-left: -10px;margin-right: -10px;margin-top:20px}
.leakey_index_pro li{width: 27%;-webkit-transition: width 0.3s ease-in-out;-o-transition: width 0.3s ease-in-out;-moz-transition: width 0.3s ease-in-out;transition: width 0.3s ease-in-out;padding-left: 10px;padding-right: 10px;}
.leakey_index_pro li h3{font-size: 32px;line-height: 32px;display: block;margin-bottom:8px;overflow: hidden;font-weight: normal;}
.leakey_index_pro li img{max-height: 270px;position: absolute;z-index: 2;right: 0;bottom: 0;-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;max-width: 100%;}
.leakey_index_pro li p{max-height: 0;overflow: hidden;opacity: 0.65;}
.leakey_index_pro li span{display: block;line-height: 0;}
.leakey_index_pro li span:after{content: "";display: block;height: 140px;background: #eee;position: absolute;width: 100%;left: 0;z-index: 1;bottom: 0;-webkit-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
.leakey_index_pro li .sw_box{text-shadow: 1px 1px 2px rgba(255,255,255,0.7);}
.leakey_index_pro li .sw_box div{float: left;width: 100%;position: relative;z-index: 3;}
.leakey_index_pro li .sw_box h6{margin-bottom: 15px;font-size: 16px;opacity: 0.9;}
.leakey_index_pro li .sw_box h6 a:after{content: "/";padding: 0 5px;display: inline-block;}
.leakey_index_pro li .sw_box h6 a:last-child:after{display: none;}
.leakey_index_pro li .sw_box em{opacity: 0.5;display: inline-block;padding: 0 5px;}
.leakey_index_pro li:hover span:after{-webkit-transform: skewY(-5deg);-moz-transform: skewY(-5deg);-ms-transform: skewY(-5deg);transform: skewY(-5deg);height: 220px;bottom: -60px;background: var(--main_color)}
.leakey_index_pro li.on{width: 46%}
/* .leakey_index_pro li.on .sw_box div{width:60% } */
.leakey_index_pro li.on p{max-height: 500px;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;margin-bottom: 0px;}
.leakey_index_pro li.on img{max-height:340px ;bottom: 0px;right:0px}
.leakey_index_pro li .sw_box .leakey_more:hover{text-shadow: none;}
.leakey_index_pro .leakey_more{margin-top: 20px;background: var(--main_color);color: #fff;border-color: var(--main_color);text-shadow: none;}

@media screen and (max-width: 1440px){
    .leakey_index_pro .sw_box{padding:50px 40px;}
    .leakey_index_pro li.on img,.leakey_index_pro li img{right: 10px;}
}
@media screen and (max-width: 1200px){
    .leakey_index_pro .sw_box{padding:50px 30px;}    
}
@media screen and (max-width: 1024px){
    .leakey_index_pro li{padding-left: 0;padding-right: 0;}
    .leakey_index_pro ul{margin-left: 0;margin-right: 0;}
    .leakey_index_pro li{width: 46%}
    .leakey_index_pro li p{max-height: 500px;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;margin-bottom: 20px;}
    .leakey_index_pro li img,.leakey_index_pro li.on img{max-height:230px ;bottom: 10px;right: 10px}
    .leakey_index_pro .swiper-pagination-bullet{opacity: 1;}
    .leakey_index_pro .swiper-pagination-bullet-active {background: var(--help_color);}
    .leakey_index_pro li.on .sw_box div,.leakey_index_pro li .sw_box div{width: 100%}
}
@media screen and (max-width: 720px){
    .leakey_index_pro .sw_box{min-height: 450px;}
}

/*首页-案例联动*/
.index_case{overflow: hidden;}
.index_case strong{font-weight: normal;}
.index_case .index_case_swiper{margin: 50px auto 0;}
.index_case .index_case_swiper .sw_big{overflow: hidden;}
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item{display: grid;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;background: #fff; }
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item>.l_t{background: var(--main_color);color:#fff;grid-column: 1/2;grid-row: 1/2;display: flex;}
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item>.l_t>.l_t_title{display: flex;flex:1;justify-content: center;align-items: center;gap:20px;border-right:1px solid rgba(255,255,255,0.2);padding:var(--container_padding_left_right)}
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item>.l_t>.l_t_title>i{flex:0 0 50px;font-size: 60px;line-height: 60px;}
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item>.l_t>.l_t_title>strong{flex:1 1 auto;font-size: 32px;line-height: 32px;}
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item>.l_t>a{flex:0 0 33.3333%;color:#fff;display: flex;justify-content: center;align-items: center;padding:var(--container_padding_left_right)}
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item>.l_t>a i{font-size: 32px;line-height: 32px;}
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item>.l_b{grid-column: 1/2;grid-row: 2/2;background: rgba(255,255,255,0.3);padding:var(--container_padding_left_right)}
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item>.l_b>div{display: flex;justify-content: space-between;margin-bottom:50px}
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item>.l_b>div font,
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item>.l_b>div em{font-size: 22px;}
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item>.leakey_img_box{grid-row: span 2;grid-column: 2/2;background: #333;height: 500px;}
.index_case .index_case_swiper .sw_big_sw>.sw_big_sw_item>.leakey_img_box img{object-fit: cover;object-position: center;height:100%}
.index_case .index_case_swiper .sw_small{display: flex;overflow: hidden;width:100%}
.index_case .index_case_swiper .sw_small>.sw_small_sw{flex:0 0 83.33333%;overflow: hidden;}
.index_case .index_case_swiper .sw_small>a{flex:0 0 16.66667%;display: flex;flex-direction: column;justify-content: center;align-items: center;background: var(--main_color);color: #fff;padding:var(--container_padding_left_right);gap:10px;transition: all 0.3s ease-in-out;text-align: center;}
.index_case .index_case_swiper .sw_small>a img{max-width: 80px;filter: brightness(0) invert(1);}
.index_case .index_case_swiper .sw_small>a strong{font-size: 22px;}
.index_case .index_case_swiper .sw_small>a:hover{background:var(--dianzhui_color);}
.index_case .index_case_swiper .sw_small_sw ul li{display: flex;flex-direction: row;}
.index_case .index_case_swiper .sw_small>.sw_small_sw ul{display: flex;flex-direction: row;height:100%;width:100%}
.index_case .index_case_swiper .sw_small>.sw_small_sw ul li{flex-direction: column;justify-content: center;align-items: center;border:1px solid #ddd;border-right:0;gap:10px;transition: all 0.3s ease-in-out;cursor: default;}
.index_case .index_case_swiper .sw_small>.sw_small_sw ul li:hover{background-color: var(--main_color);color:#fff}
.index_case .index_case_swiper .sw_small>.sw_small_sw ul li i{font-size: 40px;line-height: 40px;}
.index_case .index_case_swiper .sw_small>.sw_small_sw ul li strong{font-size: 18px;padding:0 50px;text-align: center;}
.index_case .index_case_swiper .sw_small>.sw_small_sw ul li em{font-size: 18px;}


/*subbanner*/
.leakey_subbanner{position: relative;background: var(--white);color: var(--white);}
.leakey_subbanner:after{content: "";top: 0;left: 0;right: 0;bottom: 0;background: var(--black);opacity: 0.3;position: absolute;z-index: 0;}
.leakey_subbanner_container{padding: 80px 20px;height: 400px;text-align: center;max-width: var(--max_width);margin: auto;position: relative;z-index: 1;}
.leakey_subbanner .leakey_subbanner_t{margin-top: 150px;font-size: 30px;}
.leakey_subbanner .leakey_subbanner_des{font-size: 16px;margin-top: 20px;opacity: 0.75;}

.leakey_subbanner:after{opacity: 0.15}
.leakey_subbanner{z-index: 5;background-color: var(--black);}
.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: var(--max_width);padding: 150px var(--container_padding_left_right) 80px;margin: auto;position: static;z-index: 3;min-height: 500px;}
.leakey_subbanner{background-repeat: no-repeat;background-position: center;background-size: cover;background-color: var(--light_gray);}
.leakey_subbanner .cur_location{margin-top: 50px}
.leakey_subbanner .cur_location li{float: left;}
.leakey_subbanner .cur_location li a{color: var(--white);}
.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_box{position: relative;z-index: 3}
.leakey_subbanner .leakey_title_sub{font-size: 18px;max-width: 60%;}
.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;max-width: var(--max_width);margin: auto}
.leakey_subbanner.map>.leakey_container:after{content: "";background: var(--black);opacity: 0.5;top: 0;left: 0;bottom: 0;right: 0;z-index:2;position: absolute;}
.leakey_subbanner.map #allmap.baidu canvas{filter: grayscale(50%);}
/*去地图水印*/
/*.leakey_subbanner.map div.amap-layer>img{display: none!important}*/
/*联系信息*/
.leakey_subbanner .leakey_contacts{position: relative;z-index: 3;background:none;max-width: var(--max_width);margin: auto}
.leakey_subbanner .leakey_contacts .leakey_container{padding-left:0;padding-right: 0;color:var(--black);min-height: auto;padding-bottom: 0;padding-top: 80px}
.leakey_subbanner .leakey_contacts h6{font-size: 20px;margin-bottom: 10px;border-bottom: 1px solid var(--gray);padding-bottom:10px}
.leakey_subbanner .leakey_contacts .leakey_col div{padding: 30px;height: 100%;background: var(--white);}
.leakey_subbanner .leakey_contacts .leakey_col div:hover{background:var(--main_color);color: var(--white);}
.leakey_subbanner .leakey_contacts .leakey_col div:hover a{color:  var(--white);}
.leakey_subbanner .leakey_contacts .leakey_col div a:hover{text-decoration: underline;}
/*视频*/
.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:var(--black);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(../images/video_mask.png);background-repeat: repeat;}*/
/*文字居中*/
/*.leakey_subbanner.center{text-align: center;}
.leakey_subbanner.center .leakey_title_sub{max-width:100%}
.leakey_subbanner.center .leakey_container{padding:0;margin-top:90px}
.leakey_subbanner.center .leakey_title_box{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);}*/
@keyframes subbanner_bg{
    0%{transform: scale(1);}
    70%{transform: scale(1.2);}
    100%{transform: scale(1);}
}
@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: 1200px){
    .leakey_subbanner .leakey_contacts .leakey_col{width: 50%;}
    .leakey_subbanner .leakey_title_sub{max-width: 100%;}
}
@media screen and (max-width: 720px){
    .leakey_subbanner .leakey_contacts .leakey_col{width: 100%;}
    .leakey_subbanner .leakey_container{min-height: auto}
}

/*关于我们*/
.about_section .leakey_container{position: relative;background-image: url(../images/about_bg.jpg);background-repeat: no-repeat;background-position: right center;}
.about_section .leakey_title_box{margin-bottom: 50px;}
.about_section .about_content{display: flex;justify-content: center;align-items: center;gap:50px}
.about_section .about_content>div:first-child p{margin-bottom: 10px;}
.about_section .about_content div{flex:1;}
.about_content .leakey_more{margin-top: 30px;}
.about_section .leakey_count_up{display: grid;grid-template-columns: repeat(2, 1fr);margin-top: 0;}
.about_section .leakey_count_up li{padding:30px 20px;border: 1px solid #e5e5e5;position: relative;}
.about_section .leakey_count_up li>*{position: relative;z-index: 1;}
.about_section .leakey_count_up li::after{content:"";position: absolute;top:0;left:0;right:0;bottom:0;opacity: 0.9;background-color: var(--main_color);transform: scale(0);transition: all 0.3s ease-in-out;z-index: 0;}
.about_section .leakey_count_up li:hover::after{transform: scale(1);}
.about_section .leakey_count_up li:hover,
.about_section .leakey_count_up li:hover .leakey_count_up_num{color: #fff;}
.about_section .leakey_count_up li:nth-of-type(3),
.about_section .leakey_count_up li:nth-of-type(4){border-top: none;}
.about_section .leakey_count_up li:nth-of-type(2),
.about_section .leakey_count_up li:nth-of-type(4){border-left: none;}
.about_section .leakey_count_up li .leakey_count_up_num{color:var(--main_color)}


/*leakey_sub_nav_lite*/
.leakey_sub_nav_lite{overflow: hidden;}
.leakey_sub_nav_lite ul{display: flex;}
.leakey_sub_nav_lite ul li{flex:1;background:#fff}
.leakey_sub_nav_lite ul li a{padding:25px 50px;display: block;font-size: 22px;font-weight: normal;line-height: 22px;border:1px solid #eee;border-right: 0;transition: all 0.3s ease-in-out}
.leakey_sub_nav_lite ul li:last-child a{border-right: 1px solid #eee;}
.leakey_sub_nav_lite ul li a:hover{background: #f2f2f2;letter-spacing: 1px;}
.leakey_sub_nav_lite ul li.active a{background: #f60;color:#fff}
@media screen and (max-width:1440px){
    .leakey_sub_nav_lite ul li a{font-size: 24px;line-height:32px }
}
@media screen and (max-width:1200px){
    .leakey_sub_nav_lite ul li{flex:1 1 50%}
    .leakey_sub_nav_lite ul li:nth-of-type(3n) a{border-right: 0}
    .leakey_sub_nav_lite ul li:last-child a,.leakey_sub_nav_lite ul li:nth-of-type(2n) a{border-right: 1px solid #eee;}
}
@media screen and (max-width:1200px){
    .leakey_sub_nav_lite{display: none}
}

.leakey_products .leakey_col img{width: 100%;}
.leakey_products .leakey_col a{border: 1px solid #f2f2f2;display: block;}
.leakey_products .leakey_col a span{overflow: hidden;display: block;line-height: 0;position: relative;}
.leakey_products .leakey_col a span:before{content: "";background: #000;position: absolute;z-index: 1;top: 0;left: 0;right: 0;bottom: 0;opacity: 0.15;transform: scale(0);transition: all 0.3s ease-in-out;}
.leakey_products .leakey_col a span i{position: absolute;top: 50%;margin-top: -35px;display: block;text-align: center;width: 100%;z-index: 2;font-size: 14px;color: #fff;transform: scale(0);transition: all 0.3s ease-in-out;transition-delay: 0.2s;}
.leakey_products .leakey_col a span i:before{font-size: 50px;display: block;line-height: 70px;}
.leakey_products .leakey_col a:hover span:before{transform: scale(1.0);}
.leakey_products .leakey_col a:hover span i{transform: scale(1);}
.leakey_products .leakey_col h3{padding: 5px 20px 10px;text-align: center;}

@media screen and (max-width: 1200px){
    .leakey_products .leakey_col{width: 33.3333333%}
}
@media screen and (max-width: 720px){
    .leakey_products .leakey_col{width: 50%}
}


/*news list*/
.news_list{background: #f2f2f2}
.news_list .news_txt_box{padding:30px 25px;background: #fff;width:85%;margin:auto;position: relative;margin-top:-50px;transition: all 0.3s ease-in-out}
.news_list .leakey_more{padding:0;display: inline-block;outline: 0}
.news_list .leakey_more:hover{box-shadow: none;background: none;color: #333}
.news_list a:hover{color: #333}
.news_list p{margin-top:8px;opacity: 0.7}
.news_txt_b{margin-top:16px}
.news_list .news_list_box li:hover img{transform: scale(1.2);}
.news_list .news_list_box li:hover .news_txt_box{width: 100%}
@media screen and (max-width: 1440px){
    .news_list .news_list_box li{width:33.3333%}
}
@media screen and (max-width: 1024px){
    .news_list .news_list_box li{width:50%}
}
@media screen and (max-width:720px){
    .news_list .news_list_box li{width:100%}
}


/*news_detail_page*/
.news_detail_page {overflow: hidden;background: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 50%, #ffffff 50%, #ffffff 100%);}
.news_detail_page .bg{background-attachment:fixed;background-size:cover;position: absolute;top:0;left:0;bottom:0;right:50%;z-index: 0;opacity: 0.1;filter: grayscale(50%);}
.news_detail_page .leakey_container{display: flex;}
.news_detail_page .leakey_container .rel_list{flex: 0 0 25%;padding:var(--container_padding_top_bottom) 0;position: relative;z-index: 1}
.news_detail_page .leakey_container .news_detail{flex:1;background: #fff;padding:var(--container_padding_top_bottom);border-left: 1px solid var(--border_color);position: relative;z-index: 1}
.news_detail_page .leakey_container .rel_list>strong{opacity: 0.65;display: block;margin-bottom: 10px;font-size: 18px;font-weight: normal;padding-right: 60px;text-align: right}
.news_detail_page .leakey_container .rel_list>p{font-size: 40px;line-height: 45px;font-family: Impact;opacity: 0.6;font-size: 32px;line-height: 35px;padding-right: 60px;text-align: right}
.news_detail_page .leakey_container .new_recommend{margin-top: 200px;display: flex;flex-direction: column;align-items: flex-end;}
.news_detail_page .leakey_container .rel_list .new_recommend strong{opacity: 0.65;display: block;margin-bottom: 10px;font-size: 18px;font-weight: normal;}
.news_detail_page .leakey_container .rel_list .new_recommend p{font-size: 40px;line-height: 45px;font-family: Impact;opacity: 0.6;font-size: 32px;line-height: 35px}
.news_detail_page .new_recommend strong{font-size: 14px!important;font-weight: normal;opacity: 1!important;background: #fff;padding:10px;}
.news_detail_page .new_recommend li{border-bottom: 0!important;filter: grayscale(60%);opacity:0.85;transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);width:210px;float: right;}
.news_detail_page .new_recommend li:hover{filter: grayscale(0%);width:240px;opacity: 1}
.news_detail_page .new_recommend li .leakey_img_box{box-shadow: inset -5px 0 20px rgba(0,0,0,0.5);}
.news_detail_page .new_recommend li:hover{opacity: 1}

.news_detail_page .leakey_container .news_detail h1{font-size: 42px;line-height: 45px;font-size: 48px;line-height: 55px}
.news_detail_page .leakey_remark_title{opacity: 0.85;margin-top: 20px;font-size: 22px;}
.news_detail_page .news_detail>div.news_detail_box>div{display: block;width: 100%;margin-bottom: 50px;font-size: 16px;margin-top: 50px;}
.news_detail_page .news_detail>div font{display: inline;padding: 0 10px}
.news_detail_page .news_detail>div font:first-child{padding-left: 0}
.news_detail_page .news_detail article p{font-size: 16px;line-height: 26px}
.news_detail_page .news_detail article img{max-width: 100%}
.news_detail_page .news_detail .leakey_article_n_p{position: relative;margin-top: 80px}
.news_detail_page .news_detail .leakey_article_n_p a{display: block;}
.news_detail_page .news_detail .leakey_article_n_p .leakey_more{position: absolute;right: 0;top:0}

/*非满屏，主体居中显示*/
/* .news_detail_page .leakey_container{max-width: 1440px;}
.news_detail_page .leakey_container .news_detail{padding: var(--container_padding_top_bottom) 0 var(--container_padding_top_bottom) var(--container_padding_left_right);} */

@media screen and (max-width: 1540px){
    .news_detail_page .leakey_container .news_detail{padding-right:50px;padding-left: 50px;}
}
@media screen and (max-width: 960px){
    .news_detail_page .news_detail .leakey_article_n_p .leakey_more{position: relative;right:auto;top:auto;text-align: center;margin-top: 30px}
    .news_detail_page .leakey_container .rel_list{display: none;}
    .news_detail_page .leakey_container .news_detail{padding-left: 20px;padding-right: 20px}
}
@media screen and (max-width: 720px){
    .news_detail_page .news_detail h1{font-size: 32px;line-height: 38px}
}


/*leakey_feedback*/
.leakey_feedback{background: none}
.leakey_feedback .form-label em{color:#c73f0e;padding-right: 5px}
.leakey_feedback .form-group{width: 49%;float: left;margin-right: 2%;margin-bottom: 20px;}
.leakey_feedback .form-group:nth-of-type(2n){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 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%;margin-bottom: 0;}
.leakey_feedback .form-group.form-button input{border: 0;background: #ff9300;color: #fff;padding: 0 80px;cursor: pointer;width: auto;border:0;outline: none}
.leakey_feedback .form-group.form-button input:hover{background: var(--main_color);}
.leakey_feedback .tips{margin-bottom: 30px;}
.leakey_feedback .form-button input[disabled="disabled"]{background: #ddd;cursor: not-allowed}
.leakey_feedback .form-button input[disabled="disabled"]:hover{box-shadow: none;transform: translate(0);background: #ddd}
@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%}
}
.leakey_feedback .form-group input.error{border-color:#f00;box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);}
.leakey_feedback .form-group input.shake{animation: input_shake 0.15s cubic-bezier(.36,.07,.19,.97);}
.leakey_feedback .form-group textarea.error{border-color:#f00;box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);}
.leakey_feedback .form-group textarea.shake{animation: input_shake 0.15s cubic-bezier(.36,.07,.19,.97);}
@keyframes input_shake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-8px); }
    40% { transform: translateX(8px); }
    60% { transform: translateX(-8px); }
    80% { transform: translateX(8px); }
}

.feedback_r{box-shadow: 0 0 20px rgba(0,0,0,0.2);padding:50px!important;background: rgba(255,255,255,0.9)}
.feedback_l .tel{font-size: 38px;line-height: 48px;display: block;}
.feedback_l li{margin-bottom: 50px}
.feedback_l li strong{font-size: 24px;font-weight: normal;margin-bottom: 15px;display: block;}
.feedback_l li p span{display: inline-block;margin-right: 5px}
#feedback{overflow: hidden;}
#feedback .feedback_con>div{position: relative;z-index: 999}
#feedback .leakey_map{position: absolute;top:0;left:0;right: 0;bottom: 0}
#feedback .amap-container .addStr img{max-width:200px!important;margin-top: 10px}
#feedback .addStr{padding:8px 10px;}
/*地图灰色*/
#feedback .leakey_map.gray .amap-layer,#feedback .leakey_map.gray .amap-labels{-webkit-filter: grayscale(1);filter: grayscale(1);}
#feedback .leakey_map.gray object{background:#000;opacity:0.1;z-index:1!important;}
.feedback_l li>div{background: rgba(255,255,255,0.8);padding:80px 50px;display: inline-block;}
.feedback_l ul{display: none}
#feedback .addStr ul{text-align: left;}
#feedback .addStr ul strong{text-align: center;font-size: 30px;display: block;margin:10px 0 20px;}
#feedback .addStr ul strong a{color: #555}
#feedback .addStr ul strong a:hover{color: #ff9300}
#feedback .addStr ul p{margin-bottom: 5px}

@media screen and (max-width: 1200px){
    #feedback .feedback_l{width:40%}
    #feedback .feedback_r{width:60%}
    .feedback_l .tel{font-size: 32px;line-height: 32px;margin-bottom: 50px}
}
@media screen and (max-width: 800px){
    #feedback .feedback_l{width:100%}
    #feedback .feedback_r{width:100%}
    .feedback_l .tel{font-size: 55px;line-height: 55px;margin-top:0}
}
@media screen and (max-width: 640px){
    .feedback_l .tel{font-size: 32px;line-height: 32px;}
}
@media screen and (max-width: 400px){
    .feedback_r{padding:50px 30px!important}
}

/*leakey_policy*/
.leakey_policy p{margin-bottom: 10px;}
.leakey_policy p strong{font-weight: normal;font-size: 22px;margin:20px 0;position: relative;top:3px;}

/*leakey_sitemap_format*/
.leakey_sitemap_format{background-color: #f2f2f2;}
.leakey_sitemap_format .sitemap_list{display: flex;flex-direction: column;gap:20px;}
.leakey_sitemap_format .sitemap_list li>*:last-child{margin-bottom: 0;}
.leakey_sitemap_format .sitemap_list>li{flex:1;background-color: #fff;padding:var(--container_padding_top_bottom);border-radius: 10px;}/*一级栏目*/
.leakey_sitemap_format .sitemap_list>li>a{font-size: 32px;line-height:32px;display: block;}
.leakey_sitemap_format .sitemap_list>li>ul{display: flex;flex-direction: column;gap:60px;border-top: 1px solid #ddd;padding-top: 50px;margin-top:50px}
.leakey_sitemap_format .sitemap_list>li>ul>li{flex:1;display: flex;gap:20px}/*二级栏目*/
.leakey_sitemap_format .sitemap_list>li>ul>li>a{font-size: 22px;margin-bottom: 20px;display: block;flex:0 0 200px;}
.leakey_sitemap_format .sitemap_list>li>ul>li:last-child>a{margin-bottom: 0}
.leakey_sitemap_format .sitemap_list>li>ul>li>ul{display: grid;grid-template-columns: repeat(4,1fr);gap:20px;margin-bottom: 20px;flex:1}
.leakey_sitemap_format .sitemap_list>li>ul>li>ul>li{display: flex;gap:10px;flex-direction: column;}/*三级栏目*/
.leakey_sitemap_format .sitemap_list>li>ul>li>ul>li>a{font-size: 16px;display: block;font-weight: bold;opacity: 0.75;}
.leakey_sitemap_format .sitemap_list>li>ul>li>ul>li:last-child>a{margin-bottom: 0}
.leakey_sitemap_format .sitemap_list li ul.sitemap_contents{display: grid;grid-template-columns: repeat(3,1fr);gap:20px;}
.leakey_sitemap_format .sitemap_list li ul.sitemap_contents a{opacity: 0.55;font-size: 14px!important;font-weight: normal!important;}

@media screen and (max-width: 1440px){
    .leakey_sitemap_format .sitemap_list>li>ul>li>ul{grid-template-columns: repeat(3,1fr);}
}

@media screen and (max-width: 1024px){
    .leakey_sitemap_format .sitemap_list>li>ul>li>ul{grid-template-columns: repeat(2,1fr);}
    .leakey_sitemap_format .sitemap_list>li{padding:var(--container_padding_top_bottom) var(--container_padding_left_right)}
}
@media screen and (max-width: 650px){
    .leakey_sitemap_format .sitemap_list>li>ul>li{flex-direction: column;}
    .leakey_sitemap_format .sitemap_list>li>ul>li>a{flex:1}
}
@media screen and (max-width: 400px){
    .leakey_sitemap_format .sitemap_list>li>ul>li>ul{grid-template-columns: repeat(1,1fr);padding-left: 20px;padding-right: 20px;}
}

/*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%}
}