/*--for m31_head--*/
@charset "utf-8";



/*---mo-header---*/
.sitetop{display:none;background:#333;height:50px;line-height:50px;}

.sitetop span{width:50px;height:50px;line-height:50px;font-size:24px;text-align:center;color:#fff;}
.sitetop span.mo-header-search{margin-right:95px;}
.sitetop span i{font-size:24px;line-height:50px;}


.mo-search{padding:10px 15px;display:none;border-bottom:1px solid #222;position:absolute;left:0;top:51px;width:100%;background:#333;}
.mo-search .form-control {float:left;display:block;width:85%;height:34px;padding: 6px 12px;font-size: 14px;line-height:1;color: #555;background-color: #fff;background-image: none;border:none;border-radius:4px 0 0 4px;}
.mo-search .submit_btn{float:left;width:15%;height:34px;line-height:34px;background:#1B7FC1;border:none;font-size:18px;color:#fff;border-radius:0 4px 4px 0;}

.mo-leftmenu{background:#F5F5F5;position:fixed;top:0;left:0;bottom:0;overflow-x:hidden;box-sizing:content-box;width:70%;max-width:350px;-webkit-overflow-scrolling:touch;z-index:105!important;-ms-transition:all .4s cubic-bezier(0.7,0,0.2,1);transition:all .4s cubic-bezier(0.7,0,0.2,1);box-shadow:0 0 40px rgba(82,85,90,0.1);-ms-transform:translateX(-100%);transform:translateX(-100%)}
.mo-leftmenu .tit{height:50px;background:#353535;display:flex;justify-content:space-between;align-items:center;}
.mo-leftmenu .tit h6{color:#fff;padding:0 0 0 20px;font-size:20px;font-weight:bold;font-family: "Times New Roman";}
.mo-leftmenu .tit span{cursor:pointer;width:50px;height:50px;line-height:50px;text-align:center;}
.mo-leftmenu .tit span i{color:#fff;font-size:16px;}
.mo-leftmenu > ul{}
.mo-leftmenu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.mo-leftmenu > ul > li > a{padding:0 0 0 20px;}
.mo-leftmenu > ul > li > i {position:absolute;color:#333;font-size:12px;top:5px;right:0;z-index:1;width:50px;line-height:40px;text-align:center;cursor:pointer;}
.mo-leftmenu > ul > li.active{}
.mo-leftmenu ul li a{color:#333;display: block;}
.mo-leftmenu ul li a:hover{text-decoration: none;}
.mo-leftmenu ul li ul{display:none;padding-bottom:10px;}
.mo-leftmenu ul li ul li{line-height:35px;}
.mo-leftmenu > ul > li > ul > li {position:relative;}
.mo-leftmenu > ul > li > ul > li > i {position:absolute;color:#333;font-size:1rem;top:0.5rem;right:1rem;z-index:1;width:5rem;line-height:4rem;text-align:center;cursor:pointer;}
.mo-leftmenu ul li ul li a{background:url("images/d.png") no-repeat 25px center;padding:0 0 0 20px;}
.mo-leftmenu ul li ul li ul{}
.mo-leftmenu ul li ul li ul li{line-height:30px;}
.mo-leftmenu ul li ul li ul li a{background:url("images/d.png") no-repeat 25px center;padding:0 0 0 30px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}

.menu-transitioning{-ms-transform:translateX(0);transform:translateX(0)}

/*---header---*/

.m31-index-header{height:110px;width:100%;transition:all 0.3s ease 0s;position: absolute;top: 0;left: 0;right: 0;z-index: 30;}
.header-fix{position:fixed;height:80px;z-index:100;box-shadow:0 0 10px rgba(176,176,176,0.75);background: #3B4C58;}
.m31-index-header > div{justify-content: space-between;height:100%;display:flex;align-items:center;}
.m31-index-header .logo{}

.nav{margin-left: 120px;}
.nav > ul{display:flex;align-items:center;}
.nav > ul > li{position:relative;}
.nav > ul > li+li{margin-left:50px;}
.nav > ul > li > a{display:block;font-size: 21px;color: #fff;line-height:36px;text-transform:uppercase;font-weight: 500;}

.nav > ul > li ul{position:absolute;width: 260px;height:auto;left:0;text-align:left;top:54px;z-index:1000;padding:10px;border-radius:0 0 4px 4px;background:#fff;box-shadow:rgba(0,0,0,0.14) 0px -6px 9px 0px;opacity:0;visibility:hidden;transition:all .4s ease 0s;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);}
.nav > ul > li > ul::before{content:'';position:absolute;left:60px;margin:0;top:-8px;overflow:hidden;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;}
.nav > ul > li > ul li{border-bottom:1px solid #EDEDED;position:relative;}
.nav > ul > li > ul li:last-child{border:none;}
.nav > ul > li > ul li > a{display:block;border-radius:4px;padding:9px 15px 9px 10px;color:#333;font-size:16px;line-height:21px;text-transform:capitalize;}
.nav > ul > li > ul > li > a{padding-right:20px;}
.nav > ul > li > ul li > a i{position:absolute;right:10px;top:10px;font-size:11px;}
.nav > ul > li > ul li > a:hover{background:var(--bg-color);color:#fff;}

.nav > ul > li > ul li ul{left: 250px;top:-10px;width:310px}

.nav > ul > li:hover > a,.nav > ul > li.active > a{color: var(--bg-color);}


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



.header_right{display:flex;align-items:center;}

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

.search{margin:0 10px 0 0;position:relative;z-index:20;}
.search span{width:45px;height:36px;margin:0;cursor:pointer;text-align:center;display:block;}
.search span i{color: #fff;font-size:22px;line-height:36px;-webkit-text-stroke-width:0.1px;text-stroke-width:0.1px;}
.search .serchbox{display:none;position:absolute;background:#666;width:255px;padding:10px;top:36px;right:0;z-index:1000;}
.search .serchbox .submit_text{background:#fff;border:1px solid #fff;border-right:none;width:200px;height:33px;line-height:33px;float:left;color:#333;padding:0 0 0 6px;}
.search .serchbox .submit_btn{width:35px;background:#1B7FC1;font-size:14px;color:#fff;height:33px;line-height:33px;text-align:center;display:block;float:right;cursor:pointer;}
.search:hover span{background:#666;}
.search:hover span i{color:#fff;}
.search:hover .serchbox{display:block;}

@media screen and (max-width:1800px) {
.nav {margin-left: 40px;}
}

@media screen and (max-width:1680px) {
.nav {margin-left: 0;}
.nav > ul > li > a {font-size: 18px;}
}



@media screen and (max-width:1441px) {
.nav {margin-left: 0;}
.nav > ul > li + li {margin-left: 30px;}
.nav > ul > li > a {font-size: 16px;}
}



@media screen and (max-width:1281px){
.nav > ul > li + li {margin-left: 20px;}
.nav > ul > li > a {font-size: 15px;}
}

@media screen and (max-width:1171px){
.wp{padding-right:40px;padding-left:40px;width: 100%;}
}


@media screen and (max-width:992px){
.wp{padding-right:30px;padding-left:30px;} 
}

@media screen and (max-width:768px) {
.wp,.wp2{width:100%;padding-right:10px;box-sizing:border-box;padding-left:10px;}
.nav,.search{display:none;}
.sitetop{display:block;}

.header-lang{position:absolute;right:10px;top:9px;}
.header-lang .box{border:1px solid #fff;height:32px;}
.header-lang .box img{}
.header-lang .box em{margin: 0 5px 0 6px;color:#fff;}
.header-lang .box i{margin:0 0 0 0;color:#fff;}
.header-lang ul{padding:0 6px;top:32px;}

.m31-index-header{position: static; height: 80px;}
.m31-index-header .logo{width:100%;text-align:center;}
.m31-index-header .logo img {height: 45px;}
}

/*--for m31_sidebanner--*/
@charset "utf-8";

.m31-goodslist-sidebanner{position:relative;}
.m31-goodslist-sidebanner .txt{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;}
.m31-goodslist-sidebanner .txt::after {background: rgba(0, 0, 0, 0.1);content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;} 
.m31-goodslist-sidebanner h1,.m31-goodslist-sidebanner h2{z-index: 1;color:#fff;font-size:44px;font-weight:700;font-family:var(--font-family);text-transform:uppercase;}


.path{height:50px;line-height:50px;border-bottom:1px solid #EAEAEA;}
.path p{color:#666;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:#666;}


@media screen and (max-width:1441px) {
.m31-goodslist-sidebanner h1, .m31-goodslist-sidebanner h2 {font-size: 40px;}
}

@media screen and (max-width:1367px) {
.m31-goodslist-sidebanner h1, .m31-goodslist-sidebanner h2 {font-size: 36px;}
}

@media screen and (max-width:1281px) {
.m31-goodslist-sidebanner h1, .m31-goodslist-sidebanner h2 {font-size: 32px;}
}

@media screen and (max-width:1171px){
.wp{padding-right:40px;padding-left:40px;width: 100%;}
}

@media screen and (max-width:992px){
.wp{padding-right:30px;padding-left:30px;}
}

@media screen and (max-width:768px){
.wp,.wp2{width:100%;padding-right:10px;box-sizing:border-box;padding-left:10px;}
.path p{font-size:14px;}
.m31-goodslist-sidebanner h1, .m31-goodslist-sidebanner h2 {font-size: 24px;}
}

/*--for m51_newsread--*/
@charset "utf-8";
/*----------------------------*/


.m51-news-read{padding:100px 0;background-color: rgba(248,248,248,1);}

.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-color: var(--color-active);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: 70px auto 90px;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: flex-start;-webkit-align-items: flex-start;}
.m51-news-read .ninfo-l{width: 67%;}
.m51-news-read .ninfo-lmin{width: 100%;background-color: #fff;padding: 50px 40px;box-sizing: border-box;}
.m51-news-read .ninfo-lmin .tl{margin-bottom: 40px;}
.m51-news-read .ninfo-lmin .tl h1{font-size: 36px;color: #333333;font-weight: bold;margin-bottom: 50px;}
.m51-news-read .ninfo-lmin .tl .data{display: flex;display: -webkit-flex;font-size: 15px;color: #999999;white-space: nowrap;align-items: center;-webkit-align-items: center;font-weight: 500;}
.m51-news-read .ninfo-lmin .tl .data i{color:#00b3bd;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;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 img{/*width: 100%;*/margin: 10px 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: var(--color-active);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%;background-color: #fff;padding: 30px;box-sizing: border-box;position: sticky;top: 60px;}
.m51-news-read .ninfo-r .tl{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;font-size: 30px;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{padding: 30px 40px;}
.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{padding: 30px 25px;}
.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;}

}


@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 {padding: 20px;}
.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%;padding: 20px;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;}

}

@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 m46_sidebar--*/
@charset "utf-8";
/*----------------------------*/
.m46-sidebar{position:fixed;right:20px;top:30%;z-index:199;}
.m46-sidebar ul{background-color: #b2b2b2;border-radius: 25px;}
.m46-sidebar ul li{height:50px;width:50px;position:relative;}
.m46-sidebar ul li~li{margin-top:5px;}
.m46-sidebar ul li a{color:#fff;position:absolute;top:0;right:0;width: 50px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;border-radius: 100px;}
.m46-sidebar ul li em{width:50px;height:50px;line-height:50px;text-align: center;transition: all .1s;}
.m46-sidebar ul li i {font-size: 25px;vertical-align: middle;}
.m46-sidebar ul li span {display: none;font-size: 14px;}
.m46-sidebar ul li a:hover {background: var(--btn-color);}
.m46-sidebar ul li:not(:last-child) a:hover {width: 220px;padding-left: 15px;background: var(--btn-color);}
.m46-sidebar ul li:not(:last-child) a:hover span {-webkit-flex: 1;flex: 1;display: -webkit-flex;display: flex;}
.m46-sidebar ul li :hover i{font-size: 30px;}
.m46-sidebar .gotopli {display: flex;justify-content: center;}
.m46-sidebar .gotopli :hover i{font-size: 30px;}
.m46-sidebar #gotop {width: 40px;height: 40px;background-color: var(--btn-color);border-radius: 50%;right: auto;}
@media screen and (max-width:768px){
.m46-sidebar{top: auto;bottom: 0;width: 100%;right: 0;}
.m46-sidebar .gotopli{display:none;}
.m46-sidebar ul{display: flex;border-radius:0px;}
.m46-sidebar ul li{flex: 1;display: flex;justify-content: center;height:45px;}
.m46-sidebar ul li ~ li{margin-top:0;border-left:1px solid #fff;}
.m46-sidebar ul li a{right:auto;height: 45px;display: flex;justify-content: center;width: 100%;}
.m46-sidebar ul li:not(:last-child) a:hover {width: 50px;padding-left: 0;background:none;}  
.m46-sidebar ul li:not(:last-child) a:hover span {display: none;}
}
@media screen and (max-width:768px){
.m46-sidebar{top: auto;bottom: 0;width: 100%;right: 0;}
.m46-sidebar .gotopli{display:none;}
.m46-sidebar ul{display: flex;border-radius:0px;}
.m46-sidebar ul li{flex: 1;display: flex;justify-content: center;height:45px;}
.m46-sidebar ul li ~ li{margin-top:0;border-left:1px solid #fff;}
.m46-sidebar ul li a{right:auto;height: 45px;display: flex;justify-content: center;width: 100%;}
.m46-sidebar ul li:not(:last-child) a:hover {width: 50px;padding-left: 0;background:none;}  
.m46-sidebar ul li:not(:last-child) a:hover span {display: none;}
}
@media screen and (max-width:576px) {
}
@media screen and (max-width:480px) {
}

/*--for m36_foot--*/
@charset "UTF-8";
footer {padding: 100px 0 0;background: #3B4C58;}
footer h5 {font-size: 20px;font-weight: 700;color: #fff;margin: 0 0 20px;}
.m32-foot .sendemail {width: 315px;}
.m32-foot .sendemail form{flex-direction: column;display:flex;}
.m32-foot .sendemail .post-text{margin: 10px 0 20px 0;border-radius: 60px;flex:1;height: 40px;line-height: 47px;overflow:hidden;color:#161616;padding:0 10px;font-size:18px;background:transparent;border: 1px solid #fff;}
.m32-foot .sendemail .post-btn {background: var(--color-active);border-radius: 60px;width: 170px;color: #fff;text-align: center;height: 47px;cursor: pointer;font-weight: 500;}
.m32-foot .sendemail .post-btn:hover{}
.post-text::placeholder {color: #fff; opacity: 1; }
.m32-foot {/* margin-top: 85px; */}
.m32-foot .wp {display: flex;justify-content: space-between;}
.m32-foot .foot-logo{width:370px;}
.m32-foot .foot-logo h2 {margin-top: 15px;color: var(--color-active);font-size:28px;font-weight:700;}
.m32-foot .foot-logo p {margin: 23px 0 14px 0;color: #fff;font-size:18px;}
.m32-foot .foot-contact .share {margin-top: 25px;}
.m32-foot .foot-contact .share a{display:inline-block;color: #fff;background: var(--color-active);width:34px;height:34px;line-height:34px;border-radius:50%;text-align:center;}
.m32-foot .foot-contact .share a+a{margin-left:20px;}
.m32-foot .foot-contact .share a i{font-size:16px;color:inherit;}
.m32-foot .foot-contact .share a:hover{color:#fff;background:var(--color-active);}

.m32-foot .foot-list ul li,.m32-foot .foot-nav ul li{font-size: 18px;color: #fff;line-height: 2;}

.m32-foot .foot-contact {width: 370px;}
.m32-foot .foot-contact p {font-size: 18px;line-height: 30px;color: #fff;}
.m32-foot .foot-contact p i{margin-right: 6px;top: 4px;position: relative;font-size: 26px;line-height: 30px;color: var(--color-active);}
.m32-foot .foot-contact h6 {font-size: 18px;font-weight: 600;color: var(--color-active);}

.m36-foot-copyright {margin-top: 55px;border-top: 1px solid #D6D6D6;padding: 35px 0;display: flex;justify-content: space-between;}
.m36-foot-copyright p{font-size: 18px;color: #fff;}
.m36-foot-copyright .t {font-size: 18px;color: #fff;display: flex;line-height: 24px;}
.m36-foot-copyright .t a + a {margin-left: 18px;padding-left: 18px;border-left: 2px solid #fff;}


@media screen and (max-width:1550px) {
footer {padding: 85px 0 0;}
.m32-foot .foot-logo {width: 340px;}
.m32-foot .foot-logo p {margin: 19px 0 12px 0;font-size: 17px;}
footer h5 {font-size: 19px;margin: 0 0 17px;}
.m32-foot .foot-list ul li, .m32-foot .foot-nav ul li {font-size: 17px;line-height: 1.9;}
.m32-foot .foot-contact {width: 340px;}
.m32-foot .foot-contact p {font-size: 17px;line-height: 28px;}
  
.m36-foot-copyright {margin-top: 45px;padding: 30px 0;}
.m36-foot-copyright p {font-size: 17px;}
.m36-foot-copyright .t {font-size: 17px;line-height: 22px;}
}
 
@media screen and (max-width:1367px) {
footer {padding: 70px 0 0;}
.m32-foot .foot-logo {width: 310px;}
.m32-foot .foot-logo p {margin: 15px 0 10px 0;font-size: 16px;}
footer h5 {font-size: 18px;margin: 0 0 14px;}
.m32-foot .foot-list ul li, .m32-foot .foot-nav ul li {font-size: 16px;line-height: 1.8;}
.m32-foot .foot-contact {width: 310px;}
.m32-foot .foot-contact p {font-size: 16px;line-height: 26px;}
    
.m36-foot-copyright {margin-top: 35px;padding: 25px 0;}
.m36-foot-copyright p {font-size: 16px;}
.m36-foot-copyright .t {font-size: 16px;line-height: 20px;}
}
                              
                               
@media screen and (max-width:993px) {
footer {padding: 30px 0 0;}
.m32-foot .wp {display: block;}
.m32-foot .foot-logo {width: 100%;text-align: center;}
.m32-foot .foot-logo p {margin: 10px 0 6px 0;}
.foot-nav,.foot-list {display:none;}
.m32-foot .foot-contact {width: 100%;text-align: center;margin-top:20px;}
.m36-foot-copyright {margin-top: 25px;padding: 20px 0;text-align: center;display: block;}
.m36-foot-copyright .t {justify-content: center;margin-top: 15px;}
}