.container {
    margin-top: 76px;
}
.question {
    width: 100%;
    position: relative;
}

.question .txt-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.question .btitle {
    color: #FFFFFF;
    font-size: 30px;
}

.question .stitle {
    color: #FFFFFF;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 58px;
    text-align: center;
}

.question .phone-btn {
    width:220px;
    height:60px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 51px 3px rgba(150,150,150,0.3);
    border-radius:30px;
    font-size: 20px;
    color: #2362FB;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    position: relative;
}

/* 小手 */
.ikon_hand{
    position: absolute;
    width: 25px;
    top: 10px;
    left: 15px;
}

/* 需求 */
.c-require {
    width: 100%;
    /* height: 460px; */
    /* background: #F7F7FA; */
    padding-bottom: 80px;
}

.c-r-inner {
    width: 1300px;
    margin: 0 auto;
}

.c-r-title {
    color: #111111;
    font-size: 30px;
    text-align:center;
    font-weight: 800;
    /* padding-top: 100px; */
}

.c-r-stitle {
    color:#777777;
    font-size: 18px;
    text-align:center;
    margin-bottom: 74px;
    padding-top: 30px;
}

.c-r-item-pic {
    /* width: 64px;
    height: 64px; */
    display: block;
    margin: 0 auto 28px;
}

.c-r-lists {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    /* overflow: hidden; */
}

.c-r-item {
    width: 272px;
    /* float: left; */
    /* margin: 0 52px; */
    margin-bottom: 30px;
}

.c-r-item-title {
    text-align: center;
    font-size: 20px;
    color: #111111;
    margin-bottom: 12px;
    font-weight: 800;
}

.c-r-item-desc {
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.c-require .title .ikon_customized1 {
    position: absolute;
    width: 400px;
    top: 100;
    right: 100px;
}

.c-require .title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
    position: relative;
}

.c-require .title .big-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-size: 35px;
    font-weight: 800;
}

.c-require .title .small-title {
    color: #333333;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
}

.c-require .title .contact-btn {
    width:165px;
    height:50px;
    line-height: 50px;
    text-align: center;
    background:linear-gradient(90deg,rgba(230,40,40,1),rgba(241,133,133,1));
    box-shadow:0px 1px 51px 3px rgba(152,152,152,0.3);
    border-radius:33px;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 80px;
    cursor: pointer;
    position: relative;
}

.c-require .title .ikon_hand {
    top: 5px;
}

.line {
    width: 1200px;
    margin: 0 auto;
}

.line .title {
    text-align: center;
}

.line .title .btitle {
    color: #111111;
    font-size: 30px;
    font-weight: 800;
}

.line .title .stitle {
    color: #777777;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 90px;
}

.line .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 82px;
    flex-wrap: wrap;
}

.line .list .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width:365px;
    height:275px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 9px 1px rgba(198,198,198,0.3);
    border-radius:6px;
    margin-bottom: 50px;
    padding-top: 55px;
}

.line .list .item .pic {
    width: 60px;
}

.line .list .item .btitle {
    color: #111111;
    font-size: 20px;
    padding-bottom: 18px;
    padding-top: 16px;
    font-weight: 800;
}

.line .list .item .stitle {
    color: #777777;
    font-size: 16px;
    text-align: center;
}

/* 清单 */
.val {
    width: 100%;
    height: 100%;
    background: url("../images/product/valbg.png") no-repeat center center;
}

.val .main {
    width: 1280px;
    margin: 0 auto;
    padding-top: 94px;
    position: relative;
}

.val .main .ikon_customized2 {
    position: absolute;
    width: 330px;
    bottom: -80px;
    left: -285px;   
}

.val .main .title {
    color: #fff;
    text-align: center;
}

.val .main .title .btitle {
    font-size: 30px;
    padding-bottom: 32px;
    font-weight: 800;
}

.val .main .title .stitle {
    font-size: 18px;
}

.val .main .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 85px;
    padding-bottom: 160px;
}

.val .main .list .item {
    width: 300px;
    height: 226px;
    padding: 40px 10px 20px 26px;
}

.val .main .list .item .m-title {
    color: #333333;
    font-size: 24px;
    font-weight: 800;
}

.val .main .list .item .blue-line {
    width: 46px;
    height: 2px;
    background: #2362FB;
    margin-top: 5px;
    margin-bottom: 10px;
}

.val .main .list .item .m-desc {
    color: #777;
    font-size: 18px;
    line-height: 26px;
}

.val .main .list .f1 {
    background: url("../images/product/val1.png") no-repeat center center;
}
.val .main .list .f2 {
    background: url("../images/product/val2.png") no-repeat center center;
}
.val .main .list .f3 {
    background: url("../images/product/val3.png") no-repeat center center;
}
.val .main .list .f4 {
    background: url("../images/product/val4.png") no-repeat center center;
}

.safe-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.safe-wrap .ikon_customized3 {
    position: absolute;
    width: 235px;
    top: -105px;
    right: -150px;
}

.safe-wrap .title {
    text-align: center;
}

.safe-wrap .title .btitle {
    color: #111111;
    font-size: 30px;
    padding-top: 100px;
    font-weight: 800;
}

.safe-wrap .title .stitle {
    color: #777777;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 90px;
}

.safe-wrap .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 110px;
    position: relative;
}

.safe-wrap .list .xu-line {
    width: 100%;
    position: absolute;
    left: 0;
    top: 90px;
}

.safe-wrap .list .xu-line .main {
    position: relative;
}

.safe-wrap .list .xu-line .main .dot-line {
    width: 100%;
    border-top: 2px dashed #C5C5C5;
}

.safe-wrap .list .xu-line .main .dot1 {
    left: 130px;
}

.safe-wrap .list .xu-line .main .dot2 {
    left: 436px;
}

.safe-wrap .list .xu-line .main .dot3 {
    left: 742px;
}

.safe-wrap .list .xu-line .main .dot4 {
    left: 1048px;
}

.safe-wrap .list .xu-line .main .dot {
    width:20px;
    height:20px;
    background:rgba(35,98,251,.2);
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
}

.safe-wrap .list .xu-line .main .dot .in-dot {
    width:12px;
    height:12px;
    background:rgba(35,98,251,1);
    border-radius:50%;
}

.safe-wrap .list .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.safe-wrap .list .item .blue-btn {
    width:160px;
    height:50px;
    text-align: center;
    line-height: 50px;
    background:rgba(35,98,251,1);
    border-radius:25px;
    color: #fff;
    margin-bottom: 96px;
    font-size: 18px;
}

.safe-wrap .list .item .gray-btn {
    width:280px;
    height:50px;
    line-height: 50px;
    text-align: center;
    background:rgba(246,246,246,1);
    border-radius:25px;
    color: #333333;
    font-size: 16px;
    margin-bottom: 18px;
}

.lists {
    width: 100%;
    background: #FAFAFA;
    padding-top: 96px;
    padding-bottom: 30px;
}

.lists .main .title {
    text-align: center;
}

.lists .main .title .btitle {
    color: #111111;
    font-size: 30px;
    font-weight: 800;
}

.lists .main .title .stitle {
    color: #777777;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 90px;
}

.lists .list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.lists .list .item {
    width: 211px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    margin-bottom: 40px;
}

.lists .list .item .pic {
    width: 80px;
}

.lists .list .item .txt {
    color: #111111;
    font-size: 18px;
}

.c-require .title .contact-btn:hover {
    box-shadow: 0 2px 16px 3px rgba(211, 211, 211, 0.8) !important;
}