.head{
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}
.head .logo{
    background: url(/assets/index/images/logo2.png) no-repeat center center / 100% 100%;
}
.head a{
    color: #7c0014;
}
.head .head-on{
    border-left: 1px solid #7c0014;
    color: #7c0014;
}
.head .head-item.active a{
    font-weight: bold;
}
.box{
    background: #ffffff;
}
.top{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 30px;
}
.top .top-le{
    width: auto;
    height: 35px;
    border-left: 4px solid #7c0014;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 32px;
}
.top-le span{
    color: #7c0014;
}
.top .top-ri{
    width: auto;
    height: 40px;
    font-size: 18px;
    color: #999999;
    line-height: 40px;
    display: block;
}
.contact{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
}
.contact .con-line{
    width: 100%;
    height: 2px;
    background: #7c0014;
    margin-top: 30px;
}
.contact .con-ul{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.con-ul .con-li{
    width: 380px;
    height: 160px;
    background: #7c0014;
    border-radius: 10px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.con-li .con-icon{
    width: 57px;
    height: 56px;
    margin-top: 52px;
}
.con-icon img{
    width: 44px;
    height: 56px;
    margin: 0 auto;
}
.con-li:nth-of-type(2) .con-icon img{
    width: 57px;
    height: 45px;
    margin: 5px auto;
}
.con-li:nth-of-type(3) .con-icon img{
    width: 53px;
    height: 48px;
    margin: 4px auto;
}
.con-li .con-text{
    width: 260px;
    height: 160px;
    padding-top: 25px;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
}
.con-li:nth-of-type(n+2) .con-text{
    padding-top: 50px;
}

.contact .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}
.con-box .con-item{
    width: 285px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    float: left;
    margin-right: 20px;
}
.con-item:nth-of-type(4n){
    margin-right: 0;
}
.con-item .con-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
    display: flex;
}
.con-top .con-span{
    color: #ff0000;
}
.con-item .con-input{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
}
.con-input input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.con-item:nth-of-type(10){
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.con-item .con-i{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    display: flex;

}
.con-i .con-span{
    color: #ff0000;
}
.con-item .con-on{
    width: 1000px;
    height: 40px;
    display: flex;
}
.con-on label{
    margin-right: 40px;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
}
.con-on .yuan{
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 11px;
    cursor: pointer;
}

.con-on .text{
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    margin-left: 10px;
}
label .inp{
    display: block;
    width: 150px;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 10px;
}
.inp input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.con-item:last-child{
    width: 100%;
}
.con-item:last-child .con-input{
    width: 100%;
    height: 100px;
    overflow: hidden;
    padding: 10px;
}
.con-input textarea{
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.contact .con-btn{
    width: 150px;
    height: 40px;
    background: #7c0014;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 40px;
}