@charset "utf-8";

.h-link{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 13px;
    z-index: 99;

}
.h-link ul{
    overflow: hidden;

}
.h-link ul>li{
    float: left;
    width: 16.6%;
    border-left: 1px solid #909192;
}
.h-link ul>li:first-child{
    border: none;
}
.h-link ul>li>a{
    font-size: 0;
    display: block;
    overflow: hidden;
    text-align: center;
}
.h-link ul>li .h-icon {
    display: inline-block;
    width: 57px;
    height: 57px;
    position: relative;
    vertical-align: middle;
}
.h-link ul>li .h-icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.h-link ul>li .h-icon img:nth-child(2){
    opacity: 0;
}
.h-link ul>li:hover .h-icon img:first-child{
    opacity: 0;
}
.h-link ul>li:hover .h-icon img:nth-child(2){
    opacity: 1;
}

.h-link ul>li span{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 57px;
    vertical-align: middle;
    margin-left: 10px;
}
.h-link ul>li:hover span{
    font-weight: 600;
}
.banner a{
    display: block;
    overflow: hidden;
    position: relative;
}
.banner a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(transparent 80%, rgba(0, 0, 0, 0.9) 100%);
}
.banner img {
    display: block;
    width: 100%;
}


.gg-tit{
    position: relative;
}
.gg-tit>h4{
    font-size: 22px;
    line-height: 36px;
    color: #333;
    font-weight: normal;
    position: relative;
}
.gg-tit>h4>span{
    font-size: 14px;
    color: #777;
}
.gg-tit>a{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.gg-tit>a>img{
    display: block;
    width: 100%;
}
.gg-tit>h4:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #71c4f1;
}
.section1 .gg-tit {
    font-size: 0;
}
.section1 .gg-tit h4{
    display: inline-block;
    vertical-align: middle;
}
.section1 .gg-tit .tab-tit{
    display: inline-block;
    vertical-align: middle;
    margin-left: 120px;

}
.tab-tit span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 33px;
    color: #333333;
    width: 90px;
    text-align: center;
    background: #e6e6e6;
    border-radius: 5px;
    margin-left: 35px;
    cursor: pointer;
}
.tab-tit span:first-child{
    margin-left: 0;
}
.tab-tit span.on{
    color: #fff;
    background: #71c4f1;
}
.se1-banner a{
    display: block;
    overflow: hidden;
    padding: 0 30px;
}
.se1-banner a .icon-pic {
    position: relative;
    width: 76px;
    height: 76px;
    background: #bde3fd;
    border-radius: 50%;
    margin: auto;
}
.icon-pic img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all .3s;
}
.se1-banner a p{
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    margin-top: 14px;
}
.se1-banner a:hover .icon-pic img{
    transform: rotateY(180deg);
}
.se1-banner a:hover p{
    color: #71c4f1;
}
.tab-bd{
    position: relative;
    margin-top: 33px;
}
.tab-bd>div{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    filter: opacity(0);
}
.tab-bd>div.on{
    position: relative;
    opacity: 1;
    z-index: 1;
    filter: opacity(100);
}
.s1-l{
    float: left;
    width: 780px;
}
.s1-lb{
    float: left;
    width: 392px;
    margin-top: 27px;
}
.s1-banner a{
    display: block;
    overflow: hidden;
}
.s1-banner .pic{
    padding-top: 55.86%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.s1-banner .pic img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.s1-banner .pic span{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    background: #71c4f1;
    padding: 0 10px;
    border-radius: 5px;
}
.s1-info h4{
    font-size: 16px;
    line-height: 1;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s1-info p{
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    margin-top: 15px;
}
.s1-info {
    padding-top: 20px;
}
.s1-banner ul{
    width: auto;
    right: 20px;
    bottom: 107px;
}
.s1-banner ul>li{
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin-left: 12px;
}
.s1-banner ul>li.slick-active{
    background: #71c4f1;
}

.s1-list {
    overflow: hidden;
    padding-left: 30px;
    margin-top: 15px;
}
.s1-list ul>li{
    position: relative;
    line-height: 48px;

}
.s1-list ul>li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #71c4f1;
    border-radius: 50%;
    transform: translateY(-50%);
}
.s1-list ul>li a{
    display: block;
    padding-left: 15px;
    padding-right: 90px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.s1-list ul>li span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #666666;
}
.s1-list ul>li:hover a{
    color: #71c4f1;
    font-weight: 600;
}
.s1-r {
    overflow: hidden;
    padding-left: 50px;
}
.s1-r .gg-tit h4{
    font-size: 0;
    line-height: 1;
}
.s1-r .gg-tit h4 span{
    display: inline-block;
    font-size: 20px;
    line-height: 45px;
    color: #666666;
    margin-left: 28px;
    position: relative;
    cursor: pointer;
}
.s1-r .gg-tit h4 span:first-child{
    margin-left: 0;
}
.s1-r .gg-tit h4 span:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #71c4f1;
    display: none;
}
.s1-r .gg-tit h4 span.on{
    font-size: 24px;
    color: #333333;
}

.s1-r .gg-tit h4 span.on:after{
    display: block;
}
.s1-r .gg-tit h4:after{
    display: none;
}
.s1-r .gg-tit>div{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.s1-r .gg-tit>div>a{
    display: none;
}
.s1-bd ul>li>a{
    display: block;
    overflow: hidden;
}
.s1-bd ul>li .tm{
    float: left;
    width: 60px;
    background: #d3e9f4;
    padding: 8px 0;
    border-radius: 5px;
    margin-right: 18px;
}
.s1-bd ul>li .tm span{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #333;
    text-align: center;
}
.s1-bd ul>li .tm span:first-child{
    font-size: 26px;
    color: #71c4f1;
    margin-bottom: 5px;
}

.s1-bd ul>li .s1-info2{
    overflow: hidden;
}
.s1-bd ul>li .s1-info2 p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    margin-top: 4px;
}
.s1-bd ul>li{
    margin-top: 22px;
}
.s1-bd ul>li:hover .tm{
    background: #71c4f1;
}
.s1-bd ul>li:hover .tm span{
    color: #fff;
}
.s1-bd ul>li:first-child{
    margin-top: 29px;
}
.s1-bd ul{
    display: none;
}
.s1{
    margin-top: 50px;
}
.index{
    padding-top: 25px;
    padding-bottom: 65px;
    background: url("/xxzx/images/index-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;

}
.s2{
    margin-top: 40px;
   
    background-image: url("/xxzx/images/bannet-out.png");
    background-repeat: no-repeat;
    background-position: center  center;
    padding: 13px 10px 10px;
    border-radius: 10px;
    z-index: 9;
}
.s2-banner a{
    display: block;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.banner-icon{
    display: inline-block;
    vertical-align: middle;
}
.banner-icon>img{
    display: block;
    width: 100%;
}
.banner-info{
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    text-align: left;
}
.banner-info>h4{
    font-size: 22px;
    line-height: 22px;
    color: #fff;

}
.banner-info>h4>span{
    font-size: 16px;
    font-weight: normal;
}
.banner-info>p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.s2-banner button{
    position: absolute;
    top: 50%;
    width: 14px;
    height: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
.s2-banner .slick-prev{
    left: -68px;
    background-image: url("/xxzx/images/arrows-l.png");
}
.s2-banner .slick-next{
    right: -68px;
    background-image: url("/xxzx/images/arrows-r.png");
}
.shou{
    display: none;
}


@media screen  and (max-width: 1066px){
    .s2{
        padding: 13px 70px 10px;
    }
    .s1-l{
        float: none;
        width: auto;
        overflow: hidden;
    }
    .s1-r{
        padding-left: 0;
        margin-top: 10px;
    }
}
@media screen and (max-width: 1200px){
    .list2>ul>li>a{
        padding: 0 40px;
    }
    .list2>ul>li span{
        font-size: 16px;
        margin-left: 15px;
    }
    .s2-banner-icon{
        width: 45px;
    }
    .s2-banner-info>h4{
        font-size: 16px;
    }
    .s2-banner-info>p{
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px){
    .gg-tit>h4{
        font-size: 16px;
    }
    .gg-tit>h4>span{
        font-size: 12px;
    }
    .gg-tit>a{
        width: 14px;
    }
    .se1-banner a .icon-pic{
        width: 60px;
        height: 60px
    }
    .icon-pic img{
        max-width: 40%;
        max-height: 40%;
    }
    .se1-banner a p{
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }
    .tab-tit span{
        font-size: 12px;
        line-height: 24px;
        width: 70px;
    }
    .index{
        padding-top: 15px;
        padding-bottom: 40px;
    }
    .tab-bd{
        margin-top: 15px;
    }
    .h-link ul>li .h-icon{
        width: 32px;
        height: 32px;
    }
    .h-link ul>li span{
        font-size: 16px;
    }
    .banner {
        margin-top: 80px;
    }
    .list1>ul>li p{
        font-size: 14px;
    }
    .list1>ul>li span{
        font-size: 12px;
    }
    .list2>ul>li span{
        font-size: 14px;
    }
    .s2{
        margin-top: 40px;
        padding: 20px 20px;
        width: 100%;
    }
    .s2-banner .slick-next{
        right: -35px;
    }
    .s2-banner .slick-prev{
        left: -35px;
    }
    .list2>ul>li>a{
        padding: 0 26px;
    }
    .s1,.s1-lb{
        margin-top: 15px;
    }
    .s1-banner .pic span{
        font-size: 12px;
    }
    .s1-info h4{
        font-size: 14px;
    }
    .s1-info p{
        font-size: 12px;
        margin-top: 10px;
    }
    .s1-info{
        padding-top: 12px;
    }
    .s1-list ul>li{
        line-height: 42px;
    }
    .s1-list ul>li a{
        font-size: 13px;

    }
    .s1-list ul>li span{
        font-size: 12px;

    }
    .s1-list{
        margin-top: 0;
    }
    .s1-r .gg-tit h4 span.on{
        font-size: 18px;
    }
    .s1-r .gg-tit h4 span{
        font-size: 16px;
        line-height: 36px;
    }
    .s1-bd ul>li .s1-info2 p{
        font-size: 13px;
    }
    .s1-bd ul>li .tm span:first-child{
        font-size: 20px;
    }
    .se1-banner a{
        padding: 0 10px;
    }
    .s1-bd ul>li:first-child,.s1-bd ul>li{
        margin-top: 15px;
    }
}
@media screen and (max-width: 768px){
    .h-link{
        position: relative;
    }

    .h-link ul>li span{
        font-size: 13px;

    }
    .h-link ul>li{
        width: 32%;
        background: #71c4f1;
       margin-top: 10px;
        border-radius: 5px;
        border: none;
    }
    .h-link ul>li:nth-child(3n+2){
        margin-left: 2%;
        margin-right: 2%;
    }
    .plate{
        float: none;
        width: auto;
        margin-bottom: 15px;
    }
    .index{

        background: #fff;
        padding-bottom: 10px;
    }
    .list2>ul>li{
        float: left;
        width: 48%;
    }
    .list2>ul>li:nth-child(even){
        margin-left: 4%;
    }
    .s2 {
              min-height:150px;
        margin-top: 20px;
  padding: 0px !important;
background-image:none;
background:#0a99cc;
    }
.footer-links{min-height:220px;}

.container>div{float:none !important}



    .s2-banner .slick-next{
        right: -20px;
    }
    .s2-banner .slick-prev{
        left: -20px;
    }
    .banner-info>p{
        font-size: 12px;
        line-height: 1;
        margin-top: 5px;
    }
    .banner-info>h4 {
        font-size: 14px;
        line-height: 1;
    }
    .banner-icon{
        width: 40px;
    }
    .list2>ul>li>a{
        padding: 0 40px;
    }
    .s1-lb{
        float: none;
        width: auto;
    }
    .s1-list{
        padding-left: 0;
        margin-top: 10px;
    }
    .s1-banner ul{
        bottom: 90px;
    }
}
@media screen and (max-width: 590px){
    .banner {
        margin-top: 60px;
    }
    .h-link ul>li span{
        line-height: 42px;
    }
    .h-link ul>li .h-icon{
        width: 20px;
        height: 20px;
    }
    .list2>ul>li .list2-icon{
        width: 35px;
        height: 35px;
    }
    .list2>ul>li span{
        line-height: 50px;
        margin-left: 10px;
    }
    .s2{
        margin-top: 20px;
        width: 100%;
        padding: 15px 0;
        bottom: 0;
  padding: 0px;
        
    }

.s2{
    margin-top: 40px;
   min-height:320px;
   height:auto;
   
    background-image: none;
 background:#40b6ef;
  
    border-radius: 10px;
    z-index: 9;
}



    .banner-icon{
        display: block;
        margin:0 auto 5px;
        text-align: center;
    }
    .banner-info{
        text-align: center;
    }
    .banner-info>h4>span,.banner-info>h4{
        font-size: 12px;
    }
    .s2-banner .slick-next{
        right: 0;
        background-size: 10px auto;
    }
    .s2-banner .slick-prev{
        left: 0;
        background-size: 10px auto;
    }
    .list2>ul>li>a{
        padding: 0 35px;
    }
    .se1-banner a .icon-pic{
        width: 40px;
        height: 40px;
    }
    .se1-banner a{
        padding: 0 5px;
    }
    .dian {
        display: none!important;
    }
    .shou{
        display: block;
    }
    .tab-tit{
        margin-top: 10px;
        text-align: center;
    }
    .s1-list ul>li a{
        padding-right: 70px;
    }
}
@media screen and (max-width: 500px){
    .index{
        padding-top: 0;
    }
    .tab-tit span{
        margin-left: 15px;
    }
}