@charset "utf-8";


.head-page .contact_item>a span{
    color: #E62129;
}
.head-page .contact_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.contact_pg01 .img{
    width: 50%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.contact_pg01 .content{
    width: 50%;
    padding: 0 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_pg01 .content .texts{
    margin-top: 30px;
}
.contact_pg01 .content .item{
    margin-top: 30px;
}
.contact_pg01 .content .item_tit{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E62129;
    display: flex;
    align-items: center;
    justify-content: center;

}
.contact_pg01 .content .item_text{
    padding-left: 18px;
    box-sizing: border-box;
    width: calc(100% - 40px);
}
.contact_pg02{
    background: url(../img/contact_bg02.jpg) no-repeat center/cover;
}
.contact_pg02 .lists{
    background: #FFFFFF;
    border-radius: 20px;
    padding: 60px 75px;
    box-sizing: border-box;
}
.contact_pg02 .item {
    width: 32%;
    margin-bottom: 35px;
    margin-right: 2%;
}
.contact_pg02 .item:nth-child(3n) {
    margin-right: 0;
}
.contact_pg02 .item .tit{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.contact_pg02 .item .tit::after {
    content: "*";
    display: block;
    color: red;
    font-weight: 600;
    margin-left: 5px;
    display: none;
}
.contact_pg02 .item input{
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #666;
    outline: none;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 10px;
    border: 1px solid #E2E3E9;
}
.contact_pg02 .item:last-child{
    width: 100%;
    margin-right: 0;
}
.contact_pg02 textarea {
    width: 100%;
    padding: 20px 25px;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #666;
    height: 145px;
    border-radius: 10px;
    border: 1px solid #E2E3E9;
}
.contact_pg02 .sub-btn {
    width: 200px;
    height: 53px;
    border: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 20px auto 0;
    background: #E62129;
    border-radius: 10px;
    font-size: 16px;
}
.contact_pg02 .sub-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #B21623;
    transition: all .4s;
    z-index: -1;
}
.layui-form-danger+.layui-form-select .layui-input, .layui-form-danger:focus{
    border-color: #B21623;
    box-shadow: none!important;
}
.contact_pg02 .item.active .tit::after{
    display: block;
}
.service_pg01 .page_line {
    margin: 12px auto 27px;
}
.service_pg01 .lists{
    align-items: end;
}
.service_pg01 .list{
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service_pg01 .list_box .box_bg{
    width: 100%;
    height: 378px;
    background: #E62129;
    border-radius: 20px;
}
.service_pg01 .list_box .box{
    width: 100%;
    height: 378px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 45px;
    box-sizing: border-box;
    position: relative;
    margin-top: -372px;
}
.service_pg01 .list_box .icon{
    width: 80px;
    height: 62px;
    border-radius: 31px;
    border: 4px solid #E62129;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.service_pg01 .list .box .con {
    margin-top: 24px;
}
.list_middle_content{
    width: 100%;
    background: #E62129;
    border-radius: 20px;
    margin-bottom: 34px;
    padding: 10px 38px;
    box-sizing: border-box;
}
.list_middle_content .title{
    padding: 24px 0;
    box-sizing: border-box;
}
.list_middle_content .lists_item{
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding: 23px 0;
    box-sizing: border-box;
}
.list_middle_content .lists_item:nth-child(2n){
    flex-direction: row-reverse;
}
.list_middle_content .lists_item:nth-child(2n) .item_text{
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
}
.list_middle_content .lists_item:nth-child(2n-1) .item_text{
    padding-left: 15px;
    box-sizing: border-box;
}
.list_middle .icon{
    background: #E62129;
    box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.service_pg02{
    background: #F5F5F5;
    position: relative;
}
.service_pg02 .lists{
    position: relative;
    padding: 15px 0 30px;
    box-sizing: border-box;
}
.service_pg02 .swiper-slide{
    background: #FFFFFF;
    box-shadow: 0px 0px 21px 4px rgba(0,0,0,0.1);
}
.service_pg02 .swiper-slide .text{
    padding: 26px 35px 30px;
    box-sizing: border-box;
}
.service_pg02 .swiper-slide .desc {
    margin-top: 5px;
}
.swiper-container {
    position: initial;
    padding: 40px 0;
}
.swiper-container .swiper-pagination {
    bottom: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    background: transparent;
    opacity: 1;
    margin: 0 6px;
    background: #CCCCCC;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background: #E62129;
    border: 1px solid #E62129;
}
.swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 40px;
    border: 2px solid #999;
    border-radius: 50%;
}
.swiper-button-next::after, .swiper-button-prev::after{
    font-size: 14px;
    font-weight: 600;
    color: #999;
}
.swiper-button-next{
    right: -70px;
}
.swiper-button-prev{
    left: -70px;
}
@media only screen and (min-width: 960px) {
    .contact_pg02 .sub-btn:hover {
        color: #FFFFFF;
        opacity: 1;
    }
    .contact_pg02 .sub-btn:hover::after {
        width: 100%;
    }
    .swiper-button-next:hover, .swiper-button-prev:hover{
        border: 2px solid #E62129;
        background: #E62129;
    }
    .swiper-button-next:hover::after, .swiper-button-prev:hover::after{
        color: #fff;
    }
}
@media only screen and (max-width: 1480px) {
    .swiper-button-next {
        right: -50px;
    }
    .swiper-button-prev {
        left: -50px;
    }
    .service_pg01 .maxwidth>.lists{
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .contact_pg01 .content .texts {
        margin-top: 20px;
    }
    .contact_pg02 .lists{
        padding: 50px 60px;
    }
    .service_pg01 .list_box .box{
        height: 318px;
        margin-top: -312px;
        padding: 35px;
    }
    .service_pg01 .list_box .box_bg{
        height: 318px;
    }
    .list_middle_content{
        padding: 10px 25px;
    }
    .service_pg01 .list_box .icon{
        height: 52px;
    }
    .list_middle .icon{
        width: 90px;
        height: 90px;
    }
    .list_middle .icon img{
        max-width: 35px;
    }
    .list_middle_content .lists_item{
        padding: 20px 0;
    }
    .service_pg01 .maxwidth>.lists{
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 1080px) {
    .service_pg01 .list_box .box{
        height: 248px;
        margin-top: -242px;
        padding: 35px 25px;
    }
    .service_pg01 .list_box .box_bg{
        height: 248px;
    }
    .list_middle_content .title {
        padding: 15px 0;
    }
    .list_middle .icon img {
        max-width: 30px;
    }
    .service_pg01 .list_box .icon {
        height: 36px;
        width: 65px;
    }
    .service_pg01 .list_box .icon img{
        max-width: 20px;
    }
    .list_middle .icon {
        width: 80px;
        height: 80px;
    }
    .list_middle_content .lists_item {
        padding: 15px 0;
    }
    .service_pg01 .maxwidth>.lists{
        padding-bottom: 20px;
    }
    .swiper-button-next {
        right: 10px;
    }
    .swiper-button-prev {
        left: 10px;
    }
}
@media only screen and (max-width: 960px) {
    .contact_pg01 .content{
        padding: 0 0 0 60px;
    }
    .contact_pg01 .content .item {
        margin-top: 20px;
    }
    .contact_pg01 .content .texts {
        margin-top: 15px;
    }
    .contact_pg02 .lists {
        padding: 50px 45px;
    }
    .service_pg01 .list_box .box {
        height: 218px;
        margin-top: -212px;
        padding: 35px 15px;
    }
    .service_pg01 .list_box .box_bg {
        height: 218px;
    }
}
@media only screen and (max-width: 768px) {
    .contact_pg01 .img {
        width: 100%;
        border-radius: 0;
    }   
    .contact_pg01 .content {
        padding: 0;
        width: 100%;
        margin-top: 20px;
    } 
    .contact_pg01 .content .item {
        margin-top: 15px;
    }
    .contact_pg01 .content .item_tit {
        width: 30px;
        height: 30px;
    } 
    .contact_pg01 .content .texts {
        margin-top: 5px;
    }   
    .contact_pg02 .lists {
        padding: 25px 15px;
    }
    .contact_pg02 .item {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .contact_pg02 .item input{
        height: 42px; 
        line-height: 42px;
        padding: 0 15px;
    }
    .contact_pg02 .sub-btn{
        height: 50px;
        font-size: 15px;
        width: 158px;
        margin: 5px auto 0;
    }
    .service_pg01 .page_line {
        margin: 15px auto 25px;
    }
    .swiper-container{
        padding: 12px 0;
    }
    .swiper-container .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        margin: 0 4px
    }
    .swiper-button-next, .swiper-button-prev{
        width: 34px;
        height: 34px;
        border: 2px solid #e62129;
        background: #e62129;
    }
    .swiper-button-next::after, .swiper-button-prev::after{
        color: #fff;
        font-size: 12px;
    }
    .service_pg01 .list{
        width: 100%;
        margin-bottom: 25px;
    }
    .service_pg01 .list:last-child{
        margin-bottom: 0;
    }
    .service_pg01 .maxwidth>.lists {
        padding-bottom: 0;
    }
    .service_pg01 .list_box .box {
        height: 148px;
        margin-top: -145px;
        padding: 20px 15px;
    }
    .service_pg01 .list_box .box_bg {
        height: 148px;
    }
    .service_pg01 .list_box .icon{
        margin-bottom: 10px;
        height: 30px;
        width: 52px;
        border: 2px solid #E62129;
    }
    .list_middle .icon {
        width: 55px;
        height: 55px;
        margin-bottom: 10px;
    }
    .list_middle .icon img {
        max-width: 20px;
    }
    .service_pg01 .list .box .con {
        margin-top: 10px;
    }
    .list_middle_content{
        margin-bottom: 15px;
        padding: 5px 20px;
    }
    .service_pg01 .list_box .icon img {
        max-width: 18px;
    }
    .service_pg01 .width1150{
        width: 100%;
    }
}