﻿@charset "utf-8";


.head-page .item:nth-child(6) span {
    color: #186EAE;
}
.head-page .item:nth-child(6) span::before{
    transform: scale(1);
}
.head-page .item:nth-child(6) span::after{
    opacity: 1;
}
.content-page01{
    padding: 60px 0;
}
.content-page01 .list{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}
.content-page01 .list::after{
    content: "";
    display: block;
    width: 1px;
    height: 127px;
    background:#E6E6E6;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.content-page01 .list:last-child:after{
    display: none;
}

.content-page01 .list .icon img{
    transition: all .3s;
    max-height: 49px;
}
.content-page01 .list .text{
    text-align: center;
}
.content-page01 .list .ftit{
    font-size: 12px;
    color: #8D8D8D;
    margin: 8px 0 7px;
}
.content-page01 .list .tit{
    color: #333333;
}
.content-page01 .list .con {
    color: #666666;
    margin-top: 8px;
}
.contant-map{
    height:403px;
}
.contant-map img{
    max-width: initial;
}
@media only screen and (min-width: 960px) {
    .content-page01 .list:hover  img{
        transform: rotateY(-180deg);
    }
    .content-page01 .list:hover .tit{
        color: #186EAE;
    }
}
@media only screen and (max-width: 1043px) {
    .content-page01 .list .icon img{
        max-height: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .content-page01 {
        padding: 15px 0;
    }
    .content-page01 .list{
        width: 100%;
        border-bottom: 1px solid #E6E6E6;
        flex-direction: initial;
        padding: 15px 0;
    }
    .content-page01 .list:last-child{
        border-bottom: none;
    }
    .content-page01 .list .icon img{
        max-height: 35px;
    }
    .content-page01 .list .ftit{
        display: none;
    }
    .content-page01 .list::after{
        display: none;
    }
    .content-page01 .list .icon{
        width: 43px;
    }
    .content-page01 .list .text{
        width: calc(100% - 43px);
        text-align: left;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .content-page01 .list .con{
        margin-top: 5px;
    }
    .contant-map {
        height: 220px;
    }
}