

.box10 {
    padding-bottom: 70px
}

.box10 .accordion-box {
    width: 100%;
    height: 360px
}

.box10 .accordion-box ul {
padding: 0;
    width: inherit;
    height: 480px;
    overflow: hidden;
    position: relative;
    left: 52%;
    top: 10%;
    margin-left: -678px;
    margin-top: -200px;
}

.box10 .accordion-box ul li {
    width: 700px;
    position: absolute;
    top: 0;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s
}

.box10 .accordion-box ul li .left {
    width: 600px;
    height: inherit;
    overflow: hidden;
    position: relative;
    float: left
}

.box10 .accordion-box ul li .left .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s
}

.box10 .accordion-box ul li .left .shadow .title {
    width: 460px;
    height: 70px;
    color: #fff;
    line-height: 2;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 130px;
    left: 70px
}

.box10 .accordion-box ul li .left .shadow .button {
    background: transparent;
    color: #fff;
    position: absolute;
    top: 210px;
    left: 240px
}

.box10 .accordion-box ul li .left .shadow .button:hover {
    background: rgba(255, 255, 255, 0.2)
}

.box10 .accordion-box ul li .left img {
    z-index: -1;
    width: 700px;
    height: 480px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s
}

.box10 .accordion-box ul li .right {
    width: 100px;
    height: 480px;
    float: left;
    position: relative;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s
}

.box10 .accordion-box ul li .right .title {
    font-family:'Microsoft YaHei';
	font-weight:bold;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    position: absolute;
    top: 73px;
    left: 50px;
    font-size: 24px;
    -webkit-writing-mode: tb-lr;
    -ms-writing-mode: tb-lr
}

.box10 .accordion-box ul li .right .sub-title {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    position: absolute;
    top: 106px;
    font-size: 6px;
    left: 27px
}

.box10 .accordion-box ul li .right::before {
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 48%;
    left: -10px;
    width: 0;
    height: 0;
    border-right-width: 10px;
    border-right-style: solid;
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent
}

.box10 .accordion-box ul li:nth-child(odd) .right {
    background: #dee0e2
}

.box10 .accordion-box ul li:nth-child(odd) .right::before {
    border-right-color: #dee0e2
}

.box10 .accordion-box ul li:nth-child(even) .right {
    background: #f6f8fa
}

.box10 .accordion-box ul li:nth-child(even) .right::before {
    border-right-color: #f6f8fa
}

.box10 .accordion-box ul li:hover .left .shadow {
    /*background-color: rgba(0, 0, 0, 0.6)*/
}

.box10 .accordion-box ul li:hover .left .shadow img {
    transform: scale(1.2, 1.2)
}

.box10 .accordion-box ul li:hover .right {
    background-color: #e74c3c;
    color: #fff
}

.box10 .accordion-box ul li:hover .right::before {
    border-right-color: #e74c3c
}

.box10 .accordion-box ul li:hover .right .title {
    color: #fff
}

.box10 .accordion-box ul li:hover .right .sub-title {
    color: #fafafa
}

