
.pageMain {
    padding-top: 42px;
}

.pageMain .tips {
    max-width: 660px;
    line-height: 35px;
    font-weight: bold;
}

.pageMain .tips .en {
    font-size: 30px;
}

.pageMain .tips .cn {
    margin-top: 15px;
    font-size: 25px;
}

.pageMain .ul > a {
    display: block;
    margin-bottom: 30px;
    margin-right: 2% !important;
}

.pageMain .ul > a:nth-child(3n) {
    margin-right: 0!important;
}


.project_view {
	padding:5% 0 10% 0;
}

.project_view .moreCase .smallTitle {
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}

.project_view .moreCase .ul {
    display: flex;
    justify-content: space-between;
}

.project_view .itd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project_view .itd .rightImg img {
    display: block;
    max-width: 925px;
}


.project_view .itd .leftTxt p {
    font-size: 14px;
    line-height: 23px;
    color: #8d8e8e;
}

.project_view .itd .leftTxt p:first-child {
    margin-bottom: 45px;
    color: #1f1f1f;
    font-size: 60px;
    line-height: normal;
}

.putLoop {
    margin-bottom: 130px;
}

.putLoop > .smallTitle {
    margin: 130px auto 85px;
    font-size: 35px;
    line-height: 20px;
    font-weight: bold;
}

.putLoop .swiper-container .maxWidth {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: 2;
    transform: translate(-50%,-50%);
}

.putLoop .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* width: 80%; */
    width: auto;

    /* 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;
  }

.swiper-slide img {
    max-width: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 68px !important;
    height: 68px !important;
}
.swiper-button-prev {
    background-image: url(../img/prev.png);
}
.swiper-button-next{
    background-image: url(../img/next.png);
}
.pageMain .tips .smallTitle{ font-size: 25px;
margin-bottom: 5%;
    line-height: 30px;
    font-weight: bold;}

@media (max-width:1366px) {
.ProjItem{width:32%;}
}
@media (max-width:1024px) {
.project_view .itd .leftTxt p:first-child{ font-size:40px;}	
.project_view .itd .rightImg{ margin-top:5%;}
.project_view .itd .rightImg img{ max-width:100%;}	
.project_view .itd{ display:block}
}

@media (max-width:768px) {
.ProjItem,.pageMain .ul > a:nth-child(3n),.pageMain .ul > a{width:48%; margin:2.5% 1% !important; max-width:inherit}
}
@media (max-width:480px) {
.pageMain .tips .en{ font-size:20px; line-height:25px;}
.pageMain .tips .cn{ font-size:16px; line-height:25px;}
.ProjItem,.pageMain .ul > a:nth-child(3n),.pageMain .ul > a{width:100%; margin:2.5% 0 !important;}
.project_view{ padding:10% 0 15% 0;}	
.putLoop{ margin-bottom:0}
.project_view .itd .leftTxt p:first-child{ font-size:28px; margin-bottom:5%;}	
.putLoop > .smallTitle,.project_view .moreCase .smallTitle{ margin:15% 0 10%; font-size:24px; line-height:normal}
.project_view .moreCase .ul{ display:block}	
.pageMain .tips .smallTitle{ margin:0 0 5% 0; font-size:20px; line-height:normal}
}


