/*body{*/
/*min-width: 450px;*/
/*}*/
html, body {
    /*min-width: 450px;*/
    height: 100%;
}

.index-page {
    margin: 0;
    padding: 0;
    height: 100%;
}
p{
font-size: 16px;
}
/*-----------------------------------------导航样式*/
.nav-shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.mynav-icon {
    border: none;
}

.menu-icon {
    width: 22px;
    height: 14px;
    border-top: 2px solid #DD575C;
    border-bottom: 2px solid #DD575C;
    background-color: #DD575C;
    padding: 4px 0;
    background-clip: content-box;
}

.logo {
    margin-top: 3px;
    height: 44px;
    margin-right: 20px;
}

/*--------------------------------------------页面主体部分*/
.index-container {
    height: 100%;
    /*background-color: #9d9d9d;*/
}

/*第一部分 背景图*/
.section-one {
    height: 640px;
    position: relative;
    margin-bottom: 50px;
}

.section-one .bg {
    background: url("./../../images/index/bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

.section-one .word {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, .45);
    padding: 5%;
}

/*标题公用样式*/
.title-top {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(217, 217, 217);
    min-height: 20px;
    margin-bottom: 80px;
    margin-top: 0px;
}

.title-top .myhr {
    flex: 1 1 0%;
    margin-right: 20px;
    margin-left: 10px;
    border-top-color: currentcolor !important;
}

.title-top {
    min-height: 0px;
    text-align: center;
    color: black;
    flex: 0 0 auto;
}

.section-two {
    height: 100%;
    padding-bottom: 50px;
    /*background-color: #8a6d3b;*/
}

.section-two .introduce-company-left img {
    box-shadow: -30px -30px 0 1px #555;
}

.section-two .introduce-company-right .detail-company p {
    color: #000;
    text-indent: 2em;
}

.section-two .introduce-company-right .detail-company span {
    color: red;
    font-size: 18px;
}

.section-three .product {
    background-color: rgb(246, 246, 246);
    vertical-align: center;
    text-align: center;
    margin-bottom: 100px;
    padding: 20px 0;
}
.section-three .product img{
    width: 100%;
    height: 100%;
    background-size: cover;
}

.four-circle {
    height: 400px;
    text-align: center;
}

.step1, .step2, .step3, .step4 {
    padding: 50px 0;
    margin-bottom: 50px;
}

div h2 {
    color: #ff4e4e;
    margin-bottom: 20px;
}

.product-bottom .step1 {
    background-color: #EDEDED;
    padding: 50px 0;
    margin-bottom: 50px;
}

.product-bottom .step1 .one {
    clear: left;
    width: 100%;
    height: 410px;
}

.product-bottom .step1 .one .pic {
    background: url("./../../images/index/step1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: 100% 100%;*/
    height: 100%;
    width: 100%;

}

.product-bottom .step1 .detail-wrap, .product-bottom .step3 .detail-wrap {
    width: 50%;
    left: 50%;
    height: 400px;
    position: relative;
}

.product-bottom .step1 .detail-wrap .detail, .product-bottom .step3 .detail-wrap .detail {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
}

.product-bottom .step2 .two {
    height: 450px;
    position: relative;
}

.product-bottom .step2 .two .pic {
    background: url("./../../images/index/step2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    height: 100%;
    width: 100%;

}

.product-bottom .step2 .detail-wrap, .product-bottom .step4 .detail-wrap {
    width: 50%;
    left: -10%;
    height: 450px;
    position: relative;
}

.product-bottom .step2 .detail-wrap .detail, .product-bottom .step4 .detail-wrap .detail {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
}

.product-bottom .step3 .three {
    height: 450px;
    position: relative;
}

.product-bottom .step3 .three .pic {
    background: url("./../../images/index/step3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 100%;
    height: 100%;
}

/*.product-bottom .step3 .detail-wrap {*/
/*width: 50%;*/
/*left: 50%;*/
/*height: 450px;*/
/*position: relative;*/
/*}*/

/*.product-bottom .step3 .detail-wrap .detail {*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 25%;*/
/*transform: translateY(-50%);*/
/*}*/

.product-bottom .step4 .secure {
    height: 450px;
    position: relative;
}

.product-bottom .step4 .secure .pic {
    background: url("./../../images/index/secure.png");
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    height: 100%;
    width: 100%;
}

.secure-btn {
    width: 200px;
    outline: none;
    padding: 15px;
    background-color: #ff4e4e;
    color: white;
    border-radius: 10px;
    font-size: 18px;
    border: none;
}

/*.product-bottom .step4 .detail-wrap {*/
/*width: 50%;*/
/*left: -10%;*/
/*height: 450px;*/
/*position: relative;*/
/*}*/

/*.product-bottom .step4 .detail-wrap .detail {*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 25%;*/
/*transform: translateY(-50%);*/
/*}*/
.section-five .insurance{
    margin-bottom: 80px;
}
.section-five .insurance_pic{
    margin-bottom: 80px;
text-align: center;
}
.section-five .insurance_pic img{
    width: 13.5%;
}
.section-five .insurance_pic span{
    width: 13.5%;
    display: inline-block;
    text-align: center;
    vertical-align: center;
    font-size: 20px;
    padding: 20px 0;
    box-sizing: border-box;
}
.section-four .customer-case {
    margin-top: -80px;
    margin-bottom: 50px;
}

.section-four .customer-case img {
    width: 16%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.section-six .message-info {
    width: 45%;
    height: 210px;
    margin: 0 auto;
    text-align: center;
    float: left;
}

.section-six .message-info input {

    width: 100%;
    display: block;
    height: 45px;
    outline: none;
/*margin: 20px;*/
    margin-bottom: 35px;
    box-sizing: border-box;
}

.section-six .message-area {
    width: 45%;
    text-align: center;
    margin-top: 30px;

    float: right;
}
.section-six .message-area textarea{
    width: 100%;
    height: 210px;
    position: relative;
    top: -32px;
}
.section-six .message-btn {
    clear: both;
    text-align: center;
    margin-top: 20px;
}

.section-six .message-btn button {
    border: none;
    padding: 8px 20px;
    margin-bottom: 50px;
}

.section-seven .title-detail{
    text-align: center;
    margin-bottom: 80px;
}
.section-seven .title-detail h4 {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    padding: 10px;
    margin-bottom: 20px;
}

footer {
    background: url("./../../images/index/footer.jpg");
    /*position: relative;*/
}

footer .company-info {
    width: 100%;
    height: 200px;
    /*background-color: blue;*/
    background: url("./../../images/index/footer.jpg");
    float: left;
    /*padding: 100px;*/
}

footer .company-info h5 {
    color: white;
    position: relative;
}
footer .company-info h5 a{
    color: white;
    text-decoration: none;
}
footer .company-info h5 a:hover{
    text-decoration: underline;
}

footer .company-info p {
    color: white;
}


h1, h2, h3, h4, h5, span, p {
    cursor: default;
}

.company-info-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.company-info-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.company-info-right img {
    display: inline-block;
    margin-bottom: 10px;
}

.company-info-right p {
    margin: 0px;
}
.company-info-right-mob{
    position: relative;
}

.insurance{
    text-align: center;
}