/*banner*/
.cy-banner-web{
    background: url(../image/banner-web.jpg) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: 720px;
    text-align: center;
	font-style: oblique;
}
.cy-banner-web .title{
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    padding-top: 200px;
}
.cy-banner-web .subtitle{
    font-size: 28px;
    margin-top: 30px;
    color: #FFFFFF;
    padding-left: 0px;
}
.cy-banner-web .desc{
    font-size: 24px;
    margin-top: 20px;
    color: #FFFFFF;
}
.cy-banner-web .line{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
}
/*优势*/
.cy-web-advantage{
    /* background: url(../image/bg-about-info.jpg) no-repeat center top; */
	background-color: #f6f6f6;
    background-size: 100% auto;
    position: relative;
    padding-bottom: 80px;
}
.cy-advantage-top{
    width: 1550px;
    padding: 50px 30px;
    position: absolute;
    z-index: 99;
    top: -100px;
    left: 50%;
    margin-left: -775px;
    box-shadow: 0 10px 20px 0 #ddd;
    border-radius: 10px;
    background-color: #fff;
}
.cy-advantage-top ul{
    display: flex;
}
.cy-advantage-top li{
    width: 25%;
    padding: 0 20px 0 70px;
    position: relative;
}
.cy-advantage-top li .icon{
    position: absolute;
    left: 10px;
    top: -20px;
}
.cy-advantage-top li .icon i {
    font-size: 48px;
    color: #1476fe;
}
.cy-advantage-top li .title{
    font-size: 24px;
    font-weight: bold;
	color: #000;
}
.cy-advantage-top li .text{
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}
.cy-advantage-title{
    text-align: center;
    padding-top: 180px;
}
.cy-advantage-title .title{
    font-size: 46px;
    font-weight: bold;
	color: #000;
}  
.cy-advantage-title .desc{
    font-size: 14px;
}
.cy-advantage-list{
    padding-top: 50px;
}
.cy-advantage-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cy-advantage-list li{
    width: 24.25%;
    margin: 0 1% 16px 0;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    float: left;
    border-radius: 3px;
    transition: all ease-out 0.35s;
    box-shadow: 0 10px 20px 0 #eee;
}
.cy-advantage-list li:hover{
    background-color: #1476fe;
    color: #FFFFFF;
}
.cy-advantage-list li:hover .icon i{
  color: #FFFFFF;
} 
.cy-advantage-list li:nth-child(4n){
  margin-right: 0;
}
.cy-advantage-list li .icon{
    display: block;
	width: 30%;
	float: left;
}
.cy-advantage-list li .icon i {
    font-size: 58px;
    color: #1476fe;
}
.cy-advantage-list li .title{
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
	width: 70%;
	text-align: center;
	line-height: 65px;
	float: right;
}
.cy-advantage-list li .text{
    font-size: 14px;
    margin-top: 0px;
	width: 100%;
	float: left;
}
.cy-advantage-list li .online{
    margin-top: 20px;
	width: 100%;
	float: left;
}
.cy-advantage-list li .online a.more {
    width: ;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    padding-left: 30px;
    background: url(../image/dot-red.png) no-repeat left center;
    background-size: 20px 1px;
    font-size: 16px;
    border-bottom: 1px solid #1476fe;
    display: inline-block;
    color: #1476fe;
    transition: all 0.35s;
}
.cy-advantage-list li:hover .online a.more {
    padding-left: 70px;
    background: url(../image/dot-grey.png) no-repeat left center;
    background-size: 60px 1px;
    transition: all 0.35s;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

/*案例*/
.cy-web-case{
    display: block;
    width: 100%;
    height: auto;
    background: url(../image/bg-web-case.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #FFFFFF;
}
.cy-web-case .title{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}
.cy-web-case .subtitle{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.cy-web-case .desc{
    font-size: 20px;
    text-align: center;
}
.caseitem{
    width:1550px;
    margin:100px auto 0;
}
.caseitem .casebox{
    color:#fff;
}
.caseitem .casebox .pic{
    overflow:hidden;
    width: 100%;
    height: 100%;
}
.caseitem .casebox .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.caseitem .casebox .text{
    position: relative;
    margin-top: 20px;
}
.caseitem .casebox .text .b{
    position:absolute;
    left:0; 
    opacity:0;
    top:32px;
    width:0px; 
    height:0px;
    border-radius:50%;
    background-color:#1476fe;
    font-size:36px;
    color:#fff;
    text-align:center;
    line-height:64px;
    transition: all 0.35s;
}
.caseitem .casebox:hover .text .b{
    position:absolute; 
    left:0;
    opacity:1; 
    top:0; 
    width:64px; 
    height:64px; 
    border-radius:50%; 
    background-color:#1476fe; 
    font-size:36px; 
    color:#fff; 
    text-align:center; 
    line-height:64px;
    transition: all 0.35s;
}
.caseitem .casebox:hover .text .b i{
    font-size: 36px;
}
.caseitem .casebox .text .c{
    padding-left:0px;
    line-height:1.8;
    height:74px;
    transition: all 0.35s;
}
.caseitem .casebox .text .c strong{
    font-size: 24px;
}
.caseitem .casebox .text .c a{
	color:#fff;
	background:rgba(255,255,255,0.2);
	padding: 5px;
	margin-left:15px;
	border-radius: 5px;
}
.caseitem .casebox .text .c a:hover{
	color:#000;
	background:rgba(255,255,255,0.9);
}
.caseitem .casebox:hover .text .c{
    padding-left:80px;
    transition: all 0.35s;
}
.caseitem .swiper-button-next{ 
    right:0px;
    top:50%; 
}
.caseitem .swiper-button-prev{ 
    left:0px;
    top:50%;
}
.caseitem .swiper-button-next,.caseitem .swiper-button-prev{
    margin-top:-50px; 
    width:50px; 
    height:50px; 
    background-color:rgba(237,8,8,0.7); 
    color: #FFFFFF;
    z-index:9999;
}
.caseitem .swiper-button-next:hover,.caseitem .swiper-button-prev:hover{
    background-color:rgba(237,8,8,0.9); 
}
.caseitem .swiper-button-next:after,.caseitem .swiper-button-prev:after{
    font-size:15px;
}
/*插件*/
.cy-web-plug{
    display: block;
    width: 100%;
    padding-top: 70px;
}
.cy-web-plug .title{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}
.cy-web-plug .line{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #1476fe;
}
.cy-web-plug .subtitle{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.cy-web-plug ul{
    display: flex;
    padding-top: 30px;
    padding-bottom: 80px;
    flex-direction: row;
    flex-wrap: wrap;
}
.cy-web-plug li{
    width:30%;
    margin:1.5%;
    float:left;
    min-height:200px;
    border-radius:5px;
    padding:40px;
    box-sizing:border-box;
    background-color:#f6f6f6;
    transition: all 0.35s;
}
.cy-web-plug li:nth-child(4),.cy-web-plug li:nth-child(5),.cy-web-plug li:nth-child(6){
    background-color:#1476fe;
    transition: all 0.35s;
    color:#fff;
}
.cy-web-plug li:nth-child(4) .number img,.cy-web-plug li:nth-child(5) .number img,.cy-web-plug li:nth-child(6) .number img{
    margin-top:-62px;
    transition: all 0.35s;
}
.cy-web-plug li:hover{
    background-color:#1476fe;
    transition: all 0.35s;
    color:#fff;
}
.cy-web-plug li .number{
    width:73px;
    float:left;
    height:62px;
    overflow:hidden;
    margin-top:10px;
    margin-right:10px;
}
.cy-web-plug li .number img{
    width: 100%;
    height: auto;
}
.cy-web-plug li:hover .number img{
    margin-top:-62px;
    transition: all 0.35s;
}
.cy-web-plug li .text{
    float:left;
    line-height:1.6;
}
.cy-web-plug li .text strong{
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.cy-web-plug li .text span{
    display: block;
    font-size: 18px;
    margin-top: 20px;
}

/*名企合作*/
.cy-web-client{
    background: url(../image/bg-web-client.jpg) no-repeat center top;
    background-size: 100% 100%;
    height: 720px;
    margin-top: 0;
    color: #FFFFFF;
}
.cy-web-client .cy-wp{
    padding: 80px 0;
}
.cy-web-client .title{
    font-size: 60px;
    font-weight: bold;
    position: relative;
}
.cy-web-client .title:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    border-radius: 1.5px;
    background-color: #1476fe;
    transition: all 0.35s;
}
.cy-web-client .subtitle{
    font-size: 20px;
    margin-top: 25px;
}

/*定制方案*/
.cy-web-plan{
    background: url(../image/bg-web-plan.png) repeat-y center top;
    margin-bottom: 50px;
    position: relative;
    height: 545px;
}
.cy-web-plan .cy-wp{
    display: flex;
    position: relative;
    height: 100%;
}
.cy-web-plan .text{
    display: block;
}
.cy-web-plan .text .title{
    font-size: 36px;
    margin-top: 80px;
    font-weight: bold;
	color: #000;
}
.cy-web-plan .text .line {
    display: block;
    margin: 15px 0;
    width: 40px;
    height: 2px;
    border-radius: 1px;
    background-color: #1476fe;
}
.cy-web-plan .text .subtitle{
    font-size: 16px;
    margin-top: 25px;
}
.cy-web-plan .text .btn{
    margin-top: 25px;
}
.cy-web-plan .text .btn a{
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    border-radius: 24px;
    text-align: center;
    font-size: 22px;
    border: 1px solid #1476fe;
    display: inline-block;
    color: #fff;
    background-color: #1476fe;
	font-weight: 600;
}
.cy-web-plan .text .btn a:hover {
    border: 1px solid #1476fe;
    display: inline-block;
    background: none;
    color: #1476fe;
    transition: all 0.35s;
	font-weight: 600;
}
.cy-web-plan .pic{
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    z-index: 1;
}
.cy-web-plan .pic img{
    display: block;
    width: auto;
    height: 100%;
}
/*致力于互联网*/
.cy-web-ushi{
    padding: 150px 0;
}
.cy-web-ushi .dvl{
    float: left;
    width:780px;
}
.cy-web-ushi .dvl .ushi{
    position: relative;
}
.cy-web-ushi .dvl .ushi .pic{
    width: 705px;
    height: 441px;
}
.cy-web-ushi .dvl .ushi .pic img{
    display: block;
    width: 100%;
    height: 100%;
	border-radius: 20px;
}
.cy-web-ushi .dvl .ushi .bg{
    position:absolute;
    right:0;
    top:150px;
    z-index:-1;
    width:144px;
    height:144px;
    border-radius:50%;
    background-color:#1476fe;
    transition: all 0.35s;
}
.cy-web-ushi .dvl:hover .ushi .bg{
    background-color:#f6f6f6;
    transition: all 0.35s;
}
.cy-web-ushi .dvl .ushi .play{
    position:absolute;
    right:22px;
    top:172px; 
    font-size:32px; 
    color:#1476fe; 
    text-align:center; 
    line-height:100px; 
    z-index:1;width:100px; 
    height:100px; 
    border-radius:50%;
    background-color:#fff;
    transition: all 0.35s;
}
.cy-web-ushi .dvl .ushi .play i{
    font-size: 32px;
}
.cy-web-ushi .dvl:hover .ushi .play{
    background-color:#1476fe;
    transition: all 0.35s;
    color:#fff;
}
.cy-web-ushi .dvr{
    float: right;
    width:680px;
}
.cy-web-ushi .dvr .title{
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
	color: #000;
}
.cy-web-ushi .dvr .title:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -10px;
    width: 58px;
    height: 2px;
    border-radius: 1.5px;
    background-color: #1476fe;
    transition: all 0.35s;
}
.cy-web-ushi .dvr .desc{
    font-size: 16px;
    margin-top: 30px;
    text-align: justify;
}
.cy-web-ushi .dvr .subtitle{
    font-size: 25px;
    margin-top: 50px;
    font-weight: bold;
	color: #000;
}
.menu-mask {
    position: fixed;
    top: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
}
.pop-ushi{
    width: 1280px;
    height: 720px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -640px;
    margin-top: -360px;
    background-color: #000000;
    border-radius: 10px;
}
.pop-ushi .icon-close{
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    bottom: -50px;
    left: 50%;
    margin-left: -16px;
    background: url(../image/icon-close1.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

/*自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
/*banner*/
 .cy-banner-web{
     height: 37.5vw;
}
 .cy-banner-web .title{
     font-size: 3.75vw;
     font-weight: 700;
     padding-top: 14.0625vw;
}
 .cy-banner-web .subtitle{
     font-size: 1.458333vw;
     margin-top: 1.5625vw;
     padding-left: 0;
}
 .cy-banner-web .desc{
     font-size: 1.25vw;
     margin-top: 1.041667vw;
}
 .cy-banner-web .line{
     margin: 0.78125vw auto;
     width: 2.083333vw;
     height: 0.208333vw;
     border-radius: 0.104167vw;
}
/*优势*/
 .cy-web-advantage{
     padding-bottom: 4.166667vw;
}
 .cy-advantage-top{
     width: 80.729167vw;
     padding: 2.604167vw 1.5625vw;
     top: -5.208333vw;
     left: 50%;
     margin-left: -40.364583vw;
     box-shadow: 0 0.520833vw 1.041667vw 0 #ddd;
     border-radius: 1.041667vw;
}
 .cy-advantage-top li{
     width: 25%;
     padding: 0 1.041667vw 0 3.645833vw;
}
 .cy-advantage-top li .icon{
     left: 0.520833vw;
     top: -1.041667vw;
}
 .cy-advantage-top li .icon i {
     font-size: 2.5vw;
}
 .cy-advantage-top li .title{
     font-size: 1.041667vw;
}
 .cy-advantage-top li .text{
     margin-top: 1.041667vw;
     font-size: 0.729167vw;
     color: #666666;
}
 .cy-advantage-title{
     padding-top: 11.458333vw;
}
 .cy-advantage-title .title{
     font-size: 1.875vw;
}
 .cy-advantage-title .desc{
     font-size: 0.729167vw;
}
 .cy-advantage-list{
     padding-top: 2.604167vw;
}
 .cy-advantage-list li{
     margin: 0 1% 0.833333vw 0;
     padding: 1.5625vw;
     box-shadow: 0 0.520833vw 1.041667vw 0 #eee;
}
 .cy-advantage-list li .icon i {
     font-size: 3.020833vw;
}
 .cy-advantage-list li .title{
     font-size: 1.2vw;
     margin-top: 0.5vw;
}
 .cy-advantage-list li .text{
     font-size: 0.729167vw;
     margin-top: 1.041667vw;
}
 .cy-advantage-list li .online{
     margin-top: 1.041667vw;
}
 .cy-advantage-list li .online a.more {
     /* width: 8.333333vw; */
     height: 2.291667vw;
     line-height: 2.291667vw;
     padding-left: 1.5625vw;
     background-size: 1.041667vw 0.052083vw;
     font-size: 0.833333vw;
}
 .cy-advantage-list li .online a.more:hover {
     padding-left: 3.645833vw;
     background-size: 3.125vw 0.052083vw;
}
.cy-web-plug li:nth-child(4) .number img,.cy-web-plug li:nth-child(5) .number img,.cy-web-plug li:nth-child(6) .number img{
    margin-top:-42px;
    transition: all 0.35s;
}
/*全域*/

/*案例*/
 .cy-web-case{
     padding-top: 4.166667vw;
     padding-bottom: 4.166667vw;
}
 .cy-web-case .title{
     font-size: 3.125vw;
}
     .cy-web-case .subtitle{
         font-size: 1.875vw;
    }
     .cy-web-case .desc{
         font-size: 1.041667vw;
    }
     .caseitem{
         width:80.729167vw;
         margin:5.208333vw auto 0;
    }
     .caseitem .casebox .text{
         margin-top: 1.041667vw;
    }
     .caseitem .casebox .text .b{
         top:1.666667vw;
         border-radius:50%;
         font-size:1.875vw;
    }
     .caseitem .casebox:hover .text .b{
         width:3.333333vw;
         height:3.333333vw;
         font-size:1.875vw;
         line-height:3.333333vw;
    }
     .caseitem .casebox:hover .text .b i{
         font-size: 1.875vw;
    }
     .caseitem .casebox .text .c{
         height:3.333333vw;
    }
     .caseitem .casebox .text .c strong{
         font-size: 1.25vw;
    }
     .caseitem .casebox:hover .text .c{
         padding-left:4.166667vw;
    }
     .caseitem .swiper-button-next,.caseitem .swiper-button-prev{
         margin-top:-2.604167vw;
         width:2.604167vw;
         height:2.604167vw;
    }
     .caseitem .swiper-button-next:after,.caseitem .swiper-button-prev:after{
         font-size:0.78125vw;
    }
    /*插件*/
     .cy-web-plug{
         padding-top: 4.166667vw;
    }
     .cy-web-plug .title{
         font-size: 3.125vw;
    }
     .cy-web-plug .line{
         margin: 0.78125vw auto;
         width: 2.083333vw;
         height: 0.208333vw;
    }
     .cy-web-plug .subtitle{
         font-size: 1.875vw;
    }
     .cy-web-plug ul{
         padding-top: 4.166667vw;
         padding-bottom: 4.166667vw;
    }
     .cy-web-plug li{
         min-height:10.416667vw;
         border-radius:0.260417vw;
         padding:2.083333vw;
    }
     .cy-web-plug li .number{
         width:3.802083vw;
         height:3.229167vw;
         margin-top:0.520833vw;
         margin-right:0.520833vw;
    }
     .cy-web-plug li:hover .number img{
         margin-top:-3.229167vw;
    }
     .cy-web-plug li .text{
    }
     .cy-web-plug li .text strong{
         font-size: 1.5625vw;
    }
     .cy-web-plug li .text span{
         font-size: 0.9375vw;
         margin-top: 1.041667vw;
    }
    /*名企合作*/
     .cy-web-client{
         height: 37.5vw;
    }
     .cy-web-client .cy-wp{
         padding: 4.166667vw 0;
    }
     .cy-web-client .title{
         font-size: 3.125vw;
    }
     .cy-web-client .title:after {
         width: 2.083333vw;
    }
     .cy-web-client .subtitle{
         font-size: 0.833333vw;
         margin-top: 1.302083vw;
    }
    /*定制方案*/
     .cy-web-plan{
         margin-bottom: 2.604167vw;
         height: 28.385417vw;
    }
     .cy-web-plan .text .title{
         font-size: 1.875vw;
         margin-top: 4.166667vw;
    }
     .cy-web-plan .text .line {
         margin: 0.78125vw 0;
         width: 2.083333vw;
    }
     .cy-web-plan .text .subtitle{
         font-size: 0.833333vw;
         margin-top: 1.302083vw;
    }
     .cy-web-plan .text .btn{
         margin-top: 1.302083vw;
    }
     .cy-web-plan .text .btn a{
         height: 2.5vw;
         line-height: 2.5vw;
         padding: 0 2.083333vw;
         border-radius: 1.25vw;
         font-size: 0.9375vw;
    }
    /**/
     .cy-web-ushi{
         padding: 7.8125vw 0;
    }
     .cy-web-ushi .dvl{
         width:40.625vw;
    }
     .cy-web-ushi .dvl .ushi .bg{
         top:7.8125vw;
         width:7.5vw;
         height:7.5vw;
    }
    .cy-web-ushi .dvl .ushi .pic{
         width: 36.71875vw;
         height: 22.96875vw;
    }
     .cy-web-ushi .dvl .ushi .play{
         right:1.145833vw;
         top:8.958333vw;
         font-size:1.666667vw;
         line-height:5.208333vw;
         width:5.208333vw;
         height:5.208333vw;
    }
     .cy-web-ushi .dvl .ushi .play i{
         font-size: 1.666667vw;
    }
     .cy-web-ushi .dvr{
         width:35.416667vw;
    }
     .cy-web-ushi .dvr .title{
         font-size: 1.875vw;
    }
     .cy-web-ushi .dvr .title:after {
         bottom: -0.520833vw;
         width: 3.020833vw;
    }
     .cy-web-ushi .dvr .desc{
         font-size: 0.833333vw;
         margin-top: 1.5625vw;
    }
     .cy-web-ushi .dvr .subtitle{
         font-size: 0.9375vw;
         margin-top: 2.604167vw;
    }

}
/*Mobile v1*/
@media only screen and (max-width:767px){
.cy-banner-web {
    background-size: auto 100%;
    height: 320px;
}
.cy-banner-web .title {
    font-size: 22px;
    padding-top: 100px;
}
.cy-banner-web .subtitle {
    font-size: 15px;
    margin-top: 10px;
    color: #FFFFFF;
    padding-left: 0;
}
.cy-banner-web .desc {
    font-size: 12px;
    margin-top: 10px;
}
.cy-banner-web .line {
    margin: 10px auto;
    width: 30px;
    height: 2px;
}
.cy-web-advantage {
    padding-bottom: 30px;
}
.cy-advantage-top {
    width: 92%;
    padding: 30px 15px 10px 15px;
    position: relative;
    z-index: 99;
    top: -30px;
    left: 0;
    margin-left: 0;
    margin: 0 auto 0 auto;
    box-shadow: 0 10px 20px 0 #ddd;
    border-radius: 10px;
    background-color: #fff;
    display: block;
}
.cy-advantage-top ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}
.cy-advantage-top li {
    width: 100%;
    padding: 0 0 30px 70px;
    position: relative;
}
.cy-advantage-top li .title {
    font-size: 18px;
}
.cy-advantage-top li .text {
    margin-top: 0px;
    font-size: 13px;
    text-align: justify;
    color: #666666;
}
.cy-advantage-title {
    text-align: center;
    padding-top: 10px;
}
.cy-advantage-title .title {
    font-size: 22px;
}
.cy-advantage-title .desc {
    font-size: 13px;
    margin-top: 15px;
}
.cy-advantage-list {
    padding-top: 20px;
}
.cy-advantage-list li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    box-shadow: 0 5px 10px 0 #eee;
	background-color: #fff;
}
.cy-advantage-list li .icon {
    text-align: center;
}
.cy-advantage-list li .title {
    font-size: 18px;
    margin-top: 22px;
    text-align: left;
	line-height: 60px;
}
.cy-advantage-list li .text {
    font-size: 14px;
	margin-top: 0px;
}
.cy-advantage-list li .online {
    margin-top: 10px;
	margin-bottom: 10px;
    text-align: center;
}
.cy-web-case {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cy-web-case .title {
    font-size: 22px;
}
.cy-web-case .subtitle {
    font-size: 16px;
}
.cy-web-case .desc {
    font-size: 14px;
    padding: 0 3%;
    margin-top: 15px;
}
.caseitem .casebox .text .c strong{
	font-size: 18px;
}
.caseitem {
    width: 92%;
    margin: 50px auto 0;
}
.cy-web-plug {
    padding-top: 30px;
}
.cy-web-plug .title {
    font-size: 22px;
    line-height: 1.5;
    padding: 0 4%;
}
.cy-web-plug .subtitle {
    font-size: 14px;
    padding: 0 4%;
}
.cy-web-plug ul {
    padding-top: 30px;
    padding-bottom: 10px;
}
.cy-web-plug li {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
    min-height: 100px;
    border-radius: 5px;
    padding: 20px 25px;
    display: flex;
}
.cy-web-plug li .number {
    overflow: hidden;
    width: 73px;
    flex: 0 0 73px;
    float: none;
    height: 52px;
    margin-top: 10px;
    margin-right: 10px;
}
.cy-web-plug li .text {
    float: none;
    line-height: 1.6;
}
.cy-web-plug li .text strong {
    font-size: 18px;
}
.cy-web-plug li .text span {
    font-size: 14px;
    margin-top: 10px;
}
.cy-web-client {
    background: url(../image/bg-web-client.jpg) no-repeat left top;
    background-size: cover;
    height: auto;
    margin-top: 0;
}
.cy-web-client .cy-wp {
    padding: 30px 0;
}
.cy-web-client .title {
    font-size: 28px;
}
.cy-web-client .title:after {
    bottom: -10px;
}
.cy-web-client .subtitle {
    font-size: 14px;
}
.cy-web-ushi {
    padding: 50px 0 20px 0;
}
.cy-web-ushi .dvl {
    float: none;
    width: 100%;
}
.cy-web-ushi .dvl .ushi .pic {
    width: 100%;
    height: auto;
}
.cy-web-ushi .dvl .ushi .play {
    right: unset;
    top: unset;
    left: 20px;
    bottom: 20px;
    font-size: 18px;
    line-height: 42px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.6);
}
.cy-web-ushi .dvl .ushi .play i {
    font-size: 22px;
}
.cy-web-ushi .dvl .ushi .bg {
    display: none;
}
.cy-web-ushi .dvr {
    float: none;
    width: 100%;
    margin-top: 25px;
}
.cy-web-ushi .dvr .title {
    font-size: 22px;
}
.cy-web-ushi .dvr .title:after {
    bottom: -15px;
}
.cy-web-ushi .dvr .desc {
    font-size: 14px;
    margin-top: 30px;
}
.cy-web-ushi .dvr .subtitle {
    font-size: 14px;
    margin-top: 20px;
}
.pop-ushi {
    width: 92%;
    height: 200px;
    left: 4%;
    top: 50%;
    margin-left: 0;
    margin-top: -100px;
    border-radius: 5px;
}
.pop-ushi .icon-close {
    width: 22px;
    height: 22px;
    bottom: -35px;
    top: unset;
    left: 50%;
    margin-left: -11px;
}
.cy-web-plan {
    background:none;
    margin-bottom: 20px;
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.cy-web-plan .cy-wp {
    display: flex;
    position: relative;
    height: auto;
    flex-direction: column-reverse;
}
.cy-web-plan .pic {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.cy-web-plan .text .title {
    font-size: 22px;
    margin-top: 20px;
}
.cy-web-plan .text .btn a {
	width: 100%;
    height: 38px;
    line-height: 36px;
    padding: 0 30px;
}
.cy-web-plan .pic img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

}