@charset "UTF-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;}
HTML5 display-role reset for older browsers article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
::-webkit-scrollbar {width:5px;height:5px;}
::-webkit-scrollbar-track-piece {-webkit-border-radius:6px;background-color:rgba(0,0,0,0.2);}
::-webkit-scrollbar-thumb:vertical {height:5px;-webkit-border-radius:6px;background-color:rgba(125,125,125,0.7);}
::-webkit-scrollbar-thumb:horizontal {width:5px;-webkit-border-radius:6px;background-color:rgba(125,125,125,0.7);}
body{margin:0;padding:0;background: #f5f5f7;}
a {text-decoration: none;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
img {vertical-align: middle;}
li {list-style: none;}
iframe {box-shadow: 0 0 10px rgb(0 0 0 / 10%);width: 100%;height: 100%;border: 0;}
@font-face {
  font-family: "Bold";
  src: url("../fonts/MonaSans-Bold.ttf");
}

@font-face {
  font-family: "Light";
  src: url("../fonts/MonaSans-Light.ttf");
}

@font-face {
  font-family: "Medium";
  src: url("../fonts/MonaSans-Medium.ttf");
}

@font-face {
  font-family: "Regular";
  src: url("../fonts/MonaSans-Regular.ttf");
}

@font-face {
  font-family: "SemiBold";
  src: url("../fonts/MonaSans-SemiBold.ttf");
}
.lay1800px{
    max-width: 1840px;
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto;
}
.lay1600px{
    max-width: 1640px;
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto;
}
.lay1880px{
    max-width: 1920px;
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto;
}
html *{
    font-family: 'Regular';
}
/*公共*/
[v-cloak] {display: none}
.embed-icon{z-index: 98!important;}
.el-col-sm-48{width: 20%;}
.el-ellipsis-1{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.el-ellipsis-2{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.el-ellipsis-3{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.container{max-width: 1300px;margin: 0 auto;}
.flex{display: flex;}
.flex-center{display: flex;align-items: center;justify-content: center;}
.flex-middle{display: flex;-o-box-align:center;align-items:center;-o-box-pack:justify;}
.flex-column{display: flex;-o-box-orient: vertical;flex-direction: column;}
.flex-between{display: flex;-o-box-align: center;align-items: center;-o-box-pack: justify;justify-content: space-between;}
.flex-right{display: flex;-o-box-pack: end;justify-content: flex-end;}
.flex-around{display: flex;justify-content: space-around;-webkit-justify-content: space-around;}
.clearfix:after, 
.clearfix:before {content: "";display: block;height: 0;clear: both;visibility: hidden;}
.el-image .el-image__inner{max-width: 100%;}
.el-popover__title{text-align:center}
.el-pager li.active{color: var(--color);}
.el-pagination.is-background .el-pager li:not(.disabled):hover{color: var(--color);}
.el-pagination.is-background .el-pager li:not(.disabled).active {background-color: var(--color);}
#app {overflow: hidden;}
/*导航*/
#header{border-bottom: 1px solid #F0F0F050;position: fixed;top: 0px;width: 100%;background: #ffffff00;top: 0;z-index: 99;padding: 20px 0;transition: padding 0.4s ease, background-color 1.1s ease;}
#header .logo,#header .logo2{vertical-align: top;height: 60px;aspect-ratio: 299 / 59;object-fit: contain;}
#header .logo-copy{vertical-align: top;height: 40px;padding-left: 50px}
#header .menu-warp{position: relative;width: 100%;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
#header .menu-warp .el-menu{border:0;background: transparent;}
#header .menu-warp .active{color: var(--color)!important}
#header .el-menu--horizontal .el-menu-item,
#header .el-menu--horizontal .el-submenu .el-submenu__title{background: transparent!important;}
#header .el-menu-item, 
#header .el-submenu__title{padding-right: 30pxpadding-left: 30px}
#header .el-menu--horizontal .el-menu-item.is-active {border-bottom: 2px solid transparent!important;}
#header .el-menu--horizontal .is-active{color: #E7141A !important;border-bottom: 1px solid #E7141A!important;}
.el-menu::after, .el-menu::before{
    display: none;
}
.el-menu-item a, 
.el-submenu__title a{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: white !important;
}

#header .langListspan{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#header .headerhoverbox{
    display: flex;
}
#header .el-menu-item{
    padding: 0px 18px;
}
#header .logo{
    transition: all 0.5s;
}
#header .logo2{
    opacity: 0;
    display: none;
}

#header.active{
    background: white;
}

#header.active .logo1{
    opacity: 0;
    display: none;
}

#header.active .logo2{
    opacity: 1;
     display: block;
}

#header.active .el-menu-item a,#header.active .el-submenu__title a{
    color: #191919 !important;
}

#header.active .el-menu-item a:hover,#header.active .el-submenu__title a:hover{
    color: #E7141A !important;
}

#header.active .el-menu-item a:hover svg path,#header.active .el-submenu__title a:hover svg path{
    color: #E7141A !important;
}

#header.active .el-menu-item a svg path, #header.active .el-submenu__title a svg path{
    color: #191919 !important;
}

#header.active .el-menu--horizontal .is-active{
    color: #E7141A !important;
}

#header.active .searchimg,#header.active .langinfoimg{
    filter: invert(100%);
}

#header.active .langListspan{
    color: #191919 !important;
}

#header .headertymkhoverboxgs{
    width: 100%;
    position: fixed;
    top: 101px;
    height: fit-content;
    left: 0px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    display: flex;
    align-items: stretch;
    transition: all 0.25s;
    background: white;
    padding: 46px 0px 60px 0px;
}

#header .headertymkhoverboxgs .lay1600px{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#header .headertymkhoverboxgs a{
    min-width: 300px;
    width: 19%;
    height: fit-content;
    line-height: 1;
    padding: 12px 30px;
    border-radius: 18px;
    margin: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    transition: all 0.5s;
}

#header .headertymkhoverboxgs a img{
    transition: all 0.5s;
}

#header .headertymkhoverboxgs a span{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #191919;
    display: block;
    margin-left: 20px;
}

#header .headertymkhoverboxgs a:hover{
    box-shadow: 0px 2px 9px 0px rgba(139,137,137,0.2);
}

#header .headertymkhoverboxgs a:hover img.jt{
    transform: rotate(45deg);
}

#header .headerproductshoverboxgs{
    width: 100%;
    position: fixed;
    top: 85px;
    height: fit-content;
    left: 0px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    display: flex;
    align-items: stretch;
    transition: all 0.25s;
}
#header *{
    transition: all 0.5s;
}
#tyredbtn{
    background: #E7141A;
    border-radius: 25px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF !important;
    padding: 15px 34px;
    display: flex;
    align-items: center;
    width: fit-content;
    line-height: 1.5;
    transition: all 0.5s;
}
#tyredbtn img{
    margin-left: 9px;
}

#tyredbtn:hover{
    background: #191919;
    color: white !important;
}

#tywhitebtn{
    border-radius: 25px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #191919 !important;
    padding: 10px 34px;
    display: flex;
    align-items: center;
    width: fit-content;
    line-height: 1.5;
    transition: all 0.5s;
    border: 2px solid #E7141A;
}
#tywhitebtn img{
    margin-left: 9px;
    transition: all 0.5s;
}

#tywhitebtn:hover{
    background: #E7141A;
    color: white !important;
}
#tywhitebtn:hover img{
    filter: invert(0%) !important;
}

#header.active #tyredbtn{
    color: white !important;
}

#header.curry #tyredbtn{
    color: white !important;
}
#header.curry{
    background: white;
}

#header.curry .logo1{
    opacity: 0;
    display: none;
}

#header.curry .logo2{
    opacity: 1;
    display: block;
}

#header.curry .el-menu-item a,#header.curry .el-submenu__title a{
    color: #191919 !important;
}

#header.curry .el-menu-item a:hover,#header.curry .el-submenu__title a:hover{
    color: #E7141A !important;
}

#header.curry .el-menu-item a:hover svg path,#header.curry .el-submenu__title a:hover svg path{
    color: #E7141A !important;
}

#header.curry .el-menu-item a svg path, #header.curry .el-submenu__title a svg path{
    color: #191919 !important;
}

#header.curry .el-menu--horizontal .is-active{
    color: #E7141A !important;
}

#header.curry .searchimg,#header.curry .langinfoimg{
    filter: invert(100%);
}

#header.curry .langListspan{
    color: #191919 !important;
}

.headerproductshoverboxgs a{
    color: #191919 !important;
}

.headerproductshoverboxgs .leftbox{
    width: 31%;
    background: #FFFFFF;
    padding: 46px 0px;
    display: flex;
    justify-content: flex-end;
}
.headerproductshoverboxgs .rightbox{
    width: 69%;
    background: #F5F5F7;
    padding: 42px 0px;
}

.headerproductshoverboxgs .rightbox .gsbox{
    width: 84%;
    padding-left: 60px;
}

.headerproductshoverboxgs .leftbox .gsbox{
    width: 60%;
    height: fit-content;
    margin-right: 79px;
}


.headerproductshoverboxgs .leftbox .gsbox .topbox{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin-bottom: 49px;
}
.headerproductshoverboxgs .leftbox .gsbox .topbox a{
    display: block;
    width: 100%;
    margin-bottom: 11px;
    padding: 12px 30px;
    border-radius: 18px;
    transition: all 0.5s;
}

.headerproductshoverboxgs .leftbox .gsbox .topbox a img{
    margin-right: 20px;
}

.headerproductshoverboxgs .leftbox .gsbox .topbox a:hover{
    box-shadow: 0px 2px 9px 0px rgba(139,137,137,0.2);
}

.headerproductshoverboxgs #tyredbtn{
    display: flex;
    justify-content: space-between;
}

.headerproductshoverboxgs .rightbox .productchagebox{
    display: none;
}

.headerproductshoverboxgs .rightbox .productchagebox.active{
    display: block;
}

.productchagebox .titlebox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productchagebox .titlebox .title{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 20px !important;
    color: #191919 !important;
    transition: all 0.5s;
}

.productchagebox .titlebox .title:hover{
    color: #E7141A !important;
    text-decoration: underline;
}

.productchagebox .titlebox .btn{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px !important;
    color: #191919 !important;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.productchagebox .titlebox .btn:hover{
    color: #E7141A !important;
    text-decoration: underline;
}

.productchagebox .bottombox{
    display: flex;
    flex-wrap: wrap;
}

.productchagebox .bottombox .list{
    width: 24%;
    margin: 0.5%;
    position: relative;
    margin-bottom: 25px;
}

.productchagebox .bottombox .list img{
    width: 100%;
    height: auto;
}

.productchagebox .bottombox .list span{
    display: block;
    width: 100%;
    padding: 0px 3%;
    position: absolute;
    bottom: 22px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
    white-space: break-spaces;
    transition: all 0.5s;
}
.productchagebox .bottombox .list:hover span{
    color: #E7141A;
    text-decoration: underline;
}
.el-menu-item a:hover, 
.el-submenu__title a:hover{color: #E7141A !important}
.language-warp{font-size:0}
.language-item{width: 20%;display: inline-block;color:#333;font-size: 12px;}
.language-item:hover{color: var(--color)}
.language-block{padding: 5px;display: inline-block;}
.language-block img{margin-right: 5px;width: 15px}
/*导航 - 手机*/
#header-mobile{position: fixed;display:flex;height: 60px;line-height: 60px;padding: 0 15px;width: 100%;background: #fff;top: 0;z-index: 999;}
#header-mobile .warp{width: 50%}
#header-mobile .warp img{height: 60px;vertical-align: top;margin-top: 0}
#header-mobile .warp.center{text-align:center}
#header-mobile .warp.right{text-align:right}
#header-mobile .warp i{color:var(--color);font-size: 28px;margin-left:10px;width: 28px;height: 60px;line-height: 60px;}
#header-mobile .warp a{color:#777;font-size: 22px;vertical-align: top;height: 60px;line-height: 60px;}
#header-mobile .menu-warp{z-index: 99;position: fixed;width: 100%;top: 60px;left: 0;background: #fff;}
#header-mobile .menu-warp .el-menu{border:0}
#header-mobile .menu-warp .el-tabs{padding: 0 20px;}
#header-mobile .menu-warp .el-submenu.hide-arrow .el-submenu__title i.el-icon-arrow-down{display:none !important}
#header-mobile .menu-warp .el-tabs__content{padding-bottom: 30px;overflow:auto;position:relative;height:-moz-calc(100vh - 135px);height:-webkit-calc(100vh - 135px);height:calc(100vh - 135px)}
#header-mobile .menu-warp .menu-title{padding-bottom: 0;display: block;width: 80%;color:#222 !important;font-size: 14px;position:relative}
#header-mobile .menu-warp .menu-title.level1:before{content: " ";width: 1px;height: 16px;position: absolute;right: 0;top: 20px;background:#eee}
#header-mobile .menu-warp .lang-item{display: block;padding: 0 20px;height: 56px;line-height: 56px;}
/*分享*/
.social-facebook {background-color: #365493;}
.social-twitter {background-color: #3CF;}
.social-pinterest {background-color: #CB2027;}
.social-linkedin{background-color: #0274B3;}
.social-whatsapp {background-color: #1EBEA5;}
.wd-social-icon {font: normal normal normal 14px / 1 FontAwesome;color: #fff !important;display: inline-block;margin: 4px;vertical-align: middle;text-align: center;font-size: 0;width: 30px;height: 30px;border-radius: 50%;}
.wd-icon {font-size: 20px;line-height: 30px;display: inline-block;vertical-align: middle;}
/*底部*/
#footer .footertop{
    width: 100%;
    height: fit-content;
    background: #191919;
    padding: 130px 0px 140px 0px;
}
#footer .footerform{
    width: 100%;
    height: fit-content;
    padding: 120px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footerform .lay1600px{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerform .lay1600px .leftbox{
    width: 41%;
}
.footerform .lay1600px .rightbox{
    width: 45%;
}

.footerform .lay1600px .leftbox .ctitle{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 16px;
    color: #262626;
    border-radius: 20px;
    border: 1px solid #262626;
    padding: 5px 25px;
    width: fit-content;
}
.footerform .lay1600px .leftbox .title{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 40px;
    color: #191919;
    margin: 28px 0px 40px 0px;
}
.footerform .lay1600px .leftbox .content{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #8B8989;
}
.footertop .list.logoboxgs{
    
}
.footertop .list.logoboxgs .company{
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 16px;
    color: #F0F0F0;
    margin-top: 40px;
    margin-bottom: 15px;
}
.footertop .list.logoboxgs .content{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #8B8989;
    line-height: 1.5;
    max-width: 410px;
    margin-bottom: 40px;
}

.footertop .list.logoboxgs .sharebox{
    display: flex;
    align-items: center;
}

.footertop .list.logoboxgs .sharebox span{
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #F0F0F0;
    display: block;
    margin-right: 32px;
}

.footertop .list.logoboxgs .sharelist{
    display: flex;
}

.footertop .list.logoboxgs .sharebox a{
    width: 35px;
    height: 35px;
    background: #262626;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    transition: all 0.5s;
}

.footertop .list.logoboxgs .sharebox a:hover{
    background: #E7141A;
}

.footertop .typelistbox .title{
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.footertop .typelistbox .content{
    display: flex;
    flex-direction: column;
}

.footertop .typelistbox .content a{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #8B8989;
    line-height: 1.5;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    width: fit-content;
}
.footertop .typelistbox .content a:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    background: #E7141A;
    border-radius: 50%;
    transition: all 0.5s;
}

.footertop .typelistbox .content a:hover{
    color: white;
}

/*.footertop .typelistbox .content a:hover:before{*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    margin-right: 5px;*/
/*}*/

.footertop .typelistbox .content .telbox{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.footertop .typelistbox .content .telbox img{
    margin-right: 11px;
}

.footertop .typelistbox .content .telbox a{
    margin-bottom: 0px;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}

.footertop .typelistbox .content .telbox a:before,.footertop .typelistbox .content .emailbox a:before{
    display: none;
}

.footertop .typelistbox .content .telbox .titlebox{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #8B8989;
    margin-bottom: 6px;
}

.footertop .typelistbox .content .addressbox{
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.footertop .typelistbox .content .addressbox img{
    margin-right: 11px;
}

.footertop .typelistbox .content .addressbox p{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #8B8989;
    line-height: 1.5;
    max-width: 175px;
}

.footertop .typelistbox .content .emailbox{
    display: flex;
    align-items: center;
}

.footertop .typelistbox .content .emailbox img{
    margin-right: 10px;
}

.footertop .typelistbox .content .emailbox a{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #8B8989;
    margin-bottom: 0px;
}
#footer .footertop .lay1600px{
    display: flex;
    justify-content: space-between;
}

#footer .footerbottom{
    background: #262626;
    padding: 18px 0px;
}

#footer .footerbottom .lay1600px{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 14px;
    color: #8B8989;
}

#footer .footerbottom .lay1600px a{
        font-family: 'Regular';
    font-weight: 400;
    font-size: 14px;
    color: #8B8989;
}

#footer .footerbottom .lay1600px .left{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 14px;
    color: #8B8989;
}

#footer .footerbottom .lay1600px .right{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 14px;
    color: #8B8989;
}

#footer .footerbottom .lay1600px .right a{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 14px;
    color: #8B8989;
}
@media only screen and (max-width:1500px) {
    #header.active #tyredbtn{
        display: none;
    }
    
    #header .logo,#header .logo2{
        height: 40px;
    }
}
@media only screen and (max-width:1490px) {
    #header .el-menu-item, 
    #header .el-submenu__title{padding-right: 15px;padding-left: 15px}
    #header .el-menu-item a, 
    #header .el-submenu__title a{font-size: 17px;}
    #header .logo-copy{padding-left: 30px}
}
@media only screen and (max-width:1450px) {
    #footer .footertop{
        zoom: 0.8;
        padding: 60px 0px;
    }
}
@media only screen and (max-width:1300px) {
    .productchagebox .titlebox .title{
        font-size: 15px;
    }
    
    .productchagebox .titlebox .btn{
        font-size: 15px;
    }
    
    .headerproductshoverboxgs .rightbox{
        padding: 35px;
    }
    
    .productchagebox .bottombox .list span{
        font-size: 12px;
    }
    
    #header .headertymkhoverboxgs a span{
        font-size: 15px;
    }
    
    #header .headertymkhoverboxgs a{
        min-width: auto;
        width: 35%;
    }
}

@media only screen and (max-width:1200px) {
    #header .el-menu-item, 
    #header .el-submenu__title{padding-right: 10px;padding-left: 10px}
    #header .el-menu-item a, 
    #header .el-submenu__title a{font-size: 15px;}
    #header .el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{margin-left: 5px;}
    #footer .agent .item{margin-right: 10px}
    .footertop .typelistbox .title{
        font-size: 16px;
    }
    .footertop .typelistbox .content a{
        font-size: 13px;
    }
    .footertop .list.logoboxgs .company{
        font-size: 13px;
    }
    .footertop .list.logoboxgs .content{
        font-size: 13px;
    }
}

@media only screen and (max-width:1100px) {
    #footer .footertop{
        zoom: 0.7;
    }
    .footerform .lay1600px .leftbox .title{
        font-size: 25px;
        margin: 18px 0px;
    }
    #header .el-menu-item a, #header .el-submenu__title a{
        font-size: 12px;
    }
}

@media only screen and (max-width:992px) {
    .footertop .typelistbox .content .addressbox p{
        max-width: 100%;
    }
    #footer .footerbottom .lay1600px .left{
        margin-bottom: 15px;
    }
    #footer .footerbottom .lay1600px{
        flex-direction: column;
        align-items: flex-start;
    }
    .footertop .list.logoboxgs{
        margin-bottom: 35px;
    }
    .footertop .list{
        margin-bottom: 35px;
    }
    #footer .footertop{
        zoom: 1;
    }
    #footer .footertop .lay1600px{
        flex-direction: column;
    }
    #footer .footerform{
        padding: 50px 0px;
    }
    .footerform .lay1600px .leftbox{
        width: 100%;
        margin-bottom: 35px;
    }
    .footerform .lay1600px .rightbox{
        width: 100%;
    }
    .footerform .lay1600px{
        flex-direction: column;
    }
}