@charset "utf-8";
/* ----------------------------/* -------------------------------
 --CSS  好视通 www.fsmeeting.com
 --by   市场部 Sivan 2017-10-20
 --update  v.2017-10-20

一、产品中心样式前言：
	 页面最低兼容到IE8，IE8不支持CSS3，因此，IE8及一下做升级提示；
	 基于运用Bootstrap剥离的栅格系统实现的响应式；
	 当你要规划修改结构后者样式，请细读注释和文档，理解意图的基础上在修改，不然修改之后你会发现还是原来的好，因为在当前技术资源背景下，有些和样式结构是为了响应式、技术实现成本作考虑的。

二、产品中心说明，请结合HTML结构理解：
	1、<div class="section cp_s_w meeeting_w"> 父元素（模块类）：section类为全局，作用产品中心和硬件详情页；.cp_s_w类为产品中心（网络视频、远程培训）独有类；3.meeeting_w类为一屏（模块类）
	2、<div class="container"> .container响应式盒子，内容呈现区域，如需背景写在父元，或者该外面，不同分辨率赋予不同宽度；关键点 1400px、1200px、992px、768px;
	3、<div class="cp_desc text-center">  cp_desc类为文字与图片盒子； text-center一般来说，文字居中的，图片一般都会居中；
	4、div class="cp_text"> .cp_text类为文字盒子;
	5、<div class="cp_btn_w"> .cp_btn_w类为行为召唤盒子，为什么需要这样的的盒子？--可以单独写A标签，在有两个按钮的时候，盒子居中以及响应式考虑。
	6、<div class="cp_img cp_center_img m_img"> .cp_center_img m_img类为图片盒子；
	7、<<img a class="img-responsive center-block">.img-responsive .center-block类为图片响应式；

三、协议规范：
    1.不可以有红色错误，除非兼容样式，否则不可以有黄色警告；

四、产品中心样式目录：；
1.待完善；

----------------------------------*/
/*--------------------产品中心区域样式（云视频会议、远程培训、硬件产品）--------------------*/
.fsmeeting1 { height: 900px; }
.fsbox { width: 44%; padding-top: 16%; margin: 0 auto; }/*100px*/
/*----------通用：产品中心、解决方案固定导航----------*/ 
.fsnav { position: relative; z-index: 10; background-color: #f8f8f8; width: 100%; height: 60px; line-height: 60px; }
.fsnav .container { overflow: hidden; }
.stuckMenu {; z-index: 100; }
.fsnav_p { margin: 0; font-size: 14px; height: 60px; line-height: 60px !important; float: left; color: #6e798b; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.fsnav_p .active { color: #36475a; }
.fsnav ul { height: 60px; line-height: 55px; overflow: hidden; margin-bottom: 0px; padding-right: 0px; padding-left: 0px; }
.fsnav ul li { float: left; text-align: center; font-size: 14px; height: 60px; line-height: 60px; padding: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.fsnav ul li.active a { color: #009DEB }
.fsnav ul li.r_more_w { float: right; padding: 0 0px }
.fsnav ul li a { color: #6e798b; }
.fsnav ul li a i { font-size: 13px; border: 1px solid #ccc; border-radius: 30px; padding: 2px 4px; margin: 0px 0px; vertical-align: middle; }
.fsnav ul li a:hover, .fsnav ul li a:hover i, .fsnav ul li .active { color: #169bde; border-color: #00A8EC }
.fsnav ul li a.r_more { display: inline-block; color: #666; height: 32px; line-height: 32px; width: 100%; padding: 0 0px 0 0px; border: 1px solid #CCC; border-radius: 30px; }
.fsnav ul li a.r_more:hover, .isStuck ul li a.r_more { color: #FFF; background-color: #009DEB; border: 1px solid #009DEB }
/*.fsnav ul li a.r_more:hover { background: url(../images/list_m_icon_h.png) right center no-repeat; padding-right: 20px; }*/
.fsnav ul li a:hover, .fsnav ul li .active { color: #169bde; }

/*----------媒体查询-产品中心-导航 max-990----------*/
@media screen and (max-width:990px) {
#fsmeeting { transform: translate3d(0px, 0px, 0px) !important; }
.fsnav_p { margin: 0; padding-left: 5px; font-size: 14px; height: 36px; line-height: 42px !important; float: left; font-weight: bold; color: #666 }
.fsnav, .fsnav ul { height: auto; width: 100%; padding: 10px 0; line-height: 35px; position: relative !important; }
.fsnav ul li { width: 20%; border: 1px solid #E7E7E7; margin: 5px; float: left; font-size: 14px; height: 34px; line-height: 34px; padding: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.fsnav ul li:hover { color: #FFF; background-color: #009CEA }
.fsnav ul li:hover a, .fsnav ul li a:hover { color: #FFF !important; }
}

/*----------媒体查询-产品中心、解决方案固定导航----------*/ 
@media only screen and (max-width: 480px) {
.fsnav, .fsnav ul { height: auto; padding: 10px 0; }
.fsnav_p { margin: 0; padding-left: 5px; font-size: 14px; height: 36px; line-height: 42px !important; float: left; font-weight: bold; color: #666 }
.fsnav ul li { width: 45%; border: 1px solid #E7E7E7; margin: 5px; float: left; font-size: 14px; height: 34px; line-height: 34px; padding: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.plan_w #tab_menu .bd .img-responsive { width: 100%; }
}

/*----------媒体查询-产品详情页面和解决方案 max-990----------*/
@media screen and (max-width:990px) {
.section { height: 100% !important; min-height: 320px !important; /*max-height: 680px !important;产品页面参数不显示*/ margin-top: 0px !important /*去掉固定导航影响*/; }
.section .mt100 { margin-top: 0px; }
.section h1 { font-size: 28px; line-height: 28px; margin: 20px auto; margin-top: 10%; }
.section p { margin: 20px auto; margin-top: 10%; }
}

/*----------媒体查询-产品中心导航 max-990----------*/	
@media screen and (max-width:990px) {
.fscp_w .cp_s_w { height: 100% !important; ; min-height: 500px !important; background-size: cover; }
.fscp_w .cp_s_w h1 { font-size: 32px; line-height: 48px; text-align: center; }
.fscp_w .cp_s_w p { line-height: 32px; margin: 30px 0px 30px 0; text-align: center; }
.section p { line-height: 28px; font-size: 14px; }
.fscp_w .cp_s_w .mt100 { margin-top: 0px; }
}

/*----------媒体查询-产品中心max-990----------*/	
/*原居中方法*/
@media screen and (max-width:990px) {
.fsboxing { text-align: center; width: 100% !important; height: 100%; float: none !important; margin: 20px auto; }
.fsbox { text-align: center; width: 98%; float: none !important; padding-top: 0px; margin: 20px auto; }
}

/*新居中方法*/
@media screen and (max-width:990px) {
.cp_s_w .cp_desc .pull-left, .cp_s_w .cp_desc .pull-right, .cp_s_w .cp_desc .text-right { width: 100%; text-align: center; margin: 0 auto; float: none !important; }
}

/*----------媒体查询-产品中心 max-990----------*/
@media screen and (max-width:990px) {
.fscp_w .cp_s_w .ysptext { position: static; text-align: center; width: 98%; float: none !important; padding-top: 0px; margin: 20px auto; }
}
.fs_title { font-size: 50px; color: #212121; line-height: 96px; }
.fs_p { font-size: 18px; color: #757575; line-height: 28px; }
.fs_title2 { font-size: 50px; color: #fff; line-height: 96px; }
.fs_p2 { font-size: 18px; color: #fff; line-height: 28px; }
.fs_a { font-size: 18px; color: #00a8ec; line-height: 76px; }
.liyou { padding: 76px 150px 0; background: url(../images/xuanze.png) no-repeat bottom center; background-size: contain; height: 900px; }
.yinjgian { background: url(../images/yjbg.jpg) no-repeat center top #1b1c1f; }
.white { color: #fff; }
.gray { background-color: #f6f6f6; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt100 { margin-top: 100px; }
.mt200 { margin-top: 200px; }
.mt300 { margin-top: 300px; }
.mt600 { margin-top: 600px; }
.mt700 { margin-top: 700px; }
/*----------面包屑----------*/ 
.breadcrumbs { height: 40px; font-size: 14px; line-height: 40px; color: #333; }
.breadcrumbs a { color: #333; }
.breadcrumbs .sep { margin: 0 0.5em; color: #999; }
.breadcrumbs .sep { margin: 0 .5em; font-family: sans-serif; }
/*-产品中心三级导航--*/ 
.fscp_w .fixed_nav { display:none; position: relative; z-index: 10;background-color: #E8F0F2;width: 100%; height: 50px; line-height: 50px;  -moz-transition: all 1.2s; -o-transition: all 1.2s; transition: all 1.2s;}
.fscp_w .fixed_nav a { color: #6e798b; }
.fscp_w .fixed_nav a:hover, .fscp_w .fixed_nav a.active { color: #009deb; }

.fscp_w .fixed_nav a::after { content: ""; display: block; width: 0; height: 2px; background-color: #009deb; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; top: auto; transition: all 0.3s ease; }
.fscp_w .fixed_nav :hover::after, .fscp_w .active a::after { content: ""; display: block; width: calc(100% - 0px); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.fscp_w .fixed_nav .container { overflow: hidden; }
.fscp_w .fixed_nav .fix_nav_btn { display: none; position: absolute; right: 0; top: 0; z-index: 10; width: 42px; height: 50px; line-height: 50px; border: 1px solid #e2e2e2; border-radius: 2px; text-align: center; font-size: 14px; color: #999; font-weight: 300px; }
.fscp_w .fixed_nav.isStuck { background-color: rgba(245, 245, 245, .98); position: fixed; top: 0px; }
.fscp_w .fixed_nav.m_fixed { position: fixed; top: 0px; transition: all .2s; -webkit-transition: all .2s; }
.fscp_w .fixed_nav_p { margin: 0; font-size: 14px; height: 50px; line-height: 50px !important; float: left; color: #36475a;; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.fscp_w .fixed_nav_p .active { color: #333; }
.fscp_w .fixed_nav ul { height: 50px; line-height: 48px; overflow: hidden; margin-bottom: 0px; padding-right: 0px; padding-left: 0px; -webkit-transition: all .5s; transition: all .5s; }
.fscp_w .fixed_nav ul li { float: left; text-align: center; font-size: 14px; height: 50px; line-height: 50px; padding: 0 25px 0 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.fscp_w .fixed_nav ul li:nth-last-of-type(1) { padding: 0px; }
@media (max-width:480px) {
  .product_nav_list li a:hover {
      color: #6e798b;
      background: #FFF;
      background-color: rgb(255, 255, 255);
      border: 1px solid #c7d2df;
}
 .fscp_w .fixed_nav ul{
	      float: none !important;
       white-space: nowrap;
       overflow-x: scroll;
       overflow-y: hidden; 
       white-space: nowrap; 
       -webkit-overflow-scrolling: touch;
      -webkit-overflow-scrolling: touch; /* 当手指从触摸屏上移开，会保持一段时间的滚动 */
      -webkit-overflow-scrolling: auto; /* 当手指从触摸屏上移开，滚动会立即停止 */
    }
}
@media (max-width:420px) {
.fscp_w .fixed_nav ul li { display: inline-block; *display: inline;white-space: nowrap;
}
.fscp_w .fixed_nav, .fscp_w .fixed_nav.isStuck { height: auto; border-bottom: 1px solid #e2e2e2; }
}
.fscp_w .fixed_nav.fixed { position: fixed; top: 0px; left: 0px; width: 100%; height: auto; }
.fscp_w .fixed_nav ul li.active a { color: #009DEB; border-bottom: 2px solid #009DEB; }
.fscp_w .fixed_nav ul li.r_more_w { float: right; padding: 0 0px }
.fscp_w .fixed_nav ul li a { color: #6e798b; display: block; position: relative; }
.fscp_w .fixed_nav ul li a i { font-size: 13px; border: 1px solid #ccc; border-radius: 30px; padding: 2px 4px; margin: 0px 0px; vertical-align: middle; }
.fscp_w .fixed_nav ul li a.r_more { display: inline-block; color: #666; height: 32px; line-height: 32px; width: 100%; padding: 0px; border: 1px solid #CCC; border-radius: 30px; }
.fscp_w .fixed_nav ul li a.r_more:hover { color: #FFF; background-color: #009DEB; border: 1px solid #009DEB }
.fscp_w .fixed_nav ul li a:hover, .fscp_w .fscp_w .fscp_w .fscp_w .fscp_w .fscp_w .fscp_w .fscp_w .fscp_w .fixed_nav ul li .active { color: #009DEB; }

@media (max-width:992px) {
.fscp_w .fixed_nav .fix_nav_btn { display: block; position: absolute; width: 52px; height: 51px; line-height: 51px; top: 0px; right: 0px; z-index: 120; padding: 0 10px; text-align: center; color: #999; font-size: 10px; -webkit-perspective: 52px; perspective: 52px; cursor: pointer; -webkit-transition: .5s; transition: .5s }
.fscp_w .fixed_nav .fix_nav_btn i { display: block; width: 100%; height: 100%; background: url(../images/icon_nav_down.png) no-repeat center center; transition: all .5s; -webkit-transition: all .5s }
.fscp_w .fixed_nav .fix_nav_btn:hover i { color: #009DEB; }
.fscp_w .tab_more .fix_nav_btn i { color: #009DEB; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.fscp_w .fixed_nav_p.pull-left { display: none; }
.fixed_nav ul { float: left !important; width: 100%; overflow-y: hidden; white-space: nowrap; }
.fscp_w .fixed_nav ul li a { display: block; width: auto; padding: 0 0px; text-align: center; max-width: 150px; overflow: hidden; white-space: nowrap; ; }
.fscp_w .fixed_nav, .fscp_w .fixed_nav ul.tab_more { width: 100%; height: auto; text-align: left; overflow: hidden; white-space: normal; transition: all .5s; -webkit-transition: all .5s }
}
/*---------云视频会议概述清晰对比---------*/ 
.cover_w { position: relative; }
.covered { position: absolute; }
.covered { position: absolute; overflow: hidden; top: 0px; left: 0px; z-index: 1; width : 100%; height : 100%; margin : 0 auto; background-color: #b1bbc0; background-repeat: no-repeat; }
.handle { position: absolute; z-index: 20; width : 40px; height: 40px; top: 50%; left: 50%; margin-left : -20px; margin-top : -20px; border-radius: 50%; background: #FFF url("../images/m_btn.png") no-repeat; ; text-align : center; cursor: move }
.handle span { display : inline-block; margin : 15px 1px 0; color : #000; -webkit-transition : .1s ease-out; -moz-transition : .1s ease-out; -ms-transition : .1s ease-out; -o-transition : .1s ease-out; transition : .1s ease-out; }
.handle.vertical { -webkit-transform : rotate(90deg); -moz-transform : rotate(90deg); -ms-transform : rotate(90deg); -o-transform : rotate(90deg); transform : rotate(90deg); }
.handle:hover { background-color: #00A8EC; }
.handle:hover span { color : #FFF; }
.changeable { background-repeat: no-repeat; }
.draggable { background-color: #555; cursor : move; }
.draggable span { margin : 15px 4px 0; color : #FFF; -webkit-transition : .1s ease-out; -moz-transition : .1s ease-out; -ms-transition : .1s ease-out; -o-transition : .1s ease-out; transition : .1s ease-out; }

/*---------媒体查询-云视频会议概述清晰对比---------*/ 
@media screen and (max-width:990px) {
.covered { position: absolute; padding-top: 50px; width: 100% !important; height: 100% !important; margin: 0 auto !important; background: #E0E3E8 url(../images/img/contrast_2.jpg) no-repeat bottom center !important; background-size: 100% !important }
.handle, .changeable, .covered .tooltip { display: none !important; ; }
}
/*----------通用：产品中心特点、硬件产品详情页----------*/   
.ysp { position: relative; }
.ysptext { position: absolute; right: 0px; top: 220px; z-index: 1; width: 40%; padding-top: 100px; margin: 0 auto }
.section { min-height: 900px; max-width: 2560px;margin:0 auto; overflow: hidden; }
.section h1 { font-size: 42px; line-height: 48px; margin-top: 10%; }
.section p { line-height: 32px; font-size: 16px; }
.fsboxing { width: 60%; padding-top: 8%; }
/*----------产品中心特点----------*/  
.fscp_w {}
/*楼层标题动画*/
.fscp_w .title_w { width: 100%; margin: 50px auto 50px auto; text-align: center; }
.fscp_w .title_w h1 { display: block; display: inline-block; width: auto; margin: 0 10px; height: 38px; line-height: 42px; font-size: 32px; font-family: "PingFang SC", Microsoft YaHei, Helvetica, Arial, sans-serif; }
.fscp_w .title_w .left_line, .fscp_w .title_w .right_line { display: block; display: inline-block; text-align: center; width: 40px; height: 2px; margin-bottom: 10px; background-color: #FFF }
.fscp_w .title_w .en_text { font-size: 20px; padding-left: 10px; font-family: "PingFang SC", Helvetica, arial, sans-serif; ; color: #cacfe9; text-transform: uppercase; text-align: center; letter-spacing: 8px; }

@media screen and (max-width:990px) {
.fscp_w { padding: 10px 0 0px 0; }
/*移动端楼层标题*/
.fscp_w .title_w { width: 100%; margin: 50px auto 20px auto; text-align: center; }
.fscp_w .title_w h1 { font-size: 28px; }
.fscp_w .title_w .left_line, .edu_p_w .title_w .right_line { display: block; display: inline-block; width: 20px; height: 1px; margin-bottom: 10px; background-color: #cacfe9; }
.fscp_w .title_w .en_text { margin: 0 auto; }
}
/*--展开交互-了解更多盒子--*/ 
.fscp_w .cp_s_w .show_w { position: relative; z-index: 1; }
.fscp_w .cp_s_w .show_btn_w { position: relative; z-index: 3; bottom: 0px; margin: 50px auto; width: 320px; height: 120px; }
.fscp_w .cp_s_w .show_btn_w p{margin:0}
.fscp_w .cp_s_w .show_w .btn_con { max-width: 320px; line-height: 32px; font-size: 16px; color: #c7d2df; position: absolute; z-index: 10; right: 0; bottom: 0; left: 0; }
.fscp_w .cp_s_w .show_w .btn_con .btn_show { display: block; display: inline-block; width: 50px; height: 50px; opacity: 1; background: url(../images/icon_show.png) no-repeat center center; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-transition: all .5s ease; transition: all .5s ease; }
.fscp_w .cp_s_w .show_w.on .show_tips { color: #FFF; opacity: 0; -webkit-transform: translate3d(0, -32px, 0); transform: translate3d(0, -32px, 0); -webkit-transition: all .5s ease; transition: all .5s ease; }
.fscp_w .cp_s_w .show_w.on .btn_show { opacity: .8; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.fscp_w .cp_s_w .show_w.on .btn_con { -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 95px, 0); }
/*展开盒子模型*/
.fscp_w .cp_s_w .show_w .show_con { position: relative; z-index: 1; height: 0; overflow: hidden; _zoom: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all 1s ease; transition: all 1s ease; }
.fscp_w .cp_s_w .show_w.on .show_con { height: auto; padding: 0px 0 0 0; }
/*展开盒子-硬件硬件列表*/
.fscp_w .cp_s_w .show_hardware_bg { background-color: #303138; }
.fscp_w .cp_s_w .show_w .show_hardware_w { padding: 120px 0; background-color: #303138; color: #FFF; }
/*展开硬件列表详细*/
.fscp_w .cp_s_w .yj_list_w { padding: 30px 0 0px 0; }
.fscp_w .cp_s_w .yj_list_w .yj_list { background-color: #FFF; color: #666; line-height: 24px; text-align: center; padding: 30px 30px 60px 30px; margin-bottom: 30px; }
.fscp_w .cp_s_w .yj_list_w .yj_list h4{min-height:42px;}
.fscp_w .cp_s_w .yj_list_w .yj_list .yj_img { background: url(../images/loading.gif) 50% no-repeat; }
.fscp_w .cp_s_w .yj_list_w .yj_list p { margin: 20px 0px; line-height: 1.5;color: #6e798b; min-height: 100px;}
.fscp_w .cp_s_w .yj_list .btn { display: block; width: 120px; height: 42px; line-height: 42px; -webkit-border-radius: 30px; border-radius: 30px; border: 1px #009deb solid; text-align: center; background-color: transparent; color: #009deb; margin: 10px auto 10px auto; }
.fscp_w .cp_s_w .yj_list .btn:hover { color: #fff; background-color: #008FD7; border: 1px solid #008FD7; box-shadow: 1px 2px 6px 0px rgb( 31, 159, 238, .6) }
.fscp_w .cp_s_w .yj_list_w .yj_list:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transition: all .2s linear; transition: all .2s linear; box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.fscp_w .cp_s_w .yj_list_w .yj_list:hover h4 a { color: #08A3F0; }
.fscp_w .cp_s_w .yj_list_w .yj_list h4 a { color: #36475a; line-height: 1.2; }
.fscp_w .cp_s_w .yj_list_w .yj_list h4 a:hover { color: #08A3F0; }
.fscp_w .cp_s_w .yj_list_w .yj_list img { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.98); -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0.2s; transition: all 0.2s ease-out 0.2s; }
.fscp_w .cp_s_w .yj_list_w .yj_list:hover img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0.2s; transition: all 0.2s ease-out 0.2s; }
.fscp_w .cp_s_w .fscp_w .cp_s_w { min-height: 900px; overflow: hidden; padding: 0 0 100px 0; max-width: 2560px; margin: 0 auto; }
.fscp_w .cp_s_w .fscp_w .cp_s_w .cp_text p { color: #6e798b; }

/*周边硬件设备交互动画*/
.fscp_w .cp_s_w .yj_list_w li{opacity: 0;-webkit-transform: translate3d(0, 120px, 0); transform: translate3d(0, 120px, 0); transform: translate3d(0, 120px, 0); -webkit-transition: all .8s ease; transition: all .8s ease;  }
.fscp_w .cp_s_w .yj_list_w li:nth-child(1) { -webkit-transition-delay: .8s; transition-delay: .8s; }
.fscp_w .cp_s_w .yj_list_w li:nth-child(2){ -webkit-transition-delay: .9s; transition-delay: 0.9s; }
.fscp_w .cp_s_w .yj_list_w li:nth-child(3){ -webkit-transition-delay: 1s; transition-delay: 1s; }
.fscp_w .cp_s_w .yj_list_w li:nth-child(4){ -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }

.fscp_w .cp_s_w .on .yj_list_w  li {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transform: translate3d(0,0, 0); }

/*------------栏目页·聚合页-----------*/ 
/*--概述 栏目页--*/ 
.fscp_w .category_meeeting_w { position: relative; color: #FFF; background-color: #2a323d; max-height: 1600px; text-align: center; }
.fscp_w .category_meeeting_w .cp_desc h1 {font-size: 42px;line-height: 48px;margin-top: 100px; margin-bottom: 20px;}
.fscp_w .category_meeeting_w .cp_text p { color: #FFF; }
.fscp_w .category_meeeting_w .cp_center_img { margin: 50px auto; }
.fscp_w .category_meeeting_w .m_img { visibility: hidden; }
.fscp_w .category_meeeting_w .cp_pic_groups { width: 100%; max-width: 1800px;margin:0 auto; height: 610px; margin: auto; position: absolute; z-index: 2; top: 280px; right: 0; bottom: 0; left: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0px, 100px, 0); -webkit-transition: all 1.5s ease; transition: all 1.5s ease }
.fscp_w .category_meeeting_w .cp_pic_groups .pic { position: absolute; top: 0px; z-index: 2; }
.fscp_w .category_meeeting_w .cp_pic_groups .pic_center { margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 800px; height: 610px; z-index: 5; background: url(../images/cp_w_1_center.png) no-repeat center center; }
.fscp_w .category_meeeting_w .cp_pic_groups .pic_left_1 { top: 0; left: 0; margin-left: 280px; width: 688px; height: 610px; z-index: 2; background: url(../images/cp_w_1_left_1.png) no-repeat center center; -webkit-transform: translate3d(100px, 0, 0); transform: translate3d(100px, 0, 0); -webkit-transition: all 1s ease; transition: all 1s ease }
.fscp_w .category_meeeting_w .cp_pic_groups .pic_left_2 { top: 0; left: 0; margin-left: 100px; width: 610px; height: 610px; z-index: 1; background: url(../images/cp_w_1_left_2.png) no-repeat center center; -webkit-transform: translate3d(150px, 0, 0); transform: translate3d(150px, 0, 0); -webkit-transition: all 1.2s ease; transition: all 1.2s ease }
.fscp_w .category_meeeting_w .cp_pic_groups .pic_right_1 { top: 0; right: 0; margin-right: 280px; width: 688px; height: 610px; z-index: 2; background: url(../images/cp_w_1_right_1.png) no-repeat center center; -webkit-transform: translate3d(-100px, 0, 0); transform: translate3d(-100px, 0, 0); -webkit-transition: all 1s ease; transition: all 1s ease }
.fscp_w .category_meeeting_w .cp_pic_groups .pic_right_2 { top: 0; right: 0; margin-right: 100px; width: 610px; height: 610px; z-index: 1; background: url(../images/cp_w_1_right_2.png) no-repeat center center; -webkit-transform: translate3d(-150px, 0, 0); transform: translate3d(-150px, 0, 0); -webkit-transition: all 1.2s ease; transition: all 1.2s ease }
.fscp_w .active .cp_pic_groups, .fscp_w .active .cp_pic_groups .pic_left_1, .fscp_w .active .cp_pic_groups .pic_left_2, .fscp_w .active .cp_pic_groups .pic_right_1, .fscp_w .active .cp_pic_groups .pic_right_2 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.fscp_w .category_meeeting_w .trait_list_w {  max-width: 620px; margin: 200px auto 400px auto; -webkit-transform: translate3d(0, -250px, 0); transform: translate3d(0, -250px, 0); -webkit-transition: all 1.8s ease; transition: all 1.8s ease }
.fscp_w .category_meeeting_w .trait_list_w li { float: left; width: 25%; padding: 0 10px; text-align: center }
.fscp_w .category_meeeting_w .trait_list_w h6 { font-size: 14px; line-height: 22px; padding-top: 10px }
.fscp_w .category_meeeting_w.active .trait_list_w { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }



@media screen and (max-width:992px) {
.fscp_w .cp_s_w { min-height: 0; padding: 0 0 50px 0; }
.fscp_w .cp_s_w .cp_desc.text-center p br{display: none;}	
}
.fscp_w .ysp { position: relative; }
.fscp_w .cp_s_w .ysptext { position: absolute; right: 0px; top: 220px; z-index: 1; width: 40%; padding-top: 100px; margin: 0 auto }
.fscp_w .cp_s_w .cp_desc h1 { font-size: 42px; line-height: 48px; margin-top: 150px; margin-bottom: 20px; }

@media (max-width:1200px) {
.fscp_w .cp_s_w .cp_desc h1 { font-size: 42px; line-height: 48px; margin-top: 100px; margin-bottom: 20px; }
}

.fscp_w .cp_s_w .cp_desc.text-center p { max-width: 720px; margin: 60px auto 60px auto; line-height: 32px; font-size: 16px; }
.fscp_w .cp_s_w .cp_desc p { max-width: 620px; margin: 60px auto 60px auto; line-height: 32px; font-size: 16px; }
.fscp_w .cp_s_w .fsboxing { width: 55%; padding-top: 12%; }

@media (max-width:480px) {
.fscp_w .cp_s_w .cp_desc h1 { font-size: 24px; line-height: 32px; font-weight: 700 }
.fscp_w .cp_s_w .cp_desc.text-center p { max-width: 620px; margin: 40px auto 40px auto; line-height: 32px; font-size: 14px; }
.fscp_w .cp_s_w .cp_desc p { max-width: 420px; margin: 30px auto 30px auto; line-height: 32px; font-size: 16px; }
}

/*模拟向下错落交互动画*/
.fscp_w .category_meeeting_w .trait_list_w li { -webkit-transform: translate3d(0, -80px, 0); transform: translate3d(0, -80px, 0); transform: translate3d(0, -80px, 0); -webkit-transition: all .8s ease; transition: all .8s ease;  }
.fscp_w .category_meeeting_w .trait_list_w li:nth-child(1) { -webkit-transition-delay: .8s; transition-delay: .8s; }
.fscp_w .category_meeeting_w .trait_list_w li:nth-child(2){ -webkit-transition-delay: .9s; transition-delay: 0.9s; }
.fscp_w .category_meeeting_w .trait_list_w li:nth-child(3){ -webkit-transition-delay: 1s; transition-delay: 1s; }
.fscp_w .category_meeeting_w .trait_list_w li:nth-child(4){ -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }
.fscp_w .category_meeeting_w.active .trait_list_w li { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transform: translate3d(0,0, 0); }

@media screen and (max-width:1366px) {
.fscp_w .category_meeeting_w .cp_pic_groups .pic_left_1{margin-left: 100px; }
.fscp_w .category_meeeting_w .cp_pic_groups .pic_left_2{margin-left: 0px; }
.fscp_w .category_meeeting_w .cp_pic_groups .pic_right_1{margin-right: 100px;  }
.fscp_w .category_meeeting_w .cp_pic_groups .pic_right_2{margin-right: 0px;  }
}

@media screen and (max-width:1200px) {
.fscp_w .category_meeeting_w .m_img { visibility: visible; margin: 100px auto; }
.fscp_w .category_meeeting_w .cp_pic_groups { visibility: hidden; height: 0; }
.fscp_w .category_meeeting_w .trait_list_w { width: 80%; margin: 50px auto 80px auto; }
}

@media (max-width:480px) {
 .choose_text_w .choose_list .list_tt_w { overflow: hidden; }
.choose_text_w .choose_list h4 { font-size: 16px; line-height: 28px; font-weight: 700; overflow: hidden; display: -webkit-box; display: box; text-overflow: ellipsis; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; }
.choose_text_w .choose_list h4 em { font-size: 22px; }
.choose_text_w .choose_list p { margin: 0 auto; }
.fscp_w .category_meeeting_w .trait_list_w { width: 100%; margin: 50px auto 80px auto; } 
.fscp_w .category_meeeting_w .trait_list_w h6 { font-size: 12px; line-height: 22px; padding-top: 10px }   
}
@media (max-width:320px) {
.fscp_w .category_meeeting_w .trait_list_w { width: 100%; margin: 50px auto 80px auto; }  
 .fscp_w .category_meeeting_w .trait_list_w li { float: left; width: 50%; padding: 0 10px; text-align: center }
}

/*--高清流畅的音视频 栏目页面（概述）--*/ 
.fscp_w .category_av_w { text-align: center; }
/* category_av_w 高清流畅的音视频 外屏缩小进屏动效*/
.fscp_w .category_av_w .cp_img img {-webkit-transform: scale(1.6);-ms-transform: scale(1.6);transform: scale(1.6);  -webkit-transition: all 3.5s ease; -moz-transition: all 3.5s ease; -o-transition: all 3.5s ease; transition: all 3.5s ease; }
.fscp_w .category_av_w.active .cp_img img{  -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);} 

/*--数据快速共享--*/ 
.fscp_w .category_share_w { background-color: #e8f0f2; text-align: center; }
.fscp_w .category_share_w .pull-left { margin-top: 12%; text-align: left; }
.fscp_w .category_share_w .pull-right { margin-top: 10%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .category_share_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .category_share_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .category_share_w .pull-right img { max-width: 100%; }
}
@media (max-width: 1366px) {
.fscp_w .category_share_w .pull-left {  margin-top: 15%; }
.fscp_w .category_share_w .pull-right {  margin-top: 20%; }
}
@media (max-width:1200px) {
.fscp_w .category_share_w .pull-left { width: 100%; margin-top: 15%; text-align: center; }
.fscp_w .category_share_w .pull-right { width: 100%; margin-top: 18%; ; margin-right: 0px; }
}
/*--多种互动交流方式--*/ 
.fscp_w .category_interact_w { background-color: #FFF; text-align: center; }
.fscp_w .category_interact_w .pull-right { margin-top: 20%; text-align: left; }
.fscp_w .category_interact_w .pull-left { margin-top: 5%; ; margin-left: -300px; }

@media (min-width: 1200px) {
.fscp_w .category_interact_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .category_interact_w .pull-left { margin-top: 10%; margin-left: -100px; }
.fscp_w .category_interact_w .pull-left img { max-width: 100%; }
}
@media (max-width: 1366px) {
.fscp_w .category_interact_w .pull-left {  margin-top: 15%; }
.fscp_w .category_interact_w .pull-right {  margin-top: 22%; }
}
@media (max-width:1200px) {
.fscp_w .category_interact_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .category_interact_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--电话邀请参会 栏目页（概述）--*/ 
.fscp_w .category_teleconference_w { color: #FFF; padding: 0 0 0 0; background-color: #2b3545; text-align: center; }
.fscp_w .category_teleconference_w .cp_text p { color: #FFF; }
.fscp_w .category_teleconference_w .pull-left { margin-top: 18%; text-align: left; }
.fscp_w .category_teleconference_w .pull-right { margin-top: 10%; ; margin-right: -200px; }

@media (min-width: 1200px) {
.fscp_w .category_teleconference_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .category_teleconference_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .category_teleconference_w .pull-right img { max-width: 100%; }
}
@media (max-width: 1366px) {
.fscp_w .category_teleconference_w .pull-left {  margin-top: 15%; }
.fscp_w .category_teleconference_w .pull-right {  margin-top: 22%; }
}
@media (max-width:1200px) {
.fscp_w .category_teleconference_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .category_teleconference_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
.fscp_w .category_teleconference_w .scene_list_w { overflow: hidden; max-width: 800px; margin: 50px -200px 50px -20px; }
.fscp_w .category_teleconference_w .scene_list_w li { float: left; width: 16.66%; ; padding: 8px 2px; text-align: center }
.fscp_w .category_teleconference_w .scene_list_w li img { max-width: 60px; }
.fscp_w .category_teleconference_w .scene_list_w h6 { font-size: 14px; line-height: 22px; padding-top: 2px }

/*向上弹出交互动画*/
.fscp_w .category_teleconference_w .scene_list_w li{opacity: 0;-webkit-transform: translate3d(0, 120px, 0); transform: translate3d(0, 120px, 0); transform: translate3d(0, 120px, 0); -webkit-transition: all .8s ease; transition: all .8s ease;  }
.fscp_w .category_teleconference_w .scene_list_w li:nth-child(1) { -webkit-transition-delay: .8s; transition-delay: .8s; }
.fscp_w .category_teleconference_w .scene_list_w li:nth-child(2){ -webkit-transition-delay: .9s; transition-delay: 0.9s; }
.fscp_w .category_teleconference_w .scene_list_w li:nth-child(3){ -webkit-transition-delay: 1s; transition-delay: 1s; }
.fscp_w .category_teleconference_w .scene_list_w li:nth-child(4){ -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }
.fscp_w .category_teleconference_w .scene_list_w li:nth-child(5){ -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }
.fscp_w .category_teleconference_w .scene_list_w li:nth-child(6){ -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }
.fscp_w .category_teleconference_w.active .scene_list_w li {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transform: translate3d(0,0, 0); }


@media (max-width:1200px) {
.fscp_w .category_teleconference_w .scene_list_w { overflow: hidden; max-width: 620px; margin: 50px auto 50px auto; }
.fscp_w .category_teleconference_w .scene_list_w li { float: left; width: 33.33%; padding: 8px 2px; text-align: center }
}
/*展开·了解更多场景*/
.fscp_w .cp_s_w .show_scene_banner_bg {/*! background-color: #2a4d86; */ }
.show_scene_banner_w {position:relative; padding: 120px 0; color: #FFF; background-color: #2a4d86; }
.fscp_w .cp_s_w .show_con { margin-top: 0px; -webkit-transition: all 1s ease; transition: all 1s ease; }
.fscp_w .cp_s_w .on .show_con { margin-top: -100px; }
.show_scene_banner_w .show_scene_swiper_banner_w { position: relative; width: 100%; height: 370px; overflow: hidden; }
.show_scene_banner_w .show_scene_swiper_banner_w .show_scene_banner { position: relative; width: 100%; height: 370px; overflow: hidden; text-align: left; }
.show_scene_banner_w .container.arrow_w { margin: auto; top: 50%; position: absolute; left: 0; right: 0; ; z-index: 100; }
.show_scene_banner_w .pagination { width: 100%; margin: auto; position: absolute; z-index: 100; right: 0; display: inline-block; bottom: 60px; text-align: center; }
.show_scene_banner_w .swiper-pagination-switch { width: 8px; height: 8px; display: inline-block; border-radius: 30px; background-color: #FFF; opacity: .4; margin: 0 5px; background: #FFF; -moz-transition: opacity 0.3s ease-in, opacity 0.3s ease-out; -webkit-transition: opacity 0.3s ease-in, opacity 0.3s ease-out; transition: opacity 0.3s ease-in, opacity 0.3s ease-out; }
.show_scene_banner_w .swiper-active-switch { width: 20px; background-color: #FFF; opacity: .8; border-radius: 30px; }



.show_scene_banner_w .arrow-left, .show_scene_banner_w .arrow-right { display: block; cursor: pointer; position: absolute; top: 50%; margin-top: -40px; z-index: 1000; color: #FFF; border-radius: 30px; background: #000; font-size: 22px; opacity: .8; width: 50px; height: 50px; line-height: 50px; text-align: center;background:url(../images/banner/btn_arrow_right.png) no-repeat;right: -2%}
.show_scene_banner_w .arrow-right:hover, .index_banner .arrow-left:hover { color: #FFF; }
.show_scene_banner_w .arrow-right { right: 2%;background: url(../images/banner/btn_arrow_right.png) no-repeat; }
.show_scene_banner_w .arrow-left { left: 2%;background:url(../images/banner/btn_arrow_left.png) no-repeat;  }

@media screen and (max-width:1366px) {
.show_scene_banner_w .arrow-right { right: 2% }
.show_scene_banner_w .arrow-left { left: 2% }
}
@media screen and (max-width:992px) {
.show_scene_banner_w .arrow-right { right: 2% }
.show_scene_banner_w .arrow-left { left: 2% }
}
.show_scene_banner_w .show_scene_banner_text { text-align: center; max-width: 620px; margin: 0 auto; }
.show_scene_banner_w .show_scene_banner_text h1 { font-size: 38px; font-size: 42px; line-height: 46px; margin-top: 100px; }
.show_scene_banner_w .show_scene_banner_text h1 em { color: #F4FC75; }
.show_scene_banner_w .show_scene_banner_text p { line-height: 32px; font-size: 16px; margin: 30px 0 30px 0; }


/*Banner元素向上动效*/
.show_scene_banner_w .show_scene_banner_text h1{opacity: 0;-webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 30px, 0); transform: translate3d(0, 20px, 0); -webkit-transition: all .2s ease; transition: all .4s ease;  }
.show_scene_banner_w .show_scene_banner_text p{opacity: 0;-webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); -webkit-transition: all .6s ease; transition: all .6s ease;  }
.show_scene_banner_w .show_scene_banner_text .show_scene_btn_w{opacity: 0;-webkit-transform: translate3d(0, 60px, 0); transform: translate3d(0, 60px, 0); transform: translate3d(0, 60px, 0); -webkit-transition: all .8s ease; transition: all .8s ease;  }
.show_scene_banner_w .show_scene_banner_img{opacity: 0;-webkit-transform: translate3d(0, 200px, 0); transform: translate3d(0, 200px, 0); transform: translate3d(0, 200px, 0); -webkit-transition: all 1.8s ease; transition: all 1.8s ease;  }

.show_scene_banner_w .show_scene_banner_text h1 { -webkit-transition-delay: .6s; transition-delay: .6s; }
.show_scene_banner_w .show_scene_banner_text .show_scene_btn_w{ -webkit-transition-delay: .6s; transition-delay: .6s; }
.show_scene_banner_w .show_scene_banner_text p{ -webkit-transition-delay: .6s; transition-delay: .6s; }
.show_scene_banner_w .show_scene_banner_text .show_scene_btn_w{ -webkit-transition-delay: .6s; transition-delay: .6s; }
.show_scene_banner_w .show_scene_banner_img{ -webkit-transition-delay: .6s; transition-delay: .6s; }


.show_scene_banner_w .swiper-slide-active  .show_scene_banner_text h1{opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transform: translate3d(0,0, 0); }
.show_scene_banner_w .swiper-slide-active  .show_scene_banner_text .show_scene_btn_w{opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transform: translate3d(0,0, 0); }
.show_scene_banner_w .swiper-slide-active  .show_scene_banner_text p{opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transform: translate3d(0,0, 0); }
.show_scene_banner_w .swiper-slide-active  .show_scene_banner_text .show_scene_btn_w{opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transform: translate3d(0,0, 0); }
.show_scene_banner_w .swiper-slide-active  .show_scene_banner_img{opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transform: translate3d(0,0, 0); }



.plan_scene_btn_w { width: 100%; margin: 20px 0 0 0 }
.show_scene_banner_w .show_scene_banner_text .plan_scene_banner_btn { display: block; display: inline-block; width: auto; min-width: 140px; padding: 0 20px; height: 42px; line-height: 42px; margin: 0px 10px 0px auto; text-align: center; font-size: 14px; color: #FFF; background-color: #009DEB; ; ; border-radius: 30px; opacity: 1; }
.show_scene_banner_w .show_scene_banner_text .plan_scene_banner_btn:hover { background-color: #008FD7; }
.show_scene_banner_w .show_scene_banner_text .plan_scene_banner_btn i { display: inline-block; width: 22px; height: 22px; vertical-align: middle; background: url(../images/icon_c.png) no-repeat center 0; }
.show_scene_banner_w .show_scene_banner_text .plan_scene_banner_play { display: block; display: inline-block; width: auto; min-width: 140px; padding: 0 20px; height: 42px; line-height: 42px; margin: 10px auto 0px auto; text-align: center; font-size: 14px; color: #FFF; border: 1px solid #DDD; ; border-radius: 30px; opacity: 1; }
.show_scene_banner_w .show_scene_banner_text .plan_scene_banner_play i { display: inline-block; display: inline-block; width: 22px; height: 22px; vertical-align: middle; cursor: pointer; background: url(../images/plan/icon_video_s.png) center 0 no-repeat; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.show_scene_banner_w .show_scene_banner_text .plan_scene_banner_play:hover { background-color: #009DEB; border: 1px solid #009DEB; }
.show_scene_banner_w .show_scene_banner_text .plan_scene_banner_play:hover i { color: #FFF }

@media (max-width:970px) {
.show_scene_banner_w .show_scene_banner_img .plan_scene_banner_meeting_img { opacity: 0; }
}
/*--丰富的会议管理功能 栏目页（概述）--*/ 
.fscp_w .category_control_w { background-color: #e8f0f2; text-align: center; }
.fscp_w .category_control_w .pull-right { margin-top: 15%; text-align: left; }
.fscp_w .category_control_w .pull-left { margin-top: 10%; ; margin-left: -300px; }

@media (min-width: 1200px) {
.fscp_w .category_control_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .category_control_w .pull-left { margin-top: 10%; margin-left: -100px; }
.fscp_w .category_control_w .pull-left img { max-width: 100%; }
}
@media (max-width: 1366px) {
.fscp_w .category_control_w .pull-left {  margin-top: 25%; }
.fscp_w .category_control_w .pull-right {  margin-top: 15%; }
}
@media (max-width:1200px) {
.fscp_w .category_control_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .category_control_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--全平台运行 栏目页（概述）--*/ 
.fscp_w .category_any_platform_w { background-color: #FFF; text-align: center; }
.fscp_w .category_any_platform_w .pull-left { margin-top: 10%; text-align: left; }
.fscp_w .category_any_platform_w .pull-right { margin-top: 5%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .category_any_platform_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .category_any_platform_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .category_any_platform_w .pull-right img { max-width: 100%; }
}
@media (max-width: 1366px) {
.fscp_w .category_any_platform_w .pull-left  {  margin-top: 15%; }
.fscp_w .category_any_platform_w .pull-right  {  margin-top: 18%; }
}
@media (max-width:1200px) {
.fscp_w .category_any_platform_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .category_any_platform_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--软硬件无缝整合 栏目页（概述）--*/ 
.fscp_w .category_hardware_w { min-height: 600px; color: #FFF; padding: 0; background-color: #212225; background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(47,47,55) 0%, rgb(24,25,28) 100%); background-image: -webkit-radial-gradient( 50% 60%, circle closest-side, rgb(47,47,55) 0%, rgb(24,25,28) 100%); background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(47,47,55) 0%, rgb(24,25,28) 100%); text-align: center; }
.fscp_w .category_hardware_w .cp_text p { color: #FFF; }
.fscp_w .category_hardware_w .pull-right { margin-top: 20%; text-align: left; }
.fscp_w .category_hardware_w .pull-left { margin-top: 10%; ; margin-left: -300px; }

@media (min-width: 1200px) {
.fscp_w .category_hardware_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .category_hardware_w .pull-left { margin-top: 10%; margin-left: -100px; }
.fscp_w .category_hardware_w .pull-left img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .category_hardware_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .category_hardware_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--好视通私有部署 栏目页（概述）--*/ 
.fscp_w .category_private_w { background-color: #FFF; text-align: center; }
.fscp_w .category_private_w .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .category_private_w .pull-right { margin-top: 10%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .category_private_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .category_private_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .category_private_w .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .category_private_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .category_private_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--进一步了解：选择好视通的理由 3种版式--*/ 
/*-01-文字居中 概述页尾部*/
.fscp_w .cp_last_center { position: relative; min-height: 600px; max-height: 600px; overflow: hidden; }
.fscp_w .cp_last_center .text_con { margin: auto; position: absolute; z-index: 3; top: 0; right: 0; bottom: 0; left: 0; padding: 0 20px; }
.fscp_w .cp_last_center h1 { font-size: 38px; line-height: 48px; margin-top: 150px; margin-bottom: 20px; }
.fscp_w .cp_last_center p { max-width: 620px; margin: 30px auto 30px auto; line-height: 32px; font-size: 16px; }
.fscp_w .cp_last_center .btn_r_more { background-color: #FFF; color: #009deb; }
.fscp_w .cp_last_center .btn_r_more:hover { box-shadow: 1px 2px 6px 0px rgb( 0, 0, 0, .2 ); }
/*概述页尾引导**/
.fscp_w .cp_last_center .cp_last_web_meeting { text-align: center; color: #FFF; }
.fscp_w .cp_last_center .cp_last_web_meeting .cp_last_center_bg { margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: #09539f url(../images/cp_w_last_2.png) no-repeat center center; }
.fscp_w .cp_last_center .cp_last_web_meeting .cp_center_img { margin: auto; position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; }
.fscp_w .cp_last_center .cp_last_web_meeting .cp_center_img img { opacity: .8; margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation: circle-outer 10s linear infinite; -moz-animation: circle-outer 10s linear infinite; -o-animation: circle-outer 10s linear infinite; animation: circle-outer 10s linear infinite; }

/*banner02 顺时逆时针旋转动画*/
@keyframes circle-outer {
 from {
 transform:rotate(0deg)
}
 to {
 transform:rotate(360deg)
}
}
 @-webkit-keyframes circle_rotate {
 0% {
transform:rotate(0deg)
}
 10.7% {
transform:rotate(-90deg)
}
 25% {
 transform:rotate(-90deg)
}
 35.7% {
transform:rotate(-180deg)
}
 50% {
transform:rotate(-180deg)
}
 60.7% {
transform:rotate(-270deg)
}
 75% {
 transform:rotate(-270deg)
}
 85.7% {
transform:rotate(-360deg)
}
 100% {
 transform:rotate(-360deg)
}
}
 @keyframes circle_rotate {
 0% {
 transform:rotate(0deg)
}
 10.7% {
 transform:rotate(-90deg)
}
 25% {
 transform:rotate(-90deg)
}
 35.7% {
 transform:rotate(-180deg)
}
 50% {
 transform:rotate(-180deg)
}
 60.7% {
 transform:rotate(-270deg)
}
 75% {
 transform:rotate(-270deg)
}
 85.7% {
 transform:rotate(-360deg)
}
 100% {
 transform:rotate(-360deg)
}
}

/*banner02 逆时逆时针旋转动画*/
@keyframes circle-outer-reverse {
 from {
 transform:rotate(360deg)
}
 to {
 transform:rotate(0deg)
}
}
 @-webkit-keyframes circle_rotate {
 0% {
transform:rotate(0deg)
}
 10.7% {
transform:rotate(-90deg)
}
 25% {
transform:rotate(-90deg)
}
 35.7% {
 transform:rotate(-180deg)
}
 50% {
transform:rotate(-180deg)
}
 60.7% {
transform:rotate(-270deg)
}
 75% {
 transform:rotate(-270deg)
}
 85.7% {
transform:rotate(-360deg)
}
 100% {
 transform:rotate(-360deg)
}
}
 @keyframes circle_rotate {
 0% {
 transform:rotate(0deg)
}
 10.7% {
 transform:rotate(-90deg)
}
 25% {
 transform:rotate(-90deg)
}
 35.7% {
 transform:rotate(-180deg)
}
 50% {
 transform:rotate(-180deg)
}
 60.7% {
 transform:rotate(-270deg)
}
 75% {
 transform:rotate(-270deg)
}
 85.7% {
 transform:rotate(-360deg)
}
 100% {
 transform:rotate(-360deg)
}
}
/*选择理由-页尾部引导*/
.fscp_w .cp_last_center .cp_last_choose_fsmeeting { color: #FFF; }
.fscp_w .cp_last_center .cp_last_choose_fsmeeting .text_con { margin-top: 50px; }
.fscp_w .cp_last_center .cp_last_choose_fsmeeting .cp_center_img { opacity: .8;  margin: auto; position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; }
/*线条跑动动画*/
.fscp_w .cp_last_center .cp_last_choose_fsmeeting .cp_last_center_bg::before { content: ""; display: block; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; width: 1200px; height: 600px; background: url(../images/sivan_line.png) no-repeat center 80px; animation: 5s sivan_line infinite linear; }
.fscp_w .cp_last_center .cp_last_choose_fsmeeting .cp_last_center_bg::after { content: ""; display: block; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; width: 1200px; height: 600px; background: url(../images/sivan_line.png) no-repeat center bottom; animation: 15s sivan_line infinite linear; }
 @-webkit-keyframes sivan_line {
 0% {
opacity: 0;
transform: translate(0%, 0);
}
50% {
opacity: 1;
transform: translate(50%, 0);
}
 100% {
 opacity: 0;
transform: translate(100%, 0);
}
}
 @keyframes sivan_line {
 0% {
 opacity: 0;
 transform: translate(0, 0);
}
50% {
 opacity: 1;
 transform: translate(50%, 0);
}
 100% {
 opacity: 0;
 transform: translate(100%, 0);
}
}
.fscp_w .cp_last_center .cp_last_choose_fsmeeting .cp_last_center_bg { margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: #09539f url(../images/cp_last_choose_fsmeeting_bg.png) no-repeat center center; }
.fscp_w .cp_last_center .cp_last_choose_fsmeeting .btn_r_more { background-color: transparent; color: #FFF; border: 1px solid #FFF; }
.fscp_w .cp_last_center .cp_last_choose_fsmeeting .btn_r_more:hover { color: #FFF; background-color: #009DEB; border: 1px solid #009DEB; box-shadow: 1px 2px 6px 0px rgb( 0, 0, 0, .2 ); }

@media (min-width: 1200px) {
.fscp_w .cp_last_center .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .cp_last_center .pull-left { margin-top: 10%; margin-left: -100px; }
.fscp_w .cp_last_center .pull-left img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .cp_last_center .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .cp_last_center .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*-02-居左侧*/
.fscp_w .cp_last_left { min-height: 300px; max-height: 600px; background-color: #FFF; text-align: center; }
.fscp_w .cp_last_left .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .cp_last_left .pull-right { margin-top: 10%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .private_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .cp_last_left .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .cp_last_left .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .cp_last_left .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .cp_last_left .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*-03-文字居右侧*/
.fscp_w .cp_last_right { min-height: 300px; max-height: 600px; background-color: #FFF; text-align: center; }
.fscp_w .cp_last_right .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .cp_last_right .pull-right { margin-top: 10%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .cp_last_right .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .any_plcp_last_rightatform_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .cp_last_right .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .cp_last_right .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .cp_last_right .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*------------产品中心详情页-----------*/ 

/*选择好视通云会议的理由 (详情页)*/

.fscp_w .choose_fsmeeting_w { position: relative; z-index: 1; color: #FFF; background-color: #09539F; min-height: 1400px; max-height: 2000px; text-align: center; overflow: hidden; }
.fscp_w .choose_fsmeeting_w .cp_text p { color: #FFF; }
.fscp_w .choose_fsmeeting_w .text_con .cp_btn_w { margin: 0 auto; position: absolute; left: 0; right: 0; z-index: 8; }
.choose_text_w { margin: 0 auto; overflow: hidden; }
.choose_text_w .choose_list { position: relative; float: left; width: 46%; margin-bottom: 50px; max-width: 290px; }
.choose_text_w .choose_list .list_tt_w { overflow: hidden; }
.choose_text_w .choose_list h4 { font-size: 18px; line-height: 28px; font-weight: 700; }
.choose_text_w .choose_list h4 em { color: #ffd652; font-size: 30px; }
.choose_text_w .choose_list h4 b { color: #ffd652; }
.choose_text_w .choose_list .hr_s { display: block; width: 20px; border-bottom: 3px solid #ffd652; margin: 30px 0 30px 0; float: left; }
.choose_text_w .choose_list_2 .hr_s, .choose_text_w .choose_list_4 .hr_s { float: right; }
.choose_text_w .choose_list p { font-size: 14px; line-height: 24px;margin: 20px 0 20px 0; }
.choose_text_w .choose_list_1 { float: left; text-align: left; }
.choose_text_w .choose_list_2 { float: right; text-align: right; }
.choose_text_w .choose_list_3 { float: left; text-align: left; }
.choose_text_w .choose_list_4 { float: right; text-align: right; }
.choose_text_w .choose_list_4 { float: right; text-align: right; }

/*平缓向上交互*/
.choose_text_w .choose_list h4 { -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); -webkit-transition: all .8s ease; transition: all .8s ease;  }
.choose_text_w .choose_list .hr_s{ -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); -webkit-transition: all 1.2s ease; transition: all 1.2s ease;  }
.choose_text_w .choose_list p { -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); -webkit-transition: all 1.4s ease; transition: all 1.4s ease;  }

 .active .choose_text_w .choose_list h4 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .6s ease; transition: all .6s ease;  }
 .active .choose_text_w  .hr_s{ -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .8s ease; transition: all .8s ease;  }
 .active .choose_text_w .choose_list p { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all 1.4s ease; transition: all 1.4s ease;  }

.choose_text_w .choose_list_1 p{ -webkit-transition-delay: 1.4s; transition-delay: 1.4s; }
.choose_text_w .choose_list_2 p{ -webkit-transition-delay: 1.4s; transition-delay: 1.4s; }
.choose_text_w .choose_list_3 p{ -webkit-transition-delay: 1.8s; transition-delay: 1.8s; }
.choose_text_w .choose_list_4 p{ -webkit-transition-delay: 1.8s; transition-delay: 1.8s; }

@media (max-width:480px) {
.choose_text_w .choose_list .list_tt_w { overflow: hidden; }
.choose_text_w .choose_list h4 { font-size: 16px; line-height: 28px; font-weight: 700; overflow: hidden; display: -webkit-box; display: box; text-overflow: ellipsis; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; }
.choose_text_w .choose_list h4 em { font-size: 22px; }
.choose_text_w .choose_list p { margin: 0 auto; }
}

@media (max-width:480px) {
.choose_text_w .choose_list { position: relative; float: none; width: 100%; ; text-align: center; max-width: 290px; margin: 0 auto 50px auto; }
.choose_text_w .choose_list .hr_s { margin: 30px auto; float: none; }
.choose_text_w .choose_list p { font-size: 14px; line-height: 24px; margin: 0 auto; }
}
.fscp_w .choose_fsmeeting_w .cp_center_img { margin: auto; position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; }
.fscp_w .choose_fsmeeting_w .cp_center_img .choose_fsmeeting_img_1 { margin: auto; position: absolute; z-index: 3; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation: circle-outer 20s linear infinite; -moz-animation: circle-outer 20s linear infinite; -o-animation: circle-outer 210s linear infinite; animation: circle-outer 20s linear infinite; }
.fscp_w .choose_fsmeeting_w .cp_center_img .choose_fsmeeting_img_2 { opacity: .4; margin: auto; position: absolute; z-index: 4; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation: circle-outer-reverse 20 linear infinite; -moz-animation: circle-outer-reverse 20s linear infinite; -o-animation: circle-outer-reverse 20s linear infinite; animation: circle-outer-reverse 20s linear infinite; }
.fscp_w .choose_fsmeeting_w .cp_center_img .choose_fsmeeting_img_3 { opacity: .4; filter: alpha(opacity=0); margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation: circle-outer 50s linear infinite; -moz-animation: circle-outer 50s linear infinite; -o-animation: circle-outer 50s linear infinite; animation: circle-outer 50s linear infinite; }
.choose_fsmeeting_w .choose_fsmeeting_bg { width: 100%; height: auto; margin-top: 150px; position: relative; z-index: 1; background-color: #09539f; }

@media (max-width: 992px) {
.fscp_w .choose_fsmeeting_w .cp_center_img, .position_list_w { opacity: .5;  }
.choose_fsmeeting_w .choose_fsmeeting_bg { margin-top: 100px; }
}
/**区域脉冲**/
.position_list_w { width: 400px; height: 400px; margin: auto; position: absolute; z-index: 6; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation: circle-outer 20s linear infinite; -moz-animation: circle-outer 20s linear infinite; -o-animation: circle-outer 210s linear infinite; animation: circle-outer 20s linear infinite; }
.position_list_w .region_list { width: 100px; height: 100px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.position_list_w .region_1 { top: 20px; left: 120px; }
.position_list_w .region_2 { top: 230px; left: 220px; }
.position_list_w .region_3 { top: 50px; left: 300px; }
.position_list_w .region_4 { top: 260px; left: 340px; }
.position_list_w .region_5 { top: 350px; left: 100px; }
.position_list_w .region_6 { top: 160px; left: 60px; }
.region_list .dot { display: inline-block; position: absolute; left: 0px; width: 10px; height: 10px; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; background-color: #FFF; opacity: .4; filter: alpha(opacity=4); }
.region_list .pulse { display: inline-block; position: absolute; top: -38px; left: -38px; height: 88px; width: 88px; -webkit-border-radius: 88px; -moz-border-radius: 88px; border-radius: 88px; background-color: #ffe79e; opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 2s ease-out; -moz-animation: pulse_line 2s ease-out; animation: pulse_line 2s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.region_list.region_1 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 4s ease-out; -moz-animation: pulse_line 4s ease-out; animation: pulse_line 4s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.region_list.region_2 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 2.8s ease-out; -moz-animation: pulse_line 2.8s ease-out; animation: pulse_line 2.8s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.region_list.region_3 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 3.2s ease-out; -moz-animation: pulse_line 3.2s ease-out; animation: pulse_line 3.2s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.region_list.region_4 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 4s ease-out; -moz-animation: pulse_line 4s ease-out; animation: pulse_line 4s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.region_list.region_5 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 2.6s ease-out; -moz-animation: pulse_line 2.6s ease-out; animation: pulse_line 2.6s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.region_list.region_6 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 4s ease-out; -moz-animation: pulse_line 4s ease-out; animation: pulse_line 4s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
 @keyframes pulse_line {
 0% {
 transform: scale(0);
 opacity: 1;
}
 30% {
 transform: scale(0);
 opacity: 0.1;
}
 60% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 0.0;
}
}
@-webkit-keyframes pulse_line {
 0% {
 transform: scale(0);
 opacity: 0.0;
}
 30% {
 transform: scale(0);
 opacity: 0.1;
}
 60% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 0.0;
}
}
@-moz-keyframes pulse_line {
 0% {
 -transform: scale(0);
 opacity: 0.0;
}
 30% {
 transform: scale(0);
 opacity: 0.1;
}
 60% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 0.0;
}
}
/*--成本低廉--*/ 
.fscp_w .simple_and_easy_w { background-color: #FFF; text-align: right; }
.fscp_w .simple_and_easy_w .pull-right { margin-top: 12%; text-align: right; }
.fscp_w .simple_and_easy_w .pull-left { margin-top: 5%; ; margin-left: -200px; }

@media (min-width: 1200px) {
.fscp_w .simple_and_easy_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .simple_and_easy_w .pull-left img { max-width: 100%; }
}
@media (max-width: 1366px) {
.fscp_w .simple_and_easy_w .pull-left  {  margin-top: 12%; }
.fscp_w .simple_and_easy_w .pull-right  {  margin-top: 12%; }
}
@media (max-width:1200px) {
.fscp_w .simple_and_easy_w .pull-right { width: 100%; margin-top: 5%; text-align: center; }
.fscp_w .simple_and_easy_w .pull-left { width: 100%; margin-top: 5%; ; margin-left: 0px; }
}
/*--简单易用--*/ 
.fscp_w .low_cost_w { color: #FFF; background-color: #252932; text-align: left; }
.fscp_w .low_cost_w .cp_text p { color: #FFF; }
.fscp_w .teleconference_w .cp_text p { color: #FFF; }
.fscp_w .low_cost_w .pull-left { margin-top: 10%; text-align: left; }
.fscp_w .low_cost_w .pull-right { margin-top: 8%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .low_cost_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .low_cost_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .low_cost_w .pull-right img { max-width: 100%; }
}
@media (max-width: 1366px) {
.fscp_w .low_cost_w .pull-left  {  margin-top: 14%; }
.fscp_w .low_cost_w .pull-right  {  margin-top: 12%; }
}
@media (max-width:1200px) {
.fscp_w .low_cost_w .pull-left { width: 100%; margin-top: 10%; text-align: center; }
.fscp_w .low_cost_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--安全性高--*/ 
.fscp_w .high_safety_w { background-color: #FFF; text-align: right; }
.fscp_w .high_safety_w .pull-right { margin-top: 18%; text-align: right; }
.fscp_w .high_safety_w .pull-left { margin-top: 2%; ; margin-left: -200px; }

@media (min-width: 1200px) {
.fscp_w .high_safety_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .high_safety_w .pull-left img { max-width: 100%; }
}
@media (max-width: 1366px) {
.fscp_w .high_safety_w .pull-left  {  margin-top: 12%; }
.fscp_w .high_safety_w .pull-right  {  margin-top: 15%; }
}
@media (max-width:1200px) {
.fscp_w .high_safety_w .pull-right { width: 100%; margin-top: 5%; text-align: center; }
.fscp_w .high_safety_w .pull-left { width: 100%; margin-top: 5%; ; margin-left: 0px; }
}
/*--万人大并发--*/ 
.fscp_w .thousand_people_w { color: #FFF; background-color: #252932; text-align: left; }
.fscp_w .thousand_people_w .cp_text p { color: #FFF; }
.fscp_w .thousand_people_w .cp_text p { color: #FFF; }
.fscp_w .thousand_people_w .pull-left { margin-top: 5%; text-align: left; }
.fscp_w .thousand_people_w .pull-right { margin-top: 5%; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .thousand_people_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .thousand_people_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .thousand_people_w .pull-right img { max-width: 100%; }
}
@media (max-width: 1366px) {
.fscp_w .thousand_people_w .pull-left  {  margin-top: 10%; }
.fscp_w .thousand_people_w .pull-right  {  margin-top: 18%; }
}
@media (max-width:1200px) {
.fscp_w .thousand_people_w .pull-left { width: 100%; text-align: center; margin: 10% auto 0 auto; }
.fscp_w .thousand_people_w .pull-right { width: 100%; margin-top: 10%; text-align: center; margin: 0 auto; float: none!important; }
}
/*大并发·特点列表*/
.fscp_w .thousand_people_w .trait_list_w { overflow: hidden; max-width: 400px; margin: 50px 0 50px 0; -webkit-transform: translate3d(0, -250px, 0); transform: translate3d(0, -250px, 0); -webkit-transition: all 1.8s ease; transition: all 1.8s ease }
.fscp_w .thousand_people_w .trait_list_w li { display: block; width: 100%; overflow: hidden; margin-bottom: 30px; overflow: hidden; }
.fscp_w .thousand_people_w .trait_list_w li .img_w { float: left; display: block; display: inline-block; width: 60px; }
.fscp_w .thousand_people_w .trait_list_w li .tex_w { float: left; display: block; display: inline-block; padding-left: 20px; min-width: 160px; text-align: left; }
.fscp_w .thousand_people_w .trait_list_w li span { float: left; display: block; display: inline-block; line-height: 24px; }
.fscp_w .thousand_people_w .trait_list_w li em { float: left; display: block; display: inline-block; font-size: 38px; color: #ffd652; line-height: 48px; padding-left: 10px; }
.fscp_w .thousand_people_w .trait_list_w li i { float: right; display: block; display: inline-block; font-size: 14px; color: #FFF; padding-top: 24px; line-height: 24px; padding-left: 10px; }
.fscp_w .thousand_people_w .trait_list_w h6 { font-size: 14px; line-height: 22px; padding-top: 10px }
.fscp_w .thousand_people_w.active .trait_list_w { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

@media screen and (max-width:1200px) {
.fscp_w .thousand_people_w .trait_list_w { margin: 50px auto 50px auto; }
}

@media screen and (max-width:480px) {
.fscp_w .thousand_people_w .trait_list_w li em { font-size: 20px; color: #ffd652; line-height: 24px; padding-top: 25px; padding-left: 20px; }
.fscp_w .thousand_people_w .trait_list_w li i { font-size: 14px; color: #FFF; line-height: 24px; padding-top: 0; padding-left: 10px; }
}

@media screen and (max-width:340px) {
.fscp_w .thousand_people_w .trait_list_w li { }
.fscp_w .thousand_people_w .trait_list_w li .img_w { float: none; display: block; width: 80px; overflow: hidden; margin: 0 auto; }
.fscp_w .thousand_people_w .trait_list_w li .tex_w { float: none; display: block; min-width: 160px; margin: 10px auto; text-align: center; }
.fscp_w .thousand_people_w .trait_list_w li span { float: none; display: block; }
.fscp_w .thousand_people_w .trait_list_w li span br { display: none; }
.fscp_w .thousand_people_w .trait_list_w li em { float: none; display: block; margin: 10px auto; padding: 0; }
.fscp_w .thousand_people_w .trait_list_w li i { float: none; display: block; margin: 0 auto; padding: 0; }
.fscp_w .thousand_people_w .trait_list_w h6 { font-size: 14px; line-height: 22px; padding-top: 10px; }
}

@media screen and (max-width:1200px) {
.fscp_w .thousand_people_w .m_img { visibility: visible; margin: 100px auto; }
.fscp_w .thousand_people_w .cp_pic_groups { visibility: hidden; height: 0; }
}
/*--稳定流畅--*/ 
.fscp_w .stable_fluent_w { background-color: #FFF; text-align: right; }
.fscp_w .stable_fluent_w .pull-right { margin-top: 5%; text-align: right; }
.fscp_w .stable_fluent_w .pull-left { margin-top: 10%; ; margin-left: -200px; }
@media (min-width: 1200px) {
.fscp_w .stable_fluent_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .stable_fluent_w .pull-left img { max-width: 100%; }
}

@media (max-width:1366px) {
.fscp_w .stable_fluent_w .pull-right {  margin-top: 5%;  }
.fscp_w .stable_fluent_w .pull-left { margin-top: 15%; ; margin-left:-100px; }
}
@media (max-width:1200px) {
.fscp_w .stable_fluent_w .pull-right { width: 100%; margin-top: 10%; text-align: center; }
.fscp_w .stable_fluent_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}

.fscp_w .stable_fluent_w .trait_list_w li { float: left; width: 25%; padding: 0 10px; text-align: center }
.fscp_w .stable_fluent_w .trait_list_w h6 { font-size: 14px; line-height: 22px; padding-top: 10px }
.fscp_w .stable_fluent_w .trait_list_w { overflow: hidden; max-width: 620px; padding: 0px 0 50px 0; -webkit-transform: translate3d(0, -250px, 0); transform: translate3d(0, -250px, 0); -webkit-transition: all 1.8s ease; transition: all 1.8s ease }
.fscp_w .stable_fluent_w.active .trait_list_w { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

 /*模拟向下错落交互动画*/
.fscp_w .stable_fluent_w .trait_list_w li { opacity: 0;-webkit-transform: translate3d(0, -80px, 0); transform: translate3d(0, -80px, 0); transform: translate3d(0, -80px, 0); -webkit-transition: all .8s ease; transition: all .8s ease;  }
.fscp_w .stable_fluent_w .trait_list_w li:nth-child(1) { -webkit-transition-delay: .8s; transition-delay: .8s; }
.fscp_w .stable_fluent_w .trait_list_w li:nth-child(2){ -webkit-transition-delay: .9s; transition-delay: 0.9s; }
.fscp_w .stable_fluent_w .trait_list_w li:nth-child(3){ -webkit-transition-delay: 1s; transition-delay: 1s; }
.fscp_w .stable_fluent_w .trait_list_w li:nth-child(4){ -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }
.fscp_w .stable_fluent_w.active .trait_list_w li { opacity: 1;-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transform: translate3d(0,0, 0); }
  
    
@media screen and (max-width:1200px) {
.fscp_w .stable_fluent_w .m_img { visibility: visible; margin: 100px auto; }
.fscp_w .stable_fluent_w .cp_pic_groups { visibility: hidden; height: 0; }
.fscp_w .stable_fluent_w .trait_list_w { width: 100%; margin: 50px auto 80px auto; }
}
@media screen and (max-width:420px) {
 .fscp_w .stable_fluent_w .trait_list_w { width: 100%; margin: 10px auto 10px auto; }
.fscp_w .stable_fluent_w .trait_list_w li { width: 50%; margin-bottom: 20px; }
}
/*-----流畅的高清音视频(详情页)-----*/ 

/*--流畅的高清音视频 (首屏)--*/ 
.fscp_w .av_w { position: relative; z-index: 1; color: #FFF; background-color: #1c2435; min-height: 750px !important; ; max-height: 1500px; text-align: center; padding: 0 0 200px 0 !important; overflow: visible !important; }
.fscp_w .av_w .cp_text p { color: #FFF; }
.fscp_w .av_w .cp_desc { position: relative; z-index: 10; }
 .fscp_w .av_w .cp_img img { height: auto; margin: auto; margin-top: -250px; position: relative; z-index: 2; right: 0; bottom: -250px; left: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0px, 100px, 0); -webkit-transition: all 1.5s ease; transition: all 1.5s ease; }
.fscp_w .av_w .cp_av_bg { width: 100%; margin: auto; position: absolute; z-index: -10; top: 0; right: 0; bottom: 0; left: 0; bottom: -60px; background: url(../images/cp_av_1_bg.png) no-repeat center bottom; }
/*线条跑动动画*/
.fscp_w .av_w .cp_av_bg_line { width: 100%; max-width: 100%; overflow: hidden; height: 600px; height: auto; margin: auto; position: absolute; z-index: 1; top: 0; bottom: 0; right: 0; left: 0; }
.fscp_w .cp_av_bg_line::before { content: ""; display: block; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; width: 1200px; height: 300px; background: url(../images/sivan_line.png) no-repeat center 80px; animation: 5s sivan_line infinite linear; }
.fscp_w .cp_av_bg_line::after { content: ""; display: block; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; width: 1200px; height: 600px; background: url(../images/sivan_line.png) no-repeat center bottom; animation: 15s sivan_line infinite linear; }
/*--音量自动调节--*/ 
.fscp_w .modulation_w { background-color: #e8f0f2; text-align: center; }
.fscp_w .modulation_w .pull-left { margin-top: 15%; text-align: left; }
.fscp_w .modulation_w .pull-right { margin-top: 15%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .modulation_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .modulation_w .pull-right { margin-top: 18%; margin-right: -100px; }
.fscp_w .modulation_w .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .modulation_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .modulation_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--回音消除--*/ 
.fscp_w .echo_cancellation_w { color: #FFF; background-color: #252932; text-align: center; }
.fscp_w .echo_cancellation_w .cp_text p { color: #FFF; }
.fscp_w .echo_cancellation_w .pull-right { margin-top: 12%; text-align: left; }
.fscp_w .echo_cancellation_w .pull-left { margin-top: 10%; ; margin-left: -140px; }

@media (min-width: 1200px) {
.fscp_w .echo_cancellation_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .echo_cancellation_w .pull-left { margin-top: 10%; margin-left: -100px; }
.fscp_w .echo_cancellation_w .pull-left img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .echo_cancellation_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .echo_cancellation_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
 /*--音频降噪--*/    
/* noise_reduction_w 专业的编解码技术动效*/
.fscp_w .noise_reduction_w .cp_img { -webkit-transform: perspective(1200px) rotateX(90deg) translate3d(0px, 200px, 0px) scale(.2, .2); -moz-transform: perspective(1200px) rotateX(90deg) translate3d(0px, 200px, 0px) scale(.2, .2); -o-transform: perspective(1200px) rotateX(90deg) translate3d(0px, 200px, 0px) scale(.2, .2); transform: perspective(1200px) rotateX(90deg) translate3d(0px, 200px, 0px) scale(.6, .6); opacity: .6; -webkit-transition: all 3.5s ease; -moz-transition: all 3.5s ease; -o-transition: all 3.5s ease; transition: all 3.5s ease; }
.fscp_w .noise_reduction_w.active .cp_img { -webkit-transform: perspective(0) rotateX(0) translate3d(0, 0, 0) scale(1, 1); -moz-transform: perspective(0) rotateX(0) translate3d(0, 0, 0) scale(1, 1); -o-transform: perspective(0) rotateX(0) translate3d(0, 0, 0) scale(1, 1); transform: perspective(0) rotateX(0) translate3d(0, 0, 0) scale(1, 1); opacity: 1; }
/*--静音检测--*/ 
.fscp_w .silence_detection_w { color: #FFF; background-color: #252932; text-align: center; }
.fscp_w .silence_detection_w .cp_text p { color: #FFF; }
.fscp_w .silence_detection_w .pull-right { margin-top: 12%; text-align: left; }
.fscp_w .silence_detection_w .pull-left { margin-top: 15%; ; margin-left: -140px; }

@media (min-width: 1200px) {
.fscp_w .silence_detection_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .silence_detection_w .pull-left { margin-top: 13%; margin-left: -100px; }
.fscp_w .silence_detection_w .pull-left img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .silence_detection_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .silence_detection_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--高流畅性--*/ 
.fscp_w .high_fluency_w { background-color: #e8f0f2; text-align: center; }
.fscp_w .high_fluency_w .pull-left { margin-top: 15%; text-align: left; }
.fscp_w .high_fluency_w .pull-right { margin-top: 15%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .high_fluency_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .high_fluency_w .pull-right {max-width: 100%; margin-top: 10%; margin-right: -100px; }
.fscp_w .high_fluency_w .pull-left { margin-top: 10%; text-align: left; }
}

@media (max-width:1200px) {
.fscp_w .high_fluency_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .high_fluency_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*音视频-页尾部引导*/
.fscp_w .cp_last_center .cp_last_av { color: #FFF; }
.fscp_w .cp_last_center .cp_last_av .text_con { margin-top: 100px; }
.fscp_w .cp_last_center .cp_last_av h1 {font-size: 38px;line-height: 48px; margin-top: 100px; margin-bottom: 20px;}
.fscp_w .cp_last_center .cp_last_av .cp_center_bg { width: 100%; height: 100%; opacity: .5; margin: auto; position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; }
.fscp_w .cp_last_center .cp_last_av .cp_center_bg_1 { opacity: .3; background: url(../images/cp_w_last_av_1.png) no-repeat center center; background-size: contain; -webkit-animation: updown 3.3s ease-in-out infinite; -moz-animation: updown 3.1s ease-in-out infinite; -ms-animation: updown 3.1s ease-in-out infinite; -o-animation: updown 3.1s ease-in-out infinite; animation: updown 3.1s ease-in-out infinite; }
.fscp_w .cp_last_center .cp_last_av .cp_center_bg_2 { opacity: .5; background: url(../images/cp_w_last_av_2.png) no-repeat center center; background-size: cover; -webkit-animation: updown 5.3s ease-in-out infinite; -moz-animation: updown 5.3s ease-in-out infinite; -ms-animation: updown 5.3s ease-in-out infinite; -o-animation: updown 5.3s ease-in-out infinite; animation: updown 5.3s ease-in-out infinite; }
@keyframes updown {
 0% {
 transform:translateY(5%);
}
 50% {
 transform:translateY(0px);
}
 100% {
 transform:translateY(5%);
}
}
@-webkit-keyframes updown {
 0% {
transform:translateY(5%);
}
 50% {
 transform:translateY(0px);
}
 100% {
transform:translateY(5%);
}
}
@-moz-keyframes updown {
 0% {
transform:translateY(5%);
}
 50% {
transform:translateY(0px);
}
 100% {
 transform:translateY(5%);
}
}
.fscp_w .cp_last_center .cp_last_av .cp_last_center_bg { margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background-color: #234a93; }
.fscp_w .cp_last_center .cp_last_av .btn_r_more { background-color: #FFF; color: #009deb; }
.fscp_w .cp_last_center .btn_r_more:hover { color: #FFF; background-color: #009DEB; box-shadow: 1px 2px 6px 0px rgb( 0, 0, 0, .2 ); }
/*-----数据快速共享(详情页)-----*/ 

/*--数据快速共享 (首屏)--*/ 
.fscp_w .data_sharing_w { position: relative; z-index: 1; color: #FFF; background-color: #1b376b; min-height: 680px !important; ; max-height: 1500px; text-align: center; padding: 0 0 250px 0 !important; margin-bottom: 250px; overflow: visible !important; }
.fscp_w .data_sharing_w .cp_text p { color: #FFF; }
.fscp_w .data_sharing_w .cp_desc { position: relative; z-index: 100; }
.fscp_w .data_sharing_w .cp_img img { height: auto; margin: auto; margin-top: -250px; position: relative; z-index: -1; right: 0; bottom: -350px; left: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0px, 100px, 0); -webkit-transition: all 1.5s ease; transition: all 1.5s ease; }
.fscp_w .data_sharing_w .cp_img_bg { width: 100%; margin: auto; position: absolute; z-index: -10; top: 0; right: 0; bottom: 0; left: 0; }
.fscp_w .data_sharing_w .cp_img_bg_1 { margin-top: 10%; background: url(../images/cp_data_bg_1.png) no-repeat center top; background-size: contain; -webkit-animation: updown 3.3s ease-in-out infinite; -moz-animation: updown 10.1s ease-in-out infinite; -ms-animation: updown 10.1s ease-in-out infinite; -o-animation: updown 10.1s ease-in-out infinite; animation: updown 10.1s ease-in-out infinite; }
.fscp_w .data_sharing_w .cp_img_bg_2 { margin-top: 10%; background: url(../images/cp_data_bg_2.png) no-repeat center top; background-size: contain; -webkit-animation: updown 8.3s ease-in-out infinite; -moz-animation: updown 8.1s ease-in-out infinite; -ms-animation: updown 8.1s ease-in-out infinite; -o-animation: updown 8.1s ease-in-out infinite; animation: updown 8.1s ease-in-out infinite; }
.fscp_w .data_sharing_w .cp_data_bg { width: 100%; margin: auto; position: absolute; z-index: -10; top: 0; right: 0; bottom: 0; left: 0; bottom: 0px; background: url(../images/cp_data_bg_3.png) no-repeat center bottom; background-size: contain }
 
 @media (max-width: 1366px) {
.fscp_w .data_sharing_w .cp_img_bg_1 { margin-top: 20%;}
.fscp_w .data_sharing_w .cp_img_bg_2 { margin-top: 20%;}
}
 @media (max-width: 1200px) {
.fscp_w .data_sharing_w .cp_img_bg_1 { margin-top: 30%;}
.fscp_w .data_sharing_w .cp_img_bg_2 { margin-top: 30%;}
}  
  @media (max-width: 992px) {
.fscp_w .data_sharing_w .cp_img_bg_1 { margin-top: 30%;}
.fscp_w .data_sharing_w .cp_img_bg_2 { opacity: 0;}
}     
 @media (max-width: 480px) {
.fscp_w .data_sharing_w {
    min-height: 520px !important;
    padding: 0 0 50px 0 !important;
    margin-bottom: 100px;
}
.fscp_w .data_sharing_w .cp_img img {
    height: auto; margin: auto;
    margin-top: -250px; 
    position: relative; z-index: -1; right: 0;
    bottom: -200px; left: 0; 
    }  
.fscp_w .data_sharing_w .cp_img_bg_1 { margin-top: 30%;}
.fscp_w .data_sharing_w .cp_img_bg_2 { opacity: 0;}
} 
/*--电子白板共享--*/ 
.fscp_w .whiteboard_sharing_w { background-color: #fff; text-align: center; }
.fscp_w .whiteboard_sharing_w .pull-right { margin-top: 10%; text-align: left; }
.fscp_w .whiteboard_sharing_w .pull-left { margin-top: 10%; ; margin-left: -140px; }

@media (min-width: 1200px) {
.fscp_w .media_shwhiteboard_sharing_waring_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .whiteboard_sharing_w .pull-left { margin-top: 10%; margin-left: -100px; }
.fscp_w .whiteboard_sharing_w .pull-left img { max-width: 100%; }
}

@media (max-width:1366px) {
.fscp_w .whiteboard_sharing_w .pull-right {  margin-top: 10%; }
.fscp_w .whiteboard_sharing_w .pull-left { margin-top: 10%; }
}
@media (max-width:1200px) {
.fscp_w .whiteboard_sharing_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .whiteboard_sharing_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--桌面共享--*/ 
.fscp_w .desktop_sharing_w { background-color: #e8f0f2; text-align: center; }
.fscp_w .desktop_sharing_w .pull-left { margin-top: 10%; text-align: left; }
.fscp_w .desktop_sharing_w .pull-right { margin-top: 15%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .desktop_sharing_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .desktop_sharing_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .desktop_sharing_w .pull-right img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .desktop_sharing_w .pull-right {  margin-top: 15%; }
.fscp_w .desktop_sharing_w .pull-left { margin-top: 12%; }
}
@media (max-width:1200px) {
.fscp_w .desktop_sharing_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .desktop_sharing_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--媒体共享--*/ 
.fscp_w .media_sharing_w { color: #FFF; background-color: #252932; text-align: center; }
.fscp_w .media_sharing_w .cp_text p { color: #FFF; }
.fscp_w .media_sharing_w .pull-right { margin-top: 8%; text-align: left; }
.fscp_w .media_sharing_w .pull-left { margin-top: 10%; ; margin-left: -140px; }

@media (min-width: 1200px) {
.fscp_w .media_sharing_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .media_sharing_w .pull-left { margin-top: 10%; margin-left: -100px; }
.fscp_w .media_sharing_w .pull-left img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .media_sharing_w .pull-right {  margin-top: 15%; }
.fscp_w .media_sharing_w .pull-left { margin-top: 15%; }
}
@media (max-width:1200px) {
.fscp_w .media_sharing_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .media_sharing_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--电子投票--*/ 
.fscp_w .electronic_voting_w { background-color: #e8f0f2; text-align: center; }
.fscp_w .electronic_voting_w .pull-left { margin-top: 12%; text-align: left; }
.fscp_w .electronic_voting_w .pull-right { margin-top: 15%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .electronic_voting_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .electronic_voting_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .electronic_voting_w .pull-right img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .electronic_voting_w .pull-right {  margin-top: 15%; }
.fscp_w .electronic_voting_w .pull-left { margin-top: 15%; }
}
@media (max-width:1200px) {
.fscp_w .electronic_voting_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .electronic_voting_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*数据共享-页尾部引导*/
.fscp_w .cp_last_center .cp_last_data { min-height: 600px; max-height: 600px; color: #FFF; background-color: #006fbc; }
.fscp_w .cp_last_center .cp_last_data .text_con { margin-top: 30px; }
.fscp_w .cp_last_center .cp_last_data .cp_last_center_bg { width: 100%; height: 100%; opacity: 1; margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; }
.fscp_w .cp_last_center .cp_last_data .cp_last_center_bg_1 { background: url(../images/cp_last_data_bg_1.png) no-repeat center center; }
.fscp_w .cp_last_center .cp_last_data .cp_last_center_bg_2 { margin-top: 150px; background: url(../images/cp_last_data_bg_2.png) no-repeat center center; -webkit-animation: updown 5.3s ease-in-out infinite; -moz-animation: updown 6.3s ease-in-out infinite; -ms-animation: updown 6.3s ease-in-out infinite; -o-animation: updown 6.3s ease-in-out infinite; animation: updown 6.3s ease-in-out infinite; }
@media screen and (max-width:768px) {
  .fscp_w .cp_last_center .cp_last_data .cp_last_center_bg_2 { background-size: contain; }
}
    /*互动交流-页尾部引导*/
.fscp_w .cp_last_center .cp_last_interact { color: #FFF; min-height: 600px; max-height: 600px; background-color: #303c4c; background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(58,76,98) 0%, rgb(48,60,76) 200%); background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(58,76,98) 0%, rgb(48,60,76) 200%); background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(58,76,98) 0%, rgb(48,60,76) 200%); text-align: center; }
.fscp_w .cp_last_center .cp_last_interact .text_con { margin-top: 60px; }
.fscp_w .cp_last_center .cp_last_interact .cp_center_bg { width: 100%; height: 100%; opacity: 1;  margin: auto; position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; }
.fscp_w .cp_last_center .cp_last_interact .cp_center_bg_1 { background: url(../images/cp_last_interact_bg_1.png) no-repeat center center; background-size: contain; -webkit-animation: updown 6s ease-in-out infinite; -moz-animation: updown 6s ease-in-out infinite; -ms-animation: updown 6s ease-in-out infinite; -o-animation: updown 6s ease-in-out infinite; animation: updown 6s ease-in-out infinite; }
.fscp_w .cp_last_center .cp_last_interact .cp_center_bg_2 { max-width: 1400px; margin: 50px auto; background: url(../images/cp_last_interact_bg_2.png) no-repeat center center; background-size: contain; -webkit-animation: updown 8s ease-in-out infinite; -moz-animation: updown 8s ease-in-out infinite; -ms-animation: updown 8s ease-in-out infinite; -o-animation: updown 8s ease-in-out infinite; animation: updown 8s ease-in-out infinite; }
/*-----互动交流(详情页)-----*/ 

/*--互动交流 (首屏)--*/ 

.fscp_w .multiple_identities_w { position: relative; z-index: 1; color: #FFF; background:#189EF2 url(../images/cp_interract_1_color_bg.png) repeat-x center top; min-height: 520px !important; ; max-height: 1500px; text-align: center; padding: 0 0 250px 0 !important; margin-bottom: 300px; overflow: visible !important; }
.fscp_w .multiple_identities_w .cp_text p { color: #FFF; }
.fscp_w .multiple_identities_w .cp_desc { position: relative; z-index: 100; }
.fscp_w .multiple_identities_w .cp_img { height: auto; margin: auto; margin-top: -200px; position: relative; z-index: -1; right: 0; bottom: -450px; left: 0; }
.fscp_w .multiple_identities_w .cp_img_bg { width: 100%; max-width: 888px; margin: auto; position: absolute; z-index: -10; top: 0; right: 0; bottom: 0; left: 0; margin-top: -25%; background: url(../images/cp_interract_img_2.png) no-repeat center top; background-size: contain; -webkit-animation: updown 3.3s ease-in-out infinite; -moz-animation: updown 10.1s ease-in-out infinite; -ms-animation: updown 10.1s ease-in-out infinite; -o-animation: updown 10.1s ease-in-out infinite; animation: updown 10.1s ease-in-out infinite; }
.fscp_w .multiple_identities_w .cp_interract_bg { width: 100%; margin: auto; position: absolute; z-index: -10; top: 0; right: 0; bottom: 0; left: 0; }
.fscp_w .multiple_identities_w .cp_interract_bg {width: 100%; margin: auto; position: absolute; z-index: -10; top: 0; right: 0; bottom: 0; left: 0; bottom: 0px; background-size: contain }
.fscp_w .multiple_identities_w .cp_interract_bg_1 {bottom:0;z-index: 0; background: url(../images/cp_interract_bg_1.png) no-repeat center bottom; }
.fscp_w .multiple_identities_w .cp_interract_bg_2 {z-index: -10; background: url(../images/cp_interract_bg_2.png) no-repeat center top; background-size:cover;}
.fscp_w .multiple_identities_w .btn_free_trial{ background-color: #FFF;color: #009deb;}
    
@media (max-width: 1200px) {
.fscp_w .multiple_identities_w .cp_interract_bg_1{ background:transparent;}
}    
 /*--多种身份权限 有序发言--*/ 
.fscp_w .orderly_speech_w { background-color: #FFF; }
.fscp_w .orderly_speech_w .pull-left { margin-top: 15%; text-align: left; }
.fscp_w .orderly_speech_w .pull-right { margin-top: 15%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .desktop_sharing_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .orderly_speech_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .orderly_speech_w .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .orderly_speech_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .orderly_speech_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--文字交流发送文件--*/ 
.fscp_w .text_file_w { background-color: #e8f0f2; text-align: right; }
.fscp_w .text_file_w .pull-right { margin-top: 14%; text-align: right; }
.fscp_w .text_file_w .pull-left { margin-top: 8%; ; margin-left: -150px; }

@media (min-width: 1200px) {
.fscp_w .text_file_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .text_file_w .pull-left img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .text_file_w .pull-right {  margin-top: 15%; }
.fscp_w .text_file_w .pull-left { margin-top: 15%; }
}
@media (max-width:1200px) {
.fscp_w .text_file_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .text_file_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--一对一语音通话 --*/ 
.fscp_w .voice_call_w { background-color: #FFF; }
.fscp_w .voice_call_w .pull-left { margin-top: 12%; text-align: left; }
.fscp_w .voice_call_w .pull-right { margin-top: 8%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .voice_call_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .voice_call_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .voice_call_w .pull-right img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .voice_call_w .pull-right {  margin-top: 12%; }
.fscp_w .voice_call_w .pull-left { margin-top: 12%; }
}
@media (max-width:1200px) {
.fscp_w .voice_call_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .voice_call_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--低投入--*/ 
.fscp_w .low_input_w { background-color: #e8f0f2; text-align: right; }
.fscp_w .low_input_w .pull-right { margin-top: 20%; text-align: right; }
.fscp_w .low_input_w .pull-left { margin-top: 10%; ; margin-left: -150px; }

@media (min-width: 1200px) {
.fscp_w .low_input_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .low_input_w .pull-left img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .low_input_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .low_input_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--高性价比--*/ 
.fscp_w .high_valence_w { background-color: #FFF; }
.fscp_w .high_valence_w .pull-left { margin-top: 15%; text-align: left; }
.fscp_w .high_valence_w .pull-right { margin-top: 8%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .high_valence_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .high_valence_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .high_valence_w .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .high_valence_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .high_valence_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--互动交流 有序发言--*/ 
.fscp_w .orderly_speech_w { background-color: #FFF; }
.fscp_w .orderly_speech_w .pull-left { margin-top: 10%; text-align: left; }
.fscp_w .orderly_speech_w .pull-right { margin-top: 8%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .desktop_sharing_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .orderly_speech_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .orderly_speech_w .pull-right img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .orderly_speech_w .pull-right {  margin-top: 15%; }
.fscp_w .orderly_speech_w .pull-left { margin-top: 15%; }
}
@media (max-width:1200px) {
.fscp_w .orderly_speech_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .orderly_speech_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*-----电话邀请(详情页)-----*/ 

/*--电话邀请 (首屏)--*/ 
.fscp_w .teleconference_w { position: relative; z-index: 1; color: #FFF; background-color: #2b3546; background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(51,70,101) 0%, rgb(43,53,69) 230%); background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(51,70,101) 0%, rgb(43,53,69) 230%); background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(51,70,101) 0%, rgb(43,53,69) 230%); min-height: 680px !important; max-height: 1500px; text-align: center; padding: 0 0 200px 0 !important; margin-bottom: 250px; overflow: visible !important; }
.fscp_w .teleconference_w .cp_text p { color: #FFF; }
.fscp_w .teleconference_w .cp_desc { position: relative; z-index: 100; }
.fscp_w .teleconference_w .cp_img { height: auto; margin: auto; margin-top: -250px; position: relative; z-index: -1; right: 0; bottom: -350px; left: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0px, 100px, 0); -webkit-transition: all 1.5s ease; transition: all 1.5s ease; }
.fscp_w .teleconference_w .cp_img_bg { width: 100%; margin: auto; position: absolute; z-index: -10; top: 0; right: 0; bottom: 0; left: 0; }
.fscp_w .teleconference_w .cp_img_bg_1 { margin-top: -10%; background: url(../images/cp_tel_bg_1.png) no-repeat center top; background-size: contain; -webkit-animation: updown 3.3s ease-in-out infinite; -moz-animation: updown 10.1s ease-in-out infinite; -ms-animation: updown 10.1s ease-in-out infinite; -o-animation: updown 10.1s ease-in-out infinite; animation: updown 10.1s ease-in-out infinite; }
.fscp_w .teleconference_w .cp_img_bg_2 { margin-top: -10%; background: url(../images/cp_tel_bg_2.png) no-repeat center top; background-size: contain; -webkit-animation: updown 8.3s ease-in-out infinite; -moz-animation: updown 8.1s ease-in-out infinite; -ms-animation: updown 8.1s ease-in-out infinite; -o-animation: updown 8.1s ease-in-out infinite; animation: updown 8.1s ease-in-out infinite; }
.fscp_w .teleconference_w .cp_data_bg { width: 100%; margin: auto; position: absolute; z-index: -10; top: 0; right: 0; bottom: 0; left: 0; bottom: 0px; background: url(../images/cp_data_bg_3.png) no-repeat center bottom; background-size: contain }

@media (max-width: 992px) {
 .fscp_w .teleconference_w {
    min-height: 480px !important;
    max-height: 1500px;
    text-align: center;
    padding: 0 0 200px 0 !important;
    margin-bottom: 100px;
    overflow: visible !important;
}  
.fscp_w .teleconference_w .cp_img {
    height: auto;
    margin: auto;
        margin-top: auto;
    margin-top: -250px;
    position: relative;
    z-index: -1;
    right: 0;
    bottom: -200px;}    
}    
 /*--通话稳定--*/ 

.fscp_w .call_stabilization_w { background-color: #fff; text-align: center; }
.fscp_w .call_stabilization_w .pull-left { margin-top: 10%; text-align: left; }
.fscp_w .call_stabilization_w .pull-right { margin-top: 5%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .call_stabilization_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .call_stabilization_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .call_stabilization_w .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .call_stabilization_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .call_stabilization_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--一键入会--*/ 
.fscp_w .button_initiation_w { 
 background-color: #e8f0f2; }
.fscp_w .button_initiation_w .pull-right { margin-top: 10%; text-align: right; }
.fscp_w .button_initiation_w .pull-left { margin-top: 5%; margin-left: -180px; }

@media (min-width: 1200px) {
.fscp_w .button_initiation_w .pull-left img { max-width: none; margin:0 auto;}
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .button_initiation_w .pull-right { margin-top: 10%; margin:0 auto; }
.fscp_w .button_initiation_w .pull-left img { max-width: 100%;margin:0 auto; }
}
 @media (max-width:1366px) {
 .fscp_w .button_initiation_w .pull-right { margin-top: 15%; text-align: right; }
.fscp_w .button_initiation_w .pull-left { margin-top: 18%; margin-left: -180px; }
 }

@media (max-width:1200px) {
.fscp_w .button_initiation_w .pull-right { width: 100%; margin-top: 10%; text-align: center; }
.fscp_w .button_initiation_w .pull-left { width: 100%; margin-top: 10%; margin:50px auto;}
}
/*--一键群呼--*/ 

.fscp_w .group_call_w { background-color: #fff; text-align: center; }
.fscp_w .group_call_w .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .group_call_w .pull-right { margin-top: 10%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .group_call_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .group_call_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .group_call_w .pull-right img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .group_call_w .pull-right {  margin-top: 15%; }
.fscp_w .group_call_w .pull-left { margin-top: 12%; }
}
@media (max-width:1200px) {
.fscp_w .group_call_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .group_call_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--低投入--*/ 
.fscp_w .low_input_w { background-color: #e8f0f2; text-align: right; }
.fscp_w .low_input_w .pull-right { margin-top: 12%; text-align: right; }
.fscp_w .low_input_w .pull-left { margin-top: 5%; ; margin-left: -200px; }

@media (min-width: 1200px) {
.fscp_w .low_input_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .low_input_w .pull-left img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .low_input_w .pull-right {  margin-top: 15%; }
.fscp_w .low_input_w .pull-left { margin-top: 10%; }
}
@media (max-width:1200px) {
.fscp_w .low_input_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .low_input_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--高性价比--*/ 
.fscp_w .high_performance { background-color: #FFF; }
.fscp_w .high_performance .pull-left { margin-top: 12%; text-align: left; }
.fscp_w .high_performance .pull-right { margin-top: 5%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .high_performance .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .high_performance .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .high_performance .pull-right img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .high_performance .pull-right {  margin-top: 18%; }
.fscp_w .high_performance .pull-left { margin-top: 18%; }
}
@media (max-width:1200px) {
.fscp_w .high_performance .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .high_performance .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*电话邀请-页尾部引导*/
.fscp_w .cp_last_center .cp_last_tel { min-height: 600px; max-height: 600px; color: #FFF; background-color: #142434; }
.fscp_w .cp_last_center .cp_last_tel .text_con { margin-top: 20px; }
.fscp_w .cp_last_center .cp_last_tel .cp_last_center_bg { width: 100%; height: 100%; opacity: 1;  margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; }
.fscp_w .cp_last_center .cp_last_tel .cp_last_center_bg_1 {max-width:1200px;z-index: 2; background: url(../images/cp_last_tel_bg_1.png) no-repeat center; background-size:contain;-webkit-animation: fade_in_out 20s ease-in-out infinite alternate; -moz-animation: fade_in_out 20s ease-in-out infinite alternate; animation: fade_in_out 20s ease-in-out infinite alternate; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; }
.fscp_w .cp_last_center .cp_last_tel .cp_last_center_bg_2 { z-index: 1; background: url(../images/cp_last_tel_bg_2.png) no-repeat center; background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(66,91,119) 0%, rgb(20,36,52) 250%); background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(66,91,119) 0%, rgb(20,36,52) 250%); background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(66,91,119) 0%, rgb(20,36,52) 250%); -webkit-animation: line_move_out 20s ease-in-out infinite; -moz-animation: line_move_out 20s ease-in-out infinite; animation: line_move_out 20s ease-in-out infinite; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; }
 @-webkit-keyframes fade_in_out {
 0% {
 transform: scale(1);
 opacity: 1;
top:50%;
}
 40% {
 transform: scale(.8);
 opacity: 0.7;
top:50%;
}
 80% {
 transform: scale(0.9);
 opacity: 0.5;
top:50%;
}
 100% {
 transform: scale(1);
 opacity: 1;
top:50%;
}
}
@-moz-keyframes fade_in_out {
 0% {
 transform: scale(1);
 opacity: 1;
top:50%;
}
 40% {
 transform: scale(.8);
 opacity: 0.7;
top:50%;
}
 80% {
 transform: scale(0.9);
 opacity: 0.5;
top:50%;
}
 100% {
 transform: scale(1);
 opacity: 1;
top:50%;
}
}
@keyframes fade_in_out {
 0% {
 transform: scale(1);
 opacity: 1;
 top:50%;
}
 40% {
 transform: scale(.8);
 opacity: 0.7;
 top:50%;
}
 80% {
 transform: scale(0.9);
 opacity: 0.5;
 top:50%;
}
 100% {
 transform: scale(1);
 opacity: 1;
 top:50%;
}
}
 @-webkit-keyframes line_move_out {
 0% {
 transform: scale(1);
 opacity: 1;
top:40%;
}
 40% {
 transform: scale(.8);
 opacity: 0.7;
top:40%;
}
 80% {
 transform: scale(0.9);
 opacity: 0.5;
top:40%;
}
 100% {
 transform: scale(1);
 opacity: 1;
top:40%;
}
}
@-moz-keyframes line_move_out {
 0% {
 transform: scale(1);
 opacity: 1;
top:40%;
}
 40% {
 transform: scale(.8);
 opacity: 0.7;
top:40%;
}
 80% {
 transform: scale(0.9);
 opacity: 0.5;
top:40%;
}
 100% {
 transform: scale(1);
 opacity: 1;
top:40%;
}
}
@keyframes line_move_out {
 0% {
 opacity: 1;
}
 40% {
 opacity: 0.4;
}
 80% {
 opacity: 0.8;
}
 100% {
 opacity: 1;
}
}
/*-----会议管理(详情页)-----*/ 

/*--会议管理 (首屏)--*/ 
.fscp_w .meeting_function_w { position: relative; z-index: 1; color: #FFF; background: #233240 url(../images/cp_last_tel_bg_2.png) no-repeat center top; background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(48,67,90) 0%, rgb(19,35,51) 200%); background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(48,67,90) 0%, rgb(19,35,51) 200%); background-image: radial-gradient( 50% 50%, circle closest-side, rgb(48,67,90) 0%, rgb(19,35,51) 200%); min-height: 300px !important; max-height: 900px !important; text-align: center; }
.fscp_w .meeting_function_w .cp_text p { color: #FFF; }
.fscp_w .meeting_function_w .cp_desc { position: relative; z-index: 100; }
.fscp_w .meeting_function_w .cp_img { height: auto; margin: auto; margin-top: 50px; position: relative; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; }
.fscp_w .meeting_function_w .cp_control_bg { width: 100%; margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/cp_control_bg.png) no-repeat center center; background-size: contain; }
/*--会议录制--*/ 

.fscp_w .conference_recording_w { background-color: #fff; text-align: center; }
.fscp_w .conference_recording_w .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .conference_recording_w .pull-right { margin-top: 10%; ; margin-right: -120px; }

@media (min-width: 1200px) {
.fscp_w .conference_recording_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .conference_recording_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .conference_recording_w .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .conference_recording_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .conference_recording_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--视频轮巡--*/ 
.fscp_w .wheel_guard_w { background-color: #e8f0f2; }
.fscp_w .wheel_guard_w .pull-right { margin-top: 20%; text-align: right; }
.fscp_w .wheel_guard_w .pull-left { margin-top: 12%; ; margin-right: -120px; }

@media (min-width: 1200px) {
.fscp_w .wheel_guard_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .wheel_guard_w .pull-left{ margin-top: 10%; margin-left: -100px; }
.fscp_w .wheel_guard_w .pull-left img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .wheel_guard_w .pull-right {  margin-top: 18%; }
.fscp_w .wheel_guard_w .pull-left { margin-top: 12%; }
}
@media (max-width:1200px) {
.fscp_w .wheel_guard_w .pull-right{ width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .wheel_guard_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--全场静音--*/ 

.fscp_w .full_silence_w { background-color: #fff; text-align: center; }
.fscp_w .full_silence_w .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .full_silence_w .pull-right { margin-top: 10%; ; margin-right: -120px; }

@media (min-width: 1200px) {
.fscp_w .full_silence_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .full_silence_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .full_silence_w .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .full_silence_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .full_silence_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--锁定会议室--*/ 
.fscp_w .lock_conference_w { background-color: #e8f0f2; text-align: right; }
.fscp_w .lock_conference_w .pull-right { margin-top: 18%; text-align: right; }
.fscp_w .lock_conference_w .pull-left { margin-top: 10%; ; margin-left: -120px; }

@media (min-width: 1200px) {
.fscp_w .lock_conference_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .lock_conference_w .pull-left img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .lock_conference_w .pull-right {  margin-top: 15%; }
.fscp_w .lock_conference_w .pull-left { margin-top: 10%; }
}
@media (max-width:1200px) {
.fscp_w .lock_conference_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .lock_conference_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--会场字幕--*/ 
.fscp_w .venue_subtitles_w { background-color: #FFF; }
.fscp_w .venue_subtitles_w .pull-left { margin-top: 15%; text-align: left; }
.fscp_w .venue_subtitles_w .pull-right { margin-top: 10%; ; margin-right: -120px; }

@media (min-width: 1200px) {
.fscp_w .venue_subtitles_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .venue_subtitles_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .venue_subtitles_w .pull-right img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .venue_subtitles_w .pull-right {  margin-top: 10%; }
.fscp_w .venue_subtitles_w .pull-left { margin-top: 15%; }
}
@media (max-width:1200px) {
.fscp_w .venue_subtitles_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .venue_subtitles_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*会议管理-页尾部引导*/

.fscp_w .cp_last_center .cp_last_control { min-height: 600px; max-height: 600px; color: #FFF; background-color: #006fbc; }
.fscp_w .cp_last_center .cp_last_control .text_con { margin-top: 30px; }
.fscp_w .cp_last_center .cp_last_control .cp_last_center_bg { width: 100%; height: 100%; opacity: 1; margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/cp_last_control_bg.png) no-repeat center center; background-size: contain; }
/*-----全平台运行(详情页)-----*/ 

/*--全平台运行 (首屏)--*/ 
.fscp_w .any_platform_w { position: relative; z-index: 1; color: #FFF; background-color: #0477c8; max-height: 1500px !important; text-align: center; }
.fscp_w .any_platform_w .cp_text p { color: #FFF; }
.fscp_w .any_platform_w .cp_desc { position: relative; z-index: 100; }
.fscp_w .any_platform_w .cp_img { height: auto; margin: auto; margin-top: 50px;/*! padding-bottom:100px; */ position: relative; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; }
.fscp_w .any_platform_w .cp_img img{margin:30px auto;}
.fscp_w .any_platform_w .cp_img img:nth-child(2){padding:0 10%; -webkit-animation-name: zoom_in; -moz-animation-name: zoom_in; animation-name: zoom_in; -webkit-animation-duration: 2s; -moz-animation-duration: 2s; animation-duration: 2s; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; ; animation-timing-function: linear; }

/*全平台图标 震撼动效*/
@-webkit-keyframes zoom_in {
 0% {
opacity: 0.1;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1.2);
}
 10% {
opacity: 0.8;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1.1);
}
 50% {
opacity: 0.6;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1.5);
}
 80% {
opacity: 0.4;
transform: translate3d(0, 0, 0) rotate(0deg) scale(2.1);
}
 90% {
opacity: 0.2;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1.2);
}
 100% {
opacity: 1;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}
}
@-moz-keyframes zoom_in {
 0% {
opacity: 0.1;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1.2);
}
 10% {
opacity: 0.8;
     -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(1.1);
}
 50% {
opacity: 0.6;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1.5);
}
 80% {
opacity: 0.4;
transform: translate3d(0, 0, 0) rotate(0deg) scale(2.1);
}
 90% {
opacity: 0.2;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1.2);
}
 100% {
opacity: 1;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}
}
@keyframes zoom_in {
 0% {
opacity: 0.1;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}
 10% {
opacity: 0.8;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1.2);
}
 50% {
opacity: 0.6;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1.3);
}
 80% {
opacity: 0.4;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1.8);
}
 90% {
opacity: 0.2;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1.2);
}
 100% {
opacity: 1;
transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}
}
   
    
.fscp_w .any_platform_w .cp_control_bg { width: 100%; margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; bottom: 0px; background-size: contain }
/*--在Windows系统里运行--*/ 
.fscp_w .windows_system_w { background-color: #FFF; text-align: center; }
.fscp_w .windows_system_w .pull-left { margin-top: 12%; text-align: left; }
.fscp_w .windows_system_w .pull-right { margin-top: 10%; ; margin-right: -50px; }

@media (min-width: 1200px) {
.fscp_w .windows_system_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .windows_system_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .windows_system_w .pull-right img { max-width: 100%; }
}
@media (max-width:1366px) {
.fscp_w .windows_system_w .pull-right {  margin-top: 18%; }
.fscp_w .windows_system_w .pull-left { margin-top: 10%; }
}
@media (max-width:1200px) {
.fscp_w .windows_system_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .windows_system_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--在Mac系统里运行--*/ 
.fscp_w .mac_system_w { background-color: #e8f0f2; text-align: right; }
.fscp_w .mac_system_w .pull-right { margin-top: 18%; text-align: right; }
.fscp_w .mac_system_w .pull-left { margin-top: 10%; ; margin-left: -100px; }

@media (min-width: 1200px) {
.fscp_w .mac_system_w .pull-left img { max-width: none; margin-left: -200px; }
}

@media (max-width: 1600px) {
.fscp_w .mac_system_w .pull-left { max-width: 100%; margin-left: -300px; }
}

@media (max-width:1200px) {
.fscp_w .mac_system_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .mac_system_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--在ios系统里运行--*/ 
.fscp_w .ios_system_w { background-color: #FFF; text-align: center; }
.fscp_w .ios_system_w .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .ios_system_w .pull-right { margin-top: 10%; ; margin-right: -50px; }

@media (min-width: 1200px) {
.fscp_w .ios_system_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .ios_system_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .ios_system_w .pull-right img { max-width: 100%; }
}
 @media (max-width:1366px) {
.fscp_w .ios_system_w .pull-right {  margin-top: 16%; }
.fscp_w .ios_system_w .pull-left { margin-top: 10%; }
 }
@media (max-width:1200px) {
.fscp_w .ios_system_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .ios_system_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
    
/*--在Android系统里运行--*/ 
.fscp_w .android_system_w { background-color: #e8f0f2; text-align: right; }
.fscp_w .android_system_w .pull-right { margin-top: 15%; text-align: right; }
.fscp_w .android_system_w .pull-left { margin-top: 10%; ; margin-left: -150px; }

@media (min-width: 1200px) {
.fscp_w .mac_system_w .pull-left img { max-width: none; }
}

@media (max-width: 1600px) {
.fscp_w .android_system_w .pull-left img { max-width: 100%; }
}
 @media (max-width:1366px) {
.fscp_w .android_system_w .pull-right {  margin-top: 10%; }
.fscp_w .android_system_w .pull-left { margin-top: 10%; }
 }
@media (max-width:1200px) {
.fscp_w .android_system_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .android_system_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--在智能电视里运行--*/ 
.fscp_w .android_tv_system_w { background-color: #FFF; text-align: center; }
.fscp_w .android_tv_system_w .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .android_tv_system_w .pull-right { margin-top: 10%; ; margin-right: 0px; }

@media (min-width: 1200px) {
.fscp_w .android_tv_system_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .android_tv_system_w .pull-right { margin-top: 10%; margin-right: 0px; }
.fscp_w .android_tv_system_w .pull-right img { max-width: 100%; }
}
 @media (max-width:1366px) {
.fscp_w .android_tv_system_w .pull-right {  margin-top: 17%;  margin-right: -150px;}
.fscp_w .android_tv_system_w .pull-left { margin-top: 10%; }
 }
@media (max-width:1200px) {
.fscp_w .android_tv_system_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .android_tv_system_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*全平台运行-页尾部引导*/
.fscp_w .cp_last_center .cp_last_platform { min-height: 600px; max-height: 600px; color: #FFF; background-color: #212225; background-image: -moz-radial-gradient( 50% 30%, circle closest-side, rgb(47,47,55) 0%, rgb(24,25,28) 300%); background-image: -webkit-radial-gradient( 50% 30%, circle closest-side, rgb(47,47,55) 0%, rgb(24,25,28) 300%); background-image: -ms-radial-gradient( 50% 30%, circle closest-side, rgb(47,47,55) 0%, rgb(24,25,28) 300%); text-align: center; }
.fscp_w .cp_last_center .cp_last_platform .text_con { margin-top: 10px; }
.fscp_w .cp_last_center .cp_last_platform .text_con h1{margin-top: 100px; margin-bottom: 20px;}
.fscp_w .cp_last_center .cp_last_platform .cp_img { margin: 0 auto; }
@media (max-width:680px) { 
    .fscp_w .cp_last_center .cp_last_platform .cp_img { margin: 50px auto}
}	
	
/*--私有部署 --*/ 
.fscp_w .private_w { position: relative; z-index: 1; color: #FFF; 
	background: #242b39 url(../images/cp_private_1_bg.jpg) no-repeat center bottom; 
	background-size: cover;
	min-height: 1200px !important;
	max-height: 900px !important;
	text-align: center; }
.fscp_w .private_w .cp_text p { color: #FFF; }
.fscp_w .private_w .cp_desc { position: relative; z-index: 100; }
.fscp_w .private_w .cp_img { height: auto; margin: auto; margin-top: 50px; position: relative; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; }
.fscp_w .private_w .private_w_bg { width: 100%; margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/cp_control_bg.png) no-repeat center center; background-size: contain; }	
/**----------------------云培训（远程培训）------------------------------*/

/*-----概述-远程培训(栏目页)-----*/ 

/*--概述 (首屏)--*/ 
.fscp_w .category_reason_w { position: relative; z-index: 1; color: #FFF; background: #009dec url(../images/cp_ct_1_bg.jpg) no-repeat center; max-height: 950px !important; text-align: center; }
.fscp_w .category_reason_w .cp_desc { margin-top: 15%; }
.fscp_w .category_reason_w .reason_list_w { display: block; max-width: 820px; margin: 0px auto 100px auto; /*! overflow: hidden; */ -webkit-transform: translate3d(0, 80px, 0); transform: translate3d(0, 80px, 0); -webkit-transition: all 1.2s ease; transition: all 1.2s ease }

.fscp_w .category_reason_w .reason_list_w li { display: block; float: left; width: 25%; padding: 10px 15px;-webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); -webkit-transition: all .8s ease; transition: all .8s ease;  }
.fscp_w .category_reason_w .reason_list_w li:nth-child(1) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.fscp_w .category_reason_w .reason_list_w li:nth-child(2) { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
.fscp_w .category_reason_w .reason_list_w li:nth-child(3) { -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.fscp_w .category_reason_w .reason_list_w li:nth-child(4) { -webkit-transition-delay: 0.5s; transition-delay: 0.7s; }
.fscp_w .category_reason_w.active .reason_list_w li  { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }	


.fscp_w .category_reason_w .reason_list_w li h6 { border: 1px solid #58C1F6; height: 52px; line-height: 52px; font-size: 14px; text-align: center; color: #FFF; }
.fscp_w .category_reason_w.active .reason_list_w { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

@media screen and (max-width:1200px) {
.fscp_w .category_reason_w .reason_list_w { margin: 20px auto 50px auto; }
}

@media screen and (max-width:480px) {
.fscp_w .category_reason_w .reason_list_w li { width: 50% }
.fscp_w .category_reason_w .reason_list_w li h6 { height: 42px; line-height: 42px; font-size: 14px; }
 .fscp_w .category_reason_w .reason_list_w { margin: 20px auto 20px auto; }
  .fscp_w .category_reason_w .reason_list_w li {
    padding: 5px 15px;
	}
}
.fscp_w .category_reason_w .cp_text p { color: #FFF; }
.fscp_w .category_reason_w .cp_desc { position: relative; z-index: 100;margin: 15% auto; }
.fscp_w .category_reason_w .btn_r_more, .fscp_w .category_reason_w .btn_free_trial { background-color: #FFF; color: #009deb; }
.fscp_w .category_reason_w .btn_r_more:hover, .fscp_w .category_reason_w .btn_free_trial:hover { box-shadow: 1px 2px 6px 0px rgb( 0, 0, 0, .2 ); }
/*-- 在线培训（栏目页）--*/ 
.fscp_w .category_online_w { background-color: #FFF; text-align: center; }
.fscp_w .category_online_w .cp_img { margin: 100px auto 0 auto; }
.fscp_w .category_online_w .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .category_online_w .pull-right { margin-top: 10%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .category_online_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .category_online_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .category_online_w .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .category_online_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .category_online_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*-- 企业内部培训（栏目页）--*/ 
.fscp_w .category_internal_w { background-color: #e8f0f2; text-align: center; }
.fscp_w .category_internal_w .cp_img { margin: 100px auto 0 auto; }
.fscp_w .category_internal_w .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .category_internal_w .pull-right { margin-top: 10%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .category_internal_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .category_internal_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .category_internal_w .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .category_internal_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .category_internal_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*-- 万人大课堂（栏目页）--*/ 
.fscp_w .category_classroom_w { background-color: #FFF; text-align: center; }
.fscp_w .category_classroom_w .cp_img { margin: 100px auto 100px auto; }
.fscp_w .category_classroom_w .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .category_classroom_w .pull-right { margin-top: 10%; ; margin-right: -100px; }

@media (min-width: 1200px) {
.fscp_w .category_classroom_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .category_classroom_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .categocategory_classroom_wry_internal_w .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .category_classroom_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .category_classroom_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*-----内页-远程培训(栏目页)-----*/ 

/*--理由 (首屏)--*/ 
.fscp_w .select_reason_w { position: relative; z-index: 1; color: #FFF; background: #009dec url(../images/cp_ct_1_bg.jpg) no-repeat center; max-height: 950px !important; text-align: center; }
.fscp_w .select_reason_w .cp_desc { margin-top: 15%; }
.fscp_w .select_reason_w .reason_list_w { display: block; max-width: 720px; margin: 0px auto 100px auto; overflow: hidden; -webkit-transform: translate3d(0, 80px, 0); transform: translate3d(0, 80px, 0); -webkit-transition: all .8s ease; transition: all 0.8s ease }
.fscp_w .select_reason_w .reason_list_w li h6 { border: 1px solid #58C1F6; border-radius: 4px; height: 52px; line-height: 52px; font-size: 16px; text-align: center; color: #FFF; }
.fscp_w .select_reason_w.active .reason_list_w { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.fscp_w .select_reason_w .reason_list_w li { display: block; float: left; width: 25%; padding: 10px 15px;-webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); -webkit-transition: all .8s ease; transition: all .8s ease;  }
.fscp_w .select_reason_w .reason_list_w li:nth-child(1) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.fscp_w .select_reason_w .reason_list_w li:nth-child(2) { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
.fscp_w .select_reason_w .reason_list_w li:nth-child(3) { -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.fscp_w .select_reason_w .reason_list_w li:nth-child(4) { -webkit-transition-delay: 0.5s; transition-delay: 0.7s; }
.fscp_w .select_reason_w.active .reason_list_w li  { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }	

	
	
@media screen and (max-width:1200px) {
.fscp_w .select_reason_w .reason_list_w { margin: 20px auto 50px auto; }
}

@media screen and (max-width:480px) {
.fscp_w .select_reason_w .reason_list_w li { width: 50% }
.fscp_w .select_reason_w .reason_list_w li h6 { height: 42px; line-height: 42px; font-size: 14px; }
}
.fscp_w .select_reason_w .cp_text p { color: #FFF; }
.fscp_w .select_reason_w .cp_desc { position: relative; z-index: 100; }
.fscp_w .select_reason_w .btn_r_more, .fscp_w .select_reason_w .btn_free_trial { background-color: #FFF; color: #009deb; }
.fscp_w .select_reason_w .btn_r_more:hover, .fscp_w .select_reason_w .btn_free_trial:hover { box-shadow: 1px 2px 6px 0px rgb( 0, 0, 0, .2 ); }
.fscp_w .select_reason_w .cp_select_reason_bg { width: 100%; margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; opacity: 1;  background-image: -moz-linear-gradient( 178deg, rgb(85,198,107) 0%, rgb(0,131,195) 100%); background-image: -webkit-linear-gradient( 178deg, rgb(85,198,107) 0%, rgb(0,131,195) 100%); background-image: -ms-linear-gradient( 178deg, rgb(85,198,107) 0%, rgb(0,131,195) 100%); -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; transition: all 1.5s ease }
.fscp_w .select_reason_w.active .cp_select_reason_bg { opacity: .4;  }
/*--简单易用--*/ 
.fscp_w .simple_easy_w { background-color: #FFF; text-align: center; }
.fscp_w .simple_easy_w .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .simple_easy_w .pull-right { margin-top: 10%; ; margin-right: -50px; }

@media (min-width: 1200px) {
.fscp_w .simple_easy_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .simple_easy_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .simple_easy_w .pull-right img { max-width: 100%; }
}
 @media (max-width:1366px) {
.fscp_w .simple_easy_w .pull-right {  margin-top: 15%; }
.fscp_w .simple_easy_w .pull-left { margin-top: 10%; }
 }
@media (max-width:1200px) {
.fscp_w .simple_easy_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .simple_easy_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--高品质的视频--*/ 
.fscp_w .high_quality_video_w { background-color: #e8f0f2; text-align: right; }
.fscp_w .high_quality_video_w .pull-right { margin-top: 20%; text-align: right; }
.fscp_w .high_quality_video_w .pull-left { margin-top: 10%; ; margin-left: -130px; }

@media (min-width: 1200px) {
.fscp_w .high_quality_video_w .pull-left { max-width: none; margin-left: -130px; }
}

@media (max-width: 1600px) {
.fscp_w .high_quality_video_w .pull-left { max-width: 100%; margin-left: -100px; }
}
 @media (max-width:1366px) {
.fscp_w .high_quality_video_w .pull-right {  margin-top: 10%; }
.fscp_w .high_quality_video_w .pull-left { margin-top: 10%; }
 }
@media (max-width:1200px) {
.fscp_w .high_quality_video_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .high_quality_video_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--清晰流畅的音频--*/ 
.fscp_w .clear_and_smooth_w { background-color: #FFF; text-align: center; }
.fscp_w .clear_and_smooth_w .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .clear_and_smooth_w .pull-right { margin-top: 10%; ; margin-right: -50px; }

@media (min-width: 1200px) {
.fscp_w .clear_and_smooth_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .clear_and_smooth_w .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .clear_and_smooth_w .pull-right img { max-width: 100%; }
}
 @media (max-width:1366px) {
.fscp_w .clear_and_smooth_w .pull-right {  margin-top: 15%; }
.fscp_w .clear_and_smooth_w .pull-left { margin-top: 10%; }
 }
@media (max-width:1200px) {
.fscp_w .clear_and_smooth_w .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .clear_and_smooth_w .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--万人级培训--*/ 
.fscp_w .thousand_people_train_w { background-color: #e8f0f2; text-align: right; }
.fscp_w .thousand_people_train_w .pull-right { margin-top: 20%; text-align: right; }
.fscp_w .thousand_people_train_w .pull-left { margin-top: 10%; ; margin-left: -100px; }

@media (min-width: 1200px) {
.fscp_w .thousand_people_train_w .pull-left { max-width: none; margin-left: -100px; }
}

@media (max-width: 1600px) {
.fscp_w .thousand_people_train_w .pull-left { max-width: 100%; margin-left: -100px; }
}
 @media (max-width:1366px) {
.fscp_w .thousand_people_train_w .pull-right {  margin-top: 15%; }
.fscp_w .thousand_people_train_w .pull-left { margin-top: 10%; }
 }
@media (max-width:1200px) {
.fscp_w .thousand_people_train_w .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .thousand_people_train_w .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--在线培训 (首屏)--*/ 
.fscp_w .online_train_w { position: relative; z-index: 1; color: #FFF; background: #1282d0 url(../images/cp_ct_online_train_1_bg.png) no-repeat center; max-height: 950px !important; text-align: center; }
.fscp_w .online_train_w .cp_desc { margin-top: 15%; }
.fscp_w .online_train_w .cp_desc.text-center p { max-width: 820px; }
.fscp_w .online_train_w .reason_list_w { display: block; max-width: 720px; margin: -40px auto 100px auto; overflow: hidden; -webkit-transform: translate3d(0, 80px, 0); transform: translate3d(0, 80px, 0); -webkit-transition: all .8s ease; transition: all 0.8s ease }
.fscp_w .online_train_w .cp_text p { color: #FFF; }
.fscp_w .online_train_w .cp_desc { position: relative; z-index: 100; }
.fscp_w .online_train_w .btn_r_more, .fscp_w .select_reason_w .btn_free_trial { background-color: #FFF; color: #009deb; }
.fscp_w .online_train_w .btn_r_more:hover, .fscp_w .select_reason_w .btn_free_trial:hover { box-shadow: 1px 2px 6px 0px rgb( 0, 0, 0, .2 ); }
.fscp_w .online_train_w .cp_online_train_w_bg { width: 100%; margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; opacity: .8;  background-image: -moz-linear-gradient( 180deg, rgb(246,78,114) 0%, rgb(144,96,158) 24%, rgb(42,113,201) 47%, rgb(49,154,225) 71%, rgb(55,195,248) 100%); background-image: -webkit-linear-gradient( 180deg, rgb(246,78,114) 0%, rgb(144,96,158) 24%, rgb(42,113,201) 47%, rgb(49,154,225) 71%, rgb(55,195,248) 100%); background-image: -ms-linear-gradient( 180deg, rgb(246,78,114) 0%, rgb(144,96,158) 24%, rgb(42,113,201) 47%, rgb(49,154,225) 71%, rgb(55,195,248) 100%); -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; transition: all 1.5s ease }
.fscp_w .online_train_w.active .cp_online_train_w_bg { opacity: .4;  }
.fscp_w .online_train_w .cp_online_train_w_bg_2 { width: 100%; margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; opacity: .1;  background: url(../images/cp_ct_online_train_2_bg.png) no-repeat center; -webkit-transform: translate3d(0, -50px, 0); transform: translate3d(0, -50px, 0); -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; transition: all 1.5s ease }
.fscp_w .online_train_w.active .cp_online_train_w_bg_2 { -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1;  }
.fscp_w .online_train_w .btn_r_more, .fscp_w .online_train_w .btn_free_trial { background-color: #FFF; color: #009deb; }
.fscp_w .online_train_w .btn_r_more:hover, .fscp_w .online_train_w .btn_free_trial:hover { box-shadow: 1px 2px 6px 0px rgb( 0, 0, 0, .2 ); }
.fscp_w .online_train_w .online_train_icon_list { overflow: hidden; max-width: 620px; margin: 80px auto 80px auto; opacity: .1;  -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); -webkit-transition: all 1.8s ease; transition: all 1.8s ease; }
.fscp_w .online_train_w .online_train_icon_list li { float: left; width: 25%; padding: 0 10px; text-align: center }
.fscp_w .online_train_w .online_train_icon_list h6 { font-size: 14px; line-height: 22px; padding-top: 10px }
.fscp_w .online_train_w.active .online_train_icon_list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1;  }


	
.fscp_w .online_train_w .online_train_icon_list li { -webkit-animation: zoom_fade 1s ease-in; -moz-animation: zoom_fade 1s ease-in; animation: zoom_fade 1s ease-in; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; }
 @-webkit-keyframes zoom_fade {
 0% {
 transform: scale(0);
 opacity: 0;
}
 50% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}
@-moz-keyframes zoom_fade {
 0% {
 transform: scale(0);
 opacity: 0;
}
 50% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}
@keyframes zoom_fade {
 0% {
 transform: scale(0);
 opacity: 0;
}
 50% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}
.fscp_w .online_train_w .online_train_icon_list li { display: block; float: left; width: 25%; padding: 10px 15px;-webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); -webkit-transition: all .8s ease; transition: all .8s ease;  }
.fscp_w .online_train_w .online_train_icon_list li:nth-child(1) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.fscp_w .online_train_w .online_train_icon_list li:nth-child(2) { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
.fscp_w .online_train_w .online_train_icon_list li:nth-child(3) { -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.fscp_w .online_train_w .online_train_icon_list li:nth-child(4) { -webkit-transition-delay: 0.5s; transition-delay: 0.7s; }
.fscp_w .online_train_w.active .online_train_icon_list li { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }	

/*--在线培训 向右--*/ 
.fscp_w .cp_ct_online_train_a { background-color: #e8f0f2; text-align: right; }
.fscp_w .cp_ct_online_train_a .pull-right { margin-top: 20%; text-align: right; }
.fscp_w .cp_ct_online_train_a .pull-left { margin-top: 10%; ; margin-left: -130px; }

@media (min-width: 1200px) {
.fscp_w .cp_ct_online_train_a .pull-left { max-width: none; margin-left: -130px; }
}

@media (max-width: 1600px) {
.fscp_w .cp_ct_online_train_a .pull-left { max-width: 100%; margin-left: -100px; }
}
 @media (max-width:1366px) {
.fscp_w .cp_ct_online_train_a .pull-right {  margin-top: 15%; }
.fscp_w .cp_ct_online_train_a .pull-left { margin-top: 10%; }
 }
@media (max-width:1200px) {
.fscp_w .cp_ct_online_train_a .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .cp_ct_online_train_a .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--在线培训 向左--*/ 
.fscp_w .cp_ct_online_train_b { background-color: #FFF; text-align: center; }
.fscp_w .cp_ct_online_train_b .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .cp_ct_online_train_b .pull-right { margin-top: 10%; ; margin-right: -50px; }

@media (min-width: 1200px) {
.fscp_w .cp_ct_online_train_b .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .cp_ct_online_train_b .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .cp_ct_online_train_b .pull-right img { max-width: 100%; }
}

@media (max-width:1200px) {
.fscp_w .cp_ct_online_train_b .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .cp_ct_online_train_b .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*--企业内部培训 (首屏)--*/ 
.fscp_w .business_train_w { position: relative; z-index: 1; color: #FFF; background: #21406f url(../images/cp_ct_business_train_1_bg.jpg) no-repeat center center; background-size: cover; max-height: 950px !important; text-align: center; -webkit-transition: all .8s ease; transition: all 0.8s ease }
.fscp_w .business_train_w .cp_desc { margin-top: 15%; }
.fscp_w .business_train_w .cp_desc.text-center p { max-width: 820px; }
.fscp_w .business_train_w .reason_list_w { display: block; max-width: 720px; margin: -40px auto 100px auto; overflow: hidden; -webkit-transform: translate3d(0, 80px, 0); transform: translate3d(0, 80px, 0); -webkit-transition: all .8s ease; transition: all 0.8s ease }
.fscp_w .business_train_w .cp_text p { color: #FFF; }
.fscp_w .business_train_w .cp_desc { position: relative; z-index: 100; }
.fscp_w .business_train_w .btn_r_more, .fscp_w .business_train_w .btn_free_trial { background-color: #FFF; color: #009deb; }
.fscp_w .business_train_w .btn_r_more:hover, .fscp_w .business_train_w .btn_free_trial:hover { box-shadow: 1px 2px 6px 0px rgb( 0, 0, 0, .2 ); }
.fscp_w .business_train_w .cp_business_train_w_bg { width: 100%; margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; opacity: .8; background-image: -moz-linear-gradient( 180deg, rgb(65,76,207) 0%, rgb(51,61,134) 46%, rgb(37,46,61) 100%); background-image: -webkit-linear-gradient( 180deg, rgb(65,76,207) 0%, rgb(51,61,134) 46%, rgb(37,46,61) 100%); background-image: -ms-linear-gradient( 180deg, rgb(65,76,207) 0%, rgb(51,61,134) 46%, rgb(37,46,61) 100%); -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; transition: all 1.5s ease }
.fscp_w .business_train_w.active .cp_business_train_w_bg { opacity: .4;  }
/*--在线培训 向右--*/ 
.fscp_w .cp_ct_business_train_a { background-color: #e8f0f2; text-align: right; }
.fscp_w .cp_ct_business_train_a .pull-right { margin-top: 20%; text-align: right; }
.fscp_w .cp_ct_business_train_a .pull-left { margin-top: 10%; ; margin-left: -130px; }

@media (min-width: 1200px) {
.fscp_w .cp_ct_business_train_a .pull-left { max-width: none; margin-left: -130px; }
}

@media (max-width: 1600px) {
.fscp_w .cp_ct_business_train_a .pull-left { max-width: 100%; margin-left: -100px; }
}
 @media (max-width:1366px) {
.fscp_w .cp_ct_business_train_a .pull-right {  margin-top: 10%; }
.fscp_w .cp_ct_business_train_a .pull-left { margin-top: 10%; }
 }
@media (max-width:1200px) {
.fscp_w .cp_ct_business_train_a .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .cp_ct_business_train_a .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--在线培训 向左--*/ 
.fscp_w .cp_ct_business_train_b { background-color: #FFF; text-align: center; }
.fscp_w .cp_ct_business_train_b .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .cp_ct_business_train_b .pull-right { margin-top: 3%; ; margin-right: -50px; }

@media (min-width: 1200px) {
.fscp_w .cp_ct_business_train_b .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .cp_ct_business_train_b .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .cp_ct_business_train_b .pull-right img { max-width: 100%; }
}
 @media (max-width:1366px) {
.fscp_w .cp_ct_business_train_b .pull-right {  margin-top: 10%; }
.fscp_w .cp_ct_business_train_b .pull-left { margin-top: 10%; }
 }
@media (max-width:1200px) {
.fscp_w .cp_ct_business_train_b .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .cp_ct_business_train_b .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/*飘动背景动画 animate*/
.animate_circle { overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.animate_circle .circle_img { width: 300px; height: 300px; position: absolute; opacity: .6; background: url(../images/animate_circle1.png) no-repeat center center; background-size: contain; }
.animate_circle .animate_circle { width: 300px; height: 300px; top: 90px; left: 1430px; display: block; }
.animate_circle .animate_circle1 { width: 100px; height: 100px; left: 600px; top: 100px; -webkit-animation: AnimateCcircle 36s ease-in-out infinite alternate 2s; animation: AnimateCcircle 36s ease-in-out infinite alternate 2s; }
.animate_circle .animate_circle2 { width: 200px; height: 200px; left: 300px; top: 500px; -webkit-animation: AnimateCcircle 34s ease-in-out infinite alternate 2s; animation: AnimateCcircle 34s ease-in-out infinite alternate 2s; }
.animate_circle .animate_circle3 { width: 150px; height: 150px; right: 400px; top: 600px; -webkit-animation: AnimateCcircle 30s ease-in-out infinite alternate 3s; animation: AnimateCcircle 30s ease-in-out infinite alternate 3s; }
.animate_circle .animate_circle4 { width: 100px; height: 100px; margin: auto; left: 0; top: 0; right: 0; bottom: 0; -webkit-animation: AnimateCcircle 28s ease-in-out infinite alternate 4s; animation: AnimateCcircle 28s ease-in-out infinite alternate 4s; }
.animate_circle .animate_circle5 { left: 1190px; top: 80px; -webkit-animation: AnimateCcircle 38s ease-in-out infinite alternate 2.5s; animation: AnimateCcircle 38s ease-in-out infinite alternate 2.5s; }
.animate_circle .animate_circle6 { right: 870px; bottom: -200px; -webkit-animation: AnimateCcircle 36s ease-in-out infinite alternate 1.5s; animation: AnimateCcircle 36s ease-in-out infinite alternate 1.5s; }

/* 飘动背景动画  circle*/
@keyframes AnimateCcircle {
 0% {
 -webkit-transform:rotate(0) translate(0, 0);
 -o-transform:rotate(0) translate(0, 0);
 -moz-transform:rotate(0) translate(0, 0);
 transform:rotate(0) translate(0, 0);
}
 50% {
 -webkit-transform:rotate(180deg) translate(150px, 80px);
 -o-transform:rotate(180deg) translate(150px, 80px);
 -moz-transform:rotate(180deg) translate(150px, 80px);
 transform:rotate(180deg) translate(150px, 80px);
}
 100% {
 -webkit-transform:rotate(360deg) translate(-15px, -30px);
 -o-transform:rotate(360deg) translate(-15px, -30px);
 -moz-transform:rotate(360deg) translate(-15px, -30px);
 transform:rotate(360deg) translate(-15px, -30px);
}
}
/*--万人大课堂 (首屏)--*/ 
.fscp_w .class_room_w { min-height: 700px !important; position: relative; z-index: 1; color: #FFF; background-color: #1f2c3f; text-align: center; -webkit-transition: all .8s ease; transition: all 0.8s ease }
.fscp_w .class_room_w .cp_desc { margin-top: 15%; }
.fscp_w .class_room_w .cp_desc.text-center p { max-width: 700px; }
.fscp_w .class_room_w .reason_list_w { display: block; max-width: 720px; margin: -40px auto 100px auto; overflow: hidden; -webkit-transform: translate3d(0, 80px, 0); transform: translate3d(0, 80px, 0); -webkit-transition: all .8s ease; transition: all 0.8s ease }
.fscp_w .class_room_w .cp_text p { color: #FFF; }
.fscp_w .class_room_w .cp_desc { position: relative; z-index: 100; }
.fscp_w .class_room_w .btn_r_more, .fscp_w .class_room_w .btn_free_trial { background-color: #FFF; color: #009deb; }
.fscp_w .class_room_w .btn_r_more:hover, .fscp_w .class_room_w .btn_free_trial:hover { box-shadow: 1px 2px 6px 0px rgb( 0, 0, 0, .2 ); }
.fscp_w .class_room_w .cp_class_room_w_bg { width: 100%; margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; opacity: .8;  background-image: -moz-linear-gradient( 180deg, rgb(45,79,191) 0%, rgb(31,44,63) 100%); background-image: -webkit-linear-gradient( 180deg, rgb(45,79,191) 0%, rgb(31,44,63) 100%); background-image: -ms-linear-gradient( 180deg, rgb(45,79,191) 0%, rgb(31,44,63) 100%); -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; transition: all 1.5s ease }
.fscp_w .class_room_w.active .cp_class_room_w_bg { opacity: .4;  }
.fscp_w .class_room_w .cp_center_img { margin: auto; position: relative; left: 0; top: 0; right: 0; bottom: 0; z-index: 10; height: 700px; width: 1200px; margin: 0 auto; background: url(../images/cp_ct_class_room_1.png) no-repeat center center; }

@media (max-width:992px) {
.fscp_w .class_room_w .cp_center_img { margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin-top: 300px; z-index: 10; height: 100%; width: 100%; background: url(../images/cp_ct_class_room_1.png) no-repeat center center; background-size: contain; }
}
/**地区脉冲**/
.position_list_w { width: 400px; height: 400px; margin: auto; position: absolute; z-index: 6; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation: circle-outer 20s linear infinite; -moz-animation: circle-outer 20s linear infinite; -o-animation: circle-outer 210s linear infinite; animation: circle-outer 20s linear infinite; }
.position_list_w .region_list { opacity: 0;width: 100px; height: 100px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; 
    -webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
-o-transition: all 3s ease;
transition: all 3s ease;
    }
.active .position_list_w .region_list {
    opacity: 1;
    -webkit-animation: sivan_opacity 5s linear infinite;
    -moz-animation: sivan_opacity 3s linear infinite;
    -o-animation: sivan_opacity 5s linear infinite; 
    animation: sivan_opacity 5s linear infinite;}
 @-webkit-keyframes sivan_opacity {
 0% {
opacity: 0;
}
50% {
opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes sivan_opacity {
 0% {
 opacity: 0;
}
50% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}   
.position_list_w .region_1 { top: 20px; left: 120px; }
.position_list_w .region_2 { top: 230px; left: 220px; }
.position_list_w .region_3 { top: 50px; left: 300px; }
.position_list_w .region_4 { top: 260px; left: 340px; }
.position_list_w .region_5 { top: 350px; left: 100px; }
.position_list_w .region_6 { top: 160px; left: 60px; }
.region_list .dot { display: inline-block; position: absolute; left: 0px; width: 10px; height: 10px; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; background-color: #FFF; opacity: .4;  }
.region_list .pulse { display: inline-block; position: absolute; top: -38px; left: -38px; height: 88px; width: 88px; -webkit-border-radius: 88px; -moz-border-radius: 88px; border-radius: 88px; background-color: #ffe79e; opacity: 0.12; -webkit-animation: pulse_line 2s ease-out; -moz-animation: pulse_line 2s ease-out; animation: pulse_line 2s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.region_list.region_1 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 4s ease-out; -moz-animation: pulse_line 4s ease-out; animation: pulse_line 4s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.region_list.region_2 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 2.8s ease-out; -moz-animation: pulse_line 2.8s ease-out; animation: pulse_line 2.8s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.region_list.region_3 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 3.2s ease-out; -moz-animation: pulse_line 3.2s ease-out; animation: pulse_line 3.2s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.region_list.region_4 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 4s ease-out; -moz-animation: pulse_line 4s ease-out; animation: pulse_line 4s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.region_list.region_5 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 2.6s ease-out; -moz-animation: pulse_line 2.6s ease-out; animation: pulse_line 2.6s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.region_list.region_6 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_line 4s ease-out; -moz-animation: pulse_line 4s ease-out; animation: pulse_line 4s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
 @keyframes pulse_line {
 0% {
 transform: scale(0);
 opacity: 1;
}
 30% {
 transform: scale(0);
 opacity: 0.1;
}
 60% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 0.0;
}
}
@-webkit-keyframes pulse_line {
 0% {
 -transform: scale(0);
 opacity: 0.0;
}
 30% {
 transform: scale(0);
 opacity: 0.1;
}
 60% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 0.0;
}
}
@-moz-keyframes pulse_line {
 0% {
 transform: scale(0);
 opacity: 0.0;
}
 30% {
 transform: scale(0);
 opacity: 0.1;
}
 60% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 0.0;
}
}
/*--万人大课堂 向右--*/ 
.fscp_w .cp_ct_class_room_a { background-color: #e8f0f2; text-align: right; }
.fscp_w .cp_ct_class_room_a .pull-right { margin-top: 20%; text-align: right; }
.fscp_w .cp_ct_class_room_a .pull-left { margin-top: 10%; ; margin-left: -130px; }

@media (min-width: 1200px) {
.fscp_w .cp_ct_class_room_a .pull-left { max-width: none; margin-left: -130px; }
}

@media (max-width: 1600px) {
.fscp_w .cp_ct_class_room_a .pull-left { max-width: 100%; margin-left: -100px; }
}
 @media (max-width:1366px) {
.fscp_w .cp_ct_class_room_a .pull-right {  margin-top: 10%; }
.fscp_w .cp_ct_class_room_a .pull-left { margin-top: 10%; }
 }
@media (max-width:1200px) {
.fscp_w .cp_ct_class_room_a .pull-right { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .cp_ct_class_room_a .pull-left { width: 100%; margin-top: 10%; ; margin-left: 0px; }
}
/*--万人大课堂 向左--*/ 
.fscp_w .cp_ct_class_room_b { background-color: #FFF; text-align: center; }
.fscp_w .cp_ct_class_room_b .pull-left { margin-top: 16%; text-align: left; }
.fscp_w .cp_ct_class_room_b .pull-right { margin-top: 10%; ; margin-right: -50px; }

@media (min-width: 1200px) {
.fscp_w .cp_ct_class_room_b .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .cp_ct_class_room_b .pull-right { margin-top: 10%; margin-right: -100px; }
.fscp_w .cp_ct_class_room_b .pull-right img { max-width: 100%; }
}
 @media (max-width:1366px) {
.fscp_w .cp_ct_class_room_b .pull-right {  margin-top: 10%; }
.fscp_w .cp_ct_class_room_b .pull-left { margin-top: 10%; }
 }
@media (max-width:1200px) {
.fscp_w .cp_ct_class_room_b .pull-left { width: 100%; margin-top: 20%; text-align: center; }
.fscp_w .cp_ct_class_room_b .pull-right { width: 100%; margin-top: 10%; ; margin-right: 0px; }
}
/**地区脉冲**/
.area_pulse_w { width: 100%; height: 100%; margin: auto; position: absolute; z-index: 6; top: 0; right: 0; bottom: 0; left: 0; }
.area_pulse_w .pulse_list { width: 200px; height: 200px; margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; transform: perspective(800px) rotatex(36deg) rotatey(6deg); }
.area_pulse_w .pulse_list.pulse_list_1 { top: 120px; left: -396px; }
.area_pulse_w .pulse_list.pulse_list_2 { top: 130px; left: -630px; }
.area_pulse_w .pulse_list.pulse_list_3 { top: 54px; left: 140px; }
.area_pulse_w .pulse_list.pulse_list_4 { top: 216px; left: 460px; }
.area_pulse_w .pulse_list.pulse_list_5 { top: 240px; left: 818px; }
.area_pulse_w .pulse_list.pulse_list_6 { top: 140px; left: 870px; }
.area_pulse_w .pulse_list .dot { display: inline-block; position: absolute; left: 0px; width: 10px; height: 10px; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; background-color: #ffe79e; ; opacity: .2;; }
.area_pulse_w .pulse_list .pulse { display: inline-block; position: absolute; top: -38px; left: -38px; height: 88px; width: 88px; -webkit-border-radius: 88px; -moz-border-radius: 88px; border-radius: 88px; background-color: #ffe79e; opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_nana 3s ease-out; -moz-animation: pulse_nana 3s ease-out; animation: pulse_nana 3s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.area_pulse_w .pulse_list .pulse_list_1 .pulse { opacity: 0.12; filter: alpha(opacity=0); -webkit-animation: pulse_nana 4s ease-out; -moz-animation: pulse_nana 4s ease-out; animation: pulse_nana 4s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; }
 @keyframes pulse_nana {
 0% {
 transform: scale(0);
 opacity: 1;
}
 30% {
 transform: scale(0);
 opacity: 0.1;
}
 60% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 0.0;
}
}
@-webkit-keyframes pulse_nana {
 0% {
 transform: scale(0);
 opacity: 0.0;
}
 30% {
 transform: scale(0);
 opacity: 0.1;
}
 60% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 0.0;
}
}
@-moz-keyframes pulse_nana {
 0% {
 transform: scale(0);
 opacity: 0.0;
}
 30% {
 transform: scale(0);
 opacity: 0.1;
}
 60% {
 transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 opacity: 0.0;
}
}

@media (max-width:992px) {
.area_pulse_w { display: none }
}
