@charset "utf-8";
/* -------------------------------
 --css     好视通双师课堂
 --by      市场部 Sivan 2018-09-21    Design by May  Web前端 by Sivan
 --update  v.2018-09-21 
目录————————————————

/*--------------------重定义浏览器默认样式--------------------*/
div, dl, dt, dd, ul, ol, li, form, input, table, tbody, tr, th, td, em, input, img { margin: 0; padding: 0; border: none; }
body { padding: 0; border: none; font-family: "Microsoft YaHei", Helvetica, arial, sans-serif; color: #333; font-size: 14px; min-width: 240px; max-width: 2560px; margin: 0 auto; }
a:active, a:focus { outline: none; }
ul, ol, li { list-style: none; }
em, i { font-style: normal; }
ul, ol { list-style: none; }
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
input, textarea { -webkit-appearance: none; border: 0; }
a:hover { text-decoration: none; }
a:active, a:focus { outline: none; }
::selection { background: #008ed7; color: #fff; }
.clearfix:before { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; *zoom:1;
}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; *zoom:1;
}
/**头部**/
#header {min-width: 240px; position: relative; z-index: 10; color: #FFF; background-color: #24232b; }
#header #nav_w { position: absolute; z-index: 9999; top: 0px; width: 100%; padding: 10px 0 0 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
#header #nav_w .logo_con { margin-bottom: 10px; float: left; }

@media screen and (max-width:680px) {
#header #nav_w .logo_con #logo img { height: 30px; background-size: contain; }
}
#header #nav_w .nav_con { float: right; }
#header #nav_w .nav_con .btn { display: block; display: inline-block; position: relative; width: auto; min-width: 120px; padding: 0 20px; height: 42px; line-height: 42px; margin: 5px auto; text-align: center; font-size: 14px; color: #FFF; background-color: #226BF0; vertical-align: middle; overflow: hidden; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
#header #nav_w .nav_con .btn:hover { -webkit-opacity: .9; -moz-opacity: .9; opacity: .9; -webkit-transition: all 2s ease; -moz-transition: all 2s ease; transition: all 2s ease; }

@media screen and (max-width:680px) {
#header #nav_w .nav_con .btn { min-width: 70px; padding: 0 10px; height: 24px; line-height: 24px; margin: 0px auto; text-align: center; font-size: 10px; }
}
/**Banner**/

#banner { position: relative; z-index: 10; width: 100%; max-width: 2560px; margin: 0 auto; min-width: 240px; height: 920px; overflow: hidden; }
.bg { position: absolute; z-index: 0; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; overflow: hidden; background: #24232b url(../images/ss/banner_1_bg.jpg) no-repeat center center; background-size: cover }
.banner_con { }
.banner_text { width: 100%; padding: 0 15px; position: absolute; z-index: 99; left: 0; top: 42%; right: 0; bottom: 0; margin: auto; margin: -40px 0 0 0; text-align: center }
.banner_text .h_w { margin: 0 auto; text-align: center; }
.banner_text .h_w h1 { font-size: 50px; margin: 25px auto; font-weight: 700; line-height: 1.2; }
.banner_text .h_w p { font-size: 24px; margin: 25px auto; }

@media screen and (max-width:1200px) {
.banner_text { width: 90%; margin: 0 auto; }
.bg{-webkit-opacity: .2;	-moz-opacity: .2;opacity: .2;}
.bg:after { content: ""; margin: auto; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: rgb(36, 35, 43, 0.2); }
}

@media screen and (max-width:1200px) {
#banner { min-height: 6rem; height: auto; max-height: 6rem; }
.banner_text { width: 96%;top: 30%; }
.banner_text b{font-size: 0.8rem;line-height: 1.5;}	
.banner_text em{display: none;}
.banner_text br{display: block !important;} 	
.banner_text .h_w h1 { font-size: 0.32rem; margin: 0.3rem auto; font-weight: 700; }
.banner_text .h_w p { font-size: 0.2rem; margin: 0.25rem auto; }
}

@media screen and (max-width:680px) {
#banner { min-height: 6rem; height: auto; max-height: 6rem; }
.banner_text { width: 96%;top: 30%; }
.banner_text b{font-size: 0.8rem;line-height: 1.5;}	
.banner_text em{display: none;}
.banner_text br{display: block !important;} 	
.banner_text .h_w h1 { font-size: 0.32rem; margin: 0.3rem auto; font-weight: 700; }
.banner_text .h_w p { font-size: 0.24rem; margin: 0.25rem auto; }
}

@media screen and (max-width:480px) {
}

@media screen and (max-width:320px) {
}
.banner_text .h_w { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); -moz-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); -webkit-transition: all 1.4s ease; -moz-transition: all 1.4s ease; transition: all 1.4s ease; }
.banner_text .h1_w { z-index: 20; -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; transition-delay: 0.2s; }
.banner_text .h2_w { z-index: 15; -webkit-transition-delay: 0.4s; -moz-transition-delay: 0.4s; transition-delay: 0.4s; }
.banner_text .h3_w { z-index: 30; -webkit-transition-delay: 0.6s; -moz-transition-delay: 0.6s; transition-delay: 0.6s; }
.active .h_w { opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.ss_btn { display: block; display: inline-block; width: auto; min-width: 80px; padding: 0 50px; height: 52px; line-height: 52px; margin: 100px auto 100px 0; margin: 1rem auto 1rem 0; text-align: center; font-size: 16px; color: #FFF; background-color: #0080ff ; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
.ss_btn:before { font-family: "宋体"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; position: relative; content: ">"; position: absolute; left: 130%; top: 50%; margin-top: -8px; margin-top: -0.08rem; height: 100%; font-size: 125%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.ss_btn:hover:before { left: 80%; }
.ss_btn:hover { background-color: #00aaff; color: #fff; text-decoration: none; }
/*----------通用主导航----------*/  

/*--首页暗黑（透明）导航--*/

#main { }
.ss_w { min-height: 800px; max-width: 2560px; padding: 150px 0; margin: 0 auto; overflow: hidden; }

@media (min-width:1920px) {
.ss_w .container { min-width: 1600px; margin: 0 auto; }
}

@media (max-width:480px) {
.ss_w { padding: .8rem 0; }
}
.cp_text h1 { font-weight: 700; font-size: 48px; font-size: 0.48rem; line-height: 1.2; margin-top: 50px; margin-top: 0.5rem; margin-bottom: 30px; margin-bottom: 0.3rem; }
.cp_desc em { display: inline-block; height: 0; margin: 0; padding: 0; width: 30px; border-bottom: 4px solid #0080FF; }
.cp_desc img { color: transparent; }
.cp_desc p { max-width: 800px; margin: 30px auto 30px auto; margin: 0.3rem auto 0.3rem auto; font-size: 20px; /*! font-size: 0.2rem; */ line-height: 2.2; }
/* ss_1*/ 
.ss_1 { position: relative; z-index: 1; padding: 200px 0; background-color: #FFF; overflow: hidden; color: #1c233b; text-align: center; -webkit-transition: all .8s ease; transition: all 0.8s ease }

/* 
.ss_1:before { content: ""; position: absolute; z-index: -1; left: -100px; top: -100px; width: 100%; height: 100%; width: 800px; height: 800px; background: url(../images/ss/main_bg_1.png) no-repeat -320px -320px; background-size: 100% 100%; -webkit-animation: a_bg_updown 4s ease-in-out infinite; -moz-animation: a_bg_updown 4s ease-in-out infinite; animation: a_bg_updown 4s ease-in-out infinite; }
.ss_1:after { content: ""; position: absolute; z-index: -1; right: -150px; top: 100px; width: 100%; height: 100%; width: 332px; height: 572px; background: url(../images/ss/main_bg_6.2.png) no-repeat 0px 0px; background-size: 100% 100%; -webkit-animation: a_bg_updown 5s ease infinite; -moz-animation: a_bg_updown 5s ease infinite; animation: a_bg_updown 5s ease infinite; }
*/

@media (max-width: 1200px) {
.ss_1:after, .ss_1:before { display: none; }
}
 @-webkit-keyframes a_bg_updown {
 0% {
 -webkit-transform:translateY(5%);
}
 50% {
 -webkit-transform:translateY(0px);
}
 100% {
 -webkit-transform:translateY(5%);
}
}
@-moz-keyframes a_bg_updown {
 0% {
 -moz-transform:translateY(5%);
}
 50% {
 -moz-transform:translateY(0px);
}
 100% {
 -moz-transform:translateY(5%);
}
}
@keyframes a_bg_updown {
0% {
 transform:translateY(5%);
}
 50% {
 transform:translateY(0px);
}
 100% {
 transform:translateY(5%);
}
}



/*ss_1 视频*/
video::-webkit-media-controls-start-playback-button {
display: none;
}
.video_con { width: 100%; max-width: 1400px; margin: 50px auto 50px auto; }
.video_con .video_w { position: relative; z-index: 1; width: 45%; overflow: hidden; float: none; display: inline-block; *display: inline;*zoom: 1;text-align: center; padding: 0; margin: 0 15px; cursor: pointer; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; }

.video_con .video_w .b_video { width: 100%; height: 100%;margin-bottom:-8px; background-color:#000;}
.video_con .video_w:hover { transition: transform 0.35s, color 0.35s; -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); -webkit-box-shadow: 0px 10px 30px 0px rgba(4, 5, 10, 0.2); -moz-box-shadow: 0px 10px 30px 0px rgba(4, 5, 10, 0.2); box-shadow: 0px 10px 30px 0px rgba(4, 5, 10, 0.2); }
.video_con .video_w video { width: 100%; height: 100%; background-color:#000; object-fit: cover;z-index: 0;}
.video_con .video_w .btn_play { margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; width: 160px; height: 160px; background: url(../images/ss/icon_play.png) no-repeat center center; pointer-events: none; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all; -webki-transform: scale(.8); -moz-transform: scale(.8); transform: scale(.8) }
.video_con .video_w:hover .btn_play { -webki-transform: scale(1) rotate(120deg); -moz-transform: scale(1) rotate(120deg); transform: scale(1) rotate(120deg); }
.video_con .video_w .img_cover { width: 100%; height: 100%; background-color: #000; pointer-events: none; background: rgb(0, 0, 0, .8); position: absolute; z-index: 0; top: 0; left: 0; -webkit-opacity: .5; -moz-opacity: .5; opacity: .5; filter: alpha(opacity=50); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-transition: ease 0.4s; -o-transition: ease 0.4s; -webkit-transition: ease 0.4s; transition: ease 0.4s; }
.video_con .video_w:hover .img_cover { -webkit-opacity: .9; -moz-opacity: .9; opacity: .9; filter: alpha(opacity=90); }
.video_con .video_w img { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; }

.video_con .video_w.active .img_cover { -webkit-opacity:0; -moz-opacity: 0; opacity: 0; filter: alpha(opacity=0); }
.video_con .video_w.active .btn_play { -webkit-opacity:0; -moz-opacity: 0; opacity: 0; filter: alpha(opacity=0); }

@media screen and (max-width:992px) {
.m-video{display: none;}
}	
@media screen and (min-width:992px) {
.b_video{display: none;}
}	


/*--ss1 图片active动画--**/
.video_con .video_w { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); -moz-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; }
.video_con .video_w:nth-child(1) { -webkit-transition-delay: .4s; -moz-transition-delay: .4s; transition-delay: .4s; }
.video_con .video_w:nth-child(2) { -webkit-transition-delay: .6s; -moz-transition-delay: .6s; transition-delay: .6s; }
.ss_1 .video_con.active .video_w { -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

@media screen and (max-width:1200px) {
.video_con .video_w .btn_play { width: 120px; height: 120px;background-size:100%;}
}

@media screen and (max-width:992px) {
.video_con .video_w .btn_play { width: 100px; height: 100px;background-size:100%;}
}

@media screen and (max-width:680px) {
.ss_1 { background-size: contain; }
.video_con .video_w { width: 100%; text-align: center; padding: 0; margin: 5% auto; overflow: hidden; }	
.video_con .video_w .btn_play { width: 80px; height: 80px; background-size: contain; }	
}

@media (max-width: 480px) {
.video_con { width: 100%; margin: 0 auto; }
.video_con .video_w .btn_play { width: 60px; height: 60px; background-size: contain; }
}

.ss_1 .cp_desc p { color: #59617C; }
.ss_1 .cp_img img { margin-bottom: -90px; }
.ss_1 .cp_center_img { position: relative; z-index: 1; width: 100%; height: 100%; bottom: -50px; }

@media (max-width: 480px) {
.ss_1 .cp_center_img { bottom: 20px !important; }
}

.ss_1 .trait_list_w { margin: 50px auto; }
.ss_1 .trait_list_w li { width: 30%; overflow: hidden; float: none; display: inline-block; *display: inline;*zoom: 1;text-align: center; }
.ss_1 .trait_list_w li div { font-size: 18px; color: #59617C; line-height: 1.2; margin: 5px; padding: 10px 0px; border: 1px solid #93A6BC; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

@media (max-width: 1400px) {
.ss_1 .trait_list_w li div { font-size: 14px; color: #59617C; }
}

@media (max-width: 360px) {
.ss_1 .trait_list_w li div { font-size: 14px; min-height: 60px; }
}

/*ss_1 图片动效 图片外框*/ 
.ss_1 { min-height: 200px;padding: 100px 0;}
.ss_1 .cp_img { -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; -webkit-transform: translate3d(-150px, -150px, 0); -moz-transform: translate3d(-150px, -150px, 0); transform: translate3d(-150px, -150px, 0); -webkit-transition: all 3s ease; -moz-transition: all 3s ease; transition: all 3s ease; }
.ss_1 .cp_img.active { -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
/*ss2*/
.ss_2 { background-color: #F7F7F7; position: relative; z-index: 10; overflow: visible }
/* 
.ss_2:after { content: ""; position: absolute; z-index: -1; right: 0; bottom: -40%; width: 380px; height: 760px; background: url(../images/ss/main_bg_4.png) no-repeat center center; background-size: 100% 100%; -webkit-animation: a_bg_updown 4s ease-in-out infinite; -moz-animation: a_bg_updown 4s ease-in-out infinite; animation: a_bg_updown 4s ease-in-out infinite; }
*/

@media (max-width: 1200px) {
.ss_2:after, .ss_2:before { display: none; }
}
/*--ss2 图标题排列--*/
.ss_2 .solution_w { margin: 5% -15px; text-align: center; }
.ss2 .solution_w li { max-width: 33%; float: none; overflow: hidden; display: inline-block; *display: inline;*zoom: 1;text-align: center; ; margin: 0 auto; }/*去掉浮动默认，块居中*/

@media (max-width:992px) {
.ss_2 .solution_w li { max-width: 100%; float: left; }
}
.ss_2 .solution_w .solution_list { width: 100%; min-height: 420px; max-height: 450px; padding: 40px 40px; border-radius: 4px; overflow: hidden;/*background-color:#FFF;background-color: rgba(245, 245, 245, .95);*/ -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin: 15px auto; }
.ss_2 .solution_w .solution_list:hover { -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.ss_2 .solution_w .solution_list .img_w { display: block; width: 150px; height: 150px; margin: 0 auto; border-radius: 100%; }
.ss_2 .solution_w .solution_list .solution_text { width: auto; margin: 0 auto; text-align: center; }
.ss_2 .solution_w .solution_list .solution_text h3 { font-size: 28px; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 40px auto 30px auto; }
.ss_2 .solution_w .solution_list .solution_text p { line-height: 1.5; margin-top: 15px; color: #666; font-size: 18px; line-height: 1.6; width: 100%; margin: 15px auto 15px auto; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; }

@media (max-width:1200px) {
.ss_2 .solution_w .solution_list { min-height: 220px; ; max-height: 100%; padding: 20px 10px 10px 10px; margin: 5px auto }
.ss_2 .solution_w .solution_list .img_w { display: block; float: none; margin: 0 auto; width: 100px; height: 100px; }
.ss_2 .solution_w .solution_list .solution_text { display: block; float: none; margin: 0 auto; width: 80%; text-align: center; }
.ss_2 .solution_w .solution_list .solution_text br { display: none; }
}

@media (max-width: 680px) {
.ss_2 .solution_w .solution_list .solution_text {width: 100%; t}	
.ss_2 .solution_w .solution_list .solution_text h3 { font-size: 22px; margin: 10px auto 10px auto; }
.ss_2 .solution_w .solution_list .solution_text p { font-size: 16px; }
}
@media (max-width: 480px) {
.ss_2 .solution_w .solution_list .solution_text p { font-size: 14px; }
}
/**---间距---**/	
.ss_2 .solution_w { margin-top: 30px; margin-left: -10px; margin-right: -10px; }
.ss_2 .solution_w li { padding-right: 5px; padding-left: 5px; }

@media (max-width:720px) {
.ss_2 .solution_w .solution_list .solution_text { min-height: auto }
}

@media (max-width:680px) {
.ss_2 .solution_w .solution_list { min-height: 280px; ; max-height: 100%; padding: 10px 10px 10px 10px; margin: 5px auto; border: 1px solid #EEE }
.ss_2 .solution_w .solution_list .img_w { display: block; float: none; margin: 0 auto; width: 80px; height: 80px; }
}
/*--ss2 图片active动画--**/
.ss_2 .solution_w li { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); -moz-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; }
.ss_2 .solution_w li:nth-child(1) { -webkit-transition-delay: .4s; -moz-transition-delay: .4s; transition-delay: .4s; }
.ss_2 .solution_w li:nth-child(2) { -webkit-transition-delay: .5s; -moz-transition-delay: .5s; transition-delay: .5s; }
.ss_2 .solution_w li:nth-child(3) { -webkit-transition-delay: .6s; -moz-transition-delay: .6s; transition-delay: .6s; }
.ss_2 .solution_w li:nth-child(4) { -webkit-transition-delay: .7s; -moz-transition-delay: .7s; transition-delay: .7s; }
.ss_2 .solution_w li:nth-child(5) { -webkit-transition-delay: .8s; -moz-transition-delay: .8s; transition-delay: .8s; }
.ss_2 .solution_w li:nth-child(6) { -webkit-transition-delay: .9s; -moz-transition-delay: .9s; transition-delay: .9s; }
.ss_2 .solution_w li:nth-child(7) { -webkit-transition-delay: 1s; -moz-transition-delay: 1s; transition-delay: 1s; }
.ss_2 .solution_w li:nth-child(8) { -webkit-transition-delay: 1.1s; -moz-transition-delay: 1.1s; transition-delay: 1.5s; }
.ss_2 .solution_w li:nth-child(9) { -webkit-transition-delay: 1.2s; -moz-transition-delay: 1.2s; transition-delay: 1.2s; }
.ss_2 .solution_w.active li { -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
/*--ss_2 图片active动画图标hover动画--**/
.ss_2 .solution_w .solution_list .img_w, .ss_2 .solution_w .solution_list .solution_text h3, .ss_2 .solution_w .solution_list .solution_text p { -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0); transform: translate3d(0, 0, 0) translate3d(0, 0, 0); }
.ss_2 .solution_list .solution_text h3 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 5px, 0) }
.ss_2 .solution_w .solution_list .solution_text p { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.ss_2 .solution_w .solution_list:hover .solution_text h3 { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
.ss_2 .solution_w .solution_list:hover .solution_text p { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
.ss_2 .solution_w .solution_list .img_w { -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.ss_2 .solution_w .solution_list:hover .img_w { transition: transform 0.35s, color 0.35s; -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }

.ss_2 .solution_w .solution_list .img_w img {  -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all; -webki-transform: scale(.9); -moz-transform: scale(.9); transform: scale(.9) }
.ss_2 .solution_w .solution_list:hover .img_w img{ -webki-transform: scale(1) rotate(120deg); -moz-transform: scale(1) rotate(120deg); transform: scale(1) rotate(120deg); }


.ss_2 .cp_text p { text-align: left }
.ss_2 .cp_text p font { font-size: 24px; }
/*ss_3*/
.ss_3 { position: relative; overflow: visible }
/* 
.ss_3:before { content: ""; position: absolute; z-index: -1; left: -8%; top: 5%; width: 572px; height: 332px; background: url(../images/ss/main_bg_5.png) no-repeat center center; background-size: 100% 100%; -webkit-animation: a_bg_updown 4s ease-in-out infinite; -moz-animation: a_bg_updown 4s ease-in-out infinite; animation: a_bg_updown 4s ease-in-out infinite; }
/* 
@media (max-width: 1200px) {
.ss_3:after, .ss_3:before { display: none; }
}
/*--ss_3 图标题排列--*/
.ss_3 .icon_w { margin: 5% -15px; text-align: center; overflow: hidden; }
.ss_3 .icon_w li { max-width: 33%; float: none; overflow: hidden; display: inline-block; *display: inline;*zoom: 1;text-align: center; ; margin: 0 auto; }/*去掉浮动默认，块居中*/

@media (max-width:992px) {
.ss_3 .icon_w li { max-width: 100%; float: left; }
}
.ss_3 .icon_w .icon_list { width: 100%; min-height: 240px; max-height: 320px; padding: 40px 40px; overflow: hidden; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin: 15px auto; }
.ss_3 .icon_w .icon_list:hover { -webkit-transition: All 0.4s ease; ; -moz-transition: All 0.4s ease; transition: All 0.4s ease; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.ss_3 .icon_w .icon_list .img_w { display: block; width: 120px; height: 120px; margin: 0 auto; border-radius: 100%; }
.ss_3 .icon_w .icon_list .icon_text { width: auto; margin: 0 auto; text-align: center; }
.ss_3 .icon_w .icon_list .icon_text h3 { font-size: 18px; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 30px auto 10px auto; }
.ss_3 .icon_w .icon_list .icon_text p { color: #6e798b; font-size: 14px; line-height: 1.6; margin: 15px auto 15px auto; }

@media (max-width:1200px) {
.ss_3 .icon_w .icon_list { min-height: 230px; ; max-height: 100%; padding: 20px 10px 10px 10px; margin: 5px auto }
.ss_3 .icon_w .icon_list .img_w { display: block; float: none; margin: 0 auto; }
.ss_3 .icon_w .icon_list .icon_text { display: block; float: none; margin: 0 auto; width: 100%; text-align: center; }
.ss_3 .icon_w .icon_list .icon_text br { display: none; }
/**---间距---**/	
.ss_3 .icon_w { margin-top: 30px; margin-left: -10px; margin-right: -10px; }
.ss_3 .icon_w li { padding-right: 5px; padding-left: 5px; }
}
@media (max-width:992px) {
.ss_3 .icon_w .icon_list .icon_text h3 {  margin: 10px auto 10px auto; }
}
@media (max-width:720px) {
.ss_3 .icon_w .icon_list .icon_text { min-height: auto }
}

@media (max-width: 680px) {
.ss_3 .icon_w .icon_list { min-height: 100px; padding: 10px 10px 10px 10px; border: 1px solid #EEE }
.ss_3 .icon_w .icon_list .img_w { width: 70px; height: 70px; }
.ss_3 .icon_w .icon_list .icon_text h3 { font-size: 18px;  margin: 5px auto 5px auto; }
}
/*--xz_3图片active动画--**/
.ss_3 .icon_w li { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); -moz-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; }
.ss_3 .icon_w li:nth-child(1) { -webkit-transition-delay: .4s; -moz-transition-delay: .4s; transition-delay: .4s; }
.ss_3 .icon_w li:nth-child(2) { -webkit-transition-delay: .5s; -moz-transition-delay: .5s; transition-delay: .5s; }
.ss_3 .icon_w li:nth-child(3) { -webkit-transition-delay: .6s; -moz-transition-delay: .6s; transition-delay: .6s; }
.ss_3 .icon_w li:nth-child(4) { -webkit-transition-delay: .7s; -moz-transition-delay: .7s; transition-delay: .7s; }
.ss_3 .icon_w li:nth-child(5) { -webkit-transition-delay: .8s; -moz-transition-delay: .8s; transition-delay: .8s; }
.ss_3 .icon_w li:nth-child(6) { -webkit-transition-delay: .9s; -moz-transition-delay: .9s; transition-delay: .9s; }
.ss_3 .icon_w li:nth-child(7) { -webkit-transition-delay: 1s; -moz-transition-delay: 1s; transition-delay: 1s; }
.ss_3 .icon_w li:nth-child(8) { -webkit-transition-delay: 1.1s; -moz-transition-delay: 1.1s; transition-delay: 1.1s; }
.ss_3 .icon_w li:nth-child(9) { -webkit-transition-delay: 1.2s; -moz-transition-delay: 1.2s; transition-delay: 1.2s; }
.ss_3 .icon_w li:nth-child(10) { -webkit-transition-delay: 1.3s; -moz-transition-delay: 1.3s; transition-delay: 1.3s; }
.ss_3 .icon_w.active li { -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
/*--ss_3 图片active动画图标hover动画--**/
.ss_3 .icon_w .icon_list .img_w, .ss_3 .icon_w .icon_list .icon_text h3, .ss_3 .icon_w .icon_list .icon_text p { -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0); transform: translate3d(0, 0, 0) translate3d(0, 0, 0); }
.ss_3 .icon_list .icon_text h3 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 5px, 0) }
.ss_3 .icon_w .icon_list .icon_text p { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.ss_3 .icon_w .icon_list:hover .icon_text h3 { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
.ss_3 .icon_w .icon_list:hover .icon_text p { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
.ss_3 .icon_w .icon_list .img_w { -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.ss_3 .icon_w .icon_list:hover .img_w { transition: transform 0.35s, color 0.35s; -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }


/*ss_4*/

.ss_4 { background-color: #F7F7F7; position: relative; overflow:visible; }
/* 
.ss_4:before { content: ""; position: absolute; z-index: 1; left: -1%; bottom: -15%; width: 280px; height: 450px; ; background: url(../images/ss/main_bg_6.1.png) no-repeat center center; background-size: 100% 100%; -webkit-animation: a_bg_updown 4s ease-in-out infinite; -moz-animation: a_bg_updown 4s ease-in-out infinite; animation: a_bg_updown 4s ease-in-out infinite; }
.ss_4:after { content: ""; position: absolute; z-index: 0; right: 0%; top: 100px; width: 100%; height: 100%; width: 142px; height: 572px; background: url(../images/ss/main_bg_6.3.png) no-repeat 0px 0px; background-size: 100% 100%; -webkit-animation: a_bg_updown 5s ease infinite; -moz-animation: a_bg_updown 5s ease infinite; animation: a_bg_updown 5s ease infinite; }
*/

@media (max-width: 1200px) {
.ss_4:after, .ss_4:before { display: none; }
}
.ss_4 .img_w { z-index: 2; margin: 100px auto; -moz-transition: ease 1.4s; -webkit-transition: ease 1.4s; transition: ease 1.4s; }
.ss_4 .img_w { -webkit-transform: translate3d(0, 80px, 0); -moz-transform: translate3d(0, 80px, 0); transform: translate3d(0, 80px, 0) }
.ss_4 .img_w.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

@media (max-width: 680px) {
.ss_4 .img_w { margin: 50px auto; }
}
/*ss_5*/
.ss_5 { text-align: center; position: relative; }


.ss_5 .s_con { max-width: 1400px; margin: 50px auto 100px auto; position: relative; }
.ss_5 .s_con_2 { max-width: 1400px; margin: 200px auto 100px auto; }
.ss_5 .s_con { max-width: 1400px; margin: 50px auto 100px auto; }

/* 
.ss_5 .s_con_1:before { content: ""; position: absolute; z-index: -1; top: -10%; right: -30%; width: 572px; height: 332px; background: url(../images/ss/main_bg_5.png) no-repeat center center; background-size: 100% 100%; -webkit-animation: a_bg_updown 6s ease-in-out infinite; -moz-animation: a_bg_updown 6s ease-in-out infinite; animation: a_bg_updown 6s ease-in-out infinite; }
.ss_5 .s_con_1:after { content: ""; position: absolute; z-index: -1; right: -30%; top: 80%; width: 380px; height: 760px; background: url(../images/ss/main_bg_4.png) no-repeat center center; background-size: 100% 100%; -webkit-animation: a_bg_updown 4s ease-in-out infinite; -moz-animation: a_bg_updown 4s ease-in-out infinite; animation: a_bg_updown 4s ease-in-out infinite; }

.ss_5 .s_con_2:after { content: ""; position: absolute; z-index: -1; bottom: -2%; right: -30%; width: 400px; height: 200px; background: url(../images/ss/main_bg_8.png) no-repeat center center; background-size: 100% 100%; -webkit-animation: a_bg_updown 4s ease-in-out infinite; -moz-animation: a_bg_updown 4s ease-in-out infinite; animation: a_bg_updown 4s ease-in-out infinite; }
.ss_5 .s_con_2:before { content: ""; position: absolute; z-index: -1; top: -30%; left: -30%; width: 332px; height: 572px; background: url(../images/ss/main_bg_6.2.png) no-repeat center center; background-size: 100% 100%; -webkit-animation: a_bg_updown 4s ease-in-out infinite; -moz-animation: a_bg_updown 4s ease-in-out infinite; animation: a_bg_updown 4s ease-in-out infinite; }
*/ 

@media (max-width: 1200px) {
.ss_5:after, .ss_5:before { display: none; }
.ss_5 .s_con:after, .ss_5 .s_con:before { display: none; }
}
.ss_5 .s_con h2 { font-size: 30px; margin: 30px auto; line-height: 1.4; }
.ss_5 .s_con h2 em { color: #0F4FEE; }
.ss_5 .s_con p { max-width: 900px; margin: 40px auto 80px auto; font-size: 16px; color: #666; line-height: 2; }

@media (max-width: 680px) {
.ss_5 .s_con_ { margin: 20px auto 50px auto; }
.ss_5 .s_con_2 { margin: 50px auto 20px auto; }
.ss_5 .s_con p { margin: 30px auto 50px auto }
}
.ss_5 .s_con h2, .ss_5 .s_con p, .ss_5 .s_con img { -moz-transition: ease 1.2s; -webkit-transition: ease 1.2s; transition: ease 1.2s; }
.ss_5 .s_con p { -moz-transition: ease 1.4s; -webkit-transition: ease 1.4s; transition: ease 1.4s; }
.ss_5 .s_con img { -moz-transition: ease 1.6s; -webkit-transition: ease 1.6s; transition: ease 1.6s; }
.ss_5 .s_con h2, .ss_5 .s_con p, .ss_5 .s_con img { z-index: 2; -webkit-transform: translate3d(0, 80px, 0); -moz-transform: translate3d(0, 80px, 0); transform: translate3d(0, 80px, 0) }
.ss_5 .s_con.active h2, .ss_5 .s_con.active p, .ss_5 .s_con.active img { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
/*ss_6*/
.ss_6 { background-color: #F7F7F7; position: relative; overflow: visible; }
/*
.ss_6:before { content: ""; position: absolute; z-index: 0; bottom: 20%; left: 0%; width: 342px; height: 1020px; background: url(../images/ss/main_bg_4.2.png) no-repeat center center; background-size: 100% 100%; -webkit-animation: a_bg_updown 4s ease-in-out infinite; -moz-animation: a_bg_updown 4s ease-in-out infinite; animation: a_bg_updown 4s ease-in-out infinite; }
.ss_6:after { content: ""; position: absolute; z-index: 0; top: 10%; right: 0; width: 502px; height: 332px; background: url(../images/ss/main_bg_5.1.png) no-repeat center center; background-size: 100% 100%; -webkit-animation: a_bg_updown 6s ease-in-out infinite; -moz-animation: a_bg_updown 6s ease-in-out infinite; animation: a_bg_updown 6s ease-in-out infinite; }
*/ 

@media (max-width: 1200px) {
.ss_6:after, .ss_6:before { display: none; }
}
.ss_6 .icon_w .icon_list .img_w .logo_img { -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; filter: alpha(opacity=0); margin: auto; position: absolute; z-index: 2; left: 0; top: 0; right: 0; bottom: 0; -webki-transform: scale(.8) rotate(120deg); -moz-transform: scale(.8) rotate(120deg); transform: scale(.8) rotate(120deg); -moz-transition: ease 0.4s; -webkit-transition: ease 0.4s; transition: ease 0.4s; }

@media (max-width:680px) {
.ss_6 .icon_w .icon_list .img_w .logo_img { width: 80px;height:80px; }
}
.ss_6 .icon_w .icon_list .img_w .img_cover { width: 100%; height: 100%; background: rgb(0,0,0); position: absolute; z-index: 1; top: 0; left: 0; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; filter: alpha(opacity=0); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-transition: ease 0.4s; -o-transition: ease 0.4s; -webkit-transition: ease 0.4s; transition: ease 0.4s; }
.ss_6 .icon_w .icon_list:hover .img_w .logo_img { top: 0; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter: alpha(opacity=100); -webki-transform: scale(1) rotate(0deg); -moz-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); }
.ss_6 .icon_w .icon_list:hover .img_w .img_cover { -webkit-opacity: .8; -moz-opacity: .8; opacity: .8; filter: alpha(opacity=80);
 -webkit-box-shadow: 0px 10px 30px 0px rgba(4, 5, 10, 0.2); -moz-box-shadow: 0px 10px 30px 0px rgba(4, 5, 10, 0.2); box-shadow: 0px 10px 30px 0px rgba(4, 5, 10, 0.2);
}
/*--ss_6 图标题排列--*/
.ss_6 .icon_w { margin: 0 auto; text-align: center; position: relative;z-index: 10 }
.ss_6 .icon_w li { }
.ss_6 .icon_w .icon_list { width: 100%; min-height: 240px; max-height: 620px; padding: 10px 20px;  overflow: hidden; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	margin: 15px auto; }
.ss_6 .icon_w .icon_list:hover { -webkit-transition: all 0.4s ; transition: all 0.4s ; transition: All 0.4s ease; }
.ss_6 .icon_w .icon_list .img_w { display: block; margin: 0 auto; border-radius: 100%; }
.ss_6 .icon_w .icon_list .icon_text { width: auto; margin: 0 auto; text-align: center; }
.ss_6 .icon_w .icon_list .icon_text h3 { font-size: 22px; font-weight: 700; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 40px auto 30px auto; }
.ss_6 .icon_w .icon_list .icon_text p { margin-top: 15px; color: #666; font-size: 16px; line-height: 2; margin: 15px auto 15px auto; }

@media (max-width:1200px) {
.ss_6 .icon_w .icon_list { min-height: 230px; ; max-height: 100%; padding: 20px 10px 10px 10px; margin: 5px auto; }
.ss_6 .icon_w .icon_list .img_w { display: block; float: none; margin: 0 auto; }
.ss_6 .icon_w .icon_list .icon_text { display: block; float: none; margin: 0 auto; width: 100%; text-align: center; }
.ss_6 .icon_w .icon_list .icon_text br { display: none; }
/**---间距---**/	
.ss_6 .icon_w { margin-top: 30px; margin-left: -10px; margin-right: -10px; }
.ss_6 .icon_w li { padding-right: 5px; padding-left: 5px; }
}

@media (max-width:680px) {
.ss_6 .icon_w .icon_list{border: 1px solid #EEE;}
}

@media (max-width:720px) {
.ss_6 .icon_w .icon_list .icon_text { min-height: auto; }
.ss_6 .icon_w .icon_list .icon_text { width: auto; margin: 0 auto; text-align: center; }
.ss_6 .icon_w .icon_list .icon_text h3 { font-size: 22px;  margin: 20px auto 10px auto; }	
}

/*--xz_3图片active动画--**/
.ss_6 .icon_w li { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); -moz-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; }
.ss_6 .icon_w li:nth-child(1) { -webkit-transition-delay: .4s; -moz-transition-delay: .4s; transition-delay: .4s; }
.ss_6 .icon_w li:nth-child(2) { -webkit-transition-delay: .5s; -moz-transition-delay: .5s; transition-delay: .5s; }
.ss_6 .icon_w li:nth-child(3) { -webkit-transition-delay: .6s; -moz-transition-delay: .6s; transition-delay: .6s; }
.ss_6 .icon_w li:nth-child(4) { -webkit-transition-delay: .7s; -moz-transition-delay: .7s; transition-delay: .7s; }
.ss_6 .icon_w li:nth-child(5) { -webkit-transition-delay: .8s; -moz-transition-delay: .8s; transition-delay: .8s; }
.ss_6 .icon_w li:nth-child(6) { -webkit-transition-delay: .9s; -moz-transition-delay: .9s; transition-delay: .9s; }
.ss_6 .icon_w li:nth-child(7) { -webkit-transition-delay: 1s; -moz-transition-delay: 1s; transition-delay: 1s; }
.ss_6 .icon_w li:nth-child(8) { -webkit-transition-delay: 1.1s; -moz-transition-delay: 1.1s; transition-delay: 1.1s; }
.ss_6 .icon_w li:nth-child(9) { -webkit-transition-delay: 1.2s; -moz-transition-delay: 1.2s; transition-delay: 1.2s; }
.ss_6 .icon_w li:nth-child(10) { -webkit-transition-delay: 1.3s; -moz-transition-delay: 1.3s; transition-delay: 1.3s; }
.ss_6 .icon_w.active li { -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
/*--ss_3 图片active动画图标hover动画--**/
.ss_6 .icon_w .icon_list .img_w, .ss_6 .icon_w .icon_list .icon_text h3, .ss_6 .icon_w .icon_list .icon_text p { -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0); transform: translate3d(0, 0, 0) translate3d(0, 0, 0); }
.ss_6 .icon_list .icon_text h3 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 5px, 0) }
.ss_6 .icon_w .icon_list .icon_text p { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.ss_6 .icon_w .icon_list:hover .icon_text h3 { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
.ss_6 .icon_w .icon_list:hover .icon_text p { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
.ss_6 .icon_w .icon_list .img_w { -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.ss_6 .icon_w .icon_list .img_w img { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.ss_6 .icon_w .icon_list:hover .img_w {  -webkit-transform: translate3d(0, 5px, 0); -moz-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }
/*楼层标题*/
.ss_w .title_w { width: 100%; height: auto; margin: 50px auto 100px auto; text-align: center; }
.ss_w .title_w h1 { font-size: 48px; display: block; width: auto; margin: 10px auto; height: auto; line-height: 1.2; color: #333; }
.ss_w .left_line, .ss_w .right_line { display: block; display: inline-block; text-align: center; width: 60px; height: 12px; margin-bottom: 6px; }
.ss_w .left_line { background: url(../images/2018xz/tt_left.png) no-repeat center center; }
.ss_w .right_line { background: url(../images/2018xz/tt_right.png) no-repeat center center; }

@media (max-width: 680px) {
.ss_w .title_w { height: auto; margin: 100px auto 50px auto; text-align: center; }
}

@media (max-width: 480px) {
.ss_w .title_w { margin: 1rem auto 1rem auto; text-align: center; }
.ss_w .title_w h1 { font-size: 34px }
}
/*楼层标题动画*/
.ss_w .title_w h1, .ss_w .title_w .left_line, .ss_w .title_w .right_line, .ss_w .title_w .en_text { -moz-transition: ease 0.4s; -o-transition: ease 1.2s; -webkit-transition: ease 1.2s; transition: ease 1.2s; }
.ss_w .title_w h1 { -webkit-transform: translate3d(0, 40px, 0); -moz-transform: translate3d(0, 40px, 0); transform: translate3d(0, 40px, 0) }
.ss_w .title_w .left_line { -webkit-transform: translate3d(60px, 0, 0); transform: translate3d(-60px, 0, 0); }
.ss_w .title_w .right_line { -webkit-transform: translate3d(60px, 0, 0); transform: translate3d(60px, 0, 0); }
.ss_w .title_w .en_text { -webkit-transform: translate3d(0, -80px, 0); transform: translate3d(0, -80px, 0); }
.ss_w .title_w.active h1 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.ss_w .title_w.active .left_line { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.ss_w .title_w.active .right_line { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.ss_w .title_w.active .en_text { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.ss_w .cp_text h1 { color: #333; }
/*MeetingPlus 文字块*/ 
.cp_text .num_w { display: block; display: inline-block; *zoom: 1;*display: inline;width: 120px; height: 120px; font-weight: 500; font-size: 0; color: transparent; text-align: center; background: url(../images/num_1.png) no-repeat 0 0; background-position: cover; }
.cp_text .num_2 { background: url(../images/num_2.png) no-repeat 0 0; margin-left: -10px; }
.cp_text .num_3 { background: url(../images/num_3.png) no-repeat 0 0; }
.cp_text .num_4 { background: url(../images/num_4.png) no-repeat 0 0; margin-left: -10px; }
.cp_text .num_5 { background: url(../images/num_5.png) no-repeat 0 0; margin-left: -10px; }
.cp_text .num_6 { background: url(../images/num_6.png) no-repeat 0 0; }
.cp_text .num_7 { background: url(../images/num_7.png) no-repeat 0 0; margin-left: -10px; }
.cp_text .num_8 { background: url(../images/num_8.png) no-repeat 0 0; margin-left: -10px; }
.cp_text .num_9 { background: url(../images/num_9.png) no-repeat 0 0; margin-left: -10px; }
.cp_text .num_10 { background: url(../images/num_10.png) no-repeat 0 0; margin-left: -25px; }
.cp_text .num_11 { background: url(../images/num_11.png) no-repeat 0 0; }
.cp_text .num_12 { background: url(../images/num_12.png) no-repeat 0 0; margin-left: -25px; }
.cp_text .num_13 { background: url(../images/num_13.png) no-repeat 0 0; margin-left: -25px; }
.cp_text .num_14 { background: url(../images/num_14.png) no-repeat 0 0; }
.cp_text .num_15 { background: url(../images/num_15.png) no-repeat 0 0; margin-left: -25px; }
.cp_text .num_16 { background: url(../images/num_16.png) no-repeat 0 0; }
.cp_text .num_17 { background: url(../images/num_17.png) no-repeat 0 0; }

@media (max-width:1200px) {
.cp_text .num_w { margin: 0; padding: 0 .2rem; }
}
.cp_text h1 { font-size: 36px; font-size: 0.36rem; line-height: 1.2; margin-top: 20px; margin-top: 0.3rem; margin-bottom: 30px; margin-bottom: 0.3rem; }
.cp_text em { display: inline-block; width: 20px; border-bottom: 3px solid #2ccfa4; ; }
.cp_desc img { color: transparent; }
.cp_desc p { max-width: 1200px; margin: 40px auto 80px auto; margin: 0.4rem auto 0.6rem auto; font-size: 18px; font-size: 0.18rem; line-height: 2.2; }
/*巡展下拉固定导航*/ 
.ss_nav { overflow: hidden; position: relative; z-index: 10; background-color: #FFF; background-color: RGB(255, 255, 255, .95); width: 100%; max-width: 2560px; ; margin: 0 auto; height: 62px; line-height: 62px; -webkit-transition: all .2s all; -moz-transition: all .2s all; transition: all .2s all; }
.ss_nav .container { max-width: 1200px; margin: 0 auto; }
.ss_nav li { display: block; display: inline-block; text-align: center; width: 20%; float: left; padding: 0 85px 0 85px; margin: 0 auto; }
.ss_nav a { display: block; height: 60px; line-height: 60px; position: relative; z-index: 1; text-align: center; font-size: 16px; color: #36475a; white-space: nowrap; text-overflow: ellipsis; -webkit--transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.ss_nav a:hover, .ss_nav .cur { color: #00aaff; }
.ss_nav a::after { content: ""; display: block; width: 0; height: 3px; background-color: #008bd7; margin: auto; position: absolute; left: 0; right: 0; top: 59px; ; transition: all 0.3s ease; }
.ss_nav a:hover::after, .ss_nav .cur::after { position: absolute; left: 0; right: 0; top: 59px; content: ""; display: block; width: 100%; ; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

@media (max-width:680px) {
.ss_nav a { font-size: 14px; }
}

@media (max-width:992px) {
.tab_more { min-height: 62px; height: auto; overflow: visible; }
.ss_nav li { width: 20%; padding: 0 5px 0 5px; }
.ss_nav a { width: auto; font-size: 14px; height: 60px; line-height: 60px; position: relative; }
}

@media (max-width:320px) {
.ss_nav a { width: auto; font-size: 0.28rem; height: 60px; line-height: 60px; position: relative; }
}
.ss_fixed { position: fixed; top: 0px; -webkit-transition: all .2s; -moz-transition: all .2s; transition: all .2s; }
.ss_nav .fix_nav_btn { display: none; position: absolute; right: 0; top: 0; z-index: 10; width: 42px; height: 50px; line-height: 50px; border: 0px solid #e2e2e2; border-radius: 2px; text-align: center; font-size: 14px; color: #999; font-weight: 300px; }
/*文字经图片居中：table方法*/
/*楼层文字块 图片块垂直居中*/
.ss_w .pull-left .cp_text, .ss_w .pull-right .cp_text { height: 800px; display: table-cell; vertical-align: middle; }
.ss_w .pull-left .cp_img, .ss_w .pull-right .cp_img { height: 800px; display: table-cell; vertical-align: middle; }
.ss_w_a .pull-right, .ss_w_b .pull-left { display: table; }

@media (max-width:1200px) {
.ss_w .pull-left .cp_text, .ss_w .pull-right .cp_text { height: auto; text-align: center; }
.ss_w .pull-left .cp_img, .ss_w .pull-right .cp_img { height: auto; }
}
.ss_w .pull-center .cp_text { max-width: 620px; margin: 50px auto 50px auto; line-height: 32px; font-size: 18px; }
.ss_w .pull-center .cp_text { max-width: 1400px; }
/*--【左图右文】 文字右对齐、图片左对齐--*/ 
.ss_w_a { text-align: left; }/**right**/
.ss_w_a .pull-right { text-align: left; }/**right**/
.ss_w_a .pull-left { margin-left: -200px; }

@media (max-width:1366px) {
.ss_w_a .pull-left { margin-left: -100px; }
}

@media (max-width:1200px) {
.ss_w_a .pull-right { width: 100%; text-align: center; margin: 0 auto; }
.ss_w_a .pull-left { width: 100%; text-align: center; margin: 0 auto; }
}
/*--【左文右图】 文字左对齐、图片右对齐--*/ 
.ss_w_b .pull-left { text-align: left; }
.ss_w_b .pull-right { margin-right: -100px; }

@media (max-width:1366px) {
.ss_w_b .pull-right { margin-right: -100px; }
}

@media (max-width:1200px) {
.ss_w_b .pull-right { width: 100%; text-align: center; }
.ss_w_b .pull-right { width: 100%; text-align: center; margin: 0 auto !important; }
}

/*楼移动端居中*/
@media (max-width: 1600px) {
.ss_w .cp_text p br { display: none; }
}

@media (max-width: 1200px) {
.ss_w { min-height: 420px;padding: 1rem 0; }
.ss_1 { min-height: 200px;}	
}

@media (max-width: 680px) {
.ss_w { min-height: auto; padding: .5rem 0; }
	
.ss_w_a .pull-left, .ss_w_b .pull-right {}
.ss_w .cp_text { height: auto; display: block; ; max-width: 6.2rem; margin: 1rem auto 1rem auto; }
.ss_w .cp_desc .cp_text .num_w { width: 1rem; height: 1rem; background-size: contain; }
.ss_w .cp_desc .cp_text h1 { margin: .3rem auto .5rem auto; font-size: 34px; line-height: 1.3 }
.ss_w .cp_desc .cp_text em { width: .2rem; border-bottom: .03rem solid #2ccfa4; }
.ss_w .cp_desc .cp_text p { margin: .8rem auto .8rem auto; font-size: 16px; line-height: 1.8; }
.ss_w .cp_img { height: auto; display: block; margin: .5rem auto; }
.ss_w_a .pull-right, .ss_w_b .pull-left { height: auto; }
}

@media (max-width: 480px) {
.ss_w_a .pull-left, .ss_w_b .pull-right { margin: 0 auto !important; display: block; }
.ss_w .pull-left .cp_text, .ss_w .pull-right .cp_text, .ss_w .pull-center .cp_text { height: auto; min-height: 80px; display: block; max-width: 100%; margin: 1rem auto 1rem auto; padding: 0; font-size: .18rem; line-height: 1.5 }
.ss_w .cp_text h1 { margin: .5rem auto; font-size: .50rem; }
.ss_w .cp_text em { width: .2rem; border-bottom: .06rem solid #08a1ef; ; }
.ss_w .cp_textp { margin: .5rem auto .5rem auto; font-size: .28rem; line-height: 1.8; }
.ss_w .pull-left .cp_img, .ss_w .pull-right .cp_img, .ss_w .pull-center .cp_img { height: auto; display: block; margin: .5rem auto; bottom: 0; }
.ss_w_a .pull-right, .ss_w_b .pull-left { height: auto; }
}
/*段落文字【数字】动画*/ 
.active .cp_text .num_w { opacity: 1; -webkit-transition: all 1s .1s; -webkit-transition-delay: ease; -moz-transition: all 1s .1s ease; -o-transition: all 1s .1s ease; transition: all 1s .1s ease; -webkit-animation: moveDown 1s ease-in-out 0.1s backwards; -moz-animation: moveDown 1s ease-in-out 0.1 backwards; -o-animation: moveDown 1s ease-in-out 0.1s backwards; -ms-animation: moveDown 1s ease-in-out 0.1s backwards; animation: moveDown 1s ease-in-out 0.1s backwards; }
/*段落文字【H1】动画*/ 
.acti000ve .cp_text h1 { opacity: 1; -webkit-transition: all 1s .1s; -webkit-transition-delay: ease; -moz-transition: all 1s .1s ease; -o-transition: all 1s .1s ease; transition: all 1s .1s ease; -webkit-animation: moveDown 1s ease-in-out 0.2s backwards; -moz-animation: moveDown 1s ease-in-out 0.2s backwards; -o-animation: moveDown 1s ease-in-out 0.2s backwards; -ms-animation: moveDown 1s ease-in-out 0.2s backwards; animation: moveDown 1s ease-in-out 0.2s backwards; }
/*段落文字【em】动画*/ 
.active .cp_text em { opacity: 1; -webkit-transition: all 1s .1s; -webkit-transition-delay: ease; -moz-transition: all 1s .1s ease; -o-transition: all 1s .1s ease; transition: all 1s .1s ease; -webkit-animation: moveDown 1s ease-in-out 0.2s backwards; -moz-animation: moveDown 1s ease-in-out 0.2s backwards; -o-animation: moveDown 1s ease-in-out 0.2s backwards; -ms-animation: moveDown 1s ease-in-out 0.2s backwards; animation: moveDown 1s ease-in-out 0.4s backwards; }
/*段落文字【p】动画*/ 
.active .cp_text p { opacity: 1; -webkit-transition: all 1s .1s; -webkit-transition-delay: ease; -moz-transition: all 1s .1s ease; -o-transition: all 1s .1s ease; transition: all 1s .1s ease; -webkit-animation: moveDown 1s ease-in-out 0.2s backwards; -moz-animation: moveDown 1s ease-in-out 0.2s backwards; -o-animation: moveDown 1s ease-in-out 0.2s backwards; -ms-animation: moveDown 1s ease-in-out 0.2s backwards; animation: moveDown 1s ease-in-out 0.6s backwards; }
/*段落文字【BTN】动画*/ 
.active .cp_text .ss_btn { opacity: 1; -webkit-transition: all 1s .1s; -webkit-transition-delay: ease; -moz-transition: all 1s .1s ease; -o-transition: all 1s .1s ease; transition: all 1s .1s ease; -webkit-animation: moveDown 1s ease-in-out 0.8s backwards; -moz-animation: moveDown 1s ease-in-out 0.8s backwards; -o-animation: moveDown 1s ease-in-out 0.8s backwards; -ms-animation: moveDown 1s ease-in-out 0.8s backwards; }
/*段落文字【图标组】动画*/ 
.active .cp_text .trait_list_w { opacity: 1; -webkit-transition: all 1s .1s; -webkit-transition-delay: ease; -moz-transition: all 1s .1s ease; -o-transition: all 1s .1s ease; transition: all 1s .1s ease; -webkit-animation: moveDown 1s ease-in-out 0.2s backwards; -moz-animation: moveDown 1s ease-in-out 0.2s backwards; -o-animation: moveDown 1s ease-in-out 0.2s backwards; -ms-animation: moveDown 1s ease-in-out 0.2s backwards; animation: moveDown 1s ease-in-out 0.8s backwards; }
/**单独的免费试用【按钮】动画**/
.active .btn_r_more, .active .btn_view_further, .active .btn_free_trial { opacity: 1; -webkit-transition: all .3s .1s; -webkit-transition-delay: ease; -moz-transition: all .3s .1s ease; -o-transition: all .3s .1s ease; transition: all .3s .1s ease; -webkit-animation: moveDown 0.8s ease-in-out 0.4s backwards; -moz-animation: moveDown 0.8s ease-in-out 0.4s backwards; -o-animation: moveDown 0.8s ease-in-out 0.4s backwards; -ms-animation: moveDown 0.8s ease-in-out 0.4s backwards; animation: moveDown 0.8s ease-in-out 0.4s backwards; animation: moveDown 1.6s ease-in-out 0.2s backwards; }
/**中间图片往上移动动画-暂时不要**/

.active .cp_center_img im0000g { opacity: 1; -webkit-transition: 1.2s ease-in-out 0.6s backwards; -webkit-transition-delay: ease; -moz-transition: 1.2s ease-in-out 0.6s backwards ease; -o-transition: 1.2s ease-in-out 0.6s backwards ease; transition: 1.2s ease-in-out 0.6s backwards ease; -webkit-animation: moveDown 1.2s ease-in-out 0.6s backwards; -moz-animation: moveDown 1.2s ease-in-out 0.6s backwards; -o-animation: moveDown 1.2s ease-in-out 0.6s backwards; -ms-animation: moveDown 1.2s ease-in-out 0.6s backwards; animation: moveDown 1.2s ease-in-out 0.6s backwards; }
 @-webkit-keyframes moveUp {
 0% {
-webkit-transform: translateY(-40px);
 -webkit-opacity: 0;
}
 100% {
-webkit-transform: translateY(0px);
-webkit-opacity: 1;
}
}
 @-moz-keyframes moveUp {
 0% {
-moz-transform: translateY(-40px);
-moz-opacity: 0;
}
 100% {
-moz-transform: translateY(0px);
-moz-opacity: 1;
}
}
 @-o-keyframes moveUp {
 0% {
-o-transform: translateY(-40px);
 -o-opacity: 0;
}
 100% {
-o-transform: translateY(0px);
-o-opacity: 1;
}
}
 @keyframes moveUp {
 0% {
 transform: translateY(-40px);
 opacity: 0;
}
 100% {
 transform: translateY(0px);
 opacity: 1;
}
}
/**右侧图片左移动**/
.active.pull-right .cp_img img { opacity: 1; -webkit-transition: 1.2s ease-in-out 0.6s backwards; -webkit-transition-delay: ease; -moz-transition: 1.2s ease-in-out 0.6s backwards ease; -o-transition: 1.2s ease-in-out 0.6s backwards ease; transition: 1.2s ease-in-out 0.6s backwards ease; -webkit-animation: moveLeft 1.1s ease-in-out 0.6s backwards; -moz-animation: moveLeft 1.1s ease-in-out 0.6s backwards; -o-animation: moveLeft 1.1s ease-in-out 0.6s backwards; -ms-animation: moveLeft 1.1s ease-in-out 0.6s backwards; animation: moveLeft 1.1s ease-in-out 0.6s backwards; }
 @-webkit-keyframes moveLeft {
 0% {
-webkit-transform: translateX(40px);
 -webkit-opacity: 0;
}
 100% {
-webkit-transform: translateX(0px);
 -webkit-opacity: 1;
}
}
 @-moz-keyframes movemoveLeft {
 0% {
-moz-transform: translateX(40px);
 -moz-opacity: 0;
}
 100% {
-moz-transform: translateX(0px);
-moz-opacity: 1;
}
}
 @-o-keyframes movemoveLeft {
 0% {
 -o-transform: translateX(40px);
 -o-opacity: 0;
}
 100% {
 -o-transform: translateX(0px);
 -o-opacity: 1;
}
}
 @keyframes movemoveLeft {
 0% {
 transform: translateX(0px);
 opacity: 0;
}
 100% {
 transform: translateX(40px);
 opacity: 1;
}
}
/**左侧图片右边移动**/

.active.pull-left .cp_img img { -webkit-animation: moveRight 1.2s ease-in-out 0.6s backwards; -moz-animation: moveRight 1.2s ease-in-out 0.6s backwards; -o-animation: moveRight 1.2s ease-in-out 0.6s backwards; -ms-animation: moveRight 1.2s ease-in-out 0.6s backwards; animation: moveRight 1.2s ease-in-out 0.6s backwards; }
 @-webkit-keyframes moveRight {
 0% {
-webkit-transform: translateX(-40px);
 -webkit-opacity: 0;
}
 100% {
-webkit-transform: translateX(0px);
 -webkit-opacity: 1;
}
}
 @-moz-keyframes moveRight {
 0% {
-moz-transform: translateX(-40px);
 -moz-opacity: 0;
}
 100% {
-moz-transform: translateX(0px);
 -moz-opacity: 1;
}
}
 @-o-keyframes moveRight {
 0% {
-o-transform: translateX(-40px);
 -o-opacity: 0;
}
 100% {
-o-transform: translateX(0px);
 -o-opacity: 1;
}
}
 @keyframes moveRight {
 0% {
 transform: translateX(-40px);
 opacity: 0;
}
 100% {
 transform: translateX(0px);
 opacity: 1;
}
}
/*
 *  视频播放器
 * */
.video-box { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; font-size: 0; z-index: 99999999999; }
.video-box button { display: inline-block; padding: 0; border: 0 none; background: none; text-align: center; outline: none; cursor: pointer; }
.video-box .video-button { display: inline-block; width: 36px; height: 36px; color: #fff; position: relative; overflow: hidden; }
.video-box .video-button i { font-size: 56px; }
.video-box .video-button.video-btn-volume i { font-size: 20px; }
.video-box .video-button.video-tooltip-toggle i { font-size: 20px; }
.video-box .video-video { position: relative; width: 100%; height: 100%; padding: 48px 0 0 0; overflow: hidden; }
.video-box .video-video video { position: relative; display: block; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); }
.video-box .video-container { width: 900px; min-height: 588px; max-height: 90vh; background-color: rgba(0, 0, 0, 0.8); overflow: hidden; opacity: 0; }
.video-box .video-container.video-ready { opacity: 1; }
.video-box.quanping .video-container { width: 100%; height: 100%; max-height: 100%; position: relative; left: 0; top: 0; transform: none; }
.video-box.video-playing .video-div.video-hide-ui .video-ui { -webkit-transform: translateY(39px); -ms-transform: translateY(39px); transform: translateY(39px); }
.video-box.heibian .video-container { padding: 40px 0; }
.video-box.heibian .video-div.video-hide-ui .video-ui { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
.video-box.heibian.quanping .video-container { padding: 0; }
.video-box.hideui .video-div .video-ui { -webkit-transform: translateY(39px); -ms-transform: translateY(39px); transform: translateY(39px); }
.video-box .i { font-family: none; height: 100%; width: 100%; background-size: 80%; background-position: center; background-repeat: no-repeat; }
.video-box .i:before, .video-box i:after { display: none !important; }
.video-box .i-voice-on { background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C10C%2022%2C12%2022%2C18%2018%2C20'%20%2F%3E%3Cpath%20d%3D'M22%2C6C%2028%2C10%2028%2C20%2022%2C24'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
.video-box .i-voice-off { background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C11L27%2C20'%20%2F%3E%3Cpath%20d%3D'M18%2C20L27%2C11'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
.video-box .i-bofang { background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2C7L10%2C23L24%2C15z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
.video-box .i-zhanting { background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%2C7L7%2C23L11%2C23L11%2C7z'%2F%3E%3Cpath%20d%3D'M20%2C7L20%2C23L24%2C23L24%2C7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
.video-box .i-quanping { background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L6%2C6L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L6%2C25L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L24%2C6L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L24%2C25L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
.video-box .i-suoxiao { background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L10%2C10L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L10%2C21L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L20%2C10L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L20%2C21L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
.video-bg { position: absolute; z-index: 1; height: 100%; width: 100%; }
.cirque_w { width: 100%; height: 100%; position: absolute; z-index: 2; overflow: hidden; will-change: transform; }
.cirque_bg { position: absolute; z-index: 3; -webkit-border-radius: 50%; border-radius: 50%; margin: auto; left: 0; top: 0; right: 0; bottom: 0; -webkit-animation: showtip 2s ease forwards; -moz-animation: showtip 2s ease forwards; animation: hidetip 2s ease forwards; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); height: 300px; width: 300px; background-color: #000; background: rgb(0, 0, 0, .95); opacity: .95; }



/*视频背景动画*/
@-webkit-keyframes hidetip {
 0% {
 -webkit-transform: scale(1);
 -webkit-opacity: .95;
}
 50% {
 -webkit-transform: scale(10);
 -webkit-opacity:1;
}
 100% {
 -webkit-transform: scale(10);
 -webkit-opacity: .95;
}
}
@-moz-keyframes hidetip {
 0% {
 -moz-transform: scale(1);
 -moz-opacity: .95;
}
 50% {
 -moz-transform: scale(10);
 -moz-opacity: 95;
}
 100% {
 -moz-transform: scale(10);
 -moz-opacity: .95;
}
}
 @keyframes hidetip {
 0% {
transform: scale(1);
opacity: .95;
}
 50% {
transform: scale(10);
opacity: 0.95;
}
 100% {
 transform: scale(10);
 opacity: 0.95;
}
}
.video-div { /*! background: #000; *//*! background-color: rgba(0, 0, 0, 0.8); */ font-size: 0; letter-spacing: -1px; position: absolute; height: 100%; width: 100%; top: 0; left: 0; -webkit-box-shadow: 0px 20px 30px 0px rgba(4, 5, 10, 0.5); -moz-box-shadow: 0px 20px 30px 0px rgba(4, 5, 10, 0.5); box-shadow: 0px 20px 30px 0px rgba(4, 5, 10, 0.5) }
.video-ui { position: absolute; width: 100%; height: 41px; background-color: rgba(0, 0, 0, 0.9); left: 0; bottom: 0; z-index: 6; letter-spacing: .25px; -webkit-transition: transform 0.3s ease; -o-transition: transform 0.3s ease; -ms-transition: transform 0.3s ease; -moz-transition: transform 0.3s ease; transition: transform 0.3s ease; -webkit-transform: translateY(0px); -o-transform: translateY(0px); -ms-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }
.video-loading-pulse { position: absolute; width: 6px; height: 24px; top: 50%; left: 50%; background-color: rgba(255, 255, 255, 0.2); -webkit-animation: pulse 750ms infinite; animation: pulse 750ms infinite; -webkit-animation-delay: 250ms; animation-delay: 250ms; }
.video-loading-pulse:before, .video-loading-pulse:after { content: ''; position: absolute; display: block; height: 16px; width: 6px; background: rgba(255, 255, 255, 0.2); top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-animation: pulse 750ms infinite; animation: pulse 750ms infinite; }
.video-loading-pulse:before { left: -12px; }
.video-loading-pulse:after { left: 12px; -webkit-animation-delay: 500ms; animation-delay: 500ms; }
@keyframes pulse {
 50% {
 background: white;
}
}
.video-loading { opacity: 1; color: #2c97f6; font-size: 0; overflow: hidden; box-shadow: 0px 0px 0px 3600px #000; background: #000; width: 30px; height: 30px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }
.video-loading i { border-radius: 50%; width: 24px; height: 24px; display: block; border: 0.25rem solid rgba(255, 255, 255, 0.2); border-top-color: white; -webkit-animation: adeg 1s infinite linear; -o-animation: adeg 1s infinite linear; -ms-animation: adeg 1s infinite linear; -moz-animation: adeg 1s infinite linear; animation: adeg 1s infinite linear; }
.video-loading .i-loading:before { display: none; opacity: 0; visibility: hidden; }
.video-loading.yihuanchun { opacity: 0; }
@keyframes adeg {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.video-logo-top { position: absolute; z-index: 999; top: 5px; left: 0px; width: 42px; height: 42px; cursor: pointer; background: url(../images/ss/v_logo.png) no-repeat center center; }

@media (max-width: 992px) {
.video-logo-top { background: transparent; }
}
.video-close { position: absolute; z-index: 999; top: 5px; right: -12px; width: 42px; height: 42px; cursor: pointer; background: url("../images/ss/v_closer.png") no-repeat center center; -webkit-transition: 0.5s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all; -webkit-opacity: .8; -moz-opacity: .8; opacity: .8;
-webki-transform: scale(.8);
-moz-transform: scale(.8);
transform: scale(.8);
}
.video-close:hover { -webki-transform: rotate(90deg) scale(1);; -moz-transform: rotate(90deg) scale(1);; transform: rotate(90deg) scale(1);; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1;

}
.video-bofang.f-czspjuzhong { z-index: 2; font-size: 0; }
.video-bofang.f-czspjuzhong i { display: block; border-radius: 50%; text-align: center; background-color: rgba(0, 0, 0, 0.8); color: #fff; width: 100px; height: 100px; cursor: pointer; line-height: 62px; font-size: 66px; -webki-transform: scale(1); -moz-transform: scale(1); transform: scale(1); -webki-transition: 0.3s ease all; -moz-transition: 0.3s ease all; transition: 0.3s ease all; background: url(../images/ss/icon_play.png) no-repeat center center; background-size: contain; }
.video-bofang.f-czspjuzhong.video-hide i { -webkit-transition: 0.5s ease all; -moz-transition: 0.5s ease all; transition: 0.5s ease all; -webki-transform: scale(.5) rotate(120deg); -moz-transform: scale(.5) rotate(120deg); transform: scale(.5) rotate(120deg); }

@media (max-width: 480px) {
.video-bofang.f-czspjuzhong i { width: 3rem; height: 3rem; background-size: contain; }
}
.video-hide { z-index: 0 !important; }
.video-hide i { opacity: 0; -webkit-transform: scale(3); -o-transform: scale(3); -ms-transform: scale(3); -moz-transform: scale(3); transform: scale(3); will-change: transform, opacity; z-index: 0; }
.video-progress { display: block; position: absolute; width: 100%; bottom: 36px; height: 5px; cursor: pointer; -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease; transition: all 0.4s ease; z-index: 2; }
.video-progress:hover .video-progress-hover, .video-progress:hover .video-tooltip-time { opacity: 1; }
.video-tooltip-time { width: 46px; position: absolute; height: 20px; z-index: 5; left: 0; right: 0; bottom: 8px; opacity: 0; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.4s; -ms-transition: opacity 0.4s; -moz-transition: opacity 0.4s; transition: opacity 0.5s; }
.video-tooltip-time .video-tinytip-content { margin-left: -23px; }
.video-tooltip-time .video-text { background: rgba(0, 0, 0, 0.5); padding: 2px; border-radius: 2px; }
.video-tinytip .video-tooltip-content { display: inline-block; padding: 0 4px; color: rgba(255, 255, 255, 0.5); font-size: 10px; line-height: 20px; text-align: center; }
.video-progress-padding { position: absolute; width: 100%; height: 16px; bottom: 0; z-index: 40; cursor: pointer; }
.video-progress-list { position: relative; top: -1px; z-index: 39; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.2); -webkit-transform: scaleY(0.6); -ms-transform: scaleY(0.6); transform: scaleY(0.6); transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1); transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1); transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1); }
.video-progress-play, .video-progress-buffer, .video-progress-hover { position: absolute; top: 0; left: 0; width: 0; height: 100%; }
.video-progress-buffer { z-index: 33; background-color: rgba(255, 255, 255, 0.4); -webkit-transition: all 0.3s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.5s ease; }
.video-progress-hover { z-index: 34; background-color: rgba(255, 255, 255, 0.5); opacity: 0; -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1); -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1); -ms-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1); -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1); transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1); }
.video-progress-play { z-index: 35; background-color: #2c97f6; }
.video-progress-handle { width: 13px; height: 13px; position: absolute; top: 50%; right: -6.5px; margin-top: -6.5px; border-radius: 50%; background-color: #2c97f6; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1); transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1); transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1); }
.video-progress-padding:hover + .video-progress-list { -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); }
.video-progress-padding:hover + .video-progress-list .video-progress-handle { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.video-controls-buttons { position: absolute; bottom: 0; left: 0; height: 36px; width: 100%; padding: 0 10px; z-index: 3; background: url(../images/ss/slogen.png) no-repeat center center; }

@media (max-width: 992px) {
.video-controls-buttons { background: transparent; }
}
.video-time-panel { font-size: 12px; color: #777; display: inline-block; vertical-align: top; height: 36px; padding: 0 5px; line-height: 36px; letter-spacing: .25px; }
.video-time-panel-current { color: #DEDEDF; }
.video-fullscreen { float: right; }
.video-logo { float: right; display: inline-block; width: 36px; height: 36px; color: #fff; position: relative; overflow: hidden; background: url(../images/ss/v_logo.png) no-repeat center center; }
.video-definition { float: right; width: 55px; height: 36px; position: relative; }
.video-definition .video-button { width: 100%; }
.video-definition .video-button span { background: #fff; color: #333; font-size: 14px; padding: 2px 5px; }
.video-definition .video-tooltip-content { width: 80px; left: 50%; margin-left: -40px; display: none; background: rgba(0, 0, 0, 0.5); }
.video-definition:hover .video-tooltip-content { position: absolute; bottom: 35px; color: #aaa; display: block; z-index: 6; }
.video-menu .video-menu-item { display: block; width: 100%; line-height: 36px; font-size: 14px; text-align: center; white-space: nowrap; padding: 0 12px; cursor: pointer; position: relative; height: 38px; background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(255, 255, 255, 0.1) 50%) center bottom no-repeat; background-size: 80% 1px; }
.video-menu .video-menu-item:hover { color: #fff; background: rgba(255, 255, 255, 0.12); }
.video-menu .video-menu-item.video-active { color: #FF8F00; }
.video-volume { float: right; position: relative; }
.video-popup .video-popup-content { transform: scaleY(0); bottom: 41px; position: absolute; }
.video-popup .video-popup-content:after { content: ''; position: absolute; bottom: -10px; left: 50%; margin-left: -5px; border: 5px solid transparent; border-top-color: rgba(0, 0, 0, 0.5); }
.video-popup:hover .video-popup-content { -webkit-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); -moz-transform: scaleY(1); transform: scaleY(1); }
.video-volume-slider { left: 0; width: 36px; height: 100px; cursor: pointer; background: rgba(0, 0, 0, 0.8); }
.video-tinytip-tiao { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-volume-range { position: absolute; left: 16px; top: 10px; width: 4px; height: 80px; background-color: rgba(0, 0, 0, 0.2); }
.video-volume-range-current { position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background-color: #2c97f6; }
.video-volume-handle { position: absolute; top: 0; left: -4px; width: 12px; height: 3px; background-color: #fff; }

@media (max-width: 998px) {
.video-box .video-container { width: 60vw; max-height: 100vh; min-height: 44.9vw; }
}

@media (max-width: 468px) {
.video-box .video-container { width: 100vw; min-height: 80vw; }
.video-loading i { font-size: 26px; }
.video-definition { display: none; }
}
/*
 * 视频结尾
 * */
.f-czspjuzhong { position: absolute; z-index: 999; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
/*-----底部-----*/
#footer { background-color: #262a33; color: #627183; ; padding-top: 10px; padding-bottom: 20px; max-width: 100%; overflow: hidden; }
#footer .footer_advantage_w { max-width: 100%; overflow: hidden; }
#footer .footer_advantage_w .container { padding: 0; border-bottom: 1px solid #273448; ; }
#footer .container { padding: 0; }
#footer .container .col-md-2 { padding: 0; width: 13%; }
#footer .footer_advantage { color: #72767b; padding: 30px 0; margin-right: -270px; }
#footer .footer_advantage_w .advantage_list { color: #d4dcf7; ; font-size: 16px; display: inline-block; vertical-align: middle; text-align: left; float: left; width: 25%; height: 100%; }
#footer .footer_advantage_w .advantage_list .icon { display: inline-block; width: 32px; height: 32px; vertical-align: middle; margin-right: 10px; }
#footer .footer_advantage_w .advantage_list .icon_1 { background: url(../images/icon_advantage.png) no-repeat 0 0; }
#footer .footer_advantage_w .advantage_list .icon_2 { background: url(../images/icon_advantage.png) no-repeat 0 -42px; }
#footer .footer_advantage_w .advantage_list .icon_3 { background: url(../images/icon_advantage.png) no-repeat 0 -84px; }
#footer .footer_advantage_w .advantage_list .icon_4 { background: url(../images/icon_advantage.png) no-repeat 0 -126px; }
#footer .footer_w { padding: 30px 0 30px 0; }
#footer .footer_w h5 { margin-bottom: 20px; }
#footer .footer_w h5, #footer .footer_w h5 a { color: #d4dcf7; }
#footer .footer_w h5:hover, #footer .footer_w h5 a:hover { color: #00aaff; }
#footer .footer_menu a { line-height: 32px; color: #627183; }
#footer .footer_menu a:hover { color: #0080ff ; }
#footer .footer_menu { }
#footer .erweima_w { overflow: hidden; }
#footer .erweima_w .f_erweima_img { width: 110px; float: left; margin-top: 13px; margin-right: 20px; }
#footer .erweima_w .f_erweima_img img { max-width: 110px; color: #262A33; }
#footer .erweima_w .f_contact_text { float: left; color: #d4dcf7; }
#footer .erweima_w .f_contact_text h1 { font-size: 32px; font-weight: 700; margin: 20px 0 20px 0; }
#footer .erweima_w .f_contact_text p { letter-spacing: 2px; }
#footer .erweima_w .f_contact_btn { float: left }

@media screen and (max-width:1400px) {
#footer .container { padding: 0 15px; }
#footer .footer_advantage { padding: 30px 15px; margin-right: 0px; }
}
/*按钮*/
#footer .erweima_w .f_contact_btn .btn_view_footer { display: block; display: inline-block; width: auto; min-width: 60px; padding: 0 30px; height: 42px; line-height: 42px; margin: 24px 30px 0px 0px; text-align: center; font-size: 14px; color: #FFF; background-color: #0080ff ; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.f_contact_btn .btn_view_footer:hover { background-color: #00aaff; }
#footer .erweima_w .f_contact_btn .btn_view_yellow { background-color: #ffb22d; }
.footer_link_set { }
.footer_link_set p { margin: 0px 0 0px 0; }
.footer_link_set .link_set { padding-top: 20px; border-top: 1px solid #273448; ; }
.footer_link_set .link_set a { margin-right: 20px; color: #627183; ; }
.footer_link_set .link_set a:hover { color: #0080ff ; }
.copyright_w { overflow: hidden; line-height: 32px; }
.copyright_w .copyright_span { float: left; }
.copyright_w .copyright_span a { color: #627183; ; }
.copyright_w .copyright_span a:hover { color: #00aaff; }
.copyright_w .safe_w { float: right; opacity: .8; filter: alpha(opacity=100)\5; }
.copyright_w .safe_w a { padding-left: 5px; }
.copyright_w .safe_w a img { width: 24px; }
#footer .link_w { margin-top: 10px; margin-bottom: 20px; height: auto; }
#footer .link_w #yqlj { position: relative; cursor: pointer; color: #FFF; }
#footer .link_w .yqljnr { display: block; padding: 0px }
#footer .on .yqljnr { display: none; }
#footer .on #yqlj { color: #81858c; ; }
#footer .link_w #yqlj i { position: absolute; font-family: "宋体"; margin-left: 5px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
#footer .on #yqlj i { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); color: #08A3F0; }
#footer .link_w #yqljnr { width: 100% }
#footer .link_w #yqljnr a { padding-right: 14px; font-size: 12px; color: #7f868b; }
#footer .link_w #yqljnr a:hover { color: #00aaff; }
/*--------------------通用底部--------------------*/
.footer { background-color: #262a33; height: auto; padding: 10px 0px 10px 0px; }
.footer, .footer .f_nav_w p, .footer .f_nav_w a { color: #AAA; }
.footer .f_nav_w { }
.footer .f_nav_w .f_padding { padding-top: 30px; }
.footer .f_nav_w li { list-style: none; margin: 8px 0; }
.footer .footer_bottom_w { margin-top: 20px; color: #999; }
.footer .footer_bottom_w a { color: #999; }
.footer .footer_bottom_w .copy_w { }
.footer .footer_bottom_w .safe_w { margin-top: 25px; }
.footer .footer_bottom_w .copy_w .f_nav { overflow: hidden; }
.footer .footer_bottom_w .copy_w .copyright { padding-top: 0px; text-align: left; line-height: 24px; }
.footer .footer_bottom_w .copy_w .f_nav span { float: left; margin-right: 20px; line-height: 24px; }
.footer .footer_bottom_w .safe_w li { margin-right: 8px }
.footer .link_w { margin-top: 10px; margin-bottom: 20px; height: auto; }
.footer .link_w #yqlj { position: relative; cursor: pointer; padding-right: 10px; padding-left: 10px; color: #AAA; }
.footer .link_w .yqljnr { display: none; }
.footer .on .yqljnr { display: block; }
.footer .on #yqlj { color: #08A3F0; }
.footer .link_w #yqlj i { position: absolute; font-family: "宋体"; margin-left: 5px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.footer .on #yqlj i { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); color: #08A3F0; }
.footer .link_w #yqljnr { width: 100% }
.footer .link_w #yqljnr a { padding-right: 12px; font-size: 12px; color: #999 }
.footer .link_w #yqljnr a:hover { color: #FFF; }
.footer a:hover { color: #fff; }
.navtit { display: block; font-size: 20px; height: 32px; line-height: 32px; margin-bottom: 20px; }
.footer .f_nav_w .testbutton { display: block; width: 80%; margin: 0 auto; font-size: 16px; background-color: #0080ff ; text-align: center; line-height: 40px; color: #fff; margin-bottom: 20px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.footer .testbutton:hover { background-color: #0390d6 }
.footericon li { padding-left: 10px; }
.footericon { vertical-align: text-bottom; ; }
.customer .carousel-caption { text-shadow: none; color: #666; }
.yinhao { height: 50px; font-size: 14px; line-height: 32px; padding: 1% 8%; color: #666; background: url(../images/yinhao1.png) top left no-repeat, url(../images/yinhao2.png) bottom right no-repeat; }
.customer { margin-top: 10px; position: relative; /*! height: 330px; */ overflow: hidden; }
.customerbox { position: relative; }
.bd ul li { margin-right: 20px; float: left; height: 24px; line-height: 24px; text-align: left; _display: inline; }
.sright, .sleft { position: absolute; z-index: 5; }
.sright { right: -10%; top: 50%; }
.sleft { left: -10%; top: 50%; }

/*--------------------手机底部2016-12-21--------------------*/
@media (max-width:970px) {
#footer { display: none; }
.m_footerr_w { display: block; }
.m_footer_nav_w { display: block; }
#goTopBtn { right: 10px; bottom: 10px; }
#doyoo_monitor, #doyoo_panel, #doyoo_share { display: none !important; }/*手机网页隐藏乐语弹窗、左侧、分享*/
}

@media (min-width:969px) {
.m_footerr_w { display: none; }
.m_footer_nav_w { display: none; }
}
.m_footerr_w { background-color: #182032; padding: 50px 10px; }
.m_footerr_w .m_footerr { max-width: 750px; margin: 0 auto; }
.m_footerr_w .m_footer_t_l { float: left; font-size: 16px; /*! color: #929292; */ color: #657a92; line-height: 24Px; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 20px auto; color: #9db9d8; ; }
.m_footerr_w .m_footer_t_r { float: right; display: table; margin: 10px auto; width: 180px; height: 180px; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }

@media (max-width:922px) {
.m_footerr_w .m_footer_t_l { float: left; font-size: 16px; /*! color: #929292; */ line-height: 24Px; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 16px auto; /*! color: #CCC; */ }
.m_footerr_w .m_footer_t_r { float: right; display: table; margin: 10px auto; width: 180px; height: 180px; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }
}

@media (max-width:750px) {
.m_footerr_w .m_footer_t_l { float: left; font-size: 16px; /*! color: #929292; */ line-height: 24Px; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 20px auto; /*! color: #CCC; */ }
.m_footerr_w .m_footer_t_r { float: right; display: table; margin: 10px auto; width: 180px; height: 180px; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }
}

@media (max-width:680px) {
.m_footerr_w .m_footer_t_l { float: left; font-size: 14px; /*! color: #929292; */ line-height: 24Px; }
.m_footerr_w .m_footer_t_l p { margin: 8px 0 8px 0; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 10px auto; /*! color: #CCC; */ }
.m_footerr_w .m_footer_t_r { float: right; display: table; margin: 10px auto; width: 180px; height: 180px; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }
}

@media (max-width:480px) {
.m_footerr_w .m_footer_t_l { float: left; font-size: 14px; /*! color: #7f868b; */ line-height: 24Px; }
.m_footerr_w .m_footer_t_l p { margin: 4px 0 4px 0; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 10px auto; /*! color: #CCC; */ }
.m_footerr_w .m_footer_t_r { float: right; display: table; margin: 10px auto; width: 180px; height: 180px; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }
}

@media (min-width:320px) and (max-width:480px) {
.m_footerr_w .m_footer_t_l { float: none; width: 100%; text-align: center; font-size: 14px; /*! color: #7f868b; */ ; line-height: 20Px; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 30px auto; /*! color: #CCC; */ }
.m_footerr_w .m_footer_t_r { float: none; display: table; text-align: center; width: 180px; height: 180px; margin: 10px auto; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }
}

@media (max-width:320px) {
.m_footerr_w .m_footer_t_l { float: none; width: 100%; text-align: center; font-size: 14px; /*! color: #7f868b; */ line-height: 20Px; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 20px auto; /*! color: #CCC; */ }
.m_footerr_w .m_footer_t_r { float: none; display: table; text-align: center; width: 180px; height: 180px; margin: 10px auto; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }
}
.m_footer_nav_w { position: fixed; z-index: 999; ; bottom: 0; height: 50px; min-width: 240px; width: 100%; margin: 0 auto; background-color: #FFF; color: #42566e; font-size: 12px; text-align: center; }
.m_footer_nav_w .m_footer_nav { max-width: 1200px; margin: 0 auto; }
.m_footer_nav_w .m_footer_nav li a { display: block; float: left; width: 50%; height: 50px; text-align: center; min-height: 1px; padding: 5px 5px; font-size: 14px; color: #36475a; border: 1px solid #E7E7E7; border-right: none; }
.m_footer_nav_w .m_footer_nav li a div { width: 120px; height: 50px; margin: 5px auto; }
.m_footer_nav_w .m_footer_nav li a:hover { color: #089AF8; background-color: #F2F2F2; }
.m_footer_nav_w .m_footer_nav li a p { margin: 0; line-height: 12px; height: 32px; line-height: 32px; float: left; }
.m_footer_nav_w .m_footer_nav li a .m_footer_icon { display: block; width: 34px; height: 32px; margin: 0 auto; float: left; }
.m_footer_nav_w .m_footer_nav li a .m_icon_ty { background: url(../images/m_gift.png) no-repeat 0 0; background-size: cover; }
.m_footer_nav_w .m_footer_nav li a .m_icon_zx { background: url(../images/m_chak.png) no-repeat 0 0; background-size: cover; }
.m_footer_nav_w .m_footer_nav li a .m_icon_xz { background: url(../images/m_download.png) no-repeat 0 0; background-size: cover; }
.m_footer_nav_w .m_footer_nav li a .m_icon_dh { background: url(../images/m_tel.png) no-repeat 0 0; background-size: cover; }
.m_footer_nav_w .m_footer_nav li a:hover .m_footer_icon { background-position: 0 -34px; }
/*--------------------返回顶部--------------------*/
.totop { width: 42px; height: 42px; position: fixed; z-index: 99; right: 42px; bottom: 42px; display: none; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; ; background: url(../images/totop.png) no-repeat 0 0px; opacity: 0.8; filter: alpha(opacity=80); -moz-transition: opacity 0.3s ease-in; -webkit-transition: opacity 0.3s ease-in; transition: opacity 0.3s ease-in;/*for IE6*/ }
.totop:hover { background: url(../images/totop.png) no-repeat 0 -42px; opacity: 1; filter: alpha(opacity=100); }
