@charset "utf-8";

.head-page .item:nth-child(5) span {
    color: #DB2927;
}
.head-page .item:nth-child(5) span::after{
    transform: scale(1);
}
.content-page01 .width1400 {
    padding: 140px 25px;
    box-sizing: border-box;
    justify-content: space-evenly;
}
.content-page01 .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33%;
}
.content-page01 .icon {
    width: 84px;
    height: 84px;
    background: #D8282B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.content-page01 .icon img {
    max-height: 44px;
    transition: all .4s;
}
.content-page01 .text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.content-page01 .tit {
    font-weight: bold;
    color: #111111;
}
.content-page01 .line {
    width: 27px;
    height: 2px;
    background: #666666;
    margin: 8px 0 10px;
}
.content-page01 .con {
    color: #555555;
}
.contant-map {
    height: 531px;
}
.contant-map img{
    max-width: inherit;
}
.content-page02 .width1400 {
    padding: 0 5%;
    box-sizing: border-box;
}
.content-page02 .con {
    font-size: 14px;
    color: #555555;
    text-align: center;
    margin: 14px 0 50px;
}
.content-page02 .link {
    width: 48.5%;
    height: 65px;
    line-height: 65px;
    background: #F4F4FA;
    font-size: 16px;
    color: #555555;
    border: none;
    outline: none;
    padding: 0 25px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 3%;
}
.content-page02 .link:nth-child(2n) {
    margin-right: 0;
}
.content-page02 textarea {
    width: 100%;
    height: 228px;
    padding: 40px 25px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #F4F4FA;
    font-size: 16px;
    color: #555555;
}
.content-page02 .yzm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.content-page02 .sub-text {
    width: 265px;
    height: 53px;
    line-height: 53px;
    border: 1px solid #B5B5B5;
    padding: 0 20px;
    box-sizing: border-box;
    outline: none;
    margin-right: 30px;
}
.content-page02 .sub-sh {
    display: inline-block;
    cursor: pointer;
    margin: 0 15px;
}
.content-page02 .sub-btn {
    width: 200px;
    height: 53px;
    background: #D8282B;
    border: none;
    outline: none;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
@media only screen and (min-width: 960px) {
    .content-page01 .icon:hover img{
        transform: rotateY(180deg);
    }
}
@media only screen and (max-width: 1200px) {
    .content-page01 .width1400 {
        padding: 80px 25px;
    }
    .content-page01 .icon {
        width: 64px;
        height: 64px;
    }
    .content-page01 .icon img{
        max-height: 24px;
    }
    .content-page02 .con {
        margin: 14px 0 60px;
    }
    .contant-map{
        height:400px;
    }
}
@media only screen and (max-width: 960px) {
    .content-page02 .link{
        font-size: 15px;
    }
    .content-page02 textarea{
        font-size: 15px;
    }
    .contant-map{
        height: 320px;
    }
}
@media only screen and (max-width:768px) {
    .contant-map{
        height: 250px;
    }
    .content-page01 .list{
        width: 100%;
        margin-bottom: 20px;    border-bottom: 1px solid #D2D2D2;
        flex-direction: row;
        padding-bottom: 15px;
    }
    .content-page01 .text{
        width: calc(100% - 40px);
        padding-left: 15px;box-sizing: border-box;
        align-items: baseline;
    }
    .content-page01 .line{
        display: none;
    }
    .content-page01 .list:last-child{
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
    .content-page01 .width1400 {
        padding: 30px 0;
    }
    .content-page01 .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }
    .content-page01 .icon img {
        max-height: 15px;
    }
    .content-page02 .width1400{
        padding: 0;
    }
    .content-page02 .link {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .content-page02 textarea {
        height: auto;
        padding: 15px;
    }
    .content-page02 .yzm {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .content-page02 .sub-text{
        width: 45%;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        margin-right: 20px;
    }
    .content-page02 .con {
        margin: 10px 0 25px;
    }
    .content-page02 .sub-btn {
        width: 110px;
        height: 40px;
        font-size: 14px;
        margin-top: 25px;
    }
    .content-page02 .yzm span{
       height: 40px;
    }
    .content-page02 .yzm span img{
        height: 100%;
    }
}
@media only screen and (max-width:640px) {
    .content-page02 .link{
        font-size: 14px;
    }
    .content-page02 textarea{
        font-size: 14px;
    }
}