/**
 * @author     leakey
 * @date       2022-08-31
 */
/*leakey_title*/
.leakey_title:after{content: "";display: block;height: 2px;width: 74px;background: #555;margin-top: 18px;} 
.leakey_title_no_line:after{display: none;}
.leakey_title_h_38{line-height: 38px;}
.leakey_title{margin-bottom: 20px;font-size: 38px;line-height: 38px;}
.leakey_title_sub{font-size: 16px;margin-bottom: 20px;line-height: 28px;opacity: 0.9;}
.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_more*/
.leakey_more{border-color: #ccc;display: inline-block;}
.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;}
@media screen and (max-width: 1440px){
    .leakey_container{padding-right:20px;padding-left: 20px}
}

/*header*/
header{background: rgba(255,255,255,0.05);}
header:after{content: "";position: absolute;width: 100%;height: 1px;left: 0;bottom: 0;opacity: 0.08;background: #fff}
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:400px}
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;font-weight: 500;}
header .logo p{color:#fff;line-height: 22px;font-size: 12px;opacity: 0.6;letter-spacing: 1.2px;}
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;}
.leakey_header_container{padding: 0 50px;max-width: 100%;z-index: 10;}
.leakey_header_container nav>ul>li>a{display:block;height: 90px;line-height: 90px;font-size: 18px;position: relative;overflow: hidden;}
.leakey_header_container nav>ul>li>a span{display: block;transition: transform 0.3s ease-in-out;}
.leakey_header_container nav>ul>li.active a{color:#1686ea}
.leakey_header_container nav>ul>li>a:after{content: attr(data-name);color:#fff;display: block;height: 100%;width: 100%;position: absolute;left: 0;top: 100%;transition: transform 0.3s ease-in-out;}
.leakey_header_container nav>ul>li>a:after{color:#333}
.leakey_header_container nav>ul>li>a:hover:after{transform: translateY(-100%);}
.leakey_header_container nav>ul>li>a:before{content: "";height: 2px;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);background: #18498a;width: 0;opacity: 0;transition: all 0.6s ease-in-out;}
.leakey_header_container nav>ul>li>a:hover:before{width: 100%;opacity: 1;}
.leakey_header_container nav>ul>li.active>a span{transform: translateY(-100%);}
.leakey_header_container nav>ul>li.active>a:after{transform: translateY(-100%);color: #1686ea}
.leakey_header_container nav>ul>li.active>a:before{background:#1686ea }
.leakey_header_container nav>ul>li>a:hover span{transform: translateY(-100%);}
.leakey_header_container nav>ul>li:hover>div{max-height: 800px;border-bottom: 1px solid #f2f2f2;}
.show_search .leakey_header_container nav>ul>li:hover>div{max-height: 0;}
.leakey_header_container nav>ul>li>div{position: absolute;left:0;right: 0;background:#fff;padding:0 50px;text-align: left;max-height: 0;overflow: hidden;transition: max-height 0.3s ease-in-out;}
.leakey_header_container nav>ul>li>div h4{font-size:28px;line-height: 28px;margin-bottom: 30px;margin-top:50px}
.leakey_header_container nav>ul>li>div ul{overflow: hidden;text-align: left;margin-bottom: 50px;}
.leakey_header_container nav>ul>li>div ul li a{background: #f2f2f2;position: relative;display: block;font-size: 18px;height:90px;line-height: 90px;transition: all 0.3s ease-in-out;background-size: cover;background-position: 10px;background-size: 70px;background-repeat: no-repeat;color: #555;font-size: 14px;}
.leakey_header_container nav>ul>li>div ul li a:after{content:"+";display:block;position: absolute;transition: all 0.3s ease-in-out; right:0;bottom:0;height: 40px;width:40px;text-align: center;background: #257bcc;color: #fff;line-height: 40px;transition-delay: 0.05s;}
.leakey_header_container nav>ul>li>div ul li a:hover:after{line-height: 50px;height:50px;width:50px;}
.leakey_header_container nav>ul>li>div ul li a:hover{transform: translateY(5px);}
.leakey_header_container nav>ul>li>div ul li a span{position: relative;z-index: 2;display: block;line-height: 22px;left: 100px;right: 50px;top: 50%;position: absolute;transform: translateY(-50%);}
.leakey_header_container nav>ul>li ul{display: block;clear: both;}
header nav li div a:link, header nav li div a:visited{padding: 0}
header .leakey_header_container nav>ul>li>div>ul a:hover{color:#1686ea}
header .leakey_header_container nav>ul>li>div:before{content:"";height:1px;width:100%;background:#f2f2f2;position: absolute;top:0;left:0}
.language{float: right;}
.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: #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 50px;}
.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:#1686ea}
.icon_btn .email_login{font-size: 14px}
.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:#1686ea;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-导航居中-start*/
.leakey_header_container nav>ul{float: left;margin-top: -90px}
.leakey_header_container nav>ul{width: 100%;text-align: center;line-height: 0;}
.leakey_header_container nav>ul li{float: none;display: inline-block;}
.leakey_header_container nav>ul div li{float: left;}
@media screen and (max-width: 1680px){
    /*header-导航居中取消*/
    .leakey_header_container nav>ul{float: right;margin-top: 0;width: auto}
}
/*header-导航居中-end*/

@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 20px}
    .leakey_header_container{padding-left: 20px;padding-right: 20px;}
    header .logo{left: 20px}
}

@media screen and (max-width: 1280px){
    /*header*/
    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*/
    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;}
    .icon_btn{margin-right: 50px;}
    .top_search .close_popup{top:75px;right:20px}
    .pc_menu, .language{display: none;}
    .mobile_menu,#menu.mm-opened{display: block;}
}
@media screen and (max-width: 1680px){
    header .leakey_cols_space .leakey_col{width: 20%}
}
@media screen and (max-width: 1440px){
    header .leakey_cols_space .leakey_col{width: 25%}
}
@media screen and (max-width: 720px){
    header .logo .t,header .logo p{display: none;}
}

/*leakey_float_up*/
.leakey_float_up{height:60px;width:60px;line-height: 60px;right:50px}

@media screen and (max-width: 1440px){
    /*leakey_float_up*/
    .leakey_float_up{right:20px;bottom: 20px;}
}

/*banner*/
.leakey_banner .swiper-pagination{max-width: 100%;padding-left:50px;padding-right: 50px;}
.leakey_banner li:after{opacity: 0.1;}
.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");}
.banner_txt div{padding: 0 60px;text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);max-width:none}
.banner_txt h3{font-size: 48px;text-transform: uppercase;font-weight: 500;max-width: 55%;line-height: 50px;}
.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);}
.banner_txt p{font-size: 20px;max-width: 50%;letter-spacing: 1px;}
.banner_txt h3,.banner_txt p{text-shadow: 2px 2px 6px rgba(0, 0, 0,0.3);}
.swiper-button-next, .swiper-button-prev{transition: background 0.3s ease-in-out;}
.swiper-button-next:hover, .swiper-button-prev:hover{background-size: 60%;background-color: rgba(255,255,255,0.3);}
.banner_more{display: inline-block;padding:8px 40px;border:1px solid rgba(255, 255, 255, 0.5);margin-top:30px;color:#fff!important;}
.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:#257bcc;height:60px;width:60px;background-size: 20px;top:auto;bottom:50px}
.leakey_banner .swiper-button-prev{left:auto;right:110px;border-right: 1px solid #1d6ab3;}
.leakey_banner .swiper-button-prev:hover,.leakey_banner .swiper-button-next:hover{background-color:#1d6ab3 ;background-size: 18px;}
.banner_more{background:#257bcc;border:0}
.banner_more:hover{padding:8px 40px;background:#fff;color:#555!important}
.leakey_banner .swiper-slide:after{opacity: 0.15;}
@media screen and (max-width: 1600px){
    /*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,.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;}
    .banner_txt{padding-left: 0px;padding-right: 0px;}
}
@media screen and (max-width: 1024px){
    /*banner*/
    .banner_txt h3{font-size: 38px;line-height: 50px;max-width: 85%}   
    .banner_txt p{max-width: 85%;font-size: 18px;}
}


/*leakey_footer*/
.leakey_footer{background: #1c68ad;}
.leakey_footer li a{cursor:pointer;}
.leakey_footer li a:link,.leakey_footer li a:visited{color: #fff;}
.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{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: center;margin-top:20px}
.footer_nav li{display:inline;padding:0 10px;position: relative;}
.footer_nav li:last-child{padding-right: 0;}
.footer_nav li:after{content: "";width: 1px;height: 14px;background: #fff;position: absolute;right: 0;top: 50%;transform: translateY(-50%) skewX(-10deg);}
.footer_nav li:last-child:after{display: none;}
.footer_nav li:first-child{padding-left:0;}
.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: 100px;padding-bottom: 100px;}
.leakey_f_top a{color: #fff;font-size: 16px;}
.leakey_f_top a: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;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:430px;margin:20px auto 0;position: relative;border-radius:100px;overflow: hidden;}
.bottom_search input{width:100%;background: #f2f2f2;height:30px;line-height: 30px;padding:0 55px 0 20px;border:0;font-size: 16px;}
.bottom_search a{position: absolute;right:0;top: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{background-color: #b6431e;color:#fff}
.leakey_footer .iconfont{font-size: 16px;}
.leakey_f_container, .leakey_f_bottom .leakey_f_container{max-width: 100%;padding-left: 50px;padding-right: 50px;}
@media screen and (max-width: 1440px){
    /*leakey_footer*/
    .leakey_f_container, .leakey_f_bottom .leakey_f_container{padding-left: 20px;padding-right: 20px;}   
}
@media screen and (max-width: 1200px){
    .footer_logo{display: none;}
}
@media screen and (max-width: 720px){
    .leakey_f_t_r{display: none;}
}    

.leakey_index_pro{overflow: hidden;}
.leakey_index_pro .leakey_swiper_wraper{padding-top: 20px}
.leakey_index_pro .leakey_swiper_wraper>.swiper-wrapper>li{background: #f2f2f2;}
.leakey_index_pro .leakey_swiper_wraper li{text-align: left;position: relative;transition: all 0.3s ease;}
.leakey_index_pro .leakey_swiper_wraper li .pro_txt{border-radius: 3px;padding:25px 50px;position: absolute;bottom: 30px;left:40px;right: 40px;z-index: 2;transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;background:rgba(255,255,255,0.95); text-align: left;transition-delay: 0.1s;}
.leakey_index_pro .leakey_swiper_wraper li .pro_txt p{display: none;margin-bottom: 10px}
.leakey_index_pro .leakey_swiper_wraper li h4 a{font-size: 16px;font-weight: bold;overflow: hidden;}
.leakey_index_pro .leakey_swiper_wraper li h4 a span{font-weight: normal;float: right;}
.leakey_index_pro .leakey_swiper_wraper li ul{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.leakey_index_pro .leakey_swiper_wraper li ul li{display: inline;}
.leakey_index_pro .leakey_swiper_wraper li ul h5{display:none;padding: 0 10px 0 0;min-width: 70px;}
.leakey_index_pro .leakey_swiper_wraper li ul h5 a:before{content: "[ "}
.leakey_index_pro .leakey_swiper_wraper li ul h5 a:after{content: " ]";padding: 0;opacity: 1;}
.leakey_index_pro .leakey_swiper_wraper li:hover ul h5 a:last-child:after{display: inline;}
.leakey_index_pro .leakey_swiper_wraper li ul a{font-size: 14px;font-weight: normal;}
.leakey_index_pro .leakey_swiper_wraper li ul a:hover{text-decoration: underline;font-weight: bold;}
.leakey_index_pro .leakey_swiper_wraper li ul a:after{content: "/";padding: 0 2px 0 5px;opacity: 0.6;}
.leakey_index_pro .leakey_swiper_wraper>.swiper-wrapper>li:hover{transform: translateY(-20px);}
.leakey_index_pro .leakey_swiper_wraper li:hover ul a:last-child:after{display: none;}
.leakey_index_pro .leakey_swiper_wraper li:hover h4{font-size: 18px;margin-bottom: 20px;}
.leakey_index_pro .leakey_swiper_wraper li:hover ul h5{display: inline-block;}
.leakey_index_pro .leakey_swiper_wraper li:hover ul{overflow: visible;white-space: normal;text-overflow: unset;}
.leakey_index_pro .leakey_swiper_wraper li:hover ul li{display: block;}
.leakey_index_pro .leakey_swiper_wraper li:hover .pro_txt{padding:30px 50px;background:rgba(255,255,255,0.85);left: 40px;right: 40px}
.leakey_index_pro .leakey_swiper_wraper li:hover .pro_txt p{display: block;}
.leakey_index_pro .leakey_swiper_wraper li:hover .pro_txt{transform: translateY(-20px);}
.leakey_index_pro .leakey_swiper_wraper>.swiper-wrapper>li:after{content: "";background: #117fd2;position: absolute; opacity: 0;left: 0;right: 0;bottom: 0;top: 0;z-index: 1;transform: scale(0);transition: all 0.3s ease-in-out;}
.leakey_index_pro .leakey_swiper_wraper>.swiper-wrapper>li:hover:after{transform: scale(1);opacity: 0.65;}
.leakey_index_pro .leakey_swiper_wraper li img{width: 100%;}
@media screen and (max-width: 1860px){
    .leakey_index_pro .leakey_swiper_wraper li .pro_txt{padding:15px 30px;left: 30px;right: 30px}
}
@media screen and (max-width: 1600px){
    .leakey_index_pro .leakey_swiper_wraper li ul h5{min-width: auto;}
    .leakey_index_pro .leakey_swiper_wraper li:after{opacity: 0.45;}
    .leakey_index_pro .leakey_swiper_wraper li:hover .pro_txt{transform: translateY(0);}    
    .leakey_index_pro .leakey_swiper_wraper li:hover h4{font-size: 18px;margin-bottom: 10px;}
}
@media screen and (max-width: 1440px){
    .leakey_index_pro .leakey_swiper_wraper li:hover .pro_txt p{display: none;}
    .leakey_index_pro .leakey_swiper_wraper li:hover .pro_txt,.leakey_index_pro .leakey_swiper_wraper li .pro_txt{padding-left: 20px;padding-right: 20px;left: 20px;right: 20px}

}
@media screen and (max-width: 512px){
    .leakey_index_pro .leakey_swiper_wraper li:hover .pro_txt p{display: block;}
    .leakey_index_pro .leakey_swiper_wraper li ul h5{min-width: 70px;}
    .leakey_index_pro .leakey_more.leakey_more_l,.index_news .leakey_more.leakey_more_l,.leakey_index_about .leakey_more.leakey_more_l{float: none!important;}
    .index_news .leakey_more.leakey_more_l,.leakey_index_about .leakey_more.leakey_more_l{margin-bottom: 20px;}
    .leakey_index_about .leakey_title_box .leakey_fl,.leakey_about_news .leakey_title_box.leakey_fl{float: none!important;}
    .banner_txt h3{font-size: 32px;line-height: 40px;}
}


.leakey_index_about{background: #f2f2f2;overflow: hidden;}
.index_honor,.index_about{height: 500px}
.index_about{padding-right: 20px;}
.index_dep{height: 250px;background: #777;position: relative;overflow: hidden;border-bottom: 20px solid #f2f2f2;}
.index_dep:after,.index_contact:after,.index_honor:after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 0;background: #000;opacity: 0.15;}
.index_dep .leakey_title_box,.index_contact .leakey_title_box,.index_honor .leakey_title_box{position: relative;z-index: 1;}
.index_dep .leakey_more,.index_contact .leakey_more,.index_honor .leakey_more{border-color: #fff;}
.index_contact{height: 250px;background: #555;position: relative;overflow: hidden;}
.index_honor{background: #aaa;position: relative;overflow: hidden;border-right: 20px solid #f2f2f2;}
.index_honor .leakey_title_box,.index_contact .leakey_title_box,.index_dep .leakey_title_box{position: absolute;bottom: 0;left: 0;padding: 20px;color: #fff;width: 100%}
.index_honor .leakey_title_box{padding-bottom: 30px}
.index_honor .leakey_title_box .leakey_title,.index_contact .leakey_title_box .leakey_title,.index_dep .leakey_title_box .leakey_title{margin-bottom: 10px;font-size: 30px;}
.index_dep .leakey_title_box .leakey_title_sub,.index_contact .leakey_title_box .leakey_title_sub{margin-bottom: 0;}
.leakey_index_about .bg{background-repeat: no-repeat;background-size: cover;background-position: center;position: absolute;top: 0;left: 0;bottom: 0;right: 0;transition: all 2s ease-in-out;}
.index_dep:hover .bg,.index_contact:hover .bg,.index_honor:hover .bg{transform: scale(1.2);}
/*leakey_count_up*/
.leakey_count_up{margin: 80px 0 0}
.leakey_count_up li{text-align: center;border-left: 1px solid #ddd;padding: 0 10px}
.leakey_count_up li:last-child{border-right: 1px solid #ddd;}
.leakey_count_up li .leakey_count_up_num{font-size: 50px;font-weight: bold;line-height: 55px;}
.leakey_count_up li small{font-size: 14px;}

@media screen and (max-width: 1024px){
    .index_dep .leakey_more, .index_contact .leakey_more, .index_honor .leakey_more{float: none!important;}
    .leakey_index_about .index_dep_contact .leakey_title_box>.leakey_fl{float: none!important;display: block;}
    .index_dep .leakey_title_box .leakey_title_sub, .index_contact .leakey_title_box .leakey_title_sub{margin-bottom: 20px;}
}
@media screen and (max-width: 960px){
    .index_honor{width: 50%;height: 450px;border-right: 0;}
    .index_dep{height: 200px;border-bottom: 0;}
    .leakey_index_about .leakey_container .index_dep_contact{width: 50%;}
    .leakey_count_up{margin-top: 30px;margin-bottom: 30px;}
    .index_about{width: 100%;height: auto}
    .index_about{padding-right: 0;}
}
@media screen and (max-width: 720px){
    .leakey_index_about .leakey_count_up{background: #f9f9f9;}
    .leakey_index_about .leakey_count_up li.leakey_col_8{width: 50%;background: #f9f9f9;border-color: #f2f2f2;padding-top: 10px;padding-bottom: 10px;}
    .leakey_index_about .leakey_count_up li.leakey_col_8:nth-of-type(3){width: 100%;border-top: 1px solid #f2f2f2}
}
@media screen and (max-width: 512px){
    .index_honor{width: 100%;height: 250px;margin-bottom: 20px;}
    .leakey_index_about .leakey_container .index_dep_contact{width: 100%}
    .index_dep,.index_contact{height: 250px;margin-bottom: 20px;}    
}

.index_news{overflow: hidden;}
.index_news li:hover .img img{transform: scale(1.2);}
.index_news li .img{overflow: hidden;line-height: 0;display: block;position: relative;z-index: 0;}
.index_news li a img{width: 100%;height: 100%;object-fit: cover;transition: all 1s ease-in-out;}
.index_news_ch a:first-child:after{content: "/";padding: 0 10px;}
.index_news .news_img_top{border: 1px solid #f2f2f2;}
.index_news .news_img_top:before{content: "";top: 0;left: 0;right: 0;bottom: 0;background: #000;opacity: 0.15;z-index: 2;position: absolute;display: block;}
.index_news .news_img_top li a{display: block;position: relative;}
.index_news .news_img_top li>a,.index_news .news_img_top li>a>span{height: 100%}
.index_news .news_img_top li a p span{padding-right: 10px;display: block;}
.index_news .news_img_top li a h4{margin-bottom: 10px;}
.index_news .news_img_top li a:hover p{text-overflow: unset;white-space: normal;}
.index_news .news_img_top li a:hover{color: #333;}
.index_news .news_img_top li a div{position: absolute;left: 40px;bottom: 30px;right: 40px;padding: 30px 50px;background: rgba(255,255,255,0.85);transition: all 0.3s ease-in-out;border-radius: 3px;}
.index_news .news_img_top li a:hover div{transform: translateY(-10px);}
.index_news .news_img_top .swiper-wrapper{z-index: 5;}
.index_news li a h4{font-size: 16px;font-weight: bold;transition: all 0.3s ease-in-out;}
.index_news li:hover h4{text-indent: 14px;}
.news_img_top.swiper-container-horizontal>.swiper-pagination-bullets{right: 0;top: 50%;transform: translateY(-50%);bottom:auto;width:18px;left: auto}

.index_news .news_img_list{padding-left: 20px;}
.index_news .news_img_list li{margin-bottom: 0px;}
.index_news .news_img_list li h4{margin-bottom: 10px;padding-right: 90px;position: relative;}
.index_news .news_img_list li h4 span{position: absolute;right: 0;top: 0px;font-weight: normal;}
.index_news .news_img_list li a{padding: 20px;display: block;border-bottom: 1px solid #f2f2f2;height: 100%}
.index_news .news_img_list li a:hover{color: #333}
.index_news .news_img_list li:nth-of-type(1) a,.index_news .news_img_list li:nth-of-type(2) a{border-top: 1px solid #f2f2f2;}
@media screen and (max-width: 1440px){
    .index_news .news_img_list li:nth-of-type(5),.index_news .news_img_list li:nth-of-type(6){display: none;}
}
@media screen and (max-width: 1200px){
    .index_news .news_img_list li:nth-of-type(7),.index_news .news_img_list li:nth-of-type(8){display: none;}
    .index_news .news_img_top,.index_news .news_img_list{width: 50%}
    .index_news .news_img_list li{width: 100%;height: auto!important}    
    .index_news .news_img_list li:nth-of-type(2) a{border-top: 0;}    
}
@media screen and (max-width: 720px){
    .index_news .news_img_top,.index_news .news_img_list{width:100%}
    .index_news .news_img_list,.index_news .news_img_list li{padding-left: 0;}
    .index_news .leakey_cols_space .leakey_col{padding-right: 0;}
    .index_news .leakey_cols_space{margin-left: 0;margin-right: 0;}
    .index_news .news_img_list li:nth-of-type(1) a{border-top: 0;}
    .index_news .news_img_list li:nth-of-type(5),.index_news .news_img_list li:nth-of-type(6),
    .index_news .news_img_list li:nth-of-type(7),.index_news .news_img_list li:nth-of-type(8){display: block;}
}
@media screen and (max-width: 512px){
    .index_news .news_img_top li a div{padding: 20px 30px;left: 30px;right: 30px}
    .index_news .news_img_list li a{padding-left: 0;padding-right: 0;}
}


.index_partner{background: #f2f2f2;overflow: hidden;}
.p_logo_list li .logo_item{background: #fff;line-height: 0;display: block;padding:15px 30px;overflow: hidden;}
.p_logo_list li .logo_item img{float: left;margin-right: 20px;max-width: 160px}
.p_logo_list li{transition: all 0.3s ease;position: relative;}
.p_logo_list li:hover{transform: translateY(-10px);}
.p_logo_list li p:nth-of-type(1){font-weight: bold;margin-top: 10px;}
.p_logo_list li p{line-height: 20px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

@media screen and (max-width: 1600px){
    .p_logo_list li p{display: none;}
    .p_logo_list li .logo_item img{float: none;margin-right: 0;}
}
@media screen and (max-width: 1200px){
    .p_logo_list{display: block;float: none!important;width: 100%;}
    .index_partner .leakey_title_box{display: block;float: none;width: 100%;margin-bottom: 20px;}
}
@media screen and (max-width: 720px){
    .leakey_cols_space.p_logo_list{margin-left: 0;margin-right: 0;}
    .leakey_cols_space.p_logo_list li{padding-left: 0;padding-right: 0;width: 49%;margin-right: 2%;}
    .leakey_cols_space.p_logo_list li:nth-of-type(2n){margin-right: 0;}
    .p_logo_list li .logo_item{padding: 10px 20px}
    .p_logo_list li .logo_item img{max-width: 100%}
    .leakey_cols_space.p_logo_list li:nth-of-type(9){display: none;}
}

.leakey_float_bar{position: fixed;right: 0px;top:50%;transform: translateY(-50%);z-index: 20;}
.leakey_float_bar li{height:60px;width: 60px;line-height: 60px;text-align: center;border-bottom:0;box-sizing: border-box;position: relative;}
.leakey_float_bar li:last-child a{border-bottom: 1px solid #ddd}
.leakey_float_bar li a{display: block;overflow: hidden;text-indent: -300px;font-size: 24px;position: relative;background: #fff;border: 1px solid #ddd;border-bottom: 0;z-index: 19}
.leakey_float_bar li:hover a{background:#257bcc ;border-color: #257bcc;color: #fff}
.leakey_float_bar li a:before{position: absolute;left: 0;top: 0;height: 100%;width: 100%;text-indent: 0;transition: all 0.3s ease-in-out;}
.leakey_float_bar li:hover a:before{transform: rotate(360deg);}
.leakey_float_bar li span{line-height: 26px;text-align: left; height: 100%;display: block;background:#1d6ab3 ;color: #fff;width: 230px;position: absolute;right: -300px;top: 0px;font-size: 22px;padding: 8px 30px;transition: all 0.3s ease-in-out;z-index: 15}
.leakey_float_bar.en li span{width: 280px;}
.leakey_float_bar li span i{font-style: normal;font-size: 12px;display: block;line-height: 18px;opacity: 0.75;}
.leakey_float_bar li span i:before{content: "/";padding-right: 10px;}
.leakey_float_bar li span i:after{content: "/";padding-left: 10px;}
.leakey_float_bar li:hover span{right: 59px}


.leakey_subbanner{z-index: 5;background-color: #000;}
.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%;}
.leakey_main{font-size: 16px;line-height: 28px;color: #555;}
@media screen and (max-width: 1440px){
    .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_title_sub{max-width: 100%;}
}

ul.pagination li a{font-size: 14px}

.about_body .mm-page{background: #000;}
.about_body .mm-page:after{content: "";position: absolute;top: 0;left: 0;height: 100%;width: 100%;opacity: 0.4;background: #000;z-index: 1;display: block;}
.about_body .leakey_subbanner{background: none;}
.about_body .leakey_subbanner:after{opacity: 0;}
.leakey_about{margin-bottom: 80px;background: none}
.leakey_about .leakey_cols{overflow: hidden;}
.leakey_about .leakey_col{padding:80px 80px;background-size: cover;background-position: right center;position: relative;overflow: hidden;background: rgba(255,255,255,0.85)}
.leakey_about .leakey_col .img_bg{position: absolute;top:0;left: 0;height: 100%;width: 100%;object-fit: cover;transition: all 2s ease-in-out;background-repeat: no-repeat;}
.leakey_about .leakey_col .img_bg:hover{transform: scale(1.2);}
.about_body .video_bg{width: 100%;position: fixed;top: 0;left: 0;z-index: -1;filter: blur(1px);}

.leakey_img_views .leakey_img_views_list li img{max-width: 100%;}
.leakey_img_views .leakey_img_views_list li a{display: block;padding: 30px 20px 0;border: 1px solid #f2f2f2;}
.leakey_img_views .leakey_img_views_list li a h4{padding: 10px 0 20px;text-align: center;}

@media screen and (max-width: 1440px){
    .leakey_img_views .leakey_col{width: 20%}
}
@media screen and (max-width: 1200px){
    .leakey_img_views .leakey_col{width: 25%}
}
@media screen and (max-width: 960px){
    .leakey_img_views .leakey_col{width: 33.3333333%}
    .leakey_about .leakey_col_12:nth-of-type(1){width: 60%}
    .leakey_about .leakey_col_12:nth-of-type(2){width: 40%}
}
@media screen and (max-width: 720px){
    .leakey_img_views .leakey_col{width: 50%}
    .leakey_about .leakey_col_12:nth-of-type(1){width: 100%}
    .leakey_about .leakey_col_12:nth-of-type(2){width: 100%;height: 400px;}
    .leakey_about .leakey_col{padding: 50px 20px;background: #fff;}
    .leakey_about{margin-bottom: 0;}
    .leakey_about .leakey_col .img_bg{background-position: center bottom;}
}

.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;}
.leakey_partner li.leakey_col img{max-width: 100%;}

@media screen and (max-width: 1440px){
    .leakey_partner .leakey_col{width: 20%}
}
@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 .leakey_container{position: relative;background-position: center;}
.company_history:after{content: "";background: #000;opacity: 0.3;position: absolute;top: 0;left: 0;z-index: 0;bottom: 0;right: 0}
.company_history{padding: 150px 50px;position: relative;z-index: 1;background-size: cover;}
.company_history .histroy_line{height: 1px;position: absolute;top: 213px;left:0px;right: 0px;background: #fff;}
.company_history .swiper-slide{float: left;}
.company_history .swiper-slide .h_txt_box{position: absolute;top: 0;width: 170%;padding-left: 20px;padding-top: 50px;}
.company_history .swiper-slide .h_txt_box:before{content: "";width: 1px;height: 50px;position: absolute;left: 0;top: 0;background: #fff}
.company_history .swiper-slide .h_txt_box:after{content: "";width: 5px;height: 5px;position: absolute;left: -4px;top: 50px;background: #257bcc;background:none; border-radius: 50%;border: 2px solid #fff;box-shadow: 0 0 2 2px #13843a;}
.company_history .swiper-slide:nth-of-type(2n){margin-top: 0;}
.company_history .swiper-slide:nth-of-type(2n) .h_txt_box{top: auto;bottom: 0;padding-top: 0;padding-bottom: 50px;}
.company_history .swiper-slide:nth-of-type(2n) .h_txt_box:before{top: auto;bottom: 0;height: 100%}
.company_history .swiper-slide:nth-of-type(2n) .h_txt_box:after{top: -7px;}
.company_history .swiper-slide strong{color: #fff;font-size: 22px;font-weight: normal;}
.company_history .swiper-slide div{color: #fff}
.company_history .swiper-slide p{font-size: 14px;opacity: 0.7;}
.company_history .swiper-slide .h_txt_box span{font-size: 22px;padding-bottom: 5px;display: block;}
.company_history .swiper-slide .h_txt_box span em{font-style: normal;}
.company_history .swiper-button-prev{left: 0;background: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")}
.company_history .swiper-button-next{right: 0;background: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_pdf .leakey_pdf_list li img{max-width: 100%;}
.leakey_pdf .leakey_pdf_list li a{display: block;padding: 30px 20px 0;border: 1px solid #f2f2f2;}
.leakey_pdf .leakey_pdf_list li a h4{padding: 10px 0 20px;text-align: center;}
@media screen and (max-width: 1440px){
    .leakey_pdf_list .leakey_col{width: 20%}
}
@media screen and (max-width: 1200px){
    .leakey_pdf_list .leakey_col{width: 25%}
}
@media screen and (max-width: 960px){
    .leakey_pdf_list .leakey_col{width: 33.3333333%}
}
@media screen and (max-width: 720px){
    .leakey_pdf_list .leakey_col{width: 50%}
}

.leakey_service ul{margin-top: 50px}
.leakey_service li div{text-align: center;border: 1px solid #f2f2f2;padding: 50px 80px;height: 100%}
.leakey_service h5{font-size: 26px;margin-bottom: 20px;margin-top: 30px}
.leakey_service li .tel{font-size: 28px;color: #555}
.leakey_service li a{margin-top: 20px;display: inline-block;}
.leakey_service li .iconfont{font-size: 50px;height: 80px;width: 80px;display: block;margin: auto;border-radius: 50%;border: 1px solid #aaa;line-height: 80px;transition: all 0.3s ease-in-out;}
.leakey_service li:hover .iconfont{transform: rotate(360deg);}

@media screen and (max-width: 1200px){
    .leakey_service li div{padding: 50px 30px}
}
@media screen and (max-width: 960px){
    .leakey_service .leakey_col{width: 100%;}
}

.leakey_news .leakey_col div{padding: 20px;border: 1px solid #f2f2f2}
.leakey_news .leakey_col span{width: 150px;height: 150px;overflow: hidden;display: block;float: left;margin-right: 20px}
.leakey_news .leakey_col span img{width: 100%;height: 100%;object-fit: cover;transition: all 0.6s ease-in-out;}
.leakey_news .leakey_col div:hover img{transform: scale(1.2);}
.leakey_news .leakey_col h3{font-size: 20px;margin-bottom: 20px;margin-top: 10px}

.leakey_news_detail img{max-width: 100%;}
.leakey_news_detail .article_title{text-align: center;font-size: 28px;margin-bottom: 20px;line-height: 35px;}
.leakey_news_detail .atricle_tips{text-align: center;margin-bottom: 50px;border-bottom: 1px solid #f2f2f2;padding-bottom: 30px;}
.leakey_news_detail .atricle_tips font{display: inline;padding: 0 10px}
.leakey_color_red{color: #f00}
.news_content_n_p{border-top: 1px solid #f2f2f2;margin-top: 30px;padding-top:30px}
.news_content_n_p a:first-child{float: left;}
.news_content_n_p a:last-child{float: right;}

@media screen and (max-width: 1600px){
    .leakey_news .leakey_col{width: 100%;}
}
@media screen and (max-width: 1200px){
    .news_content_n_p a:last-child,.news_content_n_p a:first-child{float: none;display: block;margin-bottom: 10px;}
}
@media screen and (max-width: 720px){
    .leakey_news .leakey_col span{float: none;margin-bottom: 10px;width: 100%;}
    .leakey_news .leakey_col h3{margin-top: 0;margin-bottom: 10px;white-space: normal;font-size: 18px;}
    .leakey_news_detail .atricle_tips font{padding-left: 0;}
    .leakey_news_detail .atricle_tips font:last-child{padding-right: 0;}
}

.map_bg{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 1}
.contacts_body .leakey_subbanner .leakey_title_box{position: relative;z-index: 3;}
.contacts_body .leakey_subbanner .leakey_container:after{content: "";background: #000;opacity: 0.5;top: 0;left: 0;bottom: 0;right: 0;z-index:2;position: absolute;}
.leakey_contacts h6{font-size: 20px;margin-bottom: 10px;border-bottom: 1px solid #eee;padding-bottom:10px}
.leakey_contacts .leakey_col div{border: 1px solid #eee;padding: 30px;height: 100%}
.leakey_contacts .leakey_col div:hover{background:#257bcc;color: #fff}
.leakey_contacts .leakey_col div:hover a{color: #fff;}

@media screen and (max-width: 1200px){
    .leakey_contacts .leakey_col{width: 50%;}
}
@media screen and (max-width: 720px){
    .leakey_contacts .leakey_col{width: 100%;}
}

.leakey_feedback .form-group{width: 32%;float: left;margin-right: 2%;margin-bottom: 20px;}
.leakey_feedback .form-group:nth-of-type(3n){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}
.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: #257bcc;color: #fff;padding: 0 80px;border-radius: 3px;cursor: pointer;width: auto}
.leakey_feedback .form-group.form-button input:hover{background: rgb(199,63,14);}
.leakey_feedback .tips{margin-bottom: 30px;}
@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_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}
@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%;}
}

/*leakey_mapsite*/
/*.leakey_mapsite a{white-space: nowrap;}*/
.leakey_mapsite .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_mapsite .sitemap_1:nth-of-type(1){border: 0;margin-top: 0;}
.leakey_mapsite .sitemap_1.sitemap_has_child{margin-bottom: 20px;}
.leakey_mapsite .sitemap_2{padding: 0 20px;font-size: 20px;margin-top: 20px;margin-bottom: 10px;}
.leakey_mapsite .sitemap_3{padding: 0 40px;margin-bottom: 10px;display: inline-block;}
.leakey_mapsite .sitemap_has_content{display: block;}


@media screen and (max-width: 2480px){
    .leakey_about_news>.leakey_container>.leakey_col_12{width: 100%;}
    .index_news{background: #fff;}
}
@media screen and (min-width: 1924px){
    .leakey_col_6{width:16.666666667% }
    .leakey_col_4{width: 10%}
    .leakey_col_12{width: 33.3333333%}
    .leakey_feedback .form-group{width: 18.4%}
    .leakey_feedback .form-group:nth-of-type(3){margin-right: 2%;}
    .leakey_feedback .form-group:nth-of-type(5){margin-right: 0;}
    .leakey_img_views .leakey_col_4{width:12.5% }
    .leakey_about_news .leakey_col_12{width: 50%;}
    .leakey_about_news .leakey_col_6{width: 25%;}
}
@media screen and (min-width: 2480px){
    .index_news{background: #f2f2f2;}  
    .index_news .leakey_title,.index_news .leakey_title_sub{float: left;}  
    .index_news .leakey_title_sub{margin-left: 30px;margin-top: 30px;}
    .index_partner{background: #fff;}
    .p_logo_list li .logo_item{border: 1px solid #eee}
}

@media screen and (min-width: 2720px){
    .leakey_col_6{width:12.5% }
    .leakey_col_4{width: 8.33333333%}
    .leakey_col_12{width: 25%}   
    .leakey_img_views .leakey_col_4{width:10% }
    .leakey_about_news .leakey_col_12{width: 50%;}
    .leakey_about_news .leakey_col_6{width: 25%;}
}



.leakey_pros{overflow: hidden;}
.leakey_pros .leakey_container{padding-top: 80px;}
.leakey_pros .leakey_container li{text-align: left;position: relative;transition: all 0.3s ease;}
.leakey_pros .leakey_container li .pro_txt{border-radius: 3px;padding:25px 50px;position: absolute;bottom: 30px;left:40px;right: 40px;z-index: 2;transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;background:rgba(255,255,255,0.95); text-align: left;transition-delay: 0.1s;}
.leakey_pros .leakey_container li .pro_txt p{display: none;margin-bottom: 10px}
.leakey_pros .leakey_container li h4 a{font-size: 16px;font-weight: bold;overflow: hidden;}
.leakey_pros .leakey_container li h4 a span{font-weight: normal;float: right;}
.leakey_pros .leakey_container li ul{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.leakey_pros .leakey_container li ul li{display: inline;}
.leakey_pros .leakey_container li ul h5{display:none;padding: 0 10px 0 0;min-width: 70px;}
.leakey_pros .leakey_container li ul h5 a:before{content: "[ "}
.leakey_pros .leakey_container li ul h5 a:after{content: " ]";padding: 0;opacity: 1;}
.leakey_pros .leakey_container li:hover ul h5 a:last-child:after{display: inline;}
.leakey_pros .leakey_container li ul a{font-size: 14px;font-weight: normal;}
.leakey_pros .leakey_container li ul a:hover{text-decoration: underline;font-weight: bold;}
.leakey_pros .leakey_container li ul a:after{content: "/";padding: 0 2px 0 5px;opacity: 0.6;}
.leakey_pros .leakey_container>.leakey_cols_space>li.leakey_col:hover{transform: translateY(-20px);}
.leakey_pros .leakey_container li:hover ul a:last-child:after{display: none;}
.leakey_pros .leakey_container li:hover h4{font-size: 18px;margin-bottom: 20px;}
.leakey_pros .leakey_container li:hover ul h5{display: inline-block;}
.leakey_pros .leakey_container li:hover ul{overflow: visible;white-space: normal;text-overflow: unset;}
.leakey_pros .leakey_container li:hover ul li{display: block;}
.leakey_pros .leakey_container li:hover .pro_txt{padding:30px 50px;background:rgba(255,255,255,0.85);left: 40px;right: 40px}
.leakey_pros .leakey_container li:hover .pro_txt p{display: block;}
.leakey_pros .leakey_container li:hover .pro_txt{transform: translateY(-20px);}
.leakey_pros .leakey_container>.leakey_cols_space>li.leakey_col:after{content: "";background: #117fd2;position: absolute; opacity: 0;left: 0;right: 0;bottom: 0;top: 0;z-index: 1;transform: scale(0);transition: all 0.3s ease-in-out;}
.leakey_pros .leakey_container>.leakey_cols_space>li.leakey_col:hover:after{transform: scale(1);opacity: 0.65;}
.leakey_pros .leakey_container li img{width: 100%;}

@media screen and (max-width: 1860px){
    .leakey_pros .leakey_container li .pro_txt{padding:15px 30px;left: 30px;right: 30px}
}
@media screen and (max-width: 1600px){
    .leakey_pros .leakey_container li ul h5{min-width: auto;}
    .leakey_pros .leakey_container li:after{opacity: 0.45;}
    .leakey_pros .leakey_container li:hover .pro_txt{transform: translateY(0);}    
    .leakey_pros .leakey_container li:hover h4{font-size: 18px;margin-bottom: 10px;}
}
@media screen and (max-width: 1440px){
    .leakey_pros .leakey_container li:hover .pro_txt p{display: none;}
    .leakey_pros .leakey_container li:hover .pro_txt,.leakey_pros .leakey_container li .pro_txt{padding-left: 20px;padding-right: 20px;left: 20px;right: 20px}

}
@media screen and (max-width: 1200px){
    .leakey_pros .leakey_container li.leakey_col_6{width: 33.333333%;}
}
@media screen and (max-width: 960px){
    .leakey_pros .leakey_container li.leakey_col_6{width: 50%;}
    .leakey_pros .leakey_container li h4 a span{position: absolute;right: 20px;top: 14px}
}
@media screen and (max-width: 512px){
    .leakey_pros .leakey_container li:hover .pro_txt p{display: block;}
    .leakey_pros .leakey_container li ul h5{min-width: 70px;}
    .leakey_pros .leakey_container li.leakey_col_6{width: 100%;}
}

.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%}
}
.leakey_subbanner:after{opacity: 0.4;}


.leakey_menu{font-size: 14px;}
.leakey_menu>li>a{font-size: 15px;position: relative;overflow: hidden;}
.leakey_menu li a{padding:15px 40px;display: block;background: #f2f2f2;border-bottom: 1px solid #fff;}
.leakey_menu li ul{display: none;}
.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 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;}
.leakey_menu>li>a:after{content: "";position: absolute;left: 50%;top: 50%;margin-top: -175px;margin-left: -175px;background: #117fd2;opacity: 0;z-index: 0;border-radius: 100%;height: 350px;width: 350px;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{color: #fff}
.leakey_menu>li li.active>a,.leakey_menu>li li:hover>a{color: #117fd2}
.leakey_menu>li li a{padding: 8px 40px}
.leakey_menu>li li:after{content: "";position: absolute;left: 50%;top: 50%;margin-top: -175px;margin-left: -175px;background: #f9f9f9;opacity: 0;z-index: 0;border-radius: 100%;height: 350px;width: 350px;transform: scale(0);transition: all 0.3s ease-in-out;transform-origin: center;}
.leakey_menu>li li:hover:after{transform: scale(1);opacity: 1;}


.leakey_pro_pic{width: 100%}
.leakey_pro_pic .leakey_swiper_wraper{width: 100%;border: 1px solid #eee;}
.leakey_pro_pic .leakey_swiper_wraper li.swiper-slide{line-height: 0;} 
.leakey_pro_pic .leakey_swiper_wraper li img{width: 100%;}
.leakey_pro_pic .swiper-pagination{overflow: hidden;border-left: 1px solid #eee;position: relative;width: 100%;}
.leakey_pro_pic .swiper-pagination span{width: 20%;box-sizing: border-box ;display: block;float: left;opacity: 1;border-radius: 0;margin: 0;border: 1px solid #eee;background-size: cover;margin: 0;border-left: 0;border-top: 0;}
.leakey_pro_pic .swiper-pagination span.swiper-pagination-bullet-active{border-bottom-color: #117fd2;}

.leakey_pro_parameter{padding-left: 10px;}
.leakey_pro_parameter .pro_model{font-size: 30px;line-height: 40px;}
.leakey_pro_parameter .pro_ch_tips{opacity: 0.4;display: block;padding-bottom: 10px;}
.leakey_pro_parameter .pro_ch_tips:before{content: "/ ";}
.leakey_pro_parameter .des{padding: 20px 0;font-size: 15px;line-height: 25px;}
.leakey_pro_parameter .details{border-top: 1px solid #f2f2f2;display: block;margin-top: 50px;padding-top: 20px;padding-bottom: 20px;border-bottom: 1px solid #f2f2f2;}

.leakey_cols_space .pro_detail,.leakey_cols_space .pro_img{padding-left: 20px;}
.leakey_pro_parameter .canshu li{float: left;width: 50%;position: relative;border: 1px solid #eee;border-top: 0;border-left: 0;padding: 5px 20px;}
.leakey_pro_parameter .canshu{border-left: 1px solid #eee;border-top: 1px solid #eee;}
.leakey_pro_parameter .canshu li sup{font-size: 12px;transform: scale(0.75);display: inline-block;}

.related_products{margin-top: 50px}
.related_products li a{border: 1px solid #eee;display: block;transition: all 0.3s ease-in-out;}
.related_products li a strong{text-align: center;display: block;padding: 5px 20px;font-weight: normal;}
.related_products li a:hover{transform: translateY(-10px);}

.pro_detail .details{overflow: hidden;}
.pro_detail .details img{max-width: 100%;}
.pro_detail article p{margin-bottom: 0;}
.pro_detail article .details p{margin-bottom: 10px;}
.pro_detail .details td{border-left: 1px solid #ddd;border-top: 1px solid #ddd;padding: 5px}
.pro_detail .details table{border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.pro_detail .details tr.firstRow td,.pro_detail .details tr.bg_green td{text-align: center;background: #a0c55b;color: #fff}

@media screen and (max-width: 1200px){
    .leakey_cols_space .pro_img{width: 100%;margin-bottom: 30px;}
    .pro_detail{width: 100%;}
    .leakey_pro_parameter{padding-left: 0;}    
}
@media screen and (max-width: 680px){    
    .related_products.leakey_cols_space .leakey_col{width: 50%}
    .leakey_pro_parameter .canshu li{width: 100%}
}