﻿@charset "utf-8";
:root{--fontfamily:Arial,Helvetica,sans-serif}
.video-wrapper .video-list{display:flex;flex-wrap:wrap}
.video-wrapper .video-list>li{width:calc(25% - 23px);margin:0 30px 40px 0;position:relative}
.video-wrapper .video-list>li:nth-of-type(4n){margin-right:0}
.video-wrapper .video-list>li:hover img{transform:scale(1.1)}
.video-wrapper .video-list>li:hover .video-img::before{background-color:#cda274;border-color:#cda274}
.video-wrapper .video-list .video-info{position:absolute;bottom:0;left:0;width:100%}
.video-wrapper .video-list .video-info a{display:block}
.video-wrapper .video-list .video-name{background-color:rgba(0,0,0,.72);font-size:20px;font-weight:700;color:#fff;text-align:center;padding:14px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.video-wrapper .video-list .video-in{display:none}
.video-wrapper .video-list .video-img{overflow:hidden;position:relative}
.video-wrapper .video-list .video-img a{display:block}
.video-wrapper .video-list .video-img a img{display:block;width:100%;transition:all .3s}
.video-wrapper .video-list .video-img::after,.video-wrapper .video-list .video-img::before{content:"";display:block;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);z-index:1;cursor:pointer;pointer-events:none}
.video-wrapper .video-list .video-img::before{width:50px;height:50px;border-radius:50%;border:1px solid #fff;transition:background .3s,border .3s}
.video-wrapper .video-list .video-img::after{border:10px solid transparent;border-left:15px solid #fff;border-radius:4px;margin-left:6px}
@media(max-width:900px){.video-wrapper .video-list{justify-content:space-between}
.video-wrapper .video-list>li{width:49%;margin:0 0 2% 0}}
@media(max-width:480px){.video-wrapper .video-list .video-name{font-size:16px;padding:10px}
.video-wrapper .video-list .video-img::before{width:40px;height:40px}
.video-wrapper .video-list .video-img::after{border-width:8px;border-left-width:12px}}
.document-main .project-list{display:flex;flex-wrap:wrap;justify-content:space-between}
.document-main .project-list>li{width:49%;display:flex;align-items:center;box-shadow:0 0 10px 0 rgba(236,236,236,.5);margin-bottom:2%}
.document-main .project-list>li:hover .project-img img{transform:scale(1.1)}
.document-main .project-list>li:hover .project-name{color:#3db45e}
.document-main .project-list .project-info{width:55%;padding:0 2.5%}
.document-main .project-list .project-name{font-size:18px;font-weight:700;margin-bottom:10px;display:block;display:-webkit-box;display:-moz-box;max-height:3em;line-height:1.5em;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:left}
.document-main .project-list .project-content{font-size:14px;color:#666;display:block;display:-webkit-box;display:-moz-box;max-height:4.5em;line-height:1.5em;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.document-main .project-list .project-img{width:45%;overflow:hidden}
.document-main .project-list .project-img img{display:block;width:100%;height:auto}
@media (max-width:768px){.document-main .project-list>li{width:100%}}
.document-main .document-contact{background:#3db45e;color:#fff;text-align:center;padding:4% 0;margin:5% 0 -5%}
.document-main .document-contact .name{font-size:38px;font-weight:700}
@media(max-width:768px){.document-main .document-contact .name{font-size:5.0666666667vw}}
.document-main .document-contact .des{max-width:850px;margin:20px auto 40px}
.document-main .document-contact .more{display:inline-block;min-width:140px;background:#fff;text-align:center;padding:10px 10px}
.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.flex-jsb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.flex-ac{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.imgbox{overflow:hidden}
.imgbox img{width:100%;display:block}
.imgbox img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}
section *{-webkit-box-sizing:border-box;box-sizing:border-box}
.home-title{font-size:48px;font-weight:700;text-align:center}
@media (max-width:1024px){.home-title{font-size:24px}}
.home-category{padding:50px 0}
.home-category .home-title .more-cate{font-size:14px;padding:8px 20px;border:1px solid #959595;color:#959595;border-radius:30px}
@media (max-width:415px){.home-category .home-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.home-category .home-title .more-cate{margin-top:20px}}
.home-category ul{margin-top:50px}
.home-category ul li{width:calc((100% - 90px)/ 4);margin-right:30px;margin-bottom:70px}
.home-category ul li:nth-child(4n){margin-right:0}
.home-category ul li .con{padding:20px 20px 0}
.home-category ul li .con h3{font-size:22px;margin-bottom:10px}
.home-category ul li .con p{font-size:14px;line-height:1.5}
@media (max-width:1024px){.home-category{padding:30px 0}
.home-category ul{margin-top:30px}
.home-category ul li{width:calc((100% - 15px)/ 2);margin-right:15px;margin-bottom:20px}
.home-category ul li:nth-child(2n){margin-right:0}
.home-category ul li .con{padding:15px 15px 0}
.home-category ul li .con h3{font-size:18px}}
.home-advantage{margin-bottom:70px}
@media (max-width:1024px){.home-advantage{margin-bottom:30px}}
.home-advantage .advantage-list{margin-top:70px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
@media (max-width:1024px){.home-advantage .advantage-list{margin-top:30px}}
@media (max-width:1024px){.home-advantage .advantage-list{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}
.home-advantage .advantage-list li{position:relative;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media (max-width:1024px){.home-advantage .advantage-list li{width:calc((100% - 0px)/ 2);margin-right:0;margin-bottom:20px}
.home-advantage .advantage-list li:nth-child(2n){margin-right:0}}
.home-advantage .advantage-list li .brand-number{font-size:50px;font-family:Arial;line-height:1;position:relative;z-index:1}
@media (max-width:1280px){.home-advantage .advantage-list li .brand-number{font-size:40px}}
@media (max-width:1280px) and (max-width:500px){.home-advantage .advantage-list li .brand-number{font-size:20px}}
.home-advantage .advantage-list li .brand-number .text-shadow{font-size:113px;font-family:Arial;font-weight:700;color:#fff;text-shadow:0 0 2px #ddd;position:absolute;top:50%;right:0;z-index:-1;line-height:1;-webkit-transform:translate(12px,-50%);transform:translate(12px,-50%)}
@media (max-width:1024px){.home-advantage .advantage-list li .brand-number .text-shadow{display:none}}
@media (max-width:1280px){.home-advantage .advantage-list li .brand-number .text-shadow{font-size:80px}}
.home-advantage .advantage-list li .brand-label{-webkit-box-flex:1;-ms-flex:1;flex:1;text-transform:uppercase;padding-left:20px;position:relative;z-index:2}
.home-advantage .advantage-list li .brand-label span{display:block}
@media (max-width:500px){.home-advantage .advantage-list li .brand-label span{font-size:12px}}
.home-aboutus{padding:60px 0;background:#f8f8f8}
.home-aboutus .about-con,.home-aboutus .about-img{width:50%}
.home-aboutus .about-img{padding-left:100px}
@media (max-width:1024px){.home-aboutus{padding:30px 0}
.home-aboutus .about-con,.home-aboutus .about-img{width:100%;margin-bottom:20px}
.home-aboutus .about-img{padding:0}}
.home-aboutus .about-con .home-label{font-size:24px;font-weight:700;text-transform:uppercase}
.home-aboutus .about-con .home-label:before{content:"";display:inline-block;width:34px;height:2px;background:#3db45e;vertical-align:middle;margin-right:15px}
.home-aboutus .about-con .home-title{font-size:36px;text-align:left;margin:30px 0;max-width:490px}
@media (max-width:1024px){.home-aboutus .about-con .home-title{max-width:100%;font-size:24px;margin:15px 0}}
.home-aboutus .about-con .about-des{line-height:1.8;font-size:14px}
.home-aboutus .about-con .more-btn{display:inline-block;margin-top:50px;background:0 0;padding:12px 40px;color:#000;border-color:#c2c2c2;border-bottom:2px solid #3db45e;position:relative;z-index:1;overflow:hidden}
@media (max-width:1024px){.home-aboutus .about-con .more-btn{margin-top:20px}}
.home-aboutus .about-con .more-btn::before{content:"";display:block;position:absolute;top:50%;left:50%;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background-color:#3db45e;z-index:-1;-webkit-transition:opacity .6s,-webkit-transform .8s cubic-bezier(0,0,.2,1);transition:opacity .6s,-webkit-transform .8s cubic-bezier(0,0,.2,1);transition:transform .8s cubic-bezier(0,0,.2,1),opacity .6s;transition:transform .8s cubic-bezier(0,0,.2,1),opacity .6s,-webkit-transform .8s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0);opacity:0}
.home-aboutus .about-con .more-btn:hover{color:#fff}
.home-aboutus .about-con .more-btn:hover::before{-webkit-transform:scale(20);transform:scale(20);opacity:1}
.img-wrap img{max-width:100%}
.home-certi{padding:80px 0 50px;background:url(/uploads/13110/certbg.jpg) no-repeat;background-size:cover}
.certi-swiper{padding:30px 0 40px}
.certi-swiper .swiper-slide{position:relative;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}
.certi-swiper .swiper-slide img{max-width:100%}
.certi-swiper .certi-item:after{content:"";display:block;padding-top:140%}
.certi-swiper .img-wrap{position:absolute;top:0;left:0;width:100%;height:100%}
.certi-swiper .certi-name{padding:10px 0;font-size:18px;text-align:center;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.certi-swiper .certi-dot{width:10px;height:10px;background:#fff;position:absolute;border-radius:50%;left:50%;margin-left:-5px}
.certi-swiper .swiper-slide.is-active{-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}
.certi-swiper .swiper-slide.is-active .certi-dot{display:none}
.certi-swiper .swiper-slide.is-active .certi-name{background:#fff;color:#3db45e;position:relative}
.certi-swiper .swiper-slide.is-active .certi-name:after{content:"";position:absolute;bottom:-5px;display:block;height:4px;width:100%;background:#3db45e}
.certi-swiper:after{content:"";display:block;position:absolute;bottom:35px;width:100%;height:1px;background:#fff;left:0}
@media screen and (max-width:769px){.home-certi{padding:10.6666666667vw 0 5.3333333333vw;overflow:hidden}
.certi-swiper .certi-name{font-size:15px;padding:1.3333333333vw 0}
.certi-swiper{padding:4vw 0 5.3333333333vw}
.certi-swiper:after{bottom:4vw;width:auto;left:12vw;right:12vw}
.home-certi .l-wrap{margin:0 -10vw;padding:0}}
.home-project{position:relative;padding-top:7vw}
.home-project .home-label{color:#3db45e;text-align:center;position:relative;margin-bottom:30px}
.home-project .home-label::after,.home-project .home-label::before{content:"";display:inline-block;width:34px;height:1px;background:#3db45e;vertical-align:middle;margin:0 10px}
.home-project::before{content:"";display:block;width:100%;height:65%;position:absolute;top:0;left:0;background-color:#222}
.home-project::after{content:"Customer case";display:block;width:100%;text-align:center;position:absolute;top:0;left:0;font-size:7vw;font-family:Rajdhani;color:#fff;opacity:.15;text-transform:uppercase;line-height:1.1}
.home-project .l-wrap{position:relative;z-index:1;color:#fff}
.home-project .projects-des{line-height:1.75;text-align:center;max-width:550px;margin:0 auto;padding:10px 0}
.home-project #home-projects{margin-top:30px;padding:7% 0}
.home-project #home-projects .swiper-slide{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale(.64);transform:scale(.64)}
.home-project #home-projects .swiper-slide img{max-width:100%}
.home-project #home-projects .swiper-slide.swiper-slide-prev{-webkit-transform:scale(.64) translateX(-28%);transform:scale(.64) translateX(-28%)}
.home-project #home-projects .swiper-slide.swiper-slide-next{-webkit-transform:scale(.64) translateX(28%);transform:scale(.64) translateX(28%)}
.home-project #home-projects .swiper-slide.swiper-slide-active{-webkit-transform:scale(1.57);transform:scale(1.57)}
.home-project #home-projects .swiper-slide.swiper-slide-active .projects-cont{opacity:1}
.home-project #home-projects .swiper-slide:hover .projects-cont p{color:#3db45e}
.home-project #home-projects .swiper-slide .projects-cont{position:absolute;bottom:10%;left:15%;width:70%;background-color:rgba(255,255,255,.9);text-align:center;font-weight:700;opacity:0;-webkit-transition:opacity .3s .1s;transition:opacity .3s .1s;padding:12px 0}
.home-project #home-projects .swiper-slide .projects-cont p{font-size:12px;color:#000;text-transform:capitalize;-webkit-transition:color .3s;transition:color .3s}
.home-project #home-projects .swiper-slide .projects-cont a{display:inline-block;text-transform:capitalize;font-size:12px;-webkit-transform:scale(.8);transform:scale(.8)}
.home-project #home-projects .swiper-slide .projects-cont a:hover{color:#3db45e}
.home-product{margin:50px 0}
.home-product .sub{text-align:center;font-size:14px;margin:30px 0 50px}
.home-product .pro-swiper-box{margin:0 75px;position:relative}
.home-product .pro-swiper-btn .left,.home-product .pro-swiper-btn .right{position:absolute;width:40px;height:40px;border:1px solid #ccc;text-align:center;line-height:40px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-75px;z-index:2;cursor:pointer}
.home-product .pro-swiper-btn .left:hover,.home-product .pro-swiper-btn .right:hover{background:#3db45e;color:#fff;border-color:#3db45e}
.home-product .pro-swiper-btn .right{left:unset;right:-75px}
.home-product .pro-swiper .swiper-slide .con{padding:15px 10px}
.home-product .pro-swiper .swiper-slide .con h4{margin-bottom:15px;font-size:18px}
.home-product .pro-swiper .swiper-slide .con .desc{font-size:12px;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:10px}
.home-product .pro-swiper .swiper-slide .con .rm{width:28px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-transform:rotate(180deg);transform:rotate(180deg);color:#3db45e}
.home-product .pro-swiper .swiper-slide .pro-img{padding-top:100%;position:relative}
.home-product .pro-swiper .swiper-slide .img-wrap{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}
.home-product .pro-swiper .swiper-slide .img-wrap img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}
@media (max-width:1024px){.home-product{margin:30px 0}
.home-product .sub{margin:20px 0}
.home-product .pro-swiper-box{margin:0}
.home-product .pro-swiper-btn .left{left:0}
.home-product .pro-swiper-btn .right{right:0}}
.home-touch{background:#3db45e;padding:80px 0}
.home-touch h3,.home-touch h5{font-size:30px;color:#2e2b26;text-transform:uppercase}
.home-touch h3 span,.home-touch h5 span{color:#fff}
.write-text{max-width:560px;font-size:16px;color:#fff}
.home-touch .more-btn{color:#fff;border-color:#fff;background-color:transparent}
.home-touch .more-btn:hover{background:#fff;color:#3db45e}
@media (max-width:1024px){.home-touch{padding:30px 0}
.write-text{max-width:100%;width:100%;margin:15px 0}}
.home-news{padding:50px 0}
@media (max-width:1024px){.home-news{padding:30px 0}}
.home-news .l-wrap{max-width:1200px}
.home-news ul li{width:calc((100% - 80px)/ 2);margin-right:80px}
.home-news ul li:nth-child(2n){margin-right:0}
@media (max-width:1024px){.home-news ul li{width:calc((100% - 0px)/ 1);margin-right:0}
.home-news ul li:nth-child(1n){margin-right:0}}
.home-news ul li .news-con .date{width:55px;height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#3db45e;padding:8px;color:#fff;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}
.home-news ul li .news-con .date .day{font-size:20px}
.home-news ul li .news-con .date .mon{font-size:12px}
.home-news ul li .news-con .right{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:15px}
.home-news ul li .news-con .right p{font-size:14px;color:#b4b4b4}
.home-news ul li .news-con .right .rm{display:inline-block;padding:10px 15px;border-radius:30px;border:1px solid #ccc;margin-top:15px;text-transform:uppercase;text-align:center}
.home-news ul li .news-con h4{font-size:20px;margin-bottom:15px}
.home-news .home-news-more{text-align:center;position:relative}
.home-news .home-news-more:before{content:"";position:absolute;width:100%;height:1px;background:#e5e5e5;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:-1}
.home-news .home-news-more a{display:inline-block;text-align:center;font-size:18px;background:#e5e5e5;padding:15px 50px;border-radius:30px}
.home-partner{padding:80px 0;background:#f4f4f4}
@media (max-width:1024px){.home-partner{padding:30px 0}}
.home-partner .partner-swiper-box{position:relative;margin:50px 50px 0}
@media (max-width:768px){.home-partner .partner-swiper-box{margin:30px 0 0}}
.home-partner .swiper-slide{background-color:#fff;text-align:center}
.home-partner .partner-btn .left,.home-partner .partner-btn .right{position:absolute;width:50px;height:50px;color:#fff;background:#c3c3c3;text-align:center;line-height:50px;left:-50px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;cursor:pointer}
.home-partner .partner-btn .right{right:-50px;left:unset}
@media (max-width:768px){.home-partner .partner-btn .left{left:0;opacity:.5}
.home-partner .partner-btn .right{right:0;opacity:.5}}
.foot-main{color:#fff}
.foot-main .l-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
@media (max-width:1024px){.foot-main .l-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}}
.foot-main .foot-item{width:auto}
.foot-main .foot-about{max-width:520px}
.foot-main .foot-about .title{font-size:36px}
@media (max-width:1280px){.foot-main .foot-about .title{font-size:24px}}
.foot-main .foot-about .foot-intro{max-width:100%;margin-bottom:50px}
.foot-main .foot-about .newsletter .input-area{margin-top:20px;position:relative}
.foot-main .foot-about .newsletter .input-area input{width:100%;height:60px;border:none;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:15px}
.foot-main .foot-about .newsletter .input-area i{width:60px;height:60px;position:absolute;right:0;top:0;background:#3db45e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:30px}
.foot-cate ul>li{width:100%;margin-bottom:10px}
.foot-cate ul>li a{color:#fff}
.foot-cate ul>li:after{display:none}
.foot-main .foot-title{font-size:36px;text-transform:capitalize;margin-bottom:15px}
.foot-main .foot-title:after{display:none}
@media (max-width:1280px){.foot-main .foot-title{font-size:24px}}
.foot-contact{max-width:450px}
.foot-contact .icon{background:0 0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}
.foot-contact .icon i{color:#3db45e}
.foot-contact .con{max-width:none}
.foot-main a{color:#fff}
.foot-right{background:#000}
.foot-right .l-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.foot-right .l-wrap p{color:#fff}
@media (max-width:768px){.foot-right .l-wrap .foot-link{display:none}}
.foot-link ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.foot-link ul a{border:1px solid #fff;padding:8px;color:#fff;margin-left:10px}
.foot-link ul a:hover{background:#3db45e}
.solution-wrapper{margin-top:60px}
@media (max-width:1024px){.solution-wrapper{margin-top:30px}}
.sol-title{font-size:36px;font-weight:700;text-align:center}
.sol-sub{font-size:24px;color:#969696;text-align:center;margin:20px 0 40px}
.sol-content h4{font-size:30px;font-weight:700;margin-bottom:20px}
.sol-content h5{font-size:24px;text-align:center;margin:20px 0}
@media (max-width:1024px){.sol-title{font-size:24px}
.sol-sub{font-size:20px}
.sol-content h4{font-size:18px}
.sol-content h5{font-size:16px;margin:15px 0}}
.sol-content .flex-4p>li{width:calc((100% - 180px)/ 4);margin-right:60px}
.sol-content .flex-4p>li:nth-child(4n){margin-right:0}
.sol-content .flex-2p>div{width:calc((100% - 60px)/ 2);margin-right:60px}
.sol-content .flex-2p>div:nth-child(2n){margin-right:0}
.sol-content .flex-4p{margin-bottom:50px}
.sol-content .flex-2p{margin-bottom:30px}
.sol-content .flex-2p .tit{font-size:30px;margin-bottom:20px}
.sol-content .flex-2p p{line-height:2;font-size:20px}
.sol-content1 li p{font-size:14px}
.sol-content3{margin-top:100px}
.sol-content3 .desc{margin-bottom:20px;font-size:20px}
@media (max-width:1024px){.sol-content .flex-4p{margin-bottom:20px}
.sol-content .flex-4p>li{width:calc((100% - 15px)/ 2);margin-right:15px;margin-bottom:15px}
.sol-content .flex-4p>li:nth-child(2n){margin-right:0}
.sol-content .flex-2p{margin-bottom:20px}
.sol-content .flex-2p .tit{font-size:20px}
.sol-content .flex-2p p{font-size:16px}
.sol-content3{margin-top:30px}
.sol-content3 .desc{font-size:16px}}
@media (max-width:768px){.sol-content .flex-2p>div{width:calc((100% - 0px)/ 1);margin-right:0;margin-bottom:15px}
.sol-content .flex-2p>div:nth-child(1n){margin-right:0}}
.head-top .head-box,.head-top:after{display:none}
.head-top .l-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.head-top .head-contact{margin-left:auto;margin-right:100px;}
.head-top .head-lang{margin-left:0}
@media (min-width:1081px){.head-search .search-box{display:block!important;position:static}
.head-search .head-search-btn{display:none}
.head-search .search-wrap{padding:0;-webkit-box-shadow:none;box-shadow:none}
.head-search .search-box i{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:10px}
.head-search #txtSearch{border-radius:20px}
.head-nav{margin-left:0}
.head-main .l-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.head-nav>ul>li>a{height:auto;position:relative;white-space:nowrap}
.head-nav>ul>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.head-nav a.inmenu_1:after,.head-nav>ul>li>a:hover:after{content:"";position:absolute;width:100%;height:2px;background:#3db45e;bottom:-10px}}
@media (max-width:1080px){.head-top .foot-link{display:none}}
.head-main .head-logo img{max-width:100%}
.document-main .project-list .project-name{word-break:break-word}
