* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

input {
    border: none;
    outline: none
}

.headermob {
    display: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 80px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(185, 185, 185, 0.88);
}

header .mobheader {
    display: none;
}

header .header {
    display: flex;
    padding: 0 7%;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

header .header .left {
    display: flex;
    height: 100%;
    align-items: center;
}

header .header .left img {
    width: 133px;
    height: 40px;
}

header .header .left .menudis {
    display: flex;
    margin-left: 80px;
}

header .header .left .menupo {
    position: relative;
    height: 80px;
}

header .header .left .menu {
    width: auto;
    margin-right: 40px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
    line-height: 80px;
}

header .header .left .menu p {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #403F3F;
}

header .header .left .menu i {
    margin-left: 5px;
}

header .header .left .menupo .havechil {
    position: absolute;
    top: 80px;
    left: -35px;
    height: auto;
    padding: 30px 50px 50px 50px;
    background-color: #fff;
    width: auto;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(166, 164, 164, 0.4);
}

header .header .left .menupo .havechil .haveci {
    flex: 1;
    margin-right: 50px;
}

header .header .left .menupo .havechil .haveci:last-child {
    flex: 1;
    margin-right: 0;
}

header .header .left .menupo .havechil .er {
    display: block;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #00479D;
    margin-bottom: 20px;
}

header .header .left .menupo .havechil .erbox {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    border-top: 1px solid #C2C6D0;

}

header .header .left .menupo .havechil .erbox a {
    display: block;
    margin-top: 25px;
    width: 130px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #686868;
}

header .header .left .menupo .nohachil {
    position: absolute;
    top: 80px;
    left: -52px;
    display: none;
    background-color: #fff;
    padding: 0 20px;
    display: none;
    width: 158px;
    box-sizing: border-box;
}

header .header .left .menupo .nohachil a {
    display: block;
    height: auto;
    border-bottom: 1px solid #C2C6D0;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #686868;
}

header .header .left .menupo .nohachil a:last-child {
    border-bottom: none;
}

header .header .left .menupo:hover .havechil {
    display: flex;
}

header .header .left .menupo:hover .nohachil {
    display: block;
}

header .header .input {
    width: 300px;
    height: 32px;
    background: #F7F7F7;
    border-radius: 16px;
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}

header .header .input p {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #AEAEAE;
}
header .header .input i{
   font-size: 19px;
}
/* 页脚 */

footer {
    width: 100%;
    height: 440px;
    background-color: #1D2036;
}

footer .footermob {
    display: none;
}

footer .footer {
    width: 100%;
    height: 100%;
    position: relative;
}

footer .footer .top {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
}

footer .footer .top .left {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .footer .top .logo {
    width: 280px;
    height: auto;
    margin: 80px 0 25px 0;
}

footer .footer .top .address {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #B2B5C5;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}

footer .footer .top .botbox {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

footer .footer .top .botbox .erweima {
    width: 64px;
    height: 64px;
    margin-top: 25px;
}

footer .footer .top .botbox .tel {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #B2B5C5;
    margin-top: 16px;
}
footer .footer .top .botbox .tel:first-child{
    margin-top: 2px;
}
footer .footer .top .right {
    margin-left: 120px;
    display: flex;
    margin-top: 80px;
}

footer .footer .top .right .title {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #DDDEE4;
}

footer .footer .top .right .content {
    margin-right: 60px;
}

footer .footer .top .right .content:last-child {
    margin-right: 0;
}

footer .footer .top .right .box {
    margin-top: 15px;
    width: 80px;
    height: auto;
    border-top: 1px solid #E5E5E5;
}

footer .footer .top .right .box a {
    display: block;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #B2B5C5;
    margin-top: 25px;
}

footer .footer .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    background-color: #1A1D30;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footer .bottom .wechat {
    margin-left: 10px;
}

footer .footer .bottom p {
    font-size: 15px;
    font-family: Adobe Heiti Std;
    font-weight: 350;
    color: #B2B5C5;
}

footer .footer .bottom a {
    font-size: 15px;
    font-family: Adobe Heiti Std;
    font-weight: 350;
    color: #B2B5C5;
    margin-left: 10px;
}

footer .footer .bottom .gongan {
    font-size: 15px;
    font-family: Adobe Heiti Std;
    font-weight: 350;
    color: #B2B5C5;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

footer .footer .bottom .gongan {
    font-size: 15px;
    font-family: Adobe Heiti Std;
    font-weight: 350;
    color: #B2B5C5;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

footer .footer .bottom .gongan img {
    margin: 0 5px 0 10px;
}

.titleall {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
    margin: 100px 0 20px 0;
}

.lineall {
    width: 60px;
    height: 4px;
    background: #00479D;
}

/* 首页布局 */
#indexpage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F9FAFE;
}

#indexpage .moblunbo {
    display: none;
}

#indexpage .pclunbo {
    width: 100%;
    height: auto;
}

#indexpage .pclunbo .swiper {
    position: relative;
    width: 100%;
    height: auto;
}

#indexpage .pclunbo .swiper img{
    width: 100%;
    height: auto;
}

#indexpage .pclunbo .swiper .swiper-button-prev {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}

#indexpage .pclunbo .swiper .swiper-button-prev.swiper-button-disabled {
    color: #5E90DA;
}

#indexpage .pclunbo .swiper .swiper-button-next {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}

#indexpage .pclunbo .swiper .swiper-button-prev.swiper-button-disabled {
    color: #5E90DA;
}

#indexpage .pclunbo .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

#indexpage .pclunbo .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 80px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 5px;
}

#indexpage .indextitlebox {
    width: auto;
    height: auto;
    margin: 120px 0 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#indexpage .indextitlebox p {
    font-size: 42px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
}

#indexpage .indextitlebox .line {
    width: 60px;
    height: 4px;
    background: #00479D;
    margin-top: 20px;
}

#indexpage .application {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#indexpage .application .decribe {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
    margin-top: -40px;
    width: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

#indexpage .application .content {
    height: auto;
    display: flex;
    justify-content: center;
    width: 1200px;
}

#indexpage .application .contentmob {
    display: none;
}

#indexpage .application .box {
    width: auto;
    height: auto;
    margin-right: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

#indexpage .application .box:last-child {
    margin-right: 0;
}

#indexpage .application .box p {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
}

#indexpage .application .box .dis {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    justify-content: space-between;
}

#indexpage .application .box .dis .xiabox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
    margin-right: 20px;
}

#indexpage .application .box .dis .xiabox:nth-child(3n) {
    margin-right: 0;
}

#indexpage .application .box .dis i {
    width: 100px;
    height: 100px;
    background: #F2F8FF;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#indexpage .application .box .dis i::before {
    font-size: 45px;
    color: #00479D;
}

#indexpage .application .box .dis i:hover {
    background-color: #00479D;
}

#indexpage .application .box .dis i:hover::before {
    color: #FFFFFF;
}

#indexpage .application .box .dis p {
    font-size: 15px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
    margin-top: 20px;
}

#indexpage .indexmore {
    width: 260px;
    height: 46px;
    background: #00479D;
    border-radius: 23px;
    display: block;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    margin: 100px 0 120px 0;
}

#indexpage .adventage {
    padding-bottom: 120px;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

#indexpage .adventage .adbox {
    display: flex;
}

#indexpage .adventage .adbox .contentbox {
    width: 194px;
    height: 262px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#indexpage .adventage .adbox .contentbox:last-child {
    margin-right: 0;
}

#indexpage .adventage .adbox .contentbox {
    width: 194px;
    height: 262px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}

#indexpage .adventage .adbox .contentbox i {
    margin: 50px 0 30px 0;
}

#indexpage .adventage .adbox .contentbox i::before {
    font-size: 40px;
    display: block;
    color: #3B3B3B;
    width: 40px;
    height: 40px;
}

#indexpage .adventage .adbox .contentbox .title {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
}

#indexpage .adventage .adbox .contentbox .text {
    font-size: 15px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #686868;
    margin-top: 15px;
    line-height: 22px;
}

#indexpage .adventage .adbox .contentbox:hover {
    background-color: #00479D;
}

#indexpage .adventage .adbox .contentbox:hover i::before {
    color: #fff;
}

#indexpage .adventage .adbox .contentbox:hover .title {
    color: #fff;
}

#indexpage .adventage .adbox .contentbox:hover .text {
    color: #fff;
}

#indexpage .case {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#indexpage .case .content .titlebox {
    display: flex;
    margin-bottom: 60px;
    width: 100%;
    height: auto;
    justify-content: center;
}

#indexpage .case .content .titlebox p {
    width: 240px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
    text-align: center;
    line-height: 46px;
    margin-right: 30px;
}

#indexpage .case .content .titlebox .actcasep {
    background-color: #00479D;
    color: #FFFFFF;
}

#indexpage .case .content .titlebox p:last-child {
    margin-right: 0;
}

#indexpage .case .content .nocontentboxcase {
    display: none;
}

#indexpage .case .content .contentboxcase {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
}

#indexpage .case .content .contentboxcase .nocontentboxcasebox {
    width: 380px;
    height: 370px;
    margin-right: 30px;
    margin-top: 0;
    text-align: center;
}

#indexpage .case .content .contentboxcase .nocontentboxcasebox:nth-child(3n) {
    margin-right: 0;
}

#indexpage .case .content .contentboxcase .nocontentboxcasebox .box {
    width: 380px;
    height: 152px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(198, 201, 206, 0.4);
    border-radius: 0px 0px 8px 8px;
    padding-top: 25px;
}

#indexpage .case .content .contentboxcase .nocontentboxcasebox img {
    width: 380px;
    height: 220px;
}

#indexpage .case .content .contentboxcase .nocontentboxcasebox .imgbox {
    width: 380px;
    height: 220px;
}

#indexpage .case .content .contentboxcase .nocontentboxcasebox .title {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
    margin: 0 0 12px 0;
    padding: 0 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#indexpage .case .content .contentboxcase .nocontentboxcasebox .text {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #979797;
    line-height: 28px;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: start;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

#indexpage .case .content .contentboxcase .nocontentboxcasebox:hover .box {
    background: #00479D;
}

#indexpage .case .content .contentboxcase .nocontentboxcasebox:hover .title {
    color: #fff;
}

#indexpage .case .content .contentboxcase .nocontentboxcasebox:hover .text {
    color: #fff;
}

#indexpage .suppor {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding-bottom: 120px;
}

#indexpage .suppor .content {
    display: flex;
}

#indexpage .suppor .content .box {
    width: 586px;
    height: auto;
}

#indexpage .suppor .content .box:first-child {
    margin-right: 30px;
}

#indexpage .suppor .content .box img {
    width: 586px;
    height: 390px;
}

#indexpage .suppor .content .box .title {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
    margin: 44px 0 14px 0;
    text-align: center;
}

#indexpage .suppor .content .box .text {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #686868;
    padding: 0 40px;
}

#indexpage .deliver {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 120px;
}

#indexpage .deliver .describe {
    text-align: center;
    margin-bottom: 62px;
}

#indexpage .deliver .mobimg {
    display: none;
}

#indexpage .deliver .describe p {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #686868;
    line-height: 32px;
}

#indexpage .deliver .describe p::before {
    content: '·';
    font-size: 20px;
    margin-right: 5px;
}

#indexpage .contact {
    width: 100%;
    height: auto;
    background: url('../../../static/yishi/image/contactimg.png') no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

#indexpage .contact .contentbox {
    height: auto;
    padding: 100px 0 70px 0;
    display: flex;
    width: 1280px;
}

#indexpage .contact .contentbox .lijimpb {
    display: none;
}

#indexpage .contact .contentbox .liji {
    font-size: 38px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 3.2vw;
}

#indexpage .contact .contentbox .liji i::before {
    font-size: 36px;
    color: #FFFFFF;
    margin-left: 10px;
}

#indexpage .contact .contentbox .content {
    flex: 1;
}

#indexpage .contact .contentbox .content .form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 9px;
}

#indexpage .contact .contentbox .content .form .twobox {
    display: flex;
    align-items: center;
    height: 50px;
    width: auto;
    margin-bottom: 35px;
}

#indexpage .contact .contentbox .content .form .xing {
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #E02F2F;
    margin-top: 10px;
}

#indexpage .contact .contentbox .content .form .name {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #fff;
    margin: 0 30px 0 10px;
}

#indexpage .contact .contentbox .content .form input {
    width: 360px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #00479D;
    padding-left: 15px;
    position: relative;
}

#indexpage .contact .contentbox .content .form input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #AEAEAE;
}

#indexpage .contact .contentbox .content .form .areabox {
    padding-left: 14px;
    width: 100%;
    display: flex;
}

#indexpage .contact .contentbox .content .form textarea {
    width: 90.6%;
    height: 120px;
    background: #FFFFFF;
    outline: none;
    padding: 15px 0 0 15px;
    flex: 1;
}

#indexpage .contact .contentbox .content .form textarea::-webkit-input-placeholder {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #AEAEAE;
}

#indexpage .contact .contentbox .content .form .submit {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#indexpage .contact .contentbox .content .form .submit input {
    width: 260px;
    height: 46px;
    background: #00479D;
    border-radius: 23px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    padding-left: 0;
    border: none;
}

#indexpage .platform {
    margin-bottom: 120px;
}

#indexpage .platform .contentmob {
    display: none;
}

#indexpage .platform .content {
    display: flex;
    padding: 25px 20px;
    background-color: #fff;
}

#indexpage .platform .content .left {
    flex: 1;
    border-right: 1px dashed #0F51A2;
    margin-right: 13px;
}

#indexpage .platform .content .left .kuang {
    width: 918px;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #00479D;
    margin-bottom: 20px;
}

#indexpage .platform .content .left .kuang:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

#indexpage .platform .content .left .bigbox {
    width: 906px;
    height: 100px;
    background: #FFFFFF;
    border: 1px dashed #00479D;
    box-shadow: 0px 0px 38px 0px rgba(227, 227, 227, 0.4);
    border-radius: 6px;
    display: flex;
    align-items: center;
}

#indexpage .platform .content .left .bigbox .title {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
    width: 100px;
    height: 70px;
    padding: 0 20px;
    text-align: center;
    border-right: 1px solid #00479D;
    margin-right: 25px;
}

#indexpage .platform .content .left .bigbox .box {
    display: flex;
}

#indexpage .platform .content .left .bigbox .box .textbox {}

#indexpage .platform .content .left .bigbox .box .textbox:first-child {
    margin-right: 90px;
}

#indexpage .platform .content .left .bigbox .box .textbox .topbox {
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
}

#indexpage .platform .content .left .bigbox .box .textbox .topbox i {
    font-size: 25px;
    color: #666666;
    margin-right: 15px;
}

#indexpage .platform .content .left .bigbox .box .textbox .topbox p {
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
}

#indexpage .platform .content .left .bigbox .box .textbox .topbox:hover i {
    color: #00479D;
}

#indexpage .platform .content .left .bigbox .box .textbox .topbox:hover p {
    color: #00479D;
}

#indexpage .platform .content .left .bigbox .box .textbox .bottext {
    margin-top: 12px;
}

#indexpage .platform .content .left .bigbox .box .textbox .bottext span {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
    margin-right: 45px;
}

#indexpage .platform .content .left .bigbox .box .textbox .bottext span:last-child {
    margin-right: 0;
}

#indexpage .platform .content .left .bigbox .box .textbox .bottext span::before {
    content: '·';
    font-size: 20px;
    margin-right: 5px;
    color: #00479D;
}

#indexpage .platform .content .right {
    display: flex;
    flex-direction: column;
}

#indexpage .platform .content .right .bigbox {
    width: 268px;
    height: auto;
    padding: 25px 30px;
    background: #FFFFFF;
    border: 1px dashed #00479D;
    box-shadow: 0px 0px 38px 0px rgba(227, 227, 227, 0.4);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 37px;

}

#indexpage .platform .content .right .bigbox:last-child {
    margin-bottom: 0;
    flex: 1;
}

#indexpage .platform .content .right .bigbox .title {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
}

#indexpage .platform .content .right .bigbox .line {
    width: 209px;
    height: 1px;
    background-color: #00479D;
    margin: 16px 0;
}

#indexpage .platform .content .right .bigbox .titlebox {
    display: flex;
    align-items: center;
}

#indexpage .platform .content .right .bigbox .titlebox i {
    font-size: 25px;
    color: #666666;
    margin-right: 15px;
}

#indexpage .platform .content .right .bigbox .titlebox p {
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
}

#indexpage .platform .content .right .bigbox .titlebox:hover i {
    color: #00479D;
}

#indexpage .platform .content .right .bigbox .titlebox:hover p {
    color: #00479D;
}

#indexpage .platform .content .right .bigbox .bottext {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

#indexpage .platform .content .right .bigbox .bottext span {
    display: block;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
    margin-right: 40px;
    margin-bottom: 6px;
}

#indexpage .platform .content .right .bigbox .bottext span::before {
    content: '·';
    font-size: 20px;
    margin-right: 5px;
    color: #00479D;

}

#indexpage .platform .content .right .bigbox .bottext span:nth-child(2n) {
    margin-right: 0;
}

/* 全部banner样式 */
.banner {
    width: 100%;
    height: auto;
}

.bannermob {
    display: none;
}

/* 分页样式 */
#pagination .pagination {
    display: flex;
    margin-top: 90px;
}

#pagination .pagination li {
    list-style: none;
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: block;
    margin-right: 20px;
    border: 1px solid #D2D2D2;
}

#pagination .pagination li:last-child {
    margin-right: 0;
}

#pagination .pagination a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #9B9B9B;
}

#pagination .pagination a .left {
    display: inline-block;
    transform: rotate(-270deg);
}

#pagination .pagination li .kuang {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagination .pagination .disab {
    display: inline-block;
    transform: rotate(-270deg);
    font-size: 20px;
    color: #C4C4C4;
}

#pagination .pagination .disabr {
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 20px;
    color: #C4C4C4;
}

#pagination .pagination .disab::before {
    font-size: 20px;
}

#pagination .pagination a .left::before {
    font-size: 20px;
    color: #00479D;
}

#pagination .pagination a .right {
    display: inline-block;
    transform: rotate(-90deg);
}

#pagination .pagination a .right::before {
    font-size: 20px;
    color: #00479D;
}

#pagination .pagination .fenyea {
    background-color: #00479D;
    color: #fff;
}

/* 基础框架布局 */
#basepage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

#basepage .articmenu {
    width: auto;
    height: 86px;
    margin: -47px 0 100px 0;
    display: flex;
    border-radius: 6px;
    background-color: #F2F8FF;
}

#basepage .articmenu a {
    display: block;
    width: auto;
    height: 100%;
    line-height: 86px;
    text-align: center;
}

#basepage .articmenu .act {
    background: linear-gradient(84deg, #118BEE, #108CEE, #2197F3, #52A4FA, #61B7FD);
    border-radius: 6px;
}

#basepage .articmenu a span {
    width: auto;
    height: auto;
    padding: 0 14px;
    border-right: 1px solid #CFDAE6;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
}

#basepage .articmenu .act span {
    border-right: none;
    color: #fff;
}

#basepage .articmenu a:last-child span {
    border-right: none;
}

#basepage .title {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
}

#basepage .line {
    width: 60px;
    height: 4px;
    background: #00479D;
    margin: 15px 0 50px 0;
}

#basepage .describe {
    width: 1200px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #686868;
    line-height: 36px;
}

#basepage .describe {
    width: 1200px;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #686868;
}

#basepage .contentmob {
    display: none;
}

#basepage .content {
    display: block;
}

#basepage .box {
    width: 1200px;
    height: 372px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
#basepage .box img{
    width: 620px;
    height:372px;
}
#basepage .box .textbox {
    width: 470px;
    height: auto;
}

#basepage .box .textbox img{
    width: 620px;
    height: 372px;
}

#basepage .box .textbox .xiaotitle {
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #00479D;
    padding-left: 10px;
    border-left: 6px solid #00479D;
    height: 28px;
    line-height: 28px;
}

#basepage .box .textbox .text {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
    line-height: 36px;
    margin-top: 20px;
}

/* 协同办公布局 */
#collaborativepage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

#collaborativepage .title {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    margin: 90px 0 20px 0;
}

#collaborativepage .line {
    width: 60px;
    height: 4px;
    background: #00479D;
}

#collaborativepage .contentbox {
    display: block;
}

#collaborativepage .contentboxmob {
    display: none;
}

#collaborativepage .onebox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#collaborativepage .onebox .content {
    width: 1200px;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
    line-height: 40px;
    text-align: center;
    margin-top: 50px;
}

#collaborativepage .onebox .content p {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
    line-height: 40px;
}

#collaborativepage .onebox .content p::before {
    content: '·';
    color: #00479D;
    font-size: 20px;
    margin-right: 10px;
}

#collaborativepage .onebox img {
    margin-top: 25px;
}

#collaborativepage .morebox {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    align-items: center;
    height: 372px;
    margin-top: 40px;
}

#collaborativepage .morebox .textbox {}

#collaborativepage .morebox .textbox .smalltitle {
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #00479D;
    padding-left: 10px;
    border-left: 6px solid #00479D;
    height: 28px;
    line-height: 28px;
}

#collaborativepage .morebox .textbox .describe {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
    line-height: 36px;
    margin-top: 20px;
    width: 460px;
}

#collaborativepage .morebox img {
    height: 372px;
    width: auto;
}

/* 应用 */
#applicationpage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

#applicationpage .appmenu {
    width: auto;
    height: 110px;
    display: flex;
    background-color: #F2F8FF;
    margin-top: -58px;
    border-radius: 8px;
}

#applicationpage .appmenu a {
    display: block;
    width: auto;
    height: 110px;
    text-align: center;
    line-height: 110px;
    border-radius: 8px;
}

#applicationpage .appmenu .appact {
    background: linear-gradient(84deg, #118BEE, #108CEE, #2197F3, #52A4FA, #61B7FD);
}

#applicationpage .appmenu a span {
    width: auto;
    height: auto;
    border-right: 1px solid #CFDAE6;
    padding: 0 144px;
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
}

#applicationpage .appmenu .appact span {
    border-right: none;
    color: #fff;
}

#applicationpage .appmenu a:last-child span {
    border-right: none;
}

#applicationpage .content {
    width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

#applicationpage .content .box {
    width: 290px;
    height: 382px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(218, 218, 218, 0.4);
    margin-right: 13px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

#applicationpage .content .box:nth-child(4n) {
    margin-right: 0;
}

#applicationpage .content .box .topicon {
    font-size: 50px;
    color: #00479D;
}

#applicationpage .content .box .title {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
    margin-top: 15px;
}

#applicationpage .content .box .line {
    width: 49px;
    height: 1px;
    background: #C2C6D0;
    margin: 35px 0 18px 0;
}

#applicationpage .content .box .text {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #686868;
    line-height: 30px;
    text-align: center;
}

#applicationpage .content .box .btoicon {
    display: block;
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid #00479D;
    border-radius: 50%;
    margin-top: 30px;
    text-align: center;
    line-height: 46px;
}

#applicationpage .content .box .btoicon::before {
    font-size: 30px;
    color: #00479D;
}

#applicationpage .content .box:hover {
    background-color: #00479D;
}

#applicationpage .content .box:hover .topicon {
    color: #fff;
}

#applicationpage .content .box:hover .title {
    color: #fff;
}

#applicationpage .content .box:hover .line {
    color: #fff;
}

#applicationpage .content .box:hover .text {
    color: #fff;
}

/* 面包屑 */
.breadbox {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    background: #F9F9F9;
}

.breadbox .bread {
    width: 1200px;
    height: 60px;
    display: flex;
    align-items: center;
    background: #F9F9F9;
}

.breadbox .bread .breada {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #686868;
}

.breadbox .bread .breada span {
    margin: 0 10px;
}

/* 应用详情 */
#applicationdetailpage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}
#applicationdetailpage .pdiv {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: center;
}
#applicationdetailpage .describe {
    width: auto;
    height: auto;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #686868;
    line-height: 32px;
    margin-top: 30px;
}

#applicationdetailpage .titlebox {
    margin-top: 50px;
}

#applicationdetailpage .titlebox .xie {
    display: inline-block;
    width: 8px;
    height: 25px;
    background: #00479D;
    transform: skew(-25deg);
}

#applicationdetailpage .titlebox .title {
    font-size: 28px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #00479D;
    margin: 0 20px;
}

#applicationdetailpage .operation {
    width: 1200px;
    height: auto;
    margin: 50px 0 40px 0;
}

#applicationdetailpage .contentboxmob {
    display: none;
}

#applicationdetailpage .box {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
#applicationdetailpage .box:first-child{
    margin-top: 60px;
}
#applicationdetailpage .box img {
    width: 620px;
    height: 372px;
}

#applicationdetailpage .box .textbox {
    width: 470px;
    height: auto;
}

#applicationdetailpage .box .textbox .title {
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
}

#applicationdetailpage .box .textbox .title i {
    font-size: 28px;
    color: #00479D;
    margin-right: 20px;
}

#applicationdetailpage .box .textbox .describes {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
    line-height: 36px;
    margin-top: 20px;
}

/* 案例 */
#casepage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

#casepage .casemenu {
    width: auto;
    height: 110px;
    display: flex;    
    background-color: #F2F8FF;
    margin-top: -58px;
    border-radius: 8px;
}

#casepage .casemenu a {
    display: block;
    width: auto;
    height: 110px;
    text-align: center;
    line-height: 110px;
    border-radius: 8px;
}

#casepage .casemenu .appact {
    background: linear-gradient(84deg, rgba(17,139,238,0.97), rgba(16,140,238,0.97), rgba(33,151,243,0.97), rgba(82,164,250,0.97), rgba(97,183,253,0.97));
    
}

#casepage .casemenu a span {
    width: auto;
    height: auto;
    border-right: 1px solid #CFDAE6;
    padding: 0 94px;
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
}

#casepage .casemenu .appact span {
    border-right: none;
    color: #fff;
}

#casepage .casemenu a:last-child span {
    border-right: none;
}

#casepage .content {
    width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

#casepage .content .box {
    width: 380px;
    height: 370px;
    margin-right: 30px;
    margin-top: 50px;

}

#casepage .content .box:nth-child(3n) {
    margin-right: 0;
}

#casepage .content .box .img {
    width: 380px;
    height: 220px;
}

#casepage .content .box img {
    width: 380px;
    height: 220px;
}

#casepage .content .box .bottom {
    width: 380px;
    height: 150px;
    padding: 0 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(198, 201, 206, 0.4);
    border-radius: 0px 0px 8px 8px;
    padding-top: 30px;
    text-align: center;
}

#casepage .content .box .bottom .title {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
}

#casepage .content .box .bottom .describe {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #979797;
    line-height: 28px;
    margin-top: 20px;
    text-align: start;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#casepage .content .box .bottom:hover {
    background-color: #00479D;
}

#casepage .content .box .bottom:hover .title {
    color: #fff;
}

#casepage .content .box .bottom:hover .describe {
    color: #fff;
}

/* 案例详情 */
#cesedetailpage {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#cesedetailpage .title {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    margin: 100px 0 50px 0;
}

#cesedetailpage .content {
    width: 1200px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(198, 201, 206, 0.4);
    padding: 60px 60px 60px 120px;
    margin-bottom: 100px;
}

#cesedetailpage .content .zititle {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #00479D;
}

#cesedetailpage .content .zititle span {
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #00479D;
}

#cesedetailpage .content .zititle i {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #00479D;
    margin-left: 10px;
}

#cesedetailpage .content .text {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
    line-height: 40px;
    margin: 30px 0 50px 0;
    padding: 0 70px;
    box-sizing: border-box;
}

#cesedetailpage .content .img {
    width: 100%;
    padding: 0 70px;
    box-sizing: border-box;
    margin: 40px 0 50px 0;
}

#cesedetailpage .content img {
    width: 100%;
    height: auto;
}

#cesedetailpage .content .value {
    margin-top: 30px;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
    line-height: 40px;
    padding: 0 70px;
}

#cesedetailpage .content .value p {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
    line-height: 35px;
}

#cesedetailpage .content .value p::before {
    content: '·';
    margin-right: 5px;
}

/* 服务 */
#servicepage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

#servicepage .describe {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #686868;
    line-height: 32px;
    width: 1200px;
    margin: 80px 0 60px 0;
}

#servicepage .box {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    height: 460px;
    align-items: center;
    border-bottom: 1px solid #D2D2D2;
}

#servicepage .box img {
    width: 450px;
    height: 360px;
}

#servicepage .box .title {
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #3B3B3B;
}

#servicepage .box .title span {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #3B3B3B;
}

#servicepage .box .desc {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
    width: 630px;
    margin: 43px 0 0 0;
    line-height: 38px;
}
#servicepage .box .iconbox{
    display: flex;
    margin-top: 35px;
}
#servicepage .box .iconbox img{
    width: 50px;
    height: 50px;
    margin-right: 30px;
}
/* 新闻资讯 */
#infopage {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

#infopage .infomenu {
    display: flex;
    margin: 100px 0 0 0;
}

#infopage .infomenu a {
    display: block;
    width: 400px;
    height: 68px;
    background: #F2F8FF;
    border-radius: 10px;
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
    text-align: center;
    line-height: 68px;
    margin-right: 60px;
}

#infopage .infomenu a:last-child {
    margin-right: 0;
}

#infopage .infomenu .infoact {
    background-color: #00479D;
    color: #fff;
}

#infopage .box {
    display: flex;
    width: 1200px;
    height: auto;
    padding: 50px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #D2D2D2;
}

#infopage .box img {
    width: 220px;
    height: 180px;
    margin-right: 50px;
}

#infopage .box .textbox {
    position: relative;
}

#infopage .box .textbox .top {
    display: flex;
    justify-content: space-between;
}

#infopage .box .textbox .top .title {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
    align-items: center;
    flex: 1;
}

#infopage .box .textbox .top .time {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #686868;
}

#infopage .box .textbox .top .time {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #686868;
}

#infopage .box .textbox .describe {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #686868;
    line-height: 32px;
    margin-top: 25px;
}

#infopage .box .textbox .more {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #00479D;
    text-decoration: underline;
}

/* 案例详情 */
#infodetailpage {
    display: flex;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

#infodetailpage .title {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    margin: 100px 0 40px 0;
}

#infodetailpage .textbox {
    display: flex;
}

#infodetailpage .textbox .time {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #979797;
    margin-right: 70px;
}

#infodetailpage .textbox .source {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #979797;
}

#infodetailpage .line {
    width: 1200px;
    height: 2px;
    background-color: #D2D2D2;
    margin: 40px 0 50px 0;
}

#infodetailpage .content {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
    line-height: 32px;
    margin-bottom: 80px;
}

#infodetailpage .content p {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
    line-height: 32px;
}

#infodetailpage .back {
    width: 1200px;
    height: auto;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #00479D;
    margin-bottom: 10px;
}

#infodetailpage .back i {
    margin-right: 5px;
}

#infodetailpage .bot {
    width: 1200px;
    height: auto;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
    margin-top: 10px;
}

#infodetailpage .have:hover {
    color: #00479D;
}

/* 关于亿实 */
#aboutpage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

#aboutpage .culture {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    height: auto;
    margin-top: 50px;
}

#aboutpage .culture .box {
    width: 595px;
    height: 160px;
    background-color: #F9FAFE;
    margin-right: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#aboutpage .culture .box:nth-child(2n) {
    margin-right: 0;
}

#aboutpage .culture .box .title {
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #3B3B3B;
    margin-bottom: 20px;
}

#aboutpage .culture .box .text {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #686868;
}

#aboutpage .culture .box:hover {
    background-color: #00479D;
}

#aboutpage .culture .box:hover .title {
    color: #fff;
}

#aboutpage .culture .box:hover .text {
    color: #fff;
}

#aboutpage .brief {
    display: flex;
    width: 1200px;
    height: 560px;
    margin-top: 80px;
    position: relative;
}

#aboutpage .brief .leftbox {
    position: absolute;
    width: 580px;
    height: auto;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}

#aboutpage .brief .textbox {
    width: 580px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(202, 202, 202, 0.4);
    padding: 35px 30px;
}

#aboutpage .brief .textbox .icon {
    width: 46px;
    height: auto;
    margin-bottom: 20px;
}

#aboutpage .brief .textbox .content {
    height: auto;
    width: auto;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #686868;
    line-height: 32px;
}

#aboutpage .brief .textbox .content p {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #686868;
    line-height: 30px;
}

#aboutpage .brief .rightimg {
    width: 788px;
    height: 560px;
    flex: 1;
    margin-left: 410px;
}

/* 荣誉资质 */
#honorpage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

#honorpage .topbox {
    width: auto;
    display: flex;
    margin-top: 50px;
}

#honorpage .topbox img {
    width: 314px;
    height: auto;
    margin-right: 30px;
}

#honorpage .topbox img:last-child {
    margin-right: 0;
}

#honorpage .box {
    width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

#honorpage .box img {
    width: 286px;
    height: 384px;
    display: block;
    margin-right: 18px;
    margin-top: 60px;
}

#honorpage .box img:nth-child(4n) {
    margin-right: 0;
}

#honorpage .box .hide {
    display: none;
}

#honorpage .submit {
    width: 180px;
    height: 46px;
    background: #00479D;
    border-radius: 23px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

#honorpage .submit i {
    font-size: 25px;
    margin-top: 1px
}

/* 加入我们 */
#joinPage {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    background-color: #FFFFFF;
    padding-bottom: 100px;
    padding-top: 85px;
}

#joinPage .dabox {
    width: 1200px;
    height: auto;
    background-color: #fff;
    padding: 80px 0 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

#joinPage .box {
    width: 1200px;
}

#joinPage .box .top {
    width: 1200px;
    padding: 0 60px;
    height: 70px;
    background-color: #F2F8FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-top: 15px;
}

#joinPage input {
    display: none;
}

#joinPage input[type='checkbox']:checked~label {
    background-color: #00479D;
}

#joinPage input[type='checkbox']:checked~label .name {
    color: #fff;
}

#joinPage input[type='checkbox']:checked~label .icon {
    color: #fff;
}

#joinPage .box .top .name {
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
}

#joinPage .box .top .icon {
    font-size: 22px;
    color: #444444;
}

#joinPage .box .bottom {
    width: 1240px;
    padding: 50px 40px 40px 40px;
    box-sizing: border-box;
    display: none;
}

#joinPage .box .bottom .toptextbox {
    display: flex;
}

#joinPage .box .bottom .toptextbox .toptext {
    width: 50%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-bottom: 20px;
}

#joinPage .box .bottom .bottomtitle {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #444444;
    margin-top: 40px;
}

#joinPage .box .bottom .bottomtext {
    margin-top: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 32px;
}

#joinPage .box .btnbox {
    width: 100%;
    height: 40px;
    display: flex;
    margin-top: 60px;
    justify-content: center;
}

#joinPage .box .btnbox a {
    display: block;
    width: 180px;
    height: 46px;
    background: #00479D;
    border-radius: 23px;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
}

/* 联系我们 */
#contactpage {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
    background-color: #fff;
}

#contactpage .form {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    background-color: #F9FAFE;
}

#contactpage .form .twobox {
    display: flex;
    align-items: center;
    height: 50px;
    width: auto;
    margin-bottom: 35px;
}

#contactpage .form .xing {
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #E02F2F;
    margin-top: 10px;
}

#contactpage .form .name {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #3B3B3B;
    margin: 0 30px 0 10px;
}

#contactpage .form input {
    width: 436px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #00479D;
    padding-left: 15px;
    position: relative;
}

#contactpage .form input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #AEAEAE;
}

#contactpage .form .areabox {
    padding-left: 14px;
    width: 100%;
    display: flex;
}

#contactpage .form textarea {
    width: 1050px;
    height: 200px;
    background: #FFFFFF;
    outline: none;
    padding: 15px 0 0 15px;
    border: 1px solid #00479D;
}

#contactpage .form textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #AEAEAE;
}

#contactpage .form .submit {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

#contactpage .form .submit input {
    width: 180px;
    height: 46px;
    background: #00479D;
    border-radius: 23px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 350;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    padding: 0;
    margin-bottom: 100px;
}

#contactpage #map-board {
    width: 1200px;
    height: 420px;
    display: block;
    margin-top: 100px;
}

#contactpage #map-board .map-content {
    width: 100%;
    height: 420px;
    border: #ccc solid 1px;
    font-size: 12px;
}

#contactpage .bottom {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

#contactpage .bottom .left .company {
    font-size: 32px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #00479D;
    margin-bottom: 36px;
}

#contactpage .bottom .left .textbox {
    display: flex;
    align-items: center;
    margin-top: 20px;

}

#contactpage .bottom .left .textbox i {
    font-size: 32px;
    color: #737373;
}

#contactpage .bottom .left .textbox .kuang {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #737373;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contactpage .bottom .left .textbox .kuang::before {
    font-size: 20px;
}

#contactpage .bottom .left .textbox span {
    font-size: 20px;
    font-family: Arial;
    font-weight: 300;
    color: #3B3B3B;
    margin-left: 20px;
}

#contactpage .bottom .right {
    display: flex;
    margin-top: 60px;
}

#contactpage .bottom .right .imgbox {
    margin-right: 60px;
    text-align: center;
}
#contactpage .bottom .right .imgbox img{
    width: 130px;
    height: 130px;
}
#contactpage .bottom .right .imgbox:last-child {
    margin-right: 0;
}

#contactpage .bottom .right .imgbox p {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
    margin-top: 20px;
}

/* 搜索页 */
#searchpage {
    display: flex;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
}

#searchpage .input {
    position: relative;
    width: 1200px;
    height: 56px;
    background: #FFFFFF;
    margin: 80px 0 30px 0;
}

#searchpage .input input {
    width: 1200px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 28px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
    border: 1px solid #999;
}

#searchpage .input input::placeholder {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #999;
}

#searchpage .input i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

#searchpage .input i::before {
    font-size: 26px;
    color: #999;
}

#searchpage .contact {
    width: 1200px;
    text-align: end;
    padding-right: 15px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #3B3B3B;
}

#searchpage .all {
    width: 1200px;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #979797;
    margin: 90px 0 50px 0;
}

#searchpage .content {

}

#searchpage .content .abox {
    display: block;
    width: 1200px;
    height: auto;
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid #ddd;
}

#searchpage .content .abox .title {
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #3B3B3B;
}

#searchpage .content .abox .describe {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #686868;
    line-height: 32px;
    margin-top: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}