/*our services*/

#services {
    padding-top: 1.6rem;
    /*80/50*/
    padding-bottom: 2.4rem;
    /*120/50*/
    background-color: white;
}

#services>h3,
#case>h3,
#partner>h3,
#new>h3 {
    text-align: center;
    color: #646464;
    font-size: 1rem;
    /*48/50*/
    padding-bottom: 1.4rem;
    /*70/50*/
}

#services>h3 span,
#case>h3 span,
#partner>h3 span,
#new>h3 span {
    display: block;
    color: #909090;
    font-weight: normal;
    font-size: 0.48rem;
    /*24/50*/
    line-height: 1.2;
}


/* 我们的服务 */

.serviceList {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.serviceList li {
    width: 274px;
    height: 412px;
    overflow: hidden;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.serviceTxt {
    padding: 2px 20px;
}

.serviceTxt h3 {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
}

.serviceTxt p {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.serviceImg {
    width: 274px;
    height: 270px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.serviceImg img {
    width: 274px;
    height: 270px;
    display: block;
    transition: all ease-in-out 0.4s;
}

.serviceList li:hover .serviceImg img {
    transform: scale(1.1, 1.1);
    transition: all ease-in-out 0.4s;
}


/*about us*/

#aboutUs {
    background: url(../images/about-us.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding-bottom: 2rem;
}

#aboutUs ul {
    width: 8rem;
    /*400/50*/
    background-color: rgba(23, 23, 23, .6);
    margin: 1.6rem auto 1rem;
    position: relative;
    text-align: center;
}

#aboutUs ul::before {
    content: '';
    width: 2rem;
    height: 2px;
    background-color: #e2a91e;
    position: absolute;
    left: 50%;
    margin-left: -1rem;
    top: -2px;
}

#aboutUs ul li:first-child {
    color: white;
    font-size: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
    position: relative;
}

#aboutUs ul li:first-child::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 6px solid white;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -10px;
}

#aboutUs ul li:last-child {
    color: #e2a91e;
    font-size: 0.52rem;
    /*26/50*/
    padding-top: 0.6rem;
    /*30/50*/
    padding-bottom: 1rem;
}

#aboutUs p {
    font-size: 0.3rem;
    /*14/50*/
    color: white;
    max-width: 940px;
    min-width: 600px;
    line-height: 1.8;
    margin: auto;
    text-indent: 0.56rem;
    margin-bottom: 0.4rem;
    text-align: justify;
}


/*classic case*/

#case,
#partner,
#new {
    padding-top: 1.6rem;
    /*80/50*/
    background-color: white;
}

.casebox {
    width: 100%;
    overflow: hidden;
}

.casebox li {
    width: 32.5%;
    float: left;
    overflow: hidden;
}

.caseImg:hover>img {
    opacity: 0.5;
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.caseImg:hover .search_bg {
    left: 50%;
}

.caseImg:hover .search {
    left: 50%;
}

.casebox a:nth-child(2) li {
    margin: 0 1.25%;
}

.caseImg {
    width: 100%;
    height: 5.4rem;
    /*270/50*/
    overflow: hidden;
    background-color: black;
    position: relative;
}

.caseImg>.search_bg {
    width: 1.4rem;
    /*70/50*/
    height: 1.4rem;
    background-color: #3caceb;
    border-radius: 50%;
    position: absolute;
    left: -10%;
    top: 50%;
    margin-left: -0.7rem;
    margin-top: -0.7rem;
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
}

.caseImg>.search {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    left: 110%;
    top: 50%;
    margin-left: -0.7rem;
    margin-top: -0.7rem;
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
}

.caseImg>.search>img {
    height: 0.8rem;
    /*40/50*/
    margin: 0.3rem auto;
}

.caseImg>img {
    width: 100%;
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

.caseTxt {
    text-align: center;
    padding: 0.28rem 0;
}

.caseTxt>h3 {
    font-size: 0.4rem;
    /*20/50*/
    color: #333333;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.caseTxt>p {
    font-size: 0.28rem;
    /*14/50*/
    color: #949494;
}

.more {
    width: 1.08rem;
    /*54/50*/
    height: 1.08rem;
    border-radius: 50%;
    background-color: #d9d9d9;
    font-size: 0.28rem;
    /*14/50*/
    line-height: 1.08rem;
    text-align: center;
    font-weight: bold;
    color: #646464;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin: 0 auto;
}

.more:hover {
    background-color: #3caceb;
    color: white;
}


/*partner*/

.partnerbox {
    width: 100%;
    overflow: hidden;
}

.partnerbox li {
    width: 18%;
    float: left;
    height: 2.6rem;
    /*130/50*/
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin: 0 1.25%;
    background-color: blakc;
    overflow: hidden;
}

.partnerbox li img {
    height: 100%;
    margin: auto;
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

.partnerbox li:hover img {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
}


/*new*/

.newsBox {
    width: 92.5%;
    /*370/400*/
    overflow: hidden;
    float: left;
    padding-bottom: 1.2rem;
    /*60/50*/
}

.swiper-slide>a:nth-child(1) .newsBox {
    margin-left: 7.5%;
}

.swiper-slide>a:nth-child(2) .newsBox {
    margin: 0 3.75%;
}

.newsImg {
    width: 100%;
    height: 4rem;
    /*150/50*/
    overflow: hidden;
}

.newsImg>img {
    height: 100%;
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

.newsBt {
    width: 100%;
    height: 0.96rem;
    /*48/50*/
    line-height: 0.96rem;
    font-size: 0.32rem;
    /*16/50*/
    color: #007fc8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px dashed #c2c2c2;
}

.newsCot {
    width: 100%;
    font-size: 0.24rem;
    /*12/50*/
    color: #555555;
    padding: 0.36rem 0;
    /*18/50*/
    text-align: justify;
}

.newsCot>span {
    color: #007fc8;
}

.newsImg:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}