.title {
    height: 32px;
}

.title-icon {
    width: 32px;
    height: 32px;
    margin-right: 30px;
}

.title-text {
    height: 32px;
    position: relative;
    flex-grow: 1;
}

.title-en {
    font-size: 26px;
    font-family: "Adobe Heiti Std";
    color: rgba(36, 117, 238, 0.102);
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    left: 10px;
}

.title-cn {
    font-size: 28px;
    font-family: "SourceHanSerifCN";
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.143;
    top: 0;
    position: absolute;
}

.title-cn span {
    margin-left: 20px;
}

/* 公司介绍 */
.introduce {
    height: 450px;
}

.introduce .container {
    height: 468px;
    background: white;
    margin-top: -87px;
    position: relative;
    z-index: 22;
}

.introduce-content {
    padding: 60px;
}

.introduce-text {
    width: 393px;
}

.introduce-cont {
    font-size: 12px;
    font-family: "Adobe Heiti Std";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    text-align: justify;
    line-height: 2.167;
    padding: 20px 0 10px;
}

.introduce-tongji {
    height: auto;
}

.introduce-tongji ul li {
    height: auto;
    text-align: center;
}

.introduce-num {
    height: auto;
}

.introduce-num .introduce-val {
    font-size: 38px;
    color: #333333;
    margin-right: 6px;
}

.introduce-unint {
    font-size: 13px;
    color: #333333;
    padding-top: 26px;
}

.introduce-tongji ul li .introduce-label {
    font-size: 14px;
    font-family: "Adobe Heiti Std";
    color: #333333;
}

.introduce-link {
    margin-top: 26px;
}

.introduce-link a {
    border: 1px solid rgb(170, 170, 170);
    background-color: rgb(255, 255, 255);
    width: 158px;
    height: 44px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    color: rgb(102, 102, 102);
    line-height: 44px;
    text-align: center;
    display: block;
    transition: all .3s ease-in-out;
}

.introduce-link a:hover {
    background: #2475ee;
    color: white;
    border: 1px solid #2475ee;
}


.introduce-pic,
.introduce-pic img {
    width: 561px;
    height: 330px;
}

.company-icon {
    background: url(../images/company-icon.png);
    background-size: contain;
}

/* 公司业务 */
.service {
    height: 527px;
    margin-top: 20px;
    background: url(../images/service-bg.jpg) center center no-repeat;
}

.service .container {
    padding: 53px 0 0;
}

.service .title {
    margin-left: 60px;
}

.service .title .title-text .title-en {
    color: rgba(255, 255, 255, 0.2);
}

.service .title .title-text .title-cn {
    color: white;
}

.buisiness-icon {
    background: url(../images/buisiness-icon.png);
    background-size: contain;
}

.business-content {
    padding: 60px;

}

.business-list {
    display: flex;
    justify-content: space-between;
}

.business-content-item {
    width: 298px;
    position: relative;
}

.buisiness-itemLink {
    border-width: 1px;
    border-color: rgb(137, 184, 255);
    border-style: solid;
    box-shadow: -4.815px 6.389px 5.52px 0.48px transparent;
    width: 298px;
    height: 54px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 16px;
}

.buisiness-itemLink i {
    width: 2px;
    height: 18px;
    margin-left: 22px;
    margin-right: 20px;
    background: white;
    display: inline-block;
}

.buisiness-itemLink span.text {
    flex-grow: 1;
    color: white;
}

.buisiness-itemLink span.icon {
    width: 21px;
    height: 15px;
    display: inline-block;
    background: url(../images/jiantou-1.png);
    background-size: contain;
    margin-right: 22px;
}

.business-content-item:hover .buisiness-itemLink,
.business-content-item:hover .buisiness-itemLink.on,
.business-content-item.on .buisiness-itemLink {
    background-color: rgb(36, 117, 238);
    box-shadow: -4.815px 6.389px 5.52px 0.48px rgba(3, 14, 62, 0.23);
    border-color: rgb(36, 117, 238);
}

.business-content-item:hover .buisiness-itemLink span.icon,
.buisiness-itemLink .buisiness-itemLink span.icon {
    background: url(../images/jiantou-2.png);
    background-size: contain;
}


.business-cont {
    box-shadow: -4.213px 5.59px 11.57px 1.43px rgba(3, 14, 62, 0.23);
    width: 469px;
    height: 360px;
    margin-top: 42px;
    background: rgb(255, 255, 255) url(../images/lines.png) no-repeat -137px bottom;
    display: none;
    position: relative;
    z-index: 222;
}

.business-content-item.on .business-cont {
    display: block;
}

.business-conts {
    padding: 42px 42px 14px;
}

.business-title {
    font-size: 12px;
    color: #333333;
    font-family: "MicrosoftYaHei";
}

.business-title2 {
    font-size: 24px;
    font-weight: bold;
    color: #2475ee;
    font-family: "MicrosoftYaHei";
    margin-top: 23px;
    margin-bottom: 25px;
}

.business-text {
    font-size: 12px;
    font-family: "MicrosoftYaHei";
    color: rgb(102, 102, 102);
    line-height: 2;
    width: 348px;
    height: 90px;
    overflow: hidden;
    text-align: justify;
}

.buisiness-link {
    margin-top: 30px;
}

.buisiness-link a {
    border-width: 1px;
    border-color: rgb(36, 117, 238);
    border-style: solid;
    width: 98px;
    height: 34px;
    display: block;
    color: rgb(36, 117, 238);
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    transition: all .3s ease-in-out;
}

.buisiness-link a:hover {
    background: rgb(36, 117, 238);
    color: white;
}

.business-btn {
    height: 50px;
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.business-btn span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-family: '宋体';
    color: rgb(36, 117, 238);
    float: right;
    cursor: pointer;
}

.business-btn span.next,
.business-btn span:hover {
    background: rgb(36, 117, 238);
    color: white;
}

.bd {
    width: 469px;
    height: 360px;
    overflow: hidden;
}

.bd ul {
    height: 100%;
}

.bd ul li {
    width: 469px;
    height: 360px;
    float: left;
}

/* 公司动态 */
.new {
    height: auto;
    padding-top: 160px;
}

.new .title {
    margin-left: 60px;
}



.new-more {
    text-align: center;
    background-color: white;
    margin-top: -1px;
    position: relative;
    z-index: 2;
    padding-top: 25px;
}

.new-more a {
    border: 1px solid rgb(170, 170, 170);
    background-color: rgb(255, 255, 255);
    width: 158px;
    height: 44px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    color: rgb(102, 102, 102);
    line-height: 44px;
    text-align: center;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.new-more a:hover {
    background: rgb(36, 117, 238);
    color: white;
    border-color: rgb(36, 117, 238);
}

.new-icon {
    background: url(../images/new-icon.png);
    background-size: contain;
}

/* 我们的优势 */
.advantages {
    margin-top: 66px;
    position: relative;
    z-index: 222;
}

.advantages .title {
    margin-left: 60px;
}

.advantages-list {
    margin-top: 77px;
}

.advantages-list ul li {
    background: rgb(238, 238, 238) url(../images/ys-bg.png);
    background-size: contain;
    box-shadow: -5.945px 5.353px 7.56px 1.44px rgba(7, 40, 185, 0.19);
    width: 206px;
    height: 240px;
    margin-right: 46px;
    padding: 37px 30px 0;
    transition: all .3s ease-in-out;
}

.advantages-list ul li:last-child {
    margin-right: 0;
}



.advantages-top {
    height: auto;
    border-bottom: 1px solid #999999;
}

.advantages-text {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
    width: 90px;
    padding-bottom: 15px;
}

.advantages-pic {
    width: 70px;
    height: 70px;
    position: relative;
    bottom: 10px;
}

.advantages-list ul li:first-child .advantages-pic {
    background: url(../images/ys-1-default.png);
    background-size: contain;
}

.advantages-list ul li:first-child:hover .advantages-pic {
    background: url(../images/ys-1-active.png);
    background-size: contain;
}

.advantages-list ul li:nth-child(2) .advantages-pic {
    background: url(../images/ys-2-default.png);
    background-size: contain;
}

.advantages-list ul li:nth-child(2):hover .advantages-pic {
    background: url(../images/ys-2-active.png);
    background-size: contain;
}

.advantages-list ul li:nth-child(3) .advantages-pic {
    background: url(../images/ys-3-default.png);
    background-size: contain;
}

.advantages-list ul li:nth-child(3):hover .advantages-pic {
    background: url(../images/ys-3-active.png);
    background-size: contain;
}

.advantages-list ul li:last-child .advantages-pic {
    background: url(../images/ys-4-default.png);
    background-size: contain;
}

.advantages-list ul li:last-child:hover .advantages-pic {
    background: url(../images/ys-4-active.png);
    background-size: contain;
}

.advantages-ms {
    font-size: 14px;
    font-family: "MicrosoftYaHeiLight";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 1.714;
    width: 196px;
    height: 110px;
    margin-top: 17px;
    text-align: justify;
}

.advantages-list ul li:hover {
    background-color: rgb(43, 107, 255);
    background-image: url(../images/ys-bg-hover.png);
    background-size: contain;
}

.advantages-list ul li:hover .advantages-text {
    color: white;
}

.advantages-list ul li:hover .advantages-top {
    border-color: white;
}

.advantages-list ul li:hover .advantages-ms {
    color: white;
}

.ys-icon {
    background: url(../images/ys-icon.png);
    background-size: contain;
}

/* 公司客户 */
.kehu {
    background: #f6f6f6;
    padding-top: 193px;
    margin-top: -113px;
    padding-bottom: 48px;
    z-index:-1;
    display: flex;
}

.kehu .title {
    margin-left: 60px;
}

.kehu-icon {
    background: url(../images/kehu-icon.png);
    background-size: contain;
}

.kehu-more {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 25px;
}

.kehu-more a {
    border: 1px solid rgb(170, 170, 170);
    width: 158px;
    height: 44px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    color: rgb(102, 102, 102);
    line-height: 44px;
    text-align: center;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.kehu-more a:hover {
    background: rgb(36, 117, 238);
    color: white;
    border-color: rgb(36, 117, 238);
}



/* 合作伙伴 */
.huoban {
    background: url(../images/hzhb-bg.jpg) center no-repeat;
    height: 380px;
}

.huoban .container {
    padding: 53px 0 0;
}

.huoban .title {
    margin-left: 60px;
}

.huoban .title .title-text .title-en {
    color: rgba(255, 255, 255, 0.2);
}

.huoban .title .title-text .title-cn {
    color: white;
}

.huoban-icon {
    background: url(../images/huoban-icon.png);
    background-size: contain;
}

.huoban-text {
    font-size: 14px;
    font-family: "Adobe Heiti Std";
    color: rgb(255, 255, 255);
    line-height: 2.286;
    margin: 50px 60px;
}

.huoban-box {
    height: 433px;
}

.huoban-box .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.huoban-item {
    width: 25%;
    text-align: center;
}

.huoban-item img {
    width: 250px;
    height: 147px;
    display: block;
    margin: 0 auto;
}

.huoban-box .swiper-pagination-bullet {
    background: #00eaff;
}