/*--for m84_head--*/
/*---header---*/

.m84-header{background:#fff;height:88px;position:relative;z-index:20;}
.m84-header .wp{height:100%;display:flex;justify-content:space-between;align-items:center;}

.m84-header .logo img{max-height: 60px;}

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

.m84-header .header-right p{font-size:16px;color: #555;display:flex;align-items:center;}
.m84-header .header-right p i{font-size:22px;display:inline-block;margin:2px 10px 0 0;color: #555;border: 1px #555 solid;border-radius: 50px;padding: 6px;}
.m84-header .header-right p+p{margin-left:50px;}
.m84-header .header-right p a:hover{color:var(--color-active);}

.m84-header .header-lang{position:relative;margin:0 0 0 50px;}
.m84-header .header-lang .box{height:34px;width:90px;border:1px solid #EBEBEB;cursor:pointer;display:flex;align-items:center;padding:0 7px;}
.m84-header .header-lang .box img{}
.m84-header .header-lang .box em{margin:0 7px;line-height:18px;font-size:13px;color:#333;text-transform:uppercase;}
.m84-header .header-lang .box i{line-height:18px;font-size:14px;color:#333;}
.m84-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);}
.m84-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;}
.m84-header .header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;}
.m84-header .header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.m84-header .header-lang ul li:last-child{border:none;}
.m84-header .header-lang ul li a{color:#333;font-size:12px;display:block;}
.m84-header .header-lang ul li a:hover{color:#015198;}
.m84-header .header-lang ul li img{vertical-align:middle;margin-right:7px;}
.m84-header .header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}

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


.m84-navbox{background: #026EB7;}
.m84-navbox .wp{height:100%;}

.m84-nav{display:flex;justify-content:space-between;align-items:center;}
.m84-nav > li{position:relative;}
.m84-nav > li > a{display:block;font-size: 18px;color:#fff;font-weight:600;padding:0 24px;height:66px;line-height:66px;text-align:center;text-transform: capitalize;}
.m84-nav > li > a > i{color:inherit;display:inline-block;font-size:15px;vertical-align:middle;transition:all 0.3s ease 0s;}
 
.m84-nav > li:hover > a,.m84-nav li.active > a{color:#f0841a;}

.m84-nav > li .drop-box{position:absolute;height:auto;left:0;top:100%;z-index:1000;padding: 10px;/* height:510px; */background: var(--color-active);box-shadow:0px 24px 48px rgba(16,24,40,.18);opacity:0;visibility:hidden;transform:translate3d(0,10px,0);transition:all .4s ease 0s;}
.m84-nav > li .drop-box ul{width: 300px;}
.m84-nav > li .drop-box ul > li{}
.m84-nav > li .drop-box ul > li > a{display:block;padding: 16px 24px 16px 24px;color: #fff;font-size:16px;font-weight:500;line-height:100%;text-transform:capitalize;display:flex;justify-content:space-between;align-items:center;line-height: 1.3;}
.m84-nav > li .drop-box ul > li > a > i{font-size:18px;}
.m84-nav > li .drop-box ul > li > a:hover{background:rgb(3 105 177);}

.m84-nav > li .drop-box ul > li .nested-dropdown{background-color: #0169b7;box-shadow:20px 17px 48px rgba(16,24,40,.18);display:none;height:100%;left: 300px;position:absolute;top:0}
.m84-nav > li .drop-box ul > li .nested-dropdown .box{display:flex;}
.m84-nav > li .drop-box ul > li .nested-dropdown ul {background: #0169b7;padding:24px 0;width:275px;}
.m84-nav > li .drop-box ul > li .nested-dropdown ul li a{font-weight:500;color: #fff;font-size:16px;line-height:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;}
.m84-nav > li .drop-box ul > li .nested-dropdown ul li a:hover,.m05-nav > li ul > li .nested-dropdown ul li.active > a{background:#026eb7;}

.m84-nav > li .drop-box ul > li .nested-dropdown .pic{display:flex;flex-direction:column;padding:24px;width:350px;}
.m84-nav > li .drop-box ul > li .nested-dropdown .pic > a{margin-top:20px;color: #fff;display:flex;align-items:center;}
.m84-nav > li .drop-box ul > li .nested-dropdown .pic > a i{font-size:20px;margin-left:10px;}
.m84-nav > li .drop-box ul > li .nested-dropdown .pic > a:hover{color:var(--color-active);}

.m84-nav > li:hover > a{background: rgb(3 105 177);}
.m84-nav > li:hover .drop-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}

.m84-nav > li .drop-box ul > li:hover > a{background:rgb(3 105 177);}
.m84-nav > li .drop-box ul > li:hover .nested-dropdown{display:block;}


.m84-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);}
.m84-mob-menu .tit{text-align:center;}
.m84-mob-menu .tit img{height:40px;}
.m84-mob-menu .tit span{position:absolute;right:15px;top:15px;cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:block;}
.m84-mob-menu .tit span i{color:#333;font-size:22px;}

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

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

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

@media screen and (max-width:1281px){
.m84-header .logo img{max-height:45px;}
.m84-header .header-right p{font-size:15px;}
.m84-navbox{height:60px;}
.m84-nav > li > a{padding:0 15px;height:60px;line-height:60px;}
.m84-nav > li .drop-box{padding:20px 0 40px;height:460px;}
.m84-nav > li .drop-box ul{width:250px;}
.m84-nav > li .drop-box ul > li > a{padding:12px 15px;font-size:15px;}
.m84-nav > li .drop-box ul > li > a > i{font-size:17px;}
.m84-nav > li .drop-box ul > li .nested-dropdown{left:250px;}
.m84-nav > li .drop-box ul > li .nested-dropdown ul {padding:20px 0;width:250px;}
.m84-nav > li .drop-box ul > li .nested-dropdown ul li a{font-size:15px;padding:12px 15px;}
.m84-nav > li .drop-box ul > li .nested-dropdown .pic{padding:20px;width:300px;}
.m84-nav > li .drop-box ul > li .nested-dropdown .pic > a{margin-top:15px;font-size:15px;}
.m84-nav > li .drop-box ul > li .nested-dropdown .pic > a i{font-size:18px;}
}

@media screen and (max-width:992px){
.m84-header .logo img{max-height:42px;}
.m84-header .header-right .mob-menu-btn{display:block;}
.m84-header .header-right p:nth-of-type(1){display:none;}
.m84-header .header-lang{margin:0 10px 0 30px;}
.m84-navbox{display:none;}
}

@media screen and (max-width:768px){
.m84-header{height:auto;padding:15px 0;}
.m84-header .logo img{max-height:38px;}
.m84-header .header-right p{display:none;}
}

@media screen and (max-width:480px){
.m84-header .logo img{max-height:35px;}
}

/*--for m31_sidebanner1--*/
@charset "utf-8";


.m31-goodslist-sidebanner{position:relative;}
.m31-goodslist-sidebanner .txt{position:absolute;left:0;right:0;top:0;bottom:0;display: block;/* justify-content:center; */align-items:center;align-content: center;}
.m31-goodslist-sidebanner h1,.m31-goodslist-sidebanner h2{text-transform: capitalize;color: #fff;font-size: clamp(20px, 3vw, 40px);text-align: center;position: relative;z-index: 20;font-weight: bold;}
.m31-goodslist-sidebanner hr{width:200px;height:5px;background:#fff;margin:13px auto 0;}

.path{height:50px;line-height:50px;border-bottom:1px solid #EAEAEA;}
.path p{color: #333;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.path p i{margin:0 5px 0 0;font-size:14px;}
.path p a{color: #333;}


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

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

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

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

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

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

@media screen and (max-width:768px){
.path p{font-size:14px;}
.m31-goodslist-sidebanner hr {width: 100px;height: 3px;margin: 10px auto 0;}
}

/*--for m51_newsread2--*/
@charset "utf-8";
/*----------------------------*/


.m51-news-read{padding: 60px 0;}

.m51-news-read .news-tabs{display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;transition: all .3s;}
.m51-news-read .news-tabs a{border: 1px solid #E8E8E8;margin-right: -1px;transition: all .3s;color: #333;position: relative;display: flex;align-items: center;justify-content: center;padding: 20px 30px;font-weight: 500;text-align: center;}
.m51-news-read .news-tabs a:first-child{border-top-left-radius: 29px;border-bottom-left-radius: 29px;}
.m51-news-read .news-tabs a:last-child{border-top-right-radius: 29px;border-bottom-right-radius: 29px;}
.m51-news-read .news-tabs a.active,.m51-news-read .news-tabs a:hover{background: linear-gradient(90deg, #0EB4E8 20%, #27ECA1 80%);color: #fff;}

.m51-news-read .news-tabs.fixed{position: fixed;top: 0;left: 0;border-bottom: 1px solid #E8E8E8;width: 100%;z-index: 10;background-color: #fff;}
.m51-news-read .news-tabs.fixed a{border: none;background-color: transparent;color: #333;}
.m51-news-read .news-tabs.fixed a::after{content: '';display: block;width: 1px;height: 60%;position: absolute;right: 0;top: 20%;background-color: #E8E8E8;}
.m51-news-read .news-tabs.fixed a:last-child::after{display: none;}
.m51-news-read .news-tabs.fixed a.active{color: var(--color-active);}

/* ninfowrap */
.m51-news-read .ninfobigwrap{width: 100%;background-color: rgba(248,248,248,1);padding-bottom: 1px;}

.m51-news-read .ninfo{margin:0 0 90px;display:flex;justify-content:space-between;}
.m51-news-read .ninfo-l{width: 67%;}
.m51-news-read .ninfo-lmin{width: 100%;background-color: #fff;}
.m51-news-read .ninfo-lmin .tl{margin-bottom: 40px;}
.m51-news-read .ninfo-lmin .tl h3{font-size: 22px;color: #333333;font-weight: 600;margin-bottom: 50px;}
.m51-news-read .ninfo-lmin .tl .data{display:flex;align-items:center;gap:15px;font-size: 15px;color: #999999;white-space: nowrap;font-weight: 500;}
.m51-news-read .ninfo-lmin .tl .data i{color: var(--color-active);margin-right: 10px;}
.m51-news-read .ninfo-lmin .tl .data::after{content: '';display: block;width: 90%;height: 1px;background-color: #E4E4E4;margin-left: 10px;}
.m51-news-read .ninfo-lmin .min{width: 100%;}
.m51-news-read .ninfo-lmin .min p{font-size: 16px;color: #666666;margin-bottom: 20px;line-height: 2em;}
.m51-news-read .ninfo-lmin .min p span{font-size: 18px;font-family: arial, helvetica, sans-serif;}

.m51-news-read .ninfo-lmin .min h4{font-size:20px;color:#333;font-weight:bold;margin:0 0 10px;}
.m51-news-read .ninfo-lmin .min dl{}
.m51-news-read .ninfo-lmin .min dl dt{color:#333;font-size:16px;position:relative;font-weight:600;margin-bottom:5px;}
.m51-news-read .ninfo-lmin .min dl dt~dt{margin-top:15px;}
.m51-news-read .ninfo-lmin .min dl dd{margin:0 0 0 20px;padding:0 0 0 12px;line-height:24px;position:relative;}
.m51-news-read .ninfo-lmin .min dl dd::before{content:"";width:5px;height:5px;border-radius:50%;background:#19cdc9;position:absolute;left:0;top:9px;display:inline-block;}
.m51-news-read .ninfo-lmin .min dl dd~dd{margin-top:6px;}                                  

.m51-news-read .ninfo-lmin .min img{margin: 50px auto;}

/* ninfo-page */
.m51-news-read .ninfo-page{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;margin-top: 50px;}
.m51-news-read .ninfo-page .link{width: calc(100% - 160px);}
.m51-news-read .ninfo-page .link a{font-size: 16px;color: #333333;line-height: 30px;display: block;font-weight: 600;}
.m51-news-read .ninfo-page .link a:hover{color:var(--color-active);}
.m51-news-read .ninfo-page .goback{width: 154px;height: 50px;background: #E9E9E9;border-radius: 25px;position: relative;border: none;font-size: 16px;color: #333333;box-sizing: border-box;padding-left: 30px;text-align: center;line-height: 50px;font-weight: 500;}
.m51-news-read .ninfo-page .goback .imgbox{width: 50px;height: 50px;background: linear-gradient(90deg, #026EB7 20%, #026EB7 80%);border-radius: 25px;display: flex;display: -webkit-flex;align-items: center;justify-content: center;-webkit-align-items: center;-webkit-justify-content: center;position: absolute;left: 0;top: 0;transition: all .3s;}
.m51-news-read .ninfo-page .goback .imgbox i{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);color:#fff;font-size:20px;}
.m51-news-read .ninfo-page .goback:hover .imgbox{width: 100%;}

/* ninfo-r */
.m51-news-read .ninfo-r{width: 29%;position:relative;}

.news-author{margin-bottom:25px;background:#fff;padding: 0 30px;}
.news-author .top{display:flex;align-items:center;border-bottom:1px solid #DFE0E1;padding-bottom:15px;}
.news-author .top .pic{width:70px;border-radius:50%;overflow:hidden;}
.news-author .top h6{flex:1;margin-left:15px;font-size:20px;font-weight:600;color:#111;}
.news-author .top a{background-color:#F6F7F8;border-radius:6px;width:32px;height:32px;line-height:32px;text-align:center;display:block;}
.news-author p{margin:15px 0 20px;line-height:1.5;font-size:16px;color: #444;}
.news-author .share{display:flex;align-items:center;}
.news-author .share span{font-size:15px;color:#000;}
.news-author .share .l{margin-left:15px;display:flex;align-items:center;gap:8px;}
.news-author .share a{background-color: #007FB1;border-radius:6px;width:32px;height:32px;line-height:32px;text-align:center;display:block;}
.news-author .share a:hover{background-color:#E9EBEF;}

.m51-news-read .ninfo-r .side-news{background-color:#fff;padding:30px;position: sticky;top:25px;}
.m51-news-read .ninfo-r .tl{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;font-size: 24px;color: #333333;font-weight: 600;margin-bottom: 30px;}
.m51-news-read .ninfo-r .tl img{display: block;margin-right: 15px;}
.m51-news-read .ninfo-r .list{width: 100%;}
.m51-news-read .ninfo-r .list .item{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: center;-webkit-align-items: center;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #E4E4E4;}
.m51-news-read .ninfo-r .list .item:last-child{padding-bottom: 0;border: none;margin-bottom: 0;}
.m51-news-read .ninfo-r .list .item .imgbox{width: 32%;height: 84px;}
.m51-news-read .ninfo-r .list .item .imgbox img{width: 100%;height: 100%;object-fit: cover;}
.m51-news-read .ninfo-r .list .item .text{width: 64%;}
.m51-news-read .ninfo-r .list .item .text h3{font-size: 16px;color: #333333;line-height: 26px;margin-bottom: 10px;font-weight: 600;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}.m51-news-read .ninfo-r .list .item .text h3{font-size: 16px;color: #333333;line-height: 26px;margin-bottom: 10px;font-weight: 600;}
.m51-news-read .ninfo-r .list .item .text p{font-size: 14px;color: #999999;font-weight: 600;}



@media screen and (max-width:1550px) {
.m51-news-read .ninfo-lmin .tl h3 {font-size: 26px;}
.m51-news-read .ninfo-r .tl{font-size: 26px;}
}


@media screen and (max-width:1440px) {
.m51-news-read{padding:70px 0;}
.m51-news-read .news-tabs a{padding: 17px 27px;}
.m51-news-read .ninfo-lmin .tl h3 {font-size: 24px;}
.m51-news-read .ninfo-lmin .min img{margin: 30px auto;}
}


@media screen and (max-width:1280px){
.m51-news-read{padding:60px 0;}
.m51-news-read .ninfo{margin: 50px auto 70px;}
.m51-news-read .news-tabs a{padding: 15px 25px;font-size: 14px;}
.m51-news-read .ninfo-r .tl{font-size: 24px;}
.m51-news-read .ninfo-lmin .tl{margin-bottom: 30px;}
.m51-news-read .ninfo-lmin .tl .data{font-size: 13px;}
.m51-news-read .ninfo-lmin .tl .data img{width: 18px;}
.m51-news-read .ninfo-lmin .tl h3{margin-bottom: 40px;}
.m51-news-read .ninfo-lmin .min p span{font-size: 16px;}
.m51-news-read .ninfo-lmin .min img{margin: 20px auto;}
}


@media screen and (max-width:991px){
.m51-news-read{padding:45px 0;}
.m51-news-read .ninfo-page {flex-direction: column;margin-top: 20px;}
.m51-news-read .ninfo-page .link{width: 100%;margin:0 0 10px 0;}
.m51-news-read .ninfo-page .link a{font-size: 14px;}
.news-author {margin-bottom: 15px;padding: 0;}
.m51-news-read .ninfo-lmin .min p iframe {width:100%;}
}


@media screen and (max-width:768px){
.m51-news-read{padding:30px 0;}
.m51-news-read .news-tabs a{font-size: 10px;padding: 10px 40px;}
.m51-news-read .ninfo{display: block;margin: 30px auto;}
.m51-news-read .ninfo .ninfo-l {width: 100%;}
.m51-news-read .ninfo-lmin .tl h3 {font-size: 18px;}
.m51-news-read .ninfo-lmin .tl h3 {margin-bottom: 20px;}
.m51-news-read .ninfo-lmin .tl {margin-bottom: 20px;}
.m51-news-read .ninfo-lmin .tl .data img {width: 15px;}
.m51-news-read .ninfo-lmin .min img{margin: 20px auto;}
.m51-news-read .ninfo-lmin .min p{margin-bottom:0;line-height: 1.7em;}
.m51-news-read .ninfo-page{/*! padding: 0 20px; */}
.m51-news-read .ninfo-page .link a{line-height: 25px;}
.m51-news-read .ninfo-page .goback{width: 100px;height: 35px;line-height: 35px;margin: 0 0 15px 0;font-size: 13px;}
.m51-news-read .ninfo-page .goback .imgbox{width: 35px;height: 35px;}
.m51-news-read .ninfo-page .goback .imgbox i{font-size: 17px;}
.m51-news-read .ninfo-r{width: 100%;position:static;}
.m51-news-read .ninfo-r .tl img{height: 24px;}
.m51-news-read .ninfo-r .tl{font-size: 20px;margin-bottom: 20px;}
.m51-news-read .ninfo-r .list .item .text h3{font-size: 14px;}

.m51-news-read .ninfo-r .side-news {padding: 15px 0;position: static;}
}

@media screen and (max-width:640px) {
.m51-news-read .news-tabs a{padding: 10px 30px;}

}

@media screen and (max-width:580px) {
.m51-news-read .news-tabs a{padding: 10px 10px;}
.m51-news-read .ninfo-lmin .min p{line-height: 1.5em;}
.m51-news-read .ninfo-page .link a{overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}

}


@media screen and (max-width:410px) {
.m51-news-read .news-tabs a{padding: 10px 8px;}

}

/*--for m57_sidebar--*/
@charset "utf-8";


/*----------------------------*/


.m57-sidebar {top: 50%;margin-top: -200px;position: fixed;right: 0px;z-index: 9999;box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px; border-top-left-radius: 15px;border-bottom-left-radius: 15px;transition: all .36s;}

.m57-sidebar ul li{position: relative;background: #fff;transition: all 0.3s ease;}
.m57-sidebar ul li a {display: block;cursor: pointer;position: relative;padding: 10px 13px; text-align: center; box-sizing: border-box;margin-bottom: 5px;}
.m57-sidebar ul li:first-child a{background:#ffbf00; border-top-left-radius: 16px;}
.m57-sidebar ul li:first-child{border-top-left-radius: 16px;}
.m57-sidebar ul li:last-child a{margin: 0;}
.m57-sidebar ul li:last-child{border-bottom-left-radius: 16px;}
.m57-sidebar ul li:last-child .sidebg{border-bottom-left-radius: 16px;}
.m57-sidebar ul li a i {font-size: 22px;}
.m57-sidebar ul li a span { font-size: 13px; color: #0033a8; display: block; margin: 8px 0 0; }
.m57-sidebar ul li .sidebg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: -1;transition: all .36s;}

.m57-sidebar .emailp{position: absolute;left: 60px;transition: all .36s;z-index: -1;border-top-left-radius: 16px;background-color: #FFBF00;padding: 7px 25px;height: 100%;width: 188px;font-weight: 600;}
.m57-sidebar .emailp p{font-size: 13px;line-height: 1.3;color: rgba(0,0,0,.85);text-align: center;}
.m57-sidebar ul li:hover .emailp {left: -174px;}


.m57-sidebar ul li:hover{background: transparent; }
.m57-sidebar ul li:hover .sidebg {background: inherit; }
.m57-sidebar ul li:hover a i{color: #fff !important;}

.m57-sidebar .side-social-bnt{width:22px;line-height:90px;text-align:center;border-radius:2px;background-color:#FCFCFC;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 10px 3px rgba(63,62,62,0.2);left: -28px;}
.m57-sidebar .side-social-bnt i{font-size:16px;display:inline-block;transition:all .36s;}

.m57-sidebar.off {right:-50px;}
.m57-sidebar.off .side-social-bnt i{transform:rotate(180deg);}                              

@media (max-width: 768px) { 
.m57-sidebar { display: none; } 
}

/*--for m32_foot--*/
@charset "UTF-8";


/*---footer---*/

/*---footer---*/

#footer{background:#292929;box-sizing:border-box;padding:60px 0 30px;}
#footer .wp{height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}
#footer h5{font-size:18px;color:#fff;line-height:1;}
#footer hr{background:#fff;width:62px;height:2px;border:none;margin:19px 0 15px 0;}


.share a{width:26px;height:26px;line-height:26px;background:#007FB1;border-radius:50%;display:inline-block;text-align:center;box-sizing:border-box;}
.share a i{font-size:16px;color:#fff;}
.share a:nth-child(2){background:#3B5998;}
.share a:nth-child(3){background:#CD332D;}
.share a:nth-child(4){background:#3F729B;}
.share a:nth-child(5){background:#D14836;}
.share a:nth-child(6){background:#BD081C;}
.share a:nth-child(7){background:#0077BE;}
.share a:hover{background:#FFB201;}
.share a:hover i{color:#fff;}


.foot-logo{width:300px;text-align:center;}
.foot-logo img{}
.foot-logo .share{margin:20px 0 0;}
.foot-logo .share a{width:30px;height:30px;line-height:30px;margin:0 4px;}
.foot-logo .sendemail{margin:25px 0 0 0;position:relative;}
.foot-logo .sendemail .post-text{width:100%;height:36px;line-height:36px;color:#333;padding:0 95px 0 10px;font-size:14px;background:#CCDEE7;box-sizing:border-box;}
.foot-logo .sendemail .post-btn{position:absolute;right:0;top:0;background:#026EB7;font-size:16px;color:#fff;width:90px;text-align:center;height:36px;display:block;cursor:pointer;}

.foot-qr{margin:15px 0 0 0}
.foot-qr img{height:140px;}

.foot-list{width:160px;}
.foot-list ul{margin:0;}
.foot-list ul li{font-size:15px;line-height:30px;}
.foot-list ul li a{color:rgba(255,255,255,0.6);}
.foot-list ul li a:hover{color:#fff;text-decoration:underline;}

.foot-nav{width:240px;}
.foot-nav ul{margin:0;}
.foot-nav ul li{font-size:15px;line-height:30px;}
.foot-nav ul li a{color:rgba(255,255,255,0.6);}
.foot-nav ul li a:hover{color:#fff;text-decoration:underline;}

.foot-contact{width:420px;}
.foot-contact p{color:rgba(255,255,255,0.6);font-size:15px;line-height:26px;padding:5px 0 5px 45px;}
.foot-contact p.p1{background:url("/upload/module/m32_foot/1768124011672369.png") no-repeat left 8px;}
.foot-contact p.p2{background:url("/upload/module/m32_foot/1768124011672369.png") no-repeat left 8px;}
.foot-contact p.p3{background:url("/upload/module/m32_foot/1768124011122215.png") no-repeat left center;}
.foot-contact p.p4{background:url("/upload/module/m32_foot/1768124011582490.png") no-repeat left center;}
.foot-contact p.p5{background:url("/upload/module/m32_foot/1768124011735001.png") no-repeat left center;}
.foot-contact p.p6{background:url("/upload/module/m32_foot/1768124011318070.png") no-repeat left center;}
.foot-contact p b{width:30px;display:inline-block;}
.foot-contact p a{color:rgba(255,255,255,0.6);}
.foot-contact p a:hover{text-decoration: underline;color:#fff;}

.copyright{background:#292929;line-height:22px;padding:15px 0;border-top:1px solid rgba(255,255,255,0.3);overflow:hidden;text-align:center;}
.copyright p{font-size:14px;color:rgba(255,255,255,0.3);}
.copyright p a{color:rgba(255,255,255,0.3);}
.copyright p a:hover{color:#fff;}

#gotop{position:fixed;bottom:100px;right:10px;height:40px;width:40px;line-height:40px;text-align:center;background:#f0841a;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition:all 0.4s ease 0s;z-index:1000;cursor:pointer;border-radius:4px;}
#gotop i{color:#fff;font-size:18px;}
#gotop:hover {background:#353535;}

@media screen and (max-width:1680px) {
.m32-foot .foot-form{width:530px;}
}

@media screen and (max-width:1550px) {
.m32-foot .foot-contact{width:470px;}
.m32-foot .foot-form{width:500px;}
}

@media screen and (max-width:1441px) {
.m32-foot .footer h5{font-size:26px;}
.m32-foot .foot-contact{width:440px;}
.m32-foot .foot-form{width:470px;}

.m32-foot .foot-form .submit_text{height:60px;line-height:56px;padding:0 125px 0 15px;}
.m32-foot .foot-form .submit_btn{width:110px;height:60px;line-height:60px;}
}

@media screen and (max-width:1367px) {
.m32-foot .foot-contact{width:430px;}
.m32-foot .foot-form{width:430px;}
}

@media screen and (max-width:1281px){
.m32-foot .footer h5{font-size:24px;}
.m32-foot .foot-contact{width:400px;}
.m32-foot .foot-form{width:400px;}
}

@media screen and (max-width:992px){
.m32-foot .foot-list{display:none;}
#footer {padding: 30px 0;}
#footer .wp {display: block;}
.foot-logo {width: 100%;}
.foot-logo img {height: 40px;}
.foot-qr img {height: 90px;}
.foot-list,.foot-nav {display:none;}
.foot-contact {width: 100%;margin-top:20px;}
#footer hr {margin: 10px 0 10px 0;}
.foot-contact p {padding: 5px 0 5px 30px;background-size: 20px !important;}
}

@media screen and (max-width:768px) {
footer{padding:30px 0 0;}
footer .wp{display:block;}

.m32-foot .foot-logo{width:100%;text-align:center;}
.m32-foot .foot-logo img{height:50px;}
.m32-foot .foot-logo::after{display:none;}

.m32-foot .footer{padding:30px 0;display:block;}
.m32-foot .footer h5{font-size:22px;margin:0 0 15px;text-align:center;}

.m32-foot .foot-contact{width:100%;}
.m32-foot .foot-contact p{line-height:24px;}
.m32-foot .foot-contact p+p{margin-top:5px;}

.m32-foot .foot-form{width:100%;margin:30px 0 0;}
.m32-foot .foot-form p{line-height:24px;}
.m32-foot .foot-form form{margin-top:25px;}
.m32-foot .foot-form .submit_text{height:45px;line-height:43px;padding:0 100px 0 10px;border:1px solid #B3B3B3;font-size:16px;}
.m32-foot .foot-form .submit_btn{width:90px;height:45px;line-height:45px;font-size:16px;}

.m32-foot .foot-form .share{margin:25px 0 0;text-align:center;}
.m32-foot .foot-form .share a{width:32px;height:32px;line-height:32px;}
.m32-foot .foot-form .share a+a{margin-left:12px;}
.m32-foot .foot-form .share a i{font-size:20px;}

.m32-foot .copyright{padding:20px 0;}
}