@charset "utf-8";
/* header */
.header {
  background: url(../images/header_index.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  height: 100vw;
}
.btn{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	color:white;
}
/* banner */
.banner-index {
  position: relative;
}
.banner-index .wrapper {
  position: relative;
  padding-top: 60px;
  margin: 120px auto 0;
}
.banner-index .article {
  position: absolute;
  z-index: 3;
  left:8%;
  top:-100%;
}
.banner-index .article h1 {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
}
.banner-index .article h3 {
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, .9);
}
.banner-index .btn-more,
.partner .btn-more {
  width: 120px;
  height: 30px;
  line-height: 16px;
  margin-top: 36px;
  border-radius: 25px;
}
.banner-pic {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 2;
}

/* product */
.product .article {
  padding-top: 40px;
  margin-top: 380px;
  width: 1170px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(148,148,148,.175);
  box-shadow: 0 6px 12px rgba(148,148,148,.175);
}
.product .article > .title {
  display: block;
  font-size: 36px;
  color: #666;
  text-align: center;
}
.product .article ul {
  padding: 30px 0;
}
.product .article ul > li {
  float: left;
  width: 25%;
  border-left: 1px solid rgba(153, 153, 153, .5);
}
.product .article ul > li:first-child {
  border-left: 0;
}
.product .article li > span {
  display: block;
  text-align: center;
}
.product .article li .title {
  font-size: 20px;
  color: #666;
  font-weight: bold;
}
.product .icon {
  display: block;
  width: 200px;
  height: 200px;
  background: url(../images/product_icon.png) no-repeat 999px 999px;
}
.product .icon-1 {
  background-position: 25px 18px;
}
.product .icon-2 {
  background-position: -260px 18px;
}
.product .icon-3 {
  background-position: -542px 2px;
}
.product .icon-4 {
  background-position: -796px 8px;
}


/* video */
.video .article {
  margin: 30px auto;
  background: url(../images/video_icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.video .willes-play {
  margin-bottom: 28px;
}
.willes-play img{width:100%;}
.video .video-js .vjs-big-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
  width: 72px;
  height: 72px;
  background-color: #242525;
  border: 0 none;
  border-radius: 50%;
  outline: none;
  font-size: 50px;
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}
.video .text-wrap {
  width: 100%;
  color: #fff;
  background-color: rgba(0,0,0,0.2);
  padding:6px;
}
.video .text-wrap .title {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 1.2rem;
}
.video .text-wrap .title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f0e80b;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video .text-wrap .info {
  padding-left: 30px;
  margin-top: 20px;
  font-size: 0.8rem;
  line-height: 1.5;
}
.swiper-container {
  width: 70%;
  height: 100%;
}
.swiper-button-next, 
.swiper-button-prev {
	position:relative;
	top:0px;
	right:0px;left: 0px;
	float:left;
  width: 40px;
  height: 40px;
  margin-top: 28px;
  margin-left: 12px;
  z-index: 10;
  cursor: pointer;
  background-image: url(../images/swiper_button_icon.png);
  background-size: 40px 100px;
  background-position: center;
  background-repeat: no-repeat;
-moz-transform:rotate(-90deg); 
 -webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);

}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
  background-position: 0 0;
}
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
  bottom: 230px;
  background-position: 0 -60px;
  
}
/* partner */
.partner .article > .title {
  display: block;
  font-size: 36px;
  color: #666;
  text-align: center;
}
.partner .article {
  margin: 30px auto;
  text-align:center;
}
.partner .article ul {
  width:80%;
  margin:0 auto;display:flex;justify-content: space-between;flex-direction: row;
  margin-top: 80px;
}
.partner .article li {
  width: 16%;
  -webkit-box-shadow: 0 6px 12px rgba(148,148,148,.175);
  box-shadow: 0 6px 12px rgba(148,148,148,.175);
  padding:12px 6px 24px 6px;
}
.partner .article li:first-child {
}
.partner .article li:nth-child(even) {
	position:relative;
	top:48px;
}
.partner .article li .icon {
  width: 100%;
  
}
.partner .article li img{width:100%}
.partner .btn-more {
  margin-top: 120px;
}


.YUDO1{width:90%;margin:0 auto;margin-bottom:120px;}
.YUDO1 img{width:100%;}

.roles{width:70%;margin:0 auto;overflow:hidden;}
.rolesMask{width:300%;display:flex;justify-content:space-between;position:relative;}
.role{text-align:center;width:100%;}
.role .title i{color:#9bd9f8;font-size:8px;margin:0 12px;}
.role .title{display:flex;align-items:center;justify-content:center;}
.role div{margin-bottom:12px;}

.pagination{margin:0 auto;display:block;text-align: center;padding-top:24px;}
.pagination span{margin:0px 12px;}

.main{margin-top:60px;}

