body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei'
}

body::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: #4c4646
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 0;
    background: #dad5d5
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0
}

a,
input[type="submit"],
input[type="file"] {
    cursor: pointer;
    text-decoration: none
}

img {
    border: none
}

em {
    display: block;
    clear: both
}

#wlui {
    width: 100%;
    min-width: 1024px
}

.top_menu {
    width: 100%;
    min-width: 1024px;
    height: 10px;
    background: #fc8b01
}

#top {
    width: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 999
}

#top #top_head {
    width: 1024px;
    margin: 0 auto;
    position: relative
}

#top #top_head #top_head_logo {
    padding: 18px 0;
    width: 145px
}

#comic_fix {
    background-color: #ae2535;
    text-align: center;
    padding: 15px 0
}

#comic_fix a {
    color: #fff;
    font-size: 18px
}

#menu_ul {
    list-style: none;
    position: absolute;
    right: 0;
    font-size: 17px;
    padding: 0;
    top: 40px;
    color: #5f5f5f;
    font-family: 'Microsoft YaHei';
    margin: 0
}

#menu_ul li {
    float: left;
    padding: 5px 5px;
    margin-left: 25px;
    cursor: pointer;
    text-align: center
}

#menu_ul li a,
#menu_ul li a:link,
#menu_ul li a:hover,
#menu_ul li a:visited {
    text-decoration: none;
    color: #5f5f5f
}

#menu_ul li:hover {
    color: #ff4200
}

#menu_ul li.menu_first {
    margin-left: 0
}

#menu_ul li.menu_selected {
    font-weight: bold;
    border-bottom: 2px solid #ff4200;
    color: #000;
    cursor: default
}

#menu_ul .down_menu_ul {
    display: none;
    list-style: none;
    padding: 12px 21px;
    position: absolute;
    z-index: 900;
    margin: 5px 0 0 -39px;
    background: #fff;
    background: url("https://img7.peiyinxiu.com/web/images/home_menu.png") no-repeat
}

#menu_ul .down_menu_ul .down_iphone {
    border-bottom: 1px solid #dad6d6
}

#menu_ul .down_menu_ul li {
    float: none;
    margin: 0;
    padding: 13px 5px;
    color: gray
}

#menu_ul .down_menu_ul li a:hover {
    color: #ff4200
}

#top_xian {
    width: 100%;
    min-width: 1024px;
    height: 3px;
    position: absolute;
    z-index: 100;
    background: #e2e2e2;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ababab), to(rgba(208, 208, 208, 0)));
    background: -moz-linear-gradient(top, #ababab, rgba(208, 208, 208, 0))
}

#middle {
    width: 100%;
    overflow: hidden
}

.swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center
}

.swiper-page {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
    z-index: 100
}

.first-slide {
    background: #f25a66;
    background: -ms-linear-gradient(left, #fa948a, #f25a66);
    background: -moz-linear-gradient(left, #fa948a, #f25a66);
    background: -webkit-gradient(linear, left 0, right 0, from(#fa948a), to(#f25a66));
    background: -o-linear-gradient(left, #fa948a, #f25a66)
}

.first-slide .swiper-page {
    margin-top: 0;
    height: 100%
}

.first-slide .first-phone-img {
    width: 814.5px;
    position: absolute;
    right: -150px;
    bottom: 200px;
}

.first-slide .first-logo-img,
.first-slide .first-android-img,
.first-slide .first-ios-img {
    position: absolute;
    bottom: 25%;
    width: 210px;
    left: 0
}

.first-slide .first-logo-img {
    width: 271px;
    bottom: 38%;
    margin-left: 80px
}

.first-slide .first-ios-img {
    left: 210px
}

.first-slide:before {
    content: '';
    top: 100px;
    left: 0;
    position: absolute;
    background-image: url('https://img7.peiyinxiu.com/web/images/dubbing_first_lefttop.png');
    width: 641px;
    height: 494px
}

.first-slide:after {
    content: '';
    bottom: 0;
    right: 0;
    position: absolute;
    background-image: url('https://img7.peiyinxiu.com/web/images/dubbing_first_rightbottom.png');
    width: 744px;
    height: 376px;
    z-index: 100
}

.green-slide {
    background-color: #96e2d9
}

.blue-slide {
    background-color: #76d8ff
}

.yellow-slide {
    background-color: #ffdc8d
}

.lightblue-slide {
    background-color: #a9d0ff
}

.pink-slide {
    background-color: #ffb8cb
}

.white-slide {
    background: #fff;
    color: #4d4d4d
}

.pagination {
    position: absolute;
    z-index: 20;
    right: 40px;
    top: 40%
}

.swiper-pagination-switch {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c6c6c6;
    margin: 0 0 10px;
    opacity: .8;
    cursor: pointer
}

.swiper-active-switch {
    background: #ff8a00;
    width: 9px;
    height: 9px;
    margin-left: -2px
}

.iPhone-page {
    height: 471px;
    width: 224px;
    z-index: 100;
    top: 0;
    display: block;
    position: absolute
}

.iPhone-bg {
    position: absolute;
    width: 204px;
    height: 200px;
    left: 10px;
    bottom: 50px;
    background: #fff;
    z-index: 0
}

.bottom_bg {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    margin: 0 auto;
    max-width: 1080px
}

.page_content .iphone_bg_shadow {
    width: 264px;
    height: 600px;
    position: absolute;
    left: 52%;
    right: 0;
    background: url('https://img7.peiyinxiu.com/web/images/default_iphone.png?t=1') no-repeat;
    z-index: 99
}

.page_content .iphone_bg {
    z-index: 100;
    position: relative;
    width: 264px;
    height: 545px;
    margin: 0 auto;
    background: url('https://img7.peiyinxiu.com/web/images/default_iphone.png?t=1') no-repeat
}

.page_content .iphone_bg img {
    margin-top: 76px
}

.page_content .iphone_bg video {
    width: 222px;
    height: 394px;
    margin-top: 76px
}

.page_tips {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101
}

.page_tips .tip_item {
    position: absolute;
    -moz-transition: .7s all ease;
    -webkit-transition: .7s all ease;
    transition: .7s all ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: .2
}

.page_tips .tip_item .tip_mes {
    display: inline-block;
    font-size: 32px;
    position: absolute;
    vertical-align: top;
    opacity: 0
}

.page_tips .tip_item .tips_icon {
    display: inline-block;
    background: url('https://img7.peiyinxiu.com/web/images/default_icons.png?t=5') no-repeat;
    width: 155px;
    height: 155px;
    -moz-transition: .7s all ease;
    -webkit-transition: .7s all ease;
    transition: .7s all ease
}

.page_tips .tip_item .startsize {
    -moz-transform: scale(.1, .1) rotate(360deg);
    -webkit-transform: scale(.1, .1) rotate(360deg);
    transform: scale(.1, .1) rotate(360deg)
}

.page_mes {
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 101
}

.swiper-slide {
    overflow: hidden
}

.swiper-slide .img_titlt {
    width: 76%;
    margin-top: 4%
}

.swiper-slide .down_app {
    margin: 60px 122px 60px 122px;
    float: left;
    list-style: none;
    width: 780px;
    padding: 0
}

.swiper-slide .down_app li {
    color: #595959;
    text-align: center;
    width: 185px;
    height: 141px;
    border-radius: 10px;
    font-size: 24px
}

.swiper-slide .down_app .down_app_iphone {
    float: left;
    background: url('https://img7.peiyinxiu.com/web/images/home_iphone2.png') no-repeat
}

.swiper-slide .down_app .down_app_iphone a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('https://img7.peiyinxiu.com/web/images/home_iphone.png') no-repeat
}

.swiper-slide .down_app .down_app_android {
    float: left;
    margin: 0 112px 0 112px;
    background: url('https://img7.peiyinxiu.com/web/images/home_android2.png') no-repeat
}

.swiper-slide .down_app .down_app_android a {
    background: url('https://img7.peiyinxiu.com/web/images/home_android.png') no-repeat;
    display: block;
    width: 100%;
    height: 100%
}

.swiper-slide .down_app .down_app_qrcode {
    float: right;
    background: url('https://img7.peiyinxiu.com/web/images/dubbing_erweima_bg.png?t=1118') no-repeat
}

.swiper-slide .down_app .down_app_qrcode img {
    width: 110px;
    height: 110px;
    margin-top: 15px
}

.swiper-slide #green-content .iphone_bg_shadow {
    background-position: 0 -3050px
}

.swiper-slide #green-tips .tips_1 {
    top: 10px;
    left: 60px
}

.swiper-slide #green-tips .tips_1 .tips_icon {
    background-position: 0 -5772px;
    width: 270px;
    height: 240px
}

.swiper-slide #green-tips .tips_1 .tip_mes {
    bottom: -70px;
    left: 80px;
    text-align: left
}

.swiper-slide #green-tips .tips_1 .tip_mes font {
    font-size: 26px
}

.swiper-slide #green-tips .tips_1.startpoint {
    -moz-transform: translate3d(220px, 230px, 0);
    -webkit-transform: translate3d(220px, 230px, 0);
    transform: translate3d(220px, 230px, 0)
}

.swiper-slide #green-tips .tips_2 {
    right: 150px;
    top: 20px
}

.swiper-slide #green-tips .tips_2 .tips_icon {
    background-position: 0 -210px
}

.swiper-slide #green-tips .tips_2 .tip_mes {
    top: 35px;
    right: -140px
}

.swiper-slide #green-tips .tips_2.startpoint {
    -moz-transform: translate3d(-220px, 180px, 0);
    -webkit-transform: translate3d(-220px, 180px, 0);
    transform: translate3d(-220px, 180px, 0)
}

.swiper-slide #green-tips .tips_3 {
    right: 20px;
    top: 180px
}

.swiper-slide #green-tips .tips_3 .tips_icon {
    width: 192px;
    background-position: 0 -405px
}

.swiper-slide #green-tips .tips_3 .tip_mes {
    top: 5px;
    left: -50px
}

.swiper-slide #green-tips .tips_3.startpoint {
    -moz-transform: translate3d(-350px, 80px, 0);
    -webkit-transform: translate3d(-350px, 80px, 0);
    transform: translate3d(-350px, 80px, 0)
}

.swiper-slide #green-tips .tips_4 {
    right: 150px;
    bottom: 20px
}

.swiper-slide #green-tips .tips_4 .tips_icon {
    background-position: 0 -615px;
    width: 135px
}

.swiper-slide #green-tips .tips_4 .tip_mes {
    top: 58px;
    right: -80px
}

.swiper-slide #green-tips .tips_4.startpoint {
    -moz-transform: translate3d(-300px, -240px, 0);
    -webkit-transform: translate3d(-300px, -240px, 0);
    transform: translate3d(-300px, -240px, 0)
}

.swiper-slide #blue-content .iphone_bg_shadow {
    background-position: 0 -3050px
}

.swiper-slide #blue-content .iphone_bg {
    background-position: 0 -611px
}

.swiper-slide #blue-tips .tip_mes {
    font-size: 24px
}

.swiper-slide #blue-tips .tip_mes font {
    font-size: 22px
}

.swiper-slide #blue-tips .tips_1 {
    top: 80px;
    left: 120px
}

.swiper-slide #blue-tips .tips_1 .tips_icon {
    background-position: 0 -5457px;
    height: 240px;
    width: 200px
}

.swiper-slide #blue-tips .tips_1 .tip_mes {
    bottom: -35px;
    left: 30px
}

.swiper-slide #blue-tips .tips_1.startpoint {
    -moz-transform: translate3d(220px, 230px, 0);
    -webkit-transform: translate3d(220px, 230px, 0);
    transform: translate3d(220px, 230px, 0)
}

.swiper-slide #blue-tips .tips_2 {
    right: 80px;
    top: 20px
}

.swiper-slide #blue-tips .tips_2 .tips_icon {
    background-position: 0 -5230px;
    width: 220px;
    height: 175px
}

.swiper-slide #blue-tips .tips_2 .tip_mes {
    bottom: -30px;
    right: 30px
}

.swiper-slide #blue-tips .tips_2.startpoint {
    -moz-transform: translate3d(-300px, 180px, 0);
    -webkit-transform: translate3d(-300px, 180px, 0);
    transform: translate3d(-300px, 180px, 0)
}

.swiper-slide #blue-tips .tips_3 {
    right: 50px;
    bottom: 100px
}

.swiper-slide #blue-tips .tips_3 .tips_icon {
    width: 251px;
    height: 170px;
    background-position: 0 -4977px
}

.swiper-slide #blue-tips .tips_3 .tip_mes {
    bottom: -35px;
    left: -5px
}

.swiper-slide #blue-tips .tips_3.startpoint {
    -moz-transform: translate3d(-300px, -200px, 0);
    -webkit-transform: translate3d(-300px, -200px, 0);
    transform: translate3d(-300px, -200px, 0)
}

.swiper-slide #yellow-content .iphone_bg_shadow {
    background-position: 0 -4379px
}

.swiper-slide #yellow-content .iphone_bg {
    background-position: 0 -1222px
}

.swiper-slide #yellow-tips .tip_mes {
    font-size: 28px
}

.swiper-slide #yellow-tips .tips_1 {
    top: 80px;
    left: 90px
}

.swiper-slide #yellow-tips .tips_1 .tips_icon {
    background-position: 0 -2057px;
    width: 175px
}

.swiper-slide #yellow-tips .tips_1 .tip_mes {
    bottom: -5px;
    right: -60px
}

.swiper-slide #yellow-tips .tips_1.startpoint {
    -moz-transform: translate3d(300px, 230px, 0);
    -webkit-transform: translate3d(300px, 230px, 0);
    transform: translate3d(300px, 230px, 0)
}

.swiper-slide #yellow-tips .tips_2 {
    right: 80px;
    top: 20px
}

.swiper-slide #yellow-tips .tips_2 .tips_icon {
    background-position: 0 -1815px;
    width: 190px
}

.swiper-slide #yellow-tips .tips_2 .tip_mes {
    bottom: -10px;
    left: -15px
}

.swiper-slide #yellow-tips .tips_2.startpoint {
    -moz-transform: translate3d(-300px, 180px, 0);
    -webkit-transform: translate3d(-300px, 180px, 0);
    transform: translate3d(-300px, 180px, 0)
}

.swiper-slide #yellow-tips .tips_3 {
    right: 120px;
    bottom: 100px
}

.swiper-slide #yellow-tips .tips_3 .tips_icon {
    width: 190px;
    height: 140px;
    background-position: 0 -1590px
}

.swiper-slide #yellow-tips .tips_3 .tip_mes {
    top: 15px;
    right: -70px
}

.swiper-slide #yellow-tips .tips_3.startpoint {
    -moz-transform: translate3d(-300px, -200px, 0);
    -webkit-transform: translate3d(-300px, -200px, 0);
    transform: translate3d(-300px, -200px, 0)
}

.swiper-slide #lightblue-content .iphone_bg_shadow {
    background-position: 0 -5045px
}

.swiper-slide #lightblue-content .iphone_bg {
    background-position: 0 -1833px
}

.swiper-slide #lightblue-tips .tip_mes {
    font-size: 28px
}

.swiper-slide #lightblue-tips .tips_1 {
    top: 80px;
    left: 100px
}

.swiper-slide #lightblue-tips .tips_1 .tips_icon {
    background-position: 0 -2298px;
    width: 200px;
    height: 184px
}

.swiper-slide #lightblue-tips .tips_1 .tip_mes {
    bottom: -35px;
    left: 40px
}

.swiper-slide #lightblue-tips .tips_1.startpoint {
    -moz-transform: translate3d(300px, 230px, 0);
    -webkit-transform: translate3d(300px, 230px, 0);
    transform: translate3d(300px, 230px, 0)
}

.swiper-slide #lightblue-tips .tips_2 {
    right: 158px;
    top: 20px
}

.swiper-slide #lightblue-tips .tips_2 .tips_icon {
    background-position: 0 -2566px;
    width: 130px;
    height: 150px
}

.swiper-slide #lightblue-tips .tips_2 .tip_mes {
    bottom: -5px;
    right: -70px
}

.swiper-slide #lightblue-tips .tips_2.startpoint {
    -moz-transform: translate3d(-300px, 200px, 0);
    -webkit-transform: translate3d(-300px, 200px, 0);
    transform: translate3d(-300px, 200px, 0)
}

.swiper-slide #lightblue-tips .tips_3 {
    right: 20px;
    top: 210px
}

.swiper-slide #lightblue-tips .tips_3 .tips_icon {
    background-position: 0 -4330px;
    width: 145px;
    height: 113px
}

.swiper-slide #lightblue-tips .tips_3 .tip_mes {
    bottom: 2px;
    left: -150px
}

.swiper-slide #lightblue-tips .tips_3.startpoint {
    -moz-transform: translate3d(-400px, -160px, 0);
    -webkit-transform: translate3d(-400px, -160px, 0);
    transform: translate3d(-400px, -160px, 0)
}

.swiper-slide #lightblue-tips .tips_4 {
    right: 160px;
    bottom: 30px
}

.swiper-slide #lightblue-tips .tips_4 .tips_icon {
    background-position: 0 -2800px;
    width: 140px;
    height: 155px
}

.swiper-slide #lightblue-tips .tips_4 .tip_mes {
    right: -70px;
    bottom: -10px
}

.swiper-slide #lightblue-tips .tips_4.startpoint {
    -moz-transform: translate3d(-300px, -200px, 0);
    -webkit-transform: translate3d(-300px, -200px, 0);
    transform: translate3d(-300px, -200px, 0)
}

.swiper-slide #pink-content .iphone_bg_shadow {
    background-position: 0 -5710px;
    left: 42%
}

.swiper-slide #pink-content .iphone_bg {
    background-position: 0 -2444px;
    left: -100px
}

.swiper-slide #pink-tips {}

.swiper-slide #pink-tips .tip_mes {
    font-size: 24px
}

.swiper-slide #pink-tips .tip_mes font {
    font-size: 20px
}

.swiper-slide #pink-tips .tips_1 {
    top: 40px;
    right: 50px
}

.swiper-slide #pink-tips .tips_1 .tips_icon {
    background-position: 0 -4540px;
    width: 360px;
    height: 369px
}

.swiper-slide #pink-tips .tips_1 .tip_mes {
    bottom: -48px;
    left: 55px
}

.white-slide .swiper-page .down_app {
    margin: 50px 122px 40px 122px
}

.shake {
    animation: myfirst .3s linear 0s 2 normal;
    -moz-animation: myfirst .3s linear 0s 2 normal;
    -webkit-animation: myfirst .3s linear 0s 2 normal;
    -o-animation: myfirst .3s linear 0s 2 normal
}

@keyframes myfirst {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-15deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(15deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@-moz-keyframes myfirst {
    0% {
        -moz-transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(-15deg)
    }

    50% {
        -moz-transform: rotate(0deg)
    }

    75% {
        -moz-transform: rotate(15deg)
    }

    100% {
        -moz-transform: rotate(0deg)
    }
}

@-webkit-keyframes myfirst {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(-15deg)
    }

    50% {
        -webkit-transform: rotate(0deg)
    }

    75% {
        -webkit-transform: rotate(15deg)
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-o-keyframes myfirst {
    0% {
        -o-transform: rotate(0deg);
    }

    25% {
        -o-transform: rotate(-15deg);
    }

    50% {
        -o-transform: rotate(0deg);
    }

    75% {
        -o-transform: rotate(15deg);
    }

    100% {
        -o-transform: rotate(0deg);
    }
}

.swiper-slide .white_line {
    width: 960px;
    height: 1px;
    margin: 0 auto
}

.swiper-slide .p_title {
    font-size: 24px
}

.swiper-slide .p_contact {
    font-size: 22px;
    margin-top: 40px;
    text-align: left;
    padding: 0 122px
}

.swiper-slide .p_contact .questions {
    background: #7ecef4;
    padding: 2px 10px;
    border-radius: 5px;
    float: right;
    font-size: 18px
}

.swiper-slide .p_contact .questions a {
    color: #fff
}

.swiper-slide .p_qq {
    font-size: 18px;
    margin-top: 6px;
    text-align: left;
    padding: 0 122px
}

.swiper-slide .p_mes {
    color: gray;
    margin-top: 50px
}

.swiper-slide .p_gov {
    font-size: 12px;
    margin-top: 15px
}

#filmlist_top {
    margin: 35px auto;
    text-align: center
}

#filmlist_top h2 {
    color: #000;
    margin: 10px 0 0 0
}

#filmlist_top p {
    color: gray;
    padding-top: 10px
}

#filmlist {
    width: 1024px;
    margin: 120px auto
}

#filmlist_ul {
    float: left;
    list-style: none;
    width: 105%;
    margin: 0 0 0 -5%;
    padding: 0
}

#filmlist_ul .filmlist_li {
    float: left;
    width: 27%;
    height: 245px;
    overflow: hidden;
    margin: 0 0 4% 4%;
    padding: 5px 10px 10px 10px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 8px #c8c8c8;
    -webkit-box-shadow: 0 0 8px #c8c8c8;
    -moz-box-shadow: 0 0 8px #c8c8c8
}

#filmlist_ul .loading {
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

#filmlist_ul .filmlist_li .film_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

#filmlist_ul .filmlist_li .film_ul li {
    width: 100%;
    margin: 0;
    padding: 0
}

#filmlist_ul .filmlist_li .film_ul li .user_left {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    float: left
}

#filmlist_ul .filmlist_li .film_ul li .user_right {
    float: left;
    margin-left: 5px
}

#filmlist_ul .filmlist_li .film_ul li .user_right .user_name {
    color: #282828;
    width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden
}

#filmlist_ul .filmlist_li .film_ul li .user_right .user_time {
    color: gray;
    font-size: 14px;
    margin-top: 0
}

#filmlist_ul .filmlist_li .film_ul li .filmplay {
    width: 290px;
    height: 163px;
    position: absolute;
    margin-top: 5px;
    background: url('https://img7.peiyinxiu.com/web/images/default_web_play.png');
    z-index: 1
}

#filmlist_ul .filmlist_li .film_ul li .filmplay:hover {
    background: url('https://img7.peiyinxiu.com/web/images/default_web_play2.png')
}

#filmlist_ul .filmlist_li .film_ul li .filmurl {
    width: 290px;
    height: 163px;
    margin-top: 5px
}

#filmlist_ul .filmlist_li .film_ul li .film_left {
    width: 215px;
    float: left;
    font-size: 17px;
    padding-top: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden
}

#filmlist_ul .filmlist_li .film_ul li .film_right {
    float: right;
    padding-top: 5px
}

#filmlist_ul .filmlist_li .film_ul li .film_right img {
    width: 20px;
    margin-right: 5px
}

#filmlist_ul .filmlist_li .film_ul li .film_right span {
    font-size: 18px
}

#about_content {
    width: 1000px;
    margin: 120px auto 60px
}

#about_content .left {
    float: left;
    width: 190px
}

#about_content .left #about_menu_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fbfbfb
}

#about_content .left #about_menu_ul li {
    cursor: pointer;
    height: 72px;
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

#about_content .left #about_menu_ul li .border_left,
#about_content .left #about_menu_ul li .triangle_right {
    position: absolute;
    height: 72px;
    line-height: 72px;
    top: 0
}

#about_content .left #about_menu_ul li .border_left {
    display: none;
    background-color: #ff8a00;
    left: 0;
    width: 6px;
    top: -1px;
    height: 74px
}

#about_content .left #about_menu_ul li .item {
    color: #4f4f4f;
    font-size: 18px;
    vertical-align: middle;
    width: 160px;
    margin-left: 9px;
    border-bottom: 1px solid #d2d2d2;
    display: inline-block;
    text-align: center;
    height: 72px;
    line-height: 72px
}

#about_content .left #about_menu_ul li .triangle_right {
    width: 25px;
    right: -1px;
    background-color: #fff;
    display: none
}

#about_content .left #about_menu_ul li .triangle_right .triangle-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #ff8a00;
    border-bottom: 5px solid transparent;
    vertical-align: middle
}

#about_content .left #about_menu_ul li:last-child .item {
    border-bottom: none
}

#about_content .left #about_menu_ul li.select {
    background-color: #fff;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
}

#about_content .left #about_menu_ul li.select .border_left {
    display: inline-block
}

#about_content .left #about_menu_ul li.select .item {
    border-bottom: none
}

#about_content .left #about_menu_ul li.select .triangle_right {
    display: inline-block
}

#about_content .left #about_menu_ul li.removeborder .item {
    border-bottom: none
}

#about_content .right {
    float: right;
    width: 688px;
    border: 1px solid #d2d2d2;
    padding: 20px 60px
}

#about_content .right .page {
    display: none;
    line-height: 2;
    font-size: 16px
}

#about_content .right .page .section {
    margin-bottom: 30px
}

#about_content .right .page .section .menu_title {
    color: #646464;
    font-size: 18px
}

#about_content .right .page .section .title {
    color: #ff8a00
}

#about_content .right .page .section .content {
    color: #6e6e6e;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

#about_content .right .page .section .content .more,
#about_content .right .page .section .content a {
    color: #4a90e2
}

#about_content .right .contact {
    font-size: 18px
}

#about_content .right .select {
    display: block
}

#about_content::after {
    clear: both;
    content: "";
    display: block
}