﻿@charset "utf-8";


.head-page .item:nth-child(1) span {
    color: #186EAE;
}
.head-page .item:nth-child(1) span::before{
    transform: scale(1);
}
.head-page .item:nth-child(1) span::after{
    opacity: 1;
}
header{
    padding: 26px 0 22px;
}
header a{
    display: inline-block;
}
header img{
    height: 117px;
}
.index .lists{
    width: 736px;
    margin: 54px auto 50px; 
}
.index .list{
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all .3S;
}
.index .list .tit{
    font-size: 14px;
    color: #070029;
    margin-top: 7px;
}
@media only screen and (min-width: 960px) {
    .index .list:hover{
         transform: translateY(-5PX);
    }
}
@media only screen and (max-width: 1280px) {
    header img {
        height: 90px;
    }
    .index .list img{
        height: 40px;
    }
}
@media only screen and (max-width: 960px) {
    .index .lists{
        width: 100%;
    }
    header img {
        height: 80px;
    }
}
@media only screen and (max-width:768px) {
    header {
        padding: 15px 0;
    }
    header img {
        height: 55px;
    }
    .swiper-container .svg-swiper-pagination .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }
    .swiper-container .svg-swiper-pagination .svg{
        width: 12px;
        height: 12px;
    }
    .swiper-container .svg-swiper-pagination .swiper-pagination-bullet:after{
        width: 3px;height: 3px;
    }
    .index .lists{
        margin: 30px auto 15px;
    }
    .index .list{
        width: 50%;
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .swiper-container.swiper-button-block .swiper-button-prev, .swiper-container.swiper-button-block .swiper-button-next{
        display: none;
    }
}