.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
}

.c1 a {
	color: #ababab;
	text-decoration: none;
	outline: none;
}
.c2 a {
	color: #ababab;
	text-decoration: none;
	outline: none;
}
/* title */
.title{
	padding: 60px 0 60px 0;
	text-align: center;
	position: relative;
}
.title em {
	/* background: url(../image/logo-bt.png) no-repeat center center; */
    width: 515px;
    display: block;
    height: 76px;
    margin: 0 auto;
    position: relative;
    bottom: -12px;
}
.title h2 {
	font-size: 36px;
	font-family: myFont5;
	color: #212121;
	line-height: 44px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 46%;
    margin: 0;
}
.title>p{
	font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    margin-top: 30px;
}

 
/* 平台能力 */


.c1{
	padding-bottom: 0px;
}
.c1 .c1-ys{
	padding: 10px 10px ;
}
.c1-ys.swiper-container{
    box-sizing: border-box;
}
.c1 .c1-ys .swiper-wrapper{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 15px;
}
.c1-ys .swiper-slide{
	  border-radius: 20px;
	  box-shadow: 1px 5px 20px 2px #5e250914;
/*    padding: 10px 10px 20px 10px;*/
/*    box-sizing: border-box;*/
}
.c1 .c1-ys ul{
	/*display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px 20px;*/
}
.c1 .c1-ys .c1-ys-1{
	box-sizing: border-box;
	border-radius: 20px;
	cursor: pointer;
	border: 3px solid #fff;
    height: 470px;
    background-position: 50% 50%;
}
.c1-ys .swiper-slide.nl-1 .c1-ys-1{
	transition: all 1.2s cubic-bezier(0,0,.2,1);
	background: url(../image/pt-1.png)#faf9f9 no-repeat right bottom;
	background-size: 100% auto;
}
.c1-ys .swiper-slide.nl-2 .c1-ys-1{
	transition: all 1.2s cubic-bezier(0,0,.2,1);
	background: url(../image/pt-2.png)#faf9f9 no-repeat right bottom;
	background-size: 100% auto;
}
.c1-ys .swiper-slide.nl-3 .c1-ys-1{
	transition: all 1.2s cubic-bezier(0,0,.2,1);
	background: url(../image/pt-3.png)#faf9f9 no-repeat right bottom;
	background-size: 100% auto;
}
.c1-ys .swiper-slide.nl-4 .c1-ys-1{
	transition: all 1.2s cubic-bezier(0,0,.2,1);
	background: url(../image/pt-4.png)#faf9f9 no-repeat right bottom;
	background-size: 100% auto;
}
.c1-ys .swiper-slide.nl-5 .c1-ys-1{
	transition: all 1.2s cubic-bezier(0,0,.2,1);
	background: url(../image/pt-5.png)#faf9f9 no-repeat right bottom;
	background-size: 100% auto;
}
.c1-ys .swiper-slide.nl-6 .c1-ys-1{
	transition: all 1.2s cubic-bezier(0,0,.2,1);
	background: url(../image/pt-6.png)#faf9f9 no-repeat right bottom;
	background-size: 100% auto;
}
.c1 .c1-ys .c1-ys-1 a{
	border-radius: 20px;
	display: block;
	padding: 40px 20px 70px 20px;
}
.c1 .c1-ys .c1-ys-1 .c1-ys-t{
	text-align: center;
	margin-bottom: 80px;
}
.c1 .c1-ys .c1-ys-1 .c1-ys-t h4{
	color: #fff;
  	-webkit-text-stroke-width: 1px; /* 描边宽度 */
  	-webkit-text-stroke-color: #ff722f; /* 描边颜色 */
	font-size: 32px;
	margin-bottom: 20px;
	font-family: myFont5;
}
.c1 .c1-ys .c1-ys-1 .c1-ys-t h5{
	color: #ff722f;
	font-size: 16px;
	/* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    width: 100%;
}
.c1 .c1-ys .c1-ys-1 .c1-ys-t div{
	width: 40px;
	height: 5px;
	border: 1px solid #ff722f;
	display: block;
	margin: 30px auto;
	box-sizing: border-box;
	position: relative;
}
.c1 .c1-ys .c1-ys-1 .c1-ys-t div i{
	width: 0;
    height: 100%;
    background-color: #ff722f;
    display: block;
    transition: all .3s cubic-bezier(0,0,.2,1);
}
.c1 .c1-ys .c1-ys-1:hover .c1-ys-t div i{
	width: 100%;
}
.c1 .c1-ys .c1-ys-1 .c1-ys-b p{
	font-size: 16px;
	justify-content: space-between;
	color: #fff;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .2s cubic-bezier(0,0,.2,1), transform .6s cubic-bezier(0,0,.2,1);
}
.c1 .c1-ys .c1-ys-1:hover{
	background-size: 120% !important;
    opacity: 1;
	background-color: #ff9259;
}
.c1 .c1-ys .c1-ys-1:hover p{
	opacity: 1;
	transform: translateY(0);
}
.c1 .c1-ys .c1-ys-1:hover i{
	background-color: #fff;
	border: none;
}
.c1 .c1-ys .c1-ys-1:hover h4{
	-webkit-text-stroke-width: 0px;
	-webkit-text-stroke-color: none
}
.c1 .c1-ys .c1-ys-1:hover h4,.c1 .c1-ys .c1-ys-1:hover h5,.c1 .c1-ys .c1-ys-1:hover i{
	color: #fff;
	
}
/*按钮*/
.c1-ys .swiper-pagination{
    text-align: center;
    margin-bottom: -25px;
}
.c1-ys .swiper-pagination .swiper-pagination-bullet{
    width: 28px;
    height: 4px;
    background:#e3e3e3;
    border-radius: 50px;
    margin:0 5px !important;
    opacity: 1;
}
.c1-ys .swiper-pagination .swiper-pagination-bullet-active{
    position: relative;
    width: 65px;
    height: 4px;
    background:#ff722f;
}

 /* 平台优势 */
.c2{
	background: url(../image/ys.png)#f7f7f7 no-repeat center center;
	padding-bottom: 80px;
	background-size: cover;
}
.c2 .c2-ys-box{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 40px;
}
.c2 .c2-ys-box a{
	padding: 50px 50px;
    display: block;
}
.c2 .c2-ys-box .ys-box{
    border-radius: 20px;
    box-shadow: 1px 6px 20px 9px #f1f1f1;
    cursor: pointer;
    transition: .5s;
}
.c2 .c2-ys-box .ys-box:nth-child(1){
	background: url(../image/ys1.png) #ffffff no-repeat right bottom;
	background-size: auto 100%;
}
.c2 .c2-ys-box .ys-box:nth-child(3){
	background: url(../image/ys3.png) #ffffff no-repeat right bottom;
	background-size: auto 100%;
}
.c2 .c2-ys-box .ys-box:nth-child(4){
	background: url(../image/ys4.png) #ffffff no-repeat left bottom;
	background-size: auto 100%;
	text-align: right;
}
.c2 .c2-ys-box .ys-box:nth-child(2){
	background: url(../image/ys2.png) #ffffff no-repeat left bottom;
	background-size: auto 100%;
	text-align: right;
}
.c2 .c2-ys-box .ys-box:nth-child(2) a,.c2 .c2-ys-box .ys-box:nth-child(4) a{
	text-align: -webkit-right;
}
.c2 .c2-ys-box .ys-box h2{
	font-size: 24px;
    font-family: myFont5;
    color: #222;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
}
.c2 .c2-ys-box .ys-box:nth-child(1) h2::after,.c2 .c2-ys-box .ys-box:nth-child(3) h2::after{
	content: "";
	left: -20px;
	top: 2px;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: -1;
	border-radius: 50%;
	background-image: linear-gradient(to right, #f29b7a, #fce8e0);
}
.c2 .c2-ys-box .ys-box:nth-child(2) h2::after,.c2 .c2-ys-box .ys-box:nth-child(4) h2::after{
	content: "";
    right: -22px;
    top: 2px;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #fce8e0, #f29b7a);
    z-index: -1;
}
.c2 .c2-ys-box .ys-box:nth-child(1):hover,.c2 .c2-ys-box .ys-box:nth-child(3):hover{
	transform: translateY(-15px);
	margin-left: -20px;
	background-color: #ff9259;
	box-shadow: 1px 2px 20px 10px #ffe5d9;
}
.c2 .c2-ys-box .ys-box:nth-child(2):hover,.c2 .c2-ys-box .ys-box:nth-child(4):hover{
	transform: translateY(-15px);
	margin-right: -20px;
	background-color: #ff9259;
	box-shadow: 1px 2px 20px 10px #ffe5d9;
}
.c2 .c2-ys-box .ys-box p{
	font-size: 16px;
    color: #626262;
    width: 80%;
}
.c2 .ys-icon{
   	width: 200px;
    height: 200px;
    background-image: linear-gradient(to bottom right, #ff6e25, #ffa150);
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c2 .c2-ys-box .ys-box:hover p,.c2 .c2-ys-box .ys-box:hover h2{
	color: #fff;
}
.c2 .c2-ys-box .ys-box:hover h2::after{
	background-image: linear-gradient(to right, #ffd7c2, #ff9259);
}
.c2 .c2-ys{
	position: relative;
}
.c2 .ys-icon i{
	z-index: 99;
}
.c2 .ys-icon i img{
	width: 80%;
    margin: 0 auto;
}
/*光圈*/
.c2 .ys-icon>div{
	width: 200px;
    height: 200px;
    background-image: linear-gradient(to bottom right, #ff6e25, #ffa150);
  	border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}
.c2 .ys-icon>div p{
  border:4px solid #ff7329;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: myfirst 2s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.c2 .ys-icon>div span{
  position: absolute;
  display: block;
  border:.4px solid #ff7329;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: myfirst 2s infinite;
  box-shadow: 0px 0px 4px #ffb993;
  animation-delay:0.5s;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
@keyframes myfirst{
  0%{transform:scale(1);
    -webkit-transform:scale(1);
    opacity:1;-webkit-opacity:1;
}
  100%{ transform:scale(5);
    -webkit-transform:scale(5);
    opacity:0;-webkit-opacity:0;}
}
/*新光圈效果*/
.live-logo-box{
	position: absolute;
    left: 50%;
    top: 0;
    margin: auto;
}
.live div img{
	width: 80%;
    margin: 0 auto;
}
.live-box {
    position: absolute;
    top: 50%;
    width: 280px;
    height: 280px;
    margin-left: -140px;
    margin-top: -140px;
    left: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #ffecdf;
    border-radius: 50%;
    border: 4px solid #fff;
    box-sizing: border-box;
}
.live {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.live div {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    z-index: 99;
    justify-content: center;align-items: center;display: flex;
    bottom: 0;
    background-image: linear-gradient(to bottom right, #ff6e25, #ffa150);
    border-radius: 50%;
}
.live i {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom right, #ff6e25, #ffa150);
    border-radius: 50%;
    -webkit-animation: animate 4s linear infinite;
}
.live i:nth-child(1) {
    -webkit-animation-delay: 1s;
}
.live i:nth-child(2) {
    -webkit-animation-delay: 3s;
}
@keyframes animate{
	0% {
	    transform: scale(0);
	    opacity: 0.0;
	    background: #ffb270;
	}
	50% {
	    transform: scale(1.1);
	    opacity: 0.5;
	}
	100% {
	    transform: scale(2.1);
	    opacity: 0;
	}
}
@media (max-width: 750px){.c1{display: none;}}
@media screen and (max-width: 750px) {
    .w1200, .w75 {
        width: 95%;
        margin: 0 auto;
    }
    
    /* 平台能力 */

/*按钮*/
.c1-ys .swiper-pagination{
    text-align: center;
    margin-bottom: -25px;
    bottom: 29px !important;
    width: 100%;
}
.c1-ys .swiper-pagination .swiper-pagination-bullet{
    width: 28px;
    height: 4px;
    background:#e3e3e3;
    border-radius: 50px;
    margin:0 5px !important;
    opacity: 1;
}
.c1-ys .swiper-pagination .swiper-pagination-bullet-active{
    position: relative;
    width: 65px;
    height: 4px;
    background:#ea5b24;
}
/* 平台优势 */
.c2{
    background: url(../images/ys.png)#f7f7f7 no-repeat;
    padding-bottom: 60px;
    background-size: cover;
}
.c2 .c2-ys-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 0px;
}
.c2 .c2-ys-box a{
    padding: 30px 10px 20px 10px;
    display: block;
}
.c2 .c2-ys-box .ys-box{
    box-shadow: 0px 1px 20px 9px #f1f1f1;
    cursor: pointer;
}
.c2 .c2-ys-box .ys-box:nth-child(1){
    background: url(../images/ys1.png) #ffffff no-repeat right bottom;
    background-size: 100%  auto;
    border-top-left-radius: 15px;
}
.c2 .c2-ys-box .ys-box:nth-child(3){
    background: url(../images/ys3.png) #ffffff no-repeat right bottom;
    background-size: 100%  auto;
    border-bottom-left-radius: 15px;
}
.c2 .c2-ys-box .ys-box:nth-child(4){
    background: url(../images/ys4.png) #ffffff no-repeat left bottom;
    background-size: 100%  auto;
    text-align: right;
    border-bottom-right-radius: 15px;    
}
.c2 .c2-ys-box .ys-box:nth-child(2){
    background: url(../images/ys2.png) #ffffff no-repeat left bottom;
    background-size: 100%  auto;
    text-align: right;
    border-top-right-radius: 15px;
}
.c2 .c2-ys-box .ys-box h2{
    font-size: 18px;
    font-family: 'myFont5';
    color: #222;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
    padding-left: 8px;
    padding-right: 8px;
}
.c2 .c2-ys-box .ys-box:nth-child(1) h2::after,.c2 .c2-ys-box .ys-box:nth-child(3) h2::after{
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: -1;
    border-radius: 50%;
    background-image: linear-gradient(to right, #f29b7a, #fce8e0);
}
.c2 .c2-ys-box .ys-box:nth-child(2) h2::after,.c2 .c2-ys-box .ys-box:nth-child(4) h2::after{
    content: "";
    right: 0;
    top: 4px;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #fce8e0, #f29b7a);
    z-index: -1;
}
.c2 .c2-ys-box .ys-box:nth-child(1):hover,.c2 .c2-ys-box .ys-box:nth-child(3):hover{
    background-color: #ff9259;
    box-shadow: 1px 2px 20px 10px #ffe5d9;
}
.c2 .c2-ys-box .ys-box:nth-child(2):hover,.c2 .c2-ys-box .ys-box:nth-child(4):hover{
    background-color: #ff9259;
    box-shadow: 1px 2px 20px 10px #ffe5d9;
}
.c2 .c2-ys-box .ys-box p{
    font-size: 13px;
    color: #626262;
    text-align: justify;
}
.c2 .ys-icon{
    width: 200px;
    height: 200px;
    background-image: linear-gradient(to bottom right, #ff6e25, #ffa150);
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c2 .c2-ys-box .ys-box:hover p,.c2 .c2-ys-box .ys-box:hover h2{
    color: #fff;
}
.c2 .c2-ys-box .ys-box:hover h2::after{
    background-image: linear-gradient(to right, #ffd7c2, #ff9259);
}
.c2 .c2-ys{
    position: relative;
}
.c2 .ys-icon i{
    z-index: 99;
}
.c2 .ys-icon i img{
    width: 80%;
    margin: 0 auto;
}
/*光圈*/
.c2 .ys-icon>div{
    width: 200px;
    height: 200px;
    background-image: linear-gradient(to bottom right, #ff6e25, #ffa150);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}
.c2 .ys-icon>div p{
  border:4px solid #ff7329;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: myfirst 2s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.c2 .ys-icon>div span{
  position: absolute;
  display: block;
  border:.4px solid #ff7329;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: myfirst 2s infinite;
  box-shadow: 0px 0px 4px #ffb993;
  animation-delay:0.5s;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
@keyframes myfirst{
  0%{transform:scale(1);
    -webkit-transform:scale(1);
    opacity:1;-webkit-opacity:1;
}
  100%{ transform:scale(5);
    -webkit-transform:scale(5);
    opacity:0;-webkit-opacity:0;}
}
/*新光圈效果*/
.live-logo-box{
    position: absolute;
    left: 50%;
    top: 0;
    margin: auto;
}
.live div img{
    width: 80%;
    margin: 0 auto;
}
.live-box {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    left: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #ffecdf;
    border-radius: 50%;
    border: 4px solid #fff;
    box-sizing: border-box;
}
.live {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.live div {
    width: 80px;
    height: 80px;
    z-index: 9;
    justify-content: center;
    align-items: center;
    display: flex;
    background-image: linear-gradient(to bottom right, #ff6e25, #ffa150);
    border-radius: 50%;
}
.live i {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom right, #ff6e25, #ffa150);
    border-radius: 50%;
    -webkit-animation: animate 4s linear infinite;
}
.live i:nth-child(1) {
    -webkit-animation-delay: 1s;
}
.live i:nth-child(2) {
    -webkit-animation-delay: 3s;
}
@keyframes animate{
    0% {
        transform: scale(0);
        opacity: 0.0;
        background: #ffb270;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
    }
}
}