@media (max-width:1360px){
	body .mask{
		width: 82%;
	}
	body .prev1{
		left: 82px !important;
	}
		body .prev{
			left: 82px !important;
		}
}
.video {
	width: 40%;
	margin: 0 auto;
}

.video video {
	width: 100%;
}
.content1 .title{
	text-align: center;
	font-size: 18px;
	padding: 25px 0 15px;
}
.content1 .description{
	width: 100%;

    line-height: 25px;
	margin: 0px auto 20px;
}
.content1 .img{
	width: 40%;
	margin: 0 auto;
}
.content1 .img img{
	width: 100%;
}
.content1{
	position: relative;
}
.full-screen{
	position: absolute;
	top:15px;
	right: 20px;
	cursor: pointer;
	z-index: 999;;
}
.full-btn {
    background: url(../../../image/fullscreen_old.png) no-repeat 0px 0px;
    width: 30px;
    height: 30px;
	background-size: 100%;
	
}
.full-btn:hover{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.content1 .full-close{
	font-size: 30px;
	top:15px;
}
.content1 .full-close:hover{
	color: #404ae7;
}
body .container-full{
	overflow: hidden;
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 999999;
    background: #fff;
}
.fulliframe{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}
.showNatppts,.showNatvideos {
	display: none;
}
  .prev1 {
	  top: 83% !important;
	   left: 100px !important;
  }
   .next1 {
	   top: 83% !important;
	   right: -13px !important;
   }

.developbox,
.developbox-video,
.developbox-ppts {
	display: flex;
	margin: 16px 15px;
		/* min-width: 1181px; */
		overflow: hidden;
}
.developbox_left {
	width:6%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	    flex-direction: column;
}
.developbox_left img{
	width: 60px;
	height: 60px;
	
}
/* .developbox_right1{
	background: #fff;
	    font-size: 15px;
	    font-weight: 600;
	    padding: 50px 30px;
		line-height: 20px;
		text-align: left;
} */
.developbox_right{
	margin-left: 30px;
	display: flex;
	width: 85%;
}
.resBox{
	width: 19.5%;
	height: 200px;
	border-radius: 10px;
	margin: 0 15px;
	position: relative;
	cursor: pointer;
}
.resBox p{
	text-align: center;
}
.videoBox{
padding: 0 15px;
background-color: #F0F8FF !important;
}
.videoBox_img{
	height: 170px;
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.videoBox-a{
	width: 100%;
}
.videoBox p{
	line-height: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	width: 100%;
}
.mask{
	width: 89%;
	height: 170px;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	border-radius: 10px 10px 0 0;
}
.developbox_left_resbox{
	width: 60px;
	height: 60px;

	border-radius: 8px;
	position: relative;
}
.developbox_left_resbox img{
    width: 50%;
    height: 50%;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
	bottom: 0;
	margin: auto;
}

.videoBox:hover .mask{	
	display: flex;
	justify-content: center;
	align-items: center;
}
.mask img{
	width: 30% !important;
	height: 30% !important;
	margin-bottom: 0;
}
.swiper-container-ppts {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-container-video {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.prev {
	left:98px !important;
}
.next {
	left: 98.5% !important;
}
.swiper-slide {
	/* width: 33% !important;*/
	height: 100% !important;
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 0px !important;
}
.swiper-newSwiper{
	display: inline-block;
	
}