@charset "UTF-8";

.hd-btn-box{
    background-color: #1E50AEFF;
    color: #FFFFFF;
    margin: 11px;
    border: 5px solid #1E50AEFF;
    cursor: pointer;
}
#menu-dis-top-1{
    display: none;
}

.floatBox{
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 10em;
    /*background-color: #0d638f;*/
    /*max-width: 220px;*/
    /*width: 120px;*/
    max-height: 300px;
    text-align: center;
}
.float-item{
    width: 80px;
    height: 80px;
    font-size: 16px;
    color: rgba(30, 80, 174, 1);
    background-color: rgba(227, 227, 227, 1);
    margin-bottom: 5px;
    line-height: 30px;
    padding-top: 10px;
    font-weight: 400;
    cursor: pointer;

}
.float-item-icn{
    font-size: 25px;
}
.btnTel{
    color: #FFFFFF;
    background-color: rgba(30, 80, 174, 1);
}
.btnZX div{
    color: rgba(30, 80, 174, 1);
    background-color: rgba(227, 227, 227, 1);
}
.popupTel {
    position: absolute;
    right: 100%;
    margin-right: 1em;
    margin-top: -3em;
    /*top: 50%;*/
    background-color: #fff;
    padding: 1em 0.3em;
    width: 10em;
    color: #0C0C0C;
    -moz-box-shadow: 0 0 0.6em rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 0.6em rgba(0, 0, 0, .1);
    box-shadow: 0 0 0.6em rgba(0, 0, 0, .1);
    display: none;
}
.btnTel{
    text-align: center;
}

.leftsidebar-box{
    border-bottom: 0.5px solid rgba(207, 207, 207, 1);
}
.leftsidebar-title{
    display: flex;
    justify-content: space-between;
    margin: 5px 30px;
}
.leftsidebar-more{
    /*margin-left: 230px;*/
    color: rgba(133, 133, 133, 1);
    font-size: 14px;
}
.leftsidebar-msg{
    margin-top: 10px;
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
}
.leftsidebar-note{
    padding-top: 0;
    text-align: left;
}
.leftsidebar-note p:nth-child(1){
    width: 150px;
    text-align: center;
    border-radius: 0px 0px 12px 12px;
    background: rgba(34, 83, 175, 1);
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.leftsidebar-note span{
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 10px;
}

    /* index*/
.container {
    width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}
.header {
    background-color: #fff;
    padding: 10px 260px;
    display: flex;
    align-items: center;
}
.header-logo {
    width: 222px;
    height: 119px;
}
.header-right {
    margin-left: 55px;
}
.right-li {
    display: flex;
    gap: 60px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
}
.right-li li:hover {
    font-weight: 900;
    color: #2173bf;
}
.banner {
    background: url("../myimages/banner-bg.png") no-repeat center center;
    background-size: cover;
    height: 470px;
    padding: 0 260px;
    padding-top: 100px;

}
.banner-title {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    /*margin-bottom: 20px;*/
}
.banner-subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.banner-subtitle span {
    color: #ff1f1f;
}
.banner-btn {
    display: flex;
    gap: 25px;
    margin-top: 25px;
    margin-bottom: 25px;

}
.btn-box {
    width: 195px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 55px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.btn-box:hover {
    background: #fff;
    color: #1e50ae;
}
.kf_box:hover{
    width: 250px;
    height: 270px;
    z-index: 999;
    color: #FFFFFF;
    background: url("../myimages/kefu-img.png") no-repeat center center;
    background-color: #456aab;
    background-size: 70% 70%;
}

.banner_guide{
    background: url("../myimages/postion.png") no-repeat center center;
    background-size: 99.99% 99.99%;
    /*background-color: #FFFFFF;*/
    height: 230px;
    width: 75%;
    margin: auto;
    position: relative;
    top: -140px;
    border-radius: 10px;

}
.banner_guide_t{
    padding: 33px;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 700;
}
.banner_guide_t p{
    text-align: center;
    margin-bottom: 30px;
}
.banner-guide-item{
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.banner-guide-item img{
    width: 50px;
    height: 50px;
}
.banner-guide-item p:nth-child(2){
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}
.banner-guide-item p:nth-child(3){
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(99, 99, 99, 1);
    margin-bottom: 5px;
}


.main {
    margin-top: -110px;;
    padding: 0 260px;
}
.main-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-left {
    font-weight: 900;
    font-size: 30px;
    color: #292929;
}
.title-left span {
    color: #ff1f1f;
}
.title-right {
    color: #858585;
    font-size: 20px;
}
.title-right-item {
    display: flex;
    gap: 44px;
}
.title-right-item li {
    cursor: pointer;
    list-style: none;
}
.title-right-item li:hover {
    color: #363636;
}
.main-item {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-item-box {
    left: 260px;
    width: 320px;
    height: 154px;
    border-radius: 6px;
    box-shadow: 0px -1px 5px 4px #bdbdbd;
    padding: 20px 10px;
    display: none;
    box-sizing: border-box;
    margin-top: 20px;
}
.title-item-5{
    color: #0C0C0C;
}
.main-item-box-5{
    display: flex;
}
.item-box-left-img {
    width: 110px;
    height: 110px;
    margin-right: 10px;
    border-radius: 6px;
}
.box-right-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #363636;
}
.box-right-content {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-bottom: 20px;
}
.box-right-btn {
    display: flex;
    gap: 5px;
}
.box-right-btn1 {
    width: 76px;
    height: 27px;
    color: #ff8d1a;
    border-radius: 3px;
    border: 1px solid #ff8d1a;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
}
.box-right-btn2 {
    width: 76px;
    height: 27px;
    color: #2a82e4;
    border-radius: 3px;
    border: 1px solid #2a82e4;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
}
.main-btn {
    margin: 0 auto;
    margin-top: 35px;
    width: 103px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 20px 0px 20px 0px;
    background: #1e50ae;
    color: #fff;
    cursor: pointer;
    margin-bottom: 60px;
}
.flow-img {
    width: 100%;
    height: 300px;
    margin-top: -25px;
}
.banner2{
    margin-top: 5px;
    height: 176px;
}
.flow-img_but{
    /*position: relative;*/
    /*top: -50px;*/
    text-align: center;
    margin-top: 20px;
}
.flow-img_but button{
    color: #2a82e4;
    border-radius: 3px;
    border: 1px solid #2a82e4;
}
.index-banner2{
    width: 100%;
    height: 300px;
    background-color: #1e50ae;
    padding-top: 20px;
    margin-bottom: 30px;
}
.index-banner2-box{
    /*max-width: 1400px;*/
    width: 75%;
    margin: auto;
    color: white;
}
.index-banner2-top{
    margin-bottom: 30px;
}
.index-banner2-top span{
    display: inline-block;
    width: 5px;
    height: 52px;
    background-color: white;
    float: left;
    margin-right: 20px;
}
.index-banner2-top p:nth-child(2){
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 5px;
}
.index-banner2-top p:nth-child(3){
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26.4px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}
.index-banner2-mid{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.index-banner2-item-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-banner2-item-box p{
    color: white;
    margin-top: 10px;
}
.index-banner2-mid img{
    width: 50px;
    height: 10px;
    margin: 10px;
}
.index-banner2-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 40px;
}
.index-banner2-img img{
    width: 40px;
    height: 40px;
}

.main_good{
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}
.main_good_text{
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    margin: auto;
    justify-content: space-between;

}
.main_good_text div{
    width: 400px;
    background-color: #FFFFFF;
    margin-top: 10px;
    padding: 15px;
}
.main_good_text div p:first-child{
    font-size: 18px;
    font-weight: 700;
}
.main-news {
    padding: 0 260px;
    padding-bottom: 55px;
    position: relative;
}
.news-line {
    width: 30px;
    height: 3px;
    background: #1e50ae;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 14px;
}
.news-title {
    font-size: 30px;
    color: #4d4d4d;
    text-align: center;
}
.news-item {
    margin-top: 30px;
    display: flex;
}

.item-left {
    width: calc(50% - 10px);
}
.item-right {
    width: calc(50% - 10px);
    margin-left: 20px;
}
.news-item-title {
    display: flex;
    align-items: center;
}
.title-line {
    width: 3px;
    height: 30px;
    background: #1e50ae;
    margin-right: 10px;
}
.title-text {
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    color: #4d4d4d;
}
.news-item-content {
    margin-top: 35px;
}
.content-item {
    width: 100%;
    height: 153px;
    border-radius: 4px;
    box-shadow: 0px 2px 6px #8f8f8f;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.content-item:last-child {
    margin-bottom: 30px;
}
.content-item:hover .content-title {
    color: #1e50ae;
}
.content-title {
    color: #545454;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-main {
    font-size: 16px;
    color: #999;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-main span {
    color: #ff1f1f;
}
.content-btn {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
}
.news-right-item {
    padding-top: 22px;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #d6d0d0;*/
    border-top: 1px solid #d6d0d0;
    display: flex;
}
.news-right-item:nth-child(1) {
    /*border: none;*/
}
.news-right-item:nth-child(4) {
    border: none;
}
.more-btn {
    font-size: 16px;
    font-weight: 500;
    color: #4f4f4f;
    cursor: pointer;
    text-align: right;
}
.news-img {
    width: 98px;
    height: 76px;
    border-radius: 4px;
}
.news-right-main {
    margin-left: 17px;
}
.news-right-main-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.news-right-main-content {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
/*.news-right-main-time {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    font-size: 14px;*/
/*    color: #9e9e9e;*/
/*}*/
.news-phone {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #1e50ae;
    width: 120px;
    height: 120px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
}
.news-phone-img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 12px;
}
.main-detection {
    padding: 0 260px;
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 60px;
}
.detection-title {
    font-size: 36px;
    font-weight: 900;
    color: #292929;
    text-align: center;
    margin-bottom: 30px;
}
.detection-item {
    display: flex;
    gap: 30px 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detection-item-box {
    background: #fff;
    border-radius: 8px;
    width: 400px;
    height: 187px;
    box-sizing: border-box;
    padding: 50px 36px 0 30px;
}
.detection-item-title {
    font-size: 24px;
    font-weight: 900;
    color: #3b3b3b;
    margin-bottom: 20px;
}
.detection-item-title span {
    color: #ff1f1f;
}
.detection-item-content {
    font-size: 18px;
    color: #3d3d3d;
    line-height: 26px;
    font-weight: 300;
}
.main-address {
    padding: 30px 260px;
    background: #fff;
}
.address-title {
    font-size: 20px;
    font-weight: 700;
    color: #3b3b3b;
}
.address-item {
    margin-top: 18px;
}
.address-item ul {
    display: flex;
    gap: 10px 130px;
    flex-wrap: wrap;
}
.address-item ul li {
    color: #969696;
    font-size: 16px;
    cursor: pointer;
}

.link-img {
    display: flex;
    gap: 30px;
    margin-bottom: 24px;
}
.link-qrCode {
    margin-top: 34px;
}
.link-qrCode img {
    width: 110px;
    height: 110px;
}
.link-qrCode div {
    color: #fff;
    text-align: center;
    margin-top: 5px;
}



/* 弹窗样式 */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.modal-close-img {
    position: absolute;
    right: -60px;
    top: -60px;
    width: 52px;
    height: 52px;
    cursor: pointer;
}
.modal-content_liuyan {
    background: #fff;
    border-radius: 8px;
    width: 840px;
    height: 530px;
    display: flex;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease;
    position: relative;
}
.modal-left {
    width: 360px;
}
.modal-left-img {
    width: 100%;
    height: 100%;
}
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.modal-right {
    width: 480px;
    position: relative;
}
.modal-logo {
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
}
.modal-form {
    margin-top: 30px;
    padding-left: 60px;
}
.form-item {
    width: 380px;
    height: 52px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 0px 7px #b8b8b8;
    margin-bottom: 18px;
}
.form-item label {
    font-size: 16px;
    color: #4d4c4c;
    padding-left: 13px;
    text-align: right;
}
.form-item input {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
    text-align: right;
    border: none;
}
.form-item input:focus {
    outline: none;
    border-color: #1e50ae;
}
.modal-btn-submit {
    background: #1e50ae;
    color: #fff;
    width: 380px;
    text-align: center;
    height: 57px;
    line-height: 57px;
    border-radius: 28px;
    cursor: pointer;
    margin-left: 60px;
    margin-top: 24px;
}
.modal-tips {
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d;
    text-align: center;
    margin-top: 20px;
}
.modal-tips span {
    color: #737373;
}

/* index*/





/* category_product*/
.cate_box {
    background-color: #fff;
    margin: 14px 0;
    padding: 5px 0;
}
.category_box {
    display: flex;
    padding: 5px 10px;
}
.category_box .inner_box {
    flex: 1;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
}

.category_box .inner_tite {
    display: inline-block;
    color: #101010;
    font-size: 14px;
    margin-right: 10px;
    line-height: 20px;
    font-weight: bold;
    padding-top: 5px;
}


.category_box .inner_box a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    color: #333;
}
.category_box .inner_box a.active {
    color: #5b8ff9;
}
.serve_box{
    width: 850px;
    display: flex;
    flex-direction: column-reverse;
}
.serve_list_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-right: 10px;
}
.serve_list{
    width: 400px;
    height: 150px;
    background-color: #fff;
    margin-top: 10px;
    margin-right: 10px;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px -1px 2px 1px #bdbdbd;
}
.serve_item .bot{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.serve_item .tag1{
    color: rgba(134, 133, 138, 1);
}

.serve_item .parice_box{
    color: red;
    font-size: large;
}

.serve_list .act_bot div{
    display: inline-block;
}
.serve_list .act_bot{
    height: 60px;
    padding-top: 3px;
    margin-top: 3px;
    border-top: 1px solid #f7f4f4;
    align-content: center;
}

.act_bot .but_bot{
    float: right;
}
.ca_bot .tag2{
    color: #FF8D1AFF;
    margin-top: 3px;
    border: 1px solid #FF8D1AFF;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 13px;
}

.ca_bot .tag3{
    color: #2A82E4FF;
    margin-top: 3px;
    border: 1px solid #2A82E4FF;
    background-color: #FFFFFF;
    border-radius: 5px;
}
.but_bot button{
    color: #FFFFFF;
    margin-top: 3px;
    border: 1px solid #3259CEFF;
    background-color: #3259CEFF;

}

.nav_box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 40px;
    margin-right: 40px;
}
.nav_box h1{
    display: inline-block;
    height: 45px;
    align-content: center;
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(34, 83, 175, 1);
    color: #FFFFFF;
    font-size: 16px;
    line-height: 45px;
}
.hot_right{
    float: right;
    width: 410px;
}
.one_box{
    width: 850px;
    float: left;
}

.sh_main_box{
    width: 100%;
}

.sh_bargain_box{
    width: 100%;
    height: 350px;
    background-color: #ffffff;
    margin: 10px 0;
}
.sh_bargain_box div{
    display: inline-block;
    margin: auto 0;
}
.sh_bargain_box .sh-wx{
    width: 250px;
    height: 300px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 1px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sh-wx .wx-describe{
    color: #999;
    font-size: 12px;
    margin: 0 auto;
}
.wx-describe{
    color: #999;
    font-size: 12px;
    margin: 0 auto;
}
.sh-wx .wx-tel{
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 21px;
    color: rgba(30, 80, 174, 1);
    text-align: center;

}
.sh_bargain_box .sh_bargain{
    margin: 0 20px;
}
.sh_bargain .desc{
    color: #666;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 14px;
}
.sh_bargain div{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.sh_bargain .tag1,.sh_bargain .tag2,.sh_bargain .tag3,.sh_bargain .tag4{
    min-width: 100px;
    height: 30px;
    line-height: 28px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    margin-right: 13px;
}
.sh_bargain .tag1{
    background-color: #1E50AEFF;
    color: #fff;
}
.sh_bargain .tag2{
    background-color: #f28046;
    color: #fff;
}
.sh_bargain .tag3{
    border: 1px solid #5b8ff9;
    color: #5b8ff9;
}
.sh_bargain .tag4{
    border: 1px solid #f28046;
    color: #f28046;
}

.sh_bargain .symbole{
    color: red;
    font-size: 16px;
    font-weight: 700;
}
.sh_bargain .btn1{
    width: 176px;
    height: 48px;
    line-height: 48px;
    border-radius: 2px;
    background-color: #1E50AEFF;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-right: 31px;
    border: 0;
}
.sh_bargain .btn2{
    width: 176px;
    height: 48px;
    line-height: 20px;
    border-radius: 2px;
    background-color: #fff;
    color: #5b8ff9;
    font-size: 14px;
    border: 1px solid #5b8ff9;
}
.sh-introduce-img{
    float: right;
    margin-left: 20px;
    width: 500px;
    /*background-color: #00F7DE;*/
    text-align: center;
}
.sh-introduce-img .ciycli{
    width: 320px;
    height: 320px;
}
.sh_introduce{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(125, 125, 125, 1);
    height: 24px;
}
.sh_introduce strong{
    padding-bottom: 3px;
    border-bottom: 3px solid #2890ff;
}

.sh_parameters{
    margin: 10px 0px;
}
.sh_parameters table td,th{
    border: 1px solid #e5e7eb;
    padding: 15px;
    text-align: center;

}


.sh_guide{
    margin: 10px 5px;
}
.sh_guide .bgblbg{
    background-image: url("../myimages/bg1.png");
    width: 100px;
    height: 3px;
    background-size: 100% 100%;
}

.index .sec_4 {
    background-color: #fff;
}
#flow_inner .content {
    padding-top: 40px;
    padding-bottom: 14px;
}
.index .sec_4 .content {
    display: flex;
    padding-top: 80px;
    position: relative;
}
.small .flow_cell .flow_item.active {
    color: #5b8ff9;
}
.small .flow_cell .flow_item {
    color: #6d6d6d;
    font-size: 16px;
}
.flow_cell .flow_item.active {
    color: #5b8ff9;
    font-size: 18px;
    font-weight: bold;
}
.flow_cell .flow_item {
    color: #6d6d6d;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    width: 173px;
}
.flow_cell .flow_item.active .actImg {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -9px;
    top: 4px;
    z-index: 2;
    background-color: #fff;
}
#flow_inner .flow_item:not(:first-child) {
    padding-top: 30px;
}
.small .flow_cell .flow_item {
    color: #6d6d6d;
    font-size: 16px;
}
.flow_cell .flow_item {
    color: #6d6d6d;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    width: 173px;
}
#flow_inner .info_cell {
    padding-left: 30px;
    width: 440px;
}
#flow_inner .demoImg {
    /*width: 333px;*/
    height: 250px;
    object-fit: cover;
}
.index .sec_4 .content .demoImg {
    /*position: absolute;*/
    /*right: 0;*/
    margin-left: 80px;
    max-width: 410px;
    /*bottom: 0;*/
}
#flow_inner .info_cell p {
    font-size: 14px;
}
#flow_inner .info_cell .line {
    margin: 10px 0 15px;
}
.index .sec_4 .content .info_cell button {
    width: 146px;
    height: 44px;
    margin-top: 21px;
    line-height: 20px;
    border-radius: 5px;
    border: none;
    /*background: linear-gradient(90deg, #82d1f6 0%, #29b6f4 50%, #0089cd 99%);*/
    background: linear-gradient(90deg, rgba(94, 138, 219, 1) 0%, rgba(30, 80, 174, 1) 100%);
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.conte2msk {
    position: relative;
    cursor: pointer;
}
.flow_cell .flow_item:not(:first-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: -6px;
    bottom: 9px;
    border-left: 1px dashed #d1d1d1;
}
.flow_cell .flow_item:not(:first-child)::after {
    content: "";
    position: absolute;
    right: -4px;
    width: 10px;
    height: 10px;
    bottom: 8px;
    border-radius: 10px;
    background-color: #999;
    z-index: 1;
}
.index .sec_4 .content .info_cell p {
    color: #1F1F1F;
    font-size: 16px;
    line-height: 28px;
}



.ct_container_box{
    display: flex;
}
.ct_serve_list{
    width: 270px;
    margin-right: 0;
    margin-top: 0;
    height: 60px;
    border-bottom: 1px solid #f7f4f4;
    padding: 30px;
    background-color: #fff;
}
.ct_serve_list a{
    color: #666666FF;
    text-decoration: none;
    font-size: 14px;
}
.app-footer-box{
    height: 500px;
    background-color: #1E50AEFF;
    color: #FFFFFF;
}
.link-box{
    width: 1400px;
    margin: 10px auto;
}
.my-footer-box{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
}
.footer-content{
    width: 1400px;
    margin: auto;
    height: 350px;
    display: flex;
    justify-content: space-between;
}
.footer-right-box{
    display: flex;
    margin-top: 34px;
}
.footer-right-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
.footer-box-item {
    margin-bottom: 10px;
    cursor: pointer;
    color: #FFFFFF;
}
.footer-right-item {
    margin-right: 50px;
}
.footer-right-item-title{
    font-size: 16px;
}
.footer-right-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
.footer-message {
    margin-top: 20px;
}
.footer-message-input {
    margin-bottom: 15px;
}
.footer-message-input input {
    width: 255px;
    height: 34px;
    padding-left: 12px;
}
.footer-message-input textarea {
    width: 255px;
    padding-left: 12px;
    padding-top: 5px;
}
.footer-message-btn {
    width: 105px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #d43030;
    color: #fff;
    cursor: pointer;
}
.my-footer-two{
    height: 1px;
    background-color: #FFFFFF;
    width: 100%;
}
.footer-bottom {
    padding: 20px 260px 70px  260px;
    /*padding-top: 20px;*/
    /*padding-bottom: 70px;*/
    text-align: center;
    font-size: 16px;
    color: #fff;
}


/*移动端*/
.move-container{
    display: none;
    width: 100%;
    background-color: #f2f2f2;
}
.move-footer-nav{
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid rgba(245, 245, 245, 1);
}
.move-footer-nav-item{
    width: 20%;
    display: inline-block;
    margin: 5px;
    text-align: center;
    height: 25px;
    background: rgba(246, 246, 246, 1);
    color: rgba(16, 16, 16, 1);
}

.move-footer-copyright{
    display: none;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    color: rgba(177, 177, 178, 1);
    font-size: 12px;
    margin-bottom: 50px;
}
.move-bottom-box{
    width: 100%;
    background-color: #FFFFFF;
    display: none;
    /*display: flex;*/
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    Position:fixed;
    bottom:0;
    z-index: 1000;
    text-align: center;
}
.move-bottom-box a{
    color: black;
}
.move-bottom-box a:hover{
    color: #0d6efd;
}
.move-bottom-box span{
    font-size: 16px;
}
.move-footer-ico{
    font-size: 13px;
}
.move-banner img{
    width: 100%;
    margin: 5px auto;
}
.move-note{
    display: flex;
    justify-content: space-around;
    margin: 5px auto;
}
.move-note-box{
    display: flex;
    background-color: #FFFFFF;
    width: 48%;
    align-items: center;
    justify-content: center;
}
.move-note-box div:nth-child(1){
    font-size: 45px;
    margin-right: 5px;
}
.move-note-box:nth-child(1) div:nth-child(1){
    color: rgba(250, 146, 77, 1);
}
.move-note-box:nth-child(2) div:nth-child(1){
    color: rgba(50, 89, 206, 1);
}
.move-note p{
    margin: 0 0;
}
.move-note-item p:nth-child(1){
    font-size: 18px;
    font-weight: 700;
}
.move-note-item p:nth-child(2){
    color: rgba(173, 172, 172, 1);
}
.move-subnav-box{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}
.move-subnav{
    width: 18%;
    text-align: center;
}
a.move-subnav {
    color: rgba(59, 59, 59, 1);
}
.move-subnav img{
    width: 40px;
    height: 40px;
    margin-top: 5px;
}
.move-scroll-tel{
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    height: 40px;
    align-items: center;
    opacity: 1;
    border-radius: 4px;
    background: rgba(218, 235, 253, 1);
    padding: 10px;
}
.move-scroll-tel div:nth-child(1){
    opacity: 1;
    border-radius: 3px;
    background: rgba(120, 182, 244, 1);
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 8px;
    z-index: 2;
}
.move-scroll-tel div:nth-child(2){
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 18.82px;
    color: rgba(51, 51, 51, 1);
    position:relative;
    animation:mymove 20s infinite;
    -webkit-animation:mymove 20s infinite; /*Safari and Chrome*/
}
@keyframes mymove
{
    from {right:0%;}
    to {right:100%;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {right:0%;}
    to {right:100%;}
}

.move-scroll-tel div:nth-child(2):hover {
    animation-play-state: paused;
}
.move-product-box{
    opacity: 1;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
    display: block;
    width: 98%;
    margin: 5px auto;
    height: 117px;
    padding: 15px;
}
.move-product-item{
    display: flex;
    justify-content: space-between;
}
.move-product-item:nth-child(1) span:nth-child(1){
    color: rgba(134, 133, 138, 1);
    font-size: 12px;
}
.move-product-item:nth-child(1) span:nth-child(2){
    color: red;
    font-size: large;
    font-weight: 600;
}
.move-product-item:nth-child(2) {
    margin-top: 5px;
    border-top: 1px solid #f7f4f4;
    padding-top: 10px;
}
.move-product-item:nth-child(2) span{
    color: #FF8D1AFF;
    margin-top: 3px;
    border: 1px solid #FF8D1AFF;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 13px;
    padding: 1px 2px;
}
.move-product-item:nth-child(2) a{
    color: #2A82E4FF;
    margin-top: 3px;
    border: 1px solid #2A82E4FF;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 13px;
    padding: 1px 2px;
}
.move-product-item:nth-child(2) button{
    color: #FFFFFF;
    margin-top: 3px;
    border: 1px solid #3259CEFF;
    background-color: #3259CEFF;
}
.move-guild-product button{
    margin: 5px auto;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 35px;
    border: 0;
}
.move-index-icon{
    display: flex;
    justify-content: space-around;
    background-color: #FFFFFFFF;
    text-align: center;
}
.move-index-icon img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.move-index-icon p:nth-child(2){
    font-size: 18px;
    font-weight: 700;
}
.move-index-icon p:nth-child(3){
    font-size: 12px;
    color: rgba(173, 173, 173, 1);
}
.move-company-news{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    background-color: #ffffff;
    height: 45px;
    align-items: center;
    padding: 0 15px;
}
.move-company-news div{
    font-size: 18px;
    font-weight: 700;
}
.move-company-news a{
    color: rgba(148, 148, 148, 1);
}
.company-news-box{
    color: #0C0C0C;
    background-color: white;
    display: block;
    border: 1px solid rgba(246, 244, 244, 1);
}
.company-news-item{
    display: flex;
    margin: 5px 10px;
    align-items: center;
}
.company-news-item img{
    margin-right: 15px;
}
.company-news-tips{
    display: flex;
    justify-content: space-between;
}
.company-news-tips:nth-child(2){
    color: rgba(148, 148, 148, 1);
    font-size: 12px;
}
.company-news-title {
    flex-grow: 1; /* 占据剩余空间 */
}

.service-product-nav{
    margin-top: 10px;
    display: flex;
    background: rgba(246, 246, 246, 1);

}
.move-pg-mainbav{
    /*display: inline-block;*/
}
.move-pg-mainbav span{
    display: block;
    width: 100px;
    line-height: 45px;
    color: #0C0C0C;
    text-align: center;
}
.move-pg-mainbav .active{
    background-color: #FFFFFF;
}
.move-pg-subnav{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    background-color: #FFFFFF;
}
.pg-mainbav:nth-child(1){
    background-color: #ffffff;
}
.move-pg-subnav-item{
    display: none;
}
.move-pg-subnav-item-5{
    display: block;
}
.move-pg-subnav a{
    background-color: #FFFFFF;
    display: inline-block;
    color: #0C0C0C;
    width: 100px;
    text-align: center;

}

.move-list-container{
    display: none;
}
.move-list-nav-box{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.move-list-nav-box .move-pg-mainbav{
    background-color: #f6f6f6;
}
.move-list-nav-box .move-pg-subnav{
    padding-top: 20px;
}
.list-btn-close{
    font-size: 24px;
    position: fixed;
    right: 5px;
    top: 1px;
}

.move-list-subnav{
    /*margin-bottom: 20px;*/
    border-top: 1px solid #e1e3ea;
    line-height: 35px;
    font-size: 14px;
    background-color: white;
    padding-left: 10px;
}
.product-flow{
    background-color: white;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
}
.product-flow p{
    text-align: center;
    color: rgba(50, 89, 206, 1);
    font-size: 14px;
}
.move-product-flow-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.move-product-flow-icon div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.move-product-flow-icon img{
    width: 25px;
    height: 27px;
}
.move-product-flow-icon span{
    margin-top: 10px;
}
.flow-icon{
    color: rgba(156, 156, 156, 1);
    margin-bottom: 20px;
}
.move-product-title-box{
    padding: 20px 10px;
}
.move-product-title-box h2{
    margin-bottom: 10px;
}

.move-show-product-item{
    display: flex;
    justify-content: space-between;
}
.move-show-product-item div:nth-child(1) span{
    color: #FF8D1AFF;
    margin-top: 3px;
    border: 1px solid #FF8D1AFF;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 13px;
    padding: 1px 2px;
}
.move-show-product-item a{
    color: #2A82E4FF;
    margin-top: 3px;
    border: 1px solid #2A82E4FF;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 13px;
    padding: 1px 2px;
}
.move-show-product-item div:nth-child(2) span{
    color: red;
    font-size: large;
    font-weight: 600;
}
.move-sh-parameters p{
    color: #0C0C0C;
    text-align: left;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
    line-height: 40px;
}
.move-show-service-tips{
    padding: 16px 12px;
    display: flex;
    justify-content: space-between;
}
.move-show-service-tips span:nth-child(1){
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.show-service-tips::before{
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 6px;
    height: 18px;
    line-height: 20px;
    border-radius: 5px;
    background-color: #5b8ff9;
}
.move-show-service-tips span:nth-child(2){
    font-size: 12px;
    color: rgba(163, 163, 163, 1);
}
.move-show-centent{
    background-color: white;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    color: rgba(64, 64, 64, 1);
    text-align: justify;
}
.move-modal-form{
    display: none;
}
@media screen and (max-width: 768px) {
    .move-container,.move-list-container{
        display: block;
    }
    .service-product-nav{
        display: flex;
        height: 100%;
    }
    .move-bottom-box{
        display: flex;
    }
    .floatBox,.banner,.banner_guide,.app-footer-box,.main,.main_good,.main_good_text,.main-news,.main-detection,.flow-img,.index-banner2,.flow-img_but{
        display: none;
    }
    /*pc容器app-container*/
    .pc-container-box,.city-sidebar{
        display: none;
    }
    .move-footer-nav,.move-footer-copyright{
        display: flex;
    }
    .one_box{
        width: 100%;
        clear: none;
    }
    .serve_box{
        width: 100%;
        clear: none;
    }
    .ct_serve_list{
        width: 50%;
    }
    .serve_list_box{
        padding-right: 0px;
    }
    .nav_box{
        margin-right: 0;
        margin-top: 10px;
    }
    .move-modal-form-box{
        display: none;
    }
    .move-modal-form-box{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        justify-content: center;
        align-items: center;
    }
    .move-modal-form{
        display: block;
        height: 400px;
        width: 100%;
        background: linear-gradient(180deg, rgba(50, 89, 206, 1) 0%, rgba(246, 246, 246, 1) 100%);
        z-index: 999;
    }
    .move-modal-form p{
        color: white;
        text-align: center;
    }
    .move-modal-form p:nth-child(1){
        font-size: 18px;
        font-weight: 500;
        padding-top: 20px;
    }
    .move-modal-form p:nth-child(2){
        font-size: 14px;
        font-weight: 400;
    }
    .move-modal-form-content{
        width: 90%;
        /*height: 300px;*/
        background-color: white;
        margin: auto;
        padding-top: 10px;
        text-align: center;
    }
    .move-modal-form-content div:nth-child(1){
        text-align: center;
        width: 321px;
        line-height: 37px;
        opacity: 1;
        border-radius: 6px;
        background: rgba(217, 226, 255, 1);
        margin: 10px auto;
        color: rgba(50, 89, 206, 1);
    }
    .move-form-item{
        width: 300px;
        height: 32px;
        border-radius: 4px;
        background: #ffffff;
        /*box-shadow: 0px 0px 7px #b8b8b8;*/
        margin: auto;
        margin-bottom: 18px;
        border-bottom: 1px solid rgba(232, 232, 232, 1);;
    }
    .move-form-item label{
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 20.27px;
        color: rgba(32, 32, 32, 1);
    }
    .move-form-item input{
        /*padding: 12px;*/
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 16px;
        font-family: inherit;
        transition: border-color 0.3s;
        /*text-align: right;*/
        border: none;
    }
    .move-form-item input:focus {
        outline: none;
        border-color: #1e50ae;
    }
    .move-btn-submit{
        line-height: 37px;
        opacity: 1;
        border-radius: 18.5px;
        background: rgba(50, 89, 206, 1);
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        color: rgba(255, 255, 255, 1);
    }
    .move-modal-tips{
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 17.38px;
        color: rgba(158, 158, 158, 1);
        margin: 10px auto;
        padding-bottom: 10px;
    }
    .move-modal-tips span{
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 17.38px;
        color: rgba(101, 131, 218, 1);
    }

}

