/*--for m53_head--*/
@charset "UTF-8";

/*---mo-header---*/

.m53-mob-menu{position:fixed;top:0;bottom:0;height:100%;overflow-y:scroll;width:300px;background:#fff;padding:60px 20px 0;right:0;transform: translateX(100%);transition: 0.5s all;-webkit-overflow-scrolling:touch;z-index:10000!important;box-shadow:0 0 40px rgba(82,85,90,0.1);}
.m53-mob-menu .tit{text-align:center;}
.m53-mob-menu .tit img{height:40px;}
.m53-mob-menu .tit span{position:absolute;right:15px;top:15px;cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:block;}
.m53-mob-menu .tit span i{color:#333;font-size:22px;}

.m53-mob-menu .mobile-menu{margin:30px 0 0;}
.m53-mob-menu .mobile-menu > ul{}
.m53-mob-menu .mobile-menu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.m53-mob-menu .mobile-menu > ul > li > a{font-weight:500;padding:0 0 0 10px;}
.m53-mob-menu .mobile-menu > ul > li > em{position:absolute;color:#333;top:10px;right:0;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m53-mob-menu .mobile-menu > ul > li > em i{font-size:14px;display:inline-block;transition:all 0.3s ease 0s;}
.m53-mob-menu .mobile-menu > ul > li.active{background:#F5F5F5;}
.m53-mob-menu .mobile-menu > ul > li.active > em i{transform:rotate(90deg);}
.m53-mob-menu .mobile-menu ul li a{color:#333;display: block;}
.m53-mob-menu .mobile-menu ul li a:hover{text-decoration: none;}
.m53-mob-menu .mobile-menu ul li ul{display:none;padding-bottom:10px;padding-left:20px;}
.m53-mob-menu .mobile-menu ul li ul li{line-height:22px;position:relative;}
.m53-mob-menu .mobile-menu ul li ul li em{position:absolute;color:#333;top:1px;right:0;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m53-mob-menu .mobile-menu ul li ul li em i{font-size:12px;display:inline-block;transition:all 0.3s ease 0s;}
.m53-mob-menu .mobile-menu ul li ul li a{padding:5px 0;margin-right:30px;}

.m53-mob-menu .mobile-menu ul li ul li.active em i{transform:rotate(90deg);}

.m53-mob-menu.menu-on{transform:translateX(0)}

/*---header---*/

.m53-header{/* box-shadow:0 3px 7px rgba(0,0,0,0.06); */position: absolute;z-index:99;left: 0;right: 0;}

.m53-header > .wp{height:100%;display:flex;justify-content:space-between;align-items:center;}

.m53-header .logo img{height: 35px;object-fit: contain;}

.head-nav{flex:1;padding:0 5rem;}         
.head-nav > ul{display:flex;align-items:center;justify-content:space-between;}
.head-nav > ul > li{position:relative;}
.head-nav > ul > li:nth-child(2){}
.head-nav > ul > li > a{display:block;font-size: 16px;color: #fff;height: 84px;line-height: 84px;text-align:center;font-weight: 700;text-transform: uppercase;display:inline-flex;align-items:center;}
.head-nav > ul > li > a i{font-size:15px;}
                        
.head-nav > ul > li ul{position:absolute;width:220px;height:auto;left:-40px;top:100%;z-index:30;padding:10px 7px;border-radius:6px;background:#fff;opacity:0;visibility:hidden;transition:all .4s ease 0s;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);box-shadow:rgba(0,0,0,0.14) 0 0 9px 0px;}
.head-nav > ul > li > ul::before{content:'';position:absolute;left:65px;margin:0;top:-8px;overflow:hidden;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;}
.head-nav > ul > li > ul li{border-bottom:1px solid #EDEDED;position:relative;}
.head-nav > ul > li > ul li:last-child{border:none;}
.head-nav > ul > li > ul li > a{display:block;border-radius:4px;padding:9px 10px;color:#333;font-size:16px;line-height:21px;text-transform:capitalize;}
.head-nav > ul > li > ul > li > a{padding-right:20px;}
.head-nav > ul > li > ul li > a i{position:absolute;right:10px;top:10px;font-size:11px;}
.head-nav > ul > li > ul li > a:hover{background:var(--color-active);color:#fff;}

.head-nav > ul > li > ul li ul{left:230px;top:0;}

.head-nav > ul > li:hover > a,.head-nav > ul > li.active > a{color: #fff;text-decoration: underline;}
.head-nav > ul > li:hover > a > i{transform:rotate(180deg);-webkit-transform: rotate(180deg);}

.head-nav ul li:hover > ul{opacity:1;visibility:visible;transform:translate3d(0,0,0);}

.head-nav > ul > li .drop-pro{position:absolute;width:100%;left:0;top:100%;z-index:100;padding:50px 0;background:#F1F1F1;box-shadow:0 6px 5px rgba(1,1,1,0.14);transition:all .4s ease 0s;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);opacity:0;visibility:hidden;}
.head-nav > ul > li .drop-pro .wp{}
.head-nav > ul > li .drop-pro .list{display:flex;justify-content: center;flex-wrap:wrap;}
.head-nav > ul > li .drop-pro dl{width: 30%;}
.head-nav > ul > li .drop-pro dl+dl{margin-left:50px;}
.head-nav > ul > li .drop-pro dl dt{font-size:18px;font-weight:700;text-transform:uppercase;line-height:1;color:var(--title-text-color);padding-bottom:10px;margin-bottom:15px;border-bottom:1px solid #111;}
.head-nav > ul > li .drop-pro dl dt > a{display:flex;align-items:center;}
.head-nav > ul > li .drop-pro dl dt > a img{width:40px;margin-right:8px;}
.head-nav > ul > li .drop-pro dl dd{font-size:16px;position:relative;color:#616670;}
.head-nav > ul > li .drop-pro dl dd+dd{margin-top: 15px;}
.head-nav > ul > li .drop-pro dl dd a{display:block;overflow:hidden;background: url(/template/pc/default/html/module/m87_goodslist/images/dot1.png) no-repeat left 6px;padding-left: 15px;}
.head-nav > ul > li .drop-pro dl dd .sub-level{padding-left: 20px;margin-top: 15px;text-transform: capitalize;}
.head-nav > ul > li .drop-pro dl dd a:hover{color: #1C5AAE;text-decoration: underline;}

.head-nav > ul > li .drop-pro .list2{margin:40px 0 0;display:flex;justify-content:space-between;flex-wrap:wrap;}
.head-nav > ul > li .drop-pro .list2 .item{width:30%;}
.head-nav > ul > li .drop-pro .list2 .item a{display:block;position:relative;color:#333;}
.head-nav > ul > li .drop-pro .list2 .item a p{position:absolute;left:0;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center;padding:0 15px;max-width:60%;}
.head-nav > ul > li .drop-pro .list2 .item a p strong{display:block;margin-bottom:5px;}



.head-nav > ul > li .drop-pro .pic{width:42%;}
.head-nav > ul > li .drop-pro .pic p{margin:15px 0 0;text-align:right;}
.head-nav > ul > li .drop-pro .pic p a{display:inline-flex;align-items:center;font-size:15px;font-weight:600;color:#000;text-transform:uppercase;}
.head-nav > ul > li .drop-pro .pic p a i{margin-left:5px;font-size:18px;}

.head-nav > ul > li:hover .drop-pro{opacity:1;visibility:visible;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);}

.head-nav > ul > li:hover .drop-pro{opacity:1;visibility:visible;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);}


.m53-header .header-right{display:flex;align-items:center;}

.m53-header .mob-menu-btn{width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;display:none;}
.m53-header .mob-menu-btn i{color:#333;font-size:24px;}

.m53-header .header-lang{position:relative;margin:0 0 0 30px;}
.m53-header .header-lang .box{height:34px;width:90px;border:1px solid #EBEBEB;cursor:pointer;display:flex;align-items:center;padding:0 7px;}
.m53-header .header-lang .box img{}
.m53-header .header-lang .box em{margin:0 7px;line-height:18px;font-size:13px;color: #fff;text-transform:uppercase;}
.m53-header .header-lang .box i{line-height:18px;font-size:14px;color: #fff;}
.m53-header .header-lang .lang-box{width:200px;padding:15px;position:absolute;right:0;top:42px;z-index:200;background:#fff;transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;box-shadow:0 0 10px rgba(63,62,62,0.2);}
.m53-header .header-lang .lang-box::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block;}
.m53-header .header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;}
.m53-header .header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.m53-header .header-lang ul li:last-child{border:none;}
.m53-header .header-lang ul li a{color:#333;font-size:12px;display:block;}
.m53-header .header-lang ul li a:hover{color:#015198;}
.m53-header .header-lang ul li img{vertical-align:middle;margin-right:7px;}
.m53-header .header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}


.m53-header .search span{cursor:pointer;text-align:center;}
.m53-header .search span i{color: #fff;font-size:20px;display:inline-block;}

.search-box{display:none;position:absolute;z-index:9999;width:100%;left:0;right:0;top:100px;background:rgba(0,0,0,0.6);padding:33px 0;}
.search-box .close{position:absolute;right:30px;top:calc(50% - 11px);line-height:22px;height:22px;}
.search-box .close i{font-size:21px;color:#fff;}
.search-box .serchbox{width:700px;margin:0 auto;position:relative;}
.search-box .serchbox .submit_text{background:#fff;width:100%;height:47px;line-height:47px;float:left;color:#111;padding:0 90px 0 15px;font-size:15px;}
.search-box .serchbox .submit_btn{position:absolute;right:0;top:0;width:70px;height:47px;line-height:47px;background:var(--color-active);text-align:center;display:block;cursor:pointer;}
.search-box .serchbox .submit_btn i{font-size:25px;color:#fff;}

.header-fix{position:fixed;left:0;top:0;width:100%;z-index:200;box-shadow:0 0 10px rgba(176,176,176,0.75);background: rgb(0,0,0,0.4);}


/*----------*/

@media screen and (max-width:1680px) {
}

@media screen and (max-width:1550px) {
.head-nav > ul > li > a {font-size: 13px;}
.m53-header .logo img {height: 30px;}
}

@media screen and (max-width:1367px) {
}

@media screen and (max-width:1281px){
.m53-header .logo img {height:20px;} 
.head-nav > ul > li > a{font-size:12px;}
.head-nav > ul > li > a i{font-size:13px;}
}

@media screen and (max-width:1171px){

}

@media screen and (max-width:992px){
.m53-header{padding:15px 0;position: static;}
.head-nav{display:none;}
.m53-header .header-lang{margin:0 5px 0 20px;}
.m53-header .mob-menu-btn{display:block;}
.search-box{top:80px;padding:30px 40px;}
.search-box .close{display:none;}
.search-box .serchbox{width:100%;}
.m53-header .header-lang .box em{color: #333;}
.m53-header .header-lang .box i{color: #333;}
.m53-header .search span i {color: #333;}
.m53-header .logo img {filter: invert(100%);}
}

@media screen and (max-width:768px){
.search-box{top:70px;padding:25px 30px;}
.search-box .serchbox .submit_text{height:42px;line-height:42px;}
.search-box .serchbox .submit_btn{width:60px;height:42px;line-height:42px;}
.search-box .serchbox .submit_btn i{font-size:22px;}
}

@media screen and (max-width:640px) {

}

@media screen and (max-width:576px) {
.search-box{padding:25px 20px;}
}

@media screen and (max-width:480px) {
.search-box{top:70px;padding:15px 10px;}
.search-box .serchbox .submit_text{height:36px;line-height:36px;padding:0 65px 0 10px;font-size:14px;}
.search-box .serchbox .submit_btn{width:55px;height:36px;line-height:36px;}
.search-box .serchbox .submit_btn i{font-size:20px;}
}	

@media screen and (max-width:420px) {


}

/*--for m03_showlist--*/
@charset "utf-8";
.m03_showlist_sidebanner img{width:100%;}
.m03_showlist_path{height:50px;line-height:50px;border-bottom:1px solid #EAEAEA;}
.m03_showlist_path p{color:#666;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.m03_showlist_path p i{margin:0 5px 0 0;font-size:14px;}
.m03_showlist_path p a{color:#666;}
@media screen and (max-width:768px) {
.m03_showlist_path{height:45px;line-height:45px;}
.m03_showlist_path p{font-size:15px;}
}
@media screen and (max-width:480px) {
.m03_showlist_path{height:40px;line-height:40px;}
.m03_showlist_path p{font-size:14px;}
}
/*---------------------------------------------------*/
.wp1200{margin:0 auto;width:1200px;}
.show-list-4 .no-pic.txt {margin-left: 0;} 
.show-list-1{padding:70px 0 20px;}
.show-list-1 .tit h1{font-size:42px;line-height:1;color:#000;font-weight:bold;text-align:center;text-transform:capitalize;}
.show-list-1 .tit .t{font-size:17px;color:#5a5a5a;line-height:24px;margin:25px 0 0;}
.show-list-1 .tit p~p{margin-top:5px;}
.show-list-1 .list{margin:20px 0 0;}
.show-list-1 .list ul{margin:0 -10px;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.show-list-1 .list ul li{width:33.3333333%;text-align:center;padding:10px;cursor:pointer;box-sizing:border-box;}
.show-list-1 .list ul li .box{background:#fff;padding:5px 5px 15px;box-sizing:border-box;}
.show-list-1 .list ul li .pic{display:block;width:100%;overflow:hidden;box-sizing:border-box;border:1px solid #DBDBDB;}
.show-list-1 .list ul li .pic img{width:100%;display:block;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;}
.show-list-1 .list ul li h3{margin-top:15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.show-list-1 .list ul li h3 a{color:#333;font-size:17px;font-weight:500;}
.show-list-1 .list ul li h3 a:hover{color:#296798;}

.show-list-2{padding:70px 0;}
.show-list-2 > div{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}
.show-list-2 h2{color:#333;font-size:20px;font-weight:bold;line-height:1;}
.show-list-2 h5{color:#333;font-size:22px;font-weight:bold;line-height:1;}
.show-list-2 .more{width:300px;height:60px;line-height:54px;text-align:center;font-size:20px;font-weight:bold;color:#111;display:block;border:3px solid #111;-webkit-transition:0.5s;transition:0.5s;}
.show-list-2 .more:hover{background:#111;color:#fff;}


.show-list-3{padding:70px 0;background:#eaeaea;}
.show-list-3 .tit{text-align:center;}
.show-list-3 .tit h2{font-size:42px;line-height:1;color:#000;font-weight:bold;text-align:center;}
.show-list-3 .tit p{font-size:17px;color:#5a5a5a;line-height:24px;margin:25px 0 0;}
.show-list-3 ul{margin:50px -15px 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.show-list-3 ul li{width:50%;padding:15px;box-sizing:border-box;cursor:pointer;transition:all 0.3s ease 0s;}
.show-list-3 ul li .box{background:#E9E7DB;padding:60px 40px 40px;}
.show-list-3 ul li .ico{}
.show-list-3 ul li .ico img{height:40px;}
.show-list-3 ul li h6{font-size:18px;font-weight:700;color:#292929;margin:25px 0 0;}
.show-list-3 ul li p{font-size:17px;line-height:22px;color:#555;margin:20px 0 0;}
.show-list-3 ul li:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);}
.show-list-3 ul li:hover .box{box-shadow:0 0 10px rgba(63,62,62,0.2);}

.show-list-4{padding:70px 0;background:#fff;}
.show-list-4 ul{}
.show-list-4 h2{font-size:22px;line-height:1;color:#000;font-weight:bold;text-align:center;text-align:left;}
.show-list-4 ul li{display:-webkit-flex;display:flex;align-items: center;}
.show-list-4 ul li+li{margin-top:40px;}
.show-list-4 ul li .pic{width:50%;}
.show-list-4 ul li .pic img{width:100%;}
.show-list-4 ul li .txt{-webkit-flex:1;flex:1;margin:0 0 0 40px;}
.show-list-4 ul li .txt h6{font-size:34px;color:#333;font-weight:700;}
.show-list-4 ul li .txt p{margin:20px 0 0;line-height:24px;font-size:17px;color:#555;}

.show-list-4 ul li:nth-child(2n){-webkit-flex-direction:row-reverse;flex-direction:row-reverse;}
.show-list-4 ul li:nth-child(2n) .txt{margin:0 40px 0 0;}

.show-list-5{padding:70px 0;background:#eaeaea;}
.show-list-5 h2{font-size:42px;line-height:1;color:#000;font-weight:bold;text-align:center;text-align:center;}
.show-list-5 ul{margin:50px -15px 0;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.show-list-5 ul li{width:50%;padding:15px;box-sizing:border-box;cursor:pointer;transition:all 0.3s ease 0s;}
.show-list-5 ul li .box{background:#fff;padding:50px 30px;box-shadow:13px 15px 40px 0 rgba(50,26,9,.08);border-radius: 8px;min-height: 100%;}
.show-list-5 ul li h4{font-size:18px;font-weight:700;color:#292929;margin-top: 5px;word-break: break-all;}
.show-list-5 ul li p{font-size:17px;line-height:22px;color:#555;margin:20px 0 0;}
.show-list-5 ul li p a{color:#111;text-decoration:underline;}
.show-list-5 ul li:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);}
.show-list-5 ul li:hover .box{box-shadow:0 0 10px rgba(63,62,62,0.2);}

.show-list-6{padding:70px 0;background:#fff;}
.show-list-6 h2{font-size:42px;line-height:1;color:#000;font-weight:bold;text-align:center;margin-bottom: 40px;}
.show-list-6 h4.title{margin:30px 0 30px;line-height:20px;text-align:center;background-size:cover;color:#9f9f9f;font-size:22px;font-weight:700;}
.show-list-6 ul{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.show-list-6 ul li{width:25%;margin:7px 0;font-size:16px;box-sizing:border-box;}
.show-list-6 ul li a{font-size:16px;color:#292929;background:url("/template/pc/default/html/module/m03_showlist/images/show-dot1.png") no-repeat left 3px;padding:0 0 0 20px;display:block;}
.show-list-6 ul li a:hover{color:#296798;background-image:url("/template/pc/default/html/module/m03_showlist/images/show-dot2.png");}

.show-list-7{padding:70px 0;background:#eaeaea;}
.show-list-7 h2{font-size:30px;line-height:1;color:#000;}
.show-list-7 p{font-size:17px;color:#5a5a5a;line-height:24px;margin:25px 0 0;}

.show-list-7 dl{margin:30px 0 0;}
.show-list-7 dl dt{font-size:16px;color:#9c8d7c;font-weight:bold;}
.show-list-7 dl dt~dt{margin-top:20px;}
.show-list-7 dl dd{font-size:16px;line-height:24px;margin:10px 0 0;}
.show-list-7 dl dd a{color:#111;text-decoration:underline;}
.show-list-7 hr{width:100%;height:2px;border:none;border-top:2px dotted #185598;overflow:hidden;margin:50px 0;}
.show-list-7 ul{}
.show-list-7 ul li{padding:40px 0;border-bottom:1px solid #d9cfc7;border-top:1px solid #fff;}
.show-list-7 ul li:first-child{border-top:none;}
.show-list-7 ul li:last-child{border-bottom:none;}
.show-list-7 ul li h4{color:#875d3e;font-size:22px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;}
.show-list-7 ul li h4::before{content:'';margin:0 10px 3px 0;width:18px;height:18px;border-radius:50%;background-color:#875d3e;}
.show-list-7 ul li a{color:#111;text-decoration:underline;}
/*------------------------------------------------------------*/
@media screen and (max-width:768px){
.wp1200{width:100%;padding-right:10px;box-sizing:border-box;padding-left:10px;}
.show-list-1 .tit h1{font-size:30px;}
.show-list-1{padding:30px 0 10px;}
}
@media screen and (max-width:480px) {
.show-list-4 .no-pic.txt {margin-left: 20px;} 
.show-list-2 > div{display: flow-root;}
.show-list-2 h2 {text-align: center;}
.show-list-2 .more {margin: 0 auto;margin-top: 20px;}
.show-list-3 .tit h2,.show-list-5 h2,.show-list-6 h2 {font-size: 32px;}
.show-list-1 .list ul li {width: 50%;}
.show-list-4 ul li {display: flow-root;}
.show-list-4 ul li .pic {width: 100%;}
.show-list-4 ul li:nth-child(2n) .txt {margin: 0 20px;}
.show-list-4 ul li .txt {margin: 0 20px;}
.show-list-4 h2 {margin-top: 20px;}
.show-list-5 ul li {width: 100%;}
.show-list-6 ul li {width: 50%;}
}

/*--for m46_sidebar3--*/
@charset "utf-8";


/*----------------------------*/


.m46-sidebar3 { top: 50%; margin-top: -200px; position: fixed; right: 8px; z-index: 9999; background: #fff; border-radius: 3px; box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px; }
.m46-sidebar3 a { display: block; cursor: pointer; background: #fff; position: relative; padding: 12px 6px; text-align: center; box-sizing: border-box; border-bottom: 1px solid #E8E8E8; border-radius: 3px; }
.m46-sidebar3 a i { font-size: 30px; color:#0033a8; }
.m46-sidebar3 a span { font-size: 16px; color: #0033a8; display: block; margin: 8px 0 0; }
.m46-sidebar3 a > img { max-width: 22px; }
.m46-sidebar3 a.wx .wx-box { position: absolute; right: 98px; top: 50%; transform: translateY(-50%); display: none; }
.m46-sidebar3 a.wx .wx-box .box { width: 140px; padding: 5px; border: 1px solid #D6D7D7; text-align: center; background: #fff; overflow: hidden; }
.m46-sidebar3 a.wx .wx-box .box img { width: 140px; }
.m46-sidebar3 a.wx .wx-box .box span { font-size: 12px; line-height: 18px; letter-spacing: 1px; }
.m46-sidebar3 a.wx .wx-box .arrowPanel { width: 12px; height: 20px; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); }
.m46-sidebar3 a.wx .wx-box .arrowPanel .arrow01 { width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; bottom: 0; left: 2px; top: 0; border-top: 10px dashed transparent; border-right: 10px dashed transparent; border-bottom: 10px dashed transparent; border-left: 10px solid #ddd; }
.m46-sidebar3 a.wx .wx-box .arrowPanel .arrow02 { width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; bottom: 0; left: 0; top: 0; border-top: 10px dashed transparent; border-right: 10px dashed transparent; border-bottom: 10px dashed transparent; border-left: 10px solid #fff; }
.m46-sidebar3 a.wx:hover .wx-box { display: block; }

@media (max-width: 768px) { 
.m46-sidebar3 { display: none; } 
}

/*--for m87_foot--*/
@charset "UTF-8";

footer{padding: 60px 0 0;}

.foot-logo{text-align:center;}
.foot-logo img{max-height: 46px;}

.foot-tel{margin:50px 4vw 0;}
.foot-tel ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.foot-tel ul li{width:48%;text-align:center;}
.foot-tel ul li a{border:1px solid rgba(98, 99, 123, 0.39);border-radius:8px;padding:10px;display:block;font-size:clamp(16px, 2.5vw, 48px);color: #fff;font-weight:600;}
.foot-tel ul li a:hover{background:#001a72c4;border-color:var(--color-active);color:#fff}

.m87-footer{padding: 50px 0 20px 0;}
.m87-footer .wp{display:flex;justify-content:space-between;flex-wrap:wrap;}
.m87-footer h5{font-size: 26px;color: #fff;line-height:1;margin-bottom:20px;font-weight:bold;position:relative;}

.foot-time{width:25%;}
.foot-time p{font-size: 19px;color: rgb(255,255,255,0.8);line-height: 1.5;margin: 10px 0 0;}
.foot-time .share{margin: 20px 0 0;font-size:0;}
.foot-time .share a{display:inline-block;color: #fff;background: var(--btn-color);width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;}
.foot-time .share a i{font-size:20px;}
.foot-time .share a+a{margin-left:10px;}
.foot-time .share a:hover{background:var(--color-active);color:#fff;}

.foot-nav{width:25%;padding-left:5vw;border-right:1px solid rgba(98, 99, 123, 0.39);}
.foot-nav ul li{color: rgb(255,255,255,0.8);line-height:2;}
.foot-nav ul li+li{}
.foot-nav ul li a{display:inline-block;font-size: 19px;}
.foot-nav ul li a:hover{color:#fff}

.foot-list{width:25%;padding-left:5vw;}
.foot-list ul li{color: rgb(255,255,255,0.8);line-height:2;}
.foot-list ul li+li{}
.foot-list ul li a{display:inline-block;font-size: 19px;}
.foot-list ul li a:hover{color:#fff}

.foot-contact{width:25%;}
.foot-contact p{font-size: 19px;color: rgb(255,255,255,0.8);line-height:1.8;}
.foot-contact p~p{}
.foot-contact p a:hover{color:#fff;}

.m87-copyright{border-top: 1px solid #fff;padding:30px 0;text-align:center;}
.m87-copyright p{color:rgb(255,255,255,0.8);font-size: 16px;}
                        
@media screen and (max-width:1550px){
.foot-nav ul li a,.foot-list ul li a {font-size: 18px;}
.foot-contact p {font-size: 18px;}
.foot-time p {font-size: 18px;}
}
  
@media screen and (max-width:1367px){
.foot-nav ul li a,.foot-list ul li a {font-size: 17px;}
.foot-contact p {font-size: 17px;}
.foot-time p {font-size: 17px;}
}

@media screen and (max-width:1281px){
footer{padding:70px 0 0;}
.foot-time p{line-height:1.5;}
.foot-time .share{margin:25px 0 0;}
.foot-time .share a{width:38px;height:38px;line-height:38px;}
.foot-time .share a + a{margin-left:10px;}

.foot-nav ul li{font-size:15px;line-height:1.5;}
.foot-list ul li{font-size:15px;line-height:1.5;}

.foot-contact p{line-height:1.5;}

}

@media screen and (max-width:992px){
footer{padding:50px 0 0;}
.m87-footer{padding:50px 0 20px;}
.foot-tel{margin:40px 4vw 0;}
.foot-time{width:100%;margin-bottom:40px;}
.foot-time h5{text-align:center;display:none;}
.foot-time p{display:none;}
.foot-time .share{text-align:center;}
.foot-nav{width:50%;padding-left:0;}
.foot-list{width:50%;}
.foot-contact{width:100%;margin-top:30px;}
.foot-contact h5{text-align:center;}
.foot-contact p {font-size: 16px;}
}

@media screen and (max-width:768px){
footer{padding:40px 0 0;}
.foot-logo img{max-height:45px;}
.m87-footer{padding:40px 0 20px;}
.m87-footer h5{font-size:18px;margin:0 0 15px;}

.foot-time .share{margin:20px 0 0;}
.foot-time .share a{width:36px;height:36px;line-height:36px;}
.foot-time .share a i{font-size:18px;}

.m87-copyright{padding:25px 0;}
.m87-copyright p{font-size:14px;}

}

@media screen and (max-width:576px){
.foot-list{width:100%;padding-left:0;margin-top: 20px;}
.foot-nav{width:100%;border-right:none;}
.foot-nav h5,.foot-list h5{padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,0.05);cursor:pointer;}
.foot-nav h5::after,.foot-list h5::after{display:block;font-weight:400;content:"\e699";font-family: "qico";position:absolute;right:10px;cursor:pointer;font-size:18px;top:3px;color:#fff;transition:all 0.5s;}
.foot-nav h5.active::after,.foot-list h5.active::after{transform:rotate(180deg);}

.foot-nav ul,.foot-list ul{display:none;}

.foot-nav ul li+li{margin-top:10px;}
.foot-list ul li+li{margin-top:10px;}
.foot-contact p~p{margin-top:10px;}
}


@media screen and (max-width:480px){
.foot-logo img{max-height:35px;}
.m87-footer{padding:30px 0 20px;}
.m87-footer h5{font-size:16px;margin:0 0 10px;}
.foot-time .share a{width:32px;height:32px;line-height:32px;}
.foot-time .share a i{font-size:16px;}
}