/* 左右侧边栏*/
a{
    text-decoration: none;
}
ul {
    list-style: none;
}
input{
    border: 0;
    outline: none;
}
 .left_cont {
    width: 184px;
    height: 580px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -290px;
    background: url(../swtimg/left_bj.png) no-repeat center top;
    z-index: 99;
    padding-top: 15px;
}
.left_head_txt1 {
    width: 83px;
    height: 21px;
    /* background: url(../swtimg/left_txt1.png) no-repeat center; */
    text-align: center;
    margin: 0 auto;
}
.left_head_txt2 {
    width: 83px;
    height: 22px;
    background: url(../swtimg/left_txt2.png) no-repeat center;
    margin: 22px auto 0;
}
.left_cont_warp {
    overflow: hidden;
}
.left_cont .left_cont_warp a {
    display: block;
    width: 140px;
    height: 35px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(39, 39, 39, 1);
    text-align: center;
    line-height: 35px;
    margin-top: 4px;
    margin-left: 25px;
    font-size: 14px;
    color: #4d4d4d;
    transition: all 0.5s;
}
.left_cont .left_cont_warp a:hover {
    transform: translateY(-3px);
}
.left_cont .left_cont_warp a:nth-child(even) {
    color: #d7000f;
}
.left_form {
    position: relative;
    margin-top: 17px;
}
.left_form .left_tel input {
    width: 128px;
    height: 28px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(39, 39, 39, 1);
    color: #284779;
    -webkit-text-fill-color: #284779;
    text-fill-color: #284779;
    margin-left: 30px;
    line-height: 28px;
    text-align: left;
    font-size: 12px;
    text-indent: 10px;
}
.left_form .left_sub {
    width: 128px;
    height: 30px;
    background: rgba(239, 80, 110, 1);
    box-shadow: 0px 2px 4px 0px rgba(39, 39, 39, 1);
    margin-left: 30px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}
.left_fot {
    width: 140px;
    margin-left: 25px;
    height: 60px;
    margin-top: 8px;
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    position: relative;
    cursor: pointer;
}
.left_fot > i {
    display: block;
    width: 14px;
    height: 8px;
    position: relative;
    top: 0px;
    left: 61px;
    background: url(../swtimg/s_icon.png) no-repeat center;
}
.right_cont {
    width: 148px;
    height: 551px;
    background: url(../swtimg/right_bj2.png) no-repeat center;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 50%;
    margin-top: -275px;
    padding-top: 8px;
}
.right_cont > b {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 12px;
    background: url(../swtimg/x.png) no-repeat center;
}
.right_cont_txt1 {
    width: 53px;
    height: 59px;
    background: url(../swtimg/right_txt1.png) no-repeat center;
    margin: 0 auto;
}
.right_cont_txt2 {
    width: 95px;
    height: 30px;
    background: url(../swtimg/right_txt2.png) no-repeat center;
    margin: 8px auto;
}
.right_cont_warp {
    width: 130px;
    height: 370px;
    background: url(../swtimg/right_bj1.png) no-repeat center;
    margin: 0 auto;
    padding-top: 17px;
}
.right_cont_warp a {
    display: block;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    color: #4d4d4d;
    position: relative;
    transition: all 1s;
}
.right_cont_warp a:hover {
    transform: translateY(-3px);
}
.right_cont_warp a::before {
    content:"";
    width: 128px;
    height: 1px;
    background-color: #cdcdcd;
    position: absolute;
    left: 1px;
    bottom: 0;
}
.right_cont_warp a:last-child::before {
    display: none;
}
.right_cont_warp a span {
    display: inline-block;
    width: 38px;
    height: 20px;
    background: rgba(215, 0, 15, 1);
    border-radius: 10px;
    line-height: 19px;
    color: #fff;
    margin-left: 10px;
}
.right_fot {
    width: 148px;
    height: 58px;
    margin-top: 9px;
    font-size: 16px;
    color: #fff;
    /* text-align: center; */
    font-weight: bold;
    padding-left: 52px;
    letter-spacing: 5px;
    position: relative;
    line-height: 46px;
    cursor: pointer;
}
.right_fot > i {
    display: block;
    width: 14px;
    height: 8px;
    position: relative;
    top: 9px;
    left: 14px;
    background: url(../swtimg/s_icon.png) no-repeat center;
}

/* 弹窗 */
#tan1, #tan2, #tan3 {
    display: none;
    position: fixed;
    z-index: 99;
}
.tan_cont1 {
        box-sizing: border-box;
    width: 700px;
    height: 400px;
    border-radius: 16px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../swtimg/zz_bj1.png) no-repeat center;
    background-size: 100%;
    padding-top: 30px;
    background-color: #fff;
}
.tan_cont1_txt1 {
    text-align: center;
    line-height: 26px;
    font-size: 26px;
    color: #ed3c3c;
    font-weight: bold;
    letter-spacing: 5px;
}
.tan_cont1_txt2 {
    text-align: center;
    color: #ed3c3c;
    font-size: 28px;
    line-height: 28px;
    margin-top: 35px;
    margin-bottom: 30px;
    font-weight: bold;
}
.tan_cont1_warp {
    overflow: hidden;
}
.tan_cont1_warp ul {
    display: flex;
    align-items: center;
    padding-left: 100px;
}
.tan_cont1_warp ul li {
    margin-right: 80px;
    width: 107px;
    height: 107px;
    background: url(../swtimg/ty1.png) no-repeat center;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.tan_cont1_warp ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ed3b3b;
    padding-top: 45px;
    position: relative;
    font-size: 20px;
}
.tan_cont1_warp ul li a::before {
    content:"";
    width: 40px;
    height: 1px;
    background-color: #ff7b93;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 25px;
}
.tan_cont1_btn {
    width: 280px;
    height: 50px;
    background: rgba(237, 60, 60, 1);
    box-shadow: 0px 2px 4px 0px rgba(197, 168, 168, 1);
    border-radius: 8px;
    margin: 44px auto 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 49px;
}
.tan_cont1_btn a {
    color: #fff;
}
.tan_cont1 > i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../swtimg/x_icon.png) no-repeat center center;
    background-color: rgba(237, 59, 59, 1);
    border-radius: 50%;
    position: absolute;
    right: 13px;
    top: 13px;
}