:root {
    --el-color-primary: #E6231F !important;
}


.box {
    width: 1300px;
    margin: 0 auto;
}

.button {
    width: 220px;
    height: 48px;
    padding: 0 60px;
    border-radius: 4px;
    border: 1px solid #333333;
    font-size: 16px;
    line-height: 0;
}

.btn:hover {
    opacity: 0.5 !important;
}


/*  */

.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    z-index: 999;
    transition: all 0.3s;

}

.header {
    height: 90px;
}

.header .right {
    width: 950px;
}

.header .nav {
    width: 700px;
}

.header .nav a {
    font-size: 20px;
    font-weight: 400;
}

.header .nav a:hover,
.header .nav .current {
    color: #E6231F;
}

.header .right span {
    font-size: 24px;
    color: #E6231F;
    margin-right: 10px;
}
.header .right .tel div {
    font-size: 18px;
    color: #E6231F;
    margin-right: 10px;
}
.header .right .tel div p {
    line-height: 1.3;
}

.banner {
    padding-top: 200px;
    height: 650px;
}

.bannerTxt {
    position: relative;
    z-index: 99;
}

.bannerTxt .text1 {
    font-size: 48px;
    color: #190002;
}

.bannerTxt .text2 {
    color: #190002;
    font-size: 16px;
}

.banner .button {
    background: #E6231F;
    border: 0;
    color: #eee;
    margin-top: 80px;
}

.title .h1 {
    font-size: 30px;
    font-weight: bold;
}

.title .h2 {
    font-size: 14px;
    color: #646464;
    margin-top: 20px;
}

#form {
    padding-top: 80px;
    padding-bottom: 80px;
}

#form .hd {
    height: 78px;
    background: #FFF6E8;
    border-radius: 4px 4px 4px 4px;
}

#form .hd p {
    color: #E9C1A5;
}

#form .sj-item {
    width: 200px;
    height: 62px;
    border-radius: 2px 2px 2px 2px;
    font-size: 20px;
    border: 1px solid #ccc;
    cursor: pointer;

}

#form .active {
    background: #E6231F;
    border: 1px solid #FF7A7A;
    color: #fff;

}

button {
    background: #E6231F;
    border: 0;
    width: 170px;
    height: 55px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}

button:not(:disabled):hover {
    opacity: 0.5;
}

button:disabled {
    background: rgba(230, 35, 31, 0.6);
}

.footer {
    height: 350px;
    padding-top: 60px;
    background: #F1F4F9 url('/images/footer-bg.png');
    background-size: cover;
}

.footer .mid {
    width: 750px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height: 200px;
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 50px;
}

.footer .right {
    width: 150px;
}

.kefu {
    position: fixed;
    right: 20px;
    top: 30%;
}

.kefu .hd {
    width: 48px;
    height: 96px;
    background-color: #fff;
    box-shadow: 0px 2px 6px 1px rgba(112, 112, 112, 0.16);
    border-radius: 24px 24px 24px 24px;

}

.kefu .hd img {
    width: 30px;
}

.kefu .hd .wx-on,
.kefu .hd .tel-on {
    display: none;
}

.kefu .hd .wx-box,
.kefu .hd .tel-box {
    position: relative;
}

.kefu .hd .wx-box,
.kefu .hd .tel-box {
    width: 36px;
    height: 36px;
}

.kefu .hd .wx-box:hover,
.kefu .hd .tel-box:hover {
    width: 36px;
    height: 36px;
    background: linear-gradient(180deg, rgba(252, 62, 62, 0.1) 0%, rgba(230, 35, 31, 0.1) 56%, rgba(252, 62, 62, 0.1) 100%);
    border-radius: 18px 18px 18px 18px;
}

.kefu .hd .tel-box:hover .tel {
    display: none;
}

.kefu .hd .tel-box:hover:hover .tel-on {
    display: inline
}

.kefu .hd .wx-box:hover .wx {
    display: none;
}

.kefu .hd .wx-box:hover .wx-on {
    display: inline
}

.kefu .hd .line {
    height: 1px;
    width: 30px;
    background: #ccc;
    margin-bottom: 5px;
}

.kefu .bd {
    margin-top: 20px;
    width: 48px;
    height: 160px;
    background: linear-gradient(178deg, #FC3E3E 0%, #E6231F 56%, #FC3E3E 100%);
    box-shadow: 0px 2px 6px 1px rgba(112, 112, 112, 0.16);
    border-radius: 24px 24px 24px 24px;
    cursor: pointer;
}

.kefu .bd:hover {
    background: linear-gradient(178deg, #FC3E3E 0%, #C80412 100%);
}

.kefu .wxkf {
    position: absolute;
    right:50px;
    top: -50px;
    width: 210px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 1px rgba(112, 112, 112, 0.16);
    border-radius: 8px 8px 8px 8px;
    padding-top: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s;
    display: none;
}
.kefu .telkf{
    position: absolute;
    right:50px;
    top: -50px;
    width: 210px;
    background: #FFFFFF;
    transform: translateY(30px);
    transition: all 0.3s;
    opacity: 0;
    display: none;
} 
.kefu .telkf p{
    background: #FAFAFB;
}
.kefu .hd .wx-box:hover .wxkf{
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.kefu .hd .tel-box:hover .telkf{
    display: block;
    opacity: 1;
    transform: translateY(0);
}