@charset "utf-8";
/*广告图*/
.swiper-ggt{
    position: relative;
    max-width: 1500px;
    margin: auto;
}
.swiper-ggt::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
}
}
.swiper-banner img{
    width: 100%;
}
.swiper-banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #008aff;
}
.swiper-banner .swiper-pagination-bullets{
    bottom: 2rem!important;
}


/*通用*/
.itit{
    display: table;
    width: 100%;
    margin-bottom: 4rem;
}
.itit .wz{
    font-size: 3.6rem;
    font-weight: bold;
    float: left;
    line-height: 5rem;
}
.itit .more{
    float: right;
    line-height: 5rem;
}
.itit .more a{
    font-size: 2rem;
    padding-right: 3rem;
    background: url(../images/imore-tb.png) right center no-repeat;
}


/*关于我们*/
.iabout{
    padding: 10rem 0;
    background: url(../images/iabout-bj.png) center center no-repeat;
    background-size: contain;
}
.iabout .tit{
    font-size: 3.6rem;
    text-align: center;
    position: relative;
    padding-top: 1rem;
}
.iabout .tit::after{
    content:"";
    background: #bfbfbf;
    width: 60px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 0;
}
.iabout-list{
    margin-top: 2rem;
}
.iabout-list .bt{
    font-size: 2.8rem;
    text-align: center;
}
.iabout-list .brief{
    margin-top: 2rem;
    color: #5c5c5c;
    line-height: 3.5rem;
    font-size: 1.8rem;
}
.iabout-list .more{
    margin-top: 5rem;
}
.iabout-list .more a{
    display: block;
    border: 1px solid #3cb07f;
    background: #3cb07f;
    color: #fff;
    width: 180px;
    text-align: center;
    line-height: 5rem;
    font-size: 1.8rem;
    border-radius: 5px;
    margin: auto;
}


/*服务项目*/
.iproject-list ul{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.iproject-list ul li{
    padding: 0 1.5rem 3rem;
}
.iproject-list ul li a{
    position: relative;
}
.iproject-list ul li a .bigimg img{
    width: 100%;
}
.iproject-list ul li a:hover .bigimg img{    
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.iproject-list ul li a .wz{
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 3rem;
}
.iproject-list ul li a:hover .wz{
    background: #3cb07f;
    color: #fff;
}
.iproject-list ul li a .wz .sz{
    position: absolute;
    bottom: 8rem;
    font-size: 3rem;
    line-height: 1;
    left: 3rem;
}
.iproject-list ul li a .wz .zw{
    font-size: 2rem;
    font-weight: bold;
}


/*信息中心*/
.inews{
    margin-top: 7rem;
}
.inews-list ul{
    margin-left: -3rem;
    margin-right: -3rem;
}
.inews-list ul li{
    padding: 0 3rem 4rem;
}
.inews-list ul li a{
    display: flex;
    justify-content: space-between;
}
.inews-list ul li .bigimg{
    width: 40%;
}
.inews-list ul li .bigimg img{
    width: 100%;
}
.inews-list ul li a:hover .bigimg img{    
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.inews-list ul li dl{
    width: 55%;
    padding-top: 2rem;
}
.inews-list ul li dl dt{
    font-weight: 400;
    font-size: 1.8rem;
}
.inews-list ul li a:hover dl dt{
    color: #3cb07f;
}
.inews-list ul li dl dd{
    color: #666;
}


/*合作伙伴*/
.ihzhb{
    background: #eeeeee;
    padding: 5rem 0;
    margin-top: 5rem;
}
.ihzhb ul{
    margin-left: -1rem;
    margin-right: -1rem;
}
.ihzhb ul li{
    padding: 1rem;
}
.ihzhb ul li .bigimg{}
.ihzhb ul li .bigimg img{
    width: 100%;
}