/*案例*/
.cy-banner-case{
    background: url(../image/banner-case.jpg) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: 720px;
}
.cy-banner-case .cy-wp{
    padding-top: 250px;
}
.cy-banner-case .title{
    width: 430px;
    height: 236px;
}
.cy-banner-case .title img{
	display: block;
	width: 100%;
	height: auto;
}
.cy-banner-case .subtitle{
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 10px;
	font-style: oblique;
}
/*案例导航*/
.cy-case-title{
    padding: 80px 0;
}
.cy-case-title .title{
    float: left;
    width: 110px;
    height: 100px;
}
.cy-case-title .menu{
    float: right;
}
.cy-case-title .menu li{
    float: left;
    display: block;
    width: 114px;
    height: 134px;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cy-case-title .menu li .cur,.cy-case-title .menu li:hover a{
    color: #fff;
    background: #1476fe;
    transition: all ease-out 0.35s;
}
.cy-case-title .menu li .cur i{
    color: #fff;
}
.cy-case-title .menu li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 5px 10px 0 #fbefef;
    transition: all ease-out 0.35s;
}
.cy-case-title .menu li i{
    display: block;
    font-size: 48px;
    color: #fe4f35;
}
.cy-case-title .menu li:hover a i{
    color: #FFFFFF;
}
.cy-case-title .menu li strong{
    display: block;
    font-size: 30px;
}
.cy-case-title .menu li h3{
    font-size: unset;
    font-weight: normal;
}
/*案例列表*/
.cy-case-list{
    padding-bottom: 30px;
}
.cy-case-list .cy-wp li{
    float: left;
    width: 48%;
    margin: 2% 2% 2% 0;
}
.cy-case-list .cy-wp li:nth-child(2n){
  margin-right: 0;
  margin-left: 2%;
}
.cy-case-list .cy-wp li .pic{
    overflow: hidden;
    width: 100%;
    height: 28.18333vw;
}
.cy-case-list .cy-wp li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 0.35s;
}
.cy-case-list .cy-wp li .pic:hover img{
    transform: scale(1.1);transition: all ease-out 0.35s;
}
.cy-case-list .cy-wp li .text{
    position: relative;
    margin-top: 25px;
}
.cy-case-list .cy-wp li .text .icon{
    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;
}
.cy-case-list .cy-wp li .text .icon i{
    font-size:36px;
}
.cy-case-list .cy-wp li:hover .text .icon{
    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;
}
.cy-case-list .cy-wp li .text .title{
    padding-left:0px;
    line-height:1.6;
    height:64px;
    transition: all 0.35s;
}
.cy-case-list .cy-wp li:hover .text .title{
    padding-left:80px;
    transition: all 0.35s;
}
.cy-case-list .cy-wp li .text .title h2{
    display: block;
    font-size: 24px;
}
.cy-case-list .cy-wp li .text .title span{
    display: block;
}

/*案例详情*/
.cy-banner-caseinfo {
    background: url(../image/banner-case.jpg) no-repeat center top;
    width: 100%;
    height: 750px;
}
.cy-banner-caseinfo .title{
    padding-top: 280px;
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3;
}
.cy-banner-caseinfo .line{
    display: block;
    margin: 23px 0;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
}
.cy-banner-caseinfo .desc{
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 20px;
    font-weight: normal;
}
.cy-caseinfo{
    width: 100%;
    padding: 55px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 #eee;
}
.cy-caseinfo .title{
    font-size: 36px;
    line-height: 1.6;
    position: relative;
}
.cy-caseinfo .title:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -5px;
    width: 40px;
    height: 3px;
    background-color: #1476fe;
}
.cy-caseinfo .desc{
    margin-top: 25px;
    font-size: 18px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
}
.cy-caseinfo .subtitle{
    font-size: 18px;
    margin-top: 20px;
}
.cy-caseinfo .tag{
    display: block;
    margin-top: 20px;
}
.cy-caseinfo .tag li{
    display: inline-block;
    margin-right: 10px;
}
.cy-caseinfo .tag li a{
    height: 36px;
    line-height: 36px;
    display: block;
    padding: 0 15px;
    border-radius: 10px;
    background-color: #f6f6f6;
    color: #666;
    font-size: 15px;
}
.cy-caseinfo .tag li a:hover {
    background-color: #eee;
    color: #000;
}
.cy-caseinfo .subdesc{
    margin-top: 25px;
    color: #333333;
}
.cy-caseinfo a.arrowr{
    margin: 20px 0;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 44px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
}
.cy-caseinfo a.arrowr i{
    font-size: 24px;
}
.cy-caseinfo a.arrowr:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}
.cy-caseinfo .content{
    display: table;
    padding: 30px 0;
    border-top: 1px solid #EAEAEA;
}
.cy-caseinfo .content img{
    display: block;
    max-width: 100%;
    height: auto;
}
.cy-caseinfo .pages{
    border-top: 1px solid #EAEAEA;
    margin-top: 30px;
    padding-top: 30px;
    color: #666666;
}
.cy-caseinfo .pages p{
    margin-top: 15px;
    font-size: 20px;
}

/*自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
/*案例*/
 .cy-banner-case{
     height: 37.5vw;
}
 .cy-banner-case .cy-wp{
     padding-top: 13.020833vw;
}
 .cy-banner-case .title{
     width: 22.395833vw;
     height: 12.291667vw;
}
 .cy-banner-case .subtitle{
     font-size: 1.25vw;
     margin-top: 0.520833vw;
}
/*案例导航*/
 .cy-case-title{
     padding: 4.166667vw 0;
}
 .cy-case-title .title{
     width: 5.729167vw;
     height: 5.208333vw;
}
 .cy-case-title .menu li{
     width: 5.9375vw;
     height: 6.979167vw;
     margin-left: 2.083333vw;
     margin-top: 0.520833vw;
     margin-bottom: 0.520833vw;
}
 .cy-case-title .menu li a {
     border-radius: 0.260417vw;
     padding: 1.041667vw 0;
     font-size: 0.833333vw;
     box-shadow: 0 0.260417vw 0.520833vw 0 #fbefef;
}
 .cy-case-title .menu li i{
     font-size: 2.5vw;
}
 .cy-case-title .menu li strong{
     font-size: 1.5625vw;
}
/*案例列表*/
 .cy-case-list{
     padding-bottom: 1.5625vw;
}
 .cy-case-list li .pic img{
     width: 100%;
}
 .cy-case-list li .text{
     margin-top: 1.302083vw;
}
 .cy-case-list li .text .icon{
     top:1.666667vw;
     border-radius:50%;
     font-size:1.875vw;
     line-height:3.333333vw;
}
 .cy-case-list li .text .icon i{
     font-size:1.875vw;
}
 .cy-case-list li:hover .text .icon{
     width:3.333333vw;
     height:3.333333vw;
     border-radius:50%;
     font-size:1.875vw;
     line-height:3.333333vw;
}
 .cy-case-list li .text .title{
     height:3.333333vw;
}
 .cy-case-list li:hover .text .title{
     padding-left:4.166667vw;
}
 .cy-case-list li .text .title h2{
     font-size: 1.25vw;
}
/*案例详情*/
 .cy-banner-caseinfo {
     height: 45.052083vw;
}
 .cy-banner-caseinfo .title{
     padding-top: 14.583333vw;
     font-size: 3.125vw;
}
 .cy-banner-caseinfo .line{
     margin: 1.197917vw 0;
     width: 2.083333vw;
     height: 0.208333vw;
     border-radius: 0.104167vw;
}
 .cy-banner-caseinfo .desc{
     font-size: 0.9375vw;
     margin-top: 1.041667vw;
}
 .cy-caseinfo{
     padding: 2.864583vw;
     margin-top: 1.041667vw;
     border-radius: 0.260417vw;
     margin-bottom: 2.604167vw;
     box-shadow: 0 0.520833vw 1.041667vw 0 #eee;
}
 .cy-caseinfo .title{
     font-size: 1.875vw;
}
 .cy-caseinfo .title:after {
     bottom: -0.260417vw;
     width: 2.083333vw;
     height: 0.15625vw;
}
 .cy-caseinfo .desc{
     margin-top: 1.302083vw;
     font-size: 0.9375vw;
     padding-bottom: 1.041667vw;
}
 .cy-caseinfo .subtitle{
     font-size: 0.9375vw;
     margin-top: 1.041667vw;
}
 .cy-caseinfo .tag{
     margin-top: 1.041667vw;
}
 .cy-caseinfo .tag li{
     margin-right: 0.520833vw;
}
 .cy-caseinfo .tag li a{
     height: 1.875vw;
     line-height: 1.875vw;
     padding: 0 0.78125vw;
     border-radius: 0.520833vw;
     font-size: 0.78125vw;
}
 .cy-caseinfo .subdesc{
     margin-top: 1.302083vw;
}
 .cy-caseinfo a.arrowr{
     margin: 1.041667vw 0;
     height: 2.291667vw;
     width: 2.291667vw;
     font-size: 1.25vw;
     line-height: 2.291667vw;
}
 .cy-caseinfo a.arrowr i{
     font-size: 1.25vw;
}
 .cy-caseinfo .content{
     padding: 1.5625vw 0;
}
 .cy-caseinfo .pages{
     margin-top: 1.5625vw;
     padding-top: 1.5625vw;
}
 .cy-caseinfo .pages p{
     margin-top: 0.78125vw;
     font-size: 1.041667vw;
}

}
/*Mobile v1*/
@media only screen and (max-width:767px){
.cy-banner-case {
    background-size: cover;
    height: 220px;
}
.cy-banner-case .cy-wp {
    padding-top: 80px;
}
.cy-banner-case .title {
    width: 40%;
    height: auto;
}
.cy-banner-case .subtitle {
    font-size: 13px;
    margin-top: 5px;
}
.cy-case-title {
    padding: 20px 0;
}
.cy-case-title .title {
    float: none;
    width: 110px;
    height: 100px;
}
.cy-case-title .img-title img{
    width: 45%;
}
.cy-case-title .img-title .cy-fr{
    width: 45%;
}
.cy-case-title .img-title .cy-fr img{
    width: 100%;
}
.cy-case-title .menu {
    display: flex;
    float: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.cy-case-title .menu li {
    float: none;
    display: block;
    width: 29%;
    margin: 10px 2% 0 2%;
    height: 100px;
}
.cy-case-title .menu li strong {
    display: block;
    font-size: 22px;
    padding-top: 10px;
}
.cy-case-title .menu li a {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.6;
}
.cy-case-title .menu li i {
    font-size: 38px;
}
.cy-case-list {
    padding-bottom: 30px;
    padding-top: 10px;
}
.cy-case-list .cy-wp li {
    float: none;
    width: 100%;
    margin: 0 0 25px 0; 
}
.cy-case-list .cy-wp li:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
}
.cy-case-list .cy-wp li .pic {
    height: 260px;
}
.cy-case-list .cy-wp li .text {
    position: relative;
    margin-top: 10px;
}
.cy-case-list .cy-wp li .text .title h2 {
    font-size: 18px;
}
.cy-banner-caseinfo {
    background-size: cover; 
    height: 230px;
}
.cy-banner-caseinfo .title {
    padding-top: 85px;
    font-size: 30px;
}
.cy-banner-caseinfo .line {
    margin: 10px 0;
    width: 30px;
    height: 3px;
}
.cy-banner-caseinfo .desc {
    font-size: 15px;
    margin-top: 10px;
}
.cy-caseinfo {
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 8px 10px 0 #eee;
}
.cy-caseinfo .title {
    font-size: 22px;
}
.cy-caseinfo .desc {
    margin-top: 15px;
    font-size: 14px;
    padding-bottom: 15px;
}
.cy-caseinfo .subtitle {
    font-size: 16px;
    margin-top: 15px;
    text-align: justify;
}
.cy-caseinfo .tag {
    display: block;
    margin-top: 15px;
}
.cy-caseinfo .tag li a {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 13px;
    margin-bottom: 10px;
}
.cy-caseinfo .subdesc {
    margin-top: 15px;
    font-size: 13px;
    text-align: justify;
}
.cy-caseinfo .pages {
    margin-top: 20px;
    padding-top: 20px;
}
.cy-caseinfo .pages p {
    margin-top: 10px;
    font-size: 14px;
}

}