﻿.menu-index {
    /*color: white !important;*/
}

/*图片轮播*/
.swiper-container {
    width: 100%;
    min-width: 1200px;
    min-height: 425px;
    height: 31.25vw;
    background-color: #f5f7fa;
}

/*图片轮播-索引*/
.swiper-wrapper a {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-color: white;
    /* background-size: 1360px 356px; */
}

/*下标*/
.swiper-pagination {
    margin-top: 10px;
    width: 100%;
    z-index: 1 !important;
    min-width: 1360px;
}

    .swiper-pagination span {
        margin: 0 4px 0 4px;
    }

.swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fe8568 !important;
}

/*最新产品*/
.new-wrapper {
    position: relative;
    min-width: 1200px;
    padding-top: 75px;
    padding-bottom: 40px;
    overflow: hidden;
}

.new-title {
    width: 1200px;
}

    .new-title h2 {
        font-weight: bold;
        color: #222222;
        font-size: 2.7rem;
        width: 1200px;
        height: 40px;
        text-align: center;
        border-bottom: 1px solid black;
        font-family: PingFang SC, PingFang SC-Bold;
        line-height: 10px;
    }

    .new-title span {
        display: block;
        font-size: 1.05rem;
        width: 500px;
        line-height: 22px;
        text-align: center;
        color: #000000;
        padding: 12px 60px 12px 60px;
        margin-top: -3px;
        border-top: 4px solid black;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 520;
    }

.new-direction {
    position: relative;
    top: 85px;
    width: 1200px;
    z-index: 2;
}

    .new-direction > span {
        position: absolute;
        display: inline-block;
        width: 41px;
        height: 69px;
        cursor: pointer;
    }

.new-left {
    left: -60px;
    background-image: url(/Image/Computer/direction.png);
    background-repeat: no-repeat;
    background-position-x: -84px;
}

.new-right {
    right: -60px;
    background-image: url(/Image/Computer/direction.png);
    background-repeat: no-repeat;
    background-position-x: -126px;
}

.new-left:hover {
    background-position-x: 0;
}

.new-right:hover {
    background-position-x: -42px;
}

.new {
    position: relative;
    font-size: 0;
    width: 1200px;
    height: 240px;
    overflow: hidden;
    white-space: nowrap;
}

    .new > div {
        display: inline-block;
        min-width: 1200px;
        margin-top: 15px;
        white-space: nowrap;
    }

    .new a {
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        width: 280px;
        height: 210px;
        text-decoration: none;
        color: black;
        border: 1px solid #f0f0f0;
        border-radius: 5px;
        vertical-align: top;
        margin-left: 12px;
    }

    .new img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        transition: transform 0.5s;
    }

    .new a h2, .new a h3 {
        position: relative;
        font-weight: initial;
        width: 230px;
        color: white;
        white-space: initial;
        opacity: 0;
        z-index: 3;
        transition: all 1s;
    }

    .new a h2 {
        top: 100px;
    }

    .new a h3 {
        top: 104px;
    }

    .new a:hover img {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .new a:hover h2 {
        opacity: 1;
        top: 50px;
    }

    .new a:hover h3 {
        opacity: 1;
        top: 54px;
    }

    .new a:hover div {
        background: black;
    }

.watermark {
    width: 100%;
    height: 100%;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
    transition: all 0.5s;
}

.about {
    width: 1300px;
    height: 500px;
    background-image: url(/Image/Computer/about.png);
    background-repeat: no-repeat;
    background-position-x: 590px;
    background-position-y: 20px;
    background-size: 750px;
}

    .about:before {
        content: '';
        display: table;
    }

    .about p {
        font-size: 3rem;
        margin: 35px 0 0 10px;
        font-family: PingFang SC, PingFang SC-Bold;
        font-weight: 700;
        color: #101f38;
        line-height: 69px;
    }

    .about span {
        margin: 30px 0 0 10px;
        display: block;
        width: 550px;
        height: 261px;
        font-size: 1.3rem;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #101f38;
        line-height: 36px;
    }

    .about a {
    margin: 10px 0px 10px 10px;
    display: block;
    font-size: 1.28rem;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #ea5455;
    background: -o-linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background: -ms-linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background: -moz-linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background: -webkit-linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background-image: linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background-size: 200% auto;
    border-radius: 50px;
    margin-top: 40px;
    transition: 1s;
    }

    .about a:hover {
        background-position: right center;
    }

.service-title {
    min-width: 1200px;
    height: 140px;
    text-align: center;
}

    .service-title:before {
        content: '';
        display: table;
    }

    .service-title p {
        font-size: 2.8rem;
        width: 1200px;
        margin-top: 40px;
        font-family: PingFang SC, PingFang SC-Bold;
        font-weight: 700;
        text-align: center;
        color: #222222;
    }

    .service-title span {
        display: block;
        margin-top: 10px;
    }

.service-wrapper {
    width: 1200px;
}

.service {
    position: relative;
    min-width: 1300px;
    height: 660px;
    width: 1300px;
    margin-left: -40px;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 0 6px 1px #ffe7e0;
    /* border-radius: 20px; */
}

    .service:before {
        content: '';
        display: table;
    }

.service-left {
    padding: 0;
    /* width: 680px; */
    margin: 0px 0 0 0;
}

  .service-left li .IMGC1 {
      width:48px;
      height:48px;
      background-size: 48px;
      margin-bottom: 12px;
      margin-top: 12px;
  }
  .service-left li #IMGC1 {
      background-image:URL(/Image/Computer/company.png?v=1);
  }
  .service-left li #IMGC2{
      background-image:URL(/Image/Computer/map.png?v=1);

  }
  .service-left li #IMGC3 {
      background-image:URL(/Image/Computer/purchase.png?v=1);

  }
  .service-left li #IMGC4 {
      background-image:URL(/Image/Computer/search.png?v=1);

  }
  .service-left li #IMGC5{
      background-image:URL(/Image/Computer/good.png?v=1);

  }
  .service-left li #IMGC6{
      background-image:URL(/Image/Computer/ax.png?v=1);

  }
  .service-left li:hover #IMGC1 {
      background-image:URL(/Image/Computer/bs/company.png?v=1);
  }
  .service-left li:hover #IMGC2{
      background-image:URL(/Image/Computer/bs/map.png?v=1);

  }
  .service-left li:hover #IMGC3 {
      background-image:URL(/Image/Computer/bs/purchase.png?v=1);

  }
  .service-left li:hover #IMGC4 {
      background-image:URL(/Image/Computer/bs/search.png?v=1);

  }
  .service-left li:hover #IMGC5{
      background-image:URL(/Image/Computer/bs/good.png?v=1);

  }
  .service-left li:hover #IMGC6{
      background-image:URL(/Image/Computer/bs/ax.png?v=1);

  }
    .service-left li {
        list-style: none;
        width: 33.333%;
        height: 330px;
        background: white;
        float: left;
        text-align: center;
        border-radius: 1rem;
    }
    
    .service-left li:hover {
        list-style: none;
        width: 33.333%;
        height: 330px;
        /*margin-left: 2%;*/
        background: linear-gradient(180deg,#f59070, #f0ac7b);
        float: left;
        text-align: center;
    }
        .service-left li:nth-child(1) {
            /* height: 235px; */
        }

        .service-left li:nth-child(2) {
            /* height: 300px; */
        }

        .service-left li:nth-child(3) {
            /* height: 325px; */
        }

        .service-left li:nth-child(4) {
            height: 330px;
        }

        .service-left li img {
            margin: 16px 0 5px 0px;
        }

        .service-left li p {
            font-size: 1.42rem;
            /* margin-left: 30px; */
        }
        .service-left li:hover p {
            font-size: 1.42rem;
            color:#fff;
            /* margin-left: 30px; */
        }

        .service-left li span {
            display: block;
            width: 240px;
            line-height: 24px;
            color: #777777;
            margin-top: 8px;
            height: 175px;
            /* margin-left: 10px; */
        }
        .service-left li:hover span {
            display: block;
            width: 240px;
            line-height: 24px;
            color: #fff;
            margin-top: 8px;
            height: 175px;
            /* margin-left: 10px; */
        }

        .service-left li a {
            /* display: unset; */
            font-size: 1.14rem;
            color: #ffffff;
            width: 120px;
            height: 34px;
            background: linear-gradient(180deg,#f59070, #f0ac7b);
            border-radius: 17px;
            line-height: 34px;
            text-decoration: none;
            position: absolute;
            margin-left: -5%;
            font-weight: bold;
        }

        .service-left li:hover a {
            /* display: unset; */
            font-size: 1.14rem;
            color: #000;
            width: 120px;
            height: 34px;
            background:#FFF;
            border-radius: 17px;
            line-height: 34px;
            text-decoration: none;
            position: absolute;
            margin-left: -5%; 
        }

.service form {
    position: absolute;
    top: 50px;
    right: 0;
    width: 530px;
    height: 580px;
    background-color: white;
    border-radius: 8px;
}

    .service form p {
        font-size: 1.5rem;
        text-align: center;
        margin-top: 40px;
    }

    .service form ul {
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    }

        .service form ul li {
            list-style: none;
            margin-bottom: 10px;
        }

            .service form ul li input {
                width: 430px;
                height: 36px;
                line-height: 36px;
                padding: 0 10px 0 10px;
                outline: none;
                border: 1px solid #d8d8d8;
                border-radius: 2px;
            }

            .service form ul li textarea {
                width: 430px;
                height: 90px;
                padding: 5px 10px 5px 10px;
                outline: none;
                border: 1px solid #d8d8d8;
                border-radius: 2px;
                resize: none;
            }

.service-btn {
    /* margin-top: 10px; */
    border-bottom: 0px !important;
    width: 100% !important;
    /* text-align: center !important; */
}

   
.service-btn1 {
    display: block;
    font-size: 1.28rem;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #ea5455;
    background: -o-linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background: -ms-linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background: -moz-linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background: -webkit-linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background-image: linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background-size: 200% auto;
    border-radius: 50px;
    /* margin-top: 40px; */
    transition: 1s;
    cursor: pointer;
}

    .service-btn1:hover {
        background-position: right center;
    }

/*客户评价*/
.comment-warpper {
    min-width: 1200px;
    background-color: #f5f5f9;
    margin-bottom: 30px;
}

    .comment-warpper:before {
        content: '';
        display: table;
        margin-bottom: 40px;
    }

    .search-warpper p {
       font-family: PingFang SC, PingFang SC-Bold;
       font-weight: 700;
       text-align: center;
       color: #101f38;
       font-size: 42px;
       height: 60px;
    }
    .search-warpper span{
       width: 600px;
       text-align: center;
       display: block;
       font-size: 18px;
    }

.comment {
    position: relative;
    width: 1300px;
    height: 335px;
    margin-top: 20px;
}

#comment {
    position: relative;
    margin: 90px 0 0 100px;
    width: 720px;
    height: 170px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
}

    #comment > div {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: auto;
        white-space: initial;
        font-size: 24px;
        font-family: Times New Roman, Times New Roman-Regular;
        font-weight: 400;
        text-align: left;
        color: #222222;
        line-height: 36px;
    }

.comment-left {
    position: absolute;
    top: 0;
    left: 0px;
    width: 1150px;
    height: 335px;
    background-color: #FEE19F;
    background-image: url(/Image/Computer/table.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 95px 50px;
    border-radius: 5px;
}

.comment-number {
    position: absolute;
    color: #070707;
    margin: 280px 0 0 100px;
}

.comment-next {
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/Image/Computer/next.png);
    margin: 280px 0 0 975px;
    cursor: pointer;
}

.comment-right {
    position: absolute;
    top: 17px;
    right: 0;
    width: 400px;
    height: 300px;
    background-color: #f7f8fc;
    border-radius: 5px;
    z-index: 2;
}

    .comment-right ul {
        display: none;
        position: absolute;
        padding: 0;
        list-style: none;
        width: 300px;
        margin-top: 10px;
        margin-left: 50px;
    }

        .comment-right ul li {
            height: 25px;
            margin-top: 20px;
            font-weight: bold;
        }

            .comment-right ul li span {
                display: inline-block;
                width: 200px;
                height: 30px;
                border-bottom: 1px solid #e2e7ea;
                margin-top: -8px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .comment-right ul li:last-child span {
                border-bottom: none;
            }

#comment0 {
    display: block;
}

/*搜索*/
.search-warpper {
    min-width: 1300px;
    background-color: white;
    padding-top: 20px;
}

.search {
    position: relative;
    width: 1300px;
    height: 400px;
}

.search-left {
    position: absolute;
    left: 35px;
    top: 0px;
    width: 620px;
    height: 370px;
    border-right: 1px solid rgb(0 0 0 / 5%);
}

.search ul {
    padding: 0;
    margin: 35px 0 0 40px;
}

    .search ul li {
        list-style: none;
        margin-bottom: 18px;
    }

        .search ul li span {
            display: inline-block;
            width: 120px;
            height: 38px;
            line-height: 38px;
            font-size: 1rem;
            float: left;
            text-align: left;
            font-family: PingFang SC, PingFang SC-Regular;
        }

        .search ul li input {
            width: 350px;
            height: 34px;
            line-height: 34px;
            padding: 0 10px 0 10px;
            outline: none;
            border: 1px solid #d8d8d8;
            border-radius: 2px;
        }

        .search ul li select {
            width: 370px;
            height: 34px;
            line-height: 34px;
            color: #808080;
            padding: 0 10px 0 10px;
            outline: none;
            border: 1px solid #d8d8d8;
            border-radius: 2px;
        }

            .search ul li select option {
                font-size: 1rem;
            }

        .search ul li label {
            margin: 0 10px 0 10px;
        }

.search-btn {
    margin-top: 25px;
}

    .search-btn input {
        padding: 0;
        font-size: 1rem !important;
        width: 100px !important;
        height: 36px !important;
        line-height: 36px !important;
        color: white;
        background: #ff784b;
        border: none !important;
        border-radius: 10px;
        cursor: pointer;
    }

.search-reset {
    margin-left: 20px;
    background: #faa632 !important;
}

.search-right {
    position: absolute;
    top: 10px;
    right: 0;
    width: 760px;
    height: 460px;
    background-image: url(/Image/Computer/advanced_search.png);
    background-repeat: no-repeat;
    background-position-x: 200px;
    background-size: 500px;
}

    .search-right p {
        font-size: 1.14rem;
        margin-top: 20px;
        display: none;
    }

    .search-right span {
        display: none;
        width: 220px;
        line-height: 24px;
        color: #777777;
        margin-top: 20px;
        margin-left: 0;
    }

/**/
.contact-wrapper {
    position: relative;
    min-width: 1200px;
    height: 460px;
    background-color: #ffffff;
}

.contact {
    position: relative;
    top: 40px;
    width: 1200px;
    height: 400px;
    background-color: white;
    background-repeat: no-repeat;
    background-position-x: 70px;
    background-position-y: 30px;
    /* box-shadow: 0 0 6px 1px rgba(254,133,104,0.25); */
    border-radius: 8px;
}

    .contact:before {
        content: '';
        display: table;
    }

    .contact ul {
        width: 100%;
        padding: 0;
        /* margin: 45px 0 0 410px; */
        text-align: center;
        float: left;
        /* margin-left: -100px; */
    }
.contact ul li:nth-child(1) {
    list-style: none;
    line-height: 26px;
    margin-bottom: 14px;
    width: 38%;
    float: left;
}
        .contact ul li {
            list-style: none;
            line-height: 26px;
            margin-bottom: 14px;
            width: 20%;
            float: left;
        }

            .contact ul li > img {
                /* position: absolute; */
                margin-top: 4px;
                width: 32px;
            }

            .contact ul li span :nth-child(1) {
                display: inline-block;
                /* font-size: 0.95rem; */
                /* margin-left: 30px; */
                width: 90%;
            }


            .contact ul li span {
                display: grid;
                width: 85%;
                font-weight: 600;
            }
                .contact ul li span a {
                    color: #232323;
                    text-decoration: none;
                }

                    .contact ul li span a:hover {
                        color: black;
                    }

.contact-link {
    position: relative;
    width: 650px;
    height: 70px !important;
    margin-top: 20px;
    margin-left: 0;
    border: 2px solid #f6f6f6;
    border-radius: 3px;
}

    .contact-link a {
        position: relative;
        top: 19px;
        margin: 0 -20px 0 30px;
    }

    .contact-link img {
        width: 30px;
    }

.comment-warpper p {
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #101f38;
    font-size: 2.8rem;
    height: 50px;
}

.contact-wrapper p {
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #101f38;
    font-size: 42px;
    height: 40px;
}
.comment-right {
    width: 280px;
    height: 300px;
    background: #ffffff;
}

.commentRight_til {
    color: #949494;
    font-weight: bold;
}

#inquiry .inquiryClass  li{
    width: 40%;
    border-bottom: 1px solid #dfdfdf;
    margin-left: 10%;
    text-align: left;
}
#inquiry .inquiryClass  input,textarea{
   border:0px;
}

#inquiry .inquiryClass  input,textarea:focus{
   outline: none;
 }
#inquiry .inquiryClass-b{
    border-bottom: 2px solid #fbb7a1;
}

.search-btn2 div{
    width:100%;
}
.search-btn2 .service-btn1-submit{
    width: 120px; float: left; margin-left: 130px; border-radius: 15px; border: 1px solid #fff;
}


.search-btn2 .service-btn1-reset{
    width: 120px; border-radius: 15px; border: 1px solid #fff;
}