
.index-s3 {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #00c0b3;
    padding: 6vw 0 calc(3vw + 60px);
    font-size: 0;
}



.comm-tit{ text-align:center;}
.comm-tit h3 { color: #fff; letter-spacing: 2px; font-size: 44px; line-height:1.5;}
.comm-tit p { font-size: 14px;color: #fff;line-height:1.5;}



	.index-s3 .cont-box{
		margin-top: 30px;
		position: relative;}
.index-s3 .cont-box .ani-center{
			width: 400px;
			height: 400px;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			margin: 0 auto;
			transform-origin: center top;
			z-index: 4;}
			.index-s3 .cont-box.active .ani-center {
    -webkit-animation: o-ani2-14 0.6s 3.2s linear forwards;
    -moz-animation: o-ani2-14 0.6s 3.2s linear forwards;
    -ms-animation: o-ani2-14 0.6s 3.2s linear forwards;
    animation: o-ani2-14 0.6s 3.2s linear forwards; 
}
@keyframes o-ani2-14 {
  0% {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  100% {
    -webkit-transform: translateY(-50px) scale(0.45);
    -moz-transform: translateY(-50px) scale(0.45);
    -ms-transform: translateY(-50px) scale(0.45);
    transform: translateY(-50px) scale(0.45);
  }
}
.index-s3 .cont-box .ani-center img{
				display: block;
				width: 100%;
			}
.index-s3 .cont-box .ani-center .circle{
				position: relative;
				z-index: 1;
			}
.index-s3 .cont-box .ani-center .pic{
				position: absolute;
				top: 30px;
				left: 30px;
				right: 30px;
				bottom: 30px;
				z-index: 2;
			}
	
.index-s3 .cont-box .ani-dot, .index-s3 .cont-box .ani-num{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 400px;}
.index-s3 .cont-box .ani-dot .left-box, .index-s3 .cont-box .ani-dot .right-box, .index-s3 .cont-box .ani-num .left-box, .index-s3 .cont-box .ani-num .right-box{
				position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 100%;
    overflow: hidden;			}








		
.index-s3 .cont-box .ani-tree {
    position: relative;
    z-index: 3;
}


.index-s3 .cont-box .ani-tree .img-box {
    width: 60%;
    max-width: 980px;
    opacity: 0;
    margin: 60px auto 0;
}


.index-s3 .cont-box .ani-tree .img-box img {
    display: block;
    width: 100%;
}

.index-s3 .cont-box.active .ani-tree .img-box {
    -webkit-animation: o-ani2-15 0.3s 4s linear forwards;
    -moz-animation: o-ani2-15 0.3s 4s linear forwards;
    -ms-animation: o-ani2-15 0.3s 4s linear forwards;
    animation: o-ani2-15 0.3s 4s linear forwards;
}


@keyframes o-ani2-15 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.index-s3 .cont-box .ani-tree .items {
    width: 70%;
    max-width: 1130px;
    margin: -150px auto 0;
    display: flex;
    justify-content: space-between;
}

.index-s3 .cont-box .ani-tree .item {
    width: 240px;
    opacity: 0;
}
.index-s3 .cont-box .ani-tree .item .icon {
    width: 240px;
    height: 240px;
    position: relative;
}

.index-s3 .cont-box .ani-tree .item .icon:before {
    content: '';
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/ani2-4.png);
    position: absolute;
    top: 0;
    left: 0;
}
.index-s3 .cont-box .ani-tree .item .icon .txt {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 2px solid #65e1ad;
    background-color: #56d19e;
    text-align: center;
    border-radius: 50%;
}

.cell-box:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.cell-box .cell {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
}
.index-s3 .cont-box.active .ani-tree .item:nth-of-type(1) {
    animation-delay: 4.2s;
}
.index-s3 .cont-box.active .ani-tree .item:nth-of-type(2) {
    animation-delay: 4.4s;
}
.index-s3 .cont-box.active .ani-tree .item:nth-of-type(3) {
    animation-delay: 4.6s;
}
.index-s3 .cont-box.active .ani-tree .item {
    -webkit-animation: o-ani2-16 0.3s linear forwards;
    -moz-animation: o-ani2-16 0.3s linear forwards;
    -ms-animation: o-ani2-16 0.3s linear forwards;
    animation: o-ani2-16 0.3s linear forwards;
}
.index-s3 .cont-box .ani-tree .item:nth-of-type(2) {
    margin-top: 90px;
}
.index-s3 .cont-box .ani-tree .item .icon h3 {
    font-size: 20px;
    color: #fff;
}
.index-s3 .cont-box .ani-tree .item .icon i {
    display: block;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 5px;
}
.index-s3 .cont-box .ani-tree .item p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
@keyframes o-ani2-16 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}






@media screen and (max-width: 1600px){
	.comm-banner h2{
		font-size: 50px;
	}
	.comm-banner h3{
		font-size: 40px;
	}
	.comm-banner h4{
		font-size: 26px;
	}
	.inner-tit h3,
	.comm-tit h3{
		font-size: 30px;
	}
	.inner-tit p{
		font-size: 18px;
	}
	.about-s1 .para{
		font-size: 15px;
	}
	.about-s2 .item h3{
		font-size: 20px;
	}
	.about-s2 .item p{
		font-size: 15px;
	}
	.about-s3 .top-block .item h3{
		font-size: 18px;
	}
	.about-s3 .top-block .item .box p{
		font-size: 15px;
	}
	.daka-detail-s1 .date{
		font-size: 20px;
	}
	.daka-detail-s1 h3{
		font-size: 40px;
	}
	.daka-detail-s2 .right-box .info-box h3{
		font-size: 20px;
	}
	.daka-detail-s2 .right-box .info-box .para{
		line-height: 24px;
	}
	.daka-detail-s2 .left-box .daka-box .tit{
		font-size: 20px;
	}
	.daka-detail-s2 .left-box .daka-box .para{
		font-size: 15px;
		line-height: 2;
	}
	.daka-detail-s2 .right-box .top-block h3{
		font-size: 20px;
	}
	.daka-detail-s2 .right-box .top-block .link a{
		margin-top: 15px;
		font-size: 15px;
	}
	.comm-other a{
		font-size: 15px;
	}
	.case-list-s1 .label span{
		font-size: 18px;
		width: 60px;
	}
	.case-list-s1 .label a{
		font-size: 15px;
		padding: 0 15px;
		margin-right: 15px;
	}
	.case-list-s1 .item h3{
		font-size: 20px;
	}
	.case-list-s1 .item p{
		font-size: 15px;
	}
	.case-list-s1 a.more,
	.daka-list-s1 a.more,
	.news-list-s1 a.more{
		width: 200px;
		line-height: 54px;
	}
	.daka-list-s1 .item h3{
		font-size: 20px;
	}
	.daka-list-s1 .item p{
		font-size: 15px;
		line-height: 2;
		height: 60px;
	}
	.daka-list-s1 .item .date{
		font-size: 15px;
	}
	.daka-detail-s2 .left-box a.back{
		width: 90px;
		height: 90px;
	}
	.daka-detail-s2 .left-box a.back span{
		font-size: 13px;
	}
	.daka-detail-s2 .left-box a.back span:before{
		width: 23px;
		height: 20px;
	}
	.comm-banner form{
		height: 54px;
		padding-right: 54px;
	}
	.comm-banner button{
		width: 54px;
		height: 54px;
	}
	.news-list-s1 .link-box a{
		font-size: 20px;
	}
	.news-list-s1 .item h3{
		font-size: 20px;
		height: 50px;
	}
	.news-list-s1 .item .line{
		margin: 15px 0;
	}
	.news-list-s1 .item .date span{
		font-size: 40px;
	}
	.news-list-s1 .item .date{
		padding-left: 60px;
	}
	.comm-tit p{
		font-size: 18px;
	}
	.product-s1 .para{
		font-size: 15px;
	}
	.product-s2 .item h3{
		font-size: 20px;
	}
	.product-s2 .item p{
		font-size: 15px;
	}
	.product-s2 .item span{
		font-size: 20px;
	}
	.product-s3 .item h3{
		font-size: 20px;
	}
	.product-s3 .item p{
		font-size: 15px;
	}
	.product-s5 .item h3{
		font-size: 20px;
	}
	.product-s5 .item p{
		font-size: 15px;
	}
	.product-s5 .item{
		margin-top: 0;
	}
	.comm-s3 .tab-tit span{
		line-height: 70px;
	}
	.comm-s3 .tab-cont .item h3{
		font-size: 20px;
	}
	.comm-s3 .tab-cont .item p{
		font-size: 15px;
		line-height: 24px;
		height: 96px;
	}
	.comm-banner .tip a{
		font-size: 16px;
	}
	.search-s2 .item h3{
		font-size: 18px;
	}
	.search-s2 .item .url{
		font-size: 14px;
	}
	.search-s2 .item span{
		font-size: 14px;
	}
	.sitemap-s1 a.btn{
		line-height: 54px;
	}
	.comm-s1 .item{
		height: 100px; display:none;
	}
	.comm-s1 .item .num span{
		font-size: 26px;
	}
	.solution-s1 .item h3{
		font-size: 20px;
		margin: 20px 0 15px;
	}
	.solution-s2 .ani-box .left-box h3,
	.solution-s2 .ani-box .center-box h3,
	.solution-s2 .ani-box .right-box h3{
		font-size: 20px;
	}
	.solution-s2 .ani-box .left-box p,
	.solution-s2 .ani-box .center-box h4{
		font-size: 14px;
	}
	.solution-s2 .ani-box .center-box .item p{
		font-size: 12px;
		line-height: 16px;
	}
	.solution-s2 .ani-box .center-box .bot-box .item i{
		width: 10px;
		height: 10px;
		top: 2px;
		left: 3px;
	}
	.solution-s2 .ani-box .center-box .bot-box .item .para{
		font-size: 12px;
		line-height: 16px;
		padding: 10px;
	}
	.solution-s3 .item h3{
		font-size: 20px;
	}
	.solution-s3 .item span{
		font-size: 20px;
	}
	.index-s1 .item h3{
		font-size: 36px;
	}
	.index-s1 .item p{
		font-size: 18px;
	}
	.index-s2 .para{
		font-size: 15px;
	}
	.index-s3 .cont-box .ani-tree .item{
		width: 200px;
	}
	.index-s3 .cont-box .ani-tree .item .icon h3{
		font-size: 18px;
	}
	.index-s3 .cont-box .ani-tree .item .icon i{
		height: 60px;
	}
	.index-s3 .cont-box .ani-tree .item .icon{
		width: 200px;
		height: 200px;
	}
	.index-s4 .info-box h3{
		font-size: 20px;
	}
	.index-s4 .box-1 .item h3{
		font-size: 18px;
		margin: 20px 20px 0;
	}
	.index-s4 .box-1 .item p{
		font-size: 15px;
	}
	.index-s4 .box-3 .item h3{
		font-size: 18px;
	}
	.index-s4 .box-3 .item p{
		font-size: 15px;
	}
	.index-s5 .item .para{
		font-size: 16px;
		height: 96px;
	}
	.index-s5 .item h3{
		font-size: 20px;
	}
	.index-s6 .item{
		height: 90px;
	}
	.index-s7 .left-box h3{
		font-size: 20px;
	}
	.index-s8 h3{
		font-size: 28px;
	}
	.index-s9 .cont a{
		width: 76px;
		height: 76px;
	}
	.index-s9 .cont a:before{
		top: -10px;
		right: -10px;
		bottom: -10px;
		left: -10px;
	}
}



@media screen and (max-width: 1366px){
	.comm-share{
		margin-left: -60px;
	}
	.inner-tit h3,
	.comm-tit h3{
		font-size: 26px;
	}
	.inner-tit p{
		font-size: 16px;
	}
	.comm-banner h2{
		font-size: 40px;
	}
	.comm-banner h3{
		font-size: 36px;
	}
	.comm-banner h4{
		font-size: 22px;
	}
	.comm-banner p{
		font-size: 16px;
		margin-top: 15px;
	}
	.about-s2 .item .txt-box{
		padding: 24px;
	}
	.about-s2 .item h3{
		margin: 0 -24px;
		padding: 0 24px;
	}
	.about-s3 .top-block .item .box p{
		line-height: 26px;
	}
	.about-s3 .button{
		width: 50px;
		height: 50px;
	}
	.daka-detail-s1 .date{
		font-size: 18px;
	}
	.daka-detail-s1 h3{
		font-size: 36px;
	}
	.daka-detail-s2 .right-box .info-box{
		padding: 20px 0 30px;
	}
	.daka-detail-s2 .right-box .info-box h3{
		font-size: 18px;
		margin-left: -24px;
	}
	.daka-detail-s2 .right-box .info-box h3:before{
		margin: -4px 22px 0 0;
	}
	.daka-detail-s2 .right-box .btns{
		padding: 24px;
	}
	.daka-detail-s2 .right-box .btns a span{
		line-height: 40px;
	}
	.daka-detail-s2 .left-box .daka-box .tit{
		font-size: 18px;
	}
	.daka-detail-s2 .right-box .case-info{
		padding: 0 24px;
	}
	.daka-detail-s2 .right-box .top-block{
		padding: 0 24px 24px;
	}
	.daka-detail-s2 .right-box .top-block h3{
		font-size: 18px;
	}
	.daka-detail-s2 .right-box .top-block .link{
		padding-top: 24px;
	}
	.case-list-s1 .item h3{
		font-size: 18px;
	}
	.case-list-s1 .item p{
		margin-top: 15px;
	}
	.case-list-s1 .item span{
		width: 50px;
		height: 50px;
	}
	.daka-list-s1 .item h3{
		font-size: 18px;
	}
	.daka-list-s1 .item p{
		line-height: 24px;
		height: 48px;
	}
	.comm-banner form{
		height: 50px;
		padding-right: 50px;
	}
	.comm-banner button{
		width: 50px;
		height: 50px;
	}
	.news-list-s1 .link-box a{
		font-size: 18px;
	}
	.news-list-s1 .item h3{
		font-size: 18px;
		height: 45px;
	}
	.news-list-s1 .item .more{
		width: 50px;
		height: 50px;
	}
	.case-list-s1 a.more,
	.daka-list-s1 a.more,
	.news-list-s1 a.more{
		width: 180px;
		line-height: 50px;
		font-size: 15px;
	}
	.news-list-s1 .item .date span{
		font-size: 34px;
	}
	.news-list-s1 .item .date{
		padding-left: 50px;
		line-height: 20px;
	}
	.comm-tit p{
		font-size: 16px;
		margin-top: 0px;
	}
	.product-s1 .ani-box .box-3 span,
	.product-s1 .ani-box .box-4 span,
	.product-s1 .ani-box .box-5 span,
	.product-s1 .ani-box .box-6 span,
	.product-s1 .ani-box .box-7 span,
	.product-s1 .ani-box .box-8 span,
	.product-s1 .ani-box .box-9 span,
	.product-s1 .ani-box .box-10 span,
	.product-s1 .ani-box .box-11 span{
		line-height: 34px;
		letter-spacing: 0;
	}
	.product-s1 .ani-box .box-3 span,
	.product-s1 .ani-box .box-4 span{
		max-width: 150px;
	}
	.product-s1 .ani-box .box-5 span{
		max-width: 100px;
	}
	.product-s1 .ani-box .box-6 span,
	.product-s1 .ani-box .box-7 span,
	.product-s1 .ani-box .box-8 span{
		max-width: 100px;
	}
	.product-s2 .item h3{
		font-size: 18px;
	}
	.product-s2 .item p{
		line-height: 24px;
	}
	.product-s2 .item span{
		font-size: 18px;
	}
	.product-s3 .item h3{
		font-size: 18px;
	}
	.product-s4 .item p,
	.index-s4 .box-2 .item p{
		margin-top: 10px;
	}
	.product-s5 .item h3{
		font-size: 18px;
	}
	.product-s5 .right-box .ani i,
	.index-s4 .box-3 .right-box .ani i{
		width: 16px;
		height: 16px;
		margin-top: -8px;
	}
	.comm-s3 .tab-cont .item h3{
		font-size: 18px;
	}
	.search-s2 .item h3{
		margin-top: 10px;
	}
	.search-s2 .item .url{
		margin-top: 10px;
	}
	.search-s2 .item span{
		margin-top: 15px;
	}
	.sitemap-s1 a.btn{
		line-height: 46px;
	}
	.comm-s1 .item{
		height: 80px; display:none;
	}
	.comm-s1 .item .num span{
		font-size: 24px;
	}
	.solution-s1 .item h3{
		font-size: 18px;
	}
	.solution-s2 .ani-box .left-box h3, .solution-s2 .ani-box .center-box h3, .solution-s2 .ani-box .right-box h3{
		font-size: 18px;
	}
	.solution-s2 .ani-box .center-box .bot-box{
		margin-top: 40px;
	}
	.solution-s2 .ani-box .left-line,
	.solution-s2 .ani-box .right-line{
		height: 240px;
	}
	.solution-s2 .ani-box .left-box .para{
		padding: 15px 10px;
	}
	.solution-s3 .item h3{
		font-size: 18px;
	}
	.solution-s3 .item span{
		font-size: 18px;
	}
	.index-s1 .item h3{
		font-size: 32px;
	}
	.index-s1 .item p{
		font-size: 16px;
		margin-top: 15px;
	}
	.index-s3 .cont-box .ani-tree .items{
		margin-top: -130px;
	}
	.index-s3 .cont-box .ani-tree .item .icon h3{
		font-size: 16px;
	}
	.index-s4 .box-3 .left-box{
		padding-right: 3vw;
	}
	.index-s4 .box-3 .item{
		padding: 15px 20px;
	}
	.index-s4 .box-3 .item .txt{
		padding: 0 20px;
	}
	.index-s5 .item .para{
		font-size: 15px;
		line-height: 24px;
	}
	.index-s5 .item .img-box{
		width: 120px;
		height: 120px;
		border-width: 8px;
		margin: 20px auto;
	}
	.index-s5 .item h3{
		font-size: 18px;
	}
	.index-s6 .item{
		height: 80px;
	}
	.index-s7 .left-box h3{
		font-size: 18px;
	}
	.index-s7 .left-box p{
		margin: 15px 0;
	}
	.index-s8 h3{
		font-size: 24px;
	}
	.index-s9 .cont a{
		width: 60px;
		height: 60px;
	}
}



@media screen and (max-width: 1024px){
	.daka-detail{
		padding-top: 60px;
	}
	.comm-share{
		display: none;
	}
	.case-list-s1 .label a{
		margin-right: 5px;
	}
	.case-list-s1 .item .info-box,
	.case-list-s1 .item span,
	.case-list-s1 .item:after{
		display: none;
	}
	.daka-detail-s2 .right-box{
		position: static;
		width: 100%;
	}
	.daka-detail-s2 .right-box .logo-box{
		height: 80px;
	}
	.daka-detail-s2 .right-box .btns a .tel-box{
		display: none;
	}
	.daka-detail-s2 .left-box{
		width: 100%;
		&.ml{
			margin-top: 20px;
			margin-left: 0;
		}
		&.mr{
			margin-bottom: 20px;
			margin-right: 0;
		}
	}
	.comm-s3 .tab-cont .swiper{
		padding: 0 20px;
	}
	.comm-s3 .tab-cont .item.swiper-slide-active{
		width: 100%;
	}
	.comm-s3 .tab-cont .item{
		width: 100%;
		transition: none;
	}
	.comm-s3 .tab-cont .item .img-box{
		width: 100%;
	}
	.comm-s3 .tab-cont .item .txt-box{
		width: 100%;
		position: static;
	}
	.comm-s3 .tab-cont .items{
		padding-right: 0;
	}
	.comm-s3 .tab-cont .item .txt-box{
		padding: 24px 30px;
	}
	.comm-s3 .button,
	.product-s2 .button{
		display: none;
	}
	.sitemap-s1 a.btn{
		font-size: 15px;
	}
	.solution-s2 .ani-box{
		display: none;
	}
	.solution-s2 .m-show{
		display: block;
		margin-top: 20px;
		img{
			display: block;
			width: 100%;
		}
	}
	.index-s3 .cont-box .ani-center,
	.index-s3 .cont-box .ani-dot,
	.index-s3 .cont-box .ani-num,
	.index-s3 .cont-box .ani-tree .img-box{
		display: none;
	}
	.index-s3 .cont-box .ani-tree .items{
		margin: 0 auto;
		width: 100%;
		padding: 0 20px;
	}
	.index-s3 .cont-box .ani-tree .item:nth-of-type(2){
		margin-top: 0;
	}
	.index-s3 .cont-box .ani-tree .item{
		opacity: 1;
	}
}



@media screen and (max-width: 768px){
	body{
		padding-top: 60px;
	}
	.wrapper{
		width: 100%;
	}
	.comm-banner .txt-box{
		padding-top: 0;
		padding: 0 20px;
	}
	.comm-banner h2{
		font-size: 30px;
	}
	.comm-banner p{
		margin-top: 10px;
	}
	.about-s1{
		padding: 40px 20px;
	}
	.inner-tit h3, .comm-tit h3{
		font-size: 28px;
	}
	.inner-tit p{
		font-size: 12px;
		margin-top: 5px;
	}
	.inner-tit .txt{
		margin: 0 20px;
	}
	.inner-tit:before, .inner-tit:after{
		width: 30px;
	}
	.about-s1 .para{
		margin-top: 20px;
		font-size: 14px;
		line-height: 24px;
	}
	.about-s1 .map-box{
		padding-top: 40px;
	}
	.about-s1 .map-dot:before{
		width: 20px;
		height: 25px;
	}
	.about-s1 .map-dot span{
		font-size: 12px;
	}
	.about-s2{
		padding: 40px 20px;
	}
	.about-s2 .item .txt-box{
		padding: 15px 20px;
	}
	.about-s2 .item h3{
		margin: 0 -20px;
		padding: 0 20px;
		font-size: 16px;
	}
	.about-s2 .item h3:before{
		width: 2px;
		height: 16px;
		margin-top: -8px;
	}
	.about-s3{
		padding: 40px 20px;
	}
	.about-s3 .cont{
		margin: 20px -20px 0;
		padding: 0 20px;
	}
	.about-s3 .top-block .item h3{
		margin-top: 20px;
	}
	.about-s3 .bot-block{
		margin-top: 80px;
	}
	.about-s3 .bot-block .item .shadow{
		height: 20px;
		background-size: 100% 100%;
	}
	.about-s3 .swiper-pagination,
	.product-s2 .swiper-pagination{
		position: static;
		text-align: center;
	}
	.about-s3 .swiper-pagination-bullet,
	.product-s2 .swiper-pagination-bullet{
		margin: 0 2px;
	}
	.about-s3 .swiper-pagination-bullet-active,
	.product-s2  .swiper-pagination-bullet-active{
		background-color: $green;
	}
	.about-s3 .button{
		display: none;
	}
	.comm-s2{
		padding: 40px 20px;
	}
	.daka-detail{
		padding-top: 0;
	}
	.daka-detail-s1{
		padding: 60px 20px;
	}
	.daka-detail-s1 h3{
		font-size: 30px;
	}
	.daka-detail-s2{
		padding: 20px 20px 40px;
	}
	.daka-detail-s2 .main{
		margin-top: 0;
	}
	.daka-detail-s2 .right-box .top-block h3{
		line-height: 50px;
	}
	.comm-banner h3{
		font-size: 30px;
	}
	.case-list-s1{
		padding: 20px 20px 40px;
	}
	.case-list-s1 .label{
		@include transform(none);
		padding: 15px 20px;
	}
	.case-list-s1 .label span{
		display: none;
	}
	.case-list-s1 .label a{
		font-size: 14px;
	}
	.case-list-s1 .items{
		margin-top: 20px;
	}
	.comm-banner h4{
		font-size: 18px;
	}
	.daka-list-s1{
		padding: 40px 20px;
	}
	.news-list-s1{
		padding: 40px 20px;
	}
	.product-s1{
		padding: 40px 20px;
	}
	.product-s1 .ani-box{
		display: none;
	}
	.product-s1 .m-show{
		display: block;
		margin-top: 20px;
		img{
			display: block;
			width: 100%;
		}
	}
	.product-s2{
		padding: 40px 20px;
	}
	.product-s2 .ope{
		display: none;
	}
	.product-s3{
		padding: 40px 20px;
	}
	.product-s4{
		padding: 40px 20px;
	}
	.product-s5{
		padding: 40px 20px;
	}
	.comm-s3{
		padding: 40px 20px;
	}
	.search-s2{
		padding: 40px 20px;
	}
	.sitemap-s1{
		padding: 40px 20px;
	}
	.legal-s1{
		padding: 40px 20px;
	}
	.comm-s1{
		padding: 40px 20px;
		position: static;
		transform: none;
		display: none;
	}
	.comm-s1 .items{
		display: block;
		font-size: 0;
	}
	.comm-s1 .item{
		height: auto;
		@include inline-top;
		width: 50%;
		margin-top: 20px;
		&:nth-of-type(1),
		&:nth-of-type(2){
			margin-top: 0;
		}
	}
	.solution-s1{
		padding: 40px 20px;
	}
	.solution-s1 .items{
		flex-wrap: wrap;
	}
	.solution-s1 .item{
		width: calc(50% - 24px);
		margin: 12px;
	}
	.solution-s2{
		padding: 40px 20px;
	}
	.solution-s3{
		padding: 40px 20px;
	}
	.solution-s3 .items{
		flex-wrap: wrap;
	}
	.solution-s3 .item{
		width: 50%;
	}
	.index-s2,
	.index-s9{
		padding: 40px 20px;
	}
	.index-s3{
		padding: 40px 20px;
	}
	.index-s3 .cont-box .ani-tree .items{
		padding: 0;
	}
	.index-s4 .top-box{
		padding-top: 40px;
	}
	.index-s4 .bot-box{
		padding: 40px 20px 220px;
	}
	.index-s5{
		padding: 40px 20px;
	}
	.index-s6{
		padding: 40px 20px;
	}
	.index-s7{
		padding: 40px 20px;
	}
}



@media screen and (max-width: 640px){
	.comm-banner h2{
		font-size: 20px;
		letter-spacing: 0;
	}
	.comm-banner p{
		font-size: 12px;
	}
	.about-s2 .items{
		margin: 20px 0 0;
		display: block;
	}
	.about-s2 .item{
		width: 100%;
		margin: 20px 0 0;
		&:nth-of-type(1){
			margin-top: 0;
		}
	}
	.about-s3 .top-block{
		height: auto;
		max-height: none;
	}
	.about-s3 .top-block .item{
		margin-top: 20px;
		position: static;
		@include transform(none);
		background-color: #f9f9f9;
		padding: 20px;
		text-align: left;
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-image: url('../images/about/img-5.png');
	}
	.about-s3 .top-block .item:before{
		display: none;
	}
	.about-s3 .top-block .item h3{
		margin-top: 0;
		@include inline-middle;
	}
	.about-s3 .top-block .item h4{
		@include inline-middle;
		margin-left: 10px;
	}
	.about-s3 .top-block .item .hide{
		position: static;
		@include transform(none);
		opacity: 1;
		visibility: visible;
		padding-top: 0;
		margin-top: 10px;
	}
	.about-s3 .top-block .item .hide:before,
	.about-s3 .top-block .item .hide:after{
		display: none;
	}
	.about-s3 .top-block .item .box{
		background-color: transparent;
		padding: 0;
	}
	.about-s3 .top-block .item .box p{
		font-size: 14px;
		line-height: 24px;
		color: #808080;
		padding-left: 0;
	}
	.about-s3 .top-block .item .box p:before{
		position: static;
		@include inline-middle;
		background-color: #333;
		margin: -2px 10px 0 0;
	}
	.about-s3 .bot-block{
		margin-top: 20px;
	}
	.comm-s2 .form{
		margin: 20px auto 0;
	}
	.comm-s2 .box{
		display: block;
		width: 100% !important;
		margin-right: 0;
		margin-top: 15px;
		&:nth-of-type(1){
			mask-type: 0;
		}
	}
	.comm-s2 input{
		height: 40px;
		padding: 0 10px;
	}
	.comm-s2 button{
		height: 40px;
	}
	.daka-detail-s1 .date{
		font-size: 16px;
	}
	.daka-detail-s1 h3{
		font-size: 20px;
		margin-top: 15px;
	}
	.daka-detail-s2 .right-box .case-info{
		padding: 0 20px;
	}
	.daka-detail-s2 .right-box .info-box{
		padding: 20px 0;
	}
	.daka-detail-s2 .right-box .info-box h3{
		margin-left: -20px;
	}
	.daka-detail-s2 .right-box .info-box h3:before{
		margin: -4px 18px 0 0;
		height: 16px;
	}
	.daka-detail-s2 .right-box .info-box .para{
		margin-top: 15px;
	}
	.daka-detail-s2 .right-box .btns{
		margin-top: 20px;
		padding: 20px;
	}
	.daka-detail-s2 .right-box .btns a{
		width: calc(50% - 10px);
	}
	.daka-detail-s2 .right-box .btns a:nth-of-type(1){
		margin-right: 20px;
	}
	.daka-detail-s2 .left-box .top-block{
		padding: 20px;
	}
	.daka-detail-s2 .left-box .daka-box{
		margin-top: 20px;
		padding-top: 20px;
	}
	.daka-detail-s2 .left-box .daka-box .tit:before{
		height: 16px;
		margin: -4px 18px 0 0;
	}
	.daka-detail-s2 .left-box .daka-box .para{
		font-size: 14px;
		line-height: 24px;
	}
	.daka-detail-s2 .left-box .daka-box .para span{
		width: 16px;
		height: 16px;
		line-height: 16px;
		margin: -2px 5px 0 0;
	}
	.daka-detail-s2 .right-box .top-block{
		padding: 0 20px 20px;
	}
	.daka-detail-s2 .right-box .top-block .link{
		padding-top: 20px;
	}
	.daka-detail-s2 .right-box .top-block .link a{
		font-size: 14px;
	}
	.comm-other{
		margin-top: 20px;
		padding: 15px 20px;
	}
	.comm-other a{
		font-size: 14px;
		line-height: 24px;
	}
	.comm-banner h3{
		font-size: 20px;
		letter-spacing: 0;
	}
	.case-list-s1 .label a{
		padding: 0 12px;
	}
	.case-list-s1 .items{
		margin: 20px 0 0;
	}
	.case-list-s1 .item{
		width: 100%;
		margin: 15px 0 0;
		&:nth-of-type(1){
			margin-top: 0;
		}
	}
	.case-list-s1 .item .logo-box{
		height: 60px;
	}
	.case-list-s1 a.more, .daka-list-s1 a.more, .news-list-s1 a.more{
		width: 130px;
		line-height: 40px;
		font-size: 14px;
	}
	.case-list-s1 a.more,
	.daka-list-s1 a.more,
	.news-list-s1 a.more{
		margin-top: 20px;
	}
	.comm-banner h4{
		font-size: 14px;
		letter-spacing: 0;
	}
	.daka-list-s1 .item{
		margin-top: 20px;
	}
	.daka-list-s1 .item a{
		padding: 0;
	}
	.daka-list-s1 .item .img-box{
		width: 100%;
		margin: 0 auto;
	}
	.daka-list-s1 .item a:before,
	.daka-list-s1 .item span,
	.daka-list-s1 .item .line{
		display: none;
	}
	.daka-list-s1 .item .txt-box{
		width: 100%;
		padding: 15px 20px;
	}
	.daka-list-s1 .item h3{
		font-size: 16px;
	}
	.daka-list-s1 .item p{
		margin: 10px 0;
		line-height: 20px;
		height: 40px;
	}
	.daka-list-s1 .item p,
	.daka-list-s1 .item .date{
		font-size: 14px;
	}
	.daka-detail-s2 .left-box a.back{
		width: 70px;
		height: 70px;
		margin-top: 20px;
	}
	.daka-detail-s2 .left-box a.back span{
		font-size: 12px;
	}
	.comm-banner form{
		margin-top: 10px;
		width: 80%;
		height: 40px;
		padding-right: 40px;
	}
	.comm-banner button{
		width: 40px;
		height: 40px;
		background-size: auto 16px;
	}
	.comm-banner input{
		padding: 0 10px;
	}
	.news-list-s1 .link-box a{
		font-size: 16px;
		margin: 0 10px;
	}
	.news-list-s1 .link-box a:after{
		height: 2px;
	}
	.news-list-s1 .items{
		margin: 20px 0 0;
	}
	.news-list-s1 .item{
		width: 100%;
		margin: 15px 0 0;
		&:nth-of-type(1){
			margin-top: 0;
		}
	}
	.news-list-s1 .item a{
		padding: 0 !important;
	}
	.news-list-s1 .item .date{
		top: 15px;
		left: 20px;
	}
	.news-list-s1 .item .date span{
		font-size: 30px;
	}
	.news-list-s1 .item .img-box{
		position: relative;
	}
	.news-list-s1 .item .txt-box{
		padding: 15px 0;
	}
	.news-list-s1 .item h3{
		font-size: 16px;
		line-height: 24px;
	}
	.news-list-s1 .item .line{
		height: 2px;
	}
	.comm-tit p{
		font-size: 16px;
	}
	.product-s1 .para:before{
		margin: 15px auto;
	}
	.product-s1 .para{
		font-size: 14px;
		line-height: 24px;
	}
	.product-s2 .item{
		padding: 20px 20px 60px;
	}
	.product-s2 .item i{
		width: 100%;
		height: 60px;
	}
	.product-s2 .item h3{
		font-size: 16px;
		margin: 0 0 15px;
	}
	.product-s2 .item p{
		font-size: 14px;
		line-height: 24px;
	}
	.product-s2 .item span{
		bottom: 20px;
	}
	.product-s2 .swiper{
		margin-top: 20px;
	}
	.product-s3 .items{
		margin: 20px 0 0;
		display: block;
	}
	.product-s3 .item{
		width: 100%;
		margin: 20px 0 0;
		&:nth-of-type(1){
			margin-top: 0;
		}
	}
	.product-s3 .item .txt-box{
		padding: 15px 20px;
	}
	.product-s3 .item h3{
		font-size: 16px;
	}
	.product-s3 .item p{
		font-size: 14px;
	}
	.product-s4 .cont{
		width: 100%;
		margin: 20px 0 0;
	}
	.product-s4 .cont img.bg,
	.product-s4 .circle,
	.product-s4 img.mac,
	.product-s4 img.lattice{
		display: none;
	}
	.product-s4 .item,
	.index-s4 .box-2 .item{
		position: static;
		animation: none;
		padding: 15px 20px;
		width: 100%;
		&:nth-of-type(even){
			background-color: #f8f8f8;
		}
	}
	.product-s4 .item:after,
	.index-s4 .box-2 .item:after{
		display: none;
	}
	.product-s4 .item .dot,
	.index-s4 .box-2 .item .dot{
		float: left;
	}
	.product-s4 .item span,
	.index-s4 .box-2 .item span{
		margin-left: 50px;
		line-height: 20px;
		margin-top: 6px;
	}
	.product-s4 .item .hide,
	.index-s4 .box-2 .item .hide{
		position: static;
		opacity: 1;
		visibility: visible;
		@include transform(none);
		padding: 0;
		margin: 10px 0 0 50px;
	}
	.product-s4 .item .hide:before,
	.index-s4 .box-2 .item .hide:before{
		display: none;
	}
	.product-s4 .item .bg,
	.index-s4 .box-2 .item .bg{
		text-align: left;
		background-color: transparent;
		padding: 0;
		box-shadow: none;
		font-size: 0;
	}
	.product-s4 .item p,
	.index-s4 .box-2 .item p{
		color: #808080;
		@include inline-top;
		width: 50%;
		line-height: 20px;
		margin-top: 0;
	}
	.product-s5 .cont{
		margin-top: 20px;
	}
	.product-s5 .left-box,
	.index-s4 .box-3 .left-box{
		width: 100%;
		display: block;
		padding-right: 0;
	}
	.product-s5 .item,
	.index-s4 .box-3 .item{
		padding: 0;
		margin-top: 20px;
	}
	.product-s5 .item .txt,
	.index-s4 .box-3 .item .txt{
		padding-left: 20px;
	}
	.product-s5 .item h3,
	.index-s4 .box-3 .item h3{
		font-size: 16px;
	}
	.product-s5 .item p,
	.index-s4 .box-3 .item p{
		font-size: 14px;
	}
	.product-s5 .right-box,
	.index-s4 .box-3 .right-box{
		width: 100%;
		margin-top: 20px;
	}
	.comm-s3 .tab-tit{
		margin-top: 20px;
	}
	.comm-s3 .tab-tit span{
		font-size: 12px;
		padding: 0 5px 10px;
		margin: 0;
		line-height: 20px;
	}
	.comm-s3 .tab-cont{
		margin-top: 20px;
	}
	.comm-s3 .tab-cont .swiper{
		padding: 0;
	}
	.comm-s3 .tab-cont .item{
		padding: 0;
	}
	.comm-s3 .tab-cont .item .img-box{
		height: 80px;
	}
	.comm-s3 .tab-cont .item .txt-box{
		padding: 20px;
	}
	.comm-s3 .tab-cont .item h3{
		font-size: 16px;
	}
	.comm-s3 .tab-cont .item p{
		font-size: 14px;
		margin: 10px 0;
	}
	.comm-banner .tip{
		margin-top: 10px;
	}
	.comm-banner .tip a{
		color: #fff;
		font-size: 12px;
		margin: 0 5px;
		padding-left: 0;
		line-height: 20px;
		&.active{
			color: $green;
		}
	}
	.comm-banner .tip a:before,
	.comm-banner .tip a:after{
		display: none;
	}
	.search-s2 .item{
		border-bottom-width: 2px;
	}
	.search-s2 .item a{
		padding: 20px 0;
	}
	.search-s2 .item .date{
		font-size: 12px;
	}
	.search-s2 .item h3{
		font-size: 16px;
	}
	.search-s2 .item .url{
		font-size: 12px;
		line-height: 18px;
	}
	.search-s2 .tip{
		text-align: center;
	}
	.sitemap-s1 .item{
		padding: 15px 0;
	}
	.sitemap-s1 a.btn{
		width: calc((100% - 10px) / 3);
	    line-height: 36px;
	    font-size: 13px;
	}
	.sitemap-s1 .link a.btn{
		margin-right: 5px;
		margin-top: 5px;
		&:nth-of-type(3n){
			margin-right: 0;
		}
		&:nth-of-type(4n){
			margin-right: 5px;
		}
	}
	.legal-s1 .para{
		font-size: 14px;
		line-height: 24px;
	}
	.solution-s1 .items{
		display: block;
		margin: 20px 0 0;
	}
	.solution-s1 .item{
		width: 100%;
		margin: 20px 0 0;
		padding: 20px;
		&:nth-of-type(1){
			margin-top: 0;
		}
	}
	.solution-s1 .item i{
		height: 60px;
	}
	.solution-s1 .item h3{
		font-size: 16px;
		margin: 15px 0;
	}
	.solution-s3 .cont{
		margin-top: 20px;
	}
	.solution-s3 .items{
		display: block;
		padding: 0;
	}
	.solution-s3 .item{
		width: 100%;
		padding: 20px 20px 60px;
		margin-top: 20px;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
		border: none;
		&:nth-of-type(1){
			margin-top: 0;
		}
	}
	.solution-s3 .item i{
		width: 100%;
		height: 60px;
	}
	.solution-s3 .item h3{
		font-size: 16px;
		margin: 0 0 15px;
	}
	.solution-s3 .item span{
		bottom: 20px;
	}
	.index-s1 .item h3{
		font-size: 20px;
	}
	.index-s1 .item p{
		font-size: 12px;
		margin-top: 10px;
	}
	.index-s2 .cont{
		margin-top: 20px;
	}
	.index-s2 .img-box{
		display: block;
		width: 100%;
	}
	.index-s2 .txt-box{
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.index-s2 .para{
		font-size: 14px;
		line-height: 24px;
	}
	.index-s2 a{
		width: 120px;
		line-height: 36px;
		margin-top: 20px;
	}
	.index-s2 .dot-box{
		display: none;
	}
	.index-s2 .ani{
		width: 100%;
		margin: 0 auto;
	}
	.index-s3 .cont-box{
		margin-top: 20px;
	}
	.index-s3 .cont-box .ani-tree .items{
		display: block;
	}
	.index-s3 .cont-box .ani-tree .item{
		width: 100%;
		margin-top: 20px;
		animation: none;
		&:nth-of-type(1){
			margin-top: 0;
		}
	}
	.index-s3 .cont-box .ani-tree .item:nth-of-type(2){
		margin-top: 20px;
	}
	.index-s3 .cont-box .ani-tree .item .icon{
		width: 100%;
		height: auto;
	}
	.index-s3 .cont-box .ani-tree .item .icon .txt{
		position: static;
		border: none;
		background-color: transparent;
		border-radius: 0;
	}
	.index-s3 .cont-box .ani-tree .item .icon:before{
		display: none;
	}
	.index-s3 .cont-box .ani-tree .item .icon i{
		width: 40px;
		height: 40px;
		float: left;
		margin-top: 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	.index-s3 .cont-box .ani-tree .item .icon h3{
		line-height: 40px;
		padding-left: 60px;
		text-align: left;
	}
	.index-s3 .cont-box .ani-tree .item p{
		margin-top: 10px;
	}
	.index-s4 .tab-tit{
		margin-top: 20px;
	}
	.index-s4 .tab-tit .item{
		margin: 0 30px;
		padding-bottom: 20px;
	}
	.index-s4 .tab-tit .item .line{
		width: 40px;
		right: -50px;
		top: 15px;
	}
	.index-s4 .tab-tit .item:before{
		width: 30px;
		height: 30px;
	}
	.index-s4 .tab-tit .item span{
		font-size: 14px;
		margin-top: 10px;
	}
	.index-s4 .tab-tit .item:after{
		border-width: 10px;
		margin-left: -10px;
	}
	.index-s4 .info-box{
		margin-bottom: 20px;
	}
	.index-s4 .info-box h3{
		font-size: 18px;
	}
	.index-s4 .box{
		padding: 0;
	}
	.index-s4 .box-1 .item{
		width: 100%;
		margin: 20px 0 0;
		&:nth-of-type(1){
			margin-top: 0;
		}
	}
	.index-s4 .box-1 .item .hide{
		display: none;
	}
	.index-s4 .box-1 .item h3{
		font-size: 16px;
		margin: 10px 0 0;
	}
	.index-s4 .box-1 .item .m-show{
		display: block;
		margin-top: 5px;
		font-size: 14px;
	}
	.index-s4 .box-2 .items{
		display: block;
	}
	.index-s5 .items{
		margin: 20px 0 0;
	}
	.index-s5 .item .para{
		height: auto;
	}
	.index-s5 .ope{
		margin-top: 20px;
	}
	.index-s6 a.more{
		width: 120px;
		line-height: 36px;
		font-size: 14px;
		margin-top: 20px;
	}
	.index-s6 .items{
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.index-s6 .item{
		height: 60px;
	}
	.index-s7 .top-box{
		margin-top: 20px;
	}
	.index-s7 .top-box:before{
		display: none;
	}
	.index-s7 .left-box{
		width: 100%;
		padding: 20px;
	}
	.index-s7 .left-box img{
		display: none;
	}
	.index-s7 .left-box .cont{
		padding: 0;
	}
	.index-s7 .left-box h3{
		font-size: 16px;
	}
	.index-s7 .left-box p{
		margin: 10px 0;
	}
	.index-s7 .left-box .date{
		font-size: 14px;
	}
	.index-s7 .right-box{
		width: 100%;
		position: static;
		height: 40vw;
		max-height: 150px;
	}
	.index-s7 .bot-box{
		margin-top: 20px;
	}
	.index-s7 .button{
		display: none;
	}
	.index-s7 .bot-box .items{
		margin: 0;
	}
	.index-s7 .swiper-pagination{
		position: static;
	}
	.index-s7 .swiper-pagination-bullet-active{
		background: $yellow;
	}
	.index-s8 .cont{
		height: auto;
		padding: 40px 20px;
	}
	.index-s8 h3{
		display: block;
		width: 100%;
		font-size: 20px;
	}
	.index-s8 form{
		width: 100%;
		display: block;
		margin-top: 20px;
		padding-right: 0;
	}
	.index-s9 .cont{
		margin-top: 20px;
	}
	.index-s9 .cont .pop:before,
	.index-s9 .cont .pop:after,
	.index-s9 .cont .pop i{
		display: none;
	}
	.index-s9 .cont a{
		width: 40px;
		height: 40px;
	}
}














