.wrap{
    width:1200px;
    margin:0 auto;
}

.header{
    height:80px;
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:9999;
    background:#fff;


}
.header .wrap{
    width:94%;
    margin:0 auto;
    position: relative;
    height:80px;
    line-height:80px;

}
.header img.menu{
    margin-top:30px;
}
.header img.logo{
    position:absolute;
    width:210px;
    left:48%;
    margin-left:-71px;
    top:16px;
}
.header .tel{
    position:absolute;
    right:0;
    font-size:2rem;
    font-family:Adobe Heiti Std R;
    font-weight:normal;
    color:rgba(198,78,53,1);
    line-height:3rem;
}
.header .tel img{
    margin-right:10px;
}

#fullpage .section>img{
    width:100%;
    height:100%;
}

#fullpage{
    margin-top:80px;
}

#menu{
    position:fixed;
    right:20px;
    top:40%;
}
#menu li{
    width:15px;
    height:15px;
    border-radius:50%;
    border:1px solid #fff;
    margin-bottom:8px;
}
#menu li a{
    display:block;
    width:100%;
    height:100%;
}
#menu li.active{
    background:#fff;
}

.section .footer{
    height:410px;
}
.footer{

    background:#f9f9f9;
}
.footer .wrap{
    padding:60px 0 30px;
    display:flex;
    justify-content:center;

}
.footer .left{
    width:205px;
}
.footer dl dt{
    font-size:1.4rem;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(51,51,51,1);
    line-height:2.4rem;
    padding-bottom:15px;
    margin-bottom:15px;
    background:url(../img/bg2.png) no-repeat left bottom;

}
.footer .left dd{
    float:left;

}
.footer dl dd a{
    font-size:1.4rem;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(153,153,153,1);
    line-height:3rem;
}
.footer .left dd:nth-of-type(odd){
    width:110px;
}

.footer .center{
    margin:0 110px 0 120px;
}
.footer .center p{
    font-size:1.4rem;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(153,153,153,1);
    line-height:3rem;
}
.footer .center p img{
    margin-right:10px;
}
.footer .right .item{
    font-size: 1.4rem;
    font-family: Alibaba-PuHuiTi-R;
    font-weight: normal;
    color: rgba(51,51,51,1);
    line-height: 2.4rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url(../img/bg2.png) no-repeat left bottom;
}

.footer .right .code{
background:url(../img/bg1.png)  no-repeat center center;
width:200px;
 height:100px;
    display:flex;
    align-items:center;
    padding:10px;
    box-sizing:border-box;
}
.footer .right .code img{
    width:90px;
}
.footer .right .code p{
    margin-left:20px;
    font-size:16px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(153,153,153,1);
    line-height:24px;
}
.copy{
    padding:13px 0;
    border-top:1px solid rgba(242,242,242,1);
}
.copy p,.copy a{
    text-align:center;
    font-size:12px;
    font-family:SimSun;
    font-weight:400;
    color:rgba(153,153,153,1);

}
.nav{
    position:fixed;
    left:0;
    top:80px;
    height:100%;
    z-index:999;
    width:200px;
    background:url(../img/bg.png)  no-repeat left  bottom 12%;
    background-color:rgba(0,0,0,0.6);
   box-sizing:border-box;
    padding:50px 0 0 50px;
    transform: translateX(-100%);
    transition: all 0.4s;
    -webkit-transition:all 0.4s ;
    -moz-transition:all 0.4s ;
    -ms-transition:all 0.4s ;
}
.nav li{
    margin-bottom:30px;
}
.nav li a{
    color:#fff;
    font-size:16px;
}
.nav li a:hover,.nav li a.active{
    color:#c54e37;
    background:url(../img/dot.png) no-repeat left center;
    padding-left:10px;
}

.section{
    position:relative;
}
.section .xl{
    position:absolute;
    bottom:15%;
    left:50%;
    margin-left:-15px;
}
.section .fp-tableCell>img{
    width:100%;
    height:100%;
}


.banner{
    position:relative;
    margin-top:80px;
}
.banner>img{
    width:100%;
}
.banner .text{
    top:25%;
    width:100%;
    left:50%;
    position:absolute;
    width:100%;
    margin-left:-50%;
}
.banner .text span.ch{
    display:block;
    font-size:80px;
    font-family:FZCHSJW--GB1-0;
    font-weight:normal;
    color:rgba(255,255,255,1);
    text-align:center;
}
.banner .text span.en{
    font-size:24px;
    font-family:FZCHSJW--GB1-0;
    font-weight:normal;
    color:rgba(255,255,255,1);
    text-align:center;
    display:block;
}

.member{
    background:rgba(249,249,249,1);
}
.member .content1{
    padding:84px 0 97px;
    width:1400px;
    margin:0 auto;

}
.member .content1 .fn-clear{
    position:relative;
}
.member .content1 img.fl{
    width:50%;
    height: 76%;
    position:absolute;
    left:0;
    top:40px;
}

.member .content1 .fr{
    background:#fff;
    width:55%;
    height:450px;
    padding-left:8%;
    padding-top:70px;
    box-sizing:border-box;
}

.member .content1 .fr p.first{
    font-size:30px;
    font-family:Alibaba-PuHuiTi-M;
    font-weight:normal;
    color:rgba(51,51,51,1);
    line-height:36px;
}
.member .content1 .fr p.second{
    font-size:14px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(119,119,119,1);
    line-height:26px;
}
.member .content1 .fr li img{
    margin-right:20px;
}
.member .content1 .fr ul{
    margin-top:40px;
}
.member .content1 .fr li {
    font-size:16px;
    font-family:FZCHSJW--GB1-0;
    font-weight:normal;
    color:rgba(119,119,119,1);
    line-height:26px;
    margin-bottom:20px;
}
.member .content1 .fr a{
    width:120px;
    height:36px;
    line-height:36px;
    display:block;
    color:#fff;
    font-size:16px;
    margin-top:30px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    background:rgba(198,87,64,1);
    text-align:center;
}

.commontitle{
    text-align:center;
}
.commontitle span.en{
    font-size:18px;
    font-family:Arial-BoldItalicMT;
    font-weight:normal;
    color:rgba(51,51,51,1);
    line-height:24px;
    padding-bottom:5px;
    background:url(../img/bg3.png)  no-repeat center bottom;
    display:block;
    margin-bottom:10px;

}
.commontitle span.ch{
    font-size:20px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(34,34,34,1);
    line-height:24px;
}

.member .content2 .box{
    margin-top:50px;
    background:url(../img/memberbg.png)  no-repeat center;
    padding:178px 0 142px;
}
.member .content2 .box li{
    float:left;
    width: 180px;
    height:280px;
    background:rgba(0,0,0,0.45);
    border-radius:10px;
    margin-right:46px;
    padding-top:54px;
    
    box-sizing:border-box;
}
.member .content2 .box li:last-child{
    margin-right:0;
}
.member .content2 .box ul{
    display:flex;
    justify-content: center;
}
.member .content2 .box li img{
    display:block;
    margin:0 auto 24px;
    width:100px;
}
.member .content2 .box li span{
    display:block;
    font-size:24px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(255,255,255,1);
    text-align:center;
}
.member .content3{
    padding:100px 0 122px;
}
.member .content3 .fn-clear{
    width:1400px;
    margin:0 auto;
}
.member .content3 .fl{
    width:62%;
}
.member .content3  p.en{
    font-size:70px;
    font-family:Garamond;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: center;

}
.member .content3 .tabbox .box{
    display:none;
}
.member .content3 .tabbox .box:first-of-type{
    display:block;
}
.member .content3 .fl p.ch{
    font-size:14px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(102,102,102,1);
    line-height:26px;
}
.member .content3  span.line{
    width:95px;
    height:1px;
    background:rgba(198,87,64,1);
    display:block;
    margin-bottom:45px;
}
.member .content3 .fr{
    width:38%;
  
}
.member .content3 .fr img{
    width:100%;
}
.member .content3 .fl .text p{
    font-size:16px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(102,102,102,1);
    text-indent:2em;
    line-height:30px;
}

.member .content3 .fl .text{
    background:#fff;
    padding:54px 20px;
    margin-top:60px;
   
    box-sizing:border-box;
}

/*联系我们*/
.join{
    background: rgba(249,249,249,1);
    padding:80px 0 95px;
}

.contact{
    background: rgba(249,249,249,1);
    padding-bottom:150px;
}
.contact .commontitle{
    margin-bottom:35px;
}
.contact ul{
    display:flex;
    justify-content: center;
    margin-bottom:24px;
}
.contact li{
    width:140px;
    height:45px;
    line-height:45px;
    text-align:center;
    color:#333;
    font-size:24px;
    float:left;
    cursor:pointer;
}
.join .commontitle{
    margin-bottom:45px;
}
.join .recurit  .recurit_box{
    padding:50px 160px;
    background:#fff;
    width:1200px;
    margin:0 auto 15px;
    box-sizing:border-box;
}
.join .recurit  .recurit_box .item{
    margin-bottom:30px;
}
.join .recurit  .recurit_box .item li{
    float:left;
    width:33%;
    background:url(../img/bg4.png) no-repeat right center
}
.join .recurit  .recurit_box .item li span{
    display:block;
    text-align:center;
    font-size:16px;
}
.join .recurit  .recurit_box .item li span:first-child{
    font-weight:bold;
    color:#333;
    margin-bottom:15px;
}
.join .recurit  .recurit_box .item li:last-child{
    background:none;
}
.con .new img{
    width:24%;
    height:210px;
}
.join .recurit  .recurit_box .button .fl{
    color:#29cde6;
    font-size:16px;
}
.join .recurit  .recurit_box .zx{
    width:150px;
    height:40px;
    line-height:40px;
    background:#c1553e;
    color:#fff;
    display:inline-block;
    text-align:center;
}
.join .recurit .recurit_box .item li:nth-of-type(1) span{
    text-align:left;
}
.join .recurit .recurit_box .item li:nth-of-type(3) span{
    text-align:right;
}

.join .recurit  .detail_text{

    display:none;
}
.join .recurit  .detail_text ul{
    display:inline-block;
}
.join .recurit  .detail_text span{
    vertical-align: top;
    font-size:16px;
    font-weight:bold;
    color:#333;
    width:100px;
    display:inline-block;
}
.join .recurit  .detail_text ul li{
    font-size:14px;
    color:#333;
    line-height:32px;
}

.join .recurit  .detail_text>div{
    margin-bottom:40px;
}
.contact li.active{
    background: #c1553e;
    color:#fff;
}
.contact .map .mapbox{
   display:none;
}
.contact .map .mapbox img{
    width:100%;
}
.contact .map .mapbox:first-of-type{
    display:block;
}
/*媒体*/

.media{
    padding:100px 0;
}
.media .swiper-container{
    padding-bottom:60px;
}

.media  .swiper-pagination{
    bottom:0 !important;
}
.media  .swiper-pagination span{
    width:40px;
    height:4px;
    background:rgba(198,87,64,0.2);

    border-radius:2px;
}
.information{
    background:#f9f9f9;
    padding:76px 0 110px;
}

.information .commontitle{
    margin-bottom:45px;
}
.information li{
    background:#fff;
    padding:20px 20px 20px 28px;
    box-sizing:border-box;
    margin-bottom:20px;
}
.information li .fl{
    width:70%;
}
.information li .fr{
    width:26%;
}
.information li:hover{
    box-shadow:0 0 4px #ccc;
}

.information li .fr img{
    width:100%;
}
.information li .fl p.first{
    font-size:24px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(51,51,51,1);
   margin-bottom:25px;
}

.information li .fl span.detail{
    background:url(../img/arrow1.png)  no-repeat center center/100%;
    width:73px;
    height:22px;
    display:block;
    margin-top:10px;
}
.information li:hover p.first{
    color:rgba(198,87,64,1)
}
.information li:hover span.detail{
    background:url(../img/arrow2.png)  no-repeat center center/100%;
}
.information li .fl p.text{
    font-size:14px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(102,102,102,1);
    line-height:24px;
    height:96px;
    overflow:hidden;
}

.media  .swiper-pagination-bullet-active{
    background:rgba(198,87,64,1) !important;
}

.media li span{
    display:block;
    text-align:center;
    font-size:20px;
    font-family:Alibaba-PuHuiTi-B;
    font-weight:normal;
    color:rgba(51,51,51,1);
    line-height:24px;
    margin:35px 0 20px;
    font-weight:bold;
}
.media li p{
    width:80%;
    margin:0 auto;
    text-align:center;
    font-size:14px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(136,136,136,1);
    line-height:24px;
}
.media .commontitle{

    margin-bottom:50px;
}
.media .swiper-slide li .video-box{
    height:360px;
}
.media .swiper-slide li{
    float:left;
    width:22%;
    position:relative;
    margin-right:4%;
}
.media .swiper-slide li:nth-of-type(4n){
    margin-right:0;
}
.media .swiper-slide li video{
    width:100%;
    height:100%;
    object-fit: cover;

}
.media .swiper-slide li .video-img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:360px;
    background:rgba(0,0,0,0.5)
}
.media .swiper-slide li .video-img img.post{
    width:100%;
    height:100%;
}
.media .swiper-slide li .video-img img.play{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-15px;
    margin-top:-15px;
}

.page{
    text-align:center;
}
.page a{
    width:40px;
    height:40px;
    border:1px solid rgba(204,204,204,1);
    border-radius:50%;
    font-size:18px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(102,102,102,1);
    line-height:40px;
    text-align:center;
    display:inline-block;
}
.page a:last-child{
    width:80px;
    height:40px;
    border:1px solid rgba(204,204,204,1);
    border-radius:20px;
}
.page a:hover,.page a.active{
    background:rgba(198,87,64,1);
    color:#fff;
}

/*加盟*/
.advantage{
    padding:98px 0 115px;
}
.advantage .tab{
    margin-top:60px;
}
.advantage .wrap{
    width:1400px;
    margin:0 auto;
}
.advantage .tabbox div{
    padding-left:50px;
    box-sizing:border-box;
    padding-top:60px;
}
.advantage .tabbox:nth-of-type(odd)>img{
    float:left;
    width:53%;
    margin-top:-80px;
}
.advantage .tabbox:nth-of-type(1)>img{
    margin-top:0;
}
.advantage .tabbox:nth-of-type(1)>div{
    padding-top:140px;
}
.advantage .tabbox:nth-of-type(odd)  div{
    float:right;
    width:47%;

}
.advantage .tabbox:nth-of-type(even) >img{
    float:right;
    width:53%;
    margin-top:-80px;
}
.advantage .tabbox:nth-of-type(even)  div{
    float:left;
    width:47%;
    text-align:right;
    padding-right:50px;
}
.advantage .tabbox div span{
    font-size:30px;
    font-family:Alibaba-PuHuiTi-B;
    font-weight:normal;
    color:rgba(51,51,51,1);
    display:block;
}
.advantage .tabbox div p{
    font-size:16px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(102,102,102,1);
    line-height:24px;
}
.advantage .tabbox div img{
    margin-bottom:28px;
}

.Siting .commontitle{
    margin-bottom:50px;
}
.Siting img.fl,.Siting div.fr{
    width:50%;
    height:600px;
    box-sizing:border-box;
}

.Siting div.fr{
    background:rgba(249,249,249,1);
    padding:110px 130px;
}
.Siting div.fr li{
    width:50%;
    float:left;
    padding:50px 0px;
    box-sizing:border-box;
}
.Siting div.fr li span{
    font-size:40px;
    font-family:Alibaba-PuHuiTi-M;
    font-weight:normal;
    color:rgba(51,51,51,1);
    display:block;
    text-align:center;
}

.Siting div.fr li  p{
    font-size:16px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(102,102,102,1);
  display:block;
    text-align:center;
}
.Siting div.fr li:nth-of-type(2){
    border-left:1px solid rgba(204,204,204,1);
}
.Siting div.fr li:nth-of-type(3)  {
    border-top:1px solid rgba(204,204,204,1);
    border-right:1px solid rgba(204,204,204,1);
}
.apply{
    padding:115px 0 120px;
}
.apply .info{
    width:49%;
    float:left;
    margin:0 2% 30px 0;
}
.apply .info:nth-of-type(2n){
    margin-right:0;
}
.apply  .commontitle{
    margin-bottom:30px;
}
.apply label{
    font-size:16px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(51,51,51,1);
    line-height:24px;
    width:12%;
    display:inline-block;
}
.apply input{
    width:85%;
    line-height:50px;
    padding-left:10px;
    box-sizing:border-box;
    height:50px;
    background:rgba(249,249,249,1);
}
.apply  .info:last-child{
    width:100%;
}
.apply  .info:last-child label{
    width:6%;
    vertical-align: top;
}
.apply  .info:last-child textarea{
    width:92%;
    height:160px;
    background:rgba(249,249,249,1);
    resize:none;
    border:none;
}
.apply  button{
    width:120px;
    height:36px;
    line-height:36px;
    background:rgba(198,87,64,1);
    font-size:16px;
    color:#fff;
    text-align:center;
    display:block;
    margin:0 auto;
}


/*介绍*/
.introduction{
  background:#f9f9f9;
}

.introduction .wrap{
    width:1400px;
    margin:0 auto;
    position:relative;
}

.introduction .top{
    background:#fff;
    padding:92px 98px 100px 103px;
    box-sizing:border-box;
    top:-200px;
    position:absolute;
    width:1400px;
}
.introduction .top .fl{
    width:55%;
}
.introduction .top .fr{
    width:35%;
}
.introduction .top .fl img{
    padding-bottom:70px;
}
.introduction .top .fl span.line{
    width:549px;
    height:1px;
    background:rgba(234,234,234,1);
    display:block;
    margin-bottom:40px;
}
.introduction .top .fl p{
    font-size:16px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(102,102,102,1);
    line-height:26px;
}

.introduction .top .fr li{
    width:100%;
    height:120px;
    border:1px solid rgba(224,224,224,1);
    margin-bottom:26px;
    display:flex;
    align-items:center;

    box-sizing:border-box;
}
.introduction .top .fr li a{
    display: block;
    width:100%;
}

.introduction .top .fr li:nth-of-type(1) img{
    max-width:70%;
    width:70%;
    display:block;
    margin:0 auto;
}
.introduction .top .fr li img{
padding:0 28px;
}
.introduction .top .fr li p{
    font-size:14px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(51,51,51,1);
    line-height:24px;
    display:inline-block;
    width:60%;
}

.introduction .brand{
    padding:500px 0 100px;
}
.introduction .brand .content>div{
    width:49%;
    margin-right:2%;
    background:#fff;
    float:left;
   height:380px;
   overflow-y:scroll;
   overflow-x:hidden;

}
.introduction .brand .swiper-button-prev{
    background:url(../img/right3.png)  no-repeat right center;
    transform: rotate(180deg)
}
.introduction .brand .swiper-button-next{
    background:url(../img/right3.png)  no-repeat right center;
    
}
.introduction .brand .content>div:last-child{
    display:flex;
    align-items:center;
    justify-content:center;
    overflow-y:hidden;
}
.introduction .brand .content>div:nth-of-type(2n){
    margin-right:0;
}
.introduction .brand .content>div img{
    display:block;
    margin:0 auto;
    max-width:100%;
    max-height:100%;
  
}
.introduction .brand .commontitle{
    margin-bottom:140px;
}
.introduction .brand .content>div:first-child span{
    display:block;
    text-align:center;
    font-size:36px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(51,51,51,1);
    margin:50px 0 40px;

}
.introduction .brand .content>div:first-child>div{
    font-size:16px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(102,102,102,1);
    padding:0 55px;
    text-align:center;
    height:190px;
   
    line-height:24px;
 
}
/* .introduction .brand .content>div p{
    font-size:16px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(102,102,102,1);
    padding:0 55px;
    text-align:center;
    height:190px;
    overflow:hidden;
    line-height:24px;
    overflow: scroll;
    overflow-x:hidden;
} */

/*空间*/
.space .box1,.space .box2{
    background:#f9f9f9;
    padding:80px 0 115px;
}
.space .box2{
    padding:0 0 100px;
}
.space .box1 .fn-clear{
    background:#fff;
}
.space .box1 .fl{
    width:40%;
    padding:54px 67px 0 44px;
    box-sizing:border-box;
}
.space .box1 .fl span.line{
    width:80px;
    height:1px;
    background:rgba(51,51,51,1);
    display:block;
    margin-bottom:20px;
}
.space .box1 .fl span.en{
    font-size:36px;
    font-family:FZCHSJW--GB1-0;
    font-weight:normal;
    color:rgba(51,51,51,1);
    display:block;
}
.space .box1 .fl span.ch{
    font-size:20px;
    font-family:Adobe Heiti Std R;
    font-weight:normal;
    color:rgba(51,51,51,1);
    line-height:24px;
}
.space .box1 .fl ul{
    margin-top:40px;
}

.space .box1 .fl  li{
    background:url(../img/dot2.png) no-repeat left top 5px;
    font-size:14px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(102,102,102,1);
    line-height:24px;
    padding-left:15px;
}
.space .box1 .fr{
    width:60%;
}
.space .box2 .fn-clear{
     width:1400px;
    margin:0 auto;
}
.space .box2  .fl{
    width:43%;
}
.space .box2  .fl img{
    width:100%;
}
.space .box2  .fr{
    width:56.5%;
}
.space .box2 .commontitle{
    margin-bottom:45px;
}
.space .box2  .fr img{
    width:49.5%;
}
.space .box2  .fr img:last-child{
    width:100%;
    margin-top:10px;
}
.space .box4 img{
    display:block;
    margin:84px auto 135px;
}
.space .box3{
    padding:83px 40px;
}
.space .box3 .swiper-container{
    padding-bottom:100px;
}
.space .box3 .swiper-pagination{
    bottom:0 !important;
}

.space .box3 .swiper-pagination span{
    width:40px;
    height:40px;
    border:1px solid rgba(204,204,204,1);
    border-radius:50%;
    background:#fff;
    line-height:40px;
}

.space .box3 .swiper-pagination-bullet-active{
    background:rgba(198,87,64,1) !important;
    color:#fff;
}

.space .box3 li{
    float:left;
    width:31.2%;
    margin-right:2%;
}
.space .box3 li img{
    width:100%;
}
/*媒体详情*/

.mediadetail{
    background:#f9f9f9;
    padding:76px 0 130px;
    margin-top:80px;
}
.mediadetail p.item{
    font-size:30px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(17,17,17,1);
    display:block;
    text-align:center;
    margin-bottom:40px;
}
.mediadetail div.time{
    height:36px;
    line-height:36px;
    text-align:center;
    background:#fff;
}
.mediadetail div.time span{
    font-size:14px;
    font-family:Alibaba-PuHuiTi-L;
    font-weight:normal;
    color:rgba(153,153,153,1);
    margin-right:55px;
}
.mediadetail .details{
    padding:25px 0 65px;
}
.mediadetail .details p{
    font-size:14px;
    font-family:Alibaba-PuHuiTi-R;
    font-weight:normal;
    color:rgba(51,51,51,1);
    line-height:24px;
    text-indent:2em;
}
.mediadetail .details img{
    display:block;
    margin:0 auto;
    max-width:100%;
}
.mediadetail .link{
  padding-bottom:15px;
    border-bottom:1px solid rgba(187,187,187,1);
}
.mediadetail .link .fl img{
    margin-right:10px;
}
.mediadetail .chapter{
    padding-top:20px;
}
.mediadetail .chapter a.fl{
 background:url(../img/left2.png) no-repeat left center;
padding-left:15px;
}
.mediadetail .chapter a.fr{
    background:url(../img/right2.png) no-repeat right center;
    padding-right:15px;
}


.layer{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:99999;
    display:none;
}

.layer .iframevideo{

    width:500px;
    height:300px;
    position:fixed;
    left:50%;
    margin-left:-250px;
    top:50%;
    margin-top:-150px;
}
.member .content2 .box li:hover{
  transform: scale(1.1)
}
.layer .iframevideo video{
    width:100%;
    height:100%;
    object-fit:cover;
}
.layer img{
    position:fixed;
    left: 50%;
    margin-left: 221px;
    top: 50%;
    margin-top: -180px;
   
}



.section .text1{
    top:40%;
    width:100%;
    position: absolute;
    text-align:center;
}

.section .text1 h2{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    color:#fff;
    text-shadow:0 0 4px #333; 
    
}
.section .text1 p{
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    letter-spacing: 1px;
    text-shadow: none;
    margin: 12px 0 0;
    color:#fff;
    text-shadow:0 0 4px #333; 
}

#fullpage  .active .text1  h2,#fullpage  .active  .text1 p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-name: bannerH2;
    animation-name: bannerH2;
    -o-animation-name: bannerH2;
    -ms-animation-name: bannerH2;
    -moz-animation-name: bannerH2;
    opacity: 0;
   
}
#fullpage .active  .text1 p{
    -webkit-animation-delay:0.5s; animation-delay:0.5s; -o-animation-delay:0.5s; -ms-animation-delay:0.5s; -moz-animation-delay:0.5s;
}

@-webkit-keyframes bannerH2 {
    0% { opacity:0; -webkit-transform:translateY(50px); transform:translateY(50px); -moz-transform:translateY(50px); -o-transform:translateY(50px); -ms-transform:translateY(50px); }
    100% { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); -moz-transform:translateY(0); -o-transform:translateY(0); -ms-transform:translateY(0); }
   }
   @keyframes bannerH2 {
       0% { opacity:0; -webkit-transform:translateY(50px); transform:translateY(50px); -moz-transform:translateY(50px); -o-transform:translateY(50px); -ms-transform:translateY(50px);  }
       100% { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); -moz-transform:translateY(0); -o-transform:translateY(0); -ms-transform:translateY(0); }
   }
   