body {
    margin: 0;
    padding: 0;
}

#produst .tain {
    max-width: 1200px;
    margin: 0 auto;
    text-shadow: 0px 0.5px 0.5px rgb(0 0 0);
}

#produst .center {
    max-width: 1200px;
    margin: 0 auto;
}

#produst .endsed {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 129px;
}

#produst .rows {
    margin-top: 75px;
}

* {
    margin: 0px;
    padding: 0px;
}

#produst .form-bg {
    background: #00b4ef;
}

#produst .form-horizontal {
    width: 100%;
    height: 60vh;
    /* 加载背景图 */
    background: url('../imgs/banner.jpg');

    background-size: 100% 100%;
    /* 背景图垂直、水平均居中 */
}

/* .imglist {
  margin: 0 auto;
  width: 1820px;
  display: flex;
  background-color: #00b4ef;
} */
#produst .form-horizontal .form-group {
    position: relative;
}

#produst .form-horizontal .form-title {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #7a7a7a;
    margin-left: 20px;
}

#produst .form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#produst .form-control {
    border: none;
    background: #ffffff;
    border-radius: 63px 63px 63px 63px;
    box-shadow: none;
    padding: 0 20px 0 18px;
    height: 40px;
    width: 134px;
    margin-top: 8px;
    transition: all 0.3s ease 0s;
}

#produst .form-horizontal .form-control {
    background: #ffffff;
    border-radius: 63px 63px 63px 63px;
    border: none;
    box-shadow: none;
    font-size: 22px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding: 0 20px 0 60px;
    height: 64px;
    width: 100%;

    margin: 0 auto;
    transition: all 0.3s ease 0s;
}

#produst .form-horizontal .form-control:focus {
    background: #e0e0e0;
    box-shadow: none;
    outline: 0 none;
}

#produst .form-control:focus {
    background: #e0e0e0;
    box-shadow: none;
    outline: 0 none;
}

#produst .form-horizontal .form-group i {
    position: absolute;
    top: 38px;
    left: 21px;
    font-size: 17px;
    color: #c8c8c8;
    transition: all 0.5s ease 0s;
}

#produst .form-horizontal .form-control:focus + i {
    color: #4e6be1;
}

#produst .form-horizontal .fa-question-circle {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 60px;
    font-size: 20px;
    color: #00b4ef;
    transition: all 0.5s ease 0s;
}

#produst .form-horizontal .fa-question-circle:hover {
    color: #000;
}

#produst .form-horizontal .text {
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #7a7a7a;
    margin-left: 7px;
    margin-top: 2px;
}

#produst .btns {
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    padding-top: 92px;
}

#produst .noted {
    width: 238px;
    height: 55px;
    background: #4e6be1;
    border-radius: 63px 63px 63px 63px;
    font-size: 22px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    padding: 20px 5px 10px 10px;
    text-align: center;
    float: right;
    position: relative;
    top: -59px;
    left: -5px;
    cursor: pointer;
    line-height: 17px;
}

#produst .conster_title {
    font-size: 50px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-top: 19vh;
}

#produst .conster_content {
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin-top: 39px;
    text-align: center;
}

#produst .tb {
    width: 11px;
    height: 19px;
    margin-top: 6px;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #4e6be1;
    border-bottom: 10px solid transparent;
}

#produst .fh {
    font-size: 22px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #7a7a7a;
    margin-left: 5px;
}

#produst .ones {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4e6be1;
}

#produst .onese {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-left: 40px;
}

#produst .demo-pagination-block + .demo-pagination-block {
    margin-top: 10px;
}

#produst .demo-pagination-block .demonstration {
    margin-bottom: 16px;
}

#produst .el-pagination .btn-next .el-icon,
#produst .el-pagination .btn-prev .el-icon {
    display: block;
    font-size: 12px;
    font-weight: 700;
    width: 20px !important;
    height: 20px;
    background: #d1d1d1;
    border-radius: 50%;
    line-height: 20px;
    padding-top: 2px;
}

select::-ms-expand {
    display: none;
}

#produst .form-control {
    border: none;

    outline: none;

    /*将默认的select选择框样式清除*/

    appearance: none;

    -moz-appearance: none;

    -webkit-appearance: none;

    -ms-appearance: none;

    /*在选择框的最右侧中间显示小箭头图片*/

    background: url(../imgs/dj.png) no-repeat scroll right center transparent;

    /***将sele.png替换为你的下拉箭头**/
}

#produst .hy {
    width: 286px;
    height: 140px;
    background: #4e6be1;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
}

#produst .hye {
    width: 286px;
    height: 140px;
    background: #f4f7fe;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
}

#produst .jeb {
    max-width: 460px;
    height: 424px;
    border-radius: 0px 0px 0px 0px;
}

#produst .ends {
    padding-top: 51px;
    padding-left: 55px;
    font-size: 40px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

#produst .wend_img {
    color: white;
}

#produst .wend_imglist {
    color: #4e6be1;
}

#produst .wend_name {
    padding-left: 24px;
    padding-top: 21px;
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
}

#produst .wend_namelist {
    padding-left: 24px;
    padding-top: 21px;
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

#produst .wend_cont {
    font-size: 16px;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #d5d5d5;
    padding-left: 24px;
    padding-top: 9px;
}

#produst .wend_contlist {
    font-size: 16px;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #d5d5d5;
    padding-left: 24px;
    padding-top: 9px;
}

#produst .letes {
    display: flex;
}

#produst .nebs {
    max-width: 606px;
    height: 424px;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
}

#produst .kjcs {
    padding-top: 51px;
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

#produst .heng {
    width: 39px;
    height: 5px;
    background: #4e6be1;
    border-radius: 3px 3px 3px 3px;
    margin-top: 6px;
}

#produst .contd {
    margin-top: 58px;
}

#produst .contd span {
    max-height: 296px;
    width: 100%;
    font-size: 20px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    color: #545454;
    margin-top: 58px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 超出几行省略 */

}

#produst .contd ul li {
    color: #4E6BE1;
    line-height: 30px;
    font-size: 20px;
    width: 100%;
    list-style: disc !important;
}

#produst .imgsed {
    width: 740px;
    height: 424px;
}

#produst .imgss {
    z-index: 1;
    top: -30px;
    position: relative;
}

#produst .imgsse {
    z-index: 2;
    top: -210px;
    left: -100px;
    position: relative;
}

#produst .mente {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 20px;
}

#produst .mented {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

#produst .search-box {
    position: relative;
}

#produst .search-box-input{
    margin: 9.0741vh auto 0 auto;
    height: 64px;
    width: 863px;
}

#produst .data-list {
    /*position: absolute;*/
    /*top: 99px;*/
    /*left: 0;*/
    /*right: 260;*/
    padding: 0;
    margin: 0 auto;
    max-width: 842px;
    /* border: 1px solid #aaa; */
    background-color: rgba(255, 255, 255, 1);
    /*transform: translate(-130px, -90px);*/

}

#produst .data-list li {
    padding: 10px;
    cursor: pointer;
    list-style-type: none;

}

#produst .data-list li:hover {
    background-color: #eee;
}

#produst input[type='text'] {
    width: 100%;
    padding: 10px;

}

@media screen and (max-width: 576px) {
    #produst .letes {
        display: block !important;
    }

    #produst .conster_title {
        font-size: 40px !important;
    }

    #produst .conster_content {
        font-size: 15px !important;
    }

    #produst .imgsed {
        width: 594px !important;
        height: 424px !important;
    }

    #produst .imget {
        width: 100% !important;
    }

    #produst .contd {
        max-width: 300px !important;
        margin-left: 40px !important;
    }

    #produst .kjcs {
        margin-left: 40px !important;
    }

    #produst .heng {
        margin-left: 40px !important;
    }

    #produst .mente {
        margin-left: 35px;
    }

    #produst .mented {
        margin-left: 35px;
    }

    #produst .onetw {
        display: block !important;
        margin-top: 50px !important;
        padding-bottom: 80px !important;
    }

    #produst .form-horizontal {
        height: 100% !important;
    }

    #produst .form-horizontal .form-control {
        font-size: unset !important;
        padding: unset !important;
        height: 37px !important;
        width: 346px !important;
        padding: 0 20px 0 19px !important;
    }

    #produst .noted {
        width: 76px !important;
        height: 30px !important;
        text-align: unset !important;
        font-size: unset !important;
        padding: 5px 5px 5px 9px !important;
        float: right !important;
        position: relative !important;
        top: -33px !important;
        left: -5px !important;
    }

    #produst .form-controled {
        height: 655px !important;
        display: block !important;
    }
}
