/*--for m53_head--*/
@charset "UTF-8";.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)}
.m53-header{position:fixed;top:0;left:0;width:100%;z-index:1000}
.home-header.m53-header .logo img{height:26px;filter:invert(0)}
.m53-header > .wp{height:100%;display:flex;justify-content:space-between;align-items:center}
.m53-header .logo img{height:26px;filter:invert(1)}
.head-nav > ul{display:flex;align-items:center}
.head-nav > ul > li{position:relative}
.head-nav > ul > li:nth-child(2){position:static}
.head-nav > ul > li+li{margin-left:40px}
.head-nav > ul > li > a{text-transform:capitalize;display:block;font-size:16px;color:#333;line-height:90px;text-align:center;font-weight:700}
.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}
.header-fix.m53-header .head-nav > ul > li:hover > a,.head-nav > ul > li.active > a{color:#333}
.header-fix.m53-header .head-nav > ul > li > a{text-transform:capitalize;display:block;font-size:16px;color:#333;line-height:90px;text-align:center;font-weight:700}
.head-nav > ul > li > ul li ul{left:210px;top:0}
.head-nav > ul > li:hover > a,.head-nav > ul > li.active > a{color:#333}
.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:space-between;flex-wrap:wrap}
.head-nav > ul > li .drop-pro dl{flex:1}
.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:#111;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:#333}
.head-nav > ul > li .drop-pro dl dd+dd{margin-top:10px}
.head-nav > ul > li .drop-pro dl dd a{display:block;overflow:hidden}
.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)}
.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 #333;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:#333;text-transform:uppercase}
.m53-header .header-lang .box i{line-height:18px;font-size:14px;color:#333}
.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:#333;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{background:#fff;position:fixed;left:0;top:0;width:100%;z-index:200;box-shadow:0 0 5px 0 rgba(0,0,0,0.6)}
.m53-header.header-fix .logo a img{filter:invert(1)}
@media screen and (max-width:1441px){.head-nav > ul > li+li{margin-left:30px}
}@media screen and (max-width:1367px){.head-nav > ul > li+li{margin-left:25px}
}@media screen and (max-width:1281px){.head-nav > ul > li+li{margin-left:20px}
}@media screen and (max-width:1171px){}
@media screen and (max-width:992px){.m53-header{padding:15px 0;position:relative}
.head-nav{display:none}
.m53-header .header-lang{margin:0 5px 0 20px}
.m53-header .mob-menu-btn{display:block}
.search-box{top:70px;padding:15px}
.search-box .close{display:none}
.search-box .serchbox{width:100%}
}@media screen and (max-width:768px){.search-box{top:70px}
.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: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_quote--*/
@charset "utf-8";
.m03-quote{position:relative;}
.m03-quote h3{color:var(--title-text-color);font-size:42px;line-height:1;font-weight:700;text-transform:uppercase;}
.m03-quote p{font-size:20px;line-height:28px;font-weight:500;line-height:35px;max-width:970px;margin:55px auto 0;}
.m03-quote .more{padding:0 40px;height:56px;line-height:56px;display:inline-block;margin:80px 0 0;background:var(--btn-color);font-size:18px;color:#fff;font-weight:500;text-align:center;}
.m03-quote .more:hover{background:var(--btn-active);}
@media screen and (max-width:1550px){
.m03-quote h3{font-size:40px;}
}
@media screen and (max-width:1441px){
.m03-quote h3{font-size:38px;}
.m03-quote p{font-size:19px;line-height:32px;margin:35px auto 0;}
.m03-quote .more{height:50px;line-height:50px;margin:50px 0 0;font-size:17px;}
}
@media screen and (max-width:1367px){
.m03-quote h3{font-size:36px;}
}
@media screen and (max-width:1280px){
.m03-quote h3{font-size:34px;}
}
@media screen and (max-width:1171px){
.m03-quote h3{font-size:32px;}
}
@media screen and (max-width:992px){
.m03-quote h3{font-size:30px;}
}
@media screen and (max-width:768px){
.m03-quote h3{font-size:28px;}
.m03-quote p{font-size:17px;line-height:26px;margin:25px auto 0;}
.m03-quote .more{height:45px;line-height:45px;margin:25px 0 0;font-size:16px;}
}
@media screen and (max-width:576px) {
.m03-quote h3{font-size:26px;}
}
@media screen and (max-width:480px) {
.m03-quote h3{font-size:24px;}
.m03-quote p{font-size:16px;line-height:24px;margin:20px auto 0;}
.m03-quote .more{padding:0 20px;height:40px;line-height:40px;margin:20px 0 0;font-size:15px;}
}
@media screen and (max-width:420px) {
.m03-quote h3{font-size:22px;}
}

/*--for m08_newslist--*/
@charset "utf-8";

.m08_news_list {padding: 7rem 0 9rem;}

.m08_news_list .late h3 {font-size: 3.6rem;color: #131313;line-height: 1;text-transform: uppercase;font-family: var(--font-family4);letter-spacing: 0.7rem;text-align: center;}
.m08_news_list .late .list {display: flex;overflow: hidden;margin-top: 10rem;}
.m08_news_list .late img {transition:all 0.3s ease 0s;width: 100%;}

.m08_news_list .late ul {flex: 1;margin-right: 8rem;display: flex;flex-direction: column;justify-content: space-between;}
.m08_news_list .late ul li .box {display: flex;align-items: center;overflow: hidden;}
.m08_news_list .late ul li .box .pic{width: 21.9rem;overflow: hidden;}
.m08_news_list .late ul li .box .txt {flex: 1;margin-left: 3rem;}
.m08_news_list .late ul li .box .txt h6 {font-size: 1.6rem;color: #6d6d6d;line-height: 1;}
.m08_news_list .late ul li .box .txt h5 {color: #131313;font-size: 2rem;line-height: 1;font-family: var(--font-family4);margin-top: 1.5rem;transition:all 0.3s ease 0s;text-transform: uppercase;letter-spacing: 0.2rem;}
.m08_news_list .late ul li .box .txt p {font-size: 1.6rem;line-height: 2.4rem;color: #6d6d6d;margin-top: 1rem;}



.m08_news_list .late ul li .box .txt h5:hover {color: var(--color-active);}

.m08_news_list .late ul li .box .pic:hover img,.m08_news_list .late-right:hover img {transform:scale(1.02);}

.m08_news_list .other {}
.m08_news_list .other h3 {font-size: 3.6rem;color: #131313;line-height: 1;text-transform: uppercase;font-family: var(--font-family4);letter-spacing: 0.7rem;text-align: center;}
.m08_news_list .other ul {}
.m08_news_list .other ul li + li {margin-top: 2rem;}
.m08_news_list .other ul li a {padding: 2rem 3rem;display: block;display: flex;}
.m08_news_list .other ul li a .ico {width: 12rem;height: 12rem;text-align: center;display: flex;flex-direction: column;justify-content: center;background: #00A2EA;}
.m08_news_list .other ul li a .ico em {font-size: 1.8rem;color: #fff;line-height: 1;}
.m08_news_list .other ul li a .ico h5 {font-size: 5.2rem;line-height: 1;color: #fff;font-family: var(--font-family5);margin-top: 1rem;}
.m08_news_list .other ul li a .txt {justify-content: space-between;display: flex;flex-direction: column;flex: 1;margin-left: 4.5rem;}
.m08_news_list .other ul li a .txt h5 {font-size: clamp(20px, 1.9vw, 24px);color: #333;line-height: 1.5;transition:all 0.3s ease 0s;font-weight: 700;}
.m08_news_list .other ul li a .txt span{font-size:18px}
.m08_news_list .other ul li a .txt p {font-size: 1.8rem;line-height: 3rem;color: #5D5D5D;margin-top: 1.5rem;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}

.m08_news_list .other ul li  .txt span.more{ display: inline-block; padding: 12px 35px; background-color: #84644D; color: #ffffff; font-size: 16px; font-weight: 600; letter-spacing: 1.5px; border-radius: 50px; transition: all 0.3s ease; box-shadow: 0 4px 6px rgba(0,0,0,0.1);margin-top: 30px; }
.m08_news_list .other ul li  .txt span.more:hover { background-color: #333333; border-color: #333333; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

.m08_news_list .other ul li a .txt h5:hover {color: var(--color-active);}
.m08_news_list .other ul li a .pic {width: 71rem;overflow: hidden;}

.m08_news_list .late-right {width: 40%;overflow: hidden;}
.m08_news_list .late-right a {display: block;position: relative;}
.m08_news_list .late-right a::before {content: '';height: 24%;position: absolute;left: 0;bottom: 0;width: 100%;background-image: -webkit-linear-gradient(top, rgba(0,0,0, 0) 0%, rgba(0,0,0, .94) 80%);background-image: -moz-linear-gradient(top, rgba(0,0,0, 0) 0%, rgba(0,0,0, .94) 80%);background-image: -o-linear-gradient(top, rgba(0,0,0, 0) 0%, rgba(0,0,0, .94) 80%);background-image: linear-gradient(top, rgba(0,0,0, 0) 0%, rgba(0,0,0, .94) 80%);z-index: 1;}
.m08_news_list .late-right .txt {position: absolute;bottom: 0;left: 0;width: 100%;padding: 2rem;z-index: 10;}
.m08_news_list .late-right .txt h6 {font-size: 1.6rem;color: #fff;line-height: 1;}
.m08_news_list .late-right .txt h5 {font-size: 2rem;line-height: 1;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-family: var(--font-family4);color: #fff;margin-top: 1.5rem;text-transform: uppercase;letter-spacing: 0.3rem;}
.m08_news_list .late-right .txt p {font-size: 1.6rem;line-height: 2.4rem;color: #fff;margin-top: 1rem;}




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

.m08_news_list {padding: 4rem 0 5rem;}
.m08_news_list .other ul {display: flex;flex-wrap: wrap;margin: -1rem -1rem 0;}
.m08_news_list .other ul li {width: 50%;padding: 1rem;}
.m08_news_list .other ul li + li {margin-top: 0;}
.m08_news_list .other ul li a {padding: 1.5rem 2rem;position: relative;flex-direction: column;}
.m08_news_list .other ul li a .pic {width: 100%;}
.m08_news_list .other ul li a .txt {margin-left: 0;margin-top: 2rem;}
.m08_news_list .other ul li a .ico {width: 7rem;height: 7rem;position: absolute;top: 3rem;left: 3rem;}
.m08_news_list .other ul li a .ico em {font-size: 1.3rem;}
.m08_news_list .other ul li a .ico h5 {font-size: 2.6rem;margin-top: 0.5rem;}
.m08_news_list .other ul li a .txt p {line-height: 2.4rem;margin-top: 1rem;}
.m08_news_list .other ul li .txt span.more {padding: 8px 20px;font-size: 14px;margin-top: 20px;}
.m08_news_list .other ul li a .txt span {font-size: 16px;}
}


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

.m08_news_list .other ul li {width: 100%;}

}

/*--for m02_sidebar--*/
.m02-side-bar{bottom: 40%;position:fixed;right:10px;z-index:999;}
.m02-side-bar a{display:block;cursor:pointer;width: 52px;height: 52px;line-height: 52px;background:#F7F7F7;position:relative;text-align:center;box-sizing:border-box;border-radius:5px;}
.m02-side-bar a+a{margin-top:10px;}
.m02-side-bar a i{display:inline-block;font-size: 36px;color:#000;}
.m02-side-bar a:last-child i{font-size:22px;}
.m02-side-bar a:hover{background:var(--bg-color);}
.m02-side-bar a:hover i{color:#fff}

/*--for m32_foot--*/
@charset "UTF-8";footer{background:#000;padding:40px 0 0}
.m32-foot .foot-logo{position:relative}
.m32-foot .footer{padding:80px 0 40px 0;display:flex;justify-content:space-between}
.m32-foot .footer h5{font-size:18px;color:#fff;line-height:1;margin-bottom:20px;font-weight:700}
.m32-foot .foot-list{}
.m32-foot .foot-list ul{margin:0;overflow:hidden}
.m32-foot .foot-list ul li{color:#FFF;font-size:16px;line-height:30px;OPACITY:0.7}
.m32-foot .foot-list ul li+li{margin-top:10px}
.m32-foot .foot-list ul li a:hover{color:#84644d}
.m32-foot .foot-nav{}
.m32-foot .foot-nav ul{margin:0;overflow:hidden}
.m32-foot .foot-nav ul li{color:#FFF;font-size:16px;line-height:30px;OPACITY:0.7}
.m32-foot .foot-nav ul li+li{margin-top:10px}
.m32-foot .foot-nav ul li a:hover{color:#84644d}
.m32-foot .foot-contact{}
.m32-foot .foot-contact p{color:#fff;font-size:16px;line-height:30px;opacity:0.7}
.m32-foot .foot-contact p+p{margin-top:10px}
.m32-foot .foot-contact p a:hover{color:#84644d}
.m32-foot .foot-form{width:560px}
.m32-foot .foot-form p{font-size:16px;color:#fff;line-height:30px}
.m32-foot .foot-form form{width:100%;position:relative;margin-top:30px}
.m32-foot .foot-form .submit_text{width:100%;height:66px;line-height:62px;color:rgba(255,255,255,0.5);padding:0 110px 0 17px;border:2px solid #B3B3B3;border-radius:10px;font-size:18px;background:transparent}
.m32-foot .foot-form .submit_btn{position:absolute;right:0;top:0;background:#9D8371;width:130px;height:66px;line-height:66px;border-radius:0 10px 10px 0;font-size:18px;display:block;cursor:pointer;text-align:center;color:#000}
.m32-foot .foot-form .share{font-size:0;margin:30px 0 0}
.m32-foot .foot-form .share a{display:inline-block;color:#333;background:#fff;width:28px;height:28px;line-height:28px;text-align:center;border-radius:50%}
.m32-foot .foot-form .share em{text-transform:capitalize;font-size:14px;color:#fff;margin:0 8px}
.m32-foot .foot-form .share a+a{margin-left:15px}
.m32-foot .foot-form .share a i{font-size:16px;color:inherit}
.m32-foot .foot-form .share a:hover{opacity:0.7}
.m32-foot .copyright{padding:30px 0;text-align:center}
.m32-foot .copyright p{color:rgba(255,255,255);font-size:16px}
@media screen and (max-width:1680px){.m32-foot .foot-form{width:530px}
}@media screen and (max-width:1550px){.m32-foot .foot-form{width:500px}
}@media screen and (max-width:1441px){.m32-foot .footer h5{font-size:26px}
.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-form{width:430px}
}@media screen and (max-width:1281px){.m32-foot .footer h5{font-size:24px}
.m32-foot .foot-form{width:400px}
.m32-foot .foot-form .share em{font-size:12px}
}@media screen and (max-width:992px){.m32-foot .foot-list{display:none}
}@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::after{display:none}
.m32-foot .footer{padding:30px 0;display:block}
.m32-foot .footer h5{font-size:20px;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}
.m32-foot .foot-form .share em{display:none}
.m32-foot .foot-form .share a{margin:0 6px}
}