.bk {
    cursor: pointer;
    position: relative;
}

.bk:after,
.bk:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px transparent solid;
    width: 0;
    height: 0;
    box-sizing: border-box;
}

.bk:after {
    left: 0;
    top: 0;
    transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.bk:before {
    right: 0;
    bottom: 0;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}

.bk:hover:after,
.bk:hover:before {
    height: 100%;
    width: 100%;
}

.bk:hover:after {
    border-right-color: #035cba;
    border-top-color: #035cba;
    transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}

.bk:hover:before {
    border-left-color: #035cba;
    border-bottom-color: #035cba;
    transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}

.contents {
    width: 1300px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.yc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tsy {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.tsy:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.gd {
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.s180 {
    transform: rotateY(0);
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.s180:hover {
    transform: rotateY(108deg);
}

.img100 {
    transform: scale(1);
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.img100:hover {
    transform: scale(1.1);
}

.w100 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yuas {
    -webkit-animation: hang linear 2s infinite;
}

@-webkit-keyframes hang {
    0%,
    100% {
        -webkit-transform: translate(0, -8px);
    }
    50% {
        -webkit-transform: translate(0, 0);
    }
}

.zyuo {
    -webkit-animation: zyuo linear 2s infinite;
}

@keyframes zyuo {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

.je {
    animation: jello 2s 1s infinite;
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.case {
    height: 872px;
    background: url(../images/case.jpg) no-repeat center top;
    padding: 72px 0 0;
    box-sizing: border-box;
}

.case .box {
    display: flex;
    justify-content: space-between;
}

.case .box .top {
    height: 51px;
    padding-left: 107px;
    position: relative;
}

.case .box .top i {
    display: block;
    font-family: Arial;
    font-size: 70px;
    color: #035cba;
    font-weight: bold;
    line-height: 51px;
    position: absolute;
    top: 0;
    left: 0;
}

.case .box .top .zm {
    font-family: Arial;
    font-size: 20px;
    color: #64676c;
    line-height: 15px;
}

.case .box .top h3 {
    margin-top: 13px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 22px;
}

.case .box .list {
    width: 700px;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}

.case .box .list a {
    display: block;
    width: 118px;
    height: 35px;
    background: #f5f5f5;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.case .box .list a:hover {
    background: #035cba;
    color: #fff;
}

.case .imglist {
    margin-top: 72px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case .imglist li {
    width: 300px;
    height: 284px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.case .imglist li .img {
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.case .imglist li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.case .imglist li .img img:hover {
    transform: scale(1.1);
}

.case .imglist li .text {
    width: 100%;
    padding: 0 50px 0 10px;
    box-sizing: border-box;
    position: relative;
}

.case .imglist li .text .cond {
    display: block;
    line-height: 48px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.case .imglist li .text .more {
    display: block;
    width: 19px;
    height: 48px;
    background: url(../images/more1.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 10px;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.case .imglist li:hover .text .cond {
    color: #035cba;
}

.case .imglist li:hover .text .more {
    background: url(../images/morer2.png) no-repeat center;
}

.adv {
    height: 766px;
    background: url(../images/adv.jpg) no-repeat center top;
    overflow: hidden;
}

.adv .sild10 {
    position: relative;
}

.adv .sild10 .bd li {
    width: 1300px;
    display: flex;
    justify-content: space-between;
}

.adv .sild10 .bd li .plaet {
    width: 550px;
    margin-top: 294px;
}

.adv .sild10 .bd li .plaet .cond {
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    font-weight: bold;
}

.adv .sild10 .bd li .plaet .cond i {
    font-family: Arial;
    font-size: 24px;
    color: #fff;
    line-height: 25px;
    font-weight: bold;
}

.adv .sild10 .bd li .plaet p {
    font-size: 16px;
    color: #b9d9fb;
    line-height: 34px;
    margin-top: 35px;
}

.adv .sild10 .bd li .aside {
    width: 960px;
    height: 766px;
    overflow: hidden;
    margin-right: -307px;
}

.adv .sild10 .bd li .aside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.adv .sild10 .bd li .aside img:hover {
    transform: scale(1.1);
}

.adv .sild10 .hd {
    width: 1330px;
    height: 137px;
    background: #fff url(../images/line.png) no-repeat center;
    position: absolute;
    bottom: 59px;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.adv .sild10 .hd li {
    width: 322px;
    height: 137px;
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 208px;
    position: relative;
    z-index: 20;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.adv .sild10 .hd .on {
    color: #fff;
}

.adv .sild10 .hd li:nth-child(1) {
    background: url(../images/y1.jpg) no-repeat center top;
    background-position-y: 28px;
}

.adv .sild10 .hd li:nth-child(1)::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    background: #333 url(../images/y1s.png) no-repeat center top;
    background-position-y: 28px;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.adv .sild10 .hd li:nth-child(2) {
    background: url(../images/y2.jpg) no-repeat center top;
    background-position-y: 28px;
}

.adv .sild10 .hd li:nth-child(2)::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    background: #333 url(../images/y2s.png) no-repeat center top;
    background-position-y: 28px;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.adv .sild10 .hd li:nth-child(3) {
    background: url(../images/y3.jpg) no-repeat center top;
    background-position-y: 28px;
}

.adv .sild10 .hd li:nth-child(3)::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    background: #333 url(../images/y3s.png) no-repeat center top;
    background-position-y: 28px;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.adv .sild10 .hd li:nth-child(4) {
    background: url(../images/y4.jpg) no-repeat center top;
    background-position-y: 28px;
}

.adv .sild10 .hd li:nth-child(4)::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    background: #333 url(../images/y4s.png) no-repeat center top;
    background-position-y: 28px;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.adv .sild10 .hd .on:nth-child(1)::before {
    width: 100%;
}

.adv .sild10 .hd .on:nth-child(2)::before {
    width: 100%;
}

.adv .sild10 .hd .on:nth-child(3)::before {
    width: 100%;
}

.adv .sild10 .hd .on:nth-child(4)::before {
    width: 100%;
}

.adv .sild10 .top {
    position: absolute;
    top: 60px;
    left: 0;
}

.adv .sild10 .top .zm {
    font-family: Arial;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    line-height: 51px;
}

.adv .sild10 .top .zm i {
    font-family: Arial;
    font-size: 45px;
    color: #fab333;
    font-weight: bold;
}

.adv .sild10 .top h3 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 2px;
    margin-top: 10px;
}

.adv .sild10 .num {
    padding-left: 36px;
    background: url(../images/tel2.png) no-repeat center left;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
    color: #fff;
    position: absolute;
    top: 502px;
    left: 0;
}

.pro {
    height: 1133px;
    background: url(../images/pro.jpg) no-repeat center top;
    padding: 71px 0 0;
    box-sizing: border-box;
}

.pro .box {
    display: flex;
    justify-content: space-between;
}

.pro .box .top {
    height: 51px;
    padding-left: 107px;
    position: relative;
}

.pro .box .top i {
    display: block;
    font-family: Arial;
    font-size: 70px;
    color: #035cba;
    font-weight: bold;
    line-height: 51px;
    position: absolute;
    top: 0;
    left: 0;
}

.pro .box .top .zm {
    font-family: Arial;
    font-size: 20px;
    color: #64676c;
    line-height: 15px;
}

.pro .box .top h3 {
    margin-top: 13px;
}

.pro .box .top h3 a {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 22px;
}

.pro .box p {
    font-size: 16px;
    color: #666;
    line-height: 51px;
    position: relative;
    margin-right: 43px;
}

.pro .box p::before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    position: absolute;
    background: #ddd;
    top: 25px;
    right: -43px;
}

.pro .sild20 {
    margin-top: 70px;
}

.pro .sild20 .hd {
    width: 1300px;
    height: 94px;
    background: url(../images/line2.png) no-repeat center;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
}

.pro .sild20 .hd li {
    position: relative;
    z-index: 50;
}

.pro .sild20 .hd li::before {
    content: "";
    display: block;
    width: 0;
    height: 94px;
    position: absolute;
    background: url(../images/list.png) no-repeat center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.pro .sild20 .hd li a {
    display: block;
    width: 160px;
    font-size: 16px;
    color: #666;
    line-height: 94px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro .sild20 .hd .on::before {
    width: 165px;
}

.pro .sild20 .hd .on a {
    color: #fff;
}

.pro .sild20 .bd li {
    width: 1300px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro .sild20 .bd li .list {
    width: 410px;
    margin-bottom: 20px;
}

.pro .sild20 .bd li .list .tu {
    width: 410px;
    height: 300px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 10px;
}

.pro .sild20 .bd li .list .tu .img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pro .sild20 .bd li .list .tu .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.pro .sild20 .bd li .list .tu .img img:hover {
    transform: scale(1.1);
}

.pro .sild20 .bd li .list .text {
    height: 60px;
    padding: 0 145px 0 13px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.pro .sild20 .bd li .list .text .cond {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.pro .sild20 .bd li .list .text .more {
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: #999;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 13px;
}

.pro .sild20 .bd li .list .text .more::before {
    content: "";
    display: block;
    width: 83px;
    height: 1px;
    position: absolute;
    background: #ddd;
    top: 29px;
    right: 51px;
}

.pro .sild20 .bd li .list:hover .text .cond {
    color: #035cba;
}

.regions {
    height: 332px;
    background: url(../images/reg.jpg) no-repeat center top;
    padding: 67px 0 0;
    box-sizing: border-box;
}

.regions .contents {
    display: flex;
    justify-content: space-between;
}

.regions .plaet .text {
    width: 270px;
    display: flex;
    justify-content: space-between;
}

.regions .plaet .text h3 {
    font-size: 29px;
    color: #fff;
    line-height: 36px;
}

.regions .plaet .text .zm {
    font-family: Arial;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
}

.regions .plaet h4 {
    font-size: 41px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    margin-top: 25px;
}

.regions .plaet h4 i {
    color: #fab333;
    font-weight: bold;
}

.regions .plaet .num {
    font-family: Arial;
    font-size: 26px;
    color: #fff;
    line-height: 25px;
    font-weight: bold;
    margin-top: 79px;
}

.regions .mess {
    width: 568px;
}

.regions .mess h3 {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
}

.regions .mess h3 i {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-left: 10px;
}

.regions .mess .FOM {
    margin-top: 28px;
}

.regions .mess .FOM .n {
    height: 40px;
    position: relative;
    padding: 0 0 0 42px;
    box-sizing: border-box;
    margin-bottom: 18px;
    border: solid 1px #3581d2;
    float: left;
}

.regions .mess .FOM .n img {
    width: 87px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -100px;
}

.regions .mess .FOM .n input {
    width: 100%;
    height: 100%;
    line-height: 40px;
    background: none;
    color: #fff;
}

.regions .mess .FOM .n input::placeholder {
    color: #fff;
}

.regions .mess .FOM .n textarea {
    width: 100%;
    height: 100%;
    line-height: 37px;
    background: none;
    color: #fff;
}

.regions .mess .FOM .n textarea::placeholder {
    color: #fff;
}

.regions .mess .FOM .n:nth-child(1) {
    background: url(../images/f1.png) no-repeat center left;
    background-position-x: 12px;
    width: 278px;
    margin-right: 10px;
}

.regions .mess .FOM .n:nth-child(2) {
    background: url(../images/f2.png) no-repeat center left;
    background-position-x: 12px;
    width: 278px;
}

.regions .mess .FOM .n:nth-child(3) {
    background: url(../images/f3.png) no-repeat center left;
    background-position-x: 12px;
    width: 568px;
}

.regions .mess .FOM .n:nth-child(4) {
    width: 178px;
    margin-left: 100px;
    margin-right: 11px;
}

.regions .mess .FOM #btn {
    float: left;
    width: 279px;
    height: 37px;
    background: #fff;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    color: #035cba;
    cursor: pointer;
}

.service {
    margin-top: 73px;
    overflow: hidden;
}

.service .top {
    height: 51px;
    padding-left: 107px;
    position: relative;
}

.service .top i {
    display: block;
    font-family: Arial;
    font-size: 70px;
    color: #035cba;
    font-weight: bold;
    line-height: 51px;
    position: absolute;
    top: 0;
    left: 0;
}

.service .top .zm {
    font-family: Arial;
    font-size: 20px;
    color: #64676c;
    line-height: 15px;
}

.service .top h3 {
    margin-top: 13px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 22px;
}

.service .sild30 {
    margin-top: 65px;
    position: relative;
}

.service .sild30 .bd li {
    width: 175px;
    height: 340px;
    margin-right: 120px;
}

.service .sild30 .bd li p {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 20px;
    position: relative;
}

.service .sild30 .bd li p::before {
    content: "";
    display: block;
    width: 1px;
    height: 27px;
    position: absolute;
    background: #333;
    top: 75px;
    left: 50%;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.service .sild30 .bd li .zm {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    text-align: center;
    margin: 23px 0 79px;
}

.service .sild30 .bd li .text {
    width: 170px;
    height: 188px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    text-align: center;
    padding: 80px 0 0;
    box-sizing: border-box;
    background: url(../images/linb1.png) no-repeat center top;
    position: relative;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.service .sild30 .bd li .num {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 12px;
    background: url(../images/line3.png) no-repeat center;
    transition: 0.2s;
}

.service .sild30 .bd li:hover p::before {
    top: 0;
    height: 171px;
    transform-origin: center;
    transform: rotate(90deg);
    background: #229b63;
}

.service .sild30 .bd li:hover .text {
    background: url(../images/linb2.png) no-repeat center top;
    color: #fff;
}

.service .sild30 .bd li:hover .num {
    background: url(../images/line4.png) no-repeat center;
    font-weight: bold;
    font-size: 24px;
    color: #035cba;
}

.service .sild30 .bd li:nth-child(2) .text::before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    background: url(../images/1.png) no-repeat center top;
    top: 35px;
    left: 0;
}

.service .sild30 .bd li:nth-child(2):hover .text::before {
    background: url(../images/1s.png) no-repeat center top;
}

.service .sild30 .bd li:nth-child(3) .text::before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    background: url(../images/2.png) no-repeat center top;
    top: 35px;
    left: 0;
}

.service .sild30 .bd li:nth-child(3):hover .text::before {
    background: url(../images/2s.png) no-repeat center top;
}

.service .sild30 .bd li:nth-child(4) .text::before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    background: url(../images/3.png) no-repeat center top;
    top: 35px;
    left: 0;
}

.service .sild30 .bd li:nth-child(4):hover .text::before {
    background: url(../images/3s.png) no-repeat center top;
}

.service .sild30 .bd li:nth-child(5) .text::before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    background: url(../images/4.png) no-repeat center top;
    top: 35px;
    left: 0;
}

.service .sild30 .bd li:nth-child(5):hover .text::before {
    background: url(../images/4s.png) no-repeat center top;
}

.service .sild30 .bd li:nth-child(6) .text::before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    background: url(../images/5.png) no-repeat center top;
    top: 35px;
    left: 0;
}

.service .sild30 .bd li:nth-child(6):hover .text::before {
    background: url(../images/5s.png) no-repeat center top;
}

.service .sild30 .bd li:nth-child(7) .text::before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    background: url(../images/6.png) no-repeat center top;
    top: 35px;
    left: 0;
}

.service .sild30 .bd li:nth-child(7):hover .text::before {
    background: url(../images/6s.png) no-repeat center top;
}

.service .sild30 .bd li:nth-child(8) .text::before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    background: url(../images/7.png) no-repeat center top;
    top: 35px;
    left: 0;
}

.service .sild30 .bd li:nth-child(8):hover .text::before {
    background: url(../images/7s.png) no-repeat center top;
}

.service .sild30 .bd li:nth-child(9) .text::before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    background: url(../images/8.png) no-repeat center top;
    top: 35px;
    left: 0;
}

.service .sild30 .bd li:nth-child(9):hover .text::before {
    background: url(../images/8s.png) no-repeat center top;
}

.service .sild30 .bd li:nth-child(10) .text::before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    background: url(../images/9.png) no-repeat center top;
    top: 35px;
    left: 0;
}

.service .sild30 .bd li:nth-child(10):hover .text::before {
    background: url(../images/9s.png) no-repeat center top;
}

.service .sild30 .bd li:nth-child(1) .text::before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    background: url(../images/10.png) no-repeat center top;
    top: 35px;
    left: 0;
}

.service .sild30 .bd li:nth-child(1):hover .text::before {
    background: url(../images/10s.png) no-repeat center top;
}

.service .sild30 .arrow {
    width: 92px;
    height: 43px;
    position: absolute;
    top: -103px;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.service .sild30 .arrow .prev {
    width: 34px;
    height: 34px;
    background: url(../images/arr-reg.png) no-repeat center left;
    cursor: pointer;
}

.service .sild30 .arrow .next {
    width: 34px;
    height: 34px;
    background: url(../images/arr-reg.png) no-repeat center right;
    cursor: pointer;
}

.abo {
    height: 1006px;
    background: url(../images/abo.jpg) no-repeat center top;
    margin-top: 79px;
    overflow: hidden;
}

.abo .warp {
    height: 578px;
    display: flex;
    justify-content: space-between;
}

.abo .warp .about {
    width: 900px;
    height: 578px;
    margin-left: -310px;
}

.abo .warp .plaet {
    width: 445px;
    position: relative;
    margin-top: 86px;
}

.abo .warp .plaet .top .zm {
    font-family: Arial;
    font-size: 85px;
    color: #fff;
    line-height: 63px;
    font-weight: bold;
    text-align: right;
}

.abo .warp .plaet .top h3 {
    font-size: 36px;
    line-height: 34px;
    margin-top: 28px;
    text-align: right;
    color: #fff;
}

.abo .warp .plaet .text {
    width: 713px;
    height: 302px;
    background: #fff;
    padding: 60px 43px 0 62px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
}

.abo .warp .plaet .text .cond {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.abo .warp .plaet .text p {
    font-size: 16px;
    color: #777;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 102px;
    margin-top: 20px;
}

.abo .warp .plaet .text .more {
    display: block;
    width: 110px;
    height: 30px;
    background: #035cba;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
}

.abo .sild40 {
    margin-top: 62px;
}

.abo .sild40 .hd {
    width: 1300px;
    height: 54px;
    position: relative;
    display: flex;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
}

.abo .sild40 .hd li .cond {
    display: block;
    width: 185px;
    height: 54px;
    padding-left: 79px;
    box-sizing: border-box;
    line-height: 54px;
    font-size: 18px;
    color: #333;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.abo .sild40 .hd li .more {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.abo .sild40 .hd li:nth-child(1) .cond {
    background: url(../images/r1.png) no-repeat center left;
    background-position-x: 38px;
}

.abo .sild40 .hd li:nth-child(2) .cond {
    background: url(../images/r2.png) no-repeat center left;
    background-position-x: 38px;
}

.abo .sild40 .hd .on:nth-child(1) .cond {
    background: #035cba url(../images/r1s.png) no-repeat center left;
    background-position-x: 38px;
    border-radius: 4px;
    color: #fff;
}

.abo .sild40 .hd .on:nth-child(1) .more {
    opacity: 1;
}

.abo .sild40 .hd .on:nth-child(2) .cond {
    background: #035cba url(../images/r2s.png) no-repeat center left;
    background-position-x: 38px;
    border-radius: 0 0 4px 0;
    color: #fff;
}

.abo .sild40 .hd .on:nth-child(2) .more {
    opacity: 1;
}

.abo .sild40 .bd li {
    width: 1300px;
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
}

.abo .sild40 .bd li .list {
    width: 307px;
}

.abo .sild40 .bd li .list .tu {
    width: 307px;
    height: 195px;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
}

.abo .sild40 .bd li .list .tu .img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.abo .sild40 .bd li .list .tu .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.abo .sild40 .bd li .list .tu .img img:hover {
    transform: scale(1.1);
}

.abo .sild40 .bd li .list .cond {
    display: block;
    line-height: 53px;
    height: 53px;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.abo .sild40 .bd li .list:hover .cond {
    color: #fab333;
}

.new {
    height: 665px;
    background: url(../images/new.jpg) no-repeat center top;
    margin-top: 73px;
}

.new .top {
    height: 51px;
    padding-left: 107px;
    position: relative;
}

.new .top i {
    display: block;
    font-family: Arial;
    font-size: 70px;
    color: #035cba;
    font-weight: bold;
    line-height: 51px;
    position: absolute;
    top: 0;
    left: 0;
}

.new .top .zm {
    font-family: Arial;
    font-size: 20px;
    color: #64676c;
    line-height: 15px;
}

.new .top h3 {
    margin-top: 13px;
}

.new .top h3 a {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 22px;
}

.new .sild50 {
    margin-top: 69px;
    position: relative;
}

.new .sild50 .bd li {
    width: 1300px;
    display: flex;
    justify-content: space-between;
}

.new .sild50 .bd li .plaet {
    width: 641px;
}

.new .sild50 .bd li .plaet .box {
    margin-bottom: 50px;
}

.new .sild50 .bd li .plaet .box .tu {
    width: 641px;
    height: 180px;
    padding: 7px;
    background: #f5f5f5;
    box-sizing: border-box;
    position: relative;
}

.new .sild50 .bd li .plaet .box .tu::before {
    content: "";
    display: block;
    width: 641px;
    height: 1px;
    position: absolute;
    border-bottom: 1px dashed #e1e1e1;
    top: 312px;
    left: 0;
}

.new .sild50 .bd li .plaet .box .tu .img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.new .sild50 .bd li .plaet .box .tu .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.new .sild50 .bd li .plaet .box .tu .img img:hover {
    transform: scale(1.1);
}

.new .sild50 .bd li .plaet .box .text {
    margin-top: 15px;
}

.new .sild50 .bd li .plaet .box .text .cond {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new .sild50 .bd li .plaet .box .text p {
    font-size: 14px;
    color: #888;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-top: 5px;
}

.new .sild50 .bd li .plaet .list {
    width: 100%;
    padding: 0 80px 0 22px;
    box-sizing: border-box;
    position: relative;
}

.new .sild50 .bd li .plaet .list::before {
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    position: absolute;
    background: #666;
    top: 18px;
    left: 0;
}

.new .sild50 .bd li .plaet .list .cond {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new .sild50 .bd li .plaet .list i {
    display: block;
    font-size: 14px;
    color: #626262;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 0;
}

.new .sild50 .bd li .aside {
    width: 584px;
}

.new .sild50 .bd li .aside .list {
    display: flex;
    justify-content: space-between;
    height: 148px;
    margin-bottom: 12px;
}

.new .sild50 .bd li .aside .list .tu {
    width: 201px;
    height: 119px;
    border: 7px solid #f5f5f5;
    box-sizing: border-box;
}

.new .sild50 .bd li .aside .list .tu .img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.new .sild50 .bd li .aside .list .tu .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.new .sild50 .bd li .aside .list .tu .img img:hover {
    transform: scale(1.1);
}

.new .sild50 .bd li .aside .list .text {
    width: 317px;
}

.new .sild50 .bd li .aside .list .text .cond{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new .sild50 .bd li .aside .list .text .data{
    font-size: 14px;
    color: #969696;
    line-height: 10px;
    font-family: ArialMT;
    margin: 13px 0 28px;
}


.new .sild50 .bd li .aside .list .text p{
font-size: 14px;
color: #888;
line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.new .sild50 .hd {
    width: 320px;
    position: absolute;
    top: -90px;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.new .sild50 .hd li {
    position: relative;
}

.new .sild50 .hd li::before {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: -34px;
    background: #888;
}

.new .sild50 .hd li a {
    font-size: 16px;
    color: #888;
    line-height: 30px;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.new .sild50 .hd li:nth-child(3)::before {
    display: none;
}

.new .sild50 .hd .on a {
    color: #035cba;
    font-weight: bold;
}

.new .link {
    display: flex;
}

.new .link p {
    font-size: 16px;
    color: #333;
    line-height: 69px;
    width: 98px;
    height: 38px;
    background: url(../images/link.png) no-repeat center;
}

.new .link .lj {
    margin-left: 58px;
}

.new .link .lj a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 38px;
    letter-spacing: 1px;
    margin-right: 30px;
}