/**
 * @author     leakey
 * @date       创建日期
 */
.leakey_container{padding:100px 20px}
a:hover {color: #de3a34;}
/*leakey_title*/
/*.leakey_title{font-weight: bold!important;}*/
.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;}
.leakey_title_sub{font-size: 22px;margin-bottom: 20px;line-height: 28px;}
.leakey_title .title_txt{font-size: 32px;line-height: 36px;}
.leakey_title.center {text-align: center;}
.leakey_title.center .title_txt{float: none;display: inline-block;}
.leakey_title.center .title_txt:after{margin-left: auto;margin-right: auto;}
.leakey_title .leakey_title_alias{margin-top: 15px;display: block;}
.leakey_title_box.leakey_align_center .leakey_title:after{margin-left: auto;margin-right: auto}
/*leakey_title_m*/
.leakey_title.m:after{content: "";display: block;height: 2px;width: 50px;margin-top: 12px} 
.leakey_title.m{font-size: 30px;line-height: 32px}
.leakey_title.m .leakey_title_sub{font-size: 18px;margin-bottom: 10px;line-height: 22px;}
/*leakey_more*/
.leakey_more{border-color: #ccc;display: inline-block;}
.leakey_more:hover{box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);transform: translateY(-3px);}
.leakey_container{max-width:100%;padding-left:50px;padding-right:50px;}
.leakey_more:hover,.leakey_more.leakey_more_white:hover{border:0;background: #de3a34;background: -moz-linear-gradient(left,#de3a34 0%,#f7726d 100%);background: -o-linear-gradient(left,#de3a34 0%,#f7726d 100%);background: -webkit-gradient(linear,left top, right top,from(#de3a34),to(#f7726d));background: -moz-linear-gradient(left,#de3a34,#f7726d);background: -o-linear-gradient(left,#de3a34,#f7726d);background: linear-gradient(left,#de3a34,#f7726d); color: #fff}
.leakey_more.gradient_bg_red{border:0;color:#fff}
.leakey_container{max-width:100%;padding-left:50px;padding-right:50px;}
/*模块标题+按钮，左右结构*/
.leakey_title_btn_lr{position:relative;}
.leakey_title_btn_lr .leakey_title{line-height: 38px}
.leakey_title_btn_lr .leakey_more{position: absolute;right: 0;top:0}
@media screen and (max-width: 1440px){
    .leakey_container{padding-right: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!important;line-height: 32px!important}
    .leakey_title_sub{font-size: 18px}
    .leakey_title_btn_lr .leakey_more{position:relative;right:auto;left:0;float: none!important}
}
.leakey_float_up{background:rgba(222,58,52,0.9)}
.leakey_float_up:hover{background:rgba(222,58,52,1)}
#leakey_float_bar li.goToTop{display:none!important}

/*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}
header .logo p{color:#fff;line-height: 22px;font-size: 12px;opacity: 0.6;letter-spacing: 6.8px;}
header.en .logo p{letter-spacing: 1.65px}
header.fixedon .logo .t,header.fixedon .logo p,header.show_search .logo .t,header.show_search .logo p{color:#333}
header nav li a:link,header nav li a:visited{color: #fff;padding: 0 20px;}
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:#fff}
.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:#fff}
header.fixedon .leakey_header_container nav>ul>li.active>a:after{color:#333}
.leakey_header_container nav>ul>li.active>a:before{width:100%;opacity: 1;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:#555;position: relative;display: block;padding:0 20px;font-size: 18px;height:90px;line-height: 90px;transition: all 0.3s ease-in-out;background-size: cover;}
.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{text-indent: 1em;}
.leakey_header_container nav>ul>li>div ul li a:hover:after{line-height: 50px;height:50px;width:50px;text-indent: 0;}
.leakey_header_container nav>ul>li>div ul li a:before{content: "";position: absolute;top:0;left:0;bottom:0;right:0;background: #000;opacity: 0.3;z-index: 0;}
.leakey_header_container nav>ul>li>div ul li a span{position: relative;z-index: 2;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.leakey_header_container nav>ul>li ul{display: block;clear: both;}
header .leakey_header_container nav>ul>li>div>ul a:hover{color:#fff}
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}
.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 .has_child:after{display: inline-block;width: 1rem;height: 1rem;
    background-image: url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;background-position: right center;background-size: 80%;margin-left: auto;padding-left: 5px;content: "";opacity: 0.75}
header.fixedon .has_child:after{background-image: url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='%23333333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
/*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{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;}
@media screen and (max-width: 1680px){
    /*header-导航居中取消*/
    .leakey_header_container nav>ul{float: right;margin-top: 0;width: auto}
    .leakey_header_container nav>ul>li>a{padding-left:10px;padding-right: 10px}
}
/*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 nav>ul>li>a{padding-left:10px;padding-right: 10px}
    .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{display: block;}
}
@media screen and (max-width: 1024px){
    #menu{display: none;}
}
@media screen and (max-width: 512px){
    header .logo .t,header .logo p{display: none}
}

/*banner-video*/
.leakey_banner{background:#f2f2f2}
.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: 55px;text-transform: uppercase;font-weight: 600;max-width: 55%;line-height: 55px;letter-spacing:2px}
.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);}
.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:#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;}
.leakey_banner .banner_more{background:#257bcc;border:0}
.leakey_banner .banner_more:hover{padding:8px 40px;background:#fff;color:#555!important}
.leakey_banner .swiper-slide:after{opacity: 0.2;}
.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: 512px){
    /*banner*/
    .leakey_banner .banner_txt h3{font-size: 30px;line-height: 38px;margin-bottom: 20px}
    .leakey_banner .banner_txt p{font-size: 16px;}
}


/*leakey_footer*/
.leakey_footer{background: #212d38;}
.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{max-width: 500px}
.leakey_f_t_l p{clear: both;margin-bottom: 5px;}
.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;}
.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:340px;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_float_bar*/
#qr_box #qr_wrap a:hover{background:#de3a34;}
#on_line_contact_box .on_line_contact_t{height:40px;background:#de3a34;color:#fff;line-height: 40px;font-weight:bold;padding:0px 15px;}
#on_line_contact_box{position:fixed;right:0;background:#fff;top:0;transform: translateX(100%);-webkit-transform: translateX(100%);z-index:1000;width:210px;color:#333;text-align: center;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;box-shadow: 0 5px 10px rgba(0,0,0,0.15);}
#on_line_contact_box.on_line_contact_box_show{transform: translateX(0);-webkit-transform: translateX(0);}
#on_line_contact_box i.iconfont{height:40px;width:40px;display: block;float:left;text-align: center;line-height:40px;font-size:38px;margin-right:5px;}
#on_line_contact_box .on_line_contact_t span{font-size:14px;line-height:40px;color:#fff;float:right;}
#on_line_contact_box .on_line_contact_t:hover{cursor: pointer;background:#333;}
.contact_tel_no{padding:15px;text-align: left}
.contact_tel_no span{font-size:17px;font-weight: 200}
#qr_box{position:fixed;z-index:1000;height:100%;width:100%;top:0;left:0;display:none;text-align: center;}
#qr_box .fullScreenBg{height:100%;width:100%;background:#000;opacity:0.7;position:absolute;top:0;left:0;}
#qr_box #qr_wrap{position:fixed;}
#qr_box #qr_wrap p{width:100%;height:30px;line-height:14px;text-align: center;color:#333;background:#fff;font-size:14px;display: block;}
#qr_box #qr_wrap a{display:block;height:40px;width:100%;background:#333;color:#fff;font-size:14px;line-height:40px;text-align: center;cursor:pointer;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
#qr_box #qr_img{line-height:0;}
#leakey_float_bar{position: fixed;right: 0px;bottom: 63px;z-index: 99;margin:0;padding:0;display: none;}
#leakey_float_bar.lfb_middle{bottom: 50%;transform: translateY(50%);}
#leakey_float_bar li{display:block;height:50px;width:50px;border: 1px solid #e6e6e6;background:#fff;margin-top:-1px;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;cursor:pointer;color:#333;}
#leakey_float_bar li:hover{background:#de3a34;border-color:#de3a34;color:#fff;}
#leakey_float_bar li.lfb_scale:hover i{font-size:30px;}
#leakey_float_bar li.lfb_rotate:hover i:before{transform: rotate(360deg);}
#leakey_float_bar li i:before{transition: all 0.2s ease-out;display:block;}
#leakey_float_bar li a{display: block;height:100%;width:100%;text-align: center;line-height:50px;color:inherit;}
#leakey_float_bar li i{font-size:20px;font-style: normal;color:inherit;transition: font-size 0.2s ease-out;}
#leakey_float_bar li.on_line_contact_hide{transform: translateX(100%);-webkit-transform: translateX(100%);}
#leakey_float_bar.basic_style .lfb_qq,#leakey_float_bar.basic_style .lfb_qr,#leakey_float_bar.basic_style .lfb_tel,#leakey_float_bar.basic_style .lfb_link{display:none;}
#leakey_float_bar.basic_style .goToTop{background:#de3a34;border-color:#de3a34;color:#fff;}
#leakey_float_bar.basic_style{bottom:20px;right:20px}
@media screen and (max-width: 720px){
    #leakey_float_bar{bottom:0px;}
    #leakey_float_bar.mp_style {width:100%;padding:0;bottom:0px;margin:0;left:0;right:0;}
    #leakey_float_bar.mp_style li{float:left}
    #leakey_float_bar .lfb_qq,#leakey_float_bar .lfb_qr,#leakey_float_bar.mp_style #on_line_contact_box{display:none;}
    #leakey_float_bar.basic_style .lfb_tel,#leakey_float_bar.basic_style .lfb_link{display: block}
    #leakey_float_bar.lfb_middle{transform:translateY(0);}
}


/*index_about_us*/
.leakey_index_about{background: #f2f2f2;overflow: hidden;}
.index_honor,.index_about{min-height: 530px}
.index_about{padding: 50px;position: relative;width:50%;background: #fff;background-position: center 100px;background-repeat: no-repeat;color:#fff;transition: background 2s ease}
.index_about:hover{background-position: center 30px;}
.index_about:hover:after{opacity: 0.85s;background: #de3a34}
.index_about:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;transition: all 0.3s ease-in-out;background:#236cb2;opacity: 0.95}
.index_about>div{position: relative;z-index: 2}
.index_about .leakey_title:after{background: #fff}
.index_about .leakey_more{color:#fff}
.index_dep{min-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_honor{background: #aaa;position: relative;overflow: hidden;/*border-right: 20px solid #f2f2f2;*/}
.index_honor:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;transition: all 0.3s ease-in-out;background:#000;opacity: 0.35}
.index_honor .leakey_title_box{position: absolute;bottom: 0;left: 0;padding: 30px;color: #fff;width: 100%;}
.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;}
.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_honor:hover .bg{transform: scale(1.2);}
.index_about_c_bg ul{margin-top:80px}
.index_honor .leakey_more{color:#fff}
/*leakey_count_up*/
.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;}
.index_contacts{background: #eee}

@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}
}
@media screen and (max-width: 720px){
    .leakey_index_about .leakey_count_up li.leakey_col_8{width: 50%;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}
    .leakey_count_up li{border-right: 1px solid #f2f2f2}
}
@media screen and (max-width: 512px){
    .leakey_index_about .leakey_more.leakey_more_l{float: none!important;}
    .leakey_index_about .leakey_more.leakey_more_l{margin-bottom: 20px;}
    .leakey_index_about .leakey_title_box .leakey_fl{float: none!important;}
    .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_about{padding-left:20px;padding-right: 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:after{content: "/";padding: 0 10px;}
.index_news_ch a:last-child:after{display: none}
.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_news .leakey_more.leakey_more_l{float: none!important;margin-bottom: 20px;}
}


.leakey_index_logo{background: #f2f2f2;overflow: hidden;}
.leakey_index_logo .p_logo_list li .logo_item{background: #fff;line-height: 0;display: block;padding:15px 30px;overflow: hidden;}
.leakey_index_logo .p_logo_list li .logo_item img{float: left;margin-right: 20px;max-width: 160px}
.leakey_index_logo .p_logo_list li{transition: all 0.3s ease;position: relative;}
.leakey_index_logo .p_logo_list li:hover{transform: translateY(-10px);}
.leakey_index_logo .p_logo_list li p:nth-of-type(1){font-weight: bold;margin-top: 10px;}
.leakey_index_logo .p_logo_list li p{line-height: 20px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

@media screen and (max-width: 1600px){
    .leakey_index_logo .p_logo_list li .logo_item img{float: none;margin-right: 0;}
}
@media screen and (max-width: 1200px){
    .leakey_index_logo .p_logo_list{display: block;float: none!important;width: 100%;}
    .leakey_index_logo .leakey_title_box{display: block;float: none;width: 100%;margin-bottom: 30px;}
}
@media screen and (max-width: 720px){
    .leakey_index_logo .leakey_cols_space.p_logo_list{margin-left: 0;margin-right: 0;}
    .leakey_index_logo .leakey_cols_space.p_logo_list li{padding-left: 0;padding-right: 0;width: 49%;margin-right: 2%;}
    .leakey_index_logo .leakey_cols_space.p_logo_list li:nth-of-type(2n){margin-right: 0;}
    .leakey_index_logo .p_logo_list li .logo_item{padding: 10px 20px}
    .leakey_index_logo .p_logo_list li .logo_item img{max-width: 100%}
    .leakey_index_logo .leakey_cols_space.p_logo_list li:nth-of-type(9){display: none;}
}
@media screen and (max-width: 540px){
    .leakey_index_logo .p_logo_list li{margin-bottom:10px;}
    .leakey_index_logo .leakey_cols_space.p_logo_list li{width:100%}
}

.leakey_index_pro .leakey_title_sub a:after{content: "/";padding: 0 10px;}
.leakey_index_pro .leakey_title_sub a:last-child:after{display: none}
.leakey_index_pro .leakey_big_ellipsis{margin-top: 20px;}
.leakey_index_pro .leakey_img_list .leakey_container{overflow: hidden;}
.leakey_index_pro .leakey_more{position: absolute;right: 0;top:0}
.leakey_index_pro .leakey_title_box {position: relative;}
@media screen and (max-width:1200px){
    .leakey_index_pro .leakey_more{float: none!important;margin-top:20px}
}


/*leakey_img_list_fancybox*/ 
.leakey_img_list .img_list a{display: block;border: 1px solid #eee;text-align: center;}
.leakey_img_list .img_list .img_title{font-size: 16px;padding: 10px 20px;transition: all 0.3s ease-in-out;}
.leakey_img_list .img_des{padding: 0 20px 10px;font-size: 14px;opacity: 0.75;}
.leakey_img_list li a .leakey_img_box{position: relative;}
.leakey_img_list li a .leakey_img_box:before{content:"";background: #000;position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;transition: all 0.3s ease-in-out;opacity: 0;transform: scale(0.3);}
.leakey_img_list li a .leakey_img_box i{font-size:60px;position: absolute;top: 50%;left: 50%;margin-left: -65px;margin-top: -19px;z-index: 2;opacity: 0;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0); padding: 8px 30px;color: #fff;font-style: normal;display: block;line-height: 20px;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.leakey_img_list li a:hover .leakey_img_box i{opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); }
.leakey_img_list li a:hover .leakey_img_box:before{opacity: 0.15;transform: scale(1);}
.leakey_img_list li a:hover .img_title{text-align: left;}
.leakey_img_list li a .leakey_qr_icon{display: none;}
.leakey_img_list li a:hover .leakey_qr_icon{display: block;}
.leakey_img_list li a:hover .img_title{padding-right: 50px}
@media screen and (max-width: 1200px){
    .leakey_img_list .img_list li{width:25%}
    .leakey_img_list .img_list .img_title{padding-left:0;padding-right: 0}
}
@media screen and (max-width: 960px){
    .leakey_img_list .img_list li{width:33.333333%}
}
@media screen and (max-width: 512px){
    .leakey_img_list .img_list li{width:50%}
    .leakey_img_list .img_list .img_title{font-size: 16px}
}

.leakey_img_list_fancybox.multi .img_list li{float: left;}
.leakey_img_list_fancybox.multi .img_list li a{display: none;}
.leakey_img_list_fancybox.multi .img_list li a:first-child{display: block;}
.leakey_img_list_fancybox.multi .img_list li img{width: 100%;filter: grayscale(0.3);transition: all 0.3s ease-in-out;border-bottom: 1px solid #eee}
.leakey_img_list_fancybox.multi .img_list li:hover img{filter: grayscale(0);transform:scale(1.2)}
.leakey_img_list_fancybox.multi .img_list li span{position: relative;}
.leakey_img_list_fancybox.multi .img_list li .title{font-weight: bold;font-size: 16px;padding:8px 20px}
.leakey_index_pro_img_list{margin-top: 50px}
.leakey_index_pro_img_list .leakey_container{padding:0}


.leakey_beautify{background-attachment: fixed;color: #fff;background-position: center;background-size: cover;}
.leakey_beautify:after{content: "";background: #000;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0;opacity: 0.4;}
.leakey_beautify .leakey_container{position: relative;z-index: 1;padding-top: 150px;padding-bottom: 150px;}
.leakey_beautify .leakey_title:after{background: #fff;}
.leakey_beautify .leakey_more{margin-top:50px}

.index_adv1{background-image: url(../images/adv_1.jpg);}
.index_adv2{background-image: url(../images/adv_2.jpg);}

/*leakey_swiper_wraper*/
.leakey_swiper_wraper li .title{padding:8px 20px}
.leakey_swiper_wraper li:hover img{transform:scale(1.2)}

.leakey_index_equipment .swiper-container-horizontal>.swiper-pagination-bullets{bottom:0px;}
.leakey_index_equipment .leakey_swiper_wraper{padding-bottom: 30px}
.leakey_index_equipment .swiper-pagination-white .swiper-pagination-bullet{background: #333;transition: width 0.3s ease-in-out;border-radius: 20px;height:2px;margin:0 1px;width:30px}
.leakey_index_equipment .swiper-pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active{width:50px;background:#de3a34}
.leakey_index_equipment .leakey_more{position: absolute;right: 0;top:0}
.leakey_index_equipment .leakey_title_box {position: relative;}
@media screen and (max-width:1200px){
    .leakey_index_equipment  .leakey_title_box{display: block;width: 100%;float:none!important}
    .leakey_index_equipment .leakey_more{float: none!important;margin-bottom: 20px}
}


/*subbanner*/
.leakey_subbanner:after{opacity: 0.2}
.leakey_subbanner{z-index: 5;background-color: #000;}
.leakey_subbanner.animate_bg{overflow: hidden;}
.leakey_subbanner.animate_bg .animate_bg_clone{animation: subbanner_bg 20s ease-in-out infinite;transform-origin: 90%; position: absolute;top:0;left:0;right:0;bottom:0;z-index: 0;background-size: cover;}
.leakey_subbanner .leakey_container{max-width: 100%;padding: 150px 50px 80px;margin: auto;position: relative;z-index: 3;min-height: 500px;}
.leakey_subbanner{background-repeat: no-repeat;background-position: center;background-size: cover;background-color: #f2f2f2;}
.leakey_subbanner .cur_location{margin-top: 50px}
.leakey_subbanner .cur_location li{float: left;}
.leakey_subbanner .cur_location li a{color: #fff;}
.leakey_subbanner .cur_location li a:hover{text-decoration: underline;}
.leakey_subbanner .cur_location li.contentT{opacity: 0.75;}
.leakey_subbanner .cur_location li.split{padding: 0 10px;}
.leakey_subbanner .leakey_title_sub{font-size: 18px;max-width: 60%;}
.leakey_main{font-size: 16px;line-height: 28px;color: #555;}
/*地图*/
.leakey_subbanner.map .map_bg{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 1}
.leakey_subbanner.map .leakey_title_box{position: relative;z-index: 3;}
.leakey_subbanner.map>.leakey_container:after{content: "";background: #000;opacity: 0.5;top: 0;left: 0;bottom: 0;right: 0;z-index:2;position: absolute;}
/*联系信息*/
.leakey_subbanner .leakey_contacts{position: relative;z-index: 3;background:none}
.leakey_subbanner .leakey_contacts .leakey_container{padding-left:0;padding-right: 0;color:#000;min-height: auto;padding-bottom: 0;padding-top: 80px}
.leakey_subbanner .leakey_contacts h6{font-size: 20px;margin-bottom: 10px;border-bottom: 1px solid #eee;padding-bottom:10px}
.leakey_subbanner .leakey_contacts .leakey_col div{padding: 30px;height: 100%;background: #fff}
.leakey_subbanner .leakey_contacts .leakey_col div:hover{background:#11488f;color: #fff}
.leakey_subbanner .leakey_contacts .leakey_col div:hover a{color: #fff;}
.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: #000;opacity: 0.35;top: 0;left: 0;bottom: 0;right: 0;z-index:2;position: absolute;}
@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}
}

/*section_content_detail*/
.section_content_detail p{font-size: 16px;line-height: 30px}

/*culture*/
.culture{background-repeat: no-repeat;background-size: cover;}
.culture .leakey_container{overflow: hidden;}
.culture_txt{width:50%;margin:auto;background:rgba(222,58,52,0.9);padding:50px;}
.culture_imgs{background: #f2f2f2;}
.culture_imgs .leakey_container{padding:30px 20px 50px}

/*多图焦点轮播展示+fancybox*/
.leakey_about_pics{overflow: hidden;}

/*leakey_sub_ch_btn*/
.leakey_sub_ch_btn{overflow:hidden;position: absolute;bottom: 0;left: 0;width: 100%;padding-left: 50px;padding-right: 50px;}
.leakey_sub_ch_btn li {float: left;}
.leakey_sub_ch_btn li a{display: block;overflow:hidden;position: relative; font-size:22px;height:80px;line-height: 80px;text-align: center;color:#333;padding-left:50px;padding-right: 50px;}
.leakey_sub_ch_btn li a span{position: relative;z-index: 2}
.leakey_sub_ch_btn li a:before{content:"";position:absolute;top:0;left:0;bottom:0;right:10px;z-index:0;transition: all 0.3s ease-in-out;background:#fff;opacity: 0.8;z-index: 0;box-shadow: inset 0 0px 15px rgba(0,0,0,0.1);}
.leakey_sub_ch_btn li:last-child a:before{right:0}
.leakey_sub_ch_btn li a:after{content:"";position:absolute;top:100%;left:0;height:100%;left:0;right:10px;z-index:1;transition: all 0.3s ease-in-out;background: #236cb2;opacity: 0.7;box-shadow: inset 0 0px 15px rgba(0,0,0,0.1);}
.leakey_sub_ch_btn li:last-child a:after{right: 0}
.leakey_sub_ch_btn li:hover a,.leakey_sub_ch_btn li.active a{color:#fff}
.leakey_sub_ch_btn li:hover a:after,.leakey_sub_ch_btn li.active a:after{top:0}
.leakey_sub_ch_btn li.active a:after{background: #236cb2;}

@media screen and (max-width: 1440px){
    .leakey_sub_ch_btn,.leakey_sub_ch_btn li a{padding-left:20px;padding-right: 20px}
}
@media screen and (max-width: 720px){
    .leakey_sub_ch_btn{position: relative;padding-left:0px;padding-right: 0px;padding-top:50px;}
    .leakey_sub_ch_btn li{width:50%!important;margin-bottom:10px}
    .leakey_sub_ch_btn li:nth-of-type(2n) a:after,.leakey_sub_ch_btn li:nth-of-type(2n) a:before{right:0}
    .leakey_sub_ch_btn li a{height:60px;line-height: 60px;font-size: 22px}
}
@media screen and (max-width: 512px){
    .leakey_sub_ch_btn li a{height:50px;line-height: 50px;font-size: 18px;}
}
/*leakey_qr_code为链接增加二维码*/
#leakey_qr_show{opacity: 0;animation: show_qr_code_ani 0.3s ease-in-out;animation-fill-mode: forwards;}
@keyframes show_qr_code_ani{
    0%{opacity: 0;transform:translateX(0);}
    100%{opacity: 1;transform: translateX(5px);}
}
@keyframes show_qr_code_ani2{
    0%{opacity: 0;transform:translateX(0);}
    100%{opacity: 1;transform: translateX(-5px);}
}
/*二维码一键拨号*/
.leakey_qr_call{background:#154b7e}
.leakey_qr_call a.leakey_more{background:#de3a34;font-size: 22px}
.leakey_qr_call p{padding:50px 0px 20px;font-size: 28px;margin-bottom: 20px}

@media screen and (max-width:1200px){
    .leakey_swiper_wraper_big,.leakey_swiper_wraper_small{width: 100%;float: none}
}

.leakey_about_ch_txt{font-size: 16px;line-height: 26px}

/*leakey_swiper_top_articles*/
.leakey_swiper_top_articles .leakey_swiper_wraper{background: #fff}
.leakey_swiper_top_articles .leakey_swiper_wraper li .title{padding:8px 20px}
.leakey_swiper_top_articles .leakey_swiper_wraper li:hover img{transform:scale(1.1)}
.leakey_swiper_top_articles .swiper-slide{position: relative;}
.leakey_swiper_top_articles .leakey_img_box{float: left;width: 60%;height:500px;display: block;}
.leakey_swiper_top_articles .leakey_img_box img{height:100%;width:100%;object-fit: cover;}
.leakey_swiper_top_articles .txt_box{padding:50px 30px;background: #fff;right:0;top:0;bottom:0;width:40%;height: 100%;position: absolute;}
.leakey_swiper_top_articles .txt_box h3{margin-bottom: 20px}
.leakey_swiper_top_articles .news_date{margin-bottom: 20px}
.leakey_swiper_top_articles .leakey_more{position: absolute;bottom:50px;left:30px}
@media screen and (max-width: 1440px){
    .leakey_swiper_top_articles .leakey_img_box,.leakey_swiper_top_articles .txt_box{width: 50%}
    .leakey_swiper_top_articles .leakey_more{position: relative;bottom: auto;left: auto;margin-top:20px}
    .leakey_swiper_top_articles .leakey_img_box{height:300px}
}
@media screen and (max-width: 1200px){
    .leakey_swiper_top_articles .leakey_img_box{float: none;width: 100%}
    .leakey_swiper_top_articles .leakey_img_box{height:400px}
    .leakey_swiper_top_articles .txt_box{position: relative;height:auto;top:auto;width:100%}
}

/*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;}
.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 li:hover img{transform: scale(1.2);}
.news_list li:hover .news_txt_box{width: 100%}
@media screen and (max-width: 1440px){
    .news_list li{width:33.3333%}
}
@media screen and (max-width: 1024px){
    .news_list li{width:50%}
}
@media screen and (max-width:720px){
    .news_list li{width:100%}
}

/*leakey_article_detail*/
.leakey_article_detail .leakey_container{padding:0}
.leakey_article_detail img{max-width: 100%;}
.leakey_article_detail .article_title{text-align: center;font-size: 28px;margin-bottom: 20px;line-height: 35px;}
.leakey_article_detail .atricle_tips{text-align: center;margin-bottom: 50px;border-bottom: 1px solid #f2f2f2;padding-bottom: 30px;}
.leakey_article_detail .atricle_tips font{display: inline;padding: 0 10px}
.leakey_article_detail .atricle_tips font:before{padding-right: 5px}
.leakey_article_n_p{border-top: 1px solid #f2f2f2;margin-top: 30px;padding-top:30px;position: relative;}
.leakey_article_n_p a span{font-weight: bold;}
.leakey_article_n_p a:first-child{float: left;}
.leakey_article_n_p a:last-child{float: right;}
.leakey_article_n_p.go_back_to_list a{float: none;display:block;}
.leakey_article_n_p.go_back_to_list a.leakey_more{position: absolute;right: 0;top:30px}
@media screen and (max-width: 1200px){
    .leakey_article_n_p a:last-child,.leakey_article_n_p a:first-child{float: none;display: block;margin-bottom: 10px;}
}
@media screen and (max-width: 720px){
    .leakey_news_detail .atricle_tips font{padding-left: 0;}
    .leakey_news_detail .atricle_tips font:last-child{padding-right: 0;}
    .leakey_article_n_p.go_back_to_list a.leakey_more{position: relative;display: inline-block;top:0;margin-top:20px} 
}

.leakey_left_img_list .img_list li:last-child{margin-bottom: 0}
.leakey_left_img_list .img_list li a{border:1px solid #f2f2f2;display: block;}
.leakey_left_img_list .img_list li a .img_title{padding:10px 20px}
.leakey_frame_lr.l_big_r_small .leakey_right .leakey_container{padding:0 30px 20px;margin-bottom: 10px}

.leakey_bottom_img_list .img_list li{float: left;width:16.66667%}
.leakey_bottom_img_list .img_list li a .img_title{padding:10px 20px;background: #f2f2f2}
@media screen and (max-width: 1280px){
    .leakey_bottom_img_list .img_list li{width:33.33%}
}
@media screen and (max-width: 1024px){
    .leakey_frame_lr.l_big_r_small .leakey_left{float: none}
    .leakey_frame_lr.l_big_r_small .leakey_right{display: block;float: none;width: 100%;margin-top: 50px}
    .leakey_frame_lr.l_big_r_small .leakey_right .leakey_container{padding-left:0;padding-right: 0}
}
@media screen and (max-width: 720px){
    .leakey_bottom_img_list .img_list li{width:50%}
}

.leakey_search_ani{position: relative;background: rgba(0,0,0,0.05);margin-top:35px;}
.leakey_search_ani .leakey_search_ani_val{position: relative;z-index: 1;width: 100%;height:40px;line-height: 40px;padding:5px 10px;border:0;background: none}
.leakey_search_ani .leakey_search_ani_btn{position: absolute;right:0;top:0;height: 40px;width:40px;line-height: 40px;text-align: center;z-index: 2;display: block;cursor: pointer;}
.leakey_search_ani .leakey_search_ani_tip{position: absolute;top:0;left:10px;z-index: 0;height:40px;line-height: 40px;transition: all 0.3s ease-in-out;opacity: 0.75}
.leakey_search_ani.focus .leakey_search_ani_tip{transform: translateY(-35px);font-size: 14px}
.leakey_search_ani.focus .leakey_search_ani_tip:before{content:"/";display: inline;padding-right: 5px}
.leakey_search_ani.focus .leakey_search_ani_tip:after{content:"/";display: inline;padding-left: 5px}
.leakey_search_ani .leakey_search_ani_btn:hover{background: #2771b5;color:#fff}
/*本文标签*/
.tag_box{margin-top:50px;}
.tag_box span{font-weight: bold;}
.tag_box a{border: 1px solid #f2f2f2;padding:10px 25px;display: inline-block;margin-right: 10px}
.tag_box a:hover{background: #2771b5;color:#fff}
/*热门标签*/
/*.hot_tag a{border:1px solid #f2f2f2;padding:10px 25px;display: inline-block;margin-right: 10px;margin-bottom: 10px}*/
.hot_tag a{padding:2px 5px;margin-bottom: 5px;margin-right: 5px;display: inline-block;}

/*leakey_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%}
}

/*case*/
.case_list div{background: #f2f2f2;padding:20px 30px;position: relative;}
.case_list h3{margin-bottom:10px;}
.case_list .leakey_more{margin-top: 20px}
.case_list a:hover img{transform: scale(1.2);}
.case_list a:hover{color:#333}
.case_list .leakey_img_box{border:1px solid #f2f2f2}
@media screen and (max-width:1200px){
    .case_list .leakey_col_avg_3{width:50%}
}
@media screen and (max-width:720px){
    .case_list .leakey_col_avg_3{width:100%}
}

/*case_detail*/
.article_detail_sw_img_video_txt{overflow: hidden;}
.article_detail_sw_img_video_txt .leakey_fl{width:50%;margin-right: 2%;margin-bottom: 30px;position: relative;z-index: 1}
.article_detail_sw_img_video_txt .leakey_fr{width:48%}
.article_detail_sw_img_video_txt h1{font-weight: normal;margin-bottom: 20px}
.article_detail_sw_img_video_txt .video_icon{position: absolute;font-size:100px;z-index: 99;color:#fff;top:50%;left:50%;transform: translate(-50%,-50%);}
.article_detail_sw_img_video_txt .sw_video{position: relative;}
.article_detail_sw_img_video_txt .sw_video:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;transition: all 0.3s ease-in-out;background: #000;opacity: 0.15}
.article_detail_sw_img_video_txt .leakey_swiper_wraper{border: 1px solid #f2f2f2}
.article_detail_sw_img_video_txt tbody td{background: #257bcc;color:#fff;text-align: center;border:1px solid #f2f2f2;padding:8px 10px;font-weight: bold;}
.article_detail_sw_img_video_txt tbody td:nth-of-type(2n){background: #cce6ff;font-weight: normal;color:#333}
@media screen and (max-width:720px){
    .article_detail_sw_img_video_txt .leakey_fl{width: 100%;margin-right: 0}
    .article_detail_sw_img_video_txt .video_icon{font-size: 80px}
    .article_detail_sw_img_video_txt .leakey_fr{width: 100%}

    .article_detail_sw_img_video_txt .leakey_fr>div:nth-of-type(2) table{max-width: 100%;overflow: auto;display: block;}
    .article_detail_sw_img_video_txt .leakey_fr>div:nth-of-type(2) table tbody{display: block;}
}

#leakey_map{width:100%;height: 400px;}
.addStr{font-size:14px;padding:20px;line-height:18px;text-align: center;}
.contacts{background: #f2f2f2}
.contacts_info_txt{background: #fff;padding:50px 20px;margin-top:30px;overflow: hidden;}
.contacts_info_txt li{padding:0 20px;border-right: 1px solid #ddd;}
.contacts_info_txt li:last-child{border:0}
@media screen and (max-width: 720px){
   .contacts_info_txt li{width:100%;border:0;margin-bottom: 30px}
}


/*leakey_feedback*/
.leakey_feedback .form-label em{color:#c73f0e;padding-right: 5px}
.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;resize: vertical;}
.leakey_feedback .form-group.form-textarea{width: 100%;}
.leakey_feedback .form-group.form-button{text-align: center;width: 100%;}
.leakey_feedback .form-group.form-button input{border: 0;background: #257bcc;color: #fff;padding: 0 80px;cursor: pointer;width: auto}
.leakey_feedback .form-group.form-button input:hover{background: #c73f0e;}
.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_sitemap*/
.leakey_sitemap .sitemap_1{display: block;border-top: 1px solid #f2f2f2;font-size: 30px;color: #333;line-height: 40px;padding: 50px 20px 0;margin-top: 50px}
.leakey_sitemap .sitemap_1:nth-of-type(1){border: 0;margin-top: 0;}
.leakey_sitemap .sitemap_1.sitemap_has_child{margin-bottom: 20px;}
.leakey_sitemap .sitemap_2{padding: 0 20px;font-size: 20px;margin-top: 20px;margin-bottom: 10px;}
.leakey_sitemap .sitemap_3{padding: 0 40px;margin-bottom: 10px;display: inline-block;}
.leakey_sitemap .sitemap_has_content{display: block;}
.leakey_sitemap .leakey_container a:first-child{padding-top: 0}
