﻿* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    list-style:none;
    text-decoration:none;
}
.UText, .UImg, .UVideo, .UTextLink, .UList, .UImgNoCheck {
    position: relative;
}
.layout {
    width:1400px;
    margin:0 auto;
}
.header_pack {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.logo {
    height:130px;
    padding:17px 0;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
}
header {
    background:rgba(255,255,255,.24);
    backdrop-filter:blur(10px);
    position:absolute;
    width:100%;
    top:0;
    left:0;
    z-index:3;
}
.navlist {
    width:900px;
}
.w-nav {
    display:flex;
}
.w-nav li {
    width:calc(100% / 7);
    text-align:center;
}
    .w-nav li a {
        font-size:20px;
        line-height:32px;
        color:rgba(255,255,255,.7);
        display:inline-block;
    }
    .w-nav li:hover a,
    .w-nav .active a{
        color: rgba(255,255,255,1);
    }
        .w-nav li:hover a::after,
        .w-nav .active a::after{
            content: "";
            width: 100%;
            height: 8px;
            border-radius: 4px;
            background: #3859DB;
            display:block;
            margin-top:10px;
        }
footer {
    background: #3859DB;

}
.footer_logo  {
    height:112px;
    padding:30px 0;
}
.footer_logo img {
    max-height:100%;
    display:block;
}
.footer_pack {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.footer_navlist {
    width:900px;
    display:flex;
}
.footer_navlist a{
    display:block;
    width:calc(100% / 7);
    text-align:center;
    font-size:16px;
    line-height:32px;
    color:rgba(255,255,255,.7);
}
    .footer_navlist a:hover {
        color:rgba(255,255,255,1);
    }
.copyright {
    border-top: 1px solid #3858CB;
    text-align: center;
}
.copyright a {
    font-size:12px;
    line-height:40px;
    color:rgba(255,255,255,.8);
}
.banner {
   position:relative;
}
.banner img {
    width: 100%;
    display: block;
}
.news {
    padding:60px 0 114px;
}
.newslist {
    overflow:hidden;
    margin:0 -35px ;
}
.newslist li {
    width:33.3333333%;
    float:left;
    padding:0 35px;
    margin-bottom:40px;
}
    .newslist li a {
        display:block;
    }
.navlistimg img {
    width:100%;
    display:block;
    transition:all .5s;
}
.navlistimg {
    position:relative;
    overflow:hidden;
}
    .navlistimg span {
        position: absolute;
        background: #ABBBF9;
        padding:0 14px;
        font-size:14px;
        line-height:28px;
        color:#fff;
        left:0;
        bottom:0;
    }
.navlistcont {
    padding:20px 0 0;
}
.navlistcont h4 {
    font-size: 18px;
    line-height: 28px;
    color: #070707;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .navlistcont p {
        margin-top: 16px;
        font-size: 14px;
        line-height: 26px;
        color: #787878;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
    .navlistcont span {
        font-size: 14px;
        line-height: 16px;
        margin-top: 20px;
        color: #3859DB;
        font-weight:bold;
        display:block;
    }
.newslist li:hover .navlistcont h4 {
    color: #3859DB;
}
.newslist li:hover img {
    transform:scale(1.1);
}
.banner_title {
    position:absolute;
    top:50%;
    left:260px;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
}
    .banner_title img {
        width:71px;
        max-height:50px;
        display:block;
    }
    .banner_title p {
        font-size: 36px;
        line-height: 46px;
        color: #fff;
        font-weight: bold;
        margin-left: 30px;
    }
.bx-SiteM041-item ul li {
    margin-bottom: 20px;
}

.bx-SiteM041-title {
    background-color: #fff;
    padding: 20px 40px;
    padding-right: 50px;
    position: relative;
    border-left: 2px solid #0088FF;
    box-shadow: 0 2px 12px rgba(0,0,0,8%);
}
    .bx-SiteM041-title.active {
        background: #0088FF;
    }
        .bx-SiteM041-title.active h3 {
            color:#fff;
        }
        .bx-SiteM041-title.active p {
            color: #fff;
        }
        .bx-SiteM041-title.active i {
            transform: translate(0,-60%) rotate(90deg);
            color:#fff;
        }

    .bx-SiteM041-title h3 {
        font-size: 22px;
        color: #000000;
    }

    .bx-SiteM041-title p {
        font-size: 18px;
        color: #666666;
        margin-top: 10px;
    }

    .bx-SiteM041-title i {
        position: absolute;
        right: 40px;
        font-size: 25px;
        top: 50%;
        color: #000;
        transition: all 0.5s;
        transform: translate(0,-50%);
    }

.bx-SiteM041-text {
    padding: 30px 40px;
    background-color: #F9F9F9;
    font-size: 18px;
    color: #666666;
    line-height: 2;
    display: none;
}

    .bx-SiteM041-text p {
        font-size: 18px;
        color: #666666;
        line-height: 2;
    }


@media screen and (max-width: 1500px) {
    .bx-SiteM041-title {
        padding: 15px 30px;
        padding-right: 50px;
    }

        .bx-SiteM041-title h3 {
            font-size: 20px;
        }

        .bx-SiteM041-title p {
            font-size: 16px;
        }

    .bx-SiteM041-text {
        padding: 20px 30px;
        font-size: 16px;
    }

        .bx-SiteM041-text p {
            font-size: 16px;
        }

    .bx-SiteM041-title i {
        right: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-SiteM041-title {
        padding: 15px;
        padding-right: 30px;
    }

        .bx-SiteM041-title h3 {
            font-size: 16px;
        }

        .bx-SiteM041-title p {
            font-size: 14px;
            margin-top: 5px;
        }

        .bx-SiteM041-title i {
            right: 5px;
        }

    .bx-SiteM041-text {
        padding: 15px;
    }

        .bx-SiteM041-text, .bx-SiteM041-text p {
            line-height: 1.5;
            font-size: 14px;
        }

    .bx-SiteM041-item ul li {
        margin-bottom: 10px;
    }
}
.join {
    padding:60px 0;
}
.jointext {
    padding:19px 44px;
    background:#fff;
    box-shadow:0 2px 12px rgba(0,0,0,8%);
    border-radius:10px;
}
.joincont {
    padding-bottom:150px;
}
.jointext h4 {
    font-size: 22px;
    line-height: 42px;
    color: #000000;
}
.jointext p {
    font-size: 18px;
    line-height: 36px;
    color: #666666;
}
.services {
    padding:65px 0 130px;
}
.serlist li {
    margin-bottom:50px;
}
.serlist li:last-child {
    margin:0;
}
.serlist li a {
    display:flex;
}
    .serlist li:nth-child(2n) a {
        flex-direction: row-reverse
    }
.servicesimg {
    width:700px;
    overflow:hidden;
}
.servicesimg img {
    width:100%;
    display:block;
    transition:all .5s;
}
.servicescont {
    width: calc(100% - 700px);
    background: #fff;
    box-shadow: 0 10px 25px #F4F6FB;
    padding:0 60px;
}
    .servicescont em {
        font-size: 150px;
        color: #EDF0F6;
    }
        .servicescont h4 {
            font-size: 32px;
            line-height: 37px;
            color: #000000;
            margin-top:-100px;
            margin-left:15px;
            font-weight:bold;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap;
        }
    .servicescont p {
        font-size:18px;
        line-height:32px;
        color:rgba(51,51,51,80%);
        margin-top:40px;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:4;
        -webkit-box-orient:vertical;
    }
.servicescont span {
    display:inline-block;
    font-size:14px;
    line-height:33px;
    color:#333;
    border:1px solid #333;
    border-radius:24px;
    padding:0 10px;
    margin-top:80px;
}
.serlist li:hover .servicescont h4 {
    color: #3859DB;
}
.about {
    padding:60px 0 100px;
}
.aboutcont {
    display:flex;

}
.aboutimg {
    width:660px;
}
.aboutimg img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.abouttext {
    width:calc(100% - 660px);
    padding:40px 56px;
}
.abouttext h4  {
    font-size:32px;
    line-height:37px;
    color:#000;
    font-weight:bold;
    position:relative;
}
.abouttext h4::after {
    content:"";
    width:4px;
    height:100%;
    display:block;
    background:#3859DB;
    position:absolute;
    left:-15px;
    top:0;
}
.abouttext div {
    font-size:18px;
    line-height:32px;
    color:#333;
    margin-top:35px;
}
.about_contact {
    padding:0 0 100px;
}
.about_title {
    font-size: 40px;
    line-height: 45px;
    color: #3859DB;
    text-align:center;
    font-weight:bold;
}
.about_contactcont {
    margin-top:60px;
    display:flex;
}
.aboutcontimg {
    width:700px;
}
.aboutcontimg img {
    width:100%;
    display:block;
}
.aboutcontacttext {
    width:calc(100% - 700px);
    padding-left:40px;
}
    .aboutcontacttext h4 {
        font-size: 26px;
        line-height: 40px;
        color: #F0832B;
        margin-top:20px;
        font-weight:bold;
    }
    .aboutcontacttext ul {
        border-bottom: 1px dashed #E2E5EC;
        margin-top:30px;
    }
    .aboutcontacttext ul li {
        padding: 25px 0;
        border-top: 1px dashed #E2E5EC;
    }
        .aboutcontacttext ul li h5 {
            font-size:20px;
            line-height:32px;
            font-weight:bold;
        }
        .aboutcontacttext ul li p {
            font-size: 18px;
            line-height: 36px;
            color: #333333;
        }
.message {
    padding:70px 0 120px;
}
.mess_title h4 {
    font-size: 40px;
    line-height: 45px;
    color: #3859DB;
    text-align:center;
    font-weight:bold;
}
.mess_title p {
    font-size: 24px;
    line-height: 32px;
    color: #181716;
    text-align:center;
    width:90%;
    margin:60px auto 0;
}
.mess_form {
    margin-top:140px;
    display:flex;
    flex-wrap:wrap;
}
.form_input {
    width:25%;

}
.form_texteara {
    width:100%;
    margin-top:40px;
}
.form_input label,
.form_texteara label{
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #666666;
}
    .form_input label span,
    .form_texteara  label span{
        color: #FF5E14;
    }
.form_input input,
.form_texteara  textarea{
    width: 80%;
    font-size: 16px;
    line-height: 50px;
    color: rgba(130,130,130,100%);
    border: 1px solid #EAEAEA;
    padding: 0 18px;
    margin-top: 24px;
}
    .form_input input::-webkit-input-placeholder,
    .form_texteara  textarea::-webkit-input-placeholder{
        color: rgba(130,130,130,100%);
    }
    .form_texteara textarea {
        width:100%;
        height:340px;
        margin-top:22px;
    }
.submit {
    width:180px;
    height:60px;
    line-height:60px;
    text-align:center;
    color:#fff;
    font-size:16px;
    margin:50px auto 0;
    background:#3859DB;
    cursor:pointer;
}
.submit:hover  {
    opacity:.8;
}
.homebanner {
    width:100%;
    overflow:hidden;
    position:relative;
}
.homebanner img {
    width:100%;
    height:100%;
    object-fit:cover;
}
    .homebanner .swiper-pagination-bullet {
        opacity: 1;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 50%;
    }
    .homebanner .swiper-pagination-bullet-active {
        background:#fff;
    }
    .homebanner .swiper-pagination {
        right: 40px;
    }
.home_news {
    padding:125px 0;
    background:url(../images/hnb.png) no-repeat center/100% 100%;
}
.home_news_pack {
    display:flex;
}
.home_news_leftcont {
    /*width:calc(100% - 314px);*/
    width:100%;
    padding-right:48px;
}
.home_news_leftcont h4  {
    font-size:40px;
    line-height:45px;
    color:#3859DB;
    font-weight:bold;
    text-transform:uppercase;
}
    .home_news_leftcont p {
        font-size: 16px;
        line-height: 36px;
        color: #181716;
        margin-top:38px;
    }
.home_newslist {
    overflow:hidden;
    margin:66px -24px 0;
}
.home_newslist li {
    float:left;
    width:33.3333%;
    padding:0 24px;
}
.home_newslistimg img {
    width:100%;
    display:block;
}
.home_newslistcont {
    padding:20px 24px;
}
.home_newslistcont h4 {
    font-size: 18px;
    line-height: 30px;
    color: #181716;
    font-weight: bold;
    text-transform: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
    .home_newslistcont p {
        font-size:14px;
        line-height:30px;
        margin-top:20px;
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .home_newslistcont p span {
        display:block;
        width:100px;
        height:40px;
        line-height:38px;
        border:1px solid #3859DB;
        text-align:center;
        border-radius:30px;
        color:#3859DB;
    }
        .home_newslistcont p em {
            color: #3859DB;
        }
        .home_newslist li:hover .home_newslistcont p span {
            background: #3859DB;
            color: #fff;
        }
.home_news_rightcont {
    width:314px;
    padding:0 27px;
    background:#fff;
    display:none;
}
.home_newsrightlist li {
    padding:25px 0;
    border-bottom: 1px solid #E3E3E3;
}
.home_newsrightlist li a {
    display:block;
}
    .home_newsrightlist li a span {
        font-size: 14px;
        line-height: 40px;
        color: #B7B7B7;
    }
    .home_newsrightlist li a h4 {
        font-size: 18px;
        line-height: 30px;
        color: #181716;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
.home_news_rightcont>a {
    font-size:18px;
    line-height:40px;
    color:#3859DB;
    text-align:center;
    display:block;
    margin-top:20px;
}
.home_services {
    padding:56px 0 180px;
    background:url(../images/hs.jpg) no-repeat center/100% 100%;
}
.home_services_title {
    font-size:40px;
    line-height:45px;
    color:#3859DB;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
}
.home_serviceslist {
    overflow:hidden;
    margin:75px -17px 0;
}
.home_serviceslist li {
    float:left;
    width:25%;
    padding:0 17px;
}
    .home_serviceslist li a {
        display: block;
        background: #fff;
        padding: 35px 24px;
        height: 420px;
        border-bottom: 4px solid #FF8A2C;
    }
.hsimg {
    width:67px;
}
    .hsimg img {
        max-width:100%;
        display:block;
    }
    .hsimg img:last-child {
        display: none;
    }
.home_serviceslist li a h4 {
    font-size: 22px;
    line-height: 35px;
    color: #181716;
    margin-top:25px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight:bold;
}
.home_serviceslist li a p {
    font-size: 18px;
    line-height: 28px;
    color: #181716;
    margin-top:15px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:9;
    -webkit-box-orient:vertical;
}
.home_serviceslist li:hover a {
    backdrop-filter:blur(10px);
    background:rgba(56,89,219,.3);
    border:none;
}
    .home_serviceslist li:hover a .hsimg img:first-child {
        display:none;
    }
    .home_serviceslist li:hover a .hsimg img:last-child  {
        display:block;
    }
    .home_serviceslist li:hover a h4,
    .home_serviceslist li:hover a p{
        color: #fff;
    }

    @media(max-width:1500px) {
        .layout  {
            width:1300px;
        }
    }
@media(max-width:1400px) {
    .layout {
        width: 90%;
    }
    .newslist {
        margin:0 -20px;
    }
    .newslist li {
        padding: 0 20px;
    }
    .servicesimg{
        width:550px;
    }
    .servicescont {
        width:calc(100% - 550px);
    }
        .servicescont span {
            margin-top:30px;
        }
    .aboutimg {
        width:500px;
    }
    .abouttext {
        width:calc(100% - 500px);
        padding:30px;
    }
    .aboutcontimg {
        width:550px;
    }
    .aboutcontacttext {
        width:calc(100% - 550px);
    }
        .aboutcontacttext ul li {
            padding:15px 0;
        }
            .aboutcontacttext ul li p {
                font-size:16px;
                line-height:26px;
            }
    .home_newslist {
        margin:50px -15px 0;
    }
    .home_newslist li {
        padding: 0 15px;
    }
    .home_serviceslist li a {
        padding:20px;
    }
    .home_serviceslist {
        margin:50px -10px 0;
    }
    .home_serviceslist li {
        padding: 0 10px;
    }
    .w-nav li a {
        font-size:16px;
    }
    .logo {
        height:100px;
    }
}
@media(max-width:1300px) {
    .navlist {
        width:700px;
    }
}
@media(max-width:1000px) {
    .layout {
        width:100%;
    }
    .iconfont {
        width:40px;
        height:40px;
        position:absolute;
        top:50%;
        right:10px;
        transform:translateY(-50%);
    }
    .iconfont i {
        width:100%;
        height:100%;
        position:absolute;
    }
    .iconfont .cha {
        background:url(../images/cha.png) no-repeat center/100% 100%;
        display:none;
    }
        .iconfont .nav {
            background:url(../images/nav.png) no-repeat center/100% 100%;
        }
    .navlist {
        position:absolute;
        top:100%;
        left:0;
        z-index:100;
        background:#fff;
        width:100%;
        box-shadow:0 3px 5px rgba(0,0,0,.1);
        display:none;
    }
    .logo {
        height:60px;
        padding:10px;
    }
    .w-nav {
        display:block;

    }
    header {
        position:relative;
        z-index:11;
    }
    .w-nav li a {
        color:#333;
        font-size:14px;
        line-height:30px;
        text-align:center;
    }
    .w-nav .active a,
    .w-nav li:hover a {
        color: #333;
    }
        .w-nav .active a::after,
        .w-nav li:hover a::after {
            display: none;
        }
    .w-nav li {
        width:100%;
    }
    .home_news {
        padding:25px 10px;
    }
    .home_news_pack{
        display:block;
    }
    .home_news_leftcont {
        width:100%;
        padding:0;
    }
    .home_newslist {
        margin:20px 0 0;
    }
    .home_newslist li {
       padding:0 5px;
       width:50%;
       margin-bottom:10px;
    }
    .home_newslistcont {
        padding:10px;
    }
        
      
            .home_newslistcont p span {
                line-height: 23px;
                height: 25px;
                width:80px;
            }
    .home_news_leftcont p {
        font-size:14px;
        line-height:24px;
        margin-top:10px;
        text-align:center;
    }
    .home_news_leftcont h4 {
        font-size:20px;
        line-height:30px;
        text-align:center;
    }
    .home_newslistcont h4 {
        font-size: 16px;
        line-height: 26px;
        text-align:left;
    }
    .home_newslistcont p {
        font-size: 12px;
    }
    .home_news_rightcont {
        width:100%;
        padding:0;
    }
    .home_newsrightlist li  {
        padding:10px 0;
    }
        .home_newsrightlist li a h4,
        .home_news_rightcont > a {
            font-size: 16px;
            line-height: 26px;
        }
        .home_newsrightlist li a span {
            font-size:12px;
            line-height:23px;
        }
    .home_services {
        padding:25px 10px;
    }
    .home_services_title {
        font-size:20px;
        line-height:30px;
    }
    .home_serviceslist {
        margin:20px -5px 0;
    }
    .home_serviceslist li {
        width: 50%;
        padding: 0 5px;
        margin-bottom:10px;
    }
        .home_serviceslist li a {
            padding:10px;
            height:350px;
        }
            .home_serviceslist li a h4 {
                font-size:16px;
                line-height:26px;
                margin-top:10px;
            }
            .home_serviceslist li a p {
                font-size:14px;
                line-height:24px;
                margin-top:10px;
            }
    .footer_pack {
        display:block;
    }
    .footer_navlist {
        display:none;
    }
    .footer_logo {
        height:60px;
        padding:10px 0;
    }
        .footer_logo img {
            margin:0 auto;
        }
    .copyright a {
        line-height:30px;
    }
    .about {
        padding:25px 10px;
    }
    .aboutcont {
        display:block;
    }
    .aboutimg {
        width:100%;
    }
    .abouttext {
        width:100%;
        padding: 10px;
    }
        .abouttext h4,
        .about_title,
        .mess_title h4 {
            font-size: 20px;
            line-height: 30px;
        }
            .abouttext h4::after {
                left:-10px;
            }
        .abouttext div {
            font-size:14px;
            line-height:24px;
            margin-top:10px;
        }
    .about_contactcont {
        margin-top:20px;
        display:block;
    }
    .about_contact {
        padding: 0 10px 25px;
    }
    .aboutcontimg {
        width:100%;
    }
    .aboutcontacttext {
        width:100%;
        padding:0;
    }
        .aboutcontacttext h4 {
            font-size:18px;
            line-height:28px;
        }
        .aboutcontacttext ul {
            margin-top:10px;
        }
            .aboutcontacttext ul li {
                padding:10px 0;
            }
                .aboutcontacttext ul li h5,
                .mess_title p {
                    font-size: 16px;
                    line-height: 26px;
                }
                .aboutcontacttext ul li p {
                    font-size:14px;
                    line-height:24px;
                }
    .banner_title {
        left:20px;
    }
        .banner_title p {
            font-size:20px;
            line-height:30px;
            margin-left:10px;
        }
        .banner_title img {
            width:45px;
        }
    .services {
        padding:25px 10px;
    }
    .serlist li a {
        display:block;
    }
    .servicesimg,
    .servicescont {
        width: 100%;
    }
    .servicescont {
        padding: 10px;
    }
        .servicescont em {
            font-size:50px;
        }
        .servicescont h4 {
            font-size:20px;
            line-height:30px;
            margin:0;
        }
        .servicescont p {
            font-size:14px;
            line-height:24px;
            margin-top:10px;
        }
        .servicescont span {
            margin-top:20px;
            font-size:12px;
        }
    .message {
        padding:25px 10px;
    }
    .mess_title p {
        margin-top:10px;
        width:100%;
    }
    .mess_form {
        margin-top:20px;
    }
    .form_input {
        width:100%;
        margin-bottom:10px;
    }
        .form_input label, .form_texteara label {
            font-size:16px;
            line-height:26px;
        }
        .form_input input, .form_texteara textarea {
            width:100%;
            font-size:14px;
            line-height:40px;
            margin-top:0;
        }
    .form_texteara {
        margin-top:10px;
    }
    .submit{
        width:140px;
        height:40px;
        font-size:14px;
        line-height:40px;
        margin-top:20px;
    }
    .join {
        padding:25px 0;
    }
    .joincont {
        padding: 0 10px 25px;
    }
    .jointext {
        padding:20px;
    }
        .jointext h4 {
            font-size:16px;
            line-height:30px;
        }
        .jointext p {
            font-size:14px;
            line-height:28px;
        }
    .news {
        padding:25px 10px;
        
    }
    .newslist {
        margin:0;
    }
    .newslist li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .navlistimg span {
        font-size:12px;
        line-height:24px;
    }
    .navlistcont h4 {
        font-size:16px;
        line-height:26px;
    }
    .navlistcont {
        padding:10px 0 0;
    }
        .navlistcont p {
            font-size:14px;
            margin-top:10px;
        }
        .navlistcont span {
            font-size:12px;
            line-height:24px;
            margin-top:10px;
        }
}

.ConractUs001-item {
    padding: 90px 0;
}

.ConractUs001-top {
    display: flex;
    justify-content: space-between;
}

    .ConractUs001-top .left {
        flex: 1;
        padding-right: 10%;
    }

        .ConractUs001-top .left ul li {
            display: flex;
            margin: 20px 0;
            font-size: 16px;
            color: #707070;
        }

            .ConractUs001-top .left ul li p {
                flex: 1;
                padding-left: 10px;
            }

            .ConractUs001-top .left ul li span i {
                font-size: 18px;
                color: #008dce;
                margin-right: 20px;
            }

    .ConractUs001-top .right .img {
        display: inline-block;
        text-align: center;
        width: 150px;
        font-size: 14px;
        color: #707070;
    }

        .ConractUs001-top .right .img p {
            margin-top: 10px;
        }

.ConractUs001-map {
    margin-top: 60px;
}

    .ConractUs001-map img, .ConractUs001-map iframe {
        width: 100%;
    }

@media screen and (max-width: 1500px) {
    .ConractUs001-item

{
    padding: 60px 0;
}

.ConractUs001-map {
    margin-top: 40px;
}

}

 @media screen and (max-width: 1000px) {
    .ConractUs001-item

{
    padding: 30px 0;
}

.ConractUs001-top {
    flex-direction: column;
}

    .ConractUs001-top .left {
        width: 100%;
        padding-right: 0;
    }

        .ConractUs001-top .left ul li {
            margin: 10px 0;
            font-size: 14px;
        }

    .ConractUs001-top .right {
        text-align: center;
    }

        .ConractUs001-top .right .img {
            margin: 0 10px;
        }

.ConractUs001-map {
    margin-top: 30px;
}

.ConractUs001-top .right .img {
    width: 115px;
}
}