.top {
    position: relative;
    box-shadow: 0px 5px 9px rgba(208, 208, 208, 0.3);
}

html,body {
/*    background-color: #eef2f5;*/
}

.main {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
	
	background: #f0f8fb;
}
.middle {
	margin-bottom: 170px;
}
.middle .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    margin-top: -0;
	text-align: center;
}

.middle .introduction h2 {
    text-align: left;
    font-size: 25px;
    color: #787878;
    margin-top: 32px;
    text-indent: 20px;
}

.middle .introduction p {
    text-align: left;
    text-indent: 20px;
    padding: 10px 20px 0;
    margin-bottom: 0;
    margin-top: 0px;
    color: #3e3e3e;
    line-height: 21px;
}

#logo {
    top: 50%;
    margin-top: -172px;
}

#title {
    top: 50%;
    left: 350px;
    margin-top: -122px;
}

.t_7 {
    background: #ffffff;
}


.t_7 .partner {
    height: calc(100% - 118px);
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.t_7 .partner .c_text {
    height: 600px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -300px;
}

.t_7 .partner .c_text h2 {
    text-align: left;
    font-size: 25px;
    color: #797979;
    margin-top: 32px;
    padding-left: 8px;
}

.t_7 .partner .c_text p {
    color: #797979;
    padding-left: 8px;
}

.t_7 .partner .c_text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.t_7 .partner .c_text ul li {
    border: 1px solid #e9e8e8;
    width: 182px;
    height: 72px;
    float: left;
    margin: 0 8px 8px;
    overflow: hidden;
}

.t_7 .partner .c_text ul li img {
    width: 100%;
    height: 100%;
    transition: transform .6s linear,opacity .4s .2s;
    -webkit-transition: transform .6s linear,opacity .4s .2s;
    transform-origin: center center;
}

.t_7 .partner .c_text ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}



.main>.swiper-pagination {
    right: 5%;
    top: 33%;
}

.main>.swiper-pagination span {
    border-radius: 0;
    width: auto;
    background: none;
    height: auto;
    color: #787878;
    opacity: 1;
    text-align: right;
    margin: 17px 0 !important;
    font-size: 13px;
}

.main>.swiper-pagination.gy_gray span {
    color: #9a9a9a;
}

.main>.swiper-pagination.gy_gray span i {
    background-color: #9a9a9a;
}

.main>.swiper-pagination span.swiper-pagination-bullet-active {
    color: #ff0000;
}

.main>.swiper-pagination span.swiper-pagination-bullet-active i {
    background-color: #ff0000;
}

.main>.swiper-pagination span i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #787878;
    border-radius: 6px;
    margin-left: 5px;
}

.main>.swiper-button-next {
    width: 55px;
    height: 50px;
    bottom: 15px;
    background: url(../img/about/down.png);
    left: 50%;
    margin-left: -27px;
    top: auto;
    animation: fd .8s ease-in alternate infinite;
    z-index: 100;
}

@keyframes fd1 {
    0% {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

    100% {
        -webkit-transform: translate(0,.2rem);
        -moz-transform: translate(0,.2rem);
        -ms-transform: translate(0,.2rem);
        transform: translate(0,.2rem);
    }
}

@keyframes fd {
    0% {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(0,.2rem);
        -moz-transform: translate(0,.2rem);
        -ms-transform: translate(0,.2rem);
        transform: translate(0,.2rem);
        opacity: .35
    }
}

@keyframes cloud1 {
    0% {
        left: 1%;
    }

    100% {
        left: 6%;
    }
}

@keyframes cloud2 {
    0% {
        right: 0;
        bottom: 20%;
    }

    100% {
        right: 3%;
        bottom: 18%;
    }
}

@keyframes cloud3 {
    0% {
        right: 50%;
    }

    100% {
        right: 10%;
    }
}

@keyframes ship {
    0% {
        left: 10%;
    }

    100% {
        left: 50%;
    }
}

@keyframes ballute {
    0% {
        left: 2%;
        bottom: 40%;
    }

    100% {
        left: 13%;
        bottom: 42%;
    }
}

.slider-wrap {
    background: white;
    padding: 10px;
    height: 440px;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.slider {
    width: 940px;
    height: 400px;
}

.main .swiper-button-disabled {
    display: none;
}
