/**
 * @author     leakey
 * @date       2023-12-21
 */
.leakey_container{padding:130px 20px}
a:hover {color: #2c64af;}
/*target指当前路径hash指定的元素的样式，用以锚链接遇到fixed导航的位置纠正*/
/*:target{padding-top:90px;}*/
/*leakey_title*/
/*.leakey_title{font-weight: bold!important;}*/
.leakey_title:after{content: "";display: block;height: 3px;width: 74px;background: #ef9442;margin-top: 18px;} 
.leakey_title_no_line:after{display: none;}
.leakey_title_h_38{line-height: 38px;}
.leakey_title{margin-bottom: 20px;font-size: 55px;}
.leakey_title_sub{font-size: 26px;margin-bottom: 20px;line-height: 34px;}
.leakey_title .title_txt{font-size: 32px;line-height: 36px;}
.leakey_title.center {text-align: center;}
.leakey_title.center .title_txt{float: none;display: inline-block;}
.leakey_title.center .title_txt:after{margin-left: auto;margin-right: auto;}
.leakey_title .leakey_title_alias{margin-top: 15px;display: block;}
.leakey_title_box.leakey_align_center .leakey_title:after{margin-left: auto;margin-right: auto}
/*leakey_title_m*/
.leakey_title.m:after{content: "";display: block;height: 2px;width: 50px;margin-top: 12px} 
.leakey_title.m{font-size: 30px;line-height: 32px}
.leakey_title.m .leakey_title_sub{font-size: 18px;margin-bottom: 10px;line-height: 22px;}
/*leakey_more*/
.leakey_more{border-color: #ccc;display: inline-block;border-radius: 50px;border:0;outline:1px solid #ccc;}
.leakey_more:hover{box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);transform: translateY(-3px);outline: 0}
.leakey_container{max-width:100%;padding-left:50px;padding-right:50px;}
.leakey_more:hover,.leakey_more.leakey_more_white:hover{border:0;background: #2c64af;background: -moz-linear-gradient(left,#2c64af 0%,#ef9442 100%);background: -o-linear-gradient(left,#2c64af 0%,#ef9442 100%);background: -webkit-gradient(linear,left top, right top,from(#2c64af),to(#ef9442));background: -moz-linear-gradient(left,#2c64af,#ef9442);background: -o-linear-gradient(left,#2c64af,#ef9442);background: linear-gradient(left,#2c64af,#ef9442); color: #fff}
.leakey_more:hover{border-radius: 50px}
.leakey_more.color,.leakey_more.leakey_more_white.color{border-radius: 50px;border:0;outline:0;background: #2c64af;background: -moz-linear-gradient(left,#2c64af 0%,#ef9442 100%);background: -o-linear-gradient(left,#2c64af 0%,#ef9442 100%);background: -webkit-gradient(linear,left top, right top,from(#2c64af),to(#ef9442));background: -moz-linear-gradient(left,#2c64af,#ef9442);background: -o-linear-gradient(left,#2c64af,#ef9442);background: linear-gradient(left,#2c64af,#ef9442); color: #fff}
.leakey_more,.leakey_more.leakey_more_white{background:#fff}
.leakey_more.gradient_bg_red{border:0;color:#fff;outline: 0}
.leakey_title_btn{margin-bottom:20px}
/*模块标题+按钮，左右结构*/
.leakey_title_btn_lr{position:relative;}
.leakey_title_btn_lr .leakey_title{line-height: 38px}
.leakey_title_btn_lr .leakey_more{position: absolute;right: 0;top:0}

/*title加粗*/
/*.leakey_banner .banner_txt h3,.leakey_title{font-weight: bold!important;}*/
.leakey_title{line-height: 60px;}
.leakey_title_des{opacity: 0.85;font-size: 18px;line-height: 22px}
.leakey_title_des p{margin-bottom: 5px}
ul.pagination li.active a{background-color: #2c64af;border-color: #2c64af;color: #ef9442}

@media screen and (max-width: 1440px){
    .leakey_container{padding-right:20px;padding-left:20px}
}
@media screen and (max-width: 720px){
    .leakey_title,.leakey_title_btn_lr .leakey_title{font-size: 34px;line-height: 34px}
}
@media screen and (max-width: 512px){
    .leakey_title,.leakey_title_btn_lr .leakey_title{font-size: 32px;line-height: 38px}
    .leakey_title_sub{font-size: 18px}
    .leakey_title_btn_lr .leakey_more{position:relative;right:auto;left:0;float: none!important}
}


/*header*/
header{background: rgba(255,255,255,0.05);}
header.fixedon{background: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);}
header.fixedon nav>ul>li>a:link,header.fixedon nav>ul>li>a:visited{color: #333;}
header .logo{display: block;left: 50px;top: 50%;margin-top: -30px;position: absolute;line-height: 0;width:405px;z-index: 10}
header .logo img{max-height: 60px;float: left;margin-right: 15px;}
header .logo .t{font-size: 26px;line-height: 28px;color:#2c64af!important;margin-top: 16px;opacity: 1;margin-bottom: 0px;display:block}
header .logo p{color:#fff;line-height: 22px;font-size: 14px;opacity: 0.6;letter-spacing: 2.5px;}
header.en .logo p{letter-spacing: 1.65px}
header.fixedon .logo .t,header.fixedon .logo p,header.show_search .logo .t,header.show_search .logo p{color:#333}
header nav li a:link,header nav li a:visited{color: #fff;padding: 0 25px;}
header.fixedon nav>ul>li>a:link, header.fixedon nav>ul>li>a:visited,header.show_search nav>ul>li>a:link, header.show_search nav>ul>li>a:visited{color: #333;}
header.fixedon nav>ul>li.active>a:link,header.fixedon nav>ul>li.active>a:visited{color:#2c64af}
.leakey_header_container{padding: 0 50px;max-width: 100%;z-index: 10;}
.leakey_header_container nav{position: absolute;top:0;right: 0;left:0}
.leakey_header_container nav>ul>li>a{display:block;height: 90px;line-height: 90px;font-size: 18px;position: relative;overflow: hidden;color: #333;transition: color 0.3s ease}
header.fixedon .leakey_header_container nav>ul>li:hover>a,header .leakey_header_container nav>ul>li:hover>a{color:#2c64af}
header.fixedon .leakey_header_container nav>ul>li:hover>a:after,header .leakey_header_container nav>ul>li:hover>a:after{color:#333}
.leakey_header_container nav>ul>li.active>a{color:#fff}
.leakey_header_container nav>ul>li{position: relative;}
.leakey_header_container nav>ul>li div.sub_nav{display:none;position: absolute;left:0;top:100%;min-width:100%;padding:8px 0;}
.leakey_header_container nav>ul>li div.sub_nav div.lite_sub_nav{top:0;left:100%;}
.leakey_header_container nav>ul>li div.sub_nav ul{text-align: center;}
.leakey_header_container nav>ul>li div.sub_nav ul li {margin-bottom: 5px;padding-left:8px;padding-right: 8px;position: relative;}
.leakey_header_container nav>ul>li div.sub_nav ul li:last-child{margin-bottom: 0}
.leakey_header_container nav>ul>li div.sub_nav ul li a{position: relative;display: block;padding:8px 15px;transition: all 0.2s ease-in-out;background-size: cover;color:#333;border-radius: 5px;background:rgba(0, 0, 0, 0);transition: background 0.3s ease-in-out;line-height: 22px;white-space: nowrap;}
.leakey_header_container nav>ul>li div.sub_nav ul li a:after{position: absolute;right:10px;transition: all 0.3s ease-in;transform-origin: center;}
.leakey_header_container nav>ul>li div.sub_nav ul li:hover>a:after{transform: rotate(-90deg);padding-left: 0}
.leakey_header_container nav>ul>li div.sub_nav ul li a:hover{background:rgba(50, 67, 134, 0.1);color: #333}
.leakey_header_container nav>ul>li ul{display: block;clear: both;}
.leakey_header_container nav>ul>li div.rich_sub_nav{position: fixed;display:none;left:0;right:0;top:90px;padding:0px;background: none;box-shadow: none;border:0;line-height: 22px}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul{border-bottom-left-radius: 8px;overflow:hidden;padding:60px 50px;position: relative;}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul:before{content:"";display: block;position:absolute;top:0;left:calc(22% - 1px);bottom:0;width:1px;transform:scale(0.5,1);z-index:2;transition: all 0.3s ease-in-out;background: #ccc}
.leakey_header_container nav>ul>li div.rich_sub_nav ul li{position: static;}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li{display: block;padding:0;width:20%}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li>a{width:100%;padding:10px 0px;display: block;}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li img{width:100%;display: block;}
.leakey_header_container nav>ul>li div,.leakey_header_container nav>ul>li div.rich_sub_nav>ul{border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);background: #fff;}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li a,
.leakey_header_container nav>ul>li div.rich_sub_nav_list_all a{white-space: normal;text-align: left;font-size: 22px;cursor: pointer;color:#333;}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li a:hover{background: none}
.leakey_header_container nav>ul>li div.rich_sub_nav_list_all a:hover img,
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li a:hover img{transform: scale(1.2);}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li div.rich_sub_nav_list{overflow:hidden;position: absolute;left:22%;right: 50px;top:50%;box-shadow: none;transform: translateY(-50%);z-index: 1;display: none}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li div.rich_sub_nav_list>div{overflow: hidden;padding:20px;box-shadow: none;background: #fff}
.leakey_header_container nav>ul>li div.rich_sub_nav div.rich_sub_nav_list_all>div>a,
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li div.rich_sub_nav_list>div>a{width: 14.28571%;float: left;display: block;padding:0px;}
/*.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li:hover div.rich_sub_nav_list{z-index: 3;display: block;}*/
.leakey_header_container nav>ul>li div.rich_sub_nav .leakey_title_box{text-align: left;}
.leakey_header_container nav>ul li>div.rich_sub_nav div.rich_sub_nav_list_all{position: absolute;overflow: hidden;background:none;left:calc(22% + 20px);right:60px;top:50%;transform: translateY(-50%);z-index: 2;box-shadow: none;padding:0 0 25px;padding-bottom: 0}
.leakey_header_container nav>ul li>div.rich_sub_nav div.rich_sub_nav_list_all>div.swiper-wrapper{background: none}
.leakey_header_container nav>ul li>div.rich_sub_nav div.rich_sub_nav_list_all>div{box-shadow: none;}
.leakey_header_container nav>ul>li div.rich_sub_nav strong{font-weight: normal!important;text-align: center;padding-top: 10px;font-size: 16px;}

.leakey_header_container nav>ul>li .swiper-button-prev,.leakey_header_container nav>ul>li .swiper-container-rtl .swiper-button-next{left:0px;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'%232c64af'%2F%3E%3C%2Fsvg%3E")!important;}
.leakey_header_container nav>ul>li .swiper-button-next,.leakey_header_container nav>ul>li .swiper-container-rtl .swiper-button-prev{right:0px;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'%232c64af'%2F%3E%3C%2Fsvg%3E")!important;}
.leakey_header_container nav>ul>li .swiper-container-horizontal>.swiper-pagination-bullets,.leakey_header_container nav>ul>li .swiper-pagination-custom,.leakey_header_container nav>ul>li .swiper-pagination-fraction{bottom:-5px!important}
.leakey_header_container nav>ul>li .swiper-pagination-white .swiper-pagination-bullet{background: #000!important}
.leakey_header_container nav>ul>li .swiper-pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#2c64af!important}
.leakey_header_container nav>ul>li div.rich_sub_nav ul li:hover>a:after{transform: none;transform-origin: left;}

.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li a.active{color: #2c64af}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li a:after{content:"";position:absolute;top:12px;right:50px;opacity:0;transform: translateX(-20px);width:10px;height:18px;z-index:0;transition: all 0.4s ease-in-out;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9L1 1m0 16l8-8' stroke='%23000' fill='none' fill-rule='evenodd' stroke-linecap='round'/%3E%3C/svg%3E");}
.leakey_header_container nav>ul>li div.rich_sub_nav>ul>li a.active:after{transform: translateX(0);opacity: 1}

/*子栏目顶部border+fadeInUp*/
.leakey_header_container nav>ul>li div,.leakey_header_container nav>ul>li div.rich_sub_nav{border-top:2px solid #2c64af;}
.leakey_header_container nav>ul>li div.rich_sub_nav div{border-top:0}
.leakey_header_container nav>ul li:hover>div{animation:show_sub_nav 0.3s ease-in;animation-fill-mode: forwards;display: block;}
.leakey_header_container nav>ul li:hover>div.rich_sub_nav{animation:show_sub_nav_rich 0.3s ease-in;}
.leakey_header_container nav>ul li:hover>div.rich_sub_nav div{animation:none;}
@keyframes show_sub_nav{
    0%{opacity: 0;transform: translateY(10px);}
    100%{opacity: 1;transform: translateY(0);}
}

/*下拉子栏目居中*/
.leakey_header_container nav>ul>li div.sub_nav{left: 50%;transform: translateX(-50%)!important;}
.leakey_header_container nav>ul>li div.sub_nav div.lite_sub_nav{left:100%;transform: translateX(0)!important;}
.leakey_header_container nav>ul>li div.rich_sub_nav{left: 0;transform:  translateX(0)!important;}

@keyframes show_sub_nav{
    0%{opacity: 0;transform: translate(-50%,10px);}
    100%{opacity: 1;transform: translate(-50%,0);}
}

@keyframes show_sub_nav_rich{
    0%{opacity: 0;transform: translateY(10px);}
    100%{opacity: 1;transform: translateY(0);}
}

.language{float: right;position: relative;z-index: 10}
.language a{display: block;height: 90px;line-height: 90px;padding: 0 15px;position: relative;float: left;color: #fff}
.language a:after{content: "";width: 1px;height: 13px;top: 50%;margin-top: -6px;right: 0;background: #fff;display: block;position: absolute;transform: skewX(-10deg);}
.language a:last-child{padding-right: 0;}
.language a:last-child:after{display: none;}
header.fixedon .language a:hover,header.show_search .language a:hover{color: #2c64af}
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 30px;position: relative;z-index: 10}
.icon_btn a{display: inline-block;line-height: 22px;color:#fff;font-size:20px;padding:0 10px;cursor: pointer;position: relative;top:34px;}
.shop_btn {float: right;line-height: 22px;font-size: 20px;margin-left:20px;cursor: pointer;position: relative;z-index: 10;top:20px}
.lang{float: right;text-align: center;margin-left: 10px;position: relative;z-index: 11;top:34px;}
.lang>a{line-height: 22px;font-size: 20px;cursor: pointer;}
.lang ul{display: none;position: absolute;top:100%;left:50%;transform: translateX(-50%);background: rgba(44,100,175,0.9);min-width:60px;}
.lang ul a{color: #fff;display: inline-block;padding: 5px 15px}
.lang:hover ul{display: block;}
.lang ul a{display: block;}
.lang ul a:hover{background: rgba(239,148,66,0.9);color: #fff}
.header_icon_list{position: absolute;right:50px;bottom: 20px;width:138px;z-index: 10}
.header_icon_list li{float: left;height: 22px;width: 22px;background: #067ad1;color: #fff;border-radius: 50%;overflow: hidden;margin-right: 7px;filter: grayscale(100%);}
.header_icon_list li:nth-of-type(2){background: #1278f3;}
.header_icon_list li:nth-of-type(3){background: #c81f9a}
.header_icon_list li:nth-of-type(4){background: #36c3ee}
.header_icon_list li:nth-of-type(5){background:#f00 }
.header_icon_list li:last-child{margin-right: 0}
.header_icon_list li a{cursor:pointer;cololr:#fff}
.header_icon_list li a:link,.header_icon_list li a:visited{color: #fff;}
.header_icon_list li .iconfont{font-size: 14px;display: block;line-height: 22px;text-align: center;width: 100%;height: 100%;}
.header_icon_list li .iconfont:before{transition: all 0.2s ease-in;}
.header_icon_list li .iconfont:hover:before{text-shadow: 0 0 10px rgba(0, 0, 0,0.3);font-size: 18px;}
.header_icon_list .iconfont:before{padding-right: 0;}
.header_icon_list li:hover{filter: grayscale(0);}

header.fixedon .icon_btn a,header.show_search .icon_btn a{color:#333}
header.show_search .mobile_menu:before,header.show_search .mobile_menu:after,header.show_search .mobile_menu span{background:#333}
.icon_btn a:hover,header.fixedon .icon_btn a:hover{color:#2c64af}
.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:#2c64af;cursor: pointer;transition: transform 0.3s ease-in-out;}
.top_search .close_popup:hover{transform: rotate(90deg);}
header.show_search .top_search{max-height: none;padding:170px 0 80px;}
.top_search input::-webkit-input-placeholder{color: #bbb;}
.top_search input:-moz-placeholder{color: #bbb;}
.top_search input::-moz-placeholder{color: #bbb;}
.top_search input:-ms-input-placeholder{color: #bbb;}

/*input、textarea，placeholder颜色更改*/
.top_search div input::-webkit-input-placeholder{color: #000;opacity: 0.45}
.top_search div input:-moz-placeholder{color: #000;opacity: 0.45}
.top_search div input::-moz-placeholder{color: #000;opacity: 0.45}
.top_search div input:-ms-input-placeholder{color: #000;opacity: 0.45}

/*header-导航居中-start*/
.leakey_header_container nav>ul{width: 100%;text-align: center;line-height: 0;}
.leakey_header_container nav>ul>li{float: none;display: inline-block;}



/*有子菜单*/
header .has_child:after{content: "\e6b6";display: inline-block;margin-left: auto;padding-left: 8px;opacity: 0.85;font-family: "iconfont" !important;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 12px;font-weight: bold;}

@media screen and (max-width: 1920px){
    /*header-导航居中取消*/
    .leakey_header_container nav>ul{float: right;margin-top: 0;width: auto;margin-right: 0px}
    .leakey_header_container nav{position:relative;}
}
/*header-导航居中-end*/
@media screen and (max-width: 1680px){
    header nav li a:link, header nav li a:visited{padding: 0 20px}
}
@media screen and (max-width: 1440px){
    /*header*/
    .leakey_header_container nav>ul>li>a{font-size: 16px;}
    header .logo{left:20px}
    .leakey_header_container{padding-left:20px;padding-right: 20px;}
    .leakey_header_container nav>ul>li div.rich_sub_nav{padding:0}
    .header_icon_list{right: 20px}
    .leakey_header_container nav>ul>li div.rich_sub_nav>ul{padding-left:20px;padding-right: 20px;}
    .leakey_header_container nav>ul>li div.rich_sub_nav>ul>li a:after{right: 20px}
    .leakey_header_container nav>ul li>div.rich_sub_nav div.rich_sub_nav_list_all{right: 30px}
}

@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}    
    .icon_btn{margin-right: 50px;}
    .top_search .close_popup{top:75px;right:20px}
    .pc_menu, .language{display: none;}
    .mobile_menu{display: block;}
    .header_icon_list{display: none}
    .icon_btn a{top:35px}
    .lang{top:35px;margin-right: 60px}
    .shop_btn{top:35px;margin-right: 70px;margin-left: 0}
}
@media screen and (max-width: 1024px){
    #menu{display: none;}
}

@media screen and (max-width: 720px){
    
}

@media screen and (max-width: 512px){
    header .logo{transform: scale(0.9);transform-origin: left;}
}
@media screen and (max-width: 480px){
    header .logo{transform: scale(0.7);}    
}
@media screen and (max-width: 402px){
    header .logo{transform: scale(0.6);}
/*    header .logo .t,header .logo p{display: none}*/
}

@media screen and (max-width: 360px){
    header .logo{transform: scale(0.5);}
}


/*banner-video*/
.leakey_banner{background:#333;background: linear-gradient(90deg,#257bcc -1%,#ef9442 102%)}
.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 50px;max-width:none}
.leakey_banner .banner_txt h3{font-size: 85px;text-transform: uppercase;font-weight: 600!important;max-width: 55%;line-height: 80px;}
/*.leakey_banner .banner_txt h3{color: #2771b5;font-size: 160px;transition: all 0.3s ease-in-out}
.leakey_banner .swiper-slide-duplicate-active .banner_txt h3,.leakey_banner .swiper-slide-active .banner_txt h3{font-size: 65px;}*/
.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.1);}
.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:#ef9442;height:60px;width:60px;background-size: 20px;top:auto;bottom:50px}
.leakey_banner .swiper-button-prev{left:auto;right:110px;border-right: 1px solid #e5832b;}
.leakey_banner .swiper-pagination-bullet:after{background: #ef9442}
.leakey_banner .swiper-button-prev:hover,.leakey_banner .swiper-button-next:hover{background-color:#e5832b ;background-size: 18px;}
.leakey_banner .banner_more{background:#257bcc;border:0;background: #fff;border-radius: 50px;color: #333!important;}
.leakey_banner .banner_more:hover{padding:8px 40px;background:#04487a;color:#fff!important}
.leakey_banner .swiper-slide:after{opacity: 0.8;background: linear-gradient(to top,#2d64ae 10%,transparent 50%);}
.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;}
.leakey_banner .banner_txt h3:after{display: none}
@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;line-height: 22px}
    .leakey_banner .banner_txt p,.leakey_banner .banner_txt h3{max-width:100%}
}

.index_about .leakey_more{margin-top: 50px}
.index_about .leakey_title_des{margin-top: 30px;font-size: 16px}
.index_about .leakey_title_box{max-width: 80%;margin:auto}
.index_about_pro{margin-top:50px}
.index_about_pro a{font-size: 28px;line-height: 32px;position: relative;display: inline-block;margin-bottom: 20px}
.index_about_pro span{display: inline-block;margin:0 20px;opacity: 0.2;height:20px;width: 1px;background: #000}
.index_about_pro span:last-child{display: none}
/*leakey_more_line*/
.index_about_pro a{position: relative;height:35px;line-height: 35px;padding:0 5px;display: inline-block;letter-spacing: 2px}
.index_about_pro a:before{content:"";position:absolute;left:0;bottom:-10px;z-index:-1;transition: all 0.3s ease-in-out;height:1px;width:100%;background:#257bcc;opacity: 0;border-radius: 10px}
.index_about_pro a:hover:before{height:calc(100% + 20px);opacity: 1;left:-10px;width:calc(100% + 20px);}
.index_about_pro a:hover{color:#fff}

@media screen and (max-width: 720px){
   .index_about .leakey_title_box{max-width:100%}
}

/*.index_feedback .leakey_container{padding-top: 180px;padding-bottom: 180px}*/
.index_feedback .bg{background: url(../images/pro_bg.png);background-size: cover;width: 968px;height:500px;display: block;position: absolute;bottom: 0;left: 0;z-index: -1}
.index_feedback .leakey_title{display: inline-block;font-weight: normal;background-image:linear-gradient(90deg,#ef9442 -1%,#257bcc 102%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.index_feedback .leakey_more{background-image:linear-gradient(90deg,#ef9442 -1%,#257bcc 102%);outline: 0;color:#fff}

/*index_advantage_lr */
.index_advantage_lr {position: relative;overflow: hidden;}
.index_advantage_lr .leakey_title_box{padding-right: 50px;color: #fff}
.index_advantage_lr .leakey_more{margin-top: 50px}
.index_advantage_lr:before{content:"";position:absolute;top:0;left:0;bottom:0;right:50%;z-index:-1;transition: all 0.3s ease-in-out;background: linear-gradient(90deg,#257bcc -1%,#234776 102%)}
.index_advantage_lr:after{content:"";position:absolute;top:0;left:50%;bottom:0;right:0;z-index:-1;transition: all 0.3s ease-in-out;background:url(../images/index_advantage.jpg);background-size: cover;overflow: hidden;opacity: 0.9}
.index_advantage_lr_disadvantage {padding:70px 50px;background: rgba(255,255,255,0.95);margin-left: 50px}
.index_advantage_lr_disadvantage li{overflow: hidden;margin-top:50px}
.index_advantage_lr_disadvantage li:first-child{margin-top: 0}
.index_advantage_lr_disadvantage i{display: block!important;float: left!important;height:100px;width:100px;margin-right: 30px;border:1px solid #ddd;border-radius: 10px;font-size: 50px;line-height: 100px;text-align: center;color: #ef9442}
.index_advantage_lr_disadvantage strong{font-size: 28px;font-weight: normal;line-height: 30px;margin-bottom: 10px;display:block;color:#333}
.index_advantage_lr_disadvantage p{font-size: 16px;line-height: 22px;opacity: 0.85}

.index_advantage_lr .leakey_title_des span{display: block;font-size: 16px;}
.index_advantage_lr .leakey_title_des em{font-style: normal;font-size: 16px;display: block;margin-bottom: 10px}

.index_advantage_lr ul{display: flex;gap: 0;margin-top: 50px}
.index_advantage_lr li{border: 1px solid rgba(255,255,255,0.1);padding: 30px 20px;flex: 1;border-right:0}
.index_advantage_lr li:last-child{border-right: 1px solid rgba(255,255,255,0.1)}
.index_advantage_lr li strong{font-size: 26px;line-height: 26px;font-weight: normal;display: block;margin-bottom: 30px}
.index_advantage_lr li strong i{font-size: 22px;margin-right: 10px;height:50px;width:50px;line-height: 50px;text-align: center;display: inline-block;border:1px solid #fff;border-radius: 50%}

@media screen and (max-width: 1024px){
   .index_advantage_lr .leakey_col{width:60%}
   .index_advantage_lr .leakey_col:nth-of-type(2){width:40%}
   .index_advantage_lr:before{right: 40%}
   .index_advantage_lr:after{left: 60%}
}
@media screen and (max-width: 720px){
   .index_advantage_lr .leakey_col{width:100%}
   .index_advantage_lr .leakey_col:nth-of-type(2){width:100%}
   .index_advantage_lr:before{right: 0;opacity: 0.75;}
   .index_advantage_lr:after{left: 0;z-index: -2}
   .index_advantage_lr .leakey_more{margin-top: 50px}
   .index_advantage_lr .leakey_title_box{padding-right: 0}
   .index_advantage_lr ul{display: block;}
   .index_advantage_lr li{margin-bottom: 20px}
}



/*index_advantage_rl*/
.index_advantage_rl {position: relative;background-color: #999;overflow: hidden;}
.index_advantage_rl .leakey_title_box{padding-left: 50px;color: #fff}
.index_advantage_rl .leakey_more{margin-top: 100px}
.index_advantage_rl:before{content:"";position:absolute;top:0;left:50%;bottom:0;right:0;z-index:-1;transition: all 0.3s ease-in-out;background: linear-gradient(90deg,#257bcc -1%,#ef9442 102%)}
.index_advantage_rl:after{content:"";position:absolute;top:0;right:50%;bottom:0;left:0;z-index:-1;transition: all 0.3s ease-in-out;background: url(../images/index_advantage_2.jpg);background-size: cover;overflow: hidden;}

@media screen and (max-width: 1200px){
   .index_advantage_rl:before{left:25%}
   .index_advantage_rl:after{right: 75%}
   .index_advantage_rl .leakey_col {width:75%}
}
@media screen and (max-width: 720px){
   .index_advantage_rl .leakey_col{width:100%}
   .index_advantage_rl .leakey_col:nth-of-type(2){width:100%}
   .index_advantage_rl:before{right: 0;opacity: 0.75;left:0}
   .index_advantage_rl:after{left: 0;z-index: -2;right:0}
   .index_advantage_rl .leakey_more{margin-top: 50px}
   .index_advantage_rl .leakey_title_box{padding-right: 0;padding-left: 0}
}

.leakey_footer_bg{background: #333;color: rgba(255,255,255,0.9);position: relative;z-index: 2;overflow: hidden;}
.leakey_footer_bg .leakey_footer_t_container{padding:60px 50px 60px}
.footer_logo{filter: brightness(20000%) grayscale(100%);max-height: 60px;height:60px;}
.leakey_footer_b{}
.leakey_footer_b_container{padding:20px 50px 20px;border-top: 1px solid rgba(255,255,255,0.15);overflow: hidden;}
.leakey_footer_b_l{float: left;}
.leakey_footer_b_l p{opacity: 0.5;margin-bottom: 5px}
.leakey_footer_b_l a{margin-right: 15px;opacity: 0.5}
.footer_rz_img_list a{margin-right: 15px;opacity: 0.5}
.footer_rz_img_list a:hover{opacity: 0.9}
.leakey_footer_b_container a:link,.leakey_footer_b_container a:visited{color: #fff;}
.leakey_footer_b_l a:hover{opacity: 0.9}
.leakey_footer_t_l{float: left;}
.leakey_footer_t_l img{height: 60px;width:53px;margin:auto;display: block;float:left;margin-right: 20px}
.leakey_footer_t_l a:link,.leakey_footer_t_l a:visited{color: #fff}
.leakey_footer_t_l strong{margin-bottom: 30px;display: block;}
.leakey_footer_t_l strong a{display: block;font-weight: normal;font-size: 31px;margin-top: 2px;line-height: 28px;opacity: 0.6;transition: all 0.3s ease-in-out}
.leakey_footer_t_l strong a:hover{opacity: 0.9}
.leakey_footer_t_l font{font-weight: bold;font-size: 16px;margin-top: 10px;display: block;}
.leakey_footer_t_l p{margin-bottom: 2px}
.leakey_footer_t_l p:before{display: inline-block;padding-right: 5px}
.leakey_footer_t_l p a{opacity: 0.6;margin-top: 5px;transition: all 0.3s ease-in-out}
.leakey_footer_t_l p a:hover{opacity: 0.9}
.leakey_footer_t_l p span{color: #fff;opacity: 0.6}

/*第三方平台icon*/
.footer_icon_list{float: right;}
.footer_icon_list a:link,.footer_icon_list a:visited{color: rgba(255,255,255,0.6);}
.footer_icon_list a{border:1px solid rgba(255,255,255,0.2);height:40px;width:40px;line-height: 40px;text-align: center;display: inline-block;border-radius: 50%;margin-right: 10px;transition: all 0.3s ease-in-out}
.footer_icon_list a:last-child{margin-right: 0}
.footer_icon_list a:hover{border-color: rgba(255,255,255,0.6);color: rgba(255,255,255,0.9)}

/*认证图标*/
.footer_rz_img_list{float: right;filter: grayscale(100%);}
.footer_rz_img_list img{display: inline-block;height:50px;width: 50px;margin-left:30px;opacity: 0.3;transition: all 0.3s ease-in-out}
.footer_rz_img_list img:hover{opacity: 0.7;}

/*footer_nav*/
.footer_nav{overflow: hidden;display: inline-block;float: right;}
.footer_nav>li{display: block;float: left;}
.footer_nav li a{color: #fff;opacity: 0.6;padding:0 40px;transition: all 0.3s ease-in-out;display: block;}
.footer_nav>li>a{font-size:22px;margin-bottom: 10px}
.footer_nav li a:hover{opacity: 0.9}
.cn_body .footer_nav li li a{padding:2px 40px}
@media screen and (max-width: 1680px){
    .cn_body .footer_nav li li a{padding:2px 20px}
    .footer_nav li a{padding:0 20px;}
}
@media screen and (max-width: 1440px){
    .leakey_footer_bg .leakey_footer_t_container,.leakey_footer_b_container{padding-left: 20px;padding-right: 20px}
}
@media screen and (max-width: 1200px){
    .footer_nav>li:nth-of-type(4),.footer_nav>li:nth-of-type(5){display: none}
}
@media screen and (max-width: 1024px){
    .footer_nav>li:nth-of-type(3),.footer_nav>li:nth-of-type(6){display: none}
}
@media screen and (max-width: 800px){
   .footer_nav{display: none}
   .leakey_footer_t_l{float: none;margin:auto;text-align: center;}
   .leakey_footer_t_l img{float: none;margin:auto}
}
@media screen and (max-width: 720px){
    .leakey_footer_t_l{float: none;}
    .footer_icon_list{float: none;margin-top: 20px}
    .leakey_footer_b_l{float: none;}
    .footer_rz_img_list{float: none;margin-top: 20px}
    .footer_rz_img_list img:first-child{margin-left: 0}    
}

.index_ch_btn_list .leakey_container{padding-left: 0;padding-right: 0}
.index_ch_btn_list li{text-align: center;}
.index_ch_btn_list li a{border-right: 1px solid #ddd;display:block;padding:80px 20px}
.index_ch_btn_list li a i{font-size: 80px;display: block;line-height: 80px;margin-bottom: 50px}
.index_ch_btn_list li:last-child a{border:0}

@media screen and (max-width: 720px){
   .index_ch_btn_list li{width: 50%}
   .index_ch_btn_list li:nth-of-type(1) a{border-bottom: 1px solid #ddd}
   .index_ch_btn_list li:nth-of-type(2) a{border-right: 0;border-bottom: 1px solid #ddd}
}


.index_bottom_btn_list li{text-align: center;}
.index_bottom_btn_list li a{border-right: 1px solid #ddd;display:block;padding:80px 20px}
.index_bottom_btn_list li a:hover{color: #333}
.index_bottom_btn_list li a:hover i{color: #257bcc}
.index_bottom_btn_list li a i{font-size: 80px;display: block;line-height: 80px;margin-bottom: 50px}
.index_bottom_btn_list li:last-child a{border:0}
.index_bottom_btn_list li strong{font-size: 22px;line-height:22px;margin-bottom: 30px;display: block;}
.index_bottom_btn_list li .leakey_more{margin-bottom: 30px}

@media screen and (max-width: 720px){
   .index_bottom_btn_list li {width: 100%}
   .index_bottom_btn_list li a{border-right: 0;border-bottom: 1px solid #ddd;padding:50px 0px}
   .index_bottom_btn_list li a i{margin-bottom: 30px}
   .index_bottom_btn_list li strong{margin-bottom: 20px}

}


/*leakey_float_up*/
.leakey_float_up{height: 60px;width: 60px;line-height: 60px;}/*根据需要设定，默认50*/


/*subbanner*/
.leakey_subbanner:after{opacity: 0.15;opacity: 0.1}
.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: 600px;}
.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.2;top: 0;left: 0;bottom: 0;right: 0;z-index:2;position: absolute;}
/*去地图水印*/
.leakey_subbanner.map div.amap-layer>img{display: none!important}
/*联系信息*/
.leakey_subbanner .leakey_contacts{position: relative;z-index: 3;background:none}
.leakey_subbanner .leakey_contacts .leakey_container{padding-left:0;padding-right: 0;color:#000;min-height: auto;padding-bottom: 0;padding-top: 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;}
/*视频质感遮罩，需引用图片*/
/*.leakey_subbanner.video>.leakey_container:after{opacity: 1;background-color:rgba(0,0,0,0.5);background-image: url(../images/video_mask.png);background-repeat: repeat;}*/
@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}
}

/*leakey_develop*/
/*使用在subbaner处-start*/
.leakey_develop_subbanner .leakey_container{padding:0}
.leakey_develop_subbanner .leakey_container>.leakey_title_box{position: absolute;z-index:5;padding: 50px 0;width: 100%;top:90px;transform: translateY(0);}
.leakey_develop_subbanner .leakey_container>.leakey_title_box .cur_location{opacity: 0.5}
.leakey_develop .leakey_title_box{position: absolute;top:80px;left:0px;z-index: 5;width:100%;}
.leakey_develop .leakey_container{position: relative;padding:740px 0 100px}
.leakey_develop .leakey_container:before{content:"";position:absolute;top:0;left:0;width:100%;height:690px;z-index:0;transition: all 0.3s ease-in-out;background-color: #999;background-image: url(../images/develop.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.leakey_develop .leakey_container:after{content:"";position:absolute;bottom:280px;left:0;width:100%;height:169px;z-index:0;transition: all 0.3s ease-in-out;background: #000;opacity: 0.4}
.leakey_develop ul{text-align: center;display: flex;justify-content:space-between;position: relative;padding:0 160px;flex-wrap: wrap;}
.leakey_develop li{position: relative;cursor: default;margin-bottom: 20px}
.leakey_develop li:before{content:"";width:0;height:0;border-top:20px solid #2c64af;border-left:20px solid transparent;border-right: 20px solid transparent;position: absolute;top:-81px;left:50%;transform:translateX(-50%);opacity: 0;transition: all 0.2s ease-in-out;transition-delay: 0s}
.leakey_develop li .small_year_box{}
.leakey_develop ul:before{content:"";position:absolute;top:25px;left:0;height:1px;width:100%;z-index:0;transition: all 0.3s ease-in-out;background: #ccc}
.leakey_develop li .small_year_box strong{font-family: Impact;font-size: 30px;font-weight: normal;color:#aaa}
.leakey_develop li.active .small_year_box strong{color:#333}
.leakey_develop li .small_year_box span{display: block;font-size: 30px;height:50px;line-height: 50px;margin:0 auto 30px;width:50px;border-radius: 50%;border:1px solid #ddd;color:#aaa;text-align: center;background: #fff;position: relative;z-index: 1}
.leakey_develop li.active .small_year_box span{background: #2c64af;color:#fff;border-color: #2c64af}
.leakey_develop li .develop_detail{opacity:0;position: absolute;top:-345px;width:300px;left:50%;transform: translateX(-50%);color: #fff;transition: all 0.4s ease-in-out;z-index: 1}
.leakey_develop li .develop_detail>div:nth-of-type(2){background-color:#2c64af;height:170px;padding:20px 35px;font-size: 14px;line-height: 24px;text-align: left;}
.en_body .leakey_develop li .develop_detail>div:nth-of-type(2){line-height: 20px}
.leakey_develop li.active .develop_detail{opacity:1}
.leakey_develop li.active:before{opacity:1;top:-51px;transition-delay: 0.3s;transition: opacity 0,transform 0.5s ease-in-out;}
.leakey_develop li .big_year{font-size: 150px;font-family: Impact;line-height: 100px;margin-bottom: 25px;font-weight: normal;}
@media screen and (max-width: 1440px){
   .leakey_develop ul{padding:0 140px}
   .leakey_develop li .small_year_box strong{font-size: 28px;}
}
@media screen and (max-width: 1200px){
    .leakey_develop li .small_year_box strong{font-size: 22px}
}
@media screen and (max-width: 1024px){
    .leakey_develop li{position: static;padding:0 5px}
    .leakey_develop ul{padding:0 20px}
    .leakey_develop .leakey_container:after{display: none}
    .leakey_develop li .big_year{font-size: 130px;font-weight: bold;font-family: "微软雅黑"}
    .leakey_develop li .small_year_box strong{font-size: 18px}
    .leakey_develop li .small_year_box span{margin-bottom: 10px}
    .leakey_develop_subbanner .leakey_container>.leakey_title_box{padding-left: 20px;padding-right: 20px}
}

.about_culture{overflow: hidden;}
.about_culture .iconfont{display: block;font-size: 50px;line-height: 80px;margin:auto;margin-bottom: 30px;height:80px;width:80px;border-radius: 50%;border:1px solid #333}
.about_culture strong{font-size: 32px;line-height: 32px;font-weight: normal;margin-bottom: 20px;display: block;}
.about_culture p{font-size: 18px;line-height: 26px}
.about_culture li{padding:100px 50px;transition: all 0.3s ease-in}
.about_culture li:nth-of-type(2){border-left:1px solid #ddd;border-right:1px solid #ddd;}
.about_culture li:hover{background: #2d64ae;color: #fff}
.about_culture li:hover .iconfont{border:2px solid #fff;background: #ef9442}

@media screen and (max-width: 720px){
   .about_culture li{width: 100%;;border-bottom: 1px solid #ddd}
   .about_culture li:nth-of-type(2){border-left:0;border-right: 0}
   .about_culture li{padding:50px 20px}

}

.about_new_energy{overflow: hidden;background-position: center;background-repeat: no-repeat;background-image:url(../images/about_cul_bg.jpg);}
.about_new_energy .leakey_container{padding-top:150px;padding-bottom: 150px}
.about_new_energy:after{content:"";position:absolute;bottom:0;left:0;right:0;top:40%;opacity: 0.8;background: linear-gradient(to top,#2d64ae 10%,transparent 60%);}
.about_new_energy .leakey_title_box p{line-height: 26px;font-size: 18px}
.about_new_energy img{width:500px;display: block;margin:auto;position: relative;z-index: 99;transition: all 0.3s ease-in;max-width: 100%}
.about_new_energy img:hover{transform: translateX(20px);}

.about_new_energy_txt{font-size: 38px;line-height: 38px;text-align: center;}
.about_new_energy_txt span{margin-bottom: 20px;display: inline-block;}
.about_new_energy_txt span:after{content: "";height:30px;width: 1px;background: #000;opacity: 0.2;display: inline-block;margin:0 20px;position: relative;top:2px}
.about_new_energy_txt span:last-child:after{display: none}
@media screen and (max-width: 1024px){
   .about_new_energy .leakey_col{width:100%}
   .about_new_energy .leakey_col:nth-of-type(1){display: none}
   .about_new_energy{background-position: center bottom;}
}

.about_culture p span:after{content: "";height:15px;width: 1px;background: #000;opacity: 0.2;display: inline-block;margin:0 20px;position: relative;top:2px}
.about_culture p span:last-child:after{display: none}

.about_zs .leakey_swiper_wraper li{border:1px solid #f2f2f2}
.about_zs .leakey_swiper_wraper li .title{padding:8px 20px;text-align: center;}
.about_zs .leakey_swiper_wraper li:hover img{transform:scale(1.1)}

.products_ch_list{border-bottom: 1px solid #ddd;overflow: hidden;}
.products_ch_list .leakey_title_sub{margin-bottom: 50px;}
.products_ch_list .leakey_container{position: relative;}
.products_ch_list .leakey_swiper_wraper{max-width: 1200px;margin:auto}
.products_ch_list a.pro{display: block;padding:60px 0px 0;position: relative;text-align: center;}
.products_ch_list a.pro:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;transition: all 0.3s ease-in-out;opacity: 0;background: #000}
.products_ch_list a.pro:hover:after{opacity: 0.2}
.products_ch_list a.pro:hover{color:#333}
.products_ch_list a.pro .title{margin-bottom: 20px;font-size: 32px;line-height: 36px}
.products_ch_list a.pro .des{margin-bottom: 20px;opacity: 0.6}
.products_ch_list a.pro .pro_img_box img{max-width: 100%}
.products_ch_list a.pro .pro_img_box{display: block;}
.products_ch_list a.pro .leakey_more{position: absolute;top:auto;bottom:-10px;left:50%;transform: translate(-50%,-50%);outline: 0;opacity:1;z-index: 3;transition: all 0.3s ease-in-out;background: #eee;color:#333}
.products_ch_list a.pro:hover .leakey_more{opacity: 1;top:50%;bottom: auto;background: #fff;}
.products_ch_list .swiper-pagination-white{left:50px;right:50px;bottom:70px}
.products_ch_list .swiper-pagination-white .swiper-pagination-bullet{background: #000;opacity: 0.2;margin:0 5px}
.products_ch_list .swiper-pagination-white .swiper-pagination-bullet-active{opacity: 0.75}
.products_ch_list .swiper-button-prev, .products_ch_list .swiper-container-rtl .swiper-button-next{left:50%;transform: translateX(-700px);}
.products_ch_list .swiper-button-next, .products_ch_list .swiper-container-rtl .swiper-button-prev{right: 50%;transform: translateX(700px);}
.single_pro{max-width: 800px;margin:auto;display: block;text-align: center;}

@media screen and (max-width: 1024px){
    .products_ch_list a.pro{padding-left: 20px;padding-right: 20px}
}
@media screen and (max-width: 720px){
   .products_ch_list a.pro{padding-top:0;}
   .products_ch_list .leakey_container{padding-top: 80px;padding-bottom: 80px}
   .products_ch_list .leakey_title_sub{line-height: 22px}
   .products_ch_list a.pro .title{font-size: 24px;line-height: 32px}
   .products_ch_list .leakey_title_sub{margin-bottom: 30px}
}

.pro_sub_list{background: #f2f2f2}
.pro_sub_list li.pros{}
.pro_sub_list a{background: #fff;display: block;padding:80px 50px;overflow:hidden;}
.pro_sub_list a:hover{color: #333}
.pro_sub_list a>*{margin-bottom: 0!important}
.pro_sub_list a>div{position: relative;}
.pro_sub_list a>div span.leakey_more{position: absolute;bottom: 0;left:0}
.pro_sub_list .leakey_title_sub{line-height: 28px;font-size: 18px}

@media screen and (max-width: 1680px){
   .pro_sub_list a>div span.leakey_more{position: relative;margin-top: 20px}
}
@media screen and (max-width: 1440px){
   .pros li.leakey_col{width: 100%}
   .pros .leakey_img_box{border:1px solid #f2f2f2;max-width: 300px;float: right;}
}
@media screen and (max-width: 720px){
    .pros .leakey_img_box,.pros .leakey_title_box{width: 100%;max-width: 100%}
    .pros .leakey_title_box{margin-bottom: 20px!important}
    .pro_sub_list a{padding:0}
    .pro_sub_list{background: #fff}
}

.pro_detail_txt{overflow: hidden;}
.pro_detail_txt h1{font-size: 45px;line-height: 50px;text-align: center;margin-bottom: 10px;max-width: 1440px;margin-left: auto;margin-right: auto}
.pro_subtitle{margin-bottom: 20px;font-size: 16px;line-height: 28px;max-width: 1440px;margin-left: auto;margin-right: auto;text-align: center;}
.pro_subtitle p{display: block;width: 100%}
.pro_subtitle strong{display: inline-block;}
.pro_subtitle strong:before{content: "[ ";font-weight: normal;}
.pro_subtitle strong:after{content: " ]";font-weight: normal;}
.pro_detail{max-width: 1440px;margin-left: auto;margin-right: auto}
.pro_title_des{text-align: center;font-size: 24px;line-height: 30px;margin-bottom: 10px;opacity: 0.75}
.pro_title_des2{text-align: center;font-size: 16px;line-height: 22px;margin-bottom: 30px;opacity: 0.75}

@media screen and (max-width: 720px){
   .pro_subtitle,.pro_detail_txt h1,.pro_title_des,.pro_title_des2{text-align: left;}
   .pro_detail_txt .leakey_container{padding-top:80px;padding-bottom: 80px}
   .pro_detail_txt h1{font-size:32px;line-height: 36px}
   .pro_title_des{font-size: 18px}
}

.product_features{background-image:linear-gradient(90deg,#ef9442 -1%,#257bcc 102%);color: #fff;overflow: hidden;}
.product_features .leakey_container{padding:80px 20px}
.product_features .leakey_title_box{margin-bottom: 80px}
.product_features .leakey_title{font-size:32px;line-height: 36px}
.pro_tedian{overflow: hidden;font-size: 16px;max-width: 100%;margin:auto}
.pro_tedian li strong{font-weight: normal;font-size: 20px;margin-bottom: 15px;line-height: 24px;display: block;}
.pro_tedian ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.pro_tedian li{flex:1;text-align: center;padding:0 30px;}
.pro_tedian li img{width: 100px;display: inline-block;margin-bottom: 40px;pading:20px;border:2px solid #fff;border-radius: 50%;overflow: hidden;transition: all 0.3s ease-in}
.pro_tedian li:hover img{transform: rotate(360deg);}

@media screen and (max-width: 960px){
    .pro_tedian li{padding:20px}
   .pro_tedian li p:nth-of-type(3){display: none}
}

.pro_detail_imgs{overflow: hidden;}
.pro_detail_imgs .leakey_container{padding-top:20px;padding-bottom: 20px}
.pro_detail_imgs .leakey_swiper_wraper{width:100%;max-width: 600px;margin:auto}
.pro_detail_imgs .swiper-pagination-white{left:50px;right:50px;bottom:50px}
.pro_detail_imgs .swiper-pagination-white .swiper-pagination-bullet{background: #000;opacity: 0.2;margin:0 5px}
.pro_detail_imgs .swiper-pagination-white .swiper-pagination-bullet-active{opacity: 0.75}
.pro_detail_imgs .swiper-button-prev, .pro_detail_imgs .swiper-container-rtl .swiper-button-next{left:50%;transform: translateX(-700px);}
.pro_detail_imgs .swiper-button-next, .pro_detail_imgs .swiper-container-rtl .swiper-button-prev{right: 50%;transform: translateX(700px);}

.pro_detail_download{background: #f2f2f2;overflow: hidden;}
.pro_detail_download ul{max-width: 1440px;margin:auto;border-top:1px solid #aaa;border-bottom: 1px solid #aaa;padding:10px 0px 10px 0px}
.pro_detail_download li{list-style-type: none;}
.pro_detail_download li.none{list-style-type:none;text-align: center;opacity: 0.3}
.pro_detail_download li a{display: block;padding:10px 20px;font-size: 18px;position: relative;}
.pro_detail_download li a:before{content: "";height:5px;width: 5px;display: inline-block;border-radius: 50%;overflow: hidden;background: #333;margin-right: 30px;position: relative;top:-3px;transition: all 0.3s ease}
.pro_detail_download li a:hover:before{transform: scale(2.5);background:#257bcc }
.pro_detail_download li span{display: inline-block;float: right;}
.pro_detail_download li span:before{font-size: 20px;display: inline-block;margin-right: 10px}


@media screen and (max-width: 512px){
   .pro_detail_download li span{display: none}
}


.pro_detail_recommend{border-bottom:1px solid #ddd;overflow: hidden;}
.pro_detail_recommend .leakey_swiper_wraper{width:100%;max-width: 1200px;margin:auto;margin-top: 30px}
.pro_detail_recommend .swiper-pagination-white{left:50px;right:50px;bottom:70px}
.pro_detail_recommend .swiper-pagination-white .swiper-pagination-bullet{background: #000;opacity: 0.2;margin:0 5px}
.pro_detail_recommend .swiper-pagination-white .swiper-pagination-bullet-active{opacity: 0.75}
.pro_detail_recommend .swiper-button-prev, .pro_detail_recommend .swiper-container-rtl .swiper-button-next{left:50%;transform: translateX(-700px);}
.pro_detail_recommend .swiper-button-next, .pro_detail_recommend .swiper-container-rtl .swiper-button-prev{right: 50%;transform: translateX(700px);}
.pro_detail_recommend a{display: block;padding:60px 100px;position: relative;text-align: center;}
.pro_detail_recommend a:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;transition: all 0.3s ease-in-out;opacity: 0;background: #000}
.pro_detail_recommend a:hover:after{opacity: 0.2}
.pro_detail_recommend a:hover{color:#333}
.pro_detail_recommend a .title{margin-bottom: 20px;font-size: 32px;line-height: 36px}
.pro_detail_recommend a .des{margin-bottom: 20px;opacity: 0.6}
.pro_detail_recommend a .leakey_more{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);outline: 0;opacity:0;z-index: 3}
.pro_detail_recommend a:hover .leakey_more{opacity: 1}

@media screen and (max-width: 1200px){
   .pro_detail_recommend a{padding-left: 20px;padding-right: 20px}
}

@media screen and (max-width: 720px){
    .pro_detail_recommend a{padding-left: 0;padding-right: 0d}
}

.news_page_list .news_list {border-top:1px solid #ddd;background:#f2f2f2}
.news_page_list .news_list li{overflow: hidden;border-bottom: 1px solid #ddd}
.news_page_list .news_list li>div{float: left;padding:50px}
.news_page_list .news_list li>div:nth-of-type(1){width:34.1%;text-align: right;position: relative;height:100%;}
.news_page_list .news_list li>div:nth-of-type(1)>*{position: relative;z-index: 1}
.news_page_list .news_list li>div:nth-of-type(1)>div{background-attachment:fixed;background-size:cover;position: absolute;top:0;left:0;bottom:0;right:0;z-index: 0;opacity: 0.04;filter: grayscale(50%);}
.news_page_list .news_list li>div:nth-of-type(1) strong{opacity: 0.65;display: block;margin-bottom: 10px;font-size: 18px;font-weight: normal;}
.news_page_list .news_list li>div:nth-of-type(1) p{font-size: 40px;line-height: 45px;font-family: Impact;opacity: 0.6;font-size: 32px;line-height: 35px}
.news_page_list .news_list li>div:nth-of-type(2){width:65.9%;background: #fff;border-left: 1px solid #ddd;padding-left: 100px;padding-right: 100px;padding-right:16%}
.news_page_list .news_list li>div:nth-of-type(2) img{max-width: 100%}
.news_page_list .news_list li>div:nth-of-type(2) h3{font-size: 32px;line-height: 40px;max-width: 700px;margin-bottom: 20px;margin-top: 20px}
.news_page_list .pagination{border-bottom: 1px solid #ddd;padding-bottom: 20px}

.news_detail_page{margin-top: 90px}
.news_detail_page .news_detail h1{font-size: 42px;line-height: 45px;margin-bottom: 40px;font-size: 48px;line-height: 55px}
.news_detail_page .news_detail>div.wow>div{display: block;width: 100%;margin-bottom: 50px;font-size: 18px}
.news_detail_page .news_detail>div font{display: inline;padding: 0 10px}
.news_detail_page .news_detail>div font:first-child{padding-left: 0}
.news_detail_page .news_detail .leakey_article_n_p{position: relative;margin-top: 80px}
.news_detail_page .news_detail .leakey_article_n_p a{display: block;}
.news_detail_page .news_detail .leakey_article_n_p .leakey_more{position: absolute;right: 0;top:0}
.news_detail_page .news_list li>div{padding:100px 50px}


.news_detail_page .new_recommend{width:100%;max-width: 260px;float: right;margin-top: 300px;margin-right: -50px}
.news_detail_page .new_recommend strong{font-size: 16px!important;font-weight: normal;opacity: 1!important;background: #fff;padding:10px;}
.news_detail_page .new_recommend li{border-bottom: 0!important;filter: grayscale(60%);opacity:0.85;transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);width: 210px;float: right;}
.news_detail_page .new_recommend li:hover{filter: grayscale(0%);width:240px;opacity: 1}
.news_detail_page .new_recommend li .leakey_img_box{box-shadow: inset -5px 0 20px rgba(0,0,0,0.5);}
.news_detail_page .news_list li>div:nth-of-type(1):hover li{opacity: 1}

.news_detail article p{font-size: 16px;line-height: 26px}

@media screen and (max-width: 1400px){
    .news_page_list .news_list li>div:nth-of-type(1){width:260px}
    .news_page_list .news_list li>div:nth-of-type(2){width: calc(100% - 260px);padding-left: 100px;padding-right: 100px}
}
@media screen and (max-width: 1400px){
    .news_page_list .news_list li>div:nth-of-type(2){;padding-left:50px;padding-right:50px}
}

@media screen and (max-width: 960px){
    .news_page_list .news_list li>div:nth-of-type(1){display: none}
    .news_page_list .news_list li>div:nth-of-type(2){width: 100%;padding-left: 20px;padding-right: 20px}
    .news_detail_page .news_detail .leakey_article_n_p .leakey_more{position: relative;right:auto;top:auto;text-align: center;margin-top: 30px}
}
@media screen and (max-width: 720px){
    .news_detail_page .news_detail h1{font-size: 32px;line-height: 38px}
    .news_page_list .news_list li>div:nth-of-type(2){padding-top: 50px}
}
/*map2*/
.leakey_map_2{overflow: hidden;position: absolute;top:0;left:0;right:0;bottom:0;z-index: 0}
.leakey_map_2 .leakey_container{position: relative;min-height: 650px;z-index:1}
.leakey_map_2 .leakey_cols_space li.leakey_col{margin-bottom: 0}
.leakey_map_2 #leakey_map{position: absolute;z-index: 0;top:90px;left:0;right:0;bottom: 0}
.leakey_map_2 .txt_box{position: absolute;z-index: 1;padding:35px 50px;background: rgba(255,255,255,0.8);left:50px;bottom:50px;right:50px;color:#333;border-radius: 10px;box-shadow: 0 0 30px rgba(0,0,0,0.15)}
.leakey_map_2 .txt_box .leakey_fl li{margin-bottom:8px;cursor: pointer;}
.leakey_map_2 .txt_box .leakey_fl li:hover h4 i,.leakey_map_2 .txt_box .leakey_fl li.active h4 i{background:#ef9442;margin-right: 15px}
.leakey_map_2 .txt_box .leakey_fl h4{float: left;font-weight: bold;}
.leakey_map_2 .txt_box .leakey_fl h4 i{font-style: normal;font-weight: bold;display: inline-block;margin-right: 10px;height:14px;width:14px;line-height: 14px;text-align:center;font-size: 12px;background: #3276f2;color: #fff;border-radius: 50%;overflow: hidden;transition: all 0.3s ease-in}
.leakey_map_2 .txt_box .leakey_fl p{display: inline;padding-left: 10px}
.leakey_map_2 .txt_box .leakey_fr{width:65%}
.leakey_map_2 .txt_box .leakey_fr h4{margin-bottom: 10px}
.leakey_map_2 .txt_box .leakey_fr ul{display: flex;justify-content: space-between;}
.leakey_map_2 .txt_box .leakey_fr ul li{padding:0 20px}
.leakey_map_2 .txt_box .leakey_fr ul li:first-child{padding-left: 0}
.leakey_map_2 .txt_box .leakey_fr ul li:last-child{padding-right: 0}
.leakey_map_2 .txt_box .leakey_fr ul li.leakey_flex_col_split{border-right:1px solid #ddd;padding:0!important}
.leakey_map_2 #leakey_map .addStr{font-size:14px;padding:13px 18px;line-height:18px;text-align: left;color:#333;min-width: 320px}
.leakey_map_2 #leakey_map .addStr h5{font-weight: bold;font-size: 16px;margin-bottom: 10px}
.leakey_map_2 #leakey_map .amap-marker-label{border:0;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding:8px 30px;border-radius: 3px}
.leakey_map_2 #leakey_map .amap-marker-label:before{content:"◀";position:absolute;top:50%;margin-top:-7px;left:-14px;z-index:0;color:#fff;font-size: 22px;}
.leakey_map_2 .txt_box .leakey_title{margin-bottom: 30px}
.amap-layers:before{content: "";position: absolute;top:0;left:0;right:0;bottom: 0;background: #000;opacity: 0.1;z-index: 119}
@media screen and (max-width:1440px){
    .leakey_map_2{padding-left:0px;padding-right: 0px}
    .leakey_map_2 .txt_box{left:20px;right:20px}
    .leakey_map_2 .txt_box .leakey_title{font-size: 30px!important}
    .leakey_map_2 .txt_box .leakey_fr{width: 60%}
    .leakey_map_2 .txt_box .leakey_fr ul li:last-child{display: none}
    .leakey_map_2 .txt_box .leakey_fr ul li:nth-last-child(2){display: none}
    .leakey_map_2 .txt_box .leakey_fr ul li:nth-last-child(3){padding-right: 0}
}
@media screen and (max-width:1200px){
    .leakey_map_2 .txt_box .leakey_fr ul li:nth-last-child(3){display: none}
    .leakey_map_2 .txt_box .leakey_fr ul li:nth-last-child(4){display: none}
    .leakey_map_2 .txt_box .leakey_fr ul li:nth-last-child(4){padding-right: 0}
    .leakey_map_2 .txt_box .leakey_fr{width: 50%}
}
@media screen and (max-width:1024px){
    .leakey_map_2 .txt_box .leakey_title{display: block;width: 100%;font-size: 22px!important}
    .leakey_map_2 .txt_box .leakey_fl{margin-bottom: 20px}
    .leakey_map_2 .txt_box .leakey_fl,.leakey_map_2 .txt_box .leakey_fr{width: 100%}
    .leakey_map_2 .txt_box .leakey_fl ul{overflow: hidden;}
    .leakey_map_2 .txt_box .leakey_fl ul li{float: left;margin-right: 20px}
    .leakey_map_2 .txt_box .leakey_fr ul{display: block;max-height: 160px;overflow: auto}
    .leakey_map_2 .txt_box .leakey_fr ul li:nth-last-child(3),
    .leakey_map_2 .txt_box .leakey_fr ul li:last-child{display: block;padding:0!important;margin-top: 20px}
    .leakey_map_2 .txt_box .leakey_fr ul li{padding:0!important}
    .leakey_map_2 .txt_box{padding:20px;z-index: 999;bottom:-250px}
    .leakey_subbanner.animate_bg,.leakey_map_2{overflow: visible;}
    .leakey_map_2 .txt_box .leakey_fl p{display: none}
    #download .leakey_container{padding-top: 130px}
}
/*地图灰色*/
.leakey_map_2 #leakey_map.gray .amap-layer,#leakey_map.gray .amap-labels{-webkit-filter: grayscale(1);filter: grayscale(1);}
.leakey_map_2 #leakey_map.gray object{background:#000;opacity:0.1;z-index:1!important;}

.leakey_subbanner.map2 .leakey_container{min-height: 100vh;overflow: hidden;}
.leakey_subbanner.map2 .leakey_container>.leakey_title_box{position: relative;z-index: 1;width:500px}

/*leakey_feedback*/
.leakey_feedback{background: none}
.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%}
}

.feedback_r{box-shadow: 0 0 20px rgba(0,0,0,0.2);padding:50px!important}
.feedback_l .tel{font-size: 38px;line-height: 48px;display: block;margin-top:60px}
#feedback p a{font-size: 22px}
#feedback{overflow: hidden;}

@media screen and (max-width: 1200px){
    #feedback .feedback_l{width:40%}
    #feedback .feedback_r{width:60%}
    .feedback_l .tel{font-size: 32px;line-height: 32px;margin-bottom: 50px}
}
@media screen and (max-width: 800px){
    #feedback .feedback_l{width:100%}
    #feedback .feedback_r{width:100%}
    .feedback_l .tel{font-size: 55px;line-height: 55px;margin-top:0}
}
@media screen and (max-width: 640px){
    .feedback_l .tel{font-size: 32px;line-height: 32px;}
}
@media screen and (max-width: 400px){
    .feedback_r{padding:50px 30px!important}
}

/*#download .download_list{margin-left: -30px;margin-right: -30px}
#download .download_list>div{padding-left:30px;padding-right: 30px}
#download .download_list>div ul{max-height: 500px;overflow-y: auto;}
#download .download_list strong{font-size: 22px;line-height: 32px;padding:20px 0;display: inline-block;}
#download .download_list .dl_title {position: relative;}
#download .download_list .dl_title .leakey_more{position: absolute;right: 0;top:20px;background: #257bcc;color: #fff;border:0;outline: none}
#download .download_list ul{margin:auto;border-top:1px solid #ddd;border-bottom: 1px solid #ddd;padding:10px;padding-top: 20px;padding-bottom: 20px;}
#download .download_list li{list-style-type: none;clear: both;}
#download .download_list li a{display: block;font-size: 18px;position: relative;padding:5px 0}
#download .download_list li a:before{content: "";display: inline-block;height:5px;width:5px;border-radius: 50%;background: #333;margin-right: 20px;position: relative;top:-3px;transition: all 0.3s ease}
#download .download_list li a:hover:before{transform: scale(2.5);background:#257bcc }
#download .download_list li span{display: inline-block;float: right;margin-right: 0px}
#download .download_list li span:before{font-size: 20px;display: inline-block;margin-right: 10px}
#download .download_list li.none{list-style-type:none;text-align: center;opacity: 0.3}
@media screen and (max-width: 1200px){
    #download .download_list>div{width: 100%}
}
@media screen and (max-width: 1024px){
   #download .download_list li span{margin-right: 0}
}
@media screen and (max-width: 512px){
    #download .download_list li span{display: none}
}*/


.downloads .download_lr{overflow: hidden;margin-top: 50px}
.downloads .download_l{float: left;width:300px;}
.downloads .download_l li.active a{background:#257bcc;color:#fff }
.downloads .download_l a{font-size: 24px;line-height: 24px;padding:20px 50px;border-bottom: 1px solid #eee;display: block;}
.downloads .download_l li:first-child a{border-top: 1px solid #eee}
.downloads .download_r{margin-left: 300px;}
.downloads .download_r .download_ch_box{display: none;border:1px solid #eee;padding:30px 50px;max-height:450px;height:450px;overflow:hidden;}
.downloads .download_r .download_ch_box ul{background: #fff;overflow: hidden;padding:20px 0}
.downloads .download_r .download_ch_box li{width: 48%;float: left;border-bottom: 1px solid #ddd;margin-right: 2%}
.downloads .download_r .download_ch_box li:nth-of-type(2n){margin-right: 0}
.downloads .download_r .download_ch_box a{font-size: 18px;padding:15px 30px;display: block;}
.downloads .download_r .download_ch_box a span{float: right;}
.downloads .download_r .download_ch_box a span:before{font-size: 20px;display: inline-block;margin-right: 10px}
.downloads .download_r .download_ch_box.active{display: block;}

@media screen and (max-width: 1440px){
    .downloads .download_r .download_ch_box li{width: 100%;margin-right: 0}
}
@media screen and (max-width: 1200px){
    .downloads .download_l a{padding:20px}
}
@media screen and (max-width: 960px){
    .downloads .download_l a{font-size: 18px;line-height: 28px;padding:10px 20px;}
    .downloads .download_l{width: 220px}
    .downloads .download_r{margin-left: 220px;}
    .downloads .download_r .download_ch_box{padding:20px}
    .downloads .download_r .download_ch_box ul{padding:0}
    .downloads .download_r .download_ch_box a{font-size: 14px}
}
@media screen and (max-width: 720px){
    .downloads .download_r .download_ch_box a span{display: none}
    .downloads .download_r .download_ch_box{padding:0;border-bottom: 0;max-height: none}

}
@media screen and (max-width: 680px){
    .downloads .download_l{width:100%;float: none}
    .downloads .download_l ul{overflow: hidden;margin-bottom: 20px}
    .downloads .download_l li{display: inline-block;}
    .downloads .download_r{margin-left: 0}
    .downloads .download_l a{font-size: 14px;font-weight: bold;padding:5px 8px;}
    .downloads .download_l li.active a{padding:5px 15px;font-size: 15px}
    .downloads .download_r .download_ch_box{height:auto}
    .downloads .download_r .download_ch_box a{padding:5px 20px}
    .downloads .download_l li:first-child a{border-top: 0}
}


/*download_page*/
.download_page{background: #f2f2f2}
.download_page .download_page_list{margin-left: -30px;margin-right: -30px}
.download_page .download_page_list li{position:relative;padding-right: 30px;padding-left: 30px;}
.download_page .download_page_list li a{padding-top: 10px;padding-bottom: 10px;display: inline-block;}
.download_page .download_page_list li:after{content: "";height:1px;background: #ddd;bottom:0;left:30px;right: 30px;display: block;}
.download_page .download_page_list li span{position: absolute;right: 30px;top:10px}
.download_page .download_page_list li span:before{margin-right: 10px}

@media screen and (max-width: 1440px){
   .download_page .download_page_list li{width: 50%}
}

@media screen and (max-width: 960px){
   .download_page .download_page_list li{width: 100%}
}

.downloads .download_r .download_ch_box .dl_btns{border-bottom: 1px solid #ddd}
.downloads .download_r .download_ch_box .dl_btns a{display: inline-block;}
.dl_child_box{overflow-y: auto;height:calc(100% - 52px);}
.dl_child_box ul{display: none}
.dl_child_box ul.active{display: block;}
.dl_box{height: 100%;overflow: hidden;}
.dl_btns a.active{background: #ddd;padding:10px 50px}

/*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}

@media screen and (max-width: 512px){
   .leakey_sitemap .sitemap_2,.leakey_sitemap .sitemap_3{display: block;}
}
    

.service_map{position: absolute;top:0px;left:0;width: 100%;z-index: 0;}
.service_map .leakey_container{min-height:100vh}
.service_map .map_img{width: 100%;max-width: 1440px;display: block;margin: auto;position: absolute;top:90px;left:50%;opacity:0;transform: translateX(-50%) scale(0.6);transition: all 0.8s ease-in-out;}
.svgmap .leakey_title_box{color: #333}
.leakey_subbanner.svgmap .cur_location li a{color: #333}

.service_map .txt_box{position: absolute;z-index: 1;padding:50px 50px;background: rgba(255,255,255,0.8);left:50px;bottom:50px;right:50px;color:#333;border-radius: 10px;box-shadow: 0 0 30px rgba(0,0,0,0.15)}
.service_map .txt_box ul{display: flex;justify-content: space-between;}
.service_map .txt_box ul li{padding:0 20px}
/*.service_map .txt_box ul li h4{margin-bottom: 15px}*/
.service_map .txt_box ul li:first-child{padding-left: 0}
.service_map .txt_box ul li:last-child{padding-right: 0}
.service_map .txt_box ul li.leakey_flex_col_split{border-right:1px solid #ddd;padding:0!important}

.service_map .add{opacity: 0;transition: all 0.3s ease-in-out;transform:translateY(-10px);text-shadow: 0px 10px 20px rgba(0,0,0,0.1);cursor: pointer;}
.service_map .add circle{transition: all 0.3s ease-in-out;}
.service_map .add:hover{transform: translateY(-3px)!important;text-shadow: 0px 30px 20px rgba(0,0,0,0.5);}
.service_map .add:hover text:nth-of-type(1){font-weight:bold}
.service_map .add:hover circle.st7,.service_map .add:hover circle.st13{stroke:#f00;}
.service_map .add:hover circle.st8,.service_map .add:hover circle.st14{fill:#f00;}

.service_map .tips{opacity: 0;transition: all 0.5s ease-in-out;transform:translateY(10px);}

.service_map .tips>g{transition: all 0.3s ease-in-out;text-shadow: 0px 10px 20px rgba(0,0,0,0.1);cursor: pointer;}
.service_map .tips>g:hover{text-shadow: 0px 30px 20px rgba(0,0,0,0.5);transform: translateY(-5px);}
.service_map .map_point path{transition: all 0.15s ease}
.service_map .map_point path:hover{opacity: 1}

@media screen and (min-width: 1200px) and (max-height:860px){
   .service_map .txt_box{bottom: 20px}
   .service_map .map_img{top:-20px}
   .leakey_subbanner.svgmap .leakey_container>.leakey_title_box{float: right;text-align: right;}
   .leakey_subbanner .cur_location li{float: right;}
}
@media screen and (min-width: 1200px) and (max-height:760px){
    .service_map .map_img{top:90px}
    .service_map .txt_box{width:380px;right:50px;left:auto;bottom: 50px;top:auto;}
    .service_map .txt_box>ul{display: block;}
    .service_map .txt_box ul li.leakey_flex_col_split{display: none}
    .service_map .txt_box ul li{padding:0;margin-bottom: 20px}
    .service_map .txt_box ul li:last-child{margin-bottom:0}
    .leakey_subbanner.svgmap .leakey_container>.leakey_title_box{left:50px;bottom: 50px;right:auto;position: absolute;text-align: left;}
    .leakey_subbanner .cur_location li{float: left;}
    .service_map .txt_box ul li p{font-size: 16px!important;line-height: 22px!important;}
}
@media screen and (min-width: 1200px) and (max-width:1350px) and (max-height:760px){
    .service_map .txt_box{width:360px;right:20px;}
    .leakey_subbanner.svgmap .leakey_container>.leakey_title_box{left: 20px}
}
@media screen and (max-width: 1200px){
    .service_map .txt_box{bottom: 20px;left:20px;right: 20px}
    .service_map .txt_box ul p{font-size: 12px;line-height: 18px}
    .service_map .txt_box ul li p{font-size: 16px!important;line-height: 22px!important;}
}
@media screen and (min-width:431px) and (max-width: 1024px){
    .service_map .map_img{top:350px}
}
@media screen and (max-width: 720px){
    .service_map .txt_box ul{display: block;overflow: hidden;}
    .service_map .txt_box ul li:first-child{margin-bottom: 30px}
    .service_map .txt_box ul li:nth-of-type(3){width: 50%;float:left;padding-left: 0;}
    .service_map .txt_box ul li:nth-of-type(5){width: 50%;float:left;padding-left: 20px;}
    .service_map .txt_box ul li:nth-of-type(7){width:100%;float:left;padding-left: 0px;}
    .service_map .txt_box{padding:30px 30px}    
}
@media screen and (max-width: 430px){
    .service_map .txt_box ul li:first-child{margin-bottom: 20px}
    .service_map .txt_box ul li:nth-of-type(3){width: 100%;float:none;padding-right: 0;margin-bottom: 10px}
    .service_map .txt_box ul li:nth-of-type(5){width: 100%;float:none;padding-left: 0;}
    .cn_body .service_map .txt_box ul li:nth-of-type(5){margin-bottom: 10px}
    .service_map .txt_box ul li h4{margin-bottom: 10px;} 
    .leakey_subbanner.map2 .leakey_container{min-height:550px}   
}

.about_detail_box{}
.about_detail_box .leakey_container{padding-bottom:0px;padding-left:0;padding-right: 0}
.about_detail_box .leakey_container .leakey_container{padding-top: 0}
.about_detail{font-size: 20px;line-height: 36px;color:#555;margin-top:0px;background: #f2f2f2;padding:120px 50px;overflow: hidden;}
.about_detail>div{width:50%;min-height: 350px;background-position: center;background:#fff;padding:80px 100px}

.about_detail>div.leakey_video{width:100%;overflow: hidden;font-size:16px;line-height: 26px}
.about_detail>div.leakey_video p{margin-bottom: 20px}
.about_detail>div.leakey_video video{width:50%;float: right;margin-left: 50px;}


@media screen and (max-width: 1440px){
   .about_detail{padding-left: 20px;padding-right: 20px}
}
@media screen and (max-width: 1200px){
    .about_detail>div{padding:40px 60px}
}
@media screen and (max-width: 1024px){
    .about_detail>div{width:60%}
    .about_detail>div:nth-of-type(2){width:40%}
}
@media screen and (max-width: 768px){
    .about_detail>div.leakey_video video{width:100%;float: none;margin-left: 0;margin-bottom: 30px}
    .about_detail>div{width:100%}
    .about_detail>div:nth-of-type(2){width:100%}
    .about_detail>div.leakey_video{padding-left: 20px;padding-right: 20px;line-height: 22px;}
    .about_detail{padding:0}
}


/*leakey_search_result*/
.search-contents-list .content-list li>div{border: 1px solid #f2f2f2;padding: 20px;height: 100%}
.search-contents-list .content-list li img{max-width: 100%;transition: all 0.3s ease-in-out;height: 400px;object-fit: cover;}
.search-contents-list .content-list li a{display: block;}
.search-contents-list .content-list li a.img{line-height: 0;overflow: hidden;margin-bottom: 20px;}
.search-contents-list .content-list li:hover a.img img{transform: scale(1.2);}
.search-contents-list .content-list li a strong{color: #f00}
.big_marks{font-size: 80px!important;display: inline-block;}
.big_marks_l{transform: translateY(30px);padding-right: 10px}
.big_marks_r{transform: translateY(50px);padding-left: 10px}
.search_result_keywords{font-size: 32px}
@media screen and (max-width: 1440px){
    .search-contents-list .content-list li img{height:300px }
    .search-contents-list .leakey_col{width: 33.333333%;}
}
@media screen and (max-width: 720px){
    .search-contents-list .content-list li img{height:200px }
    .search-contents-list .leakey_col{width: 50%;}
}
@media screen and (max-width: 512px){
    .search-contents-list .leakey_col{width:100%;}
    .search-contents-list .content-list li img{width: 100%}
}

.index_feedback{background-image:url(../images/pro_bg_img.png);background-repeat: repeat-x;background-position: center 0;}

.news_page_list_lr .leakey_right{margin-left: 490px}
.news_page_list_lr .leakey_left {width: 460px}
.news_page_list_lr .leakey_left ul{margin-bottom:20px;background: #fff;padding:0 30px 40px}
.news_page_list_lr .leakey_left ul li{margin-bottom: 10px}
.news_page_list_lr .leakey_left ul.top_news img{max-width: 100%;width:100px;margin-right: 15px;margin-bottom: 10px;display: inline-block;}
.news_page_list_lr .leakey_left ul.top_news strong{font-size: 15px;font-weight: normal;}
.news_page_list_lr .leakey_left ul.top_news span{font-size: 14px;opacity: 0.5;display: block;}
.news_page_list_lr .leakey_left ul.pro a{font-size: 20px;line-height: 22px}
.news_page_list_lr .leakey_left .leakey_title{font-size: 32px;line-height: 32px;}
.news_page_list_lr .leakey_left .leakey_title_box{background: #fff;padding:50px 30px 20px}

.news_page_list_lr .leakey_right .right_list{margin-left: -15px;margin-right: -15px}
.news_page_list_lr .leakey_right .right_list li{margin-bottom: 30px;padding:0 15px}
.news_page_list_lr .leakey_right .right_list a{display: inline-block;width:100%;background:#fff}
.news_page_list_lr .leakey_right .right_list a:hover{color: #333}
.news_page_list_lr .leakey_right .right_list a:hover strong{color: #2d64ae}
.news_page_list_lr .leakey_right .right_list a:hover img{transform: scale(1.1);}
.news_page_list_lr .leakey_right .right_list a strong{font-size: 22px;font-weight: normal;padding:20px 25px 10px;display: block;}
.news_page_list_lr .leakey_right .right_list a i{font-style:normal;opacity: 0.5;padding-left: 25px;padding-right: 25px}
.news_page_list_lr .leakey_right .right_list a p{margin-top:10px;opacity: 0.75;padding:0 25px 25px}

@media screen and (max-width: 1580px){
    .news_page_list_lr .leakey_right li{width: 50%}
}
@media screen and (max-width: 1400px){
    .news_page_list_lr .leakey_right{margin-left: 400px}
    .news_page_list_lr .leakey_left {width: 370px}
}
@media screen and (max-width: 1280px){
    .news_page_list_lr .leakey_right{margin-left: 370px}
    .news_page_list_lr .leakey_left {width: 340px}
}
@media screen and (max-width: 1200px){
    .news_page_list_lr .leakey_left ul.top_news img{display: block;width: 100%}
    .news_page_list_lr .leakey_right{margin-left: 250px}
    .news_page_list_lr .leakey_left {width: 230px}
    .news_page_list_lr .leakey_left .leakey_title{font-size: 24px;line-height: 24px}
    .news_page_list_lr .leakey_left .leakey_title_box,.news_page_list_lr .leakey_left ul{padding-left:20px;padding-right: 20px}
    .news_page_list_lr .leakey_right .right_list li{padding:0 10px}
    .news_page_list_lr .leakey_right .right_list{margin-left: -10px;marghin-right:-10px}
}
@media screen and (max-width: 1024px){
    .news_page_list_lr .leakey_right{margin-left: 0px}
}
@media screen and (max-width: 512px){
    .news_page_list_lr .leakey_right li{width: 100%;margin-bottom: 20px}
}

/*leakey_img_list_fancybox*/ 
.leakey_img_list .img_list a{display: block;border: 1px solid #eee;text-align: center;background: #fff;/*padding-bottom: 15px*/}
.leakey_img_list .img_list .img_title{font-size: 20px;padding: 15px 20px 5px;}
.leakey_img_list .img_list p{font-size: 14px}
.leakey_img_list .img_des{padding: 0 20px 10px;font-size: 14px;opacity: 0.75;}
.leakey_img_list li a .leakey_img_box{position:relative}
.leakey_img_list li a .leakey_img_box:before{content:"";background: #000;position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;transition: all 0.3s ease-in-out;opacity: 0;transform: scale(0.3);}
.leakey_img_list li a .leakey_img_box i{font-size:60px;position: absolute;top: 50%;left: 50%;margin-left: -65px;margin-top: -19px;z-index: 2;opacity: 0;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0); padding: 8px 30px;color: #fff;font-style: normal;display: block;line-height: 20px;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.leakey_img_list li a:hover .leakey_img_box i{opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); }
.leakey_img_list li a:hover .leakey_img_box:before{opacity: 0.15;transform: scale(1);}
@media screen and (max-width: 1440px){
    .leakey_img_list .img_list li{width:33.333333%}
    .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: 640px){
    .leakey_img_list .img_list li{width:50%}
}
@media screen and (max-width: 512px){
    .leakey_img_list .img_list li{width:100%}
    .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}
/*fancybox文字显示*/
.fancybox_img_data{position: fixed;right:0;bottom:95px;background: rgba(255,255,255,0.85);padding:20px 40px;z-index: 2;color:#333;text-align: left;max-width: 350px;width:100%}
.fancybox_img_data_title{font-size: 16px;}
.fancybox_img_data_des{margin-bottom: 10px}

/*breadcrumb面包屑导航*/
.breadcrumb{margin-top:90px;}
.breadcrumb .leakey_container{padding-top:20px;padding-bottom: 20px;background: #fff;border-bottom: 1px solid rgba(0,0,0,0.1)}
.breadcrumb li{float: left;}
.breadcrumb li a{color: #333;}
.breadcrumb li a:hover{text-decoration: underline;}
.breadcrumb li.contentT{opacity: 0.75;}
.breadcrumb li.split{padding: 0 10px;}

.leakey_index_news{overflow: hidden;}
.leakey_index_news li i{font-style: normal;display: block;margin-top: 30px;opacity: 0.75}
.leakey_index_news li strong{margin-top: 10px;font-size: 22px;font-weight: normal;line-height: 28px}
.leakey_index_news li p{margin-top: 10px;opacity: 0.75;}
.leakey_index_news li .leakey_more{margin-top: 20px}
.leakey_index_news ul.leakey_cols_space li.leakey_col{padding-right: 15px;padding-left: 15px;}
.leakey_index_news ul.leakey_cols_space{margin-left: -15px;margin-right: -15px}
.leakey_index_news li a:hover{color: #333}
.leakey_index_news li a:hover strong{color: #2d64ae}
.leakey_index_news li a:hover img{transform: scale(1.1);}
@media screen and (max-width: 1024px){
   .leakey_index_news li {width: 50%}
}
@media screen and (max-width: 720px){
    .leakey_index_news ul.leakey_cols_space li.leakey_col{padding-right: 10px;padding-left: 10px;}
    .leakey_index_news ul.leakey_cols_space{margin-left: -10px;margin-right: -10px}
}
@media screen and (max-width: 512px){
    .leakey_index_news li {width: 100%}
}

.index_about_pro_list .leakey_container{padding-left: 0;padding-right: 0}
.index_about_pro_list li{text-align: center;}
.index_about_pro_list li a{border-right: 1px solid #ddd;display:block;padding:80px 20px;border-top: 1px solid #ddd;transition: background 0.3s ease-in;}
.index_about_pro_list li a i{font-size: 80px;display: block;line-height: 80px;margin-bottom: 50px}
.index_about_pro_list li:last-child a{border-right:0}
.index_about_pro_list li a:hover{color:#333}
.index_about_pro_list li a strong{font-size: 32px;line-height: 32px;font-weight: normal;display: block;}
.index_about_pro_list li a .leakey_more{margin-top: 20px}
.index_about_pro_list p{max-width: 80%;display: block;margin:20px auto 0}
@media screen and (max-width: 720px){
   .index_about_pro_list li{width:50%}
}
@media screen and (max-width: 512px){
   .index_about_pro_list li{width:100%}
}


/*leakey_menu*/
.leakey_menu{font-size: 14px;}
.leakey_menu>li>a{font-size: 15px;position: relative;overflow: hidden;}
.leakey_menu li a>em{position: absolute;z-index: 2;right: 30px;font-size: 16px;transform: rotate(180deg);font-weight: bold;height:53px;top:0;line-height: 53px;width:30px;text-align: center;transition: all 0.3s ease-in-out;}
.leakey_menu li a>em:hover{font-size: 20px}
.leakey_menu li li a>em{height:39px;line-height: 39px;}
.leakey_menu li a{padding:15px 0px;display: block;background: #f2f2f2;border-bottom: 1px solid #fff;}
.leakey_menu li a>span{padding-left: 30px;padding-right: 60px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.leakey_menu li ul{display: none;}
.leakey_menu li a>em.active{transform: rotate(0);}
.leakey_menu li.active>ul{display: block;}
.leakey_menu li li{background: #fff;border-bottom: 1px solid #eee;padding-left: 20px;position: relative;overflow: hidden;}
.leakey_menu li li:last-child{border-bottom: 0}
.leakey_menu li:before{content:"";border-top: 1px solid #eee;top:39px;position: absolute;left:0;right: 0;z-index: 2}
.leakey_menu li li a{background: none;position: relative;z-index: 2;}
.leakey_menu>li>a>span{position: relative;z-index: 2;transition: all 0.3s ease-in-out;font-weight: bold;font-size: 16px}
.leakey_menu>li>a:after{content: "";position: absolute;left: 50%;top: 50%;margin-top: -250px;margin-left: -250px;background: #11488f;opacity: 0;z-index: 0;border-radius: 100%;height: 500px;width: 500px;transform: scale(0);transition: all 0.3s ease-in-out;transform-origin: center;}
.leakey_menu>li.active>a:after,.leakey_menu>li:hover>a:after{color: #fff;transform: scale(1);opacity: 1;}
.leakey_menu>li.active>a>span,.leakey_menu>li:hover>a>span,.leakey_menu>li.active>a>em,.leakey_menu>li:hover>a>em{color: #fff}
.leakey_menu>li li.active>a,.leakey_menu>li li:hover>a{color: #11488f;font-weight: bold;}
.leakey_menu>li li a{padding: 8px 0;}
.leakey_menu>li li:after{content: "";position: absolute;left: 50%;top: 50%;margin-top: -500px;margin-left: -500px;background: #f9f9f9;opacity: 0;z-index: 0;border-radius: 100%;height: 1000px;width: 1000px;transform: scale(0);transition: all 0.3s ease-in-out;transform-origin: center;}
.leakey_menu>li li:hover:after{transform: scale(1);opacity: 1;}
/*菜单普通鼠标效果normal_hover*/
.leakey_menu.normal_hover>li>a:after,.leakey_menu.normal_hover>li li:after{transform: scale(1);}
@media screen and (max-width:1200px){
   .leakey_menu>li li a{padding:8px 0}
   .leakey_menu li a>em{right: 20px}
   .leakey_menu li a>span{padding-right: 50px;padding-left: 20px}
}

.customized_tips{font-size:28px;line-height: 28px;padding:20px 20px;background: #fff;color:#333;}
.customized_tips span{font-size: 40px;color: #333;line-height: 40px;display: inline-block;margin-right: 10px;position: relative;top:4px}


.leakey_subbanner .leakey_title_box{left: 50px;position: absolute;top:50%;transform: translateY(-50%);width:70%}
.map2.leakey_subbanner .leakey_title_box{position: relative;left: auto;top:auto;transform: none;width: 500px}

@media screen and (max-width: 720px){
   .leakey_subbanner .leakey_title_box{position: relative;top:0;transform: none;width:100%;left: 0}
}

.leakey_footer_news{border-bottom: 1px solid #ddd;}
.leakey_footer_news .leakey_container{max-width: 100%;margin:auto}
.leakey_footer_news .leakey_title_box{margin-bottom: 50px}
.leakey_footer_news li a{background: #fff;display: block;padding-bottom: 30px;border:1px solid #f2f2f2}
.leakey_footer_news li a i{padding-left: 20px;padding-right: 20px}
.leakey_footer_news li strong{padding-left: 20px;padding-right: 20px}
.leakey_footer_news li p{padding-left: 20px;padding-right: 20px;}


.policy{background: #f2f2f2}
.policy .leakey_container .leakey_title_box{margin-bottom: 80px}
.policy .leakey_container>div{max-width: 1580px;background: #fff;margin:auto;padding:100px;font-size: 18px;line-height: 24px;}
.policy .leakey_container>div p{margin-bottom: 15px}
.policy .leakey_container>div strong{font-size: 22px;line-height: 28px}
@media screen and (max-width: 1200px){
   .policy .leakey_container>div{padding-left: 50px;padding-right: 50px}
}
@media screen and (max-width: 720px){
    .policy .leakey_container .leakey_title_box{margin-bottom: 50px}
   .policy .leakey_container>div{padding-left: 20px;padding-right: 20px;line-height: 22px;font-size: 16px}
}


.leakey_subbanner .leakey_title{font-size:60px;line-height: 60px}
.leakey_subbanner .leakey_title_sub{font-size: 24px;line-height: 28px}
.leakey_subbanner .cur_location{font-size: 18px;}


/*about_cx_lr */
.about_cx_lr {position: relative;overflow: hidden;}
.about_cx_lr .leakey_title_box{padding-left: 50px;color: #fff}
.about_cx_lr:before{content:"";position:absolute;top:0;left:50%;bottom:0;right:0;z-index:-1;transition: all 0.3s ease-in-out;background: linear-gradient(90deg,#257bcc -1%,#234776 102%)}

.about_cx_lr .leakey_title_des{font-size: 16px;margin-bottom: 10px;line-height: 28px}
.about_cx_lr .leakey_title_des span{display: block;font-size: 20px;}
.about_cx_lr .leakey_title_des em{font-style: normal;font-size: 20px;display: block;margin-bottom: 10px}
.about_cx_lr .leakey_col_avg_2 .leakey_swiper_wraper{position: absolute;top:0;bottom: 0;left:0;right: 50%}
.about_cx_lr .leakey_col_avg_2 .leakey_swiper_wraper .swiper-slide{background-size: cover;background-position: center;}
.about_cx_lr .leakey_col_avg_2:nth-of-type(2){float: right;}

.about_cx_lr .leakey_more{margin-top: 50px}

@media screen and (max-width: 720px){
   .about_cx_lr .leakey_col{width:100%}
   .about_cx_lr .leakey_col:nth-of-type(2){width:100%;margin-top: 30px}
   .about_cx_lr:before{opacity: 1;left: 0}
   .about_cx_lr .leakey_title_box{padding-left: 0}
   .about_cx_lr .leakey_col_avg_2 .leakey_swiper_wraper{position: relative;width:100%;height:300px;right:0;}
}


/*leakey_partner*/
.leakey_partner li.leakey_col span font{display: block;text-align: center;padding-bottom: 10px;}
.leakey_partner li.leakey_col span{border: 1px solid #f2f2f2;display: block;padding: 10px 10px 0;text-align: center;}
.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%}
}

/*sub_ch_nav*/
.sub_ch_nav{text-align: center;background-color: #fff;padding-top: 100px}
.sub_ch_nav>ul>li{display: inline-block;font-size: 28px;line-height: 28px}
.sub_ch_nav>ul>li:after{content:"/"}
.sub_ch_nav>ul>li:last-child:after{display: none}
.sub_ch_nav>ul>li a{display: inline-block;padding:0 30px 0;}
.sub_ch_nav>ul>li.active a{color: #11488f}

/*leakey_img_list_fancybox*/    
.leakey_img_list .img_list a{display: block;border: 1px solid #f2f2f2;text-align: center;}
.leakey_img_list .img_list .img_title{font-size: 16px;padding: 10px 20px;}
.leakey_img_list .img_des{padding: 0 20px 10px;font-size: 14px;opacity: 0.75;}
.leakey_img_list li a .leakey_img_box{position:relative}
.leakey_img_list li a .leakey_img_box:before{content:"";background: #000;position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;transition: all 0.3s ease-in-out;opacity: 0;transform: scale(0.3);}
.leakey_img_list li a .leakey_img_box i{font-size:60px;position: absolute;top: 50%;left: 50%;margin-left: -65px;margin-top: -19px;z-index: 2;opacity: 0;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0); padding: 8px 30px;color: #fff;font-style: normal;display: block;line-height: 20px;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.leakey_img_list .img_list a span{position: relative;}
.leakey_img_list li a:hover .leakey_img_box i{opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); }
.leakey_img_list li a:hover .leakey_img_box:before{opacity: 0.15;transform: scale(1);}
@media screen and (max-width: 1200px){
    .leakey_img_list .img_list li{width:25%}
    .leakey_img_list .img_list .img_title{padding-left:0;padding-right: 0}
}
@media screen and (max-width: 960px){
    .leakey_img_list .img_list li{width:33.333333%}
}
@media screen and (max-width: 512px){
    .leakey_img_list .img_list li{width:50%}
    .leakey_img_list .img_list .img_title{font-size: 16px}
}

 /*leakey_menu*/
.leakey_menu{font-size: 14px;}
.leakey_menu li{position:relative}
.leakey_menu>li>a{font-size: 15px;position: relative;overflow: hidden;}
.leakey_menu li a>em{position: absolute;z-index: 2;right: 30px;font-size: 16px;transform: rotate(180deg);font-weight: bold;height:53px;top:0;line-height: 53px;width:30px;text-align: center;transition: all 0.3s ease-in-out;}
.leakey_menu li a>em:hover{font-size: 20px}
.leakey_menu li li a>em{height:39px;line-height: 39px;}
.leakey_menu li a{padding:15px 0px;display: block;background: #f2f2f2;border-bottom: 1px solid #fff;}
.leakey_menu li a>span{padding-left: 30px;padding-right: 60px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.leakey_menu li ul{display: none;}
.leakey_menu li a>em.active{transform: rotate(0);}
.leakey_menu li.active>ul{display: block;}
.leakey_menu li li{background: #fff;border-bottom: 1px solid #eee;padding-left: 20px;position: relative;overflow: hidden;}
.leakey_menu li li:last-child{border-bottom: 0}
.leakey_menu li:before{content:"";border-top: 1px solid #eee;top:51px;position: absolute;left:0;right: 0;z-index: 2;display: none}
.leakey_menu li li a{background: none;position: relative;z-index: 2;}
.leakey_menu>li>a>span{position: relative;z-index: 2;transition: all 0.3s ease-in-out;font-weight: bold;font-size: 16px}
.leakey_menu>li>a:after{content: "";position: absolute;left: 50%;top: 50%;margin-top: -250px;margin-left: -250px;background: #11488f;opacity: 0;z-index: 0;border-radius: 100%;height: 500px;width: 500px;transform: scale(0);transition: all 0.3s ease-in-out;transform-origin: center;}
.leakey_menu>li.active>a:after,.leakey_menu>li:hover>a:after{color: #fff;transform: scale(1);opacity: 1;}
.leakey_menu>li.active>a>span,.leakey_menu>li:hover>a>span,.leakey_menu>li.active>a>em,.leakey_menu>li:hover>a>em{color: #fff}
.leakey_menu>li li.active>a,.leakey_menu>li li:hover>a{color: #11488f;font-weight: bold;}
.leakey_menu>li li a{padding: 8px 0;}
.leakey_menu>li li:after{content: "";position: absolute;left: 50%;top: 50%;margin-top: -500px;margin-left: -500px;background: #f9f9f9;opacity: 0;z-index: 0;border-radius: 100%;height: 1000px;width: 1000px;transform: scale(0);transition: all 0.3s ease-in-out;transform-origin: center;}
.leakey_menu>li li:hover:after{transform: scale(1);opacity: 1;}
/*菜单普通鼠标效果normal_hover*/
.leakey_menu.normal_hover>li>a:after,.leakey_menu.normal_hover>li li:after{transform: scale(1);}
@media screen and (max-width:1200px){
    .leakey_menu>li li a{padding:8px 0}
    .leakey_menu li a>em{right: 20px}
    .leakey_menu li a>span{padding-right: 50px;padding-left: 20px}
}

/*leakey_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;}
.leakey_img_list .img_des{padding: 0 20px 10px;font-size: 14px;opacity: 0.75;}
.leakey_img_list li a .leakey_img_box{position:relative}
.leakey_img_list li a .leakey_img_box:before{content:"";background: #000;position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;transition: all 0.3s ease-in-out;opacity: 0;transform: scale(0.3);}
.leakey_img_list li a .leakey_img_box i{font-size:60px;position: absolute;top: 50%;left: 50%;margin-left: -65px;margin-top: -19px;z-index: 2;opacity: 0;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0); padding: 8px 30px;color: #fff;font-style: normal;display: block;line-height: 20px;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.leakey_img_list li a:hover .leakey_img_box i{opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); }
.leakey_img_list li a:hover .leakey_img_box:before{opacity: 0.15;transform: scale(1);}
@media screen and (max-width: 1200px){
    .leakey_img_list .img_list li{width:25%}
    .leakey_img_list .img_list .img_title{padding-left:0;padding-right: 0}
}
@media screen and (max-width: 960px){
    .leakey_img_list .img_list li{width:33.333333%}
}
@media screen and (max-width: 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}