@charset "utf-8";
/* -------------------------------
 --css     MeetingBox Pro
 --by      市场部 Sivan 2019-01-08  
 --update  v.2019-01-18
 --rem 技术方案:
所有元素的尺寸大小，边距，行高 等于都是用了rem 相对宽度来表达
所有元素的大小设定都使用针对html标签的font-size 比例来计算
 --轮播组件-slick.js
目录————————————————

/*--------------------重定义浏览器默认样式--------------------*/
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: #2A2A35;
	font-size: 14px;
	min-width: 240px;
	min-width: 2.4rem;
	max-width: 1920px;
	max-width: 19.20rem;
	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,textarea { -webkit-appearance: none; border: 0;}

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
input, textarea {
	-webkit-appearance: none;
	border: 0;
}
a:hover {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
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;
}
/*css3 animation的播放控制normal*/
.animation_normal {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	animation-play-state: running;
}
/*css3 animation的暂停控制*/
.animation_pause {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}
/*css3 animation的播放控制*/
.animation_running {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	animation-play-state: running;
}
.animation_pause .sp i {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}
/**头部**/
#header {
	position: relative;
	z-index: 9999;
	color: #fff;
	background-color: #F1F2F2;
}
#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;
	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_signup {
	display: block;
	display: inline-block;
	position: relative;
	width: auto;
	min-width: 60px;
	padding: 0 20px;
	height: 32px;
	line-height: 30px;
	margin: 5px auto;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #d5ddf7;
	-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_signup:hover {
	border: 1px solid transparent;
	color: #FFF;
	background-color: #265de5;
	background-image: -moz-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
}

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

#banner {
	position: relative;
	z-index: 999;
	width: 100%;
	max-width: 1920px;
	max-width: 19.20rem;
	text-align: center;
	margin: 0 auto;
	min-width: 240px;
	min-width: 2.4rem;
	height: 620px;
	height: 6.2rem;
	overflow: hidden;
}

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

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


@media screen and (max-width:1200px) {
#banner .banner_con .col-sm-12 {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
}
.banner_text {
	position: relative;
	z-index: 999;
	max-width: 1200px;
	max-width: 12rem;
	min-width: 240px;
	min-width: 2.4rem;
	margin: 0 auto;
	padding: 150px 0 50px 0;
	padding: 1.5rem 0 0.5rem 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}

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

@media screen and (max-width:1200px) {
.banner_text .h_w {
	width: 100%;
}
.banner_text .h5_w, .banner_text .h6_w {
	display: none;
}
}

@media screen and (max-width:480px) {
.banner_text .h_w {
	width: 100%;
}
}

@media screen and (max-width:320px) {
.banner_text .h_w {
	width: 100%;
}
}
.banner_text .h1_w {
	z-index: 20;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.banner_text .h1_w h1 {
	display: block;
	display: inline-block;
	display: table;
	margin: 0 auto;
	text-align: center;
	font-family: "Arial", Helvetica, sans-serif;/*原Roboto-Medium*/
	font-size: 90px;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 0;
}
.banner_text .h1_w .i_pro {
	display: block;
	display: inline-block;
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
	font-size: 28px;
	font-size: 0.28rem;
	font-weight: 500;
	width: 65px;
	width: 0.65rem;
	height: 65px;
	height: 0.65rem;
	line-height: 65px;
	line-height: 1.2rem;
	cursor: pointer;
}
/*加一层六边形的背景框做动效*/	
.banner_text .h1_w .i_pro:after {
	content: " ";
	margin: auto;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 65px;
	width: 0.65rem;
	height: 65px;
	height: 0.65rem;
	background: url(../images/banner_icon_pro.png) no-repeat center center;
	background-size: contain;
	-webkit-animation: pro_icon_rotate 3s cubic-bezier(.5, 0, 0, 1) 3s infinite alternate forwards;
	-moz-animation: pro_icon_rotate 3s cubic-bezier(.5, 0, 0, 1) 3s infinite alternate forwards;
	animation: pro_icon_rotate 5s cubic-bezier(.5, 0, 0, 1) 3s infinite alternate forwards;/*小图标*/
}
/*点击暂停*/
.banner_text .h1_w .i_pro.animation_pause:after {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}

@-webkit-keyframes pro_icon_rotate {
 from {-webkit-transform: rotate(0deg);	 }
 to {-webkit-transform: rotate(360deg);}
}
 @-moz-keyframes pro_icon_rotate {
 from { -moz-transform: rotate(0deg);}
 to {-moz-transform: rotate(360deg);}
}
 @keyframes pro_icon_rotate {
from {transform: rotate(0deg);}
 to { transform: rotate(360deg);}
}
.banner_text .h_w {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	
	-webkit-transform: translate3d(0, 40px, 0);
	-moz-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	
	-webkit-transition:  all 1s ease 0.1s;
	-moz-transition:  all 1s ease 0.1s;
	transition: all 1s ease 0.1s;
	
	
}
.banner_text .h2_w {
	z-index: 15;
	-webkit-transition:  all 1s ease 0.2s;
	-moz-transition:  all 1s ease 0.2s;
	transition: all 1s ease 0.2s;
}
.banner_text .h2_w h2 {
	font-size: 30px;
	font-size: 0.30rem;
	margin: 0 auto;
	line-height: 1.4;
}
.banner_text .h3_w {
	z-index: 10;
	-webkit-transition:  all 1s ease 0.3s;
	-moz-transition:  all 1s ease 0.3s;
	transition: all 1s ease 0.3s;
}
.active .h_w {
	-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);
}
/*pro小装饰动画*/

.banner_text .animation_pause .sp i {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}
.banner_text .sp {
	width: 60px;
	height: 60px;
	width: 0.60rem;
	height: 0.6rem;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.banner_text .sp i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.banner_text .sp .s1 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -10px;
	left: -10px;
}
.banner_text .sp .s2 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -20px;
	right: 30px;
}
.banner_text .sp .s3 {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: -40px;
}
.banner_text .sp .s4 {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #19b8fd;
	position: absolute;
	top: 0px;
	right: -10px;
}
.banner_text .sp .s5 {
	display: block;
	height: 8px;
	width: 8px;
	background-color: #19b8fd;
	position: absolute;
	bottom: 10px;
	right: -30px;
}
.banner_text .sp .s6 {
	display: block;
	height: 6px;
	width: 6px;
	background-color: #19b8fd;
	position: absolute;
	bottom: -10px;
	left: -15px;
}
.banner_text .sp .s1 {
	background-color: #6f46ea;
	animation: spark1_a 5s cubic-bezier(.5, 0, 0, 1) 4s infinite;
}
.banner_text .sp .s2 {
	background-color: #6f46ea;
	animation: spark2_a 5s cubic-bezier(.5, 0, 0, 1) 4s infinite;
}
.banner_text .sp .s3 {
	background-color: #6f46ea;
	animation: spark3_a 5s cubic-bezier(.5, 0, 0, 1) 4s infinite;
}
.banner_text .sp .s4 {
	background-color: #275de5;
	animation: spark4_a 5s cubic-bezier(.5, 0, 0, 1) 4s infinite;
}
.banner_text .sp .s5 {
	background-color: #265de5;
	animation: spark5_a 5s cubic-bezier(.5, 0, 0, 1) 4s infinite;
}
.banner_text .sp .s6 {
	background-color: #4d42e9;
	animation: spark6_a 5s cubic-bezier(.5, 0, 0, 1) 4s infinite;
}

/*圆点上下浮动动效-青铜版*/ 
@keyframes spark1_a {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(-30px, -30px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark2_a {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(10px, -10px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark3_a {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(-10px, 10px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark4_a {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(20px, -20px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark5_a {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(30px, 30px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark6_a {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(-30px, 30px);
 opacity:0;
 width:0;
 height:0;
}
}
/*banner图片*/

.banner_img .cp_pic_groups {
	margin-top: -1rem;
	margin-right: -1rem;
}

@media screen and (max-width:1200px) {
.banner_img .cp_pic_groups {
	margin-top: 0rem;
	margin-right: -1rem;
}
}
.banner_img .cp_pic_groups {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: rotate(0) translateX(200px) translateY(100px) scale(0.8, 0.8);
	-moz-transform: rotate(0) translateX(200px) translateY(100px) scale(0.8, 0.8);
	transform: rotate(0) translateX(200px) translateY(100px) scale(0.8, 0.8);
	-webkit-transition: all 3.2s ease;
	-moz-transition: all 3.2s ease;
	transition: all 3.2s ease;
}
.banner_img.active .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-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);
	transform: perspective(0) rotateX(0) translate3d(0, 0, 0) scale(1, 1);
}
.banner_img {
	margin: 0 auto;
	position: relative;
	z-index: 99;
	max-width: 1200px;
	max-width: 12rem;
	min-width: 240px;
	min-width: 2.4rem;
	max-height: 200px;
	height: 2.0rem;
	max-height: 2.0rem;
	cursor: pointer;
	background-size: contain;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
.banner_img img{
margin: auto;	
position: absolute;
z-index: 1;
left: 0;
top: 0;
right: 0;
bottom: 0
}
/*banner图片动效*/	
.banner_img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: rotate(0) translateX(0) translateY(40px) scale(0.8, 0.8);
	-moz-transform: rotate(0) translateX(0) translateY(40px) scale(0.8, 0.8);
	transform: rotate(0) translateX(0) translateY(40px) scale(0.8, 0.8);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
.banner_img.active {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-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);
	transform: perspective(0) rotateX(0) translate3d(0, 0, 0) scale(1, 1);
	-webkit-tap-highlight-color:rgba(0,0,0,0);	
}
/*pro灯光动效*/	
.banner_img:after {
	content: " ";
	margin: auto;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	max-width: 1200px;
	max-width: 12rem;
	min-width: 240px;
	min-width: 2.4rem;
	max-height: 200px;
	height: 2.0rem;
	max-height: 2.0rem;
	background: url(../images/banner_img_light.png) no-repeat center center;
	background-size: contain;
	-webkit-animation: pro_icon_rotate 3s linear 2s infinite normal forwards;
	-moz-animation: pro_icon_rotate 3s linear 2s infinite normal forwards;
	animation: pro_icon_rotate 3s linear 2s infinite normal forwards;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
/*点击暂停*/
.banner_img.animation_pause:after {
	background: url(../images/banner_img_light_pause.png) no-repeat center center;
	background-size: contain;
	-webkit-animation: pro_icon_rotate 3s linear 0s infinite normal forwards;
	-moz-animation: pro_icon_rotate 3s linear 0s infinite normal forwards;
	animation: pro_icon_rotate 3s linear 0s infinite normal forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}

@media screen and (max-width:1400px) {
.banner_img {
}
}

@media screen and (max-width:1200px) {
.banner_img {
}
}

@media screen and (max-width:680px) {
.banner_img {
}
}

@media screen and (max-width:680px) {
.banner_img {
	max-width: 100%;
	overflow: hidden;
}
}

@media screen and (max-width:480px) {
.banner_img {
}
}
/*炸裂动效-青铜版*/
.banner_img.animation_pause .sp i {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}
.banner_img .sp {
	width: 60px;
	height: 60px;
	width: 0.60rem;
	height: 0.6rem;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.banner_img .sp i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	filter: blur(10px);
}
.banner_img .sp .s1 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -10px;
	left: -10px;
}
.banner_img .sp .s2 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -20px;
	right: 30px;
}
.banner_img .sp .s3 {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: -40px;
}
.banner_img .sp .s4 {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #19b8fd;
	position: absolute;
	top: 0px;
	right: -10px;
}
.banner_img .sp .s5 {
	display: block;
	height: 8px;
	width: 8px;
	background-color: #19b8fd;
	position: absolute;
	bottom: 10px;
	right: -30px;
}
.banner_img .sp .s6 {
	display: block;
	height: 6px;
	width: 6px;
	background-color: #19b8fd;
	position: absolute;
	bottom: -10px;
	left: -15px;
}
.banner_img .sp .s1 {
	background-color: #ab15cd;
	animation: spark1_c 2s ease infinite;
}
.banner_img .sp .s2 {
	background-color: #d3d309;
	animation: spark2_c 3s ease infinite;
}
.banner_img .sp .s3 {
	background-color: #fe3a03;
	animation: spark3_c 2s ease infinite;
}
.banner_img .sp .s4 {
	background-color: #1c6b85;
	animation: spark4_c 3s ease infinite;
}
.banner_img .sp .s5 {
	background-color: #1c6b85;
	animation: spark5_c 2s ease infinite;
}
.banner_img .sp .s6 {
	background-color: #0aedea;
	animation: spark6_c 3s ease infinite;
}

/*圆点上下浮动动效-青铜版c*/ 


@keyframes spark1_c {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(-30px, -30px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark2_c {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(10px, -10px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark3_c {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(-10px, 10px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark4_c {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(20px, -20px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark5_c {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(30px, 30px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark6_c {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(-30px, 30px);
 opacity:0;
 width:0;
 height:0;
}
}
/*产品:分层动画*/

.banner_img .cp_pic_groups .pic {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}

@media screen and (max-width:680px) {
.banner_img .cp_pic_groups {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.banner_img .cp_pic_groups .pic_1 {
	margin: 0 auto;
}
.banner_img .cp_pic_groups .pic_2 {
	display: none !important;
}
.banner_img .cp_pic_groups .pic {
	position: static;
	width: 100%;
	max-width: 100%;
}
}
.banner_img .cp_pic_groups .pic_1 {
	z-index: 5;
	-webkit-transform: rotate(0) translateX(50px) translateY(0) scale(1, 1);
	-moz-transform: rotate(0) translateX(50px) translateY(0) scale(1, 1);
	transform: rotate(0) translateX(50px) translateY(0) scale(1, 1);
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.banner_img .cp_pic_groups .pic_2 {
	z-index: 10;
	-webkit-transform: rotate(0) translateX(200px) translateY(0) scale(1, 1);
	-moz-transform: rotate(0) translateX(200px) translateY(0) scale(1, 1);
	transform: rotate(0) translateX(200px) translateY(0) scale(1, 1);
	-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	transition: all 1.4s ease;
}
.banner_img.active .cp_pic_groups .pic {
	-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);
}
/*光晕*/
.banner_img .cp_pic_groups .pic_2 img {
	-webkit-animation: fade_left 3s infinite linear;
	-moz-animation: fade_left 3s infinite linear;
	animation: fade_left 3s infinite linear;
}

/*动效：向左运动*/
@-webkit-keyframes fade_left {
 0% {
 -webkit-opacity: 0;
 -webkit-transform:translateX(0) translateY(0);
}
50% {
-webkit-opacity: 1;
}
 100% {
 -webkit-opacity: 0;
 -webkit-transform: translateX(-30px) translateY(0);
}
}
 @-moz-keyframes fade_left {
 0% {
 -moz-opacity: 0;
 -moz-transform:translateX(0px) translateY(0);
}
50% {
-moz-opacity: 1;
}
 100% {
 -moz-opacity: 0;
 -moz-transform: translateX(-30px) translateY(0);
}
}
 @keyframes fade_left {
 0% {
 opacity: 0;
 transform:translateX(0px) translateY(0);
}
50% {
opacity: 1;
}
 100% {
 opacity: 0;
 transform: translateX(-30px) translateY(0);
}
}
#header .banner_bg {
	width: 100%;
	height: 100%;
	min-height: 620px;
	min-height: 6.2rem;
	max-width: 1920px;
	max-width: 19.20rem;
	overflow: hidden;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background:#0e0f0f url(../images/pro_banner_bg.jpg) no-repeat center center;
	background-size: cover;
}
/*----------通用主导航----------*/  

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

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

@media (min-width:1920px) {
.pro_w .container {
}
}

@media (max-width:480px) {
.pro_w {
	padding: .8rem 0;
}
}
/*MeetingBox Pro 文字块*/ 
.cp_text .num_w {
	display: block;
	display: inline-block;
*zoom: 1;
*display: inline;
	width: 88px;
	height: 60px;
	font-weight: 500;
	font-size: 0;
	color: transparent;
	text-align: center;
	background: url(../images/pro_num_01.png) no-repeat 0 0;
	background-position: cover;
}
.cp_text .num_1 {
	background: url(../images/pro_num_01.png) no-repeat 0 0;
	margin-left: -5px;
}
.cp_text .num_2 {
	background: url(../images/pro_num_02.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_3 {
	background: url(../images/pro_num_03.png) no-repeat 0 0;
}
.cp_text .num_4 {
	background: url(../images/pro_num_04.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_5 {
	background: url(../images/pro_num_05.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_6 {
	background: url(../images/pro_num_06.png) no-repeat 0 0;
}
.cp_text .num_7 {
	background: url(../images/pro_num_07.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_8 {
	background: url(../images/pro_num_08.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_9 {
	background: url(../images/pro_num_09.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_10 {
	background: url(../images/pro_num_10.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_11 {
	background: url(../images/pro_num_11.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_12 {
	background: url(../images/pro_num_12.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_13 {
	background: url(../images/pro_num_13.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_13 {
	background: url(../images/pro_num_13.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_14 {
	background: url(../images/pro_num_14.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_15 {
	background: url(../images/pro_num_15.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_16 {
	background: url(../images/pro_num_16.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_17 {
	background: url(../images/pro_num_17.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_18 {
	background: url(../images/pro_num_18.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_19 {
	background: url(../images/pro_num_19.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_20 {
	background: url(../images/pro_num_20.png) no-repeat 0 0;
	margin-left: -4px;
}
.cp_text .num_21 {
	background: url(../images/pro_num_21.png) no-repeat 0 0;
	margin-left: -4px;
}

@media (max-width:1200px) {
.cp_text .num_w {
	margin: 0;
	padding: 0 .2rem;
}
}
.cp_text h1 {
	font-weight: 700;
	font-size: 45px;
	font-size: 0.45rem;
	line-height: 1.2;
	margin-top: 40px;
	margin-top: 0.4rem;
	margin-bottom: 40px;
	margin-bottom: 0.4rem;
}
.cp_desc b {
	color: #f3bb1b;
}
.cp_desc em {
	display: inline-block;
	height: 0;
	margin: 0;
	padding: 0;
	height: 5px;
	height: 0.05rem;
	width: 0px;
	width: 0rem;
	margin: 10px auto 10px auto;
	margin: 0.1rem auto .1rem auto;
	background-color: #265de5;
	background-image: -moz-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	background-image: linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease
}
.active .cp_text em {
	width: 30px;
	width: 0.3rem;
}
.cp_desc img {
	color: transparent;
}
.cp_desc p {
	max-width: 800px;
	margin: 10px auto 20px auto;
	margin: 0.2rem auto 0.2rem auto;
	font-size: 20px;
	font-size: 0.2rem;
	line-height: 2;
}
/*pro_2*/ 

.pro_2 {
	position: relative;
	z-index: 1;
	background: #F1F5F7 url(../images/pro_p2_bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	color: #1c233b;
	text-align: center;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all 0.8s ease;
	padding: 0;
}
.pro_2 .pull-right {
	margin: 0 auto;
}

@media screen and (max-width:680px) {
.pro_2 {
	background-size: cover;
}
.pro_2 {
	min-height: auto;
	margin-top: -1.2rem;
}	
}
.pro_2 .cp_desc p {
	color: #59617C;
}
.pro_2 .pull-right {
	margin: 0 auto !important;
}
/*pro_2 图片切换*/

.pro_2 .pull-right {
	height: auto;
	display: block;
	margin: .5rem auto;
	bottom: 0
}
.pro_2 .pull-right {
	height: auto;
}
.pro_2 .pw_con {
}
.pro_2 .pw_con {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 800px;
	margin: auto;
	position: relative;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 20px 0;
	padding: 0 0 0.2rem 0;
	margin: 150px 0 200px 0;
	margin: 1.5rem 0 2rem 0;
	overflow: hidden;
}
.pro_2 .pw_con {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translate3d(20%, 20%, 0) scale(0.8, 0.8);;
	-moz-transform: translate3d(20%, 20%, 0) scale(0.8, 0.8);;
	transform: translate3d(20%, 20%, 0) scale(0.8, 0.8);;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;

}
.pro_2 .active.pw_con {
	-webkit-opacity: 0;
	-moz-opacity: 1;
	opacity: 1;
	-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);
	transform: perspective(0) rotateX(0) translate3d(0, 0, 0) scale(1, 1)
}

@media(min-width:1200px) and (max-width:1600px) {
}

@media(max-width:1200px) {
}
.pro_2 .pw_swiper {
	margin: auto;
	position: relative;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 20px 0;
	padding: 0 0 0.2rem 0;
	margin: 150px 0 200px 0;
	margin: 1.5rem 0 2rem 0;
	overflow: hidden;
}

@media(max-width:1200px) {
.pro_2 .pw_swiper {
	z-index: 1;
}
}

@media(max-width:1200px) {
.pro_2 .pw_con {
	width: 100%;
	height: auto;
	margin: 0.5rem auto;
	overflow: hidden
}
}
.pro_2 .center .slick-center h3 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.pro_2 .center h3 {
	opacity: 0.8;
	transition: all 300ms ease;
}
.pro_2 .center {
}
.pro_2 .center h3 {
	color: #3498db;
	font-size: 36px;
	line-height: 100px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
/*切换图片动效*/


.pro_2 .slider img {
	max-width: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.pro_2 .slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* Dots */

.pro_2 .slick-dots {
	width: 100%;
	max-width: 200px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	bottom: -0.2rem;
	z-index: 10;
	text-align: center;
}
.pro_2 .slick-dots li {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 10px;
	opacity: .8;
	margin: 0 10px;
	background-color: #8da1bd;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 0.2s ease
}
.pro_2 .slick-dots li.slick-active {
	width: 30px;
	width: 0.3rem;
	background-color: #265de5;
	background-image: -moz-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	opacity: 1;
	border-radius: 10px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 0.2s ease
}
/* Arrows */

.pro_2 .slick-prev, .pro_2 .slick-next {
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
	width: 100px;
	width: 1rem;
	height: 100px;
	height: 1rem;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-top: -0.5rem;
	z-index: 20;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pro_2 .slick-prev {
	left: 0px;
	background: url(../images/p2_btn_prev.png) no-repeat center center;
	background-size: contain;
		-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.pro_2 .slick-next {
	right: 0px;
	background: url(../images/p2_btn_next.png) no-repeat center center;
	background-size: contain;
		-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.pro_2 .slick-prev:hover {
	background: url(../images/p2_btn_prev_h.png) no-repeat center center;
	background-size: contain;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.pro_2 .slick-next:hover {
	background: url(../images/p2_btn_next_h.png) no-repeat center center;
	background-size: contain;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
/*pro_3*/

.pro_3 {
	position: relative;
	z-index: 1;
	text-align: right;
	background: #f6f7f9 url(../images/pro_p2_bg.jpg) no-repeat center center;
	background-size: cover;
}
/*pro_3 图片动效*/ 
.pro_3 .cp_img {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: rotate(0) translateX(200px) translateY(100px) scale(0.6, 0.6);
	-moz-transform: rotate(0) translateX(200px) translateY(100px) scale(0.6, 0.6);
	transform: rotate(0) translateX(0) translateY(100px) scale(0.8, 0.8);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_3 .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);
}
.pro_3 .trait_list_w {
	text-align: center;
	display: block;
	width: 100%;
	max-width: 900px;
	max-width: 9rem;
	margin: 50px auto;
	margin: 0.5rem auto 1rem auto;
}
.pro_3 .trait_list_w li {
	width: 24%;
	float: none;
	overflow: hidden;
	display: block;
	display: inline-block;
*display: inline;
*zoom: 1;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
.pro_3 .trait_list_w li .icon_list {
	margin: 10px;
	margin: 0.1rem;
	padding: 5px;
	padding: 0.05rem;
	border: 1px solid #7d93ac;
	;
	overflow: hidden;
	background-color: #FFF;
	background-color: rgba(245, 245, 245, .95);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.pro_3 .trait_list_w li .img_w {
	width: 20%;
	width:0.5rem;
	max-width: 1rem;
	float: none;
	display: block;
	display: inline-block;
*display: inline;
*zoom: 1;
	display: table-cell;
	vertical-align: middle;
}
.pro_3 .trait_list_w li .text_w {
	text-align: left;
	width: 60%;
	width:1rem;
	float: none;
	display: block;
	display: inline-block;
*display: inline;
*zoom: 1;
	display: table-cell;
	vertical-align: middle;
	display: table-cell;
	vertical-align: middle
}
.pro_3 .trait_list_w li .text_w h3 {
	font-size: 22px;
	font-weight: 700;
}
.pro_3 .trait_list_w li .text_w p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	color: #6e798b;
}

@media (max-width: 480px) {
.pro_3 .trait_list_w li {
	width: 48%;
	float: nonoe;
	text-align: left;
	font-size: 14px;
	line-height: 1.2;
}
.pro_3 .trait_list_w li:last-child {
	width: 98%;
	float: nonoe;
	text-align: left;
	font-size: 14px;
	line-height: 1.2;
}
.pro_3 .trait_list_w li .img_w img {
	max-width: 1rem;
}
.pro_3 .trait_list_w li .text_w h3 {
	font-size: 18px;
	font-weight: 500;
}
.pro_3 .trait_list_w li .text_w p {
	font-size: 14px;
	font-weight: 500;
}
}
/*pro_3-特点动画*/

.pro_3 .trait_list_w li {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
.pro_3 .trait_list_w li:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.pro_3 .trait_list_w li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2;
	transition-delay: 0.2s;
}
.pro_3 .trait_list_w li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.pro_3 .trait_list_w li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.pro_3 .trait_list_w li:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.pro_3 .trait_list_w li:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.pro_3 .trait_list_w li:nth-child(7) {
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.pro_3 .trait_list_w li:nth-child(8) {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.pro_3 .trait_list_w.active li {
	-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);
}
/*pro_4*/
.pro_4 {
	position: relative;
	z-index: 1;
	text-align: right;
	background-color: #f6f7f9;
	background-size: cover;
}
.pro_4 .cp_img {
	height: 2.5rem !important;
	margin: 50px auto 1rem auto;
	margin: 0.5rem auto 1rem auto !important;
	;
	position: relative;
	z-index: 1;
}
/*pro_4 图片动效*/ 
.pro_4 .cp_img {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: rotate(0) translateX(200px) translateY(100px) scale(0.6, 0.6);
	-moz-transform: rotate(0) translateX(200px) translateY(100px) scale(0.6, 0.6);
	transform: rotate(0) translateX(0) translateY(100px) scale(0.8, 0.8);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_4 .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);
}
.pro_4 .list_btn_w {
	margin:0 auto;
	text-align: center;
	width: 100%;
	height: auto;
	max-width: 6.5rem;
}
.pro_4 .list_btn_w .text_box {
	width: 30%;
	float: none;
	display: block;
	display: inline-block;
*display: inline;
*zoom: 1;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	-webkit-tap-highlight-color:rgba(0,0,0,0);	
	
}
.pro_4 .list_btn_w .text_box .btn_w {
	position: relative;
	z-index: 1;
	display: block;
	height: 120px;
	height: 1.2rem;
	width: 120px;
	width: 1.2rem;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.pro_4 .list_btn_w .text_box .btn_w.on {
}
.pro_4 .list_btn_w .btn_1 {
	background: url(../images/p4_btn_1.png) no-repeat center center;
	background-size: contain;
}
.pro_4 .list_btn_w .btn_2 {
	background: url(../images/p4_btn_2.png) no-repeat center center;
	background-size: contain;
}
.pro_4 .list_btn_w .btn_3 {
	background: url(../images/p4_btn_3.png) no-repeat center center;
	background-size: contain;
}
/*BTN active 动效*/	
.pro_4 .list_btn_w .btn_w::after {
	content: " ";
	margin: auto;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100px;
	max-width: 1.2em;
	min-width: 120px;
	min-width: 1.2rem;
	max-height: 120px;
	height: 1.2rem;
	max-height: 1.0rem;
	background-size: cover;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pro_4 .list_btn_w .on .btn_w::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.pro_4 .list_btn_w .on .btn_1 {
	background: url(../images/p4_btn_h_1.png) no-repeat center center;
	background-size: contain;
}
.pro_4 .list_btn_w .on .btn_2 {
	background: url(../images/p4_btn_h_2.png) no-repeat center center;
	background-size: contain;
}
.pro_4 .list_btn_w .on .btn_3 {
	background: url(../images/p4_btn_h_3.png) no-repeat center center;
	background-size: contain;
}
.pro_4 .text_w {
	display: none;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-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);
	transform: perspective(0) rotateX(0) translate3d(0, 0, 0) scale(1, 1);
	position: absolute;
	z-index: 10;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 270px;
	width: 2.7rem;
	height: 180px;
	height: 1.8rem;
	color: #FFF;
	background-color: #265de5;
	background-image: -moz-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	background: url(../images/p4_text_bg.png) no-repeat top center;
	background-size: cover;
	text-align: center;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}
.pro_4 .text_1 {
	display: block;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 1;
	left: -36%;
	top: 1.8rem;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.pro_4 .on .text_1 {
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	left: -36%;
	top: 3rem;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.pro_4 .text_2 {
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	left: -9%;
	top: 1.8rem;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.pro_4 .on .text_2 {
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	left: -9%;
	top: 3rem;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.pro_4 .text_3 {
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	left: 45%;
	top: 85%;
	left: 45%;
	top: 1.8rem;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.pro_4 .on .text_3 {
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	left: 45%;
	top: 3rem;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.pro_4 .on .text_w {
	padding: 30px;
	padding: 0.3rem;
	z-index: 10;
}
.pro_4 .on .text_w h4 {
	font-size: 22px;
	font-size: 0.22rem;
	font-weight: 700;
	margin: 10px auto 5px auto;
}
.pro_4 .on .text_w h4 {
	font-size: 22px;
	font-size: 0.22rem;
	font-weight: 700;
	margin: 10px auto 5px auto;
}
.pro_4 .on .text_w p {
	font-size: 16px;
	font-size: 0.16rem;
	margin: 0 auto;
	line-height: 1.6;
}
/*pro_3-特点动画*/

.pro_4 .list_btn_w .text_box .btn_w {
	-webkit-opacity: 0;
	-moz-opacity: 00;
	opacity: 0;
	-webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	transition: all 5s ease;
}
.pro_4 .list_btn_w .text_box .btn_1 {
	-webkit-transform: translate3d(100px, 150px, 0);
	transform: translate3d(100px, 150px, 0);
	transform: translate3d(100px, 150px, 0);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.pro_4 .list_btn_w .text_box .btn_2 {
	-webkit-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3;
	transition-delay: 0.3s;
}
.pro_4 .list_btn_w .text_box .btn_3 {
	-webkit-transform: translate3d(-100px, 150px, 0);
	transform: translate3d(-100px, 150px, 0);
	transform: translate3d(-100px, 150px, 0);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.pro_4 .list_btn_w.active .text_box .btn_w {
	-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);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
.pro_4 .sparks {
	display: none;
}
.pro_4 .active .sparks {
	display: block;
}
/*炸裂动效-青铜版*/
.pro_4 .sparks {
	width: 40px;
	width: 0.40rem;
	height: 40px;
	height: 0.40rem;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.pro_4 .sparks .s1 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -10px;
	left: -10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_4 .sparks .s2 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -20px;
	right: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	opacity: 0;
}
.pro_4 .sparks .s3 {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: -40px;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_4 .sparks .s4 {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #19b8fd;
	position: absolute;
	top: 0px;
	right: -10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_4 .sparks .s5 {
	display: block;
	height: 8px;
	width: 8px;
	background-color: #19b8fd;
	position: absolute;
	bottom: 10px;
	right: -30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_4 .sparks .s6 {
	display: block;
	height: 6px;
	width: 6px;
	background-color: #19b8fd;
	position: absolute;
	bottom: -10px;
	left: -15px;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_4 .sparks .s1 {
	background-color: #6f46ea;
	animation: spark1_b 2s ease-in-out infinite;
}
.pro_4 .sparks .s2 {
	background-color: #6f46ea;
	animation: spark2_b 3s ease-in-out infinite;
}
.pro_4 .sparks .s3 {
	background-color: #6f46ea;
	animation: spark3_b 2s ease-in-out infinite;
}
.pro_4 .sparks .s4 {
	background-color: #275de5;
	animation: spark4_b 3s ease-in-out infinite;
}
.pro_4 .sparks .s5 {
	background-color: #265de5;
	animation: spark5_b 2s ease-in-out infinite;
}
.pro_4 .sparks .s6 {
	background-color: #6035eb;
	animation: spark6_b 3s ease-in-out infinite;
}

/*圆点上下浮动动效-青铜版*/ 


@keyframes spark1_b {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(-30px, -30px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark2_b {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(10px, -10px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark3_b {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(-10px, 10px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark4_b {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(20px, -20px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark5_b {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(30px, 30px);
 opacity:0;
 width:0;
 height:0;
}
}
 @keyframes spark6_b {
 0% {
 opacity:0;
}
 50% {
 opacity:1;
}
 100% {
 transform: translate(-30px, 30px);
 opacity:0;
 width:0;
 height:0;
}
}
/*pro_5*/
.pro_5 {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #FFF;
	background: #191d1c url(../images/p5_bg.jpg) no-repeat center center;
	background-size: cover;
}
.pro_5 em {
	background: #FFF;
}
.pro_5 .cp_center_img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: .5rem auto;
}

@media(max-width:480px) {
.pro_5 .cp_center_img {
}
}
.pro_5 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0!important;
	opacity: 0;
	position: relative;
	z-index: 99;
}
.pro_5 .cp_pic_groups {
	opacity: 1;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.pro_5 .cp_pic_groups .pic {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_5 .cp_pic_groups .pic_0 {
	-webkit-transform: translate3d(0, 150px, 0);
	-moz-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
}
.pro_5 .cp_pic_groups .pic_1 {
	-webkit-transform: translate3d(120px, 460px, 0);
	-moz-transform: translate3d(120px, 460px, 0);
	transform: translate3d(120px, 460px, 0);
}
.pro_5 .cp_pic_groups .pic_2 {
	-webkit-transform: translate3d(-380px, 220px, 0);
	-moz-transform: translate3d(-380px, 220px, 0);
	transform: translate3d(-380px, 220px, 0);
}
.pro_5 .cp_pic_groups .pic_3 {
	-webkit-transform: translate3d(-40px, 220px, 0);
	-moz-transform: translate3d(-40px, 220px, 0);
	transform: translate3d(-40px, 220px, 0);
}
.pro_5 .cp_pic_groups .pic_4 {
	-webkit-transform: translate3d(450px, 350px, 0);
	-moz-transform: translate3d(450px, 350px, 0);
	transform: translate3d(450px, 350px, 0);
}
.pro_5 .cp_pic_groups .pic_5 {
	-webkit-transform: translate3d(100px, 180px, 0);
	-moz-transform: translate3d(100px, 180px, 0);
	transform: translate3d(-170px, 300px, 0);
}
.pro_5 .cp_pic_groups .pic_6 {
	-webkit-transform: translate3d(-75px, 180px, 0);
	-moz-transform: translate3d(-75px, 180px, 0);
	transform: translate3d(-75px, 180px, 0);
}
.pro_5 .cp_pic_groups .pic_7 {
	-webkit-transform: translate3d(-380px, 430px, 0);
	-moz-transform: translate3d(-380px, 430px, 0);
	transform: translate3d(-380px, 430px, 0);
}
.pro_5 .cp_pic_groups .pic_8 {
	-webkit-transform: translate3d(-60px, 250px, 0);
	-moz-transform: translate3d(-60px, 250px, 0);
	transform: translate3d(-60px, 250px, 0);
}
.pro_5 .active .pic {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.pro_5 .active .cp_pic_groups .pic_1 img {
	-webkit-animation: RTS 5.0s ease-in-out infinite;
	-moz-animation: RTS 5.0s ease-in-out infinite;
	animation: RTS 5.0s ease-in-out infinite
}
.pro_5 .active .cp_pic_groups .pic_2 img {
	-webkit-animation: RTS 8.3s ease-in-out infinite;
	-moz-animation: RTS 8.3s ease-in-out infinite;
	animation: RTS 8.3s ease-in-out infinite
}
.pro_5 .active .cp_pic_groups .pic_3 img {
	-webkit-animation: RTS 8.5s ease-in-out infinite;
	-moz-animation: RTS 8.5s ease-in-out infinite;
	animation: RTS 8.5s ease-in-out infinite
}
.pro_5 .active .cp_pic_groups .pic_4 img {
	-webkit-animation: RTS 6.4s ease-in-out infinite;
	-moz-animation: RTS 6.4s ease-in-out infinite;
	animation: RTS 6.4s ease-in-out infinite
}
.pro_5 .active .cp_pic_groups .pic_5 img {
	-webkit-animation: RTS 6.8s ease-in-out infinite;
	-moz-animation: RTS 6.8s ease-in-out infinite;
	animation: RTS 6.8s ease-in-out infinite
}
.pro_5 .active .cp_pic_groups .pic_6 img {
	-webkit-animation: RTS 5s ease-in-out infinite;
	-moz-animation: RTS 5s ease-in-out infinite;
	animation: RTS 5s ease-in-out infinite
}
.pro_5 .active .cp_pic_groups .pic_7 img {
	-webkit-animation: RTS 3.0s ease-in-out infinite;
	-moz-animation: RTS 3.0s ease-in-out infinite;
	animation: RTS 3.0s ease-in-out infinite
}
.pro_5 .active .cp_pic_groups .pic_8 img {
	-webkit-animation: RTS 4.5s ease-in-out infinite;
	-moz-animation: RTS 4.5s ease-in-out infinite;
	animation: RTS 4.5s ease-in-out infinite
}
	
@-webkit-keyframes RTS {
0% {
-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
50% {
-webkit-transform: rotate(10deg) translate3d(0, 50PX, 0) scale(1, 1);
}
100% {
-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
@-moz-keyframes RTS {
0% {
-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
50% {
-moz-transform: rotate(10deg) translate3d(0, 50PX, 0) scale(1, 1);
}
100% {
-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
@keyframes RTS {
0% {
transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
50% {
transform: rotate(10deg) translate3d(0, 50px, 0) scale(1, 1);
}
100% {
transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
/*pro_6*/
.pro_6 {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #FFF;
	background: #FFF url(../images/p6_bg.jpg) no-repeat top center;
	background-size: auto;
}

@media (max-width: 1200px) {
.pro_6 {
	background-size: auto !important;
}
}	
.pro_6 h1 b {
	color: #fbd91f;
}
.pro_6 em {
	background: #FFF;
}
.pro_6 .cp_center_img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1000px;
	max-width: 10rem;
	height: 100%;
	max-height: 660px;
	max-height: 6.6rem;
	margin: 0 auto;
}

@media(max-width:480px) {
.pro_6 .cp_center_img {
}
}
.pro_6 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0!important;
	opacity: 0;
	position: relative;
	z-index: 99;
}
.pro_6 .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.pro_6 .cp_pic_groups .pic {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_6 .cp_pic_groups .pic_0 {
	-webkit-transform: translate3d(0, 150px, 0);
	-moz-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
}
/*粒子*/

/*炸裂动效-青铜版*/

.pic_0 .sp {
	display: none;
	width: 15px;
	height: 15px;
	margin: auto;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	
}
.active .pic_0 .sp {
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.pic_0 .sp i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pic_0 .sp .s1 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -10px;
	left: -10px;
}
.pic_0 .sp .s2 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -20px;
	right: 30px;
}
.pic_0 .sp .s3 {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: -40px;
}
.pic_0 .sp .s4 {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #19b8fd;
	position: absolute;
	top: 0px;
	right: -10px;
}
.pic_0 .sp .s5 {
	display: block;
	height: 8px;
	width: 8px;
	background-color: #19b8fd;
	position: absolute;
	bottom: 10px;
	right: -30px;
}
.pic_0 .sp .s6 {
	display: block;
	height: 6px;
	width: 6px;
	background-color: #19b8fd;
	position: absolute;
	bottom: -10px;
	left: -15px;
}
.pic_0 .sp .s1 {
	background-color: #1eddfc;
	animation: spark1_c 2s ease infinite;
}
.pic_0 .sp .s2 {
	background-color: #1eddfc;
	animation: spark2_c 2s ease infinite;
}
.pic_0 .sp .s3 {
	background-color: #caaff8;
	animation: spark3_c 2s ease infinite;
}
.pic_0 .sp .s4 {
	background-color: #1eddfc;
	animation: spark4_c 2s ease infinite;
}
.pic_0 .sp .s5 {
	background-color: #caaff8;
	animation: spark5_c 2s ease infinite;
}
.pic_0 .sp .s6 {
	background-color: #caaff8;
	animation: spark6_c 2s ease infinite;
}
.pro_6 .cp_pic_groups .pic_1 {
	-webkit-transform: translate3d(120px, 460px, 0);
	-moz-transform: translate3d(120px, 460px, 0);
	transform: translate3d(120px, 460px, 0);
}
.pro_6 .cp_pic_groups .pic_2 {
	-webkit-transform: translate3d(-380px, 220px, 0);
	-moz-transform: translate3d(-380px, 220px, 0);
	transform: translate3d(-380px, 220px, 0);
}
.pro_6 .cp_pic_groups .pic_3 {
	-webkit-transform: translate3d(-40px, 220px, 0);
	-moz-transform: translate3d(-40px, 220px, 0);
	transform: translate3d(-40px, 220px, 0);
}
.pro_6 .cp_pic_groups .pic_4 {
	-webkit-transform: translate3d(450px, 350px, 0);
	-moz-transform: translate3d(450px, 350px, 0);
	transform: translate3d(450px, 350px, 0);
}
.pro_6 .cp_pic_groups .pic_5 {
	-webkit-transform: translate3d(100px, 180px, 0);
	-moz-transform: translate3d(100px, 180px, 0);
	transform: translate3d(-170px, 300px, 0);
}
.pro_6 .cp_pic_groups .pic_6 {
	-webkit-transform: translate3d(-75px, 180px, 0);
	-moz-transform: translate3d(-75px, 180px, 0);
	transform: translate3d(-75px, 180px, 0);
}
.pro_6 .cp_pic_groups .pic_7 {
	-webkit-transform: translate3d(-380px, 430px, 0);
	-moz-transform: translate3d(-380px, 430px, 0);
	transform: translate3d(-380px, 430px, 0);
}
.pro_6 .cp_pic_groups .pic_8 {
	-webkit-transform: translate3d(-60px, 250px, 0);
	-moz-transform: translate3d(-60px, 250px, 0);
	transform: translate3d(-60px, 250px, 0);
}
.pro_6 .active .pic {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.pro_6 .active .cp_pic_groups .pic_1 img {
	-webkit-animation: P6_A 5.0s ease-in-out infinite;
	-moz-animation: P6_A 5.0s ease-in-out infinite;
	animation: P6_A 5.0s ease-in-out infinite
}
.pro_6 .active .cp_pic_groups .pic_2 img {
	-webkit-animation: P6_A 8.3s ease-in-out infinite;
	-moz-animation: P6_A 8.3s ease-in-out infinite;
	animation: P6_A 8.3s ease-in-out infinite
}
.pro_6 .active .cp_pic_groups .pic_3 img {
	-webkit-animation: P6_A 8.5s ease-in-out infinite;
	-moz-animation: P6_A 8.5s ease-in-out infinite;
	animation: P6_A 8.5s ease-in-out infinite
}
.pro_6 .active .cp_pic_groups .pic_4 img {
	-webkit-animation: P6_A 6.4s ease-in-out infinite;
	-moz-animation: P6_A 6.4s ease-in-out infinite;
	animation: P6_A 6.4s ease-in-out infinite
}
.pro_6 .active .cp_pic_groups .pic_5 img {
	-webkit-animation: P6_A 6.8s ease-in-out infinite;
	-moz-animation: P6_A 6.8s ease-in-out infinite;
	animation: P6_A 6.8s ease-in-out infinite
}
.pro_6 .active .cp_pic_groups .pic_6 img {
	-webkit-animation: P6_A 5s ease-in-out infinite;
	-moz-animation: P6_A 5s ease-in-out infinite;
	animation: P6_A 5s ease-in-out infinite
}
.pro_6 .active .cp_pic_groups .pic_7 img {
	-webkit-animation: RTS 3.0s ease-in-out infinite;
	-moz-animation: RTS 3.0s ease-in-out infinite;
	animation: RTS 3.0s ease-in-out infinite
}
.pro_6 .active .cp_pic_groups .pic_8 img {
	-webkit-animation: P6_A 2.5s ease-in-out infinite;
	-moz-animation: P6_A 2.5s ease-in-out infinite;
	animation: P6_A 2.5s ease-in-out infinite
}
.pro_6 .active .cp_pic_groups .pic_9 img {
	-webkit-animation: P6_A 4.5s ease-in-out infinite;
	-moz-animation: P6_A 4.5s ease-in-out infinite;
	animation: P6_A 4.5s ease-in-out infinite
}
.pro_6 .active .cp_pic_groups .pic_10 img {
	-webkit-animation: P6_A 5.5s ease-in-out infinite;
	-moz-animation: P6_A 5.5s ease-in-out infinite;
	animation: P6_A 5.5s ease-in-out infinite
}
.pro_6 .active .cp_pic_groups .pic_11 img {
	-webkit-animation: P6_A 2.5s ease-in-out infinite;
	-moz-animation: P6_A 2.5s ease-in-out infinite;
	animation: P6_A 2.5s ease-in-out infinite
}
.pro_6 .active .cp_pic_groups .pic_12 img {
	-webkit-animation: P6_A 5.5s ease-in-out infinite;
	-moz-animation: P6_A 5.5s ease-in-out infinite;
	animation: P6_A 5.5s ease-in-out infinite
}
 @-webkit-keyframes P6_A {
0% {
-webkit-opacity:0;
-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
50% {
-webkit-opacity:1;
-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
100% {
-webkit-opacity:0;
-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
@-moz-keyframes P6_A {
0% {
-moz-opacity:0;
-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
50% {
-moz-opacity:1;
-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
100% {
-moz-opacity:0;
-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
@keyframes P6_A {
0% {
opacity:0;
transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
50% {
opacity:1;
transform: rotate(0deg) translate3d(0, 50px, 0) scale(1, 1);
}
100% {
opacity:.0;
transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
/*BG数据模拟*/
.pro_6 .bg_groups {
	margin: auto;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;	
}
@media (max-width: 1200px) {
.pro_6 .bg_groups {
	-webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  transform: scale(2, 2);	
}
}
.pro_6 .bg_groups .bg {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease
}
.pro_6 .bg_groups.active .bg_1 img {
	-webkit-animation: P6_data 5.0s infinite linear;
	-moz-animation: P6_data 5.0s infinite linear;
	animation: P6_data 5.0s infinite linear;
}
.pro_6 .bg_groups.active .bg_2 img {
	-webkit-animation: P6_data 8.3s infinite linear;
	-moz-animation: P6_data 8.3s infinite linear;
	animation: P6_data 8.3s infinite linear;
}
.pro_6 .bg_groups.active .bg_3 img {
	-webkit-animation: P6_data 8.5s infinite linear;
	-moz-animation: P6_data 8.5s infinite linear;
	animation: P6_data 8.5s infinite linear;
}
.pro_6 .bg_groups.active .bg_4 img {
	-webkit-animation: P6_data 6.4s infinite linear;
	-moz-animation: P6_data 6.4s infinite linear;
	animation: P6_data 6.4s infinite linear;
}
.pro_6 .bg_groups.active .bg_5 img {
	-webkit-animation: P6_data 6.8s infinite linear;
	-moz-animation: P6_data 6.8s infinite linear;
	animation: P6_data 6.8s infinite linear;
}
.pro_6 .bg_groups.active .bg_6 img {
	-webkit-animation: P6_data 5s infinite linear;
	-moz-animation: P6_data 5s infinite linear;
	animation: P6_data 5s infinite linear;
}
.pro_6 .bg_groups.active .bg_7 img {
	-webkit-animation: P6_data 3.0s infinite linear;
	-moz-animation: P6_data 3.0s infinite linear;
	animation: P6_data 3.0s infinite linear;
}
.pro_6 .bg_groups.active .bg_8 img {
	-webkit-animation: P6_data 4.5s infinite linear;
	-moz-animation: P6_data 4.5s infinite linear;
	animation: P6_data 4.5s infinite linear;
}
.pro_6 .bg_groups.active .bg_9 img {
	-webkit-animation: P6_data 4.5s infinite linear;
	-moz-animation: P6_data 4.5s infinite linear;
	animation: P6_data 4.5s infinite linear;
}
 @-webkit-keyframes P6_data {
0% {
-webkit-opacity: 0.5;
-webkit-transform: translateY(0);
}
50% {
-webkit-transform: translateY(300px);
-webkit-opacity: 1;
}
100% {
-webkit-opacity: 0;
-webkit-transform: translateY(720px);
}
}
@-moz-keyframes P6_data {
0% {
-moz-opacity: 0.5;
-moz-transform: translateY(0);
}
50% {
-moz-opacity: 1;
-moz-transform: translateY(300px);
}
100% {
-moz-opacity: 0;
-moz-transform: translateY(720px);
}
}
@keyframes P6_data {
0% {
opacity: 1;
transform: translateY(0);
}
50% {
opacity: 1;
transform: translateY(300px);
}
100% {
opacity: 0;
transform: translateY(720px);
}
}
/*pro_7*/
.pro_7 {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 100px 0 0 0;
	background-color: #d9e2e9;
	background-size: cover;
}

@media (max-width: 1200px) {
.pro_7 {
	min-height: auto;
	padding: 1rem 0 0.8rem 0 !important;
}
}

@media (min-width:1920px) {
.pro_7 .container {
	width: 100%;
	margin: 0 auto;
}
}
.pro_7 .text-center {
	position: relative;
	z-index: 1;
}
.pro_7 .cp_center_img {
	position: relative;
	z-index: 0;
	margin-top: -380px;
	margin-top: -3.8rem;
}

@media (max-width:1200px) {
.pro_7 .cp_center_img {
	margin-top: -120px;
	margin-top: -1.2rem;
		
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	transform:  scale(1.5, 1.5);
}
}
.pro_7 .trait_list_w {
	max-width: 800px;
	margin: 0px auto 100px auto;
	margin: 0rem auto 1rem auto;


	
}
.pro_7 .trait_list_w li {
	width: 18%;
	overflow: hidden;
	float: none;
	display: inline-block;
*display: inline;
*zoom: 1;
	text-align: center;
}
.pro_7 .trait_list_w li div {
	font-size: 16px;
	line-height: 1.2;
	margin: 5px;
	padding: 15px 10px;
	border: 1px solid #7d93ac;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

@media (max-width: 1200px) {
.pro_7 .trait_list_w li {
	width: 48%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: none;
	display: inline-block;
*display: inline;
*zoom: 1;
	text-align: center;
}
}

@media (max-width: 480px) {
.pro_7 .trait_list_w li {
	width: 48%;
	overflow: hidden;
	float: nonoe;
	display: block;
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
}
}
/*p7-动画*/
.pro_7 .trait_list_w li {
	-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;
}
.pro_7 .trait_list_w li:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.pro_7 .trait_list_w li:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3;
	transition-delay: 0.3s;
}
.pro_7 .trait_list_w li:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.pro_7 .trait_list_w li:nth-child(4) {
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.pro_7.active .trait_list_w li {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*pro7 img**/
.pro_7 .cp_pic_groups {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
.pro_8 .cp_center_img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1920px;
	max-width: 19.20rem;
	height: 100%;
	max-height: 1288px;
	max-height: 12.88rem;
	margin: 0 auto 0 auto;
}
.pro_7 .active .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.pro_7 .cp_pic_groups .pic {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_7 .active .cp_pic_groups .pic_1 img:nth-child(1) {
	-webkit-animation: pro_talk 4.0s infinite linear;
	-moz-animation: pro_talk 4.0s infinite linear;
	animation: pro_talk 4.0s infinite linear;
}
.pro_7 .active .cp_pic_groups .pic_2 img:nth-child(1) {
	-webkit-animation: pro_talk 2.2s infinite linear;
	-moz-animation: pro_talk 2.2s infinite linear;
	animation: pro_talk 2.2s infinite linear;
}
.pro_7 .active .cp_pic_groups .pic_3 img:nth-child(1) {
	-webkit-animation: pro_talk 2.24s infinite linear;
	-moz-animation: pro_opacity 2.4s infinite linear;
	animation: pro_talk 2.4s infinite linear;
}
.pro_7 .active .cp_pic_groups .pic_4 img:nth-child(1) {
	-webkit-animation: pro_talk 2.6s infinite linear;
	-moz-animation: pro_talk 2.6s infinite linear;
	animation: pro_talk 2.6s infinite linear;
}
.pro_7 .active .cp_pic_groups .pic_5 img:nth-child(1) {
	-webkit-animation: pro_zoom 8.0s infinite linear;
	-moz-animation: pro_zoom 8.0s infinite linear;
	animation: pro_zoom 8.0s infinite linear;
}


/*语音模拟动效*/
@-webkit-keyframes pro_talk {
0% {
-webkit-opacity: 0;
}
50% {
-webkit-opacity: 1;
}
100% {
 -webkit-opacity: 0;
}
}
@-moz-keyframes pro_talk {
0% {
-moz-opacity: 0;
}
50% {
-moz-opacity: 1;
}
100% {
 -moz-opacity: 0;
}
}
@keyframes pro_talk {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
 opacity: 0;
}
}
/*pro_8*/
.pro_8 {
	position: relative;
	z-index: 1;
	color: #FFF;
	text-align: center;
	padding: 0;
	background-color: #2f6ddc;
	background-size: cover;
}
 .pro_8:a00fter {
content:"";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/banner_mark.png) repeat;
opacity: 0.5;
}

@media (max-width: 1200px) {
.pro_8 {
	min-height: auto;

}
}

.pro_8 h1 b {
	color: #ffb401;
}
.pro_8 em {
	background: #FFF;
}
.pro_8 .cp_text {
	margin: auto;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	padding: 100px 0 50px 20px;
	padding: 1rem 0 0.5rem 0.3rem;
	bottom: 100px;
	bottom: 1rem;
	text-align: left;
}
.pro_8 .cp_text p {
	margin: 10px auto 20px auto;
	margin: 0.2rem 0 0.2rem 0;
	text-align: left;
}

@media (max-width: 1200px) {
.pro_8 {
	padding: 2rem 0 0rem 0!important;
}
.pro_8 .cp_text {
	position: relative;
	z-index: 2;
	padding: 0.5rem 0 0.5rem 0;
	padding: 1rem 0.15rem 0 0.15rem;
	text-align: center;
}
.pro_8 .cp_text p {
	margin: 0.2rem auto 0.2rem auto;
	text-align: center;
}
}
.pro_8 .cp_center_img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1920px;
	max-width: 19.20rem;
	height: 100%;
	max-height: 1288px;
	max-height: 12.88rem;
	margin: 0 auto 0 auto;
}

@media(max-width:480px) {
.pro_8 .cp_center_img {				
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	transform:  scale(1.5, 1.5);	
}
}	

@media(max-width:480px) {
.pro_8 .cp_center_img {
	margin: -0.5rem auto 0 auto;	
}
}
	
.pro_8 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}
.pro_8 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}
.pro_8 .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
/**扫描框缩小放大进入剧场**/
.pro_8 .cp_pic_groups {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
	-webkit-transform: rotate(45deg) translate3d(-1.1rem, -0.5rem, 0) scale(0.5, 0.5);
	-moz-transform: rotate(45deg) translate3d(-1.1rem, -0.5rem, 0) scale(0.5, 0.5);
	transform: rotate(45deg) translate3d(-1.1rem, -0.5rem, 0) scale(0.5, 0.5);
}
.pro_8 .active .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
	-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
	transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
.pro_8 .cp_pic_groups .pic {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_8 .active .cp_pic_groups .pic_1 img {
	-webkit-animation: pro_opacity 4.0s ease-in-out infinite;
	-moz-animation: pro_opacity 4.0s ease-in-out infinite;
	animation: pro_opacity 4.0s ease-in-out infinite;
}
.pro_8 .active .cp_pic_groups .pic_2 img {
	-webkit-animation: pro_opacity 4.0s ease-in-out infinite;
	-moz-animation: pro_opacity 4.0s ease-in-out infinite;
	animation: pro_opacity 4.0s ease-in-out infinite;
}
.pro_8 .active .cp_pic_groups .pic_3 img {
	-webkit-animation: pro_opacity 4.0s ease-in-out infinite;
	-moz-animation: pro_opacity 4.0s ease-in-out infinite;
	animation: pro_opacity 4.0s ease-in-out infinite;
}
.pro_8 .active .cp_pic_groups .pic_4 img {
	-webkit-animation: pro_opacity 4.0s ease-in-out infinite;
	-moz-animation: pro_opacity 4.0s ease-in-out infinite;
	animation: pro_opacity 4.0s ease-in-out infinite;
}
.pro_8 .active .cp_pic_groups .pic_5 img {
	-webkit-animation: pro_opacity 4.0s ease-in-out infinite;
	-moz-animation: pro_opacity 4.0s ease-in-out infinite;
	animation: pro_opacity 4.0s ease-in-out infinite;
}
.pro_8 .active .cp_pic_groups .pic_6 img {
	-webkit-animation: pro_opacity 4.0s ease-in-out infinite;
	-moz-animation: pro_opacity 4.0s ease-in-out infinite;
	animation: pro_opacity 4.0s ease-in-out infinite;
}
.pro_8 .active .cp_pic_groups .pic_7 img {
}
.pro_8 .active .cp_pic_groups .pic_8 img {
}
.pro_8 .active .cp_pic_groups .pic_9 img {
}
.pro_8 .active .cp_pic_groups .pic_10 img {
	animation: pro_opacity 4s ease-in-out infinite;
}
.pro_8 .active .cp_pic_groups .pic_11 img {
}
.pro_8 .active .cp_pic_groups .pic_12 img {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_8 .active .cp_pic_groups .pic_12:after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	content: "";
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/p8_sm.png) no-repeat center center;
	background-size: contain;
	-webkit-mix-blend-mode: lighten;
	-moz-mix-blend-mode: lighten;
	mix-blend-mode: lighten;
}



/*透明度变化**/
@-webkit-keyframes pro_opacity {
0% {
opacity:0;
}
50% {
-webkit-opacity:1;
}
100% {
-webkit-opacity:0;
}
}
@-moz-keyframes pro_opacity {
0% {
-moz-opacity:0;
}
50% {
-moz-opacity:1;
}
100% {
-moz-opacity:0;
}
}
@keyframes pro_opacity {
0% {
opacity:0;
}
50% {
opacity:1;
}
100% {
opacity:0;
}
}
/*扫描ing*/
.pro_8 .cp_pic_groups .pic_12 img:nth-child(1) {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_8 .cp_pic_groups .pic_12 {
	-webkit-animation: scanning 3s infinite 3.5s linear;
	-moz-animation: scanning 3s infinite 3.5s linear;
	animation: scanning 3s infinite 2s linear;
}
 @-webkit-keyframes scanning {
0% {
-webkit-opacity:0;
-webkit-transform:translate(-8%, 0)
}
50% {
-webkit-opacity:1;
-webkit-transform:translate(0%, 0)
}
100% {
-webkit-opacity:0;
-webkit-transform:translate(8%, 0)
}
}
@-moz-keyframes scanning {
0% {
-moz-opacity:0;
-moz-transform:translate(-8%, 0)
}
50% {
-moz-opacity:1;
-moz-transform:translate(0%, 0)
}
100% {
-moz-opacity:0;
-moz-transform:translate(8%, 0)
}
}
@keyframes scanning {
0% {
opacity:0;
transform:translate(-8%, 0)
}
50% {
opacity:1;
transform:translate(0%, 0)
}
100% {
opacity:0;
transform:translate(8%, 0)
}
}
/*数据卡片01*/
.pro_8 .cp_pic_groups .pic_13 {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_8 .active .cp_pic_groups .pic_13 {
	/*播放一次，停止最后一帧*/
	-webkit-animation: card_date_l 3s 1 3.5s forwards;
	-moz-animation: card_date_l 3s 1 3.5s forwards;
	animation: card_date_l 3s 1 3.5s forwards;
}

/**数据卡片动画 card_date_l**/
@-webkit-keyframes card_date_l {
0% {
-webkit-opacity:0;
-webkit-transform:translate(20%, 0);
}
50% {
-webkit-opacity:1;
}
100% {
-webkit-opacity:1;
-webkit-transform:translate(0, 0);
}
}
@-moz-keyframes card_date_l {
0% {
-moz-opacity:0;
-moz-transform:translate(20%, 0);
}
50% {
-moz-opacity:1;
}
100% {
-moz-opacity:1;
-moz-transform:translate(0, 0);
}
}
@keyframes card_date_l {
0% {
opacity:0;
transform:translate(20%, 0);
}
50% {
opacity:1;
}
100% {
opacity:1;
transform:translate(0, 0);
}
}
/*数据卡片02*/
.pro_8 .cp_pic_groups .pic_14 {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_8 .active .cp_pic_groups .pic_14 {
	/*播放一次，停止最后一帧*/
	-webkit-animation: card_date_r 3s 1 3.5s forwards;
	-moz-animation: card_date_r 3s 1 3.5s forwards;
	animation: card_date_r 3s 1 3.5s forwards;
}
/**数据卡片动画 card_date_r**/
@-webkit-keyframes card_date_r {
0% {
-webkit-opacity:1;
-webkit-transform:translate(-20%, 0);
}
50% {
-webkit-opacity:0.4;
}
100% {
-webkit-opacity:1;
-webkit-transform:translate(0, 0);
}
}
@-moz-keyframes card_date_r {
0% {
-moz-opacity:1;
-moz-transform:translate(-20%, 0);
}
50% {
-moz-opacity:1;
}
100% {
-moz-opacity:1;
-moz-transform:translate(0, 0);
}
}
@keyframes card_date_r {
0% {
opacity:1;
transform:translate(-20%, 0);
}
50% {
opacity:0.4;
}
100% {
opacity:1;
transform:translate(0, 0);
}
}
.pro_8 .active .cp_pic_groups .pic_13 img:nth-child(1) {
	-webkit-animation: card_img 6s ease infinite;
	-moz-animation: card_img 6s ease infinite;
	animation: card_img 6s ease infinite;
}
.pro_8 .active .cp_pic_groups .pic_14 img:nth-child(1) {
	-webkit-animation: card_img 6s ease 1s infinite;
	-moz-animation: card_img 6s ease 1s infinite;
	animation: card_img 6s ease 1s infinite;
}
 @-webkit-keyframes card_img {
0% {
-webkit-opacity:0.5;
-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
50% {
-webkit-opacity:1;
-webkit-transform: rotate(0deg) translate3d(0, 100px, 0) scale(1, 1);
}
100% {
-webkit-opacity:0.5;
-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
@-moz-keyframes card_img {
0% {
-moz-opacity:0.5;
-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
50% {
-moz-opacity:1;
-moz-transform: rotate(0deg) translate3d(0, 100px, 0) scale(1, 1);
}
100% {
-moz-opacity:0.5;
-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
@keyframes card_img {
0% {
opacity:0.5;
transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
50% {
opacity:1;
transform: rotate(0deg) translate3d(0, 50px, 0) scale(1, 1);
}
100% {
opacity:0.5;
transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
/*尾焰动效*/
.pro_8 .active .cp_pic_groups .pic_13:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/p8_sm_shuju_1_1.png) no-repeat center center;
	background-size: contain;
	-webkit-animation: fade_90 3s infinite linear;
	-moz-animation: fade_90 3s infinite linear;
	animation: fade_90 3s infinite linear;
}
.pro_8 .active .cp_pic_groups .pic_13:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/p8_sm_shuju_1_2.png) no-repeat center center;
	background-size: contain;
	-webkit-animation: fade_90 4s infinite linear;
	-moz-animation: fade_90 4s infinite linear;
	animation: fade_90 4s infinite linear;
}
.pro_8 .active .cp_pic_groups .pic_14:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/p8_sm_shuju_2_1.png) no-repeat center center;
	background-size: contain;
	-webkit-animation: fade_90 3s infinite linear;
	-moz-animation: fade_90 3s infinite linear;
	animation: fade_90 3s infinite linear;
}
.pro_8 .active .cp_pic_groups .pic_14:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/p8_sm_shuju_2_2.png) no-repeat center center;
	background-size: contain;
	-webkit-animation: fade_90 4s infinite linear;
	-moz-animation: fade_90 4s infinite linear;
	animation: fade_90 4s infinite linear;
}
/*动效：尾焰动效*/
@-webkit-keyframes fade_90 {
 0% {
 -webkit-opacity: 0;
 -webkit-transform:translateX(0) translateY(0);
}
50% {
-webkit-opacity: 1;
}
 100% {
 -webkit-opacity: 0;
 -webkit-transform: translateX(0) translateY(50px);
}
}
 @-moz-keyframes fade_90 {
 0% {
 -moz-opacity: 0;
 -moz-transform:translateX(0px) translateY(0);
}
50% {
-moz-opacity: 1;
}
 100% {
 -moz-opacity: 0;
 -moz-transform: translateX(0) translateY(50px);
}
}
 @keyframes fade_90 {
 0% {
 opacity: 0;
 transform:translateX(0) translateY(0);
}
50% {
 opacity:1;
}
 100% {
 opacity: 0;
 transform: translateX(0) translateY(50px);
}
}
/*pro_9*/
.pro_9 {
	position: relative;
	z-index: 1;
	color: #FFF;
	text-align: center;
	background: #1e222e;
	background-size: cover;
}

@media (max-width: 1200px) {
.pro_9 {
	min-height: auto;
	padding: 1rem 0 0 0 !important;
}
}
.pro_9 .cp_text {
	padding: 20px 0 20px 20px;
	padding: 0.2rem 0 0.2rem 0.2rem;
	text-align: left;
}
.pro_9 .cp_text p {
	margin: 10px auto 20px auto;
	margin: 0.2rem 0 0.2rem 0;
	text-align: left;
}

@media (max-width: 1366px) {
.pro_9 .cp_text {
	position: relative;
	z-index: 2;
	padding: 1rem 0 1rem 0;
	bottom: 0px;
	bottom: 0rem;
	text-align: center;
}
.pro_9 .cp_text p {
	margin: 0.2rem auto 0.2rem auto;
	text-align: center;
}
}
.pro_9 .cp_center_img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 9px;
	max-width: 9rem;
	height: 100%;
	max-height: 9px;
	max-height: 9rem;
	margin: 0 auto 0 auto;
}

@media(max-width:480px) {
.pro_9 .cp_center_img {
	margin: 0.5rem auto 1rem auto;
}
}
.pro_9 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0!important;
	opacity: 0;
	position: relative;
	z-index: 99;
}
.pro_9 .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
.pro_9 .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
/**语音 缩小放大进入剧场**/
.pro_9 .cp_pic_groups {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
	-webkit-transform: rotate(180deg) translate3d(0, 0, 0) scale(0.5, 0.5);
	-moz-transform: rotate(180deg) translate3d(0, 0, 0) scale(0.5, 0.5);
	transform: rotate(180deg) translate3d(0, 0, 0) scale(0.5, 0.5);
}
.pro_9 .active .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
	-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
	transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
.pro_9 .cp_pic_groups .pic {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;;
}
.pro_9 .active .cp_pic_groups .pic_1 img {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
/**粒子**/
.pro_9 .active .pic_0 .sp {
	width: 100px;
	height: 1000px;
	width: 1rem;
	height: 1rem;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.pro_9 .active .pic_0 .sp i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_9 .active .pic_0 .sp.s1 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -10px;
	left: -10px;
}
.pro_9 .active .pic_0 .sp .s2 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -20px;
	right: 30px;
}
.pro_9 .active .pic_0 .sp .s3 {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: -40px;
}
.pro_9 .active .pic_0 .sp.s4 {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #19b8fd;
	position: absolute;
	top: 0px;
	right: -10px;
}
.pro_9 .active .pic_0 .sp .s5 {
	display: block;
	height: 8px;
	width: 8px;
	background-color: #19b8fd;
	position: absolute;
	bottom: 10px;
	right: -30px;
}
.pro_9 .active .pic_0 .sp .s6 {
	display: block;
	height: 6px;
	width: 6px;
	background-color: #19b8fd;
	position: absolute;
	bottom: -10px;
	left: -15px;
}
.pro_9 .active .pic_0 .sp .s1 {
	background-color: #01bff4;
	animation: spark1_a 3s cubic-bezier(.5, 0, 0, 1) 2s infinite;
}
.pro_9 .active .pic_0 .sp .s2 {
	background-color: #9e2ba8;
	animation: spark2_a 3s cubic-bezier(.5, 0, 0, 1) 2s infinite;
}
.pro_9 .active .pic_0 .sp .s3 {
	background-color: #01bff4;
	animation: spark3_a 3s cubic-bezier(.5, 0, 0, 1) 2s infinite;
}
.pro_9 .active .pic_0 .sp .s4 {
	background-color: #9e2ba8;
	animation: spark4_a 3s cubic-bezier(.5, 0, 0, 1) 2s infinite;
}
.pro_9 .active .pic_0 .sp .s5 {
	background-color: #01bff4;
	animation: spark5_a 3s cubic-bezier(.5, 0, 0, 1) 2s infinite;
}
.pro_9 .active .pic_0 .sp .s6 {
	background-color: #01bff4;
	animation: spark6_a 3s cubic-bezier(.5, 0, 0, 1) 2s infinite;
}
/**缩小放大-语音**/
.pro_9 .active .cp_pic_groups .pic_1{
	content: " ";
	margin: auto;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 230px;
	height: auto;
	max-height: 230px;
	background: url(../images/p9_yuyin_c1_s.png) no-repeat 0 0;
	-webkit-animation: pro_motion 3s steps(99) 0s infinite;
	-moz-animation: pro_motion 3s steps(99) 0s infinite;
	animation: pro_motion 3s steps(99) 0s infinite;
}
.pro_9 .active .cp_pic_groups .pic_1:after{
	content: " ";
	margin: auto;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 230px;
	height: auto;
	max-height: 230px;
	
	-webkit-animation: pro_scale 3s 0s infinite;
	-moz-animation: pro_scale 3s 0s infinite;
	animation: pro_scale 3s 0s infinite;

}


/*语音雪碧图序列帧动画*/
@-webkit-keyframes pro_motion {
 0% {
 background-position:0 0
}
 100% {
 background-position:center -22770px
}
}
@-moz-keyframes pro_motion {
 0% {
 background-position:0 0
}
 100% {
 background-position:center -22770px
}
}
@keyframes pro_motion {
 0% {
 background-position:0 0
}
 100% {
 background-position:center -22770px
}
}
/**语音缩小放大动画**/

.pro_9 .active .cp_pic_groups .pic_2 {
	content: " ";
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 900px;
	height: 100%;
	max-height: 900px;
	-webkit-animation: pro_scale 3s 0s infinite;
	-moz-animation: pro_scale 3s 0s infinite;
	animation: pro_scale 3s 0s infinite;
}
.pro_9 .active .cp_pic_groups .pic_3 {
	content: " ";
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 900px;
	height: 100%;
	max-height: 900px;
	-webkit-animation: pro_scale 4s 0s infinite;
	-moz-animation: pro_scale 4s 0s infinite;
	animation: pro_scale 4s 0s infinite;
}
.pro_9 .active .cp_pic_groups .pic_4 {
	content: " ";
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 900px;
	height: 100%;
	max-height: 900px;
	-webkit-animation: pro_scale 5s 0s infinite;
	-moz-animation: pro_scale 5s 0s infinite;
	animation: pro_scale 5s 0s infinite;
}
.pro_9 .active .cp_pic_groups .pic_5 {
	/*来回位移*/
	-webkit-animation: card_position_1 10s 3s infinite;
	-moz-animation: card_position_1 10s 3s infinite;
	animation: card_position_1 10s 3s infinite;
}
.pro_9 .active .cp_pic_groups .pic_6 {
	/*来回位移*/
	-webkit-animation: card_position_2 10s 3s infinite;
	-moz-animation: card_position_2 10s 3s infinite;
	animation: card_position_2 10s 3s infinite;
}
.pro_9 .active .cp_pic_groups .pic_5 img:nth-child(1) {
	-webkit-animation: card_img 6s ease 1s infinite;
	-moz-animation: card_img 6s ease 1s infinite;
	animation: card_img 6s ease 1s infinite;
}
.pro_9 .active .cp_pic_groups .pic_6 img:nth-child(1) {
	-webkit-animation: card_img 6s ease 1s infinite;
	-moz-animation: card_img 6s ease 1s infinite;
	animation: card_img 6s ease 1s infinite;
}
.pro_9 .active .cp_pic_groups .pic_5 img:nth-child(1) {
	-webkit-animation: card_img 6s ease 1s infinite;
	-moz-animation: card_img 6s ease 1s infinite;
	animation: card_img 6s ease 1s infinite;
}
.pro_9 .active .cp_pic_groups .pic_6 img:nth-child(1) {
	-webkit-animation: card_img 6s ease 1s infinite;
	-moz-animation: card_img 6s ease 1s infinite;
	animation: card_img 6s ease 1s infinite;
}

 /*来回位移01**/
@-webkit-keyframes card_position_1 {
 0% {
 -webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
 50% {
 -webkit-transform: rotate(0deg) translate3d(-100px, -100px, 0) scale(1, 1);
}
 100% {
 -webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
@-moz-keyframes card_position_1 {
 0% {
 -moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
 50% {
 -moz-transform: rotate(0deg) translate3d(100px, 100px, 0) scale(1, 1);
}
 100% {
 -moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
 @keyframes card_position_1 {
 0% {
opacity: 1;
 transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
 20% {
opacity:1;
 transform: rotate(360deg) translate3d(0, 0, 0) scale(0, 0);
}
 50% {
 opacity:1;
 transform: rotate(0deg) translate3d(0, 0, 0) scale(0.5, 0.5);
}
 100% {
 opacity: 1;
 transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}

 /*来回位移02**/
@-webkit-keyframes card_position_2 {
 0% {
 -webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
 50% {
 -webkit-transform: rotate(0deg) translate3d(-100px, -100px, 0) scale(1, 1);
}
 100% {
 -webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
@-moz-keyframes card_position_2 {
 0% {
 -moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
 50% {
 -moz-transform: rotate(0deg) translate3d(-100px, -100px, 0) scale(1, 1);
}
 100% {
 -moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
 @keyframes card_position_2 {
 0% {
opacity: 1;
 transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
 20% {
opacity:1;
 transform: rotate(360deg) translate3d(0, 0, 0) scale(0, 0);
}
 50% {
 opacity:1;
 transform: rotate(0deg) translate3d(0, 0, 0) scale(0.5, 0.5);
}
 100% {
 opacity: 1;
 transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}




/*语音缩小放大动画*/

@-webkit-keyframes pro_scale {
 0% {
 -webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(0.8, 0.8);
}
 50% {
-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
100% {
 -webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(0.8, 0.8);
}
}
@-moz-keyframes pro_scale {
 0% {
 -moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(0.8, 0.8);
}
 50% {
-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
 100% {
 -moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(0.8, 0.8);
}
}
@keyframes pro_scale {
 0% {
 transform: rotate(0deg) translate3d(0, 0, 0) scale(0.8, 0.8);
}
 50% {
 transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
 100% {
 transform: rotate(0deg) translate3d(0, 0, 0) scale(0.8, 0.8);
}
}
/**语音旋转动画**/
.pro_9 .active .cp_pic_groups .pic_2 img {
	content: " ";
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 900px;
	height: 100%;
	max-height: 9000px;
	background: url(../images/p9_yuyin_c2.png) no-repeat 0 0;
	background-size: contain;
	-webkit-animation: pro_rotate 3s steps(99) 0s infinite;
	-moz-animation: pro_rotate 3s steps(99) 0s infinite;
	animation: pro_rotate 3s steps(99) 0s infinite;/*0等待，立即触发99序列帧动画*/
}

/*语音旋转动画*/

@-webkit-keyframes pro_rotate {
 0% {
 -webkit-transform: rotate(00deg) translate3d(0, 0, 0) scale(1, 1);
}
 100% {
 -webkit-transform: rotate(360deg) translate3d(0, 0, 0) scale(1, 1);
}
}
@-moz-keyframes pro_rotate {
 0% {
 -moz-transform: rotate(00deg) translate3d(0, 0, 0) scale(1, 1);
}
 100% {
 -moz-transform: rotate(360deg) translate3d(0, 0, 0) scale(1, 1);
}
}
@keyframes pro_rotate {
 0% {
 transform: rotate(00deg) translate3d(0, 0, 0) scale(1, 1);
}
 100% {
 transform: rotate(360deg) translate3d(0, 0, 0) scale(1, 1);
}
}
.pro_9 .active .cp_pic_groups .pic_2 img {
}
.pro_9 .active .cp_pic_groups .pic_3 img {
}
.pro_9 .active .cp_pic_groups .pic_4 img {
}
.pro_9 .active .cp_pic_groups .pic_5 img {
}
.pro_9 .active .cp_pic_groups .pic_6 img {
}
/*pro_10*/
.pro_10 {
	position: relative;
	z-index: 1;
	color: #FFF;
	text-align: center;
	background: #1e1e20 url(../images/p10_bg.jpg) repeat center center;
	background-size: cover;
}

@media (max-width: 1200px) {
.pro_9 {
	min-height: auto;
	padding: 1rem 0 0 0 !important;
}
}
.pro_10 .cp_text {
	padding: 20px 0 20px 0;
	/*! padding: 0.2rem 0 0.2rem 0rem; */
	text-align: right;
}
.pro_10 .cp_text p {
	max-width: 100%;
	margin: 10px 0 20px 0;
	margin: 0.2rem 0 0.2rem 0;
	text-align: right;
}

@media (max-width: 1366px) {
.pro_10 .cp_text {
	position: relative;
	z-index: 2;
	padding: 1rem 0 1rem 0;
	bottom: 0px;
	bottom: 0rem;
	text-align: center;
}
.pro_10 .cp_text p {
	text-align: center;
}
}
/*pro_10 img**/
.pro_10 .cp_pic_groups {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
.pro_10 .cp_center_img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1920px;
	max-width: 19.20rem;
	height: 100%;
	margin-top: -50px;
	margin-top: -0.5rem;
}

@media(max-width:480px) {
.pro_10 .cp_center_img {
	margin: 0.5rem auto 0 auto;
}
}
.pro_10 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0!important;
	opacity: 0;
	position: relative;
	z-index: 99;
}
.pro_10 .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
/**倾斜缓进剧场**/
.pro_10 .cp_pic_groups {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
	-webkit-transform: rotate(15deg) translate3d(-1.1rem, -0.5rem, 0) scale(1.5, 1.5);
	-moz-transform: rotate(15deg) translate3d(-1.1rem, -0.5rem, 0) scale(1.5, 1.5);
	transform: rotate(15deg) translate3d(-3.5rem, -1.5rem, 0) scale(1.5, 1.5);
}
.pro_10 .active .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
	-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
	transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
.pro_10 .cp_pic_groups .pic {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_10 .active .cp_pic_groups .pic_1:before {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	content: "";
	margin: auto;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17rem;
	height: 4rem;

	
	-moz-animation: brun_motion3s steps(67) 3s infinite;
	-webkit-animation: brun_motion 3s steps(67) 3s infinite;
	animation: brun_motion 3s steps(67) 3s infinite;/*等3秒后左侧完成再开始动画*/
	-webkit-transform: rotate(0deg) translate3d(-0.8rem, -1.352rem, 0) scale(0.5);
	-moz-transform: rotate(0deg) translate3d(-0.8rem, -1.352rem, 0) scale(0.5);
	transform: rotate(0deg) translate3d(-0.8rem, -1.352rem, 0) scale(0.5);
	-webkit-mix-blend-mode: color-dodge;
	-moz-mix-blend-mode: color-dodge;
	mix-blend-mode: color-dodge;
}
.pro_10 .active .cp_pic_groups .pic_1:after {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	content: "";
	margin: auto;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/p10_mirc_light.png) no-repeat center center;
	background-size: cover;
	-moz-animation: light_motion 3s infinite;
	-webkit-animation: light_motion 3s 3s infinite;
	animation: light_motion 3s 3s infinite;/*等3秒后左侧完成再开始动画*/
	-webkit-mix-blend-mode: screen;
	-moz-mix-blend-mode: screen;
	mix-blend-mode: screen;
}

.pro_10 .sparks {
	display: none;
}
.pro_10 .active .sparks {
	display: block;
}
/*炸裂动效-青铜版*/
.pro_10 .sparks {
	width: 200px;
	width: 2rem;
	height: 200px;
	height: 2rem;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: -2.5rem;
	right: -4rem;
	bottom: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.pro_10 .sparks .s1 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -10px;
	left: -10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_10 .sparks .s2 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -20px;
	right: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	opacity: 0;
}
.pro_10 .sparks .s3 {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: -40px;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_10 .sparks .s4 {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #19b8fd;
	position: absolute;
	top: 0px;
	right: -10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_10 .sparks .s5 {
	display: block;
	height: 8px;
	width: 8px;
	background-color: #19b8fd;
	position: absolute;
	bottom: 10px;
	right: -30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_10 .sparks .s6 {
	display: block;
	height: 6px;
	width: 6px;
	background-color: #19b8fd;
	position: absolute;
	bottom: -10px;
	left: -15px;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_10 .sparks .s1 {
	background-color: #275de5;
	animation: spark1_b 2s ease-in-out infinite;
}
.pro_10 .sparks .s2 {
	background-color: #6f46ea;
	animation: spark2_b 3s ease-in-out infinite;
}
.pro_10 .sparks .s3 {
	background-color: #6f46ea;
	animation: spark3_b 2s ease-in-out infinite;
}
.pro_10 .sparks .s4 {
	background-color: #275de5;
	animation: spark4_b 3s ease-in-out infinite;
}
.pro_10 .sparks .s5 {
	background-color: #265de5;
	animation: spark5_b 2s ease-in-out infinite;
}
.pro_10 .sparks .s6 {
	background-color: #275de5;
	animation: spark6_b 3s ease-in-out infinite;
}




/*星尘小动效*/
@-webkit-keyframes brun_motion {
 0% {
 -webkit-opacity: 0;
 background-position:0 0
}
 10% {
 -webkit-opacity: 1;
}
 100% {
 -webkit-opacity: 0;
 background-position:0 -228.47rem;
}
}
 @-moz-keyframes brun_motion {
 0% {
 -moz-opacity: 0;
 background-position:0 0
}
 10% {
 -moz-opacity: 1;
}
 100% {
 -webkit-opacity: 0;
 background-position:0 -228.47rem;
}
}
 @keyframes brun_motion {
 0% {
 opacity: 0;
 background-position:0 0
}
 10% {
 opacity: 1;
}
 100% {
 opacity: 0;
 background-position:0 -278.1rem;
}
}

/*线条小动效*/
@-webkit-keyframes brun_lines {
 0% {
 -webkit-opacity: 0;
 background-position:0 0
}
 10% {
 -webkit-opacity: 1;
}
 100% {
 -webkit-opacity: 0;
 background-position:0 -278.1rem;
}
}
 @-moz-keyframes brun_lines {
 0% {
 -moz-opacity: 0;
 background-position:0 0
}
 10% {
 -moz-opacity: 1;
}
 100% {
 -webkit-opacity: 0;
 background-position:0 -278.1rem;
}
}
 @keyframes brun_lines {
 0% {
 opacity: 0;
 background-position:0 0
}
 10% {
 opacity: 1;
}
 100% {
 opacity: 0;
 background-position:0 -278.1rem;
}
}

/*流å°å¨æ*/
@-webkit-keyframes light_motion {
 0% {
 -webkit-opacity: 0;
 -webkit-mix-blend-mode: screen;
}
 50% {
 -webkit-opacity: 1;
 -webkit-mix-blend-mode:lighten;
}
 100% {
 -webkit-mix-blend-mode:screen;
 -webkit-opacity: 0;
}
}
 @-moz-keyframes light_motion {
 0% {
 -moz-opacity: 0;
 -moz-mix-blend-mode: screen;
}
 50% {
 -moz-opacity: 1;
 -moz-mix-blend-mode:lighten;
}
 100% {
 -moz-mix-blend-mode:screen;
 -moz-opacity: 0;
}
}
 @keyframes light_motion {
 0% {
opacity: 0;
 mix-blend-mode: screen;
}
 50% {
 opacity: 1;
 mix-blend-mode:lighten;
}
 100% {
 mix-blend-mode:screen;
 opacity: 0;
}
}
.pro_10 .active .cp_pic_groups .pic_2 img:nth-child(1) {
	-webkit-animation: ro_microphone 2.2s infinite linear;
	-moz-animation: pro_microphone 2.2s infinite linear;
	animation: pro_microphone 2.2s infinite linear;
}
.pro_10 .active .cp_pic_groups .pic_3 img:nth-child(1) {
	-webkit-animation: pro_microphone 2.24s infinite linear;
	-moz-animation: pro_microphone 2.4s infinite linear;
	animation: pro_microphone 2.4s infinite linear;
}
.pro_10 .active .cp_pic_groups .pic_4 img:nth-child(1) {
	-webkit-animation: pro_microphone 2.6s infinite linear;
	-moz-animation: pro_microphone 2.6s infinite linear;
	animation: pro_microphone 2.6s infinite linear;
}
.pro_10 .active .cp_pic_groups .pic_5 img:nth-child(1) {
	-webkit-animation: pro_microphone 2.8s infinite linear;
	-moz-animation: pro_microphone 2.8s infinite linear;
	animation: pro_microphone 2.8s infinite linear;
}



/*麦克风动效*/
@-webkit-keyframes pro_microphone {
0% {
-webkit-opacity: 0;
}
50% {
-webkit-opacity: 1;
}
100% {
 -webkit-opacity: 0;
}
}
@-moz-keyframes pro_microphone {
0% {
-moz-opacity: 0;
}
50% {
-moz-opacity: 1;
}
100% {
 -moz-opacity: 0;
}
}
@keyframes pro_microphone {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
 opacity: 0;
}
}
/*pro_10 特点*/
.pro_10 .trait_list_w {
	max-width: 800px;
	margin: 20px -100px 20px auto;
}
.pro_10 .trait_list_w li {
	width: 30%;
	overflow: hidden;
	float: none;
	display: inline-block;
*display: inline;
*zoom: 1;
	text-align: center;
}
.pro_10 .trait_list_w li div {
	font-size: 18px;
	color: #FFF;
	line-height: 1.2;
	margin: 5px;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.pro_10 .trait_list_w li div p {
	max-width: 800px;
	margin: 10px auto !important;
	font-size: 18px;
	font-size: 0.18rem;
	line-height: 1.4 !important;
	text-align: center;
}

@media (max-width: 1200px) {
.pro_10 .trait_list_w {
	margin: 0.4rem auto 0.2rem auto;
}
.pro_10 .trait_list_w li div {
	font-size: 14px;
	padding: 0.2rem;
}
.pro_10 .trait_list_w li div p {
	font-size: 14px;
	word-spacing: 0;
	letter-spacing: 0;
}
}
/*pro_10特点*/

.pro_10 .trait_list_w li {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_10 .trait_list_w li:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.pro_10 .trait_list_w li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2;
	transition-delay: 0.2s;
}
.pro_10 .trait_list_w li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.pro_10 .trait_list_w li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.pro_10 .trait_list_w li:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.pro_10 .trait_list_w li:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.pro_10 .trait_list_w li:nth-child(7) {
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.pro_10 .trait_list_w li:nth-child(8) {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.pro_10 .trait_list_w.active li {
	-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);
}
/*pro_11*/
.pro_11 {
	position: relative;
	z-index: 1;
	color: #FFF;
	text-align: left;
	background: #f6f7f9 url(../images/p11_bg.jpg) no-repeat center center;
	background-size: cover;
}
.pro_11 .cp_text {
	padding: 20px 0 20px 0;
	/*! padding: 0.2rem 0 0.2rem 0rem; */
	text-align: left;
}
.pro_11 .cp_text p {
	max-width: 100%;
	margin: 10px 0 20px 0;
	margin: 0.2rem 0 0.2rem 0;
	text-align: left;
}

@media (max-width: 1366px) {
.pro_11 .cp_text {
	position: relative;
	z-index: 2;
	padding: 1rem 0 1rem 0;
	bottom: 0px;
	bottom: 0rem;
	text-align: center;
}
.pro_11 .cp_text p {
	text-align: center;
}
}
.pro_11 .cp_center_img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	max-width: 14.70rem;
	max-height: 100%;
	max-height: 14.30rem;
	margin: 0 auto;
}
.pro_11 .cp_center_img {
	position: relative;
	z-index: 0;
	margin-top: -3.5rem;
	margin-right: 0rem;
}

@media (max-width:1200px) {
.pro_11 .cp_center_img {
	height: auto;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin: 0.5rem auto;
}
}

@media(max-width:480px) {
.pro_11 .cp_center_img {
}
}
.pro_11 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0!important;
	opacity: 0;
	position: relative;
	z-index: 99;
}
.pro_11 .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.pro_11 .cp_pic_groups .pic {
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, -20%, 0);
	-moz-transform: translate3d(0, -20%, 0);
	transform: translate3d(0, -20%, 0);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_11 .cp_pic_groups .pic img {
	max-width: 14.70rem;
	max-width: 100%;
	max-height: 14.30rem;
	max-height: 100%;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_11 .cp_pic_groups .pic_1 {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	transition-delay: .1s
}
.pro_11 .cp_pic_groups .pic_2 {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s
}
.pro_11 .cp_pic_groups .pic_3 {
	-webkit-transition-delay: .3s;
	-mox-transition-delay: .3s;
	transition-delay: .2s
}
.pro_11 .cp_pic_groups .pic_4 {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	transition-delay: .2s
}
.pro_11 .cp_pic_groups .pic_5 {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s
}
.pro_11 .cp_pic_groups .pic_6 {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s
}
.pro_11 .cp_pic_groups .pic_7 {
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	transition-delay: .7s
}
.pro_11 .cp_pic_groups .pic_8 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_11 .cp_pic_groups .pic_9 {
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	transition-delay: .9s
}
.pro_11 .cp_pic_groups .pic_10 {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s
}
.pro_11 .cp_pic_groups .pic_11 {
	-webkit-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	transition-delay: 1.1s
}
.pro_11 .cp_pic_groups .pic_12 {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.pro_11 .cp_pic_groups .pic_13 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_11 .cp_pic_groups .pic_14 {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.pro_11 .cp_pic_groups .pic_15 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_11 .active .cp_pic_groups .pic {
	-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);
}
.pro_11 .active .cp_pic_groups .pic_2 img:nth-child(2) {
	-webkit-animation: fade_line 6s infinite linear;
	-moz-animation: fade_line 6s infinite linear;
	animation: fade_line 6s infinite linear
}
.pro_11 .active .cp_pic_groups .pic_3 img:nth-child(2) {
	-webkit-animation: fade_line 5s infinite linear;
	-moz-animation: fade_line 5s infinite linear;
	animation: fade_line 5s infinite linear
}
.pro_11 .active .cp_pic_groups .pic_13 img:nth-child(1) {
	-webkit-animation: fade_line 5s infinite linear;
	-moz-animation: fade_line 5s infinite linear;
	animation: fade_line 5s infinite linear
}
.pro_11 .active .cp_pic_groups .pic_13 img:nth-child(2) {
	-webkit-animation: fade_line 8s infinite linear;
	-moz-animation: fade_line 8s infinite linear;
	animation: fade_line 8s infinite linear
}
.pro_11 .active .cp_pic_groups .pic_14 img:nth-child(1) {
	-webkit-animation: fade_line 8s infinite linear;
	-moz-animation: fade_line 8s infinite linear;
	animation: fade_line 8s infinite linear
}
.pro_11 .active .cp_pic_groups .pic_15 img:nth-child(1) {
	-webkit-animation: fade_line 8s infinite linear;
	-moz-animation: fade_line 8s infinite linear;
	animation: fade_line 8s infinite linear
}
/*é¿å*/
.pro_11 .cp_pic_groups .pic_0:nth-child(1) {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	opacity: 0 !important;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
.pro_11 .active .cp_pic_groups .pic_0:nth-child(1) {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	opacity: 1 !important;
	
	-webkit-animation: fade_line_02 8s infinite 5s linear;
	-moz-animation: fade_line_02 8s infinite 5s linear;
	animation: fade_line_02 8s infinite 5s linear;
	
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
.pro_11 .active .cp_pic_groups .pic_0 img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	opacity: 1 !important;
	-webkit-animation: fade_line 8s infinite 5s linear;
	-moz-animation: fade_line 8s infinite 5s linear;
	animation: fade_line 8s infinite 5s linear;
	
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
.pro_11 .cp_pic_groups .pic_0:after {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
.pro_11 .active .cp_pic_groups .pic_0:after {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	content: "";
	margin: auto;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/p11_light.png) no-repeat center center;
	background-size: contain;
	-webkit-animation: fade_line_02 8s infinite 5s linear;
	-moz-animation: fade_line_02 8s infinite 5s linear;
	animation: fade_line_02 8s infinite 5s linear;
	-webkit-mix-blend-mode: screen;
	-moz-mix-blend-mode: screen;
	mix-blend-mode: screen;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
/*åå*/
.pro_11 .active .cp_pic_groups .pic_1 {
	z-index: 10;
}
.pro_11 .active .cp_pic_groups .pic_1:after {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	content: "";
	margin: auto;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/p11_c_light.png) no-repeat center center;
	background-size: cover;
	-moz-animation: light_motion 8s 5s infinite;
	-webkit-animation: light_motion 8s 5s infinite;
	animation: light_motion 8s 5s infinite;/*ç­3ç§åå·¦ä¾§å®æåå¼å§å¨ç»*/
	-webkit-mix-blend-mode: screen;
	-moz-mix-blend-mode: screen;
	mix-blend-mode: screen;
}
/*éç*/
.pro_11 .active .cp_pic_groups .pic_4 img:nth-child(2) {
	-webkit-animation: fade_line_02 3s infinite linear;
	-moz-animation: fade_line_02 3s infinite linear;
	animation: fade_line_02 3s infinite linear
}
.pro_11 .active .cp_pic_groups .pic_5 img:nth-child(2) {
	-webkit-animation: fade_line_02 3s infinite linear;
	-moz-animation: fade_line_02 3s infinite linear;
	animation: fade_line_02 3s infinite linear
}
.pro_11 .active .cp_pic_groups .pic_6 img:nth-child(2) {
	-webkit-animation: fade_line_02 3s infinite linear;
	-moz-animation: fade_line_02 3s infinite linear;
	animation: fade_line_02 3s infinite linear
}
.pro_11 .active .cp_pic_groups .pic_7 img:nth-child(2) {
	-webkit-animation: fade_line_02 3s infinite linear;
	-moz-animation: fade_line_02 3s infinite linear;
	animation: fade_line_02 3s infinite linear
}
.pro_11 .active .cp_pic_groups .pic_8 img:nth-child(2) {
	-webkit-animation: fade_line_02 3s infinite linear;
	-moz-animation: fade_line_02 3s infinite linear;
	animation: fade_line_02 3s infinite linear
}
.pro_11 .active .cp_pic_groups .pic_9 img:nth-child(2) {
	-webkit-animation: fade_line_02 3s infinite linear;
	-moz-animation: fade_line_02 3s infinite linear;
	animation: fade_line_02 3s infinite linear
}
/*å¤§å¾æ */
.pr00o_11 .active .cp_pic_groups .pic_12 img:nth-child(1) {
	-webkit-animation: fade_line 3s infinite linear;
	-moz-animation: fade_line 3s infinite linear;
	animation: fade_line 3s infinite linear
}
.pr00o_11 .active .cp_pic_groups .pic_12 img:nth-child(2) {
	-webkit-animation: fade_line 5s infinite linear;
	-moz-animation: fade_line 5s infinite linear;
	animation: fade_line 5s infinite linear
}
.pr00o_11 .active .cp_pic_groups .pic_12 img:nth-child(3) {
	-webkit-animation: fade_line 4s infinite linear;
	-moz-animation: fade_line 4s infinite linear;
	animation: fade_line 4s infinite linear
}
.pr00o_11 .active .cp_pic_groups .pic_12 img:nth-child(4) {
	-webkit-animation: fade_line 4s infinite linear;
	-moz-animation: fade_line 6s infinite linear;
	animation: fade_line 6s infinite linear
}
/*pro_11 åè¿å¨01*/
@-webkit-keyframes fade_line {
0% {
-webkit-opacity:0;
-webkit-transform:translateX(0px) translateY(0);
}
50% {
-webkit-opacity:1;
}
100% {
-webkit-opacity:0;
-webkit-transform:translateX(-100px) translateY(100px);
}
}
@-moz-keyframes fade_line {
0% {
-moz-opacity:0;
-moz-transform:translateX(0px) translateY(0);
}
50% {
-moz-opacity:1;
}
100% {
-moz-opacity:0;
transform:translateX(-100px) translateY(100px);
}
}
@keyframes fade_line {
0% {
opacity:0;
transform:translateX(0px) translateY(0);
}
50% {
opacity:1;
}
100% {
opacity:0;
transform:translateX(-100px) translateY(100px);
}
}

/*pro_11 åè¿å¨02-ä»ä»æ¾é*/
@-webkit-keyframes fade_line_02 {
0% {
-webkit-opacity:0;
}
50% {
-webkit-opacity:1;
}
100% {
-webkit-opacity:0;
}
}
@-moz-keyframes fade_line_02 {
0% {
-moz-opacity:0;
}
50% {
-moz-opacity:1;
}
100% {
-moz-opacity:0;
}
}
@keyframes fade_line_02 {
0% {
opacity:0;
}
50% {
opacity:1;
}
100% {
opacity:0;
}
}

.pro_11 .sparks {
	display: none;
}
.pro_11 .active .sparks {
	display: block;
}
/*ç¸è£å¨æ-ééç*/
.pro_11 .sparks {
	width: 200px;
	width: 2rem;
	height: 200px;
	height: 2rem;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: -10rem;
	right: -11rem;
	bottom: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.pro_11 .sparks .s1 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -10px;
	left: -10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_11 .sparks .s2 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -20px;
	right: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	opacity: 0;
}
.pro_11 .sparks .s3 {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: -40px;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_11 .sparks .s4 {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #19b8fd;
	position: absolute;
	top: 0px;
	right: -10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_11 .sparks .s5 {
	display: block;
	height: 8px;
	width: 8px;
	background-color: #19b8fd;
	position: absolute;
	bottom: 10px;
	right: -30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_11 .sparks .s6 {
	display: block;
	height: 6px;
	width: 6px;
	background-color: #19b8fd;
	position: absolute;
	bottom: -10px;
	left: -15px;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_11 .sparks .s1 {
	background-color: #275de5;
	animation: spark1_b 2s ease-in-out infinite;
}
.pro_11 .sparks .s2 {
	background-color: #6f46ea;
	animation: spark2_b 3s ease-in-out infinite;
}
.pro_11 .sparks .s3 {
	background-color: #6f46ea;
	animation: spark3_b 2s ease-in-out infinite;
}
.pro_11 .sparks .s4 {
	background-color: #275de5;
	animation: spark4_b 3s ease-in-out infinite;
}
.pro_11 .sparks .s5 {
	background-color: #265de5;
	animation: spark5_b 2s ease-in-out infinite;
}
.pro_11 .sparks .s6 {
	background-color: #275de5;
	animation: spark6_b 3s ease-in-out infinite;
}

/*pro_12*/
.pro_12 {
	position: relative;
	z-index: 1;
	text-align: center;
	background: #f6f7f9;
}
/*è§éå¨æ*/
.pro_12 .wide_angle_w {
	max-width: 1400px;
	max-width: 14rem;
	position: relative;
	z-index: 1;
	width: auto;
	height: auto;
	margin: 50px auto;
	margin: 0.5rem auto;
	text-align: center;
	overflow: hidden;
	background-color: #f8f0e0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 10px solid rgba(255,255,255,1);
	box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.2);
}
.wide_angle_w:before, .wide_angle_w:after {
	position: absolute;
	top: 0;
	z-index: 20;
	width: 17%;
	height: 100%;
	background: rgba(32,98,228,0.23);
	content: '';
}
.pro_12 .wide_angle_w:before {
	left: -100%;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.pro_12 .wide_angle_w:after {
	right: -100%;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.pro_12 .wide_angle_w.active:before {
	left: 0%;
}
.pro_12 .wide_angle_w.active:after {
	right: 0%;
}
.pro_12 .active0 .wide_angle_w.active:before {
	left: 0%;
}
.pro_12 .active0 .wide_angle_w.active:after {
	right: 0%;
}
.pro_12 .active1 .wide_angle_w.active:before {
	left: -17%;
}
.pro_12 .active1 .wide_angle_w.active:after {
	right: -17%;
}
.pro_12 .wide_angle_w .wide_w {
	width: 17%;
}
.pro_12 .wide_angle_w .wide_c_w {
	position: relative;
	z-index: 1;
	width: 65.71%;
	margin: 0 auto;
}
.pro_12 .wide_angle_w .wide_l_w {
	position: relative;
	z-index: 2;
	width: 17.14%;
	margin: 0 auto;
}
.pro_12 .wide_angle_w .wide_r_w {
	position: relative;
	z-index: 2;
	width: 17.14%;
	margin: 0 auto;
}
.pro_12 .wide_angle_w .wide_l_w img {
	width: 100%;
}
.pro_12 .wide_angle_w .wide_l_w img {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.pro_12 .wide_angle_w .wide_r_w img {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.pro_12 .wide_angle_w .wide_l_w, .pro_12 .wide_angle_w .wide_r_w {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_12 .wide_angle_w .wide_l_w {
	left: 0%;
	z-index: 2;
}
.pro_12 .wide_angle_w .wide_r_w {
	right: 0%;
	z-index: 2;
}
.pro_12 .wide_angle_w .wide_l_w {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	opacity: 0.8;
}
.pro_12 .wide_angle_w .wide_r_w {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0.8;
}
.pro_12 .wide_angle_w.active .wide_w {
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
/*æ¨¡å¼äº¤æ¢*/



.pro_12 .active0 .wide_angle_w .wide_l_w {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	opacity: 0.5;
}
.pro_12 .active0 .wide_angle_w .wide_r_w {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0.5;
}
.pro_12 .active1 .wide_angle_w .wide_l_w {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	opacity: 1;
}
.pro_12 .active1 .wide_angle_w .wide_r_w {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 1;
}
/*æé®*/
.pro_12 .btn_list {
	text-align: center;
	width: 100%;
	max-width: 600px;
	max-width: 6rem;
	margin: 20px auto 50px auto;
	margin: 0.2rem auto 0.5rem auto;
	padding: 0;
}
.pro_12 .btn_list li {
	position: relative;
	z-index: 1;
	display: block;
	display: inline-block;
	float: none;
	*zoom:1;
	*display: inline;
	width: 200px;
	height: 75px;
	width: 2rem;
	margin:0 0.2rem;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: url(../images/p12_btn_1.png) no-repeat center center;
	background-size: contain;
	     -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.pro_12 .btn_list li.btn1 {
	background: url(../images/p12_btn_1.png) no-repeat center center;
	background-size: contain;   -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.pro_12 .btn_list li.btn2 {
	background: url(../images/p12_btn_2.png) no-repeat center center;
	background-size: contain; -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.pro_12 .btn_list li.btn1.active {
	background: url(../images/p12_btn_1_h.png) no-repeat center center;
	background-size: contain;
}
.pro_12 .btn_list li.btn2.active {
	background: url(../images/p12_btn_2_h.png) no-repeat center center;
	background-size: contain;
}
/*ç²å­*/

/*ç¸è£å¨æ-ééç*/

.pro_12 .sp {
	width: 60%;
	height: 60%;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: none;
}
.pro_12 .active .sp {
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.pro_12 .sp i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_12 .sp .s1 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -10px;
	left: -10px;
}
.pro_12 .sp .s2 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -20px;
	right: 30px;
}
.pro_12 .sp .s3 {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: -40px;
}
.pro_12 .sp .s4 {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #19b8fd;
	position: absolute;
	top: 0px;
	right: -10px;
}
.pro_12 .sp .s5 {
	display: block;
	height: 8px;
	width: 8px;
	background-color: #19b8fd;
	position: absolute;
	bottom: 10px;
	right: -30px;
}
.pro_12 .sp .s6 {
	display: block;
	height: 6px;
	width: 6px;
	background-color: #19b8fd;
	position: absolute;
	bottom: -10px;
	left: -15px;
}
.pro_12 .sp .s1 {
	background-color: #ab15cd;
	animation: spark1_c 2s ease infinite;
}
.pro_12 .sp .s2 {
	background-color: #d3d309;
	animation: spark2_c 3s ease infinite;
}
.pro_12 .sp .s3 {
	background-color: #6f46ea;
	animation: spark3_c 2s ease infinite;
}
.pro_12 .sp .s4 {
	background-color: #2260e4;
	animation: spark4_c 3s ease infinite;
}
.pro_12 .sp .s5 {
	background-color: #3569e8;
	animation: spark5_c 2s ease infinite;
}
.pro_12 .sp .s6 {
	background-color: #682fec;
	animation: spark6_c 3s ease infinite;
}
/*pro_13*/
.pro_13 {
	position: relative;
	z-index: 1;
	color: #FFF;
	text-align: left;
	background: #f6f7f9 url(../images/p13_bg.jpg) no-repeat top center;
	background-size: cover;
}
.pro_13 h1 b {
	color: #ffb401;
}
.pro_13 em {
	background: #FFF;
}

@media (max-width: 1200px) {
}
.pro_13 .cp_text {
	padding: 20px 0 20px 0;
	/*! padding: 0.2rem 0 0.2rem 0rem; */
	text-align: left;
}
.pro_13 .cp_text p {
	max-width: 100%;
	margin: 10px 0 20px 0;
	margin: 0.2rem 0 0.2rem 0;
	text-align: left;
}

@media (max-width: 1366px) {
.pro_13 .cp_text {
	position: relative;
	z-index: 2;
	padding: 1rem 0 1rem 0;
	bottom: 0px;
	bottom: 0rem;
	text-align: center;
}
.pro_13 .cp_text p {
	text-align: center;
}
}
.pro_13 .cp_center_img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	max-width: 14.70rem;
	max-height: 100%;
	max-height: 14.30rem;
	margin: 0 auto;
}
.pro_13 .cp_center_img {
	position: relative;
	z-index: 0;
	margin-top: -3rem;
	margin-right: -3rem;
}

@media (max-width:1200px) {
.pro_13 .cp_center_img {
	height: auto;
	display: block;
	text-align: center;
	margin: 50px auto;
}
}

@media(max-width:480px) {
.pro_13 .cp_center_img {
}
}
.pro_13 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0!important;
	opacity: 0;
	position: relative;
	z-index: 99;
}
.pro_13 .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.pro_13 .cp_pic_groups .pic {
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
.pro_13 .cp_pic_groups .pic img {
	max-width: 14.70rem;
	max-width: 100%;
	max-height: 14.30rem;
	max-height: 100%;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
.pro_13 .cp_pic_groups .pic_1 {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	transition-delay: .1s
}
.pro_13 .cp_pic_groups .pic_2 {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s
}
.pro_13 .cp_pic_groups .pic_3 {
	-webkit-transition-delay: .3s;
	-mox-transition-delay: .3s;
	transition-delay: .2s
}
.pro_13 .cp_pic_groups .pic_4 {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	transition-delay: .2s
}
.pro_13 .cp_pic_groups .pic_5 {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s
}
.pro_13 .cp_pic_groups .pic_6 {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s
}
.pro_13 .cp_pic_groups .pic_7 {
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	transition-delay: .7s
}
.pro_13 .cp_pic_groups .pic_8 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_13 .cp_pic_groups .pic_9 {
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	transition-delay: .9s
}
.pro_13 .cp_pic_groups .pic_10 {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s
}
.pro_13 .cp_pic_groups .pic_11 {
	-webkit-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	transition-delay: 1.1s
}
.pro_13 .cp_pic_groups .pic_12 {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.pro_13 .cp_pic_groups .pic_13 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_13 .cp_pic_groups .pic_14 {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.pro_13 .cp_pic_groups .pic_15 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_13 .active .cp_pic_groups .pic {
	-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);
}
.pro_13 .active .cp_pic_groups .pic_1 img:nth-child(2) {
	-webkit-animation: fade_line_02 6s infinite linear;
	-moz-animation: fade_line_02 6s infinite linear;
	animation: fade_line_02 6s infinite linear;
	
	z-index: 10;
}
.pro_13 .active .cp_pic_groups .pic_2 img:nth-child(2) {
	-webkit-animation: fade_line_02 6s infinite linear;
	-moz-animation: fade_line_02 6s infinite linear;
	animation: fade_line_02 6s infinite linear;
	z-index: 10;
}
.pro_13 .active .cp_pic_groups .pic_3 img:nth-child(2) {
	-webkit-animation: fade_line_02 5s infinite linear;
	-moz-animation: fade_line_02 5s infinite linear;
	animation: fade_line_02 5s infinite linear;
	z-index: 10;
}
.pro_13 .active .cp_pic_groups .pic_4 img:nth-child(2) {
	-webkit-animation: fade_line_02 5s infinite linear;
	-moz-animation: fade_line_02 5s infinite linear;
	animation: fade_line_02 5s infinite linear;
	z-index: 10;
}
.pro_13 .active .cp_pic_groups .pic_5 img:nth-child(2) {
	-webkit-animation: fade_line_02 8s infinite linear;
	-moz-animation: fade_line_02 8s infinite linear;
	animation: fade_line_02 8s infinite linear;
	z-index: 10;
}
.pro_13 .active .cp_pic_groups .pic_6 img:nth-child(2) {
	-webkit-animation: fade_line_02 8s infinite linear;
	-moz-animation: fade_line_02 8s infinite linear;
	animation: fade_line_02 8s infinite linear;
	z-index: 10;
}
.pro_13 .active .cp_pic_groups .pic_7 img:nth-child(2) {
	-webkit-animation: fade_line_02 8s infinite linear;
	-moz-animation: fade_line_02 8s infinite linear;
	animation: fade_line_02 8s infinite linear;
	z-index: 10;
}
.pro_13 .active .cp_pic_groups .pic_8 img:nth-child(1) {
	-webkit-animation: fade_line 5s infinite linear;
	-moz-animation: fade_line 5s infinite linear;
	animation: fade_line 5s infinite linear
}
/*åå*/
.pro_13 .active .cp_pic_groups .pic_1 {
	z-index: 10;
}
.pro_13 .active .cp_pic_groups .pic_1:after {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	content: "";
	margin: auto;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/p13_y0.png) no-repeat center center;
	background-size: cover;
	-moz-animation: light_motion 8s 5s infinite;
	-webkit-animation: light_motion 8s 5s infinite;
	animation: light_motion 8s 5s infinite;/*ç­3ç§åå·¦ä¾§å®æåå¼å§å¨ç»*/
	-webkit-mix-blend-mode: screen;
	-moz-mix-blend-mode: screen;
	mix-blend-mode: screen;
}

.pro_13 .sparks{display: none;}
.pro_13 .active .sparks{display: block;}
/*ç¸è£å¨æ-ééç*/
.pro_13 .sparks {
	width: 200px;
	width: 2rem;
	height: 200px;
	height: 2rem;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: -1rem;
	right: -2rem;
	bottom: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.pro_13 .sparks .s1 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -10px;
	left: -10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_13 .sparks .s2 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -20px;
	right: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	opacity: 0;
}
.pro_13 .sparks .s3 {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: -40px;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_13 .sparks .s4 {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #19b8fd;
	position: absolute;
	top: 0px;
	right: -10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_13 .sparks .s5 {
	display: block;
	height: 8px;
	width: 8px;
	background-color: #19b8fd;
	position: absolute;
	bottom: 10px;
	right: -30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_13 .sparks .s6 {
	display: block;
	height: 6px;
	width: 6px;
	background-color: #19b8fd;
	position: absolute;
	bottom: -10px;
	left: -15px;
	border-radius: 100%;
	transition: .4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.pro_13 .sparks .s1 {
	background-color: #275de5;
	animation: spark1_b 2s ease-in-out infinite;
}
.pro_13 .sparks .s2 {
	background-color: #6f46ea;
	animation: spark2_b 3s ease-in-out infinite;
}
.pro_13 .sparks .s3 {
	background-color: #6f46ea;
	animation: spark3_b 2s ease-in-out infinite;
}
.pro_13 .sparks .s4 {
	background-color: #275de5;
	animation: spark4_b 3s ease-in-out infinite;
}
.pro_13 .sparks .s5 {
	background-color: #265de5;
	animation: spark5_b 2s ease-in-out infinite;
}
.pro_13 .sparks .s6 {
	background-color: #275de5;
	animation: spark6_b 3s ease-in-out infinite;
}

/*pro_14*/
.pro_14 {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #FFF;
	background: #f7f9f8 url(../images/p14_bg.jpg) no-repeat top center;
	background-size: auto;
}
.pro_14 h1 b {
	color: #fbd91f;
}
.pro_14 .cp_center_img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1400px;
	max-width: 1400rem;
	height: 100%;
	max-height: 570px;
	max-height: 5.70rem;
	margin: 50px auto;
	margin: 0.5rem auto;
}

@media(max-width:480px) {
.pro_14 .cp_center_img {
}
}
.pro_14 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0!important;
	opacity: 0;
	position: relative;
	z-index: 99;
}
.pro_14 .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.pro_14 .cp_pic_groups .pic {
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translate3d(-50%, 20%, 0);
	-moz-transform: translate3d(-20%, 20%, 0);
	transform: translate3d(-20%, 20%, 0);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
.pro_14 .cp_pic_groups .pic img {
	max-width: 14.70rem;
	max-width: 100%;
	max-height: 14.30rem;
	max-height: 100%;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
.pro_14 .cp_pic_groups .pic_1 {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	transition-delay: .1s
}
.pro_14 .cp_pic_groups .pic_2 {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s
}
.pro_14 .cp_pic_groups .pic_3 {
	-webkit-transition-delay: .3s;
	-mox-transition-delay: .3s;
	transition-delay: .2s
}
.pro_14 .cp_pic_groups .pic_4 {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	transition-delay: .2s
}
.pro_14 .cp_pic_groups .pic_5 {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s
}
.pro_14 .cp_pic_groups .pic_6 {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s
}
.pro_14 .cp_pic_groups .pic_7 {
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	transition-delay: .7s
}
.pro_14 .cp_pic_groups .pic_8 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_14 .cp_pic_groups .pic_9 {
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	transition-delay: .9s
}
.pro_14 .cp_pic_groups .pic_10 {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s
}
.pro_14 .cp_pic_groups .pic_11 {
	-webkit-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	transition-delay: 1.1s
}
.pro_14 .cp_pic_groups .pic_12 {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.pro_14 .cp_pic_groups .pic_13 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_14 .cp_pic_groups .pic_14 {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.pro_14 .cp_pic_groups .pic_15 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_14 .active .cp_pic_groups .pic {
	-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);
}
.pro_14 .active .cp_pic_groups .pic_2 img:nth-child(2) {
	-webkit-animation: fade_line 6s infinite linear;
	-moz-animation: fade_line 6s infinite linear;
	animation: fade_line 6s infinite linear
}
.pro_14 .active .cp_pic_groups .pic_3 img:nth-child(2) {
	-webkit-animation: fade_line 5s infinite linear;
	-moz-animation: fade_line 5s infinite linear;
	animation: fade_line 5s infinite linear
}
.pro_14 .active .cp_pic_groups .pic_13 img:nth-child(1) {
	-webkit-animation: fade_line 5s infinite linear;
	-moz-animation: fade_line 5s infinite linear;
	animation: fade_line 5s infinite linear
}
.pro_14 .active .cp_pic_groups .pic_13 img:nth-child(2) {
	-webkit-animation: fade_line 8s infinite linear;
	-moz-animation: fade_line 8s infinite linear;
	animation: fade_line 8s infinite linear
}
.pro_14 .active .cp_pic_groups .pic_14 img:nth-child(1) {
	-webkit-animation: fade_line 8s infinite linear;
	-moz-animation: fade_line 8s infinite linear;
	animation: fade_line 8s infinite linear
}
.pro_14 .active .cp_pic_groups .pic_15 img:nth-child(1) {
	-webkit-animation: fade_line 8s infinite linear;
	-moz-animation: fade_line 8s infinite linear;
	animation: fade_line 8s infinite linear
}
/*pro_15*/
.pro_15 {
	position: relative;
	z-index: 1;
	text-align: center;
	max-height: 1360px;
	background: #eff2f7 url(../images/p15_bg.jpg) no-repeat center center;
	background-size: cover;
}
.pro_15 h1 b {
	color: #fbd91f;
}
.pro_15 .cp_center_img {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 50px auto;
	margin: 0.5rem auto;
}

@media(max-width:480px) {
.pro_15 .cp_center_img {
}
}
.pro_15 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0!important;
	opacity: 0;
	position: relative;
	z-index: 99;
}
.pro_15 .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.pro_15 .cp_pic_groups .pic {
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translate3d(20%, 20%, 0);
	-moz-transform: translate3d(20%, 20%, 0);
	transform: translate3d(20%, 20%, 0);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
.pro_15 .cp_pic_groups .pic img {
	max-width: 14.70rem;
	max-width: 100%;
	max-height: 14.30rem;
	max-height: 100%;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
.pro_15 .cp_pic_groups .pic_1 {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	transition-delay: .1s
}
.pro_15 .cp_pic_groups .pic_2 {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s
}
.pro_14 .cp_pic_groups .pic_3 {
	-webkit-transition-delay: .3s;
	-mox-transition-delay: .3s;
	transition-delay: .2s
}
.pro_15 .cp_pic_groups .pic_4 {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	transition-delay: .2s
}
.pro_15 .cp_pic_groups .pic_5 {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s
}
.pro_15 .cp_pic_groups .pic_6 {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s
}
.pro_15 .cp_pic_groups .pic_7 {
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	transition-delay: .7s
}
.pro_15 .cp_pic_groups .pic_8 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_15 .cp_pic_groups .pic_9 {
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	transition-delay: .9s
}
.pro_15 .cp_pic_groups .pic_10 {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s
}
.pro_15 .cp_pic_groups .pic_11 {
	-webkit-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	transition-delay: 1.1s
}
.pro_15 .cp_pic_groups .pic_12 {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.pro_15 .cp_pic_groups .pic_13 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_15 .cp_pic_groups .pic_14 {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.pro_15 .cp_pic_groups .pic_15 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_15 .active .cp_pic_groups .pic {
	-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);
}
/*ä¸ä¸é£å¨*/
.pro_15 .active .cp_pic_groups .pic_1 img {
	-webkit-animation: P15_A 5.0s ease-in-out infinite;
	-moz-animation: P15_A 5.0s ease-in-out infinite;
	animation: P15_A 5.0s ease-in-out infinite
}
.pro_15 .active .cp_pic_groups .pic_2 img {
	-webkit-animation: P15_A 8.3s ease-in-out infinite;
	-moz-animation: P15_A 8.3s ease-in-out infinite;
	animation: P15_A 8.3s ease-in-out infinite
}
.pro_15 .active .cp_pic_groups .pic_3 img {
	-webkit-animation: P15_A 8.5s ease-in-out infinite;
	-moz-animation: P15_A 8.5s ease-in-out infinite;
	animation: P15_A 8.5s ease-in-out infinite
}
.pro_15 .active .cp_pic_groups .pic_4 img {
	-webkit-animation: P15_A 6.4s ease-in-out infinite;
	-moz-animation: P15_A 6.4s ease-in-out infinite;
	animation: P15_A 6.4s ease-in-out infinite
}
.pro_15 .active .cp_pic_groups .pic_5 img {
	-webkit-animation: P15_A 6.8s ease-in-out infinite;
	-moz-animation: P15_A 6.8s ease-in-out infinite;
	animation: P15_A 6.8s ease-in-out infinite
}
.pro_15 .active .cp_pic_groups .pic_6 img {
	-webkit-animation: P15_A 5s ease-in-out infinite;
	-moz-animation: P15_A 5s ease-in-out infinite;
	animation: P15_A 5s ease-in-out infinite
}
.pro_15 .active .cp_pic_groups .pic_7 img {
	-webkit-animation: P15_A 3.0s ease-in-out infinite;
	-moz-animation: P15_A 3.0s ease-in-out infinite;
	animation: P15_A 3.0s ease-in-out infinite
}
.pro_15 .active .cp_pic_groups .pic_8 img {
	-webkit-animation: P15_A 2.5s ease-in-out infinite;
	-moz-animation: P15_A 2.5s ease-in-out infinite;
	animation: P15_A 2.5s ease-in-out infinite
}
.pro_15 .active .cp_pic_groups .pic_9 img {
	-webkit-animation: P15_A 4.5s ease-in-out infinite;
	-moz-animation: P15_A 4.5s ease-in-out infinite;
	animation: P15_A 4.5s ease-in-out infinite
}
.pro_15 .active .cp_pic_groups .pic_10 img {
	-webkit-animation: P15_A 5.5s ease-in-out infinite;
	-moz-animation: P15_A 5.5s ease-in-out infinite;
	animation: P15_A 5.5s ease-in-out infinite
}
.pro_15 .active .cp_pic_groups .pic_11 img {
	-webkit-animation: P15_A 2.5s ease-in-out infinite;
	-moz-animation: P15_A 2.5s ease-in-out infinite;
	animation: P15_A 2.5s ease-in-out infinite
}
.pro_15 .active .cp_pic_groups .pic_12 img {
	-webkit-animation: P15_A 5.5s ease-in-out infinite;
	-moz-animation: P15_A 5.5s ease-in-out infinite;
	animation: PP15_A6_A 5.5s ease-in-out infinite
}

/*常规飘动*/
@-webkit-keyframes P15_A {
0% {
-webkit-opacity:0;
-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
50% {
-webkit-opacity:1;
-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
100% {
-webkit-opacity:0;
-webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
@-moz-keyframes P15_A {
0% {
-moz-opacity:0;
-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
50% {
-moz-opacity:1;
-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
100% {
-moz-opacity:0;
-moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
@keyframes P15_A {
0% {
opacity:0;
transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
50% {
opacity:1;
transform: rotate(0deg) translate3d(0, 50px, 0) scale(1, 1);
}
100% {
opacity:.0;
transform: rotate(0deg) translate3d(0, 0, 0) scale(1, 1);
}
}
/*pro_16*/
.pro_16 {
	position: relative;
	z-index: 1;
	text-align: center;
	background: #eff2f7 url(../images/p16_bg.jpg) no-repeat center center;
	background-size: cover;
}
.pro_16 .roundabout_box img {
	box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
}
.pro_16 .pw_con {
	max-width: 1400px;
	max-width: 14rem;
	margin: 50px auto;
	margin: 0.5rem auto;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: rotate(0) translateX(0) translateY(200px) scale(0.8, 0.8);
	-moz-transform: rotate(0) translateX(0) translateY(200px) scale(0.8, 0.8);
	transform: rotate(0) translateX(0) translateY(200px) scale(0.8, 0.8);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
.pro_16 .active.pw_con {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-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);
	transform: perspective(0) rotateX(0) translate3d(0, 0, 0) scale(1, 1)
}

@media(min-width:1200px) and (max-width:1600px) {
}

@media(max-width:1200px) {
.pro_16 .pw_con {
	margin: 0.5 auto;
}
}
.pro_16 .pw_swiper {
	margin: auto;
	position: relative;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 20px 0;
	padding: 0 0 0.2rem 0;
	margin: 150px 0 200px 0;
	margin: 1.5rem 0 2rem 0;
}

@media(max-width:1200px) {
.pro_16 .pw_swiper {
	z-index: 1;
}
}

@media(max-width:1200px) {
.pro_16 .pw_con {
	width: 100%;
	height: auto;
	padding: 0 0.15rem;
	margin: 0.2rem auto 1rem auto;
}
}
.pro_16 .slider img {
	box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	margin: 0.5rem auto;
}
/*切换图片动效*/


.pro_16 .slider img {
	max-width: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.pro_16 .slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media(max-width:1200px) {
.pro_16 .slider img {
	max-width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.pro_16 .slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
/*pro_17*/
.pro_17 {
	position: relative;
	z-index: 1;
	text-align: center;
	background: #f6f7f9 url(../images/p17_bg.jpg) no-repeat center center;
	background-size: cover;
}
.pro_17 .roundabout_box img {
	box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
}
.pro_17 .pw_con {
	max-width: 1400px;
	max-width: 14rem;
	margin: 50px auto;
	margin:0.5rem auto;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: rotate(0) translateX(0) translateY(200px) scale(0.8, 0.8);
	-moz-transform: rotate(0) translateX(0) translateY(200px) scale(0.8, 0.8);
	transform: rotate(0) translateX(0) translateY(200px) scale(0.8, 0.8);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
.pro_17 .active.pw_con {
	-webkit-opacity: 0;
	-moz-opacity: 1;
	opacity: 1;
	-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);
	transform: perspective(0) rotateX(0) translate3d(0, 0, 0) scale(1, 1)
}

@media(min-width:1200px) and (max-width:1600px) {
}

@media(max-width:1200px) {
.pro_17 .pw_con {
	margin: 0.5 auto;
}
}
.pro_17 .pw_swiper {
	margin: auto;
	position: relative;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 20px 0;
	padding: 0 0 0.2rem 0;
	margin: 150px 0 200px 0;
	margin: 1.5rem 0 2rem 0;
	overflow: hidden;
}

@media(max-width:1200px) {
.pro_17 .pw_swiper {
	z-index: 1;
}
}

@media(max-width:1200px) {
.pro_17 .pw_con {
	width: 100%;
	height: auto;
	margin: 0.5rem auto;
	padding: 0rem 0.15rem 1rem 0.15rem;
	overflow: hidden
}
}
.pro_17 .slider-for img {
	box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	margin: 0.3rem auto;
}
/*底部图片导航选中*/
.pro_17 .slider-nav {
	max-width: 1000px;
	max-width: 9.8rem;
	margin: 0 auto;
}
.pro_17 .slider-nav .slick-slide div h3 {
	position: relative;
	z-index: 1;
	max-width: 100%;
	max-height: 100%;
	max-width: 0.94rem;
	max-height: 0.60rem;
	margin: 0 auto;
}
.pro_17 .slider-nav .slick-slide div h3 {
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.pro_17 .slider-nav .slick-slide div p {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto 20px auto;
	margin: 0.05rem auto 0.05rem auto;
	font-size: 16px;
	font-size: 0.16rem;
	line-height: 1;
	color: #5b708e;
}
.pro_17 .slider-nav .slick-current div p {
	color: #285de5;
}
nav .slick-current div h3 img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
/*选择交互*/

.pro_17 .slider-nav .slick-slide h3:after {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	content: "";
	margin: auto;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	max-width: 0.94rem;
	max-height: 0.60rem;
	background: url(../images/p17_btn_active.png) no-repeat center center;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pro_17 .slider-nav .slick-current h3:after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*切换图片动效*/


.pro_17 .slider-for img {
	max-width: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.pro_17 .slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*pro_18*/

.pro_18 {
	position: relative;
	z-index: 1;
	text-align: left;
	padding: 150px 0 50px 0;
	background: #f6f7f9 url(../images/p18_bg.jpg) no-repeat center center;
	background-size: cover;
}
.pro_18 .cp_text {
	padding: 20px 0 20px 20px;
	padding: 0.2rem 0 0.2rem 0.2rem;
	text-align: left;
}
.pro_18 .cp_text p {
	margin: 10px auto 20px auto;
	margin: 0.2rem 0 0.2rem 0;
	text-align: left;
}

@media (max-width: 1366px) {
.pro_18 .cp_text {
	position: relative;
	z-index: 2;
	padding: 1rem 0 1rem 0;
	bottom: 0px;
	bottom: 0rem;
	text-align: center;
}
.pro_18 .cp_text p {
	text-align: center;
}
}
.pro_18 h1 b {
	color: #fbd91f;
}
.pro_18 .cp_center_img {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: -1.5rem;
	margin-left: 0rem;
}

@media (max-width:1200px) {
.pro_18 .cp_center_img {
	height: auto;
	display: block;
	text-align: center;
	margin-top: 0.5rem;
	margin-left: 0rem;
}
}

@media(max-width:480px) {
.pro_18 .cp_center_img {
	margin-top: 0.5rem;
	margin-left: 0rem;
}
}
.pro_18 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0!important;
	opacity: 0;
	position: relative;
	z-index: 99;
	max-width: 900px;
	max-width: 100%;
}
.pro_18 .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.pro_18 .cp_pic_groups .pic {
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translate3d(20%, 20%, 0);
	-moz-transform: translate3d(20%, 20%, 0);
	transform: translate3d(20%, 20%, 0);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_18 .cp_pic_groups .pic img {
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_18 .cp_pic_groups .pic_1 {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	transition-delay: .1s
}
.pro_18 .cp_pic_groups .pic_2 {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s
}
.pro_18 .cp_pic_groups .pic_3 {
	-webkit-transition-delay: .3s;
	-mox-transition-delay: .3s;
	transition-delay: .2s
}
.pro_18 .cp_pic_groups .pic_4 {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	transition-delay: .2s
}
.pro_18 .cp_pic_groups .pic_5 {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s
}
.pro_18 .cp_pic_groups .pic_6 {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s
}
.pro_18 .cp_pic_groups .pic_7 {
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	transition-delay: .7s
}
.pro_18 .cp_pic_groups .pic_8 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_18 .cp_pic_groups .pic_9 {
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	transition-delay: .9s
}
.pro_18 .cp_pic_groups .pic_10 {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s
}
.pro_18 .cp_pic_groups .pic_11 {
	-webkit-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	transition-delay: 1.1s
}
.pro_18 .cp_pic_groups .pic_12 {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.pro_18 .cp_pic_groups .pic_13 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_18 .cp_pic_groups .pic_14 {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.pro_18 .cp_pic_groups .pic_15 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_18 .active .cp_pic_groups .pic {
	-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);
		-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease
}
/*pro_19*/

.pro_19 {
	position: relative;
	z-index: 1;
	text-align: left;
	padding: 50px 0 150px 0;
	padding: .5rem 0 1.5rem 0 !important;
	background:#f3f5f5 url(../images/p19_bg.png) no-repeat center center;
	background-size: cover;
}
.pro_19 .cp_text {
	padding: 20px 0 20px 20px;
	padding: 0.2rem 0 0.2rem 0.2rem;
	text-align: left;
}
.pro_19 .cp_text p {
	margin: 10px auto 20px auto;
	margin: 0.2rem 0 0.2rem 0;
	text-align: left;
}

@media (max-width: 1366px) {
.pro_19 .cp_text {
	position: relative;
	z-index: 2;
	padding: 1rem 0 1rem 0;
	bottom: 0px;
	bottom: 0rem;
	text-align: center;
}
.pro_19 .cp_text p {
	text-align: center;
}
}
.pro_19 h1 b {
	color: #fbd91f;
}
.pro_19 .cp_center_img {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 0rem;
	margin-left: 0rem;
}

@media (max-width:1200px) {
.pro_19 .cp_center_img {
	height: auto;
	display: block;
	text-align: center;
}
}

@media(max-width:480px) {
.pro_19 .cp_center_img {
	margin-top: -0.5rem auto 0 0;
}
}
.pro_19 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0!important;
	opacity: 0;
	position: relative;
	z-index: 99;
}
.pro_19 .cp_center_img {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translate3d(20%, 20%, 0);
	-moz-transform: translate3d(20%, 20%, 0);
	transform: translate3d(20%, 20%, 0);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_19 .cp_center_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);
}
/*pro_20*/
.pro_20 {
	position: relative;
	z-index: 1;
	text-align: right;
	padding-bottom: 0 !important;
	background-color: #eceeed;
	background-size: cover;
	background-color: #f3f5f5;
	background: -webkit-linear-gradient(0deg, rgba(220,221,221,1) 0%, rgba(245,247,247,1) 100%);
	background: -moz-linear-gradient(0deg, rgba(220,221,221,1) 0%, rgba(245,247,247,1) 100%);
	background: linear-gradient(0deg, rgba(220,221,221,1) 0%, rgba(245,247,247,1) 100%);
}
.pro_20 .cp_center_img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	max-width: 14.70rem;
	max-height: 100%;
	max-height: 14.30rem;
	margin: 0 auto;
}
.pro_20 .cp_center_img {
	position: relative;
	z-index: 0;
	margin: 50px auto 0 auto;
	margin: 0.5rem auto 0 auto;
}

@media (max-width:1200px) {
.pro_20 .cp_center_img {
	height: auto;
	display: block;
	text-align: center;
	margin: 0 auto;
}
}

@media(max-width:480px) {
.pro_20 .cp_center_img {
}
}
.pro_20 .cp_center_img .pic_bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0!important;
	opacity: 0;
	position: relative;
	z-index: 99;
}
.pro_20 .cp_pic_groups {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.pro_20 .cp_pic_groups .pic {
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 20%, 0);
	-moz-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_20 .cp_pic_groups .pic img {
	max-width: 14.70rem;
	max-width: 100%;
	max-height: 14.30rem;
	max-height: 100%;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s ease;
}
.pro_20 .cp_pic_groups .pic_1 {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	transition-delay: .1s;
}
.pro_20 .cp_pic_groups .pic_2 {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}
.prpro_20o_13 .cp_pic_groups .pic_3 {
	-webkit-transition-delay: .3s;
	-mox-transition-delay: .3s;
	transition-delay: .2s;
}
.pro_20 .cp_pic_groups .pic_4 {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	transition-delay: .2s;
}
.pro_20 .cp_pic_groups .pic_5 {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s;
}
.pro_20 .cp_pic_groups .pic_6 {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s;
}
.pro_20 .cp_pic_groups .pic_7 {
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	transition-delay: .7s;
}
.pro_20 .cp_pic_groups .pic_8 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s;
}
.pro_20 .cp_pic_groups .pic_9 {
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	transition-delay: .9s;
}
.pro_20 .cp_pic_groups .pic_10 {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}
.pro_20 .cp_pic_groups .pic_11 {
	-webkit-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	transition-delay: 1.1s;
}
.pro_20 .cp_pic_groups .pic_12 {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.pro_20 .cp_pic_groups .pic_13 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s;
}
.pro_20 .cp_pic_groups .pic_14 {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.pro_20 .cp_pic_groups .pic_15 {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s;
}
.pro_20 .active .cp_pic_groups .pic {
	-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);
}
/*小装饰上下浮动-p6动效*/

.pro_20 .active .cp_pic_groups .pic_5 img:nth-child(1) {
	-webkit-animation: P6_A 8s infinite ease;
	-moz-animation: P6_A 8s infinite ease;
	animation: P6_A 8s infinite ease;
	z-index: 10;
}
.pro_20 .active .cp_pic_groups .pic_5 img:nth-child(2) {
	-webkit-animation: P6_A 8s infinite ease;
	-moz-animation: P6_A 8s infinite ease;
	animation: P6_A 8s infinite ease;
	z-index: 10;
}
.pro_20 .active .cp_pic_groups .pic_5 img:nth-child(3) {
	-webkit-animation: P6_A 5s infinite ease;
	-moz-animation: P6_A 5s infinite ease;
	animation: P6_A 5s infinite ease
}
.pro_20 .active .cp_pic_groups .pic_5 img:nth-child(4) {
	-webkit-animation: P6_A 5s infinite ease;
	-moz-animation: P6_A 5s infinite ease;
	animation: P6_A 5s infinite ease
}
.pro_20 .active .cp_pic_groups .pic_5 img:nth-child(5) {
	-webkit-animation: P6_A 5s infinite ease;
	-moz-animation: P6_A 5s infinite ease;
	animation: P6_A 5s infinite ease
}
.pro_20 .active .cp_pic_groups .pic_5 img:nth-child(6) {
	-webkit-animation: P6_A 5s infinite ease;
	-moz-animation: P6_A 5s infinite ease;
	animation: P6_A 5s infinite ease;
}
.pro_20 .active .cp_pic_groups .pic_5 img:nth-child(7) {
	-webkit-animation: P6_A 5s infinite linear;
	-moz-animation: P6_A 5s infinite linear;
	animation: P6_A 5s infinite ease;
}
.pro_20 .active .cp_pic_groups .pic_5 img:nth-child(8) {
	-webkit-animation: P6_A 5s infinite ease;
	-moz-animation: P6_A 5s infinite ease;
	animation: P6_A 5s infinite ease;
}
.pro_20 .active .cp_pic_groups .pic_5 img:nth-child(9) {
	-webkit-animation: P6_A 5s infinite ease;
	-moz-animation: P6_A 5s infinite ease;
	animation: P6_A 5s infinite ease;
}
/*大图标四射弹出-动效*/

.pro_20 .cp_pic_groups .pic_6 img {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	transition: all 5s ease;
}
.pro_20 .cp_pic_groups .pic_6 img:nth-child(1) {
	-webkit-transform: translate3d(280px, -550px, 0);
	-moz-transform: translate3d(280px, -550px, 0);
	transform: translate3d(280px, -550px, 0);
}
.pro_20 .cp_pic_groups .pic_6 img:nth-child(2) {
	-webkit-transform: translate3d(410px, -330px, 0);
	-moz-transform: translate3d(410px, -330px, 0);
	transform: translate3d(410px, -330px, 0);
}
.pro_20 .cp_pic_groups .pic_6 img:nth-child(3) {
	-webkit-transform: translate3d(-280px, -500px, 0);
	-moz-transform: translate3d(-280px, -500px, 0);
	transform: translate3d(-280px, -500px, 0);
}
.pro_20 .cp_pic_groups .pic_6 img:nth-child(4) {
	-webkit-transform: translate3d(-470px, -370px, 0);
	-moz-transform: translate3d(-470px, -370px, 0);
	transform: translate3d(-470px, -370px, 0);
}
.pro_20 .active .cp_pic_groups .pic_6 img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
/*pro_21*/
.pro_21 {
	position: relative;
	z-index: 1;
	text-align: right;
	padding: 150px 0 0 0;
	background-color: #FFF;
	background-size: cover;
}

@media (max-width: 1200px) {
.pro_21 {
	min-height: auto;
	padding: .5rem 0;
}
}

@media (max-width: 480px) {
.pro_21 {
	min-height: auto;
	padding: .5rem 0;
}
}
.pro_21 .cp_text p {
	max-width: 100%;
}

@media (max-width: 1366px) {
.pro_21 .cp_text {
	position: relative;
	z-index: 2;
	text-align: center;
}
.pro_10 .cp_text p {
	text-align: center;
}
}
.pro_21 .customer_list_w {
	padding: 10px 0 50px 0;
	margin: 150px auto 0px auto;
	margin: 1.5rem auto 0rem auto;
}

@media(max-width:480px) {
.pro_21 .customer_list_w {
	padding: 10px 0 10px 0;
	margin: 30px auto
}
}
.pro_21 .customer_list_w .customer_list {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	margin: 20px 0;
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.pro_21 .customer_list_w ul li {
	padding: 0 10px
}
.pro_21 .customer_list_w .customer_list .customer_list_img {
	display: table;
	overflow: hidden;
	margin: 0 auto;
	text-align: center
}
.pro_21 .customer_mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: -webkit-linear-gradient(bottom, rgba(45,45,45,.9), rgba(45,45,45,0));
	background: linear-gradient(to top, rgba(22,29,44,0.9), rgba(26,31,47,0));
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#00000000', endColorstr='#ff000000')
}
.pro_21 .customer_list_w .customer_list .customer_list_img span {
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: opacity .35s, -moz-transform .35s;
	transition: opacity .35s, transform .35s
}
.pro_21 .customer_list_w .customer_list:hover .customer_list_img span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.pro_21 .customer_list_w .customer_list .customer_list_img span img {
	-webkit-transition: all .2s;
	-moz-transform: all .2s;
	transition: all .2s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 1;
}
.pro_21 .customer_list_w .customer_list:hover .customer_list_img span img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	box-shadow: 0 5px 10px 0 rgb(18, 24, 44, .2);
}
.pro_21 .customer_list_w .customer_list .customer_dark_bg {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img_dark_bg.png) no-repeat bottom center;
	opacity: .95;
	filter: alpha(opacity=80);
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
.pro_21 .customer_list_w .customer_list:hover .customer_dark_bg {
	display: block;
	-webkit-opacity: .85;
	-moz-opacity: .85;
	-ms-opacity: .85;
	-o-opacity: .85;
	opacity: .85;
	background: #cb1c1d
}
.pro_21 .customer_list i {
	display: block;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 5;
	background: url(../images/icon_on.png) no-repeat center center;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
.pro_21 .customer_list_w .customer_list:hover i {
	opacity: .95;
	filter: alpha(opacity=95);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0)
}
.pro_21 .customer_list_w .customer_list .customer_text .customer_detailed {
	width: 100%;
	margin: auto;
	position: absolute;
	z-index: 10;
	padding: 0 30px;
	bottom: 20px;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s
}
.pro_21 .customer_list_w .customer_list .customer_text h4 {
	display: block;
	width: 100%;
	margin: auto;
	position: absolute;
	z-index: 10;
	padding: 0 30px;
	padding: 0 0.2rem;
	bottom: 10px;
	bottom: 0.1rem;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s
}
.pro_21 .customer_list_w .customer_list:hover .customer_text h4 {
	color: #fff
}

@media(max-width:420px) {
.pro_21 .cp_text p {
	font-size: .3rem;
	margin: .3rem auto
}
.pro_21 .customer_list_w {
	margin: .5rem auto
}
.pro_21 .customer_list_w ul li {
	padding: 0 .1rem
}
.pro_21 .customer_list_w .customer_list .customer_text h4 {
	font-size: .25rem
}
.pro_21 .customer_list_w .customer_list {
	padding: 0;
	margin: .1rem 0;
}
.pro_21 .customer_list_w .customer_list:hover .customer_text h4 {
bottom: 10px;
bottom: 0.1rem;
	color: #fff
}
}
.pro_21 .customer_list_w li {
	opacity: 0;
	-webkit-transform: translate3d(0, 120px, 0);
	-moz-transform: translate3d(0, 120px, 0);
	transform: translate3d(0, 120px, 0);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all .8s ease
}
.pro_21 .customer_list_w li:nth-child(1) {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s
}
.pro_21 .customer_list_w li:nth-child(2) {
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	transition-delay: .9s
}
.pro_21 .customer_list_w li:nth-child(3) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s
}
.pro_21 .customer_list_w li:nth-child(4) {
	-webkit-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	transition-delay: 1.1s
}
.pro_21 .customer_list_w li:nth-child(5) {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.pro_21 .customer_list_w li:nth-child(6) {
	-webkit-transition-delay: 1.3s;
	-moz-transition-delay: 1.3s;
	transition-delay: 1.3s
}
.pro_21 .customer_list_w li:nth-child(7) {
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	transition-delay: 1.4s
}
.pro_21 .customer_list_w li:nth-child(8) {
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	transition-delay: 1.5s
}
.pro_21 .active .customer_list_w 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)
}
/**---------------------------------------------------------------------------**/


/*文字经图片居中：table方法*/
/*楼±æå­å å¾çååç´å±ä¸­*/

.pro_w .pull-left .cp_text, .pro_w .pull-right .cp_text {
	height: 800px;
	display: table-cell;
	vertical-align: middle;
}
.pro_w .pull-left .cp_img, .pro_w .pull-right .cp_img {
	height: 800px;
	display: table-cell;
	vertical-align: middle;
}
.pro_w_a .pull-right, .pro_w_b .pull-left {
	display: table;
}

@media (max-width:1200px) {
.pro_w .pull-left .cp_text, .pro_w .pull-right .cp_text {
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.pro_w .pull-left .cp_img, .pro_w .pull-right .cp_img {
	height: auto;
}
}
.pro_w .pull-center .cp_text {
	max-width: 620px;
	margin: 20px auto 20px auto;
	line-height: 32px;
	font-size: 18px;
}
.pro_w .pull-center .cp_text {
	max-width: 1400px;
	max-width: 14rem;
	margin: 0 auto;
}
/*--ãå·¦å¾å³æã æå­å³å¯¹é½ãå¾çå·¦å¯¹é½--*/ 
.pro_w_a {
	text-align: left;
}
.pro_w_a .pull-right {
	text-align: left;
}
.mo_3 .pull-right {
	text-align: right;
}
.pro_w_a .pull-left {
	margin-left: -80px;
}

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

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

@media (max-width:1200px) {
.pro_w_a .pull-right {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.pro_w_a .pull-left {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.pro_w_b .pull-right {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.pro_w_b .pull-left {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
}
/*--ãå·¦æå³å¾ã æå­å·¦å¯¹é½ãå¾çå³å¯¹é½--*/ 
.pro_w_b .pull-left {
	text-align: left;
}
.pro_w_b .pull-right {
	margin-right: -100px;
}

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

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

/*æ¥¼ç§»å¨ç«¯å±ä¸­*/
@media (max-width: 1600px) {
.pro_w .cp_text p br {
	display: none;
}
}

@media (max-width: 1200px) {
.pro_w {
	min-height: auto;
	padding: 1.5rem 0;
	background-size: cover;
}
.pro_w_a .pull-left, .pro_w_b .pull-right {
	margin: 0 auto !important;
	display: block;
}
.pro_w .cp_text {
	height: auto;
	display: block;
	max-width: 6.2rem;
	margin: 1rem auto 1rem auto;
	padding: 0rem 0 0rem 0;
}
.pro_w .cp_desc .cp_text .num_w {
	width: 0.8rem;
	height: 0.8rem;
	background-size: contain;
}
.pro_w .cp_desc .cp_text h1 {
	margin: .2rem auto .2rem auto;
	font-size: .45rem;
	line-height: 1.3
}
.pro_w .cp_desc .cp_text em {
	margin: .2rem auto .2rem auto;
	width: .3rem;
}
.pro_w .cp_desc .cp_text p {
	margin: .2rem auto .2rem auto;
	font-size: 0.3rem;
	line-height: 1.8;
}
.pro_w .cp_img {
	height: auto;
	display: block;
	text-align: center;


}
.pro_w_a .pull-right, .pro_w_b .pull-left {
	height: auto;
}
}

@media (max-width: 480px) {
.pro_w {
	min-height: auto;
	padding: 1rem 0 0.5rem 0;
}
.pro_w_a .pull-left, .pro_w_b .pull-right {
	margin: 0 auto !important;
	display: block;
}
.pro_w .pull-left .cp_text, .pro_w .pull-right .cp_text, .pro_w .pull-center .cp_text {
	height: auto;
	display: block;
	max-width: 6.2rem;
	margin: 0.1rem auto 0.1rem auto;
	font-size: .18rem;
	line-height: 1.5
}
.pro_w .cp_text h1 {
	margin: .45rem auto;
	font-size: .32rem;
}
.pro_w .cp_text em {
	width: .3rem;
}
.pro_w .cp_textp {
	margin: .5rem auto .5rem auto;
	font-size: .28rem;
	line-height: 1.8;
}
.pro_w .pull-left .cp_img, .pro_w .pull-right .cp_img, .pro_w .pull-center .cp_img {
	height: auto;
	display: block;
	margin: .5rem auto;
	bottom: 0;
}
.pro_w_a .pull-right, .pro_w_b .pull-left {
	height: auto;
}
}
/*æ®µè½æå­ãæ°å­ãå¨ç»*/ 
.active .cp_text .num_w {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s;
	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;
	animation: moveDown 1s ease-in-out 0.1s backwards;
}
/*æ®µè½æå­ãH1ãå¨ç»*/ 
.active .cp_text h1 {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s;
	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;
	animation: moveDown 1s ease-in-out 0.2s backwards;
}
/*æ®µè½æå­ãemãå¨ç»*/ 
.active .cp_text em {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s;
	transition: all 1s .1s ease;
	-webkit-animation: moveDown 1s ease-in-out 0.4s backwards;
	-moz-animation: moveDown 1s ease-in-out 0.4s backwards;
	animation: moveDown 1s ease-in-out 0.4s backwards;
}
/*æ®µè½æå­ãpãå¨ç»*/ 
.active .cp_text p {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-moz-transition-delay: all 1s .1s;
	transition: all 1s .1s ease;
	-webkit-animation: moveDown 1s ease-in-out 0.6s backwards;
	-moz-animation: moveDown 1s ease-in-out 0.6s backwards;
	animation: moveDown 1s ease-in-out 0.6s backwards;
}
/*æ®µè½æå­ãå¾æ ç»ãå¨ç»*/ 
.active .cp_text .trait_list_w {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-moz-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;
	animation: moveDown 1s ease-in-out 0.8s backwards;
}
/**åç¬çåè´¹è¯ç¨ãæé®ãå¨ç»**/
.active .btn_r_more, .active .btn_view_further, .active .btn_free_trial {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s .1s;
	-moz-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;
	animation: moveDown 1.6s ease-in-out 0.4s backwards;
}
/**ä¸­é´å¾çå¾ä¸ç§»å¨å¨ç»-**/

.active .cp_center_img img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: 1.2s ease-in-out 0.6s backwards;
	-moz-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;
	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 {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: 1.2s ease-in-out 0.6s backwards;
	-moz-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;
	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-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: 1.2s ease-in-out 0.6s backwards;
	-moz-transition: 1.2s ease-in-out 0.6s backwards ease;
	transition: 1.2s ease-in-out 0.6s backwards ease;
	-webkit-animation: moveRight 1.2s ease-in-out 0.6s backwards;
	-moz-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: 1;
}
 100% {
-webkit-transform: translateX(0px);
 -webkit-opacity: 1;
}
}
 @-moz-keyframes moveRight {
 0% {
-moz-transform: translateX(-40px);
 -moz-opacity: .9;
}
 100% {
-moz-transform: translateX(0px);
 -moz-opacity: 1;
}
}
 @-o-keyframes moveRight {
 0% {
-o-transform: translateX(-40px);
-o-opacity: .9;
}
 100% {
-o-transform: translateX(0px);
 -o-opacity: 1;
}
}
 @keyframes moveRight {
 0% {
 transform: translateX(-40px);
 opacity: .9;
}
 100% {
 transform: translateX(0px);
 opacity: 1;
}
}
/*å¨æï¼ç¼æ¢åä¸é¢*/
 @-webkit-keyframes moveDown {
 0% {
-webkit-transform: translateY(30px);
 -webkit-opacity: .9;
}
 100% {
-webkit-transform: translateY(0px);
 -webkit-opacity: 1;
}
}
 @-moz-keyframes moveDown {
 0% {
-moz-transform: translateY(30px);
 -moz-opacity: .9;
}
 100% {
-moz-transform: translateY(0px);
 -moz-opacity: 1;
}
}
 @keyframes moveDown {
 0% {
transform: translateY(30px);
opacity: .9;
}
 100% {
 transform: translateY(0px);
opacity: 1;
}
}
/*-----åºé¨-----*/

#footer {
	min-height: 580px;
	background: #18191b url(../images/footer_bg.jpg) no-repeat center top;
	color: #777d84;
	padding-top: 250px;
	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 #383a3f;
	;
}
#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: #e3e8f9;
	;
	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: #e1e3ea;
}
#footer .footer_w h5:hover, #footer .footer_w h5 a:hover {
	color: #285de5;
}
#footer .footer_menu a {
	line-height: 32px;
	color: #777d84;
	;
	;
}
#footer .footer_menu a:hover {
	color: #285de5;
}
#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 {
	position: relative;
	z-index: 1;
	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: #265de5;
	background-image: -moz-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(116,67,234) 0%, rgb(51,106,232) 100%);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#footer .erweima_w .f_contact_btn .btn_view_footer:hover {
	background-color: #285de5;
}
#footer .erweima_w .f_contact_btn .btn_view_yellow {
	background-color: #ffb22d;
}
/*ç²å­*/

/*ç¸è£å¨æ-ééç*/

.erweima_w .sp {
	width: 60%;
	height: 60%;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.erweima_w .sp i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.erweima_w .sp .s1 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -10px;
	left: -10px;
}
.erweima_w .sp .s2 {
	display: block;
	height: 4px;
	width: 4px;
	background-color: #19b8fd;
	position: absolute;
	top: -20px;
	right: 30px;
}
.erweima_w .sp .s3 {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 20px;
	left: -40px;
}
.erweima_w .sp .s4 {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #19b8fd;
	position: absolute;
	top: 0px;
	right: -10px;
}
.erweima_w .sp .s5 {
	display: block;
	height: 8px;
	width: 8px;
	background-color: #19b8fd;
	position: absolute;
	bottom: 10px;
	right: -30px;
}
.erweima_w .sp .s6 {
	display: block;
	height: 6px;
	width: 6px;
	background-color: #19b8fd;
	position: absolute;
	bottom: -10px;
	left: -15px;
}
.erweima_w .sp .s1 {
	background-color: #ab15cd;
	animation: spark1_c 2s ease infinite;
}
.erweima_w .sp .s2 {
	background-color: #d3d309;
	animation: spark2_c 3s ease infinite;
}
.erweima_w .sp .s3 {
	background-color: #6f46ea;
	animation: spark3_c 2s ease infinite;
}
.erweima_w .sp .s4 {
	background-color: #1c6b85;
	animation: spark4_c 3s ease infinite;
}
.erweima_w .sp .s5 {
	background-color: #3569e8;
	animation: spark5_c 2s ease infinite;
}
.erweima_w .sp .s6 {
	background-color: #0aedea;
	animation: spark6_c 3s ease infinite;
}
.footer_link_set {
}
.footer_link_set p {
	margin: 0px 0 0px 0;
}
.footer_link_set .link_set {
	padding-top: 20px;
	border-top: 1px solid #383a3f;
	;
}
.footer_link_set .link_set a {
	margin-right: 20px;
	color: #777d84;
	;
	;
}
.footer_link_set .link_set a:hover {
	color: #285de5;
	;
}
.copyright_w {
	overflow: hidden;
	line-height: 32px;
}
.copyright_w .copyright_span {
	float: left;
}
.copyright_w .copyright_span a {
	color: #777d84;
	;
	;
}
.copyright_w .copyright_span a:hover {
	color: #285de5;
	;
}
.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: #008fd7;
}
/*--------------------通用底部--------------------*/
.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;
}

/**提示*/

.tips_p {
	padding: 50px 0 50px 0;
	padding: 0.5rem 0 0.5rem 0;
	font-size: 14px;
	color: #A8ACBC;
	line-height: 1.2;
	text-align: center;
}
.tips_p em {
	color: red;
	text-align: center;
	color: #FF3230;
	vertical-align: middle;
	margin: 0 5px;
}


/*--------------------手机底部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: #131416 url(../images/footer_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 150px 15px 0 15px;
	padding: 1.5rem 0.15rem 0 0.15rem;
}

@media (max-width:680px) {
.m_footerr_w {
	background-size: contain;
}
}
.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;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.totop:hover {
	background: url(../images/totop.png) no-repeat 0 -42px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
