﻿.ship
{
	position:fixed;bottom: 65px;right: 0;z-index: 999; background:#EEE; border:#BBB 1px solid
}
.bofangqi
{
	width: 267px;height: 200px;
}
.sptop
{
	font-size:12px;
	line-height:15px;
	padding:5px;
	background-color:#EEE;
	border-bottom:#BBB 1px solid;
	font-weight:bold
}
.sptop a
{
	font-size:12px; color:#E00; float:right; font-weight:normal
}
 .about .dingbu {
  position: absolute;
  z-index: 99;
  width:70px;
  height: auto;
  bottom: 45%; /* 距离父容器底部 30px */
  right: 45%; /* 距离父容器右侧 30px */
  animation: fangdasx 1.5s infinite ease-in-out;
}
 
@keyframes fangdasx {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }
 
    25% {
        transform: scale(1.2);
        /*放大1.1倍*/
    }
 
    50% {
        transform: scale(1);
    }
 
    75% {
        transform: scale(1.2);
    }
	
 
}

    /* 图片容器样式 */
    .video-trigger {
      margin: 0 0 0 -10px;
      cursor: pointer;
      overflow: hidden;
	 
    }

    .video-trigger:hover {
      transform: scale(1.02);
    }

    

    /* 弹出层遮罩 */
    .video-modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.85);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
    }

    .video-modal.active {
      opacity: 1;
      visibility: visible;
    }

    /* 视频容器 */
    .video-container {
      position: relative;
      width: 50%;
      transform: translateY(20px);
      transition: transform 0.3s ease;
    }

    .video-modal.active .video-container {
      transform: translateY(0);
    }

    .video-container video {
      width: 100%;
      height: auto;
      border-radius: 4px;
      outline: none;
    }

    /* 关闭按钮 */
    .close-btn {
      position: absolute;
      top: -40px;
      right: 0;
      color: #fff;
      font-size: 24px;
      cursor: pointer;
      background: none;
      border: none;
      transition: color 0.3s ease;
    }

    .close-btn:hover {
      color: #ff4444;
    }

    /* 移动端适配 */
    @media (max-width: 768px) {
      .video-container {
        width: 95%;
        max-height: 70vh;
      }

      .close-btn {
        top: -30px;
        font-size: 20px;
      }
    }



@charset "utf-8";
body {
	min-width: 1500px;
	width: 100%;
}
/* 目标元素样式 */
    
/**/
.four {
	padding: 60px 0;
	font-size: 0;
	text-align:center;
}
.four_t {
	font-size: 28px;
	color: #058079;
	text-align: center;
	background: url(../images/four_line.gif) no-repeat center 68px;
	line-height: 30px;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	height: 115px;
	
}
.four_t em {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto;
	padding: 0PX 0PX 10PX 0PX;	
	text-align:center;
	
}
.four_t em img {
	width: 42px;
	height: 42px;
	display: block;
	transition: all 0.5s ease-in-out 0s;
	background:#208d87;
	line-height:42PX;
	border-radius: 50px;
	padding:1PX;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.four_t span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bbb;
	font-weight: normal;
	padding: 10px 0 0;
	
}
.four_t:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}
.four_t em img {
	width: 42px;
	height: 42px;
	display: block;
	transition: all 0.5s ease-in-out 0s;
}
.four_t:hover em img {
	transform: rotateY(180deg);
}
.ibrand-num {
	padding: 40px 0 0;
	display: flex;
  justify-content: center;
}

.ibrand-num li {
	width: 182px;
	height: 120px;
	padding-top: 62px;
	margin-left: 72px;	
	display: inline-block;
	text-align: center;
	color: #058079;
	font-size: 20px;
	position: relative;
}
.ibrand-num li:first-child {
	margin-left: 0;
}
.ibrand-num li span {
	font-size: 35px;
	font-family: Verdana, Geneva, sans-serif;
	
}
.ibrand-num li b {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	padding: 10px 0 0;
}
/*.four .four_li01{ background:url(../images/four_k01.gif) no-repeat;}
.four .four_li02{ background:url(../images/four_k02.gif) no-repeat;}
.four .four_li03{ background:url(../images/four_k03.gif) no-repeat;}
.four .four_li04{ background:url(../images/four_k04.gif) no-repeat;}*/
.ibrand-num li .spinner {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 180px;
	border: 4px solid #e8e8e8;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.ibrand-num li:hover .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border-color: #058079;box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.ibrand-num11 {
	padding: 10px 0 0;
	text-align:center;
	
}

.ibrand-num11 a
{margin:20px 10px 10px 10px; font-size:18px; border:#058079 1px solid; padding:10px 20px;  color:#fff; text-align:center;
	border-radius: 50px;box-shadow: 1px 1px 2px rgba(0,0,0,0.5); background-color:#058079;  

}
.ibrand-num11 a:hover
{
	 background-color:#fff; color:#058079; font-weight:bold; 
}
.ibrand-num11 li {	
	height: 60px;
	padding-top: 30px;
	margin:0px 5px;
	text-align: center;
	display: inline-block;
	color: #058079;
	font-size: 20px;	
	border-radius: 50px;
}
.ibrand-num11 li:first-child {
	margin-left: 0;
}
.ibrand-num11 li span {
	font-size: 42px;
	font-family: Verdana, Geneva, sans-serif;
}
.ibrand-num11 li b {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	padding: 10px 0 0;
}

.four .four_li01 .spinner {
	border-right-color: #058079;
}
.four .four_li02 .spinner {
	border-top-color: #058079;
}
.four .four_li03 .spinner {
	border-left-color: #058079;
}
.four .four_li04 .spinner {
	border-bottom-color: #058079;
}
.four .four_li05 .spinner {
	border-bottom-color: #058079;
}
/**/
.case_bg {
	background: #e8e8e8;
	font-size: 0;
	height: 500px;
	overflow: hidden;		
}
.case_bg .content
{
	overflow:hidden;
}
.case_t {
	width: 515px;
	height: 150px;
	background: url(../images/case_ico01.gif) no-repeat 0 147px;
	line-height: 32px;
	position: absolute;
	top: 75px;
	left: 0;
}
.case_t a {
	font-size: 28px;
	color: #058079;
}
.case_t b {
	padding: 0 10px 0 0;
	
}
.case_t span {
	display: block;
	font-size: 16px;
	color: #191f5b;
	padding: 10px 0 0;
}
.case_l {
	width: 1080px;
	padding: 75px 0 0;
	
}
.case_l dl {
	width: 1080px;
	display: inline-block;
}
.case_l dl dt {
	width: 500px;
	height: 365px;
	overflow: hidden;
	float: right;
	border-radius: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.case_l dl dt img, .news dt img {
	width: 500px;
	height: 365px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	border-radius: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.case_l dl .new1::after {
  content: "爆款推荐"; /* 可改为"新品"增强辨识度 */
  position: absolute;
  top: 8px;
  right: -30px; /* 初始位置在图片左侧（配合旋转） */
  background: linear-gradient(45deg, #c2231f, #ff3d00); /* 橙色渐变背景 */
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 30px;
  border-radius: 2px;
  transform: rotate(45deg); /* 旋转45度，斜角显示 */
  box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* 阴影增强层次感 */
  z-index: 1;
  /* hover动画：轻微放大 */
  transition: transform 0.3s ease;
}

/* 鼠标悬浮图片时，标识轻微放大 */
.case_l dl dt  .new1:hover::after {
  transform: rotate(45deg) scale(1.05);
}

.case_l dl dt img:hover, .news dt img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.case_l dl dd {
	width: 500px;
	float: left;
	padding: 180px 0 0;
}
.case_l dl dd h5 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.case_l dl dd h5 a {
	font-size: 20px;
	color: #333;
}
.case_l dl dd h5 a:hover {
	color: #058079;
}
.case_l .case_desc {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	padding: 10px 0 0;
}
.case_l dl dd span, .about dl dd span {
	display: block;
	width: 144px;
	padding: 30px 0 0;
}
.case_l dl dd span a, .ban01 p em a, .ys dl dd span a, .about dl dd span a {
	display: block;
	font-size: 16px;
	color: #058079;
	font-weight: bold;
	background: url(../images/case_btn.png) no-repeat;
	width: 144px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	overflow: hidden;
}
.case_l dl dd span a:hover, .ban01 p em a:hover, .ys dl dd span a:hover, .about dl dd span a:hover {
	animation: shake .5s linear;
	-webkit-animation: shake .5s linear;
}
.case_r {
	width: 300px;
	background: url(../images/case_line.gif) no-repeat 290px 0;
	height: 385px;
	padding: 75px 0 0;
}
.case_r ul li {
	width: 300px;
	line-height: 25px;
	height: 25px;
	padding: 0 0 30px;
	
}
.case_r ul li b {
	display: block;
	float: left;
	font-size: 18px;
	color: #333;
	width: 265px;
	text-align: right;
}
.case_r ul li i {
	display: block;
	font-size: 14px;
	color: #bcbcbc;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.case_r ul li em {
	display: block;
	float: right;
	width: 50px;
	text-align: right;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #666;
}
.case_r ul li a {
	background: url(../images/case_ico02.png) no-repeat 283px 6px;
	display: block;
	width: 300px;
	height: 60px;
}
.case_r ul li a:hover, .case_r ul li.on a {
	background: url(../images/case_ico03.png) no-repeat 283px 6px;
}
/*产品中心*/
.cp_bg {
	background: #eaeaea url(../images/cp_bg.jpg) no-repeat center top;
	font-size: 0;
	padding: 0 0 60px;
}
.cp_t {
	height: 140px;
	text-align: center;
	line-height: 115px;
	padding: 0 0 40px;
	margin:0px auto;
}
.cp_t a {
	font-size: 32px;
	color: #fff;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	display: inline-block;
	background: url(../images/cp_ico01.gif) no-repeat center 95px;
	height: 140px;
}
.cp_t a:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}
.cp_l {
	padding: 0 0 0px;
	margin-bottom:20px;
	text-align:center
}
.cp_l h3 {
	background: url(../images/cp_ltbg.gif) no-repeat;
	width: 224px;
	height: 81px;
	font-weight: normal;
}
.cp_l h3 a {
	font-size: 26px;
	color: #eee;
	display: block;
	padding: 20px 0 0 72px;
}
.cp_l ul
{
	text-align:center;
	width:1500px;
	margin:0px auto;
	display: flex;
  justify-content: center;
  background:#FFF;
}
.cp_ul01 
{
	width:1500px;
	text-align:center;	
	margin:0px auto;
	display: flex;
  justify-content: center;
	border-radius: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	padding:10px 0 10px 0px;
}

.cp_ul01 li{
	float:left;	
	width:9%;
	margin-right:10px;
	background-color:#058079;
	display:inline-block;
	border-radius: 50px; box-shadow: 1px 1px 1px rgba(0,0,0,0.5);

	
}
.cp_ul01 li a {
	text-align:center;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width:100%;
	margin:10px auto;
	display: block;
	
}
.cp_ul01 li:hover {
	background-color:#FFF;
	color:#058079;
	border:1px solid #058079;
	border-radius: 50px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.cp_ul01 li a:hover {	
	color: #058079;
	width:100%;
	height:100%;
}
.cp_ul02 {
	padding: 5px 0 0;
}
.cp_ul02 li a {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin: 0 auto;
	border-bottom: #d3d3d3 1px dashed;
	height: 32px;
	line-height: 32px;
	background: url(../images/cp_ico02.gif) no-repeat 25px 14px;
	padding: 0 0 0 42px;
	width: 158px;
	overflow: hidden;
}
.cp_ul02 li a:hover {
	font-weight: bold;
	color: #058079;
}
.cp_l .cp_ul01 .cp_ul02 .nobor a {
	border: none;
}
.cp_r {
	width: 1500px;
	margin:0px auto;
	display: flex;
  justify-content: center;
}
.cp_r .new::after {
  content: "新品上市"; /* 可改为"新品"增强辨识度 */
  position: absolute;
  top: 8px;
  right: -30px; /* 初始位置在图片左侧（配合旋转） */
  background: linear-gradient(45deg, #ff6700, #ff3d00); /* 橙色渐变背景 */
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 30px;
  border-radius: 2px;
  transform: rotate(45deg); /* 旋转45度，斜角显示 */
  box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* 阴影增强层次感 */
  z-index: 1;
  /* hover动画：轻微放大 */
  transition: transform 0.3s ease;
}

/* 鼠标悬浮图片时，标识轻微放大 */
.cp_r .new:hover::after {
  transform: rotate(45deg) scale(1.05);
}
.cp_r ul li {
	width: 486px;
	height:450px;
	float: left;
	position: relative;
	overflow: hidden;	
	background:#FFF;
	border-radius: 10px;
	margin:10px 0 20px 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    transform-style: preserve-3d;
}
.cp_r ul li:nth-child(2)
{
	margin:10px 20px 0px 20px ;
}
.cp_r ul li:nth-child(5)
{
	margin:10px 20px 0px 20px ;
}
.cp_r ul li:nth-child(8)
{
	margin:10px 20px 0px 20px ;
}
#img2 {
      transform: rotateY(180deg);
	  width:0px;
	  height:0px;
	  
    }
.cp_r ul li img {
	width: 486px;
	height: 380px;
	backface-visibility: hidden;
      /* 该句代码的意思就是当你是背面面向的时候，就会隐藏图片，我们设置的180°旋转就是让他隐藏了 */
    transition: 1.5s all;
}
.cp_r ul li:hover #img1{
	transform: rotateY(-180deg);
	width:0px;
	  height:0px;
}
.cp_r ul li:hover #img2 {
      transform: rotateY(0deg);
	  width:486px;
	  height:450px;
	  
	overflow: hidden;
    }
.cp_r ul li em {
	width: 486px;
	height: 380px;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
.cp_r ul li span {
	display: block;
	width: 486px;
	text-align: center;
	height: 50px;
	line-height:36px;
	overflow: hidden;
}
.cp_r ul li span:hover {
	display: none
}
.cp_r ul li a {
	font-size: 16px;
	color: #666;
}

.cp_r ul li a:hover {
	color: #058079;
	font-weight: bold;
}
.cp_r ul li a:hover em {
	display: block;
}

.cp1_bg {
	font-size: 0;
	padding: 0px 0 60px;	
	
}
.cp_t1 span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	font-weight: normal;
	padding: 10px 0 0;
}
.cp_t1 {
	height: 80px;
	text-align: center;
	line-height: 30px;
	padding: 0 0 30px;
	margin:0px auto;
}
.cp_t1 a {
	font-size: 32px;
	color: #058079;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	display: inline-block;
	height: 30px;
	
}
.cp_t1 a:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}
.cp_r1 {
	width: 1472px;
	border-radius: 15px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	display: inline;
	padding:14px;
	text-align:center;
	
}
.cp_r1 ul li {
	width:197.1px;
	float: left;
	display:block;
	text-align:center;
	margin:10px 0 0px 0;
}
.cp_r1 ul li:nth-child(2)
{
	margin:10px 15px 0px 15px;
}
.cp_r1 ul li:nth-child(4)
{
	margin:10px 15px 0px 15px;
}
.cp_r1 ul li:nth-child(6)
{
	margin:10px 15px 0px 15px;
}
.cp_r1 ul li:nth-child(9)
{
	margin:10px 15px 0px 15px;
}
.cp_r1 ul li:nth-child(11)
{
	margin:10px 15px 0px 15px;
}
.cp_r1 ul li:nth-child(13)
{
	margin:10px 15px 0px 15px;
	transition: transform 0.3s ease;
}

.cp_r1 ul li img {
	width: 100%;
	height: 100px;
	border:1px solid #CCC;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
.cp_r1 ul li em {
	width: 100%;
	height: 100px;
	display: none;
	position: absolute;
}
.cp_r1 ul li span {
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 36px;
	overflow: hidden;
}
.cp_r1 ul li a {
	font-size: 16px;
	color: #666;
}
.cp_r1 ul li img:hover {
	color: #058079;
	font-weight: bold;
	border:#058079 1px solid;
	-webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.cp_r1 ul li a:hover em {
	display: block;
}


/*广告条*/
.ban01 {
	background: url(../images/ban01.gif) no-repeat center 0;
	height: 250px;
	overflow: hidden;
}
.ban01 p {
	position: absolute;
	top: 170px;
	right: 0;
}
.ban01 p span {
	display: block;
	font-size: 18px;
	color: #f97b47;
	float: left;
	text-shadow: 1px 1px 1px #fff;
	width: 330px;
	background: url(../images/ban_tel.png) no-repeat 0 5px;
	padding: 0 0 10px 60px;
	height: 46px;
	line-height: 46px;
}
.ban01 p span b {
	font-size: 22px;
	color: #fff;
}
.ban01 p em {
	display: block;
	float: left;
	width: 274px;
}
.ban02 {
	background: url(../images/ban02.gif) no-repeat center 0;
	height: 260px;
	overflow: hidden;
}
.ban02 p {
	position: absolute;
	top: 195px;
	left: 0;
}
.ban02 p span {
	color: #fff;
	text-shadow: 1px 2px 1px #ccc;
}
/*优势*/
.ys_tbg {
	background: url(../images/ys_tbg.jpg) no-repeat center 0;
	height: 180px;
	padding: 38px 0 0;
	margin-top:20px;
	overflow: hidden;
}
.ys_tbg .four_t {
	background: url(../images/ys_line.gif) no-repeat center 68px;
}
.ys_tbg .four_t span, .about .four_t span {
	font-size: 16px;
	color: #666;
	padding: 10px 0 0;
}
.ys01 {
	background: url(../images/ys_bg01.jpg) no-repeat center 0;
	height: 411px;
	overflow: hidden;
}
.ys02 {
	background: url(../images/ys_bg02.jpg) no-repeat center 0;
	height: 410px;
	overflow: hidden;
}
.ys03 {
	background: url(../images/ys_bg03.jpg) no-repeat center 0;
	height: 448px;
	overflow: hidden;
}
.ys04 {
	background: url(../images/ys_bg04.jpg) no-repeat center 0;
	height: 400px;
	overflow: hidden;
}
.ys05 {
	background: url(../images/ys_bg05.jpg) no-repeat center 0;
	height: 387px;
	overflow: hidden;
}
.ys dl
{
	
	border-radius: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	padding:20px;
}
.ys dl {
	width: 500px;
	margin-left:60px;
	display: inline-block;
}
.ys1 dl {
	width: 500px;
	margin-left:250px;
}
.ys dl dt {
	width: 80px;
	height: 80px;
	border-radius:80px;
	text-align: center;
	line-height: 80px;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	background: #058079;
	font-family: "Times New Roman", Times, serif;
	float: left;
	margin-top:60px;
}
.ys dl dd {
	padding: 0 0 0 20px;
	width: 400px;
	float: left;	
}
.ys dl dd h5 {
	font-size: 28px;
	color: #000;
	line-height: 32px;
	height: 100px;
}
.ys dl dd h5 em {
	display: block;
	font-size: 14px;
	color: #d9d9d9;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	width: 236px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	background: #fff;
	border: #e0e0e0 2px solid;
	margin: 12px 0 0;
}
.ys dl dd p {
	font-size: 18px;
	color: #333;
	line-height: 32px;
	background: url(../images/ys_ico01.png) no-repeat 0 14px;
	padding: 0 0 0 20px;
}
.ys dl dd span {
	display: block;
	width: 144px;
	padding: 20px 0 0;
	margin-left:70px;
}
.ys dl dd span a {
	background: url(../images/ys_btn.png) no-repeat;
	color: #f97b47;
}
.ys02 .ys dl, .ys04 .ys dl {
	margin: 0 0 0px 950px;
}


/**/
.anli_bg {
	background: url(../images/anli_bg.jpg) no-repeat center top;
	font-size: 0;
	padding: 0 0 60px;
}
.anli_t {
	height: 112px;
	text-align: center;
	padding: 40px 0 0;
	margin: 0 0 40px;
	line-height: 40px;
}
.anli_t a {
	font-size: 32px;
	color: #fff;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	display: inline-block;
}
.anli_t span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.anli_t a:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}
.anli_l {
	width: 220px;
}
.anli_l ul li {
	width: 220px;
	height: 82px;
	padding: 0 0 10px;
}
.anli_l ul li a {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: block;
	height: 64px;
	width: 220px;
	border: #058079 3px solid;
	background: #fff;
	display: block;
	padding: 12px 0 0 35px;
	line-height: 26px;
}
.anli_l ul li a:hover, .anli_l ul li.cur a {
	background: #058079;
	color: #fff;
}
.anli_l ul li em {
	display: block;
	font-size: 14px;
	color: #b7b7b7;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.anli_l ul li a:hover em, .anli_l ul li.cur em {
	color: #ccc;
}
.anli_c {
	position: relative;
	width: 500px;
	height: 448px;
	overflow: hidden;
	margin: 0 0 0 60px;
	
}
.anli_cm {
	width: 500px;
	height: 448px;
	border-radius: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.anli_cm ul li {
	width: 500px;
	height: 448px;
	border-radius: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.anli_cm ul li img {
	width: 500px;
	height: 448px;
	border-radius: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.anli_cb {
	width: 500px;
	left: 50%;
	margin-left: -295px;
	bottom: 10px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	
}
.anli_cb ul {
	margin-left: 260px;
}
.anli_cb ul li {
	float: left;
	margin: 0 10px;
	display: inline;
	cursor: pointer;
}
.anli_cb ul li {
	width: 12px;
	height: 12px;
	background: url(../images/anli_ico01.png) no-repeat;
}
.anli_cb ul .on {
	background: url(../images/anli_ico02.png) no-repeat;
}
.anli_r {
	width: 685px;
	height: 448px;
	background: #f1f1f1;
	padding: 0px 0px 0px 15px;
	text-align:center;
	border-radius: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.anli_r b {
	display: block;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
}
.anli_r b a {
	font-size: 18px;
	color: #333;
}
.anli_r ul li {
	width: 213px;
	height: 183px;
	float:left;
	position: relative;
	margin: 0px 15px 14px 0px;
}
.anli_r ul li img {
	width: 213px;
	height: 183px;
}
.anli_r ul li span {
	width: 213px;
	display: block;
	text-align: center;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	background: url(../images/anli_picbg.png) repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
/*新闻中心*/
.news_bt {
	padding: 60px 0 0;
	text-align: center;
	background: url(../images/news_line.png) no-repeat center 125px;
	height: 100px;
}
.news_bt a {
	font-size: 28px;
	color: #058079;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	display: block;
	line-height:30px
}
.news_bt em {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto;
	padding: 0PX 0PX 10PX 0PX;	
	text-align:center;
	
}
.news_bt em img {
	width: 42px;
	height: 42px;
	display: block;
	transition: all 0.5s ease-in-out 0s;
	background:#208d87;
	line-height:42PX;
	border-radius: 50px;
	padding:1PX;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.news_bt a:hover em img {
	transform: rotateY(180deg);
}
.news_bt a:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}
.news, .wd {
	width: 890px;
	padding: 0 0 10px;
	font-size: 0;
	border-radius: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	margin-bottom:20px
}
.news_t {
	height: 45px;
	line-height: 45px; margin:10px;
	border-bottom: #c8c8c8 1px solid;
}
.news_t a {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.news_t em {
	display: block;
	float: left;
	width: 22px;
	padding: 13px 10px 0 0;
}
.news_t span {
	float: right;
}
.news_t span a {
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.news dl {
	width: 875px;
	padding: 20px 0 10px;
	display: inline-block;
	overflow: hidden;
	margin:0 10px 0px 0px;
}
.news dt {
	width: 428px;
	height: 250px;
	float: left;
	overflow: hidden;
}
.news dt img {
	width: 416px;
	height: 250px;
	margin:0 0px 0px 10px;
}
.news dd {
	float: left;
	overflow: hidden;
	width: 422px;
	padding: 0 0 0 20px;
}
.news dd h3 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	
	margin:0 10px 0px 10px;
}
.news dd h3 a {
	font-size: 16px;
	color: #333;
}
.news dd h3 a:hover, .news ul li a:hover, .wd dt a:hover {
	color: #058079;
}
.news .news_desc {
	font-size: 14px;
	color: #666;
	height: 146px;
	line-height: 24px;
	overflow: hidden;
	text-indent:2em;
	padding: 5px 0 0;	
	margin:0 10px 0px 10px;
}
.news dd span {
	display: block;
	width: 150px;
	padding: 15px 0 0;
}
.news dd span a {
	font-size: 14px;
	color: #fff;
	display: block;
	width: 100px;
	height: 30px;
	background: #058079;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
}
.news dd span a:hover {
	animation: shake .5s linear;
	-webkit-animation: shake .5s linear;
}
.news ul li {
	height: 50px;
	overflow: hidden;
	width: 47.5%;
	float: left;
	padding: 0 0 16px;
	margin:0 10px 0px 10px;
}
.news ul li em {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #f97b47;
	font-size: 30px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
}
.news ul li a {
	display: block;
	height: 48px;
	line-height: 48px;
	border: #ddd 1px solid;
	font-size: 14px;
	color: #555;
	padding: 0 5px 0 10px;
	width: 348px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*常见问题*/
.wd {
	width: 580px;
	font-size: 0;
}
.wd .news_t {	
	margin:20px;
}
.wd dl {
	width: 550px;
	height: 119px;
	border-bottom: #c4c4c4 1px dashed;
	padding: 14px 0 0 0;	
	margin:0 20px 0px 20px;
}

.wd dt {
	background: url(../images/wen.gif) no-repeat;
	padding-left: 35px;
	height: 25px;
	line-height: 20px;
	overflow: hidden;
}
.wd dt a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.wd dd {
	font-size: 14px;
	color: #555;
	background: url(../images/da.gif) no-repeat 0 5px;
	padding-left: 35px;
	line-height: 25px;
	height: 70px;
	overflow: hidden;
}
/*走进瑞迪康*/
.ab_bg {
	background: #f3f3f3;
	padding: 60px 0 75px;
	font-size: 0;
	overflow: hidden;
}
.about .four_t {
	background: url(../images/news_line.png) no-repeat center 68px;
	height: 165px;
}
.about .four_t a {
	font-size: 28px;
	color: #058079;
}
.about dl {
	width: 1500px;
	display: inline-block;
	overflow: hidden;
	padding: 0 0 0 0px;
	border-radius: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.about dl dt {
	width: 750px;
	height: 439px;
	float: left;
	overflow: hidden;
}
.about dl dt img {
	width: 750px;
	height:439px;
	
}
.about dl dd {
	width: 690px;
	height: 399px;
	padding: 40px 30px 0 30px;
	float: left;
	background: #fff;
	margin-left:-10px;
}
.about dl dd h5 {
	background: url(../images/case_ico01.gif) no-repeat 0 72px;
	height: 75px;
	line-height: 30px;
}
.about dl dd h5 a {
	font-size: 24px;
	color: #333;
}
.about dl dd h5 i {
	display: block;
	font-size: 16px;
	color: #7c7c7c;
	font-weight: normal;
	text-transform: uppercase;
}
.about .ab_desc {
	font-size: 16px;
	color: #666;
	height: 250px;
	text-indent:2em;
	line-height: 28px;
	padding: 20px 0 0;
	overflow: hidden;
}
.ab_bot {
	padding: 30px 0 10px 0px;
	width: 1500px;
	display: flex;
  justify-content: center;
  border-radius: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  margin-top:20px;
  background:#FFF
  
}
.ab_bot a {
	display: block;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	height: 64px;
	line-height: 62px;
	width: 264px;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
	border-radius: 40px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.ab_bot .ab_btn01 {
	background: url(../images/ab_k01.png) no-repeat;
}
.ab_bot .ab_btn02 {
	background: url(../images/ab_k02.png) no-repeat;
}
.ab_bot .ab_btn03 {
	background: url(../images/ab_k03.png) no-repeat;
}
.ab_bot .ab_btn04 {
	background: url(../images/ab_k04.png) no-repeat;
}
.ab_bot .ab_btn05 {
	background: url(../images/ab_k05.png) no-repeat;
}
/*友情链接*/
.links_bg {
	height: 60px;
	background: #ccc;
}
.links_l {
	width: 150px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: #f97b47;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.links_c {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	width: 1350px;
}
.links_c a {
	font-size: 14px;
	color: #000;
	display: inline-block;
	padding: 0 0 0 20px;
}

/**/
@-webkit-keyframes shake {
 from, to {
-webkit-transform:translate3d(0, 0, 0);
}
 20%, 60% {
-webkit-transform:translate3d(-10px, 0, 0);
}
 40%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
}
}
 @keyframes shake {
 from, to {
transform:translate3d(0, 0, 0);
}
 20%, 60% {
transform:translate3d(-10px, 0, 0);
}
 40%, 80% {
transform:translate3d(10px, 0, 0);
}
}

/*动画-start*/
.animated {
    animation-duration: 1.5s !important;
    -webkit-animation-duration: 1.5s !important;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}
.animated02 {
    animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}
/*逐渐显示*/
.toShow {
    position: absolute;
    animation: toShow 1.5s 0.5s;
    animation: toShow 1.5s 0.5s;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}
/* 放大效果*/
.enlarge {
    animation-name: enlarge;
    -webkit-animation: enlarge;
}
 /*从上到下进入*/
.fadeInDown {
    animation-name: fadeInDown;
    -webkit-animation: fadeInDown;
}
/*从下到上进入*/
.fadeInUpLeft {
    animation-name: fadeInUpLeft;
    -webkit-animation: fadeInUpLeft;
}
/*从右到左进入*/
.fadeInRight {
    animation-name: fadeInRight;
    -webkit-animation: fadeInRight;
}
/*从左到右进入*/
.fadeInLeft {
    animation-name: fadeInLeft;
    -webkit-animation: fadeInLeft;
}
/*中心旋转*/
.coreRotate {
    animation-name: coreRotate;
    -webkit-animation-name: coreRotate;
}
 
@keyframes toShow {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes toShow {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
 
@keyframes enlarge
{
    from {
        opacity: 0;
        -ms-transform: scale(0.1,0.1); /* IE 9 */
        -webkit-transform: scale(0.1,0.1); /* Safari */
        transform: scale(0.1,0.1); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
}
 
@-webkit-keyframes enlarge /* Safari 与 Chrome */
{
    from {
        opacity:0;
        -ms-transform: scale(0.1,0.1); /* IE 9 */
        -webkit-transform: scale(0.1,0.1); /* Safari */
        transform: scale(0.1,0.1); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
}
 
/*从上到下*/
@keyframes fadeInDown
{
    from {
        opacity: 0;
        -webkit-transform: translate(0,-1000px); /* Safari */
        transform: translate(0,-1000px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translate(0,10px); /* Safari */
        transform: translate(0,10px); /* 标准语法 */
    }
}
 
@-webkit-keyframes fadeInDown /* Safari 与 Chrome */
{
    from {
        opacity:0;
        -webkit-transform: translate(0,-1000px); /* Safari */
        transform: translate(0,-1000px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translate(0,10px); /* Safari */
        transform: translate(0,10px); /* 标准语法 */
    }
}
/*从左下到右上*/
@keyframes fadeInUpLeft
{
    from {
        opacity: 0;
        -webkit-transform: translate(-1000px,1000px); /* Safari */
        transform: translate(-1000px,1000px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translate(0,10px); /* Safari */
        transform: translate(0,10px); /* 标准语法 */
    }
}
 
@-webkit-keyframes fadeInUpLeft /* Safari 与 Chrome */
{
    from {
        opacity:0;
        -webkit-transform: translate(-1000px,1000px); /* Safari */
        transform: translate(-1000px,1000px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translate(0,10px); /* Safari */
        transform: translate(0,10px); /* 标准语法 */
    }
}
/*从右到左进入*/
@keyframes fadeInRight
{
    from {
        opacity: 0;
        -webkit-transform: translate(1000px,0); 
        transform: translate(1000px,0); 
    }
    to {
        opacity:1;
        -webkit-transform: translate(10px,0); 
        transform: translate(10px,0); 
    }
}
 
@-webkit-keyframes fadeInRight 
{
    from {
        opacity:0;
       -webkit-transform: translate(1000px,0); 
        transform: translate(1000px,0); 
    }
    to {
        opacity:1;
        -webkit-transform: translate(10px,0); 
        transform: translate(10px,0); 
    }
}
/*从左到右进入*/
@keyframes fadeInLeft
{
    from {
        opacity: 0;
        -webkit-transform: translate(-1000px,0); 
        transform: translate(-1000px,0); 
    }
    to {
        opacity:1;
        -webkit-transform: translate(10px,0); 
        transform: translate(10px,0); 
    }
}
 
@-webkit-keyframes fadeInLeft 
{
    from {
        opacity:0;
       -webkit-transform: translate(-1000px,0); 
        transform: translate(-1000px,0); 
    }
    to {
        opacity:1;
        -webkit-transform: translate(10px,0); 
        transform: translate(10px,0); 
    }
}
 
/*绕中心旋转*/
@keyframes coreRotate {
    5% {
        transform:rotate(5deg);
        -ms-transform:rotate(5deg); /* IE 9 */
        -webkit-transform:rotate(5deg); /* Safari and Chrome */
    }
    30% {
        transform:rotate(-5deg);
        -ms-transform:rotate(-5deg); 
        -webkit-transform:rotate(-5deg); 
    }
    60% {
        transform:rotate(5deg);
        -ms-transform:rotate(5deg); 
        -webkit-transform:rotate(5deg);
    }
    90% {
        transform:rotate(-5deg);
        -ms-transform:rotate(-5deg); 
        -webkit-transform:rotate(-5deg); 
    }
}
@-webkit-keyframes coreRotate {
    5% {
        transform:rotate(5deg);
        -ms-transform:rotate(5deg); /* IE 9 */
        -webkit-transform:rotate(5deg); /* Safari and Chrome */
    }
    30% {
        transform:rotate(-5deg);
        -ms-transform:rotate(-5deg); 
        -webkit-transform:rotate(-5deg); 
    }
    60% {
        transform:rotate(5deg);
        -ms-transform:rotate(5deg); 
        -webkit-transform:rotate(5deg);
    }
    90% {
        transform:rotate(-5deg);
        -ms-transform:rotate(-5deg); 
        -webkit-transform:rotate(-5deg); 
    }
}
/*动画-end*/





.ckplayer-error{
	position: fixed;
	z-index: 9999999;
	left: 10px;
	bottom: 0px;
	width: auto;
	height: 38px;
	line-height: 38px;
	padding: 0 .85rem;
	background: rgb(0,0,0,.9);
	border-radius: .25rem;
	color: #FFF;
	font-size: 14px;
	white-space: nowrap;
}
.ckplayer-ckplayer{
	width: 100%;
	height: 100%;
	float: left;
	background: #000;
	overflow: hidden;
}
.ckplayer-ckplayer .ck-main.ck-nocursor{
	cursor: none;
}
.ckplayer-ckplayer-smallwindow{
	position: fixed;
	z-index: 9999999;
	width: 420px;
	max-width: 100%;
	height: 266px;
	right: 10px;
	bottom: 10px;
}
.ckplayer-ckplayer .ck-main{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
	position: relative;
}
.ckplayer-ckplayer .ck-main .ck-video{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position:absolute;
	z-index: 1;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.ckplayer-ckplayer .ck-main .ck-video video,.ckplayer-ckplayer .ck-main .ck-video canvas{
	width: 100%;
	height: 100%;
}
.ckplayer-ckplayer .ck-main .ck-error{
	width: 100%;
	height: 80px;
	line-height: 35px;
    text-align: center;
    color: #FFF;
    position:absolute;
    z-index: 70;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}
.ckplayer-ckplayer .ck-main .ck-logo{
    position:absolute;
    right: 20px;
    top:20px;
    z-index: 400;
}
.ckplayer-ckplayer .ck-main .ck-loading{
	position:absolute;
	top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 80;
	width: 80px;
	height: 80px;
    border-radius: 50%;
    background: url(images/loading.png) no-repeat center center;
    background-size: 100% 100%;
    animation: ck-Circle 1.5s linear infinite;
	-webkit-animation: ck-Circle 1.5s linear infinite
}
.ckplayer-ckplayer .ck-main .ck-center-play{
	background: url(images/play.png) no-repeat 70% center;
	background-size:60% 60%;
	border: 8px solid rgba(255,255,255,.3);
	border-radius: 50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */	
	width: 80px;
	height: 80px;
	position: absolute;
	display: none;
    z-index: 90;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: .2s;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-center-play{
	width: 100px;
	height: 100px;
}
.ckplayer-ckplayer .ck-main .ck-center-play:hover{
	width: 100px;
	height: 100px;
    transition: 0.2s;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-center-play:hover{
	width: 120px;
	height: 120px;
}
.ckplayer-ckplayer .ck-main .ck-buffer{
	background: url(../images/buffer.png) no-repeat center center;
	background-size:100% 100%;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: absolute;
    z-index: 100;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    animation: ck-Circle 1s linear infinite;
	-webkit-animation: ck-Circle 1s linear infinite
}
.ckplayer-ckplayer .ck-main .ck-message{
    position: absolute;
    z-index: 240;
    left:5px;
    bottom: 78px;
    padding: 0 1rem;
    line-height: 30px;
    height: 30px;
    width: auto;
    min-width: 1px;
    border-radius: .25rem;
    background: rgba(0,0,0,.6);
    font-size: 14px;
    color: #FFF;
    display: none;
    white-space:nowrap;
}
.ckplayer-ckplayer .ck-main .ck-message-right{
	left:auto;
	right: 5px;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-message{
    font-size: 18px;
    bottom: 100px;
}
.ckplayer-ckplayer .ck-main .ck-tip{
    width: auto;
    height: auto;
    position: absolute;
    z-index: 230;
    display: none;
    margin-bottom: 1px;
}
.ckplayer-ckplayer .ck-main .ck-tip .ck-content{
    width: auto;
    height: auto;
    white-space: nowrap;
    min-width: 1px;
    background: rgba(0,0,0,.6);
    font-size: 14px;
    color: #FFF;
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
}
.ckplayer-ckplayer .ck-main .ck-tip .ck-content-float-auto{
	border-radius: 5px;
	margin: auto;
}
.ckplayer-ckplayer .ck-main .ck-tip .ck-content-float-left{
	border-radius: 5px;
	float: left;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-tip .ck-content{
    font-size: 18px;
}
.ckplayer-ckplayer .ck-main .ck-tip .ck-triangle{
	width: 0px;
	height: 0px;
}
.ckplayer-ckplayer .ck-main .ck-tip .ck-triangle-auto{
	border-left: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0,.6);
    border-right: 8px solid transparent;
    margin: auto;
}
.ckplayer-ckplayer .ck-main .ck-tip .ck-triangle-left{
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid rgba(0, 0, 0,.6);
    float: left;
    margin-top: 10px;
}
.ckplayer-ckplayer .ck-main .ck-preview{
	position: absolute;
    z-index: 210;
    width: 100%;
    left:0;
    bottom: 64px;
    overflow: hidden;
    display: none;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-preview{
    bottom: 86px;
}
.ckplayer-ckplayer .ck-main .ck-preview-load-img{
	position: absolute;
    z-index: 210;
    top:110%;
}
.ckplayer-ckplayer .ck-main .ck-preview .ck-preview-bg{
	position: absolute;
    z-index: 1;
    top:0;
	float: left;
	transition: .2s;
}
.ckplayer-ckplayer .ck-main .ck-preview .ck-preview-bg .ck-preview-img{
	background-repeat: no-repeat ;
	float: left;
}
.ckplayer-ckplayer .ck-main .ck-preview .ck-preview-frame{
	position: absolute;
    z-index: 2;
    top:0;
    left:-1000px;
	border:4px solid #0078ff;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */	
}
.ckplayer-ckplayer .ck-main .ck-prompt-words{
	position: absolute;
    z-index: 220;
    width: 213px;
    line-height: 23px;
    font-size: 14px;
    color: #FFF;
    background: rgba(0, 0, 0,.6);
    overflow: hidden;
    display: none;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-name: ck-bounceIn;
	animation-name: ck-bounceIn;
}
.ckplayer-ckplayer .ck-main .ck-prompt-words .ck-prompt-content{
	padding: 5px;
}
.ckplayer-ckplayer .ck-main .ck-layer{
	position: absolute;
	z-index: 101;
}
.ckplayer-ckplayer .ck-main .ck-tempTime{
	position: absolute;
	z-index: 20;
	left:10px;
	bottom: 5px;
	display: none;
	font-size: 14px;
	line-height: 28px;
	color: #FFF;
}
/*关于*/
.ckplayer-ckplayer .ck-main .ck-about{
	position: absolute;
	z-index: 200;
	width: 50%;
	max-width: 600px;
	min-width: 400px;
	left: 1rem;
	top: 1rem;
	background: rgba(0,0,0,.6);
	padding: 1rem 0;
	display: none;
}
.ckplayer-ckplayer .ck-main .ck-about ul{
	padding: 0;
	margin: 0;
}
.ckplayer-ckplayer .ck-main .ck-about ul li{
	list-style:none;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	padding: 0;
	margin: 0;
}
.ckplayer-ckplayer .ck-main .ck-about ul li .ck-about-title{
	width: 100px;
	text-align: right;
	float: left;
	padding-right: .5rem;
}
.ckplayer-ckplayer .ck-main .ck-about ul li .ck-about-content{
	width: auto;
	float: left;
}
.ckplayer-ckplayer .ck-main .ck-about .ck-about-bar{
	position: absolute;
	z-index: 1;
	top: 0;
    right: 0;
    width: 96px;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar{
    width: 140px;
}
.ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-copy{
	background-position:-1632px 0;
}
.ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-copy:hover{
	background-position:-1680px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-copy{
	background-position:-2380px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-copy:hover{
	background-position:-2450px 0;
}
.ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-close{
	background-position:-1728px 0;
}
.ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-close:hover{
	background-position:-1776px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-close{
	background-position:-2520px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-close:hover{
	background-position:-2590px 0;
}
/*截图显示容器*/
.ckplayer-ckplayer .ck-main .ck-screenshot{
	position: absolute;
	z-index: 220;
	width: auto;
	height: 144px;
	margin: auto !important;
	top: 0;
	bottom: 0;
	right: 55px;
	display: none;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-screenshot{
	height: 210px;
	right: 77px;
}
.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-img{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-img img{
	height: 100%;
}
.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 36px;
	bottom: 5px;
	text-align: center;
}
.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-btn{
	display: inline-block;
    overflow: hidden;
    border: 0px solid transparent;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    margin: 0 5px;
}
.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-btn:hover{
	color: #FFFF00;
}
.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-btn:focus{
	outline:0;
}
.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-down{
    background-color: #007bff;
}
.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-close{
    background-color: #505050;
    color: #fff;
}
/*广告*/
.ckplayer-ckplayer .ck-main .ck-yytf{
	position: absolute;
	z-index: 800;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-front-link{
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-front-picture{
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	text-align: center;
	line-height: 100%;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-front-picture img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top{
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 10px;
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top div{
	float: right;
	margin-left: 10px;
	font-size: 14px;
	border-radius: 15px;
	background: rgba(0,0,0,.6);
	padding: 0px 10px;
	line-height: 30px;
	height: 30px;
	color: #FFF;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-top div{
	font-size: 18px;
	border-radius: 20px;
	line-height: 40px;
	height: 40px;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top .ck-yytf-closetime{
	display: none;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top .ck-yytf-closead{
	cursor: pointer;
	display: none;
}

/*显示广告时的底部内容*/
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom{
	position: absolute;
	z-index: 3;
	bottom: 10px;
	right: 10px;
}
/*显示广告时的底部按钮-共用*/
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-btn{
	background-color: rgba(0,0,0,.6);
	background-image: url(images/ckplayer.png);
	background-size: auto 100%;
	border: none;
	outline: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-btn{
	width: 40px;
	height: 40px;	
}
/*显示广告时的静音按钮*/
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit{
	float: right;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	overflow: hidden;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit{
	width: 40px;
	height: 40px;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted{
	background-position:-180px 0;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted:hover{
	background-position:-210px 0;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted{
	background-position:-240px 0;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted:hover{
	background-position:-270px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted{
	background-position:-240px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted:hover{
	background-position:-280px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted{
	background-position:-320px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted:hover{
	background-position:-360px 0;
}
/*显示广告时的全屏按钮*/
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit{
	float: right;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	overflow: hidden;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit{
	width: 40px;
	height: 40px;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full{
	background-position:-300px 0;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full:hover{
	background-position:-330px 0;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull{
	background-position:-360px 0;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull:hover{
	background-position:-390px 0;
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full{
	background-position:-400px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full:hover{
	background-position:-440px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull{
	background-position:-480px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull:hover{
	background-position:-520px 0;
}
/*广告查看详情按钮*/
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-details{
	float: right;
	font-size: 14px;
	border-radius: 15px;
	background: rgba(0,0,0,.6);
	padding: 0 10px;
	color: #FFF;
	line-height: 30px;
	height: 30px;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-details{
	font-size: 18px;
	border-radius: 20px;
	line-height: 40px;
	height: 40px;
}
.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-details a{
	color: #FFF;
	text-decoration: none;
}
/*暂停广告容器*/
.ckplayer-ckplayer .ck-main .ck-pause-yytf{
	display: none;
	position:absolute;
	z-index: 800;
	max-width: 100%;
	max-height: 100%;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; 
}
.ckplayer-ckplayer .ck-main .ck-pause-yytf img{
	max-width: 100%;
	max-height: 100%;
}
.ckplayer-ckplayer .ck-main .ck-pause-close{
	position:absolute;
	z-index: 1;
	right: -15px;
	top:-15px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: url(../images/adclose.png);
	border: none;
	outline: none;
	cursor: pointer;
	background-repeat: no-repeat ;
}
.ckplayer-ckplayer .ck-main .ck-pause-close:hover{
	background-position:-30px 0;
}
/*右键菜单*/
.ckplayer-ckplayer-menu{
	width:120px;
	background: rgba(50,50,50,.6);
	position: absolute;
	z-index: 9000;
	font-size:14px ;
	border: 1px #000 solid;
	display: none;
}
.ckplayer-ckplayer-menu .ck-li{
	color: #adadad;
	line-height: 35px;
	padding: 0 0 0 5px;
}
.ckplayer-ckplayer-menu .ck-li a{
	color: #FFF;
	text-decoration: none;
}
.ckplayer-ckplayer-menu .ck-underline{
	border-bottom: 1px #000 solid;
} 
/*控制栏*/
.ckplayer-ckplayer .ck-main .ck-bar{
	position:absolute;
	z-index: 260;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 48px;
	background: rgba(0,0,0,.3);
	transition: 0.2s;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar{
	height: 70px;
}
.ckplayer-ckplayer .ck-main .ck-bar.ck-bar-out{
	bottom: -50px;
	transition: 0.2s;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar.ck-bar-out{
	bottom: -80px;
	transition: 0.2s;
}

/*按钮公用样式*/
.ckplayer-ckplayer .ck-main .ck-bar-btn{
	background-color: transparent;
	background-image: url(../images/ckplayer.48.png);
	background-size: auto 100%;
	border: none;
	outline: none;
	width: 48px;
	height: 48px;
	cursor: pointer;
	background-repeat: no-repeat ;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar-btn{
	background-image: url(../images/ckplayer.png);
	width: 70px;
	height: 70px;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-btn:hover{
	background-size:auto 100%;
}

/*播放暂停按钮组*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause{
	float: left;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-play{
	background-position:0px top;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-play:hover{
	background-position:-48px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-play:hover{
	background-position:-70px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-pause{
	background-position:-96px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-pause{
	background-position:-140px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-pause:hover{
	background-position:-144px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-pause:hover{
	background-position:-210px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-refresh{
	background-position:-192px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-refresh{
	background-position:-280px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-refresh:hover{
	background-position:-240px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-refresh:hover{
	background-position:-350px 0;
}

/*返回播放按钮*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-btn-backlive{
	float: left;
	font-size: 16px;
	line-height: 28px;
	border-radius: 3px;
	margin: 10px;
	border: 0px;
	background: rgba(3,60,146,.5);
	color: #FFF;
	cursor: pointer;
	padding: 0 8px;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-btn-backlive{
	font-size: 18px;
	line-height: 36px;
	margin: 17px 10px;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-btn-backlive:hover{
	background: rgba(3,60,146,.9);
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-btn-backlive:focus{
	outline:0;
	background: rgba(3,60,146,.6);
}
/*静音取消静音按钮组*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-muted{
	background-position:-288px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-muted{
	background-position:-420px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-muted:hover{
	background-position:-336px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-muted:hover{
	background-position:-490px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-exitmuted{
	background-position:-384px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-exitmuted{
	background-position:-560px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-exitmuted:hover{
	background-position:-432px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-exitmuted:hover{
	background-position:-630px 0;
}

/*全屏按钮组*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit{
	float: right;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-full{
	background-position:-480px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-full{
	background-position:-700px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-full:hover{
	background-position:-528px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-full:hover{
	background-position:-770px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-exitfull{
	background-position:-672px 0;
	display: none;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-exitfull{
	background-position:-840px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-exitfull:hover{
	background-position:-720px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-exitfull:hover{
	background-position:-910px 0;
}

/*网页全屏按钮组*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit{
	float: right;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-webfull{
	background-position:-768px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-webfull{
	background-position:-1120px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-webfull:hover{
	background-position:-816px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-webfull:hover{
	background-position:-1190px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull{
	background-position:-864px 0;
	display: none;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull{
	background-position:-1260px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull:hover{
	background-position:-912px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull:hover{
	background-position:-1330px 0;
}

/*剧场模式按钮组*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit{
	float: right;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-theatre{
	background-position:-960px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-theatre{
	background-position:-1400px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-theatre:hover{
	background-position:-1008px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-theatre:hover{
	background-position:-1470px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre{
	background-position:-1056px 0;
	display: none;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre{
	background-position:-1540px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre:hover{
	background-position:-1104px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre:hover{
	background-position:-1610px 0;
}
/*播放速度*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box{
	float: right;
	height: 48px;
	line-height: 48px;
	position: relative;
	cursor: pointer;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playbackrate-box{
	height: 70px;
	line-height: 70px;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate{
	height: 100%;
	padding: 0 10px;
	white-space:nowrap;
	font-size: 16px;
	color: #FFF;
	-moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate{
	font-size: 18px;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate:hover{
	color: #0368d0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate-bg-box {
	width: auto;
	height: auto;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box:hover .ck-bar-playbackrate-bg-box {
	display: block;
}
/*字幕*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box{
	float: right;
	height: 48px;
	line-height: 48px;
	position: relative;
	cursor: pointer;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-track-box{
	height: 70px;
	line-height: 70px;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box .ck-bar-track{
	height: 100%;
	padding: 0 10px;
	white-space:nowrap;
	font-size: 16px;
	color: #FFF;
	-moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-track-box .ck-bar-track{
	font-size: 18px;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box .ck-bar-track:hover{
	color: #0368d0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box .ck-bar-track-bg-box {
	width: auto;
	height: auto;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box:hover .ck-bar-track-bg-box {
	display: block;
}
/*清晰度*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box{
	float: right;
	height: 48px;
	line-height: 48px;
	position: relative;
	cursor: pointer;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-definition-box{
	height: 70px;
	line-height: 70px;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box .ck-bar-definition{
	height: 100%;
	padding: 0 10px;
	white-space:nowrap;
	font-size: 16px;
	color: #FFF;
	-moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-definition-box .ck-bar-definition{
	font-size: 18px;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box .ck-bar-definition:hover{
	color: #0368d0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box .ck-bar-definition-bg-box {
	width: auto;
	height: auto;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box:hover .ck-bar-definition-bg-box {
	display: block;
}
/*列表切换*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box {
	background: rgba(0,0,0,.001);
	position: absolute;
	z-index: 1;
	bottom: 46px;
	display: none;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-name: ck-bounceIn;
	animation-name: ck-bounceIn;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-list-bg-box {
	bottom: 68px;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg{
	background: rgba(0,0,0,.6);
	float: left;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p{
	width: 100%;
	float: left;
	line-height: 35px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	background-color: rgba(0,0,0,0);
	border: 0px;
	white-space:nowrap;
	cursor: pointer;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p:hover{
	color: #0368d0;
	font-size: 16px;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p:hover{
	font-size: 20px;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p{
	font-size: 18px;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p-focus{
	color: #0368d0;
}
/*下一集按钮*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-next{
	float: left;
	background-position:-672px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-next{
	background-position:-980px 0;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-next:hover{
	background-position:-720px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-next:hover{
	background-position:-1050px 0;
}
/*进度栏*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress{
	width: 100%;
	position:absolute;
	z-index: 1;
	height: 12px;
	top:-11px;
	transition: 0.2s;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg{
	width: 100%;
	background: rgba(255,255,255,.3);
	margin-top: 2px;
	overflow: hidden;
	height: 10px;
	transition: .2s;
	cursor: pointer;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-load{
	float: left;
	width: 0px;
	background: rgba(169,169,169,.7);
	height: 10px;
	transition: .2s;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-play{
	width: 0px;
	background: #0368d0;
	position: absolute;
	z-index: 1;
	height: 10px;
	transition: .2s;
	cursor: pointer;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-mouseline{
	width: 3px;
	background: rgba(255,255,255,.6);
	position: absolute;
	z-index: 2;
	display: none;
	height: 10px;
	cursor: pointer;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-prompt{
	background: #FFF;
	position: absolute;
	z-index: 3;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	top:2px;
	transition: .2s;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-slider{
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	float: left;
	z-index: 4;
    left: 0px;
    cursor: pointer;
	width: 12px;
	height: 12px;
	top: -11px;
	background: #FFF;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,.5);	
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-slider:hover{
	background: #0368d0;	
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg:hover .ck-bar-progress-mouseline{
	display: block;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out{
	height: 2px;
	top:-2px;
	transition: .2s;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-bg,.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-load,.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-bg .ck-bar-progress-play{
	height: 2px;
	transition: .2s;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-slider{
	width: 12px;
	height: 2px;
	top: -2px;
	box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
	background: rgba(255,255,255,0);
	transition: .2s;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-bg .ck-bar-progress-prompt{
	height: 2px;
	border-radius: 0;
	transition: .2s;
}
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-slider-move .ck-bar-progress-play,.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-slider-move .ck-bar-progress-slider{
	transition: 0s;
}

/*音量调节栏*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox{
	float: right;
	width: 48px;
	overflow-x: hidden;
}
/*音量调节栏*/
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox{
	width: 70px;
}
/*默认状态-音量调节总外框*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume{
	width: 48px;
	height: 215px;
	background: rgba(0,0,0,.01);
	position: absolute;
	z-index: 1;
	bottom: 46px;
	display: none;
	overflow: hidden;
}
/*全屏状态-音量调节总外框*/
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-bar-volume{
	width: 70px;
	bottom: 68px;
}
/*默认状态-音量调节总外框-鼠标经过时样式*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox:hover .ck-bar-volume{
	display: block;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .1s;
	animation-duration: .1s;
	-webkit-animation-name: ck-bounceIn;
	animation-name: ck-bounceIn;
}
/*共用状态-音量调节内部外框*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volumex{
	width: 100%;
	height: 200px;
	float: left;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
}
/*共用状态-音量调节顶部文字*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-txt{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	font-size: 1rem;
	float: left;
	overflow: hidden;
	-moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
/*共用状态-音量调节背景色*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-bg{
	width: 8px;
	height: 140px;
	background: #808080;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	margin: auto;
}
/*共用状态-音量调节前景色*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-bg .ck-bar-volume-pp{
	width: 8px;
	height: 140px;
	background: #0368d0;
	margin-top: 140px;
}
/*共用状态-音量调节拖动小按钮*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-slider{
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 0px 8px rgba(255,255,255,.5);
	position: absolute;
	z-index: 1;
	top: 0px;
    left: 19px;
    cursor: pointer;
}
/*全屏状态-音量调节拖动小按钮*/
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-slider{
    left: 30px;
}
/*默认状态-显示时间*/
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-time{
	float: left;
	line-height: 48px;
	font-size: 16px;
	color: #FFF;
	-moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
/*全屏状态-显示时间*/
.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-time{
	float: left;
	line-height: 70px;
	font-size: 18px;
	color: #FFF;
}
/*右侧控制栏*/
.ckplayer-ckplayer .ck-main .ck-right-bar{
	position: absolute;
	z-index: 260;
	top: 0;
    right: 2px;
    bottom: 0;
    margin: auto !important;
	width: 48px;
	height: 144px;
	background: rgba(0,0,0,.3);
	border-radius: 5px;
	transition: .2s;
}
.ckplayer-ckplayer .ck-main .ck-right-bar-hide{
	right: -48px;
	transition: .2s;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar{
	width: 70px;
	height: 210px;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar-hide{
	right: -70px;
	transition: .2s;
}
/*截图按钮*/
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-btn-screenshot{
	float: left;
	background-position:-1536px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-btn-screenshot{
	background-position:-2240px 0;
}
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-btn-screenshot:hover{
	background-position:-1584px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-btn-screenshot:hover{
	background-position:-2310px 0;
}
/*小窗口按钮组*/
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows{
	float: left;
}
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows button{
	float: left;
}
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open{
	background-position:-1248px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open{
	background-position:-1820px 0;
}
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open:hover{
	background-position:-1296px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open:hover{
	background-position:-1890px 0;
}
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close{
	background-position:-1152px 0;
	display: none;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close{
	background-position:-1680px 0;
}
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close:hover{
	background-position:-1200px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close:hover{
	background-position:-1750px 0;
}
/*循环按钮组*/
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop{
	float: left;
}
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open{
	background-position:-1440px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open{
	background-position:-2100px 0;
}
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open:hover{
	background-position:-1488px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open:hover{
	background-position:-2170px 0;
}
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close{
	background-position:-1344px 0;
	display: none;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close{
	background-position:-1960px 0;
}
.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close:hover{
	background-position:-1392px 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close:hover{
	background-position:-2030px 0;
}
/*顶部显示栏*/
.ckplayer-ckplayer .ck-main .ck-top-bar{
	position: absolute;
	z-index: 260;
	top: -36px;
	width: 100%;
	height: 36px;
	background: rgba(0,0,0,.3);
	transition: .2s;
}
.ckplayer-ckplayer .ck-main .ck-top-bar-hide{
	top: -36px;
	transition: .2s;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-top-bar{
	top: 0;
}
.ckplayer-ckplayer .ck-main.ck-main-full .ck-top-bar-hide{
	top: -36px;
	transition: .2s;
}
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom{
	position: absolute;
	z-index: 260;
}
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container{
	float: left;
	margin-left: 10px;
	margin-top: 9px;
	cursor: pointer;
}
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left{
	float: left;
	width: 20px;
	height: 18px;
	border: 1px solid #FFF;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */	
}
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-left,
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-left{
	border-color: #0368d0;
}
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-left div,
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-left div{
	background: #0368d0;
}
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-right{
	float: left;
	font-size: 14px;
	color: #FFF;
	padding-left: 5px;
}
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-right,
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-right{
	color: #0368d0;
}
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left .ck-top-bar-zoom-button-50{
	width: 50%;
	height: 50%;
	background: #FFF;
	margin: 4.5px 25%;
}
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left .ck-top-bar-zoom-button-75{
	width: 75%;
	height: 50%;
	background: #FFF;
	margin: 4.5px 12.5%;
}
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left .ck-top-bar-zoom-button-100{
	width: 100%;
	height: 50%;
	background: #FFF;
	margin: 4.5px 0;
}
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-title{
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	-moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-time{
	float: right;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #FFF;
	padding: 0 1rem 0;
	-moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
/*以下为缓动效果样式*/
.ck-animate {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}
.ck-animate-bouncein {
	-webkit-animation-name: ck-bounceIn;
	animation-name: ck-bounceIn;
}

@-webkit-keyframes ck-bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ck-bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
.ck-animate-bounceout {
	-webkit-animation-name: ck-bounceOut;
	animation-name: ck-bounceOut;
}

@-webkit-keyframes ck-bounceOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

@keyframes ck-bounceOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}
.ck-animate-circle {
	animation: ck-Circle 1s linear infinite;
	-webkit-animation: ck-Circle 1s linear infinite
}

@-webkit-keyframes ck-Circle {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg)
	}
	25% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg)
	}
	50% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg)
	}
	75% {
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg)
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg)
	}
}

@keyframes ck-Circle {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg)
	}
	25% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg)
	}
	50% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg)
	}
	75% {
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg)
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg)
	}
}
