@charset "utf-8";

/*重置
更多精品模板请访问：http://www.bootstrapmb.com
*/

body,
h1, 
h2,
h3,
h4,
h5,
dl,
dd,
dt,
p,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}

input,
select,
form,
textarea,
button,
video {
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
    appearance: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

img {
    border: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

body,
button,
input,
select,
textarea {
    font: normal 12px/100% Helvetica, Arial, sans-serif;
    color: #666;
}

li {
    list-style-type: none;
}

body,
html {
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 320px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 56.25px;
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 58.59375px;
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 62.5px;
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 64.6875px;
    }
}

@media screen and (min-width: 440px) {
    html {
        font-size: 68.75px;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 75px;
    }
}

@media screen and (min-width: 520px) {
    html {
        font-size: 81.25px;
    }
}

@media screen and (min-width: 560px) {
    html {
        font-size: 87.5px;
    }
}

@media screen and (min-width: 600px) {
    html {
        font-size: 93.75px;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 680px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 720px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 960px) {
    html {
        font-size: 100px;
    }
}


/* 多列产品、烘干工艺、新闻展示 */

#products-nav li {
    background: #999;
    margin-bottom: 15px;
}

#products-nav li.active-nav {
    background: #ea5507;
}

#products-nav li a {
    font-size: .22rem;
    color: #fff;
    line-height: 250%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

#products-page {
    min-height: 3rem;
    padding-bottom: 6%;
}

#products-page ul {
    margin-top: 2%;
    padding: 0 3%;
}

#products-page ul li {
    width: 48.5%;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-bottom: 3%;
}

#products-page ul li:nth-child(2n) {
    margin-left: 3%;
}

#products-page ul li img {
    display: block;
    width: 100%;
}

#products-page ul li span {
    display: block;
    color: #333;
    line-height: .5rem;
    font-size: .2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 .3em;
}


/* 推荐产品swiper */

.movies_box01 {
    padding-bottom: 30px;
}

.movies_box01 .swiper-pagination {
    bottom: 0;
}


/*头部*/


.top_main {
    width: 94%;
    background-color: #2DA9B2;
    padding: .1rem 3%;
    height: 0.8rem;}


.top_main .top_logo {
    float: left;
    width: 20%;
    height: 0.8rem;
    position: relative;
}


.top_main .top_logo img {
    display: block;
    max-width: 100%;
    max-height: 0.8rem;
    position: absolute; 
    left: 0; 
    top: 50%; 
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.top_main ul {width:60%;float:right;}
.top_main ul li{float:left; width:25%;text-align: center;}
.top_main ul li a{display:block;line-height: 0.8rem;color:#fff;font-weight: bold;}

/*清除浮动*/

.fix {
    *zoom: 1;
}

.fix:after {
    display: table;
    content: '';
    clear: both;
}

.fc {
    color: #0083c3;
} 

.bora_07 {
    border-radius: .07rem;
}


/*menubox菜单*/

.menubox {
    background-color: #2da9b2;
    position: relative;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999; 
    width: 100%;
    padding: 6px 0;
}

.menubox ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.menubox ul li i {
    display: block;
    margin: 1% auto;
    width: 0.38rem;
    height: 0.38rem;
}

.menubox ul li i img {
    display: none;
    margin: 0 auto;
    width: 0.38rem;
}

.menubox ul li i img:first-child {
    display: block;
}

.menubox ul li span {
    display: block;
    font-size: .22rem;
    color: #fff;
    line-height: 150%;
}

.menubox ul li.cur i img:first-child {
    display: none;
}

.menubox ul li.cur i img:last-child {
    display: block;
}

.menubox ul li.cur span {
    color: #afe4ff;
}

.menubox dl {
    position: absolute;
    right: 0;
    width: 36%;
    background-color: #f98622;
    text-align: center;
    padding: 1% 0;
    border: rgba(255, 255, 255, .3) solid 1px;
    border-bottom: 0;
    display: none;
    border-radius: 4px 4px 0 0;
    overflow: hidden; 
}

.menubox dl dd {
    line-height: .68rem;
    border-top: rgba(255, 255, 255, .3) solid 1px;
}

.menubox dl dd:first-child {
    border: 0;
}

.menubox dl a {
    display: block;
    color: #fff;
    font-size: .26rem;
}

.menubox dl a:active {
    color: #afe4ff;
}


/*contentbox*/

.contentbox {
    overflow: hidden;
}

.white_bg {
    background-color: #fff;
}

.padding_03 {
    padding: 0 3%;
}

.margin_t {
    margin-top: 2%;
}

.padding_b {
    padding-bottom: 7%;
}


/*banner*/

.banner {
    width: 100%;
}

.banner .swiper-slide img {
    display: block; 
    width: 100%;
}

.banner .banner-p span {
    width: 10px;
    height: 10px;
    border: #fff solid 1px;
    border-radius: 50%;
    opacity: 1;
    background: none;
}

.contentbox .banner .banner-p span.swiper-pagination-bullet-active {
    background-color: #fff;
}


/*焦点图*/

.swiper1 img {
    width: 100%;
    display: block;
}


/*icon*/

.nav_iconbox {
    overflow: hidden;
    background-color: #fff;
}

.nav_iconbox ul li {
    text-align: center;
    padding: 0.125rem 0;
}

.nav_iconbox ul li a img {
    display: block;
    margin: 0 auto;
    width: .64rem;
    height: .64rem;
}

.nav_iconbox ul li a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    line-height: 200%;
    font-size: .2rem;
}


/* <!-- 滚动公告 -->*/

.news_sj_dxs_box .scrollnews {
    overflow: hidden;
    padding: 2%;
    height: 29px;
} 

.news_sj_dxs_box .scrollnews span {
    float: left;
    width: 15%;
}

.news_sj_dxs_box .scrollnews span img {
    display: block;
    max-height: .44rem;
}

.news_sj_dxs_box .scrollnews ul {
    float: right;
    width: 85%;
    height: 28px;
    line-height: 28px; 
    overflow: hidden;
}

.news_sj_dxs_box .scrollnews ul li {
    line-height: 29px;
    height: 29px;
}

.news_sj_dxs_box .scrollnews ul li a {
    display: block;
    color: #333;
    font-size: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.movie_bg_box {
    background-color: #0083c3;
    min-height: 2rem;
    position: relative;
}

.movie_bg_box>img {
    display: block;
    width: 100%;
}

.movie_bg_box .btn {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(0, -50%);
}

.movie_bg_box .btn span {
    display: block;
    border: rgba(255, 255, 255, .2) solid 1px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: .15rem;
}

.movie_bg_box .btn a {
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    line-height: 180%;
    font-size: .22rem;
    padding: .5em 2em;
}


/*公司简介*/

.sy_title {
    padding: 20px 0 20px 20px;
}

.sy_title * {
    display: inline-block;
    vertical-align: middle;
}

.sy_title h2 {
    line-height: 100%;
    font-size: .38rem;
    margin: 0 -2px;
    border-left:7px solid #ea5507;
        
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.sy_title img {
    width: .62rem;
    margin-top: -.03rem;
}

.sy_about_box .txt {
    font-size: .26rem;
    color: #666;
    line-height: 200%;
    text-indent: 2em;
}

.sy_about_box video {
    display: block;
    width: 100%;
    background-color: #000;
    margin-bottom: 3%;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.sy_about_box .txt img {
    display: block;
    width: 100%;
    margin-bottom: 3%;
}

.sy_about_box .txt a {
    color: #0083c3;
}


/*电影制作*/

.my_page01 {
    margin-bottom: 4%;
    white-space: nowrap;
    border-bottom: #0083c3 solid 2px;
    text-align: center;
}

.my_page01 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    color: #0083c3;
    font-size: .28rem;
    opacity: 1;
    margin: 0;
    overflow: hidden;
    line-height: 110%;
    width: 25%;
    padding: .7em 0 calc(.7em - 2px);
    vertical-align: bottom;
}

.contentbox .movies_box01 .my_page01 .swiper-pagination-bullet {
    margin: 0;
}

.my_page01 .swiper-pagination-bullet-active {
    color: #fff;
    background-color: #0083c3;
}

.sy_pic_box {
    overflow: hidden;
}

.sy_pic_box .pic {
    float: left;
    width: 48.5%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 3%; 
    height:3.2rem;
    border: 1px solid #2da9b2;
}

.sy_pic_box .pic:nth-child(even) {
    float: right;
} 

.sy_pic_box .pic img {
    display: block;
    width: 100%;
}

.sy_pic_box .pic span {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    line-height: 0.35rem;
} 

.sy_pic_box .pic p {
    display: block;
    text-align: center;
    font-size: .20rem;
    line-height: .4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    margin-top: 3px;
}

.movies_box01 .sy_pic_box .pic img {
    display: block;
    width: 100%;
}

.movies_box01 .sy_pic_box .pic span b {
    color: #69bae2;
    font-size: .2rem;
    font-weight: normal;
}

.more_btn {
    text-align: center;
    padding: 5% 0 9%;
}

.more_btn a {
    display: inline-block;
    width: 64%;
    background-color: #2da9b2;
    color: #fff;
    font-size: .26rem;
    line-height: .72rem;
}


/*艺人培训*/


/*企业商演*/

.sy_title01 {
    border-bottom: #0083c3 solid 2px;
    padding: 6% 0 2%;
    margin-bottom: 3%;
}

.sy_title01 img {
    width: .52rem;
    vertical-align: middle;
    margin-top: -.03rem;
}

.sy_title01 h2 {
    display: inline-block;
    font-size: .32rem;
    vertical-align: middle;
}

.sy_title01 a {
    float: right;
    color: #999;
    font-size: .22rem;
    border-left: #0083c3 solid 3px;
    padding-left: 4px;
    margin-top: 1%;
    line-height: 100%;
    padding-top: .8%;
}

.slidebox01 a.pic {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 6%;
}

.slidebox01 .pic {
    margin-bottom: 0;
}


/*无缝轮播平滑过渡*/

.slidebox01 .swiper-wrapper {
    transition-timing-function: linear;
}

.sy_qysy_box {
    padding-bottom: 3%;
}


/*视频中心*/

.sy_video_box {
    padding-bottom: 6%;
}

.slidebox02 .swiper-slide ._picbox_w3_h2 {
    display: block;
    position: relative;
}

.slidebox02 .swiper-slide i {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: url(../images/play_btn.png) no-repeat center center; */
    background-size: .6rem;
}


/*企业新闻*/

.news_slide {
    padding-bottom: .4rem;
}

.news_slide .swiper-slide {
    position: relative;
    overflow: hidden;
}

.news_slide .swiper-slide p {
    position: absolute;
    bottom: 0;
    width: 96%;
    padding: 2%;
    font-size: .28rem;
    color: #fff;
    line-height: 130%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .5));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .5));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .5));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .5));
    /* 标准的语法 */
}

.news_slide .swiper-slide img {
    display: block;
    width: 100%;
}

.sy_news_box .news_slide .news_slide-p {
    bottom: 0;
}

.news_slide .news_slide-p span {
    width: 10px;
    height: 10px;
    border: #0083c3 solid 1px;
    border-radius: 50%;
    opacity: 1;
    background: none;
}

.sy_news_box .news_slide .news_slide-p span.swiper-pagination-bullet-active {
    background-color: #0083c3;
}

.sy_news_box .list ul {
    padding-top: 3%;
}

.sy_news_box .list ul li {
    padding: 3% 0;
    margin-top: 0;
    border-bottom: #ddd solid 1px;
}

.sy_news_box .list ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.sy_news_box .list ul li img {
    float: left;
    width: 120px;
    margin-right: 2%;
    height: 80px;
}

.sy_news_box .list ul li h2 {
    font-size: .26rem;
    color: #333;
    line-height: 150%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    overflow: hidden;
}

.sy_news_box .list ul li span {
    position: absolute;
    bottom: 2px;
    font-size: .22rem;
    color: #999;
    line-height: 120%;
}

.sy_news_box .list ul li span:before {
    content: "—— ";
    color: #0083c3;
}

.sy_news_box .more_btn {
    padding-top: 7%;
}


/*企业风采*/

.sy_qyfc_box {
    padding-bottom: 6%;
    margin-bottom: 2%;
}


/*侧边栏*/

.side_bar {
    position: fixed;
    z-index: 99;
    right: 1px;
    bottom: 20%;
    display: none;
    background-color: #f98622;
    border-radius: .07rem;
}

.side_bar .btn_top {
    display: block;
    width: .72rem;
    height: .72rem;
    background: url(../images/back_top.png) no-repeat center center;
    background-size: 50%;
}


/*底部*/

.footbox {
    background-color: #4d4d4d;
    border-top: 3px solid #f98622;
    padding-bottom: 18%;
    margin-top: 20px;
}

.footbox h2 {
    text-align: center;
    font-size: 12px;
    color: #eee;
    line-height: 240%;
    padding: 2% 0 1%;
    background: #22878e;
}

.footbox h2 a {
    color: #fff;
}

.footbox h2 a:active {
    color: #0083c3;
}

.footbox .txt {
    color: #999;
    font-size: 12px;
    text-align: center;
    line-height: 180%;
    padding: 10px;
    margin-top: 10px;
}

.footbox .txt a {
    color: #666;
}

.footbox .txt a:hover {
    color: #0083c3;
}