﻿/* 服務中心 */
.fwzx {
    padding: 0 35px;
    margin: 30px auto;
}
.fwzx2 {
    /* padding: 0 35px; */
    margin: 30px auto;
}

.about-title {
    font-size: 34px;
    color: #333;
    line-height: 48px;
    text-align: center;
    /* text-align: center; */
}


.about5-top {
    margin: 30px -15px 0
}

.about5-top li {
    width: 33.33%;
    padding: 0 15px;
    transition: ease .5s
}

/* .about5-top li:hover{transform:rotateY(180deg)}
*/
.about5-top li:first-child {
    margin-top: 30px
}

.about5-top li:last-child {
    margin-top: 50px
}

.about5-top li>div {
    position: relative;
    transition: ease 1s;
    perspective: 1000px
}

/* .about5-top li:hover>div{transform:rotateY(180deg)}
*/
.about5-top-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 90px 28px
}

.about5-top img {
    width: 100%
}

.about5-top-text span {
    display: block;
    font-size: 20px;
    line-height: 40px;
    /* color: #182f8e */
}

.about5-top-text h3 {
    font-size: 30px;
    line-height: 40px;
    color: #111;
    margin-bottom: 25px
}

.about5-top-text p {
    font-size: 16px;
    line-height: 28px;
    color: #666
}

.about5-top li:nth-child(2) .about5-top-text span,
.about5-top li:nth-child(2) .about5-top-text h3 {
    color: #fff
}

.about5-hide .about5-top-text h3,
.about5-hide .about5-top-text p,
.about5-hide .about5-top-text span {
    color: #fff
}

.about5-block {
    transform: rotateY(0);
    transition: all .5s ease-in-out 0s
}

.about5-hide {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(90deg);
    transition: all .5s ease-in-out 0s;
    width: 100%;
    height: 100%;
    opacity: 0
}

.about5-top li:hover .about5-block {
    transform: rotateY(-90deg)
}

.about5-top li:hover .about5-hide {
    transform: rotateY(0);
    opacity: 1
}

/* 服務中心 */


/* 技術支持 */
.index-five {
    padding: 75px 0 47px
}

.index-five ul {
    margin: 15px auto;
    width: 100%;
    display: flex;
}

.index-five li {
    width: 50%;
    padding: 0 21px
}

.index-container,
.foot-main {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto
}

.inv-tit {
    border-bottom: solid 1px #e5e5e5;
    overflow: hidden
}

.inv-tit h3 {
    line-height: 50px;
    float: left;
    font-size: 22px;
    color: #333
}

.inv-tit a {
    margin-top: 17px;
    float: right;
    font-size: 16px;
    color: #666;
    line-height: 34px
}

.inv-tit a i {
    font-size: 20px;
    padding-left: 10px
}

.inv-tit a:hover {
    color: #0168b7
}

.inp-font {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 14px 20px 10px;
    background: rgba(0, 0, 0, 0.7)
}

.inp-font h3 {
    font-size: 18px;
    color: white;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.inp-font span {
    display: block;
    font-family: arial;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 26px
}

.index-five {
    padding: 35px 0 25px
}


.inv-tit h3 {
    font-size: 20px;
    line-height: 40px
}

.inv-tit a {
    font-size: 14px;
    margin-top: 6px
}

.inv-pic {
    margin: 25px 0 15px
}

.inv-pic {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 32px 0 18px
}

.inv-pic img {
    height: 306px;
    display: block;
    width: 100%;
    transition: all .5s
}

.inv-pic:hover img {
    transform: scale(1.05)
}

.inv-list {
    display: block;
    position: relative
}

.inv-list p {
    font-size: 16px;
    color: #444;
    line-height: 40px;
    margin-right: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.inv-list span {
    font-family: arial;
    font-size: 14px;
    color: #888;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 40px
}

.inv-list:hover p,
.inv-list:hover span {
    color: #0168b7
}

.inv-box {
    margin-top: 8px
}

.inb-list {
    display: block;
    position: relative;
    padding: 18px 0;
    border-bottom: solid 1px #e5e5e5
}

.inb-list h3 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.inb-list p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    margin: 12px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.inb-list span {
    font-family: arial;
    font-size: 14px;
    color: #888;
    display: block;
    line-height: 20px
}

.inb-list:last-child {
    border-bottom: none
}

.inb-list:hover h3 {
    color: #0168b7
}

/* 技術支持 */



/* 合作夥伴 */
.about-six {
    /* padding: 80px 0 */
}

.about6-swiper {
    margin-top: 50px
}

.about6-swiper li {
    margin: 0 10px;
    padding: 10px 0;
    float: left;
    _display: inline;
    text-align: center
}

.about6-swiper li .sef-pic {
    display: inline-block;
    width: 200px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden
}

.about6-swiper li .sef-pic img {
    display: block;
    width: 100%;
    transition: all .5s
}

.about6-swiper li:hover .sef-pic img {
    transform: scale(1.05)
}

/* 合作夥伴 */