/*第一屏样式*/
.page1_bg{
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}
.active .tv_center{
    top: 98px;
    transition-delay: 0.6s;
    opacity: 1;
}
.tv_center {
    position: relative;
    width: 862px;
    height: 520px;
    overflow:hidden;
    margin: 0 auto;
    background: url(../images/tv_center.png) top center no-repeat;
    background-size: 90%;
    transition: all 1s;
    top: -50%;
    opacity: 0;
}
.active .tv_left,.active .tv_right{
    transition-delay: 1.5s;
    opacity:1;
}
.tv_left,.tv_right{
    position: absolute;
    transition: all 1s;
    opacity:0;
}
.tv_left{
    left: 65px;
    width:420px;
    height:381px;
    top: 19px;
    background: url(../images/tv_left.png) 0 0 no-repeat;
    background-size: 90%;
}
.tv_right {
    right: 58px;
    bottom: 89.5px;
    width:351px;
    height:285px;
    background: url(../images/tv_right.png) right 0 no-repeat;
    background-size: 90%;
}
.active .tv_title{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 1s;
}

.tv_title{
    position:relative;
    margin: 0 auto;
    top:72px;
    width: 739px;
    height: 77px;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
    background:url(../images/tv_title.png) center top no-repeat;
    background-size:90%;
}
.active .p1 {
    opacity: 1;
    transition-delay: 2.1s;
}
.p1 {
    position: relative;
    top:89px;
    width: 797px;
    height:144px;
    margin:0 auto;
    opacity: 0;
    transition: all 1s;
    overflow:hidden;
    text-align: center;
    font-family: 'Microsoft Yahei';
    font-size: 18px;
    color:#333;
}
.p1 span{
    font-size: 22px;
}
.active .btn_details {
    top: 112px;
    transition-delay: 1.5s;
    opacity:1;
}
.btn_details{
    display: block;
    width:240px;
    height:60px;
    background:#1a1b1d;
    border-radius: 10px;
    text-align: center;
    margin:0 auto;
    position:relative;
    top: 200%;
    opacity:0;
    line-height: 60px;
    color:#fff;
    font-size: 24px;
    transition: all 1s;
}
/*第二屏样式修改后*/
.tv_title2_1{
    position:relative;
    margin: 0 auto;
    top:400px;
    width: 735px;
    height: 166px;
    opacity: 0;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    transition: all 1s;
    background:url(../images/tv_title2_1.png) center top no-repeat;
    background-size:90%;
}
.active .tv_title2_1{
    top:140px;
    opacity: 1;
     -webkit-transform: scale(1,1);
    transform: scale(1,1);
    transition-delay: 0.4s;
}
.tv_content2_1{
    width: 33%;
    color: #1a1b1d;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    top: 100px;
    opacity: 0;
    transition: all 1s;
}
.active .tv_content2_1{
    top: 0px;
    opacity: 1;
     transition-delay: 1.8s;
}
.tv_content2_1 i{
    display: inline-block;
    width: 5px;
    height: 160px;
    background-color: #c4c4c4;
    border-radius: 50%;
    position: relative;
    top: -160px;
    left: 374px;
}
.tv_content2_1 b{
    display: block;
    width: 60px;
    border-bottom: 2px solid #c4c4c4;
    margin: 25px 0;
}
.tv_bg2:hover+div p{
    color: #c99d5c;
    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color  0.5s;
    -o-transition: color  0.5s;
}
.tv_bg2:hover+div b{
    border-bottom: 2px solid #c99d5c;
     transition: border-bottom 0.5s;
    -moz-transition: border-bottom 0.5s;
    -webkit-transition: border-bottom  0.5s;
    -o-transition: border-bottom  0.5s;
}
.tv_bg2:hover+div h4{
    background-color: #c99d5c;
    transition: background-color 0.5s;
    -moz-transition:background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}
.tv_bg2_1:hover{
     cursor: pointer;
      background:url(../images/tv_bg2_1_h.png) center center no-repeat;
}
.tv_bg2_2:hover{
    cursor: pointer;
    background:url(../images/tv_bg2_2_h.png) center center no-repeat;
}
.tv_bg2_3:hover{
     cursor: pointer;
    background:url(../images/tv_bg2_3_h.png) center center no-repeat;
}
.tv_bg2_1,.tv_bg2_2,.tv_bg2_3{
    width: 104px;
    height: 104px;
    border-radius: 50%;
}
.tv_content2_11>h4,.tv_content2_12>h4,.tv_content2_13>h4{
    font-size: 20px;
    background-color: #1a1b1d;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 20px;
}
.tv_content2_11>p,.tv_content2_12>p,.tv_content2_13>p{
    font-size: 16px;
    color: #1a1b1d;
}
.tv_bg2_1{
      background:url(../images/tv_bg2_1.png) center center no-repeat;
}
.tv_bg2_2{
    background:url(../images/tv_bg2_2.png) center center no-repeat;
}
.tv_bg2_3{
    background:url(../images/tv_bg2_3.png) center center no-repeat;
}
.tv_content2_11,.tv_content2_12,.tv_content2_13{
    margin-left: 120px;
}
.tv_center2{
    position: relative;
    width: 1200px;
    height: 390px;
    overflow:hidden;
    margin: 0 auto;
    transition: all 1s;
    margin-bottom: 120px;
     top: 98px;
    opacity: 1;
}
div.tv_left_2,div.tv_center_2,div.tv_right_2{
   position: absolute;
    transition: all 1.6s;
    opacity:0;
}
div.tv_left_2{
     left: -50%;
}
div.tv_right_2{
    right: -50%;
}
div.tv_center_2{
     bottom: -70%;
}
.active div.tv_left_2{
    left: 20px;
    bottom: 19px;
    background-size: 90%;
    width: 429px;
    height: 258px;
     background:url(../images/tv_left_2.png) 0 0 no-repeat;
     opacity:1;
     transition-delay: 1s;
}
.active div.tv_right_2{
    right: 20px;
    bottom: 19px;
    background-size: 90%;
    width: 429px;
    height: 258px;
     background:url(../images/tv_right_2.png) 0 0 no-repeat;
     opacity:1;
     transition-delay: 1s;
}
.active div.tv_center_2{
    left: 319px;
    bottom: 0px;
    background-size: 90%;
    width: 562px;
    height: 338px;
     background:url(../images/tv_center_2.png) 0 0 no-repeat;
     z-index:30;
     opacity:1;
     transition-delay: 1s;
}
.tv_bottom2{
    overflow: hidden;
}

/*第二屏样式*/
.active .tv_slide1{
    margin-left: -360px;
    transition-delay: 1s;
    opacity:1;
}
.tv_slide1{
    position:relative;
    top:0;
    margin-left: -100%;
    opacity:0;
    transition: all 1s;
}
.active .tv_slide2{
    opacity:1;
    margin-right: -375px;
    transition-delay: 1.3s;
}
.tv_slide2{
    position:relative;
    bottom:-48px;
    margin-right: -100%;
    transition: all 1s;
    clear: both;
    opacity:0;
    float: right;
}
.active .tv_title1{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 1.7s;
}

.tv_title1{
    position:relative;
    left:47%;
    top:-470px;
    z-index: 10;
    width: 315px;
    height: 189px;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}
.active .p2 {
    transition-delay: 2s;
    left:47%;
    opacity:1;
}
.p2 {
    position: relative;
    top:-420px;
    left: 80%;
    transition: all 1s;
    overflow:hidden;
    text-align: left;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    color:#333;
    opacity:0;
    font-weight: 100;
    letter-spacing: 3px;
}
.p2 span{
    display:block;
    margin-bottom: -10px;
    font-size: 22px;
    color:#e8bd77;
}
/*第三屏样式*/
.page3_bg .width1200{
    background:url(../images/bg2.png) left center no-repeat;
    background-size: 50%;
}
.active .tv_title2{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.7s;
}

.tv_title2{
    position:relative;
    left:51%;
    top: 260px;
    z-index: 10;
    width: 557px;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}
.active .p3 {
    transition-delay: 1.3s;
    top: 280px;
    opacity:1;
}
.p3 {
    position: relative;
    top: 35%;
    left: 51%;
    transition: all 1s;
    text-align: left;
    font-family: 'Microsoft Yahei';
    font-size: 22px;
    color:#333;
    opacity:0;
    background:url(../images/xd.png) no-repeat;
    width:308px;
    height:124px;
}
.active .tv_configure{
    transition-delay: 2s;
    opacity:1;
    transition-duration: 1s;
}
.tv_configure{
    position:relative;
    opacity:0;
    transition: all 1s;
    left:51%;
    top:318px;
}
/*第四屏样式*/
.page4_bg{
    background:url(../images/bg4.jpg) no-repeat;
    background-size: cover;
}
.active .tv_content1{
  left: 0;
    transition-delay: 1s;
}
.tv_content1{
  width: 550px;
    position: relative;
    left: -90%;
    top: 28%;
    float: left;
    transition: all 1s;
}
.active .tv_slide3{
    right: -7%;
    transition-delay: 1s;
}
.tv_slide3{
    position:absolute;
    width:567px;
    height:555px;
    top: 18%;
    right: -90%;
    float: right;
    background:url(../images/TV_slide3.png) no-repeat;
    transition: all 1s;
}
.active .tv_screen{
    transition-delay: 2s;
    opacity: 1;
    transition: all 2s ease 2s;
}
.tv_screen{
  position: relative;
    top: 22px;
    left: 10px;
    background:url(../images/tv_screen.png) no-repeat;
    height:482px;
    opacity: 0;
}
/*第五屏*/
.active .page5_bg{
    opacity: 1;
    transition-delay: 1.7s;
}
.page5_bg{
    position:relative;
    width:100%;
    height:100%;
    background:url(../images/tv_slide4.png) center no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 1s;
}
.active .tv_title3{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.7s;
}

.tv_title3{
    position:relative;

    margin-left: -415px;
    text-align: center;
    margin: 0 auto;
    top: -700px;
    z-index: 10;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}
.active .tv_content2{
    transition-delay: 1.3s;
    top: -683px;
    opacity:1;
}
.tv_content2{
    position: relative;
    top: 45%;
    left:50%;
    margin-left: -415px;
    opacity:0;
    transition: all 1s;
}
.active .btn_details2 {
    top: -630px;
    transition-delay: 1.7s;
    opacity:1;
}
.btn_details2{
    position: relative;
    display: block;
    width: 240px;
    height: 60px;
    background: #1a1b1d;
    border-radius: 10px;
    text-align: center;
    left:50%;
    top: 700px;
    margin-left: -120px;
    opacity: 0;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    transition: all 1s;
}
.container-fluid{
    padding:0;
    height:100%;
        width: 100%;
}
/*第六屏*/
.page6_bg{
    background:#f0f0f1;
    background-size: cover;
}
.active .tv_content3{
    margin-left: -720px;
    transition-delay: 1s;
}
.tv_content3{
    position: relative;
    left: 50%;
    margin-left: -200%;
    top: 20%;
    transition: all 1s;
}
.active .tv_slide5{
    margin-right: 15px;
    transition-delay: 1s;
}
.tv_slide5{
    position:relative;
    width:772px;
    height:827px;
    top: -45%;
    margin-right: -200%;
    right: -20%;
    float: right;
    transition: all 1s;
}
.tv_slide5 p{
  font-size: 22px;
    color: #c79f5d;
}
.tv_slide5 span{
  font-size: 16px;
    display: block;
    margin-top: 35px;
    line-height: 2;
    letter-spacing: 3px;
}
.tv_slide5>ul{
  width:20%;
  float:left;
  margin-top: 35px;
}
.tv_slide5>ul li{
  margin-bottom: 3px;
  font-size: 16px;
}
.tv_slide5 button{
  display: block;
    position: absolute;
    top: 510px;
    left: 0;
    padding: 12px 50px;
    border-radius: 5px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 20px;
    outline: none;
}
ul li.page6-ul-tite{
  margin-bottom: 8px;
  color:#c79f5d;
}
/*wsoup精英汇*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-button-next,.swiper-button-prev{
    background:none;
    text-align: center;
    width:58px;
    height:58px;
}
div>.swiper-pagination-bullet{
    background:#999;
    width:21px;
    height:21px;
    opacity:1;
}
.swiper-pagination-bullet-active{
    opacity:1;
    background:none;
    border:2px solid #007bff;
    width: 17px;
    height: 17px;
}
.slide_1{
    background:url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
}
.slide_2{
    background:url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
}
.zh_slide1{text-align: center;margin-top: 230px;margin-bottom: 53px;display:none;}
.zh_text{text-align: center;font-size: 40px;font-weight: 100;display:none;}
.zh_slide2{text-align: center;margin-top: 300px;margin-bottom: 53px;}
.zh_text2{text-align: center;font-size: 50px;font-weight: 100;color:#fff; letter-spacing: 15px;}
.elite_exchange{background:url(../images/elite_exchange_bg.png) no-repeat;background-size: cover;width:100%;height:500px;padding-top: 131px;font-family: 'Microsoft Yahei';font-weight: 100;}
.elite_exchange h1{text-align: center;position:relative;margin-top: 0;}
.elite_p1,.elite_p2{color:#fff;text-align: center;}
.elite_p1{width:797px;color:#fff;margin:53px auto;font-size: 22px;letter-spacing: 3px;line-height: 1.6;}
.elite_p2{width:905px;height:144px;margin:0 auto;font-size: 16px;letter-spacing: 2px;line-height: 1.8;}
.give_wrap{background:#f3f3f3;}
.give{height:600px;width:1200px;margin:0 auto;}
.give_left{height:100%;font-family: 'Microsoft Yahei';cursor:pointer;}
.give_left img{margin-top: 83px;}
.give_right h1{margin-top: 169px;margin-bottom: 48px;}
.give_right p{font-size: 22px;margin-bottom: 48px;}
.give_list{margin-bottom: 48px;}
.rights_interests{height:687px;padding-top: 130px;}
.rights_interests h1{margin-top: 0;text-align: center;margin-bottom: 75px;}
.rights_wrap{width:272px;height:458px;margin-right: 37px;cursor:pointer;position:relative;}
.rights_title{color:#fff;position:absolute;top:150px;left:37px;letter-spacing: 1.5px;text-align: center;width: 205px;height:79px;}
.rights_title h1{margin-bottom: 0;font-size: 30px;}
.rights_title p{font-size: 12.9px;}
.jb_icon{position:absolute;top:0;display:none;}
.zb{top: 30px;left: 109px;}
.kc{top: 26px;left: 109px;}
.dp{top: 23px;left: 110px;}
.jb{top: 32px;left: 114px;}
.selected{
  width:100%;
    height:841px;
    background:#f7f7f7;
    overflow:hidden;
}
.selected_intro{
  height:373px;
  margin-bottom: 80px;
}
.selected h1{
  padding-top:131px;
  text-align: center;
}
.selected .elite_p1{
    width: 858px;
    color:#000;
}
.resourse_bg{
    background:url(../images/resourse_bg.png) no-repeat;
    background-size: cover;
}
.study_wrap{background:#f7f7f7;}
.study_intro{height:310px;}
.study{height:630px;padding-top: 126px;}
.study h1{margin-top: 0;text-align: center;margin-bottom: 63px;}
.my_con{font-size: 22px;text-align: center;margin-bottom: 62px;}
/**/
.dried_food{
    width:100%;
    height:280px;
    position: relative;
}
.dried_food_left{
  width:680px;
  height:280px;
  position: absolute;
  left:-275px;
  overflow: hidden;
}
.dried_food_right{
  width:684px;
  height:280px;
  position: absolute;
  right:-275px;
  overflow: hidden;
}
.dried_food_left img,.dried_food_right img{position:absolute;}
.dried_food_pic1{left:320px;z-index: 5;}
.dried_food_pic2{left:240px;z-index: 4;}
.dried_food_pic3{left:160px;z-index: 3;}
.dried_food_pic4{left:80px;z-index: 2;}
.dried_food_pic5{left:0px;z-index: 1;}
.dried_food_pic6{right:320px;z-index: 5;}
.dried_food_pic7{right:240px;z-index: 4;}
.dried_food_pic8{right:160px;z-index: 3;}
.dried_food_pic9{right:80px;z-index: 2;}
.dried_food_pic10{right:0px;z-index: 1;}
.dried_food_center{
    width:327px;
    height:198px;
    background:url(../images/dried_food.png) no-repeat;
    text-align: center;
  position: absolute;
  left:36%;
  top:30px;
}
.dried_food_center img{margin-top: 32px;}
/*底部样式*/
.ness-wrap {
    background: #202830;
    padding-bottom: 40px;
    clear: both;
}
.w1000 {
    margin: 0 auto;
    width: 1200px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ness li {
    float: left;
/*    width: 28.2%;*/
  width: 27.5%;
    margin-top: 30px;
    padding: 0 25px 0 45px;
    position: relative;
}
.n-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 34px;
    width: 40px;
}
.hLh30 {
    height: 30px;
    line-height: 30px;
}

.of {
    overflow: hidden;
}
.unFw {
    font-weight: normal;
}
@media screen and (max-width: 1920px)
.fsize20 {
    font-size: 17px;
}
.fsize20 {
    font-size: 20px;
}
.mt10 {
    margin-top: 10px;
}
@media screen and (max-width: 1920px)
.ness li div p {
    width: 100%;
    font-size: 14px;
    line-height: 23px;
}

.ness li div p {
    width: 100%;
    font-size: 14px;
    line-height: 23px;
}
.c-999 {
    color: #999;
    font-size: 13px;
}
.f-link-wrap {
    background: #202830;
}
.f-link-wrap .fLink {
    border-bottom: 1px solid #80909D;
}
.foot-link {
    background: #202830;
    color: #888;
}
.pb20 {
    padding-bottom: 40px;
}
.pt10 {
    padding-top: 10px;
}
.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}
.tac {
    text-align: center;
}
.fsize14 {
    font-size: 12px;
}
.foot-link a, .footLink li dl dd a {
    color: #888;
}

.mr10 {
    margin-right: 10px;
}
.ml5 {
    margin-left: 5px;
}
.mt5 {
    margin-top: 5px;
}
.fsize131 {
    font-size: 13px;
    margin-left: 10px;
}
.n-icon{
    background: url(../images/icon-1.png) no-repeat;
}
.n-i-1 {
    background-position: -5px -444px;
}
.n-i-2 {
    background-position: -57px -444px;
}
.n-i-3 {
    background-position: -118px -444px;
}
.n-i-4 {
    background-position: -5px -506px;
}
.n-i-5 {
    background-position: -57px -506px;
}
.n-i-6 {
    background-position: -109px -506px;
}

/*详情页*/
.nav_bar_pos{position:relative;}
.nav_class{height:79px;background:#f5f5f5;font-size: 16px;width:100%;position:relative;}
.menu_active{height:40px;line-height: 40px;width:30px;margin-top:39px;margin-left:30px;color:#e8bd77;text-indent: -10px;}
.menu_col{height:40px;line-height: 40px;width: 192px;margin-top: 39px;background:#333;color:#fff;text-align: center;text-indent: -10px;cursor:pointer;position:relative;}
.menu_col img{margin-top: 14px;float:right;margin-right: 45px;}
.menu_lists{
    width:192px;
    position:absolute;
    top:40px;
    background:#fff;
    z-index: 3;
}
.menu_lists li{
    height:47px;
    line-height: 47px;
    color:#000;
}
.menu_lists li:hover{
    color:#e8bd77;
}
.menu_lists{display:none;}
.menu_row{height:40px;line-height: 40px;color:#000;margin-top: 39px;margin-right: 40px;}
.menu_row ul li{
    float:left;
    padding:0 15px;
    height:40px;
}
.menu_row ul li a{
  color:#000;
}
.menu_row ul li a:visited,.menu_row ul li a:hover,.menu_row ul li a:active{
    color:#e8bd77;
}
.menu_row ul li.active{
    color:#e8bd77;
}
.buy_link{
    background:#c30d23;
    width:110px;
    height:31px;
    line-height: 31px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 39px;
}
.buy_link:hover{
    background:#ae2200;
}
.touch_screen_top{
    background:url(../images/screen_banner.jpg) center no-repeat;
    height:1000px;
    background-size: cover;
    text-align: center;
    letter-spacing: 3px;
}
.screen_title1,.introduce_content,.tv_scale{
    opacity:0;
}
.introduce_content{color:#fff;font-size: 16px;margin-top: 15px;}
.tv_scale{margin-top: 58px;}
.lot_live{
    background:url(../images/lot_live.jpg);
    height:750px;
    width:100%;
    overflow: hidden;
}
.statu_link{color:#c30d23;font-size: 16px;}
.ot_live_title{
    position:relative;
    margin-top:220px;
    margin-bottom: 16px;
}
.live_left{position:relative;left:102px;font-size: 16px;}
.live_left p{
    margin-bottom: 23px;
    font-size: 16px;
}
.live_right{
    position:relative;
    width:863px;
    height:100%;
}
.tv_live_pic1,.tv_live_pic2{position:absolute;top:0;right:0;}
.tv_live_pic1{
    margin-right: -230px;
    top:97px;
}

.tv_live_pic2{
    margin-right:-88px;
    top:49px;
}

/*成长大学*/
.up_school{
  height:750px;
  width:100%;
}
.up_left{
  position: relative;
  width:767px;
  height:100%;
}
.up_left img{position: absolute;}
.up_img1{top:450px;left:284px;z-index: 9;}
.up_img2{top:280px;left:191px;z-index: 8;}
.up_img3{top:406px;left:-12px;z-index: 7;}
.up_img4{top:178px;left:282px;z-index: 6;}
.up_img5{top:280px;left:-87px;z-index: 5;}
.up_img6{top:106px;left:-38px;z-index: 4;}
.up_img7{top:577px;left:-87px;z-index: 3;}
.up_img8{top:137px;left:470px;z-index: 2;}
.up_img9{top:346px;left:-36px;z-index: 1;}
.up_right{
  width:433px;
  height:100%;
}
.up_sch_title{
  margin:269px 0 16px;
}
.up_right p{
  font-size: 16px;
}
/*企业商学院*/
.business{
  height:568px;
  width:100%;
  background: url(../images/bus_bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.business_title{
  text-align: center;
  padding:80px 0 16px;
}
.bus_top p{
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.bus_TV{
  margin-top:188px;
}
/* 视频会议 */
.video_meeting{
  height:770px;
  width:100%;
  background-color: #f4f4f5;
}
.video{
  height:100%;
  position: relative;
}
.video_left img{position: absolute;}
.video_pic2{top:290px;left:2px;z-index: 3;}
.video_pic1{top:157px;left:50px;z-index: 2;}
.video_pic3{top:140px;left:45px;z-index: 1;}
.video_intro{
  position: absolute;
  top:108px;
  right:200px;
  text-align: right;
}
.video_intro h1{
  margin-bottom: 16px;
}
.video_intro p{
  font-size: 16px;
}
/* 众多APP胜任每件事 */
.functions{
  height:751px;
  width:100%;
  background: url(../images/func_bg.png) no-repeat;
}
.func_title{
  padding:70px 0 16px;
  text-align: center;
}
.func_top p{
  text-align: center;
  font-size: 16px;
}
.func_list{
  width:1000px;
  margin:0 auto;
}
.func_list li{
  width:200px;
  height:244px;
  float: left;
  text-align: center;
  font-size: 16px;
}
.func_list li span{
  display: block;
  width:142px;
  height:152px;
  margin: 50px auto 0;
}
.func_li1 span{background: url(../images/functions.png) no-repeat 0 0;}
.func_li2 span{background: url(../images/functions.png) no-repeat -214px 0;}
.func_li3 span{background: url(../images/functions.png) no-repeat -429px 0;}
.func_li4 span{background: url(../images/functions.png) no-repeat -644px 0;}
.func_li5 span{background: url(../images/functions.png) no-repeat -859px 0;}
.func_li6 span{background: url(../images/functions.png) no-repeat 0 -248px;}
.func_li7 span{background: url(../images/functions.png) no-repeat -215px -248px;}
.func_li8 span{background: url(../images/functions.png) no-repeat -429px -248px;}
.func_li9 span{background: url(../images/functions.png) no-repeat -645px -248px;}
.func_li10 span{background: url(../images/functions.png) no-repeat -858px -248px;}
/* 专家问诊 */
.expert{
  height:750px;
  width:100%;
  background-color: #f0f0f1;
}
.exp_title{
  padding:70px 0 16px;
  text-align: center;
}
.exp_top p{
  text-align: center;
  font-size: 16px;
}
.exp_list{
  width:1000px;
  height:400px;
  margin: 62px auto 0;
  padding: 8px;
  background-color: #e5e6e7;
}
.exp_list li{
  width:200px;
  height:200px;
  float: left;
}
.exp_li1{background: url(../images/exp_pic.png) no-repeat 7px 7px;}
.exp_li2{background: url(../images/exp_pic.png) no-repeat -193px 7px;}
.exp_li3{background: url(../images/exp_pic.png) no-repeat -390px 7px;}
.exp_li4{background: url(../images/exp_pic.png) no-repeat -589px 7px;}
.exp_li5{background: url(../images/exp_pic.png) no-repeat -786px 7px;}
.exp_li6{background: url(../images/exp_pic.png) no-repeat 7px -190px;}
.exp_li7{background: url(../images/exp_pic.png) no-repeat -193px -190px;}
.exp_li8{background: url(../images/exp_pic.png) no-repeat -390px -190px;}
.exp_li9{background: url(../images/exp_pic.png) no-repeat -589px -190px;}
.exp_li10{background: url(../images/exp_pic.png) no-repeat -786px -190px;}

/*精品俱乐部*/
.club{
    height:500px;
    width:100%;
    background:url(../images/club_bg.jpg) center no-repeat;
}
.club_top{
  padding-left: 100px;
}
.club_title{
  padding: 80px 0 26px;;
}
.club_top p{
  font-size: 16px;
  color: #fff;
}

/*会员权益*/
.member_interests{
    height:750px;
    background:url(../images/member_interests.png) center no-repeat;
}
.rotate_wrap{
    height:100%;
    position: relative;
    text-align: center;
}
.rotate_wrap h3{font-weight: 100;position:absolute;}
.rotate_members{
    margin:0 auto;
    margin-top: 155px;
}
.interests_text{
    position:absolute;
    left:50%;
    margin-left: -90px;
    font-size: 44.1px;
    top:50%;
    margin-top: -37px;
    display:none;
}
.line{
    width:379px;
    height:1px;
    background:#bd9e66;
    position:absolute;
    display:none;
}
.line1{
    left: -1px;
    top: 188px;
}
.line2{
    right: -2px;
    bottom: 260px;
}
.line3{
    right: -2px;
    top: 188px;
}
.line4{
    left: -1px;
    bottom: 260px;
}
.commont_title{
    letter-spacing: 3px;
    display:none;
}
.title1{
    top: 145px;
    left: 0;
}
.title2{
    bottom: 266px;
    right: 0;
}
.title3{
    top: 145px;
    right: 0;
}
.title4{
    bottom: 266px;
    left: 0;
}
.paragraph{
    width:370px;
    height:173px;
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 3px;
    position:absolute;
     display:none;
}
.paragraph1{
    top: 234px;
    left: 0;
}
.paragraph2{
    bottom: 37px;
    right: 0;
}
.paragraph3{
    top: 234px;
    right: 0;
}
.paragraph4{
    bottom: 37px;
    left: 0;
}


/*图片浏览*/
.mod18Box { padding: 10px; margin: 0px auto; width: 580px; background: #FFF; box-shadow:0px 1px 5px #CCCCCC;height:503px;}
.mod18{ width: 580px; height: 503px; margin: 0px auto; position: relative; background: #f7f7f7; }
.mod18 .btn{position:absolute;width:15px;height:18px;top:546px;cursor:pointer;z-index:29;font-size:50px;font-weight:bold;margin-top: 23px;}
.mod18 .prev{left:-9px;background:url(../images/prevBtn.jpg) no-repeat;}
.mod18 #prevTop,.mod18 #nextTop{top:140px;width:46px;height:48px;opacity:0;}
.mod18 #prevTop{background:url(../images/prevBtnTop.png) 0 0 no-repeat;}
.mod18 #nextTop{background:url(../images/nextBtnTop.png) 0 0 no-repeat;}
.mod18 .next{right:-9px;background:url(../images/nextBtn.jpg) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:580px;height:503px;position:absolute;color:#fff;text-align: center;}
.mod18 .picBox{height:503px;position:relative;overflow:hidden;}
.mod18 .picBox ul{height:503px;position:absolute;}
.mod18 .picBox li{width:580px;height:503px;}
.mod18 .listBox{ width: 553px; height: 109px; margin: 0 auto; position: relative; padding: 6px 0 0px; overflow: hidden; margin-top: 17px;}
.mod18 .listBox ul{height:100px;position:absolute;}
.mod18 .listBox li{width:100px;height:100px;cursor:pointer;position:relative;margin-right: 12px;}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display:block;width:120px;height:100px;}
.mod18 .listBox li img{width:100px;height:100px;border:1px solid #8a8a8a;}
.mod18 .listBox .on img{width:96px;height:96px;border:2px solid #970819;}
.mod18 .listBox .on i{display:block;}


/*立即购买*/
.returnIntell{
  height:30px;
  line-height: 30px;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  color: #AE2200;
}
.title-size{font-size: 16px;}
.choice_specifications{width:562px;letter-spacing: 3px;}
.choice_specifications h1{margin-top: 28px;margin-bottom: 28px;font-size: 40px;}
.choice_specifications span{float:left;}
.price{font-size: 44px;color:#c30d23;font-weight: 400;margin-top: -35px;margin-left: 47px;margin-right: 15px;}
.price_symbol{font-size: 22px;color:#c30d23;margin-top: -10px;}
.size{line-height: 43px;margin-top: 20px;}
.size ul.size_lists{margin-left: 54px; width:470px;}
.accessories_set ul.size_lists{margin-left: 17px;}
.accessories_set{margin-top: 19px;height:43px;line-height: 43px;}
.size ul{text-align: center;margin-left: 18px;}
.size ul li{float:left;width:96px;height:41px;border:1px solid #dcdcdc;line-height: 41px;margin-right: 14px;cursor:pointer;margin-bottom:15px;}
.size ul li.active,.givegoods ul li.active{
    border:1px solid #c30d23;
    background:url(../images/arrow_red.png) bottom right no-repeat;
}
.service_content{padding:20px;border:1px solid #c30d23;color:#c30d23;background:url(../images/arrow_red.png) bottom right no-repeat;margin-left: 18px;}
.member_service{margin-top: 30px;height: 43px;line-height: 43px;}
.tv_number{margin-left: 56px;height: 43px;line-height: 43px; position: relative;}
.tv_number img{
    cursor:pointer;
}
.total{
  width: 96px;
    height: 41px;
    border: 1px solid #c30d23;
    background: url(../images/arrow_red.png) bottom right no-repeat;
    text-align: center;
    outline: none;
    -webkit-appearance: none !important;
}
.add,.min{position: absolute;}
.add{top: 0;left: 108px;}
.min{bottom: 0;left: 108px;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"]{
  -moz-appearance: textfield;
}
.service_content h3{font-weight: 500;font-size: 16px;}
.giveaway{margin-top: 30px;}
.givegoods{margin-left: 56px;}
.givegoods p{
  color: #c30d23;
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.givegoods ul li{
  float: left;
  width: 105px;
  height: 95px;
  text-align: center;
  margin-right: 13px;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.givegoods ul li img{
  vertical-align: text-top;
}
.givegoods ul li p{
  position: absolute;
    bottom: -41px;
    width: 244px;
    left: -1px;
    text-align: left;
    background: #ebebeb;
    border: 1px solid #d8d8d8;
    padding: 0 3px;
    color: #666;
    display: none;
}
a.btn_purchase{width:179px;height:49px;line-height: 49px !important;border-radius: 5px;background:#970819;border:none;color:#fff;font-size: 22px;outline:none;margin-left: 94px;margin-top: 55px;text-align: center;}
.btn_purchase:hover,.btn_purchase:active{
    background:#c30d23;
}

.goods_content{text-align: center;}
.goods_tabs ul{height:67px;line-height: 67px;}
.goods_tabs{background:#f3f3f3;}
.goods_tabs ul li{padding:0 35px;float:left;height:65px;cursor:pointer;font-size: 20px;}
.goods_tabs ul li.active{border-bottom: 2px solid #c30d23; color: #c30d23;}
.table_spec{width: 1202px;margin: 0 auto;margin-left: -1px;}
.table_wrap{overflow-x: hidden;}
.table_spec caption{height:106px;line-height: 106px;font-size: 30px;color:#c30d23;}
.table_spec td{height:59px;line-height: 59px;font-size: 16px;}
.size_bg img{margin-top: 70px;margin-bottom: 40px;}
.table_spec td:nth-child(odd){width:316px;}
.table_spec_last td:nth-child(odd){width:598px;}
.table_spec_last span:nth-child(odd){margin-left: 60px;}
.table_spec_last span:nth-child(even){margin-right: 93px;}
/*教师简介*/
.teacher_demeanor{
    width:100%;
    height:820px;
    background:url(../images/teacher_lists.jpg) center no-repeat;
    background-size: cover;
    position:relative;
}
.teachers_wrap{
    height:100%;
}
.teachers_wrap ul{
    width:100%;
    height:auto;
    padding-top: 42px;
}
.teachers_wrap ul li{
    float:left;
    width:240px;
    height:240px;
    cursor:pointer;
    position:relative;
    opacity:0;
}
.teachers_wrap ul li img{
    transition: .1s transform;
    transform: translateZ(0);
    width: 240px;
    height: 240px;
}
.teachers_wrap ul li:hover{
    z-index: 1;
}
.teachers_wrap ul li:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform:scale(1.1)
  transform: scale(1.1);
  transition: .3s transform;
  border:1px solid #bd9e66;
}
.refresh_icon{
    text-align: center;
    margin-top: 15px;
    cursor:pointer;
}
.refresh-text{
  background:url(../images/teacher/refresh_icon.png) no-repeat 2px 3px;
  display:inline-block;
  padding-left:40px;
  font-size: 20px;
  margin-left: 10px;
  color:#fff;
}
.refresh-text:hover,.refresh-text:visited{
  background:url(../images/teacher/refresh_icon_color.png) no-repeat 2px 3px;
  color:#987f52;
}
.teacher_profile{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.6);
    top:0;
    z-index: 3;
    display:none;
}
#teacher_swiper{
    width:100%;
    height:100%;
}
.teacher_slide{
    width:520px;
    height:575px;
    background:#fff;
    margin:0 auto;
    margin-top: 100px;
}
.teacher_top{
    height:277px;
    background:url(../images/tea_pro_bj.png) center no-repeat;
}
#teacher_swiper .swiper-slide{

}
/*teahcer slider*/

.slide-container {
  width: 520px;
  text-align: center;
  position: relative;
/*  overflow: hidden;*/
  margin: 0 auto;
}

.wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  width:99999px;
  margin:0 auto;
  position: relative;
  height: 575px;
}
.switch{
  position: absolute;
  width:20px;
  top:272px;
  left:520px;
}
.next_bottom{
  position: relative;
  top:-5px;
}

.clash-card {
  background: white;
  width: 520px;
  height:575px;
  overflow:hidden;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  box-shadow: -1px 15px 30px -12px black;
  z-index: 9999;
  float: left;
}
.closebtn{
  display: inline-block;
  width:16px;
  height:16px;
  position: absolute;
  top:14px;
  left:489px;
  z-index: 9999;
  cursor:pointer;
  padding:2px;
}
.closebtn:hover,.closebtn:visited{background:#a40600;}
.prev_top,.next_bottom{display:inline-block;cursor:pointer;width:20px;height:43px;}
.prev_top{background:url(../images/teacher/prev_top.png) no-repeat;background-size:cover;}
.prev_top:hover,.prev_top:visited{background:url(../images/teacher/prev_top_color.jpg) no-repeat;background-size:cover;}
.next_bottom{background:url(../images/teacher/next_bottom.jpg) no-repeat;background-size:cover;}
.next_bottom:hover,.next_bottom:visited{background:url(../images/teacher/next_bottom_color.jpg) no-repeat;background-size:cover;}
.clash-card__image {
  position: relative;
  height: 277px;
}
.clash-card>div.tea_top{
    background:url(../images/teacher/tea_pro_bj.png);
}
.clash-card__image img {
  width: 240px;
  height:240px;
  position: absolute;
  top: 17px;
  left: 17px;
}
.tea_name{
    float:right;
    width:100px;
    margin-right: 150px;
    color:#fff;
    text-align: left;
    margin-top: 187px;
    letter-spacing: 2px;
    overflow:hidden;
}
.brief_introduction h4{
    color:#bd9e66;
}
.line_cho{
    width:50px;
    background:#bd9e66;
    height:1px;
    margin:5px 0;
}
.brief_introduction{
    height:298px;
    overflow:hidden;
    text-align: left;
    padding: 35px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
.curriculum{
    margin-top: 30px;
}
/*十六大功能*/
.sixteen-functions{
  background: #eee;
  height: 820px;
}
.functions-nav{
  width: 1233px !important;
  height: 134px;
  margin: 0 auto;
  background: url(../images/functions/horizon-bg.png) center no-repeat;
  position: relative;
}
.sixteen-functions .functions-nav li.swiper-pagination-bullet{
  width:65px;
  height:65px;
  margin: 60px 0 0 12px;
  background: url(../images/functions/icon-grey.png) no-repeat;
  opacity: 1;
  float: left;
  display: none;
}
.functions-nav li.swiper-pagination-bullet:nth-child(1){background-position:5px 3px;margin-left: 7px;}
.functions-nav li.swiper-pagination-bullet:nth-child(2){background-position:-69px 5px;}
.functions-nav li.swiper-pagination-bullet:nth-child(3){background-position:-145px 6px;}
.functions-nav li.swiper-pagination-bullet:nth-child(4){background-position:-221px 5px;}
.functions-nav li.swiper-pagination-bullet:nth-child(5){background-position:-299px 5px;}
.functions-nav li.swiper-pagination-bullet:nth-child(6){background-position:-375px 5px;}
.functions-nav li.swiper-pagination-bullet:nth-child(7){background-position:-454px 6px;}
.functions-nav li.swiper-pagination-bullet:nth-child(8){background-position:-530px 3px;}
.functions-nav li.swiper-pagination-bullet:nth-child(9){background-position:-604px 3px;}
.functions-nav li.swiper-pagination-bullet:nth-child(10){background-position:-681px 5px;}
.functions-nav li.swiper-pagination-bullet:nth-child(11){background-position:-757px 3px;}
.functions-nav li.swiper-pagination-bullet:nth-child(12){background-position:-835px 6px;}
.functions-nav li.swiper-pagination-bullet:nth-child(13){background-position:-913px 5px;}
.functions-nav li.swiper-pagination-bullet:nth-child(14){background-position:-988px 3px;}
.functions-nav li.swiper-pagination-bullet:nth-child(15){background-position:-1067px 5px;}
.functions-nav li.swiper-pagination-bullet:nth-child(16){background-position:-1142px 3px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:0;
}
.sixteen-functions .functions-nav li.swiper-pagination-bullet-active{
  background: url(../images/functions/icon-color.png) no-repeat;
  border:none;
}
.sixteen-functions .functions-nav li:nth-child(1).swiper-pagination-bullet-active{background-position:0 0;}
.sixteen-functions .functions-nav li:nth-child(2).swiper-pagination-bullet-active{background-position:-74px 0;}
.sixteen-functions .functions-nav li:nth-child(3).swiper-pagination-bullet-active{background-position:-149px 0;}
.sixteen-functions .functions-nav li:nth-child(4).swiper-pagination-bullet-active{background-position:-226px 0;}
.sixteen-functions .functions-nav li:nth-child(5).swiper-pagination-bullet-active{background-position:0 -80px;}
.sixteen-functions .functions-nav li:nth-child(6).swiper-pagination-bullet-active{background-position:-74px -80px;}
.sixteen-functions .functions-nav li:nth-child(7).swiper-pagination-bullet-active{background-position:-149px -80px;}
.sixteen-functions .functions-nav li:nth-child(8).swiper-pagination-bullet-active{background-position:-226px -80px;}
.sixteen-functions .functions-nav li:nth-child(9).swiper-pagination-bullet-active{background-position:0 -166px;}
.sixteen-functions .functions-nav li:nth-child(10).swiper-pagination-bullet-active{background-position:-74px -166px;}
.sixteen-functions .functions-nav li:nth-child(11).swiper-pagination-bullet-active{background-position:-149px -166px;}
.sixteen-functions .functions-nav li:nth-child(12).swiper-pagination-bullet-active{background-position:-226px -166px;}
.sixteen-functions .functions-nav li:nth-child(13).swiper-pagination-bullet-active{background-position:0 -254px;}
.sixteen-functions .functions-nav li:nth-child(14).swiper-pagination-bullet-active{background-position:-74px -254px;}
.sixteen-functions .functions-nav li:nth-child(15).swiper-pagination-bullet-active{background-position:-149px -254px;}
.sixteen-functions .functions-nav li:nth-child(16).swiper-pagination-bullet-active{background-position:-226px -254px;}
.sixteen-functions .swiper-wrapper,.sixteen-functions .swiper-slide,.sixteen-functions .swiper-slide>div{
  height:686px;
}
.sixteen-functions .swiper-slide>div{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sixteen-functions .swiper-slide>div>div{
  text-align: center;
}
.sixteen-functions .swiper-wrapper>div>div h1{
  text-align: center;
  padding-top: 55px;
}
.sixteen-functions .swiper-wrapper>div>div p{
  text-align: center;
  margin-top: 4px;
  font-size: 16px;
  color: #5f5f5f;
}
.horizon-tv{margin-top: 78px;}
.horizon-chair{position:absolute;bottom:0;left:13px;}
.tyboard-tv{margin-top: 29px;}
.tyboard-person{position: absolute;bottom: 0;left: 154px;}
.welcome-tv{margin-top: 10px;}
.welcome-person{position: absolute;bottom: 0;left: 357px;width: 443px;}
.zhnwch{text-align: center;}
.zhnwch div img{position: absolute;}
.zhnwch-tv{bottom:0;left: 222px;}
.zhnwch-icon1{top: 247px;left: 307px;}
.zhnwch-icon2{bottom:58px;right:850px;}
.zhnwch-icon3{bottom:48px;right:794px;}
.zhnwch-icon4{bottom:48px;left:414px;}
.zhnwch-icon5{bottom: 49px;left: 470px;}
.zhnwch-icon6{bottom: 57px;left: 500px;}
.shjchp-tv{margin-top: 60px;}
.shjchp-phone{position: absolute;bottom: 0;right: 116px;}
.wxchp-tv{margin-top: 19px;}
.wxchp-pc,.wxchp-mouse{position: absolute;}
.wxchp-pc{bottom:0;right:440px;z-index: 2;}
.wxchp-mouse{bottom:53px;right:447px;z-index: 1;}
.shphy-tv{margin-top: 30px;}
.shphy-chair{margin-top:-389px}
.gjbk-tv{margin-top: 43px;margin-left: 383px;}
.gjbk-icon{position: absolute;bottom: 50px;left:170px;}
.zhbkt-comment1,.zhbkt-comment2,.zhbkt-comment3{position: absolute;}
.zhbkt-tv{margin-top: 54px;}
.zhbkt-comment1{bottom: 286px;right: 217px;}
.zhbkt-comment2{bottom: 229px;right: 217px;}
.zhbkt-comment3{bottom: 171px;right: 217px;}
.jykt-tv{margin-top: 35px;}
.jykt-person{position: absolute;bottom: 0;left: -98px;}
.qyshxy-tv{margin-top: 40px;}
.qyshxy-person{position: absolute;bottom: 0;left: 166px;}
.upshch-tv{position: absolute;bottom: 25px;left: 52px;}
.upshch-buycar{position: absolute;bottom: 53px;right: 222px;}
.dkzhk-tv{margin-top: 23px;}
.dkzhk-person{position: absolute;bottom: 0;left: 50px;}
.updx div img{position: absolute;}
.updx-tv{bottom:0;left:170px;}
.updx div img:nth-child(2){z-index:13;bottom: 110px;right:452px;}
.updx div img:nth-child(3){z-index:12;bottom: -10px;right: 300px;}
.updx div img:nth-child(4){z-index:11;bottom: -5px;right: 465px;}
.updx div img:nth-child(5){z-index:10;bottom: 102px;right: 237px;}
.updx div img:nth-child(6){z-index:9;bottom: 214px;right: 470px;}
.updx div img:nth-child(7){z-index:8;bottom: 64px;left: 310px;}
.updx div img:nth-child(8){z-index:7;bottom: 119px;left: 245px;}
.updx div img:nth-child(9){z-index:6;bottom: 28px;left: 300px;}
.updx div img:nth-child(10){z-index:5;bottom: 270px;left: 231px;}
.updx div img:nth-child(11){z-index:4;bottom: 225px;right: 340px;}
.updx div img:nth-child(12){z-index:3;bottom: 228px;right: 245px;}
.updx div img:nth-child(13){z-index:2;bottom: 70px;right: 193px;}
.updx div img:nth-child(14){z-index:2;bottom: 18px;left: 312px;}
.ptdzh-tv{margin-top: 38px;}
/*应用与价值*/
.application_value_top{
    background: url(../images/value_banner.png) no-repeat;
    height: 998px;
    text-align: center;
    letter-spacing: 3px;
}
.value_top_content{
     position: relative;
     margin: 0 auto;
}
.value_tv{
    position: relative;
    top: 130px;
    z-index: 20;
    opacity: 0;
}
.value_title1{
    opacity: 0;
}
.value_position01{
    position: absolute;
    top: 70px;
    left: 60px;
    opacity: 0;
}
.value_position011{
    position: absolute;
    top: 90px;
    left: 170px;
    opacity: 0;
}
.value_position01_p{
    position: absolute;
    top: 170px;
    left: 60px;
    color: #fff;
    text-align: left;
    opacity: 0;
}
.value_position02{
    position: absolute;
    top: 70px;
    right: 60px;
    opacity: 0;
}
.value_position021{
     position: absolute;
    top: 90px;
    right: 170px;
    opacity: 0;
}
.value_position02_p{
    position: absolute;
    top: 170px;
    right: 60px;
    color: #fff;
    text-align: right;
    opacity: 0;
}
.value_position03{
    position: absolute;
    top: 614px;
    left: 60px;
    opacity: 0;
}
.value_position031{
     position: absolute;
    top: 510px;
    left: 170px;
    opacity: 0;
}
.value_position03_p{
    position: absolute;
    top: 720px;
    left: 60px;
    color: #fff;
    text-align: left;
    opacity: 0;
}
.value_position04{
    position: absolute;
    top: 614px;
    right: 60px;
    opacity: 0;
}
.value_position041{
     position: absolute;
    top: 510px;
    right: 170px;
    opacity: 0;
}
.value_position04_p{
    position: absolute;
    top: 720px;
    right: 60px;
    color: #fff;
    text-align: right;
    opacity: 0;
}
.value_people1{
    position: absolute;
    top: 530px;
    left: 280px;
    z-index: 111;
    opacity: 0;
}
.value_people2{
    position: absolute;
    bottom: -110px;
    left: -170px;
    opacity: 0;
}
.value_people3{
    position: absolute;
    bottom:55px;
    right: -90px;
    opacity: 0;
}
/*企业用户*/
.business_customer,.public_show,.room_share,.government_show,.training_agency,.school_share{
    height: 850px;
    width: 100%;
    background-color: #f0f0f1;
    position: relative;
    overflow: hidden;
}
.meeting{
    position: absolute;
    top: 330px;
    left: -355px;
    opacity: 0;
}
.meeting_right i,.public_left i,.government_left i,.training_right i{
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 180px;
    left: 370px;
    background: url(../images/values/meeting_circle.png) no-repeat;
    opacity: 0;
}
.meeting_content{
    position: absolute;
    top: 180px;
    left: 570px;
    opacity: 0;
}
.meeting_content h2{
     width: 314px;
    height: 44px;
    margin-bottom: 50px;
     background: url(../images/values/meeting_title.png) no-repeat;
}
.meeting_content p,.public_content p,.government_content  p,.training_content p{
    margin-bottom: 12px;
}
.meeting_content span,.public_content span,.government_content span,.training_content span{
    color: #c79f5d;
}
/*公共展示区*/
.public_show{
    background-color: #fff;
}
.public_left i{
    left: 0px;
    background: url(../images/values/public_circle.png) no-repeat;
}
.public_content{
    position: absolute;
    top: 180px;
    left: 200px;
    margin-right: 500px;
    opacity: 0;
}
.public{
    position: absolute;
    top: 120px;
    right: -550px;
    opacity: 0;
}
.public_content h2{
    height: 44px;
    margin-bottom: 50px;
     background: url(../images/values/public_title.png) no-repeat;
}
/*房间、公共分享区*/
.room_share{
    background: url(../images/values/room_bg.png) no-repeat;
}
.room_content,.school_content{
    text-align: center;
}
.room_content p img,.school_content p img{
    margin:70px 30px 30px 30px;
}
.room_content p,.school_content p{
    color: #fff;
    margin-bottom: 12px;
    opacity: 0;
}
.room_content span,.school_content span{
    color: #c79f5d;
    opacity: 0;
}
.room_content h2,.school_content h2{
    margin-bottom: 30px;
    opacity: 0;
}
/*政府机关*/
.government_show{
    background-color: #fff;
}
.government{
    position: absolute;
    top: 120px;
    right: -350px;
    opacity: 0;
}
.government_left i{
    left: 0px;
    background: url(../images/values/government_circle.png) no-repeat;
}
.government_content {
    position: absolute;
    top: 180px;
    left: 200px;
    margin-right: 500px;
    opacity: 0;
}
.government_content h2{
     margin-bottom: 30px;
}
/*培训机构*/
.training{
     position: absolute;
    top: 100px;
    left: -355px;
    opacity: 0;
}
.training_content{
     position: absolute;
    top: 180px;
    left: 720px;
    opacity: 0;
}
.training_right i{
     left: 520px;
    background: url(../images/values/training_circle.png) no-repeat;
}
.training_content h2{
     margin-bottom: 30px;
}
/*学校*/
.school_share{
     background: url(../images/values/school_bg.png) no-repeat;
}
/*预定订单*/
/*订单信息*/
.order_info_title h3,.person_info_title h3{
    font-size: 20px;
    font-weight: normal;
    color:#c30d23;
    padding: 30px 0;
}
.order_title_nav{
    text-align: center;
    background: #f3f3f3;
    overflow: hidden;
}
.order_title_nav ul{
  height: 40px;
}
.order_title_nav li{
    float:left;
    width: 160px;
    text-align: center;
    color: #8a8a8a;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
.order_title_nav li:last-child{
    width: auto;
}
.order_title_nav li:first-child{
   width: 350px;
}
.order_products{
    overflow: hidden;
   padding: 35px 0;
   font-size: 16px;
}
.order_products_wlj{
    line-height: 91px;
}
.order_products li{
    width: 160px;
    text-align: center;
    float:left;
    height: 91px;
}
.order_products li:nth-child(2){
    width: 330px;
}
.order_products li:first-child{
    width: 40px;
    padding-left:10px;
}
.order_products li:last-child{
    width:auto;
}
.order_info_check>div{
    margin-top: 35px;
    width: 20px;
    height:20px;
    background: url("../images/orders/check_bg.png") center center no-repeat;
}
.order_info_check .active{
    background-image: url("../images/orders/order_checked.png");
}
.order_info_describe{
    padding-left: 20px;
    text-align: left;
}
.order_info_image_text{
    padding: 0 10px;
}
.order_info_describe_size{
    color: #8a8a8a;
    margin-top: 38px;
}
.order_info_describe_size b{
    font-weight: normal;
}
.order_info_number input{
    width: 100px;
    height: 40px;
    text-align: center;
}
.order_info_number>div{
    position: relative;
}
.order_info_number i,.order_info_number span{
    font-style: normal;
    position: absolute;
    top: 49px;
    left: 142px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: url("../images/orders/number_bg.png") center center no-repeat;
    font-weight: bold;
    color: #8a8a8a;
    cursor:pointer;
}
.order_info_number span{
    position: absolute;
    top: 24px;
}
.order_info_subtotal{
    color: #c30d23;
}
.order_info_delete span:hover{
     color: #c30d23;
     cursor: pointer;
}
.order_footer{
    padding: 35px 0;
    line-height: 14px;
    color: #8a8a8a;
    padding-left: 10px;
    border-top: 1px solid #c5c5c5;
}
.order_footer>p{
    display:inline-block;
    width: 20px;
    height:20px;
    background: url("../images/orders/check_bg.png") center center no-repeat;
    vertical-align: middle;
}
.order_footer .active{
     background-image: url("../images/orders/order_checked.png");
}
.order_footer>div{
    float: right;
    color: #970819;
    font-size: 22px;
}
.order_footer>div span{
    font-size: 26px;
}
.givegoods2{
  background:#fffcf5;
  width: 1200px;
  margin: 0 auto;
}
.givegoods2>p{
  color: #C30D23;
  margin-left: 20px;
  padding-top: 33px;
}
.givegoods2>p span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #c30d23;
  line-height: 20px;
  text-align: center;
  margin-right: 8px;
}
.givegoods2>ul{
  margin-top: 33px;
  font-size: 16px;
}
.givegoods2>ul li{
  margin-bottom: 33px;
}
.givegoods2>ul li img{
  display: inline-block;
    border: 1px solid #dadcd5;
    padding: 5px;
    width: 88px;
}
.givenumber{
  display: inline-block;
  margin-left: 485px;
}
/*个人信息*/
.person_info_margin{
    background:#f3f3f3;
    height: 15px;
    width: 100%;
}
.person_info_title h3{
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 40px;
}
.person_info_content li{
    overflow: hidden;
    font-size:16px;
    line-height:40px;
    margin-bottom: 40px
}
.person_info_content li input{
    height: 40px;
    width: 440px;
    padding-left: 20px;
    outline: none;
    border:1px solid #eee;
}
.person_info_content li>input{
   width: 1096px;
    float: right;
}
.person_info_content li span{
    display: inline-block;
    width: 70px;
    text-align:justify;
    text-align-last:justify;
    margin-right: 10px;
}
.submit_order{
    width: 180px;
    height: 50px;
    background: #970819;
    color: #fff;
    font-size: 22px;
    border-radius: 7px;
    border:none;
    float: right;
    outline: none;
}
.submit_order:hover,.submit_order:active{
  background: #c30d23;
}
.person_info_title>p{
    clear:both;
    float: right;
    color: #8a8a8a;
    font-size: 16px;
    margin: 10px 0 20px 0;
}
/*图片放大镜*/
.success_tip{
    margin:0 auto;
    padding:100px 190px;
    padding-top: 200px;
}
.text_succ{
    margin-left: 70px;
}
.text_succ div.tel_con_num{
    background:#e8bd77 url(../images/tel.png) 35px center no-repeat;
    text-indent: 80px;
    width:270px;
    height:49px;
    color:#fff;
    font-size: 25px;
    margin-top: 30px;
    line-height: 49px;
    border-radius: 6px;
    background-size: 32px;
}
.text_succ div img{
    width:35px;
    height:35px;
    margin-right: 20px;
}
.text_succ p{
    font-size: 25px;
    margin-top: 10px;
}
.back_btn_link{
    display:inline-block;
    width: 179px;
    height: 49px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #970819;
    margin-right: 20px;
    text-align: center;
    color:#fff;
    line-height: 49px;
    margin-top: 30px;
    font-size: 20px;
    border:none;
    outline:none;
    position:relative;
}
.back_btn_link span{
    font-size: 25px;
    position:absolute;
    top:0;
    left:21px;
}
.back_btn_link i{
    font-style: normal;
    display:inline-block;
    margin-left: 17px;
    margin-top: -5px;
}
.strategic_cooperation{
    background:url(../images/zlhz.png);
    width:100%;
    height:461px;
    clear:both;
    text-align: center;
}
.strategic_cooperation ul li{
    width:33.3%;
    float:left;
}
.strategic_cooperation h4{
    font-size: 14px;
    color:#e8bd77;
    margin-top: 14px 0;
}
.strategic_cooperation p{
    font-size: 16px;
    color:#fff;
    margin: 16px 0;
}
.line_zl{
    margin:0 auto;
    width:68px;
    background:#e8bd77;
    height:1px;
}
.contact_us{
    font-size: 16px;
    color:#fff;
}
.fox_tel{
    text-align: left;
    margin-left: 86px;
}
.strategic_cooperation h3{
    color:#fff;
    margin-top: 38px;
    margin-bottom: 28px;
}
.telphone span{
    display:inline-block;
}
.telphone span:nth-child(2){
    width:84%;
    float:right;
}
.fox_tel>div:nth-child(1){
    margin:10px 0;
}
.parameter_specification{
    padding-bottom:40px;
}
/*视频yanshi*/
.shipinjiashao{
    width: 100%;
    background:url(../images/BigBac.jpg) no-repeat;
}
.introduce_ul{
    margin:auto;
    width: 1200px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.introduce_ul li{
     width: 1200px;
     height:300px;
     padding-top: 80px;
}
.introduce_div{
    float:left;
    width: 600px;
    height: 300px;
}
.introduce_div1{
    padding-left: 100px;
    padding-top: 50px;
    height: 250px;
    width: 500px;
    background:url(../images/bac.png) no-repeat 85px 50px;
}
.introduce_div1 h1{
    font-size: 38px;
}
.introduce_p{
    width:350px;
    line-height: 30px;
    display:inline-block;
    margin-right: 50px;
    text-align: start;
    text-indent: 2em;
}
/*售后保障*/
.AfterSale{
    width: 1200px;
    margin:0 auto;
    padding-top:10px;
    padding-bottom: 95px;
    text-align: start;
}
.AfterSale_title{
    width: 1200px;
    height: 128px;
    line-height: 180px;
    color:#c30d23;
    border-bottom:1px solid #c9c9c9 ;
    letter-spacing: 5px;
    font-size:30px;
    font-weight: 400;
}
.AfterSale_article{
    width:1050px;
    padding-top:18px;
    padding-left: 150px;
    background:url(../images/server1.png) no-repeat 8px 30px;
    color:#000;
    font-size:16px;
}
.AfterSale_article p{
    width: 900px;
    padding-left: 20px;
    line-height: 35px;
    background:url(../images/article.png) no-repeat 3px 15px;
    letter-spacing: 1px;
}
.accessory{
    background:url(../images/server2.png) no-repeat 8px 30px;
}
.install{
    background:url(../images/server3.png) no-repeat 8px 30px;
}
.indate{
    background:url(../images/server4.png) no-repeat 8px 30px;
}
.outIndate{
    background:url(../images/server5.png) no-repeat 8px 30px;
}
.other{
    background:url(../images/server6.png) no-repeat 8px 30px;
}
.softwareService{
    background:url(../images/server7.png) no-repeat 8px 30px;
}
/*操作说明*/
.argumentIntroduce_header{
    padding:20px;
    padding-bottom:70px;
}
.argumentIntroduce{
    width: 1200px;
    margin: 0 auto;
    padding-top:50px;
}
.argumentInTitle{
    width: 1160px;
    text-align: center;
    margin:0 auto ;
    font-size: 33px;
    line-height: 56px;
    color:red;
    font-weight: 400;
    background:url(../images/arH1BAC.png) no-repeat ;
}
.argumentInArticle{
    width:1060px;
    margin:0 auto;
}
.argumentInArticle p{
    font-size: 12px;
    color:#666;
    line-height: 24px;
}
.argumentInArticle .arP1{
    line-height: 60px;
    color:black;
    font-size: 16px;
    margin-top: 20px;
}
.argumentInArticle .arP2{
    padding-left: 80px;
    padding-top: 20px;
    height:50px;
    letter-spacing: 2px;
    margin-top: 5px;
}
.arP2_1{
    background:url(../images/1.jpg) no-repeat;
}
.arP2_2{
    background:url(../images/2.jpg) no-repeat;
}
.arP2_3{
    background:url(../images/3.jpg) no-repeat;
}
.arP2_4{
    background:url(../images/4.jpg) no-repeat;
}
.arP2_5{
    background:url(../images/5.jpg) no-repeat;
}
.arP3{
    color:black;
    font-weight: 500;
    display:block;
    font-weight: 500;
}
.arP4{
    font-size: 12px;
    color:#666;
}
.arP5{
    padding-left: 80px;
    padding-top: 20px;
    height:50px;
    letter-spacing: 2px;
    margin-top: 5px;
}
.arP5_1{
    background:url(../images/6.jpg) no-repeat;
}
.arP5_2{
    background:url(../images/7.jpg) no-repeat;
}
.arP5_3{
    background:url(../images/8.jpg) no-repeat;
}
.arP5_4{
    background:url(../images/9.jpg) no-repeat;
}
.arP5_5{
    background:url(../images/10.jpg) no-repeat;
}
.arP5_6{
    background:url(../images/11.jpg) no-repeat;
}
.argumentInArticle1{
    width: 500px;
    padding-left: 560px;
    font-size: 12px;
    color:#666;
    line-height: 30px;
    height:573px;
    background:url(../images/12.png) no-repeat 30px;
    background-size: contain;
}
.argumentInArticle1 p{
    margin-top: 30px;
}
.argumentInArticle2{
    width: 400px;
    padding-right: 660px;
    font-size: 12px;
    color:#666;
    line-height: 30px;
    height:300px;
    background:url(../images/16.png) no-repeat right center;
}
.argumentInArticle2 p{
    margin-top: 26px;
}
.img1{
    margin:10px 120px;
}
.argumentInArticle3{
    width: 490px;
    padding-left: 570px;
    font-size: 12px;
    color:#666;
    line-height: 30px;
    background:url(../images/14.jpg) no-repeat;
}
.argumentInArticle3 p{
    margin-top: 10px;
}
.argumentInArticle3 img{margin-top: 20px;}
.argumentInArticle4{
    font-size: 12px;
    color:#666;
    line-height: 30px;
    width: 1060px;
    margin: 0 auto;
    margin-top: 10px;
}
.argumentInArticle4_p1{
    font-size: 16px;
    color: black;
    font-weight: 500;
}
.argumentInArticle4_div1{
    height: 270px;
    padding-right: 500px;
    width: 560px;
    background: url(../images/17.jpg) no-repeat right center;
}
.argumentInArticle4_div1 p{
    margin-top: 25px;
}
.argumentInArticle4_div2{
    width: 1060px;
    overflow: hidden;
    margin-top: 20px;
}
.argumentInArticle4_div2 div{
    width: 480px;
    padding-left: 20px;
    margin:5px;
    border: 1px dashed gray;
    float: left;
    min-height: 280px;
    border-radius:20px;
}
.argumentInArticle4_div3{
    width: 1060px;
}
.argumentInArticle4_div3 h5{
    line-height: 60px;
    color: black;
    font-weight: 600;
    font-size: 16px;
}
.argumentInArticle4_div3 p{
    padding-left: 75px;
    min-height: 56px;
}
.argumentInArticle4_div3 p:nth-child(2){
    background: url(../images/18.jpg) no-repeat;
}
.argumentInArticle4_div3 p:nth-child(3){
    background: url(../images/19.jpg) no-repeat;
}
.argumentInArticle4_div3 p:nth-child(4){
    background: url(../images/20.jpg) no-repeat;
}
.argumentInArticle4_div3 p:nth-child(5){
    background: url(../images/21.jpg) no-repeat;
}
.argumentInArticle4{
    width: 1060px;
}
.argumentInArticle4 p{
    margin-top: 20px;
}
.argumentInArticle4  img{
    margin:0 auto;
    margin-top: 20px;
    height: 200px;
    width: 1040px;
}
.argumentInArticle4 .argumentInArticle4_img2{
    height: 290px;
}