.section.section7,.section.section2,.section.section3 ,.section.section1{
    background-size: 100% 100%;
}

.section9 {
    background: url("../images/section9-bg.jpg") no-repeat center top /100% 100%;
}

.section9 .container h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    webkit-transition: opacity 0.3s ease-out 0.4s, transform 0.5s ease-out 0.4s;
    -moz-transition: opacity 0.3s ease-out 0.4s, transform 0.5s ease-out 0.4s;
    -o-transition: opacity 0.3s ease-out 0.4s, transform 0.5s ease-out 0.4s;
    -ms-transition: opacity 0.3s ease-out 0.4s, transform 0.5s ease-out 0.4s;
    transition: opacity 0.3s ease-out 0.4s, transform 0.5s ease-out 0.4s;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
}

.section.section9.active .container h2 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}

.section9 .container .item-box {
    overflow: hidden;
    margin-top: 170px;
}

.container-left {
    float: left;
    width: 500px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -webkit-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    -moz-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    -o-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    -ms-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    opacity: 0;
}
.section.section9.active .container .item-box .container-left{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    opacity:1;
}
.container-left .swiper-slide {
    display: flex;
    justify-content: center;
}

.container-left .swiper-slide a {
    display: block;
    text-align: center;
    color: #fff;
}

.container-right {
    float: right;
    width: 594px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -webkit-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    -moz-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    -o-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    -ms-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    opacity: 0;
}
.section.section9.active .container .item-box .container-right {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
    width: 60px !important;
    height: 61px !important;
    top: 40%;
}

.container-left .swiper-slide p {
    font-size: 18px;
    margin-top: 15px;
}

.swiper-button-prev {
    left: 0;
    background: url("../images/section9-prev.png") no-repeat left top;
}

.swiper-button-next {
    right: 0;
    background: url("../images/section9-next.png") no-repeat left top;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0 !important;
}

.swiper-button-next:hover {
    background: url("../images/section9-next-dis.png") no-repeat left top;
}

.swiper-button-prev:hover {
    background: url("../images/section9-prev-dis.png") no-repeat left top;
}

.container-right .swiper-slide a {
    display: block;
    overflow: hidden;
    border-radius: 75px 0 75px 0;
}

.section10 {
    background: url("../images/section10-bg.jpg") no-repeat center top /100% 100%;
}

.section10 .container h2 {
    color: #333333;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    webkit-transition: opacity 0.3s ease-out 0.4s, transform 0.5s ease-out 0.4s;
    -moz-transition: opacity 0.3s ease-out 0.4s, transform 0.5s ease-out 0.4s;
    -o-transition: opacity 0.3s ease-out 0.4s, transform 0.5s ease-out 0.4s;
    -ms-transition: opacity 0.3s ease-out 0.4s, transform 0.5s ease-out 0.4s;
    transition: opacity 0.3s ease-out 0.4s, transform 0.5s ease-out 0.4s;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
}

.section.section10.active .container h2 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}

.section10-top {
    overflow: hidden;
    padding-right:10px ;
}

.section10-top ul {
    overflow: hidden;
    margin-top: 55px;
    width: 1170px;
    display: flex;
    justify-content: space-between;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -webkit-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    -moz-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    -o-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    -ms-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    opacity: 0;
}
.section.section10.active .container .item-box .section10-top ul {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    opacity: 1;
}
.section10-top ul li {
    width: 130px;
    text-align: center;
}

.section10-top ul li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.section10-position{
    position: relative;
    width: 126px;
    height: 140px;
}
.section10-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}
.con-show01 {
    width: 105px;
    height: 121px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
    transform: rotate(120deg);
}

.con-show02 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(-60deg);
}

.con-show03 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(-60deg);
    position: relative;
    background: #eee;
}
.section10-block {
    display: none;
    width: 68px;
    height: 113px;
    background-color: #1382e9;
    position: relative;
    margin: 0 auto;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    transition: all 0.2s;
}

.section10-block::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 34px solid transparent;
    border-top-width: 56.5px;
    border-bottom-width: 56.5px;
    border-right-color: #1382e9;
    transform: translateX(-99%);
}

.section10-block::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 34px solid transparent;
    border-top-width: 56.5px;
    border-bottom-width: 56.5px;
    border-left-color: #1382e9;
    transform: translateX(99%);
}
.section10-top ul li:hover .section10-block,.section10-top ul li.active .section10-block{
   display: block ;
}
.section10-top ul li:hover p,.section10-top ul li.active p{
    color: #1382e9;
}

.section10-bottom{
    overflow: hidden;
    transform: translateX(100%);
    -webkit-transform: translateY(100%);
    -webkit-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    -moz-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    -o-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    -ms-transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    transition: opacity 0.5s ease-out 0.8s, transform 1s ease-out 0.8s;
    opacity: 0;
    position: relative;
}
.section10-banner{
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-transition:all 0.6s sease-out 0s!important;
    -moz-transition: all 0.6s sease-out 0s!important;
    -o-transition: all 0.6s sease-out 0s!important;
    -ms-transition:all 0.6s sease-out 0s!important;
    transition:all 0.6s  ease-out 0s!important;
    opacity: 0;
}
.section.section10 .container .item-box .active{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    opacity: 1;
}
.section.section10 .container .item-box  .curr{
    position: absolute;
}
.section.section10.active .container .item-box .section10-bottom{
    margin-top: 30px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    opacity: 1;
}
.section.section10 .exhibition_hall {
    text-align: center;
    position: relative;
}

.section.section10 .roundabout_box img {
    max-width: 100%
}

.section.section10 .roundabout_box {
    height: 460px;
    width: 1200px;
    margin: 40px auto 20px
}

.section.section10 .roundabout-holder {
    list-style: none;
    width: 690px;
    height: 460px;
    margin: 0 auto
}

.section.section10 .roundabout-moveable-item {
    width: 817px;
    cursor: pointer;
    overflow: hidden;
}
.section.section10 .roundabout-moveable-item img {
    max-height: 100%;
    max-width: 100%;
    margin: 0
}
.roundabout-in-focus {
}


.section.section10 .roundabout-holder .text {
    color: #333;
    font-size: 20px;
}

.section10-data{
    width: 817px;
    height: 460px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.section10-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: all 0.3s;
}
.section.section10 .roundabout-in-focus:hover .section10-text{
    transform: translateY(0);
    
}
.section10-text p{
    text-align: left;
    font-size: 18px;
    color: #fff;
    text-indent: 2em;
    line-height: 40px;
}
.section.section3 .container .sec-right .left-box h2{
    width: 90%;
}
