.container{
    width: 1300px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: PingFang SC, PingFang SC;
}
button{
    cursor: pointer;
}
.el-link.is-underline:hover:after {
    border-bottom: none !important;
}
.el-link.el-link--default:hover{
    color: #DE7C23 !important;
}
.themeColor {
    color: #DE7C23 !important;
  }
.layout{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.header-box{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content:space-between ;
}
.header-box .logo{
    display: flex;
    align-items: center;
    max-width: 70%;
    text-align: center;
}
.header-box .nav-list{
    padding-left: 10%;
    flex: 1;    
}
.header-box .nav-list li{
    width: 14%;
    display: inline-block;
    line-height: 100px;
    font-family: PingFang SC, PingFang SC;
    color: #333333;
    font-size: 18px;
}
.header-box .nav-list li a:hover{
    color: #DE7C23;
}
.header-box .login-link a{
    display: inline-block;
    margin-top: 35px;
    width: 70px;
    height: 30px; 
    border:solid 1px #DE7C23; 
    border-radius: 30px; 
    line-height: 28px; 
    text-align: center; 
    margin-left: 5px; 
    color: #DE7C23;
 }
 .header-box .login-link a:hover{ 
    color: #fff; 
    background-color: #DE7C23;
 }
.main-box{
    min-height: 600px ;
}

 .footer{
    width: 100%;
    /* height: 622px; */
    background: #1D212A;
}
.footer .content img{
    width: 242px;
    margin-bottom: 40px;
}
.content{
    height: 330px;
    color: #fff;
    padding-top: 38px;
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.content>div>div{
    font-size: 24px;
}
.container li {
    font-size: 14px;
    line-height: 36px;
}
.content>div li a{
    color: #FFFFFF;
}
.contact{
    width: 256px;
}
.contact a{
    margin-top: 30px;
    display: inline-block;
   width: 230px;
    height: 40px;
    background: url(/static/home/img/newIndex/在线咨询.png) no-repeat center center;
}
.copyright-box{
    height: 211px;
    padding-top: 40px;
    border-top: 1px solid #666666;
}
.copyright-box>.icon-logo{
    display: flex;
}
.copyright-box>.icon-logo a:hover{
    color: #DE7C23;
}
.copyright-box .icon-box {
    display: inline-block;
    margin-right: 20px;
    padding:10px;
    width: 200px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
}
.copyright-box .icon-box img{
    vertical-align: middle;
    margin-right: 10px;
}
.copyright-box .icon-box:nth-last-child(1){
    margin-right: 0px;
}
.copyright-box  .info{
    margin-top: 40px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px; 
}
.copyright-box  .info span{
    display: inline-block;
    margin: 0 8px;
}

.el-checkbox__input .is-checked{
    background-color: #DE7C23 !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner{
    background-color: #DE7C23 !important;
    border-color:#DE7C23 !important;
}
.el-checkbox__inner:hover{
    border-color:#DE7C23 !important;
}
.backtop{
   padding: 1px 0;
 height: 140px !important;
 width: 70px !important;
 background: #ffffff;
 border-radius: 35px 35px 35px 35px !important;
}
.el-backtop{
    z-index: 999 !important;
    width: 70px !important;
    /* height: 200px !important;
    background: #FFFFFF;
    border-radius: 35px 35px 35px 35px !important; */
}
.backtop-item  {
    
    width: 50px;
    height: 50px;
    margin: 16px auto;
    text-align: center;
    position: relative;
}
.backtop-item div{
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 50%;

}
.backtop-item img{
    z-index: 999 !important;
    width: 30px;
    vertical-align: middle;
}
.backtop .backtop-item .phone-hover{
    position: absolute;
    left: -130px;
    bottom: 0px;
    width: 110px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    display:none;
}
.backtop .backtop-item .code-hover{
    position: absolute;
    left: -124px;
    bottom: -20px;
    width: 100px;
    height: 100px;
    display: none;
}
.el-date-editor .el-range-separator{
    padding: 0 !important;
}
