/*案例切换*/

.pc-banner {
    background: url(images/top_main_bg01.jpg) no-repeat center top/100% auto;
    width: 100%;
    float: left;
    background-color: #ffffff;
}

@media screen and (max-width: 668px) {
    .pc-banner {
        background-size: auto 100%;
    }
}

.swiper-container {
    width: 100%;
    margin: 35px 0;
}

@media screen and (max-width: 668px) {
    .swiper-container {
        margin: 0px 0 15px;
    }
}

.swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 668px) {
    .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.swiper-slide-active,.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 668px) {
    .swiper-slide-active,.swiper-slide-duplicate-active {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.swiper-slide{
    position: relative;
}
.swiper-slide a {
    background: #fff;
    padding:10px;
    display: block;
    border-radius: 14px;
}

@media screen and (min-width: 668px) {
    .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        border: 10px solid #fff;
        content: "";
        width: 100%;
        height: 100%;
        background: url(images/top_slick_cover_bg01.png) 0 0 repeat;
        border-radius: 20px;
    }
}

.swiper-slide-active a:after {
    background: none;
}

@media screen and (max-width: 668px) {
    .swiper-slide a {
        padding: 5px;
        border-radius: 7px;
    }
}

.swiper-slide img {
    width: 100%;
    border-radius: 14px;
    display: block;
    padding: 40px;
}
.swiper-slide h3{
    position: absolute;
    width: 50%;
    bottom: 30px;
    z-index: 99;
    left: 25%;
    background-color: #fff;
    font: 400 16px/40px "Microsoft yahei";
    text-align: center;
}
@media screen and (max-width: 668px) {
    .swiper-slide img {
    }
}

.swiper-pagination {
    position: relative;
    margin-bottom: 30px;
    display: none;
}

.swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}

.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    border: 6px solid #00a0e9;
    margin-bottom: 0;
}

@media screen and (max-width: 668px) {

    .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .swiper-pagination-bullet {
        background: #00a0e9;
        margin-left: 2px;
        margin-right: 2px;
        width: 8px;
        height: 8px;
        margin-bottom: 2px;
    }

    .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #FFF;
        border: 3px solid #00a0e9;
        margin-bottom: 0;
    }
}

.button {
    width: 1000px;
    margin: 0 auto;
    bottom: 280px;
    position: relative;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 8px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 8px;
}
@media screen and (max-width: 1600px) {
    .button {
        width: 800px;
        bottom: 220px;
    }
}
@media screen and (max-width: 1200px) {
    .button {
        width: 660px;
        bottom: 180px;
    }
}
@media screen and (max-width: 668px) {
    .button {
        width: 70%;
        bottom: 22px;
    }
}

.button div:hover {
   border: 1px solid #0d7dd6;
}

.swiper-button-prev {
    width: 17px;
    height: 54px;
    background: url("../images/next-no-vertical.png") center 100%/100% 100% no-repeat;
}

.swiper-button-next {
    width: 17px;
    height: 54px;
    background: url("../images/pre-no-vertical.png") center 100%/100% 100% no-repeat;
}

@media screen and (max-width: 668px) {
    .button div {
        width: 28px;
        height: 28px;
    }
}

/*上线修改*/

.xypg-banner .img img{
    max-width: 100%;
    height: auto;
}
.xy-footer{
    padding:10px 0;
}
.xy-footer .xy-ft-cpy{
      font: 400 12px/32px "Microsoft yahei";  
}
.xy-footer .xy-ft-cpy a{
    font: 400 12px/32px "Microsoft yahei";
}
.xyin-links a{
    font: 400 12px/32px "Microsoft yahei";
}
.xyin-links span{
      font: 400 12px/32px "Microsoft yahei";  
}
