
/*css */

.ff_indexPage .service.module{  padding-bottom:0px; padding-top:160px}
.ff_indexPage .mlist .module_container .container_category{text-align: left;}
.npagePage .ff_pageTarget .container_category{text-align: left !important;}
.ff_indexPage .team.module{  margin-top: 200px; padding-bottom: 0px;}
.ff_indexPage .ad01.module{padding-bottom: 0px;}

.ff_indexPage .news.module{padding-bottom: 0px; margin-bottom: 0px;}
.ff_indexPage #mcontact{margin-top:190px}

.ff_indexPage .team.mlist .container_header {
    top: -230px;
}

.ff_indexPage .module {
    padding-top: 160px;
}

.ff_indexPage .container_category>a{margin-bottom: 15px;}

/*
body #search-nav .searchOnOff {
    display: block; font-size: 17px; position: relative; top: 50%; transform: translate3d(0, -50%, 0); border:1px red solid;
}

.fa-search:before {content: "\f002";
}

body #search-nav .searchBox {
    position: absolute; top: 100%; background: aliceblue; right: 0; height: 0; overflow: hidden; transition: height 0.36s ease;
}

*/

#footer{margin-top: 50px;}



.ff_indexPage .service.module{padding-top: 0px;}
.bodyproject .ff_sitecontent .project.mlistpost .tabBtn .post-next .img-wrap img{display: none}
.bodyproject .ff_sitecontent .project.mlistpost .tabBtn .post-prev .img-wrap img{display: none}
.bodyservice .service.mlistpost .tabBtn .post-next .img-wrap{display: none}
.bodyservice .service.mlistpost .tabBtn .post-prev .img-wrap{display: none}
.ff_indexPage .module.team{margin-top: 240px;}

.bodynews .news.mlistpost .tabBtn .post-next .img-wrap img{display:none;}
.bodynews .news.mlistpost .tabBtn .post-prev .img-wrap img{display:none;}

#page_contact.npagePage .container_content a:hover{background: #2a9edc !important;}


/* 2023-12-12 tao start */
.agent-pc #navWrapper{
    display: flex;
    align-items: center;
}
.agent-pc .language_box{
    font-size:14px;
    line-height:40px;
  padding:0 26px;
}
.agent-pc #navWrapper{
	margin-right:0;
}
.agent-pc .language_box a{
    transition:color .3s ease;
}
.agent-pc .language_box a:hover{
    color:#2a9edc;
}
.agent-mobile .language {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}
/* 2023-12-12 tao end */