.index_box {
    /* position: relative; */
    width: 100%;
}
input{outline: none;}
textarea{outline: none;}
button:focus{
    outline:0;
    cursor: pointer;
}
body{
    padding: initial !important;
}
a{
    text-decoration:none !important;
}
.index_box {
    width: 100%;
    position: relative;
    background-size: cover;
}

.index_box #banner img {
    width: 100%;
    float: left;
    height: 600px;
}
.index_box #banner {
    position:relative;
    width: 100%;
	overflow:hidden;
}

.advantages{
    width: 100%;
    overflow: hidden;
    height: 600px;
}
.advantages .advantages-title .title_box {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantages .advantages-title .title_box .title_bg{
    color: #DCDCDC;
    opacity: 0.2;
    font-size: 60px;
    width: 100%;
    position: absolute;
    top: 17px;
}
.advantages .advantages-title .title_box .title{
    color: #001129;
    font-size: 40px;
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
    bottom: 0;
}
.advantages .advantages-title .title_box p{
    position: absolute;
    height: 7px;
    width: 90px;
    top: -10px;
    background: #0592FE;
}
.advantages .advantages-title{
    width: 100%;
    text-align: center;
    margin: 80px auto 0;
}
.advantages .advantages-title .title{
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: rgba(1, 60, 115, 1);
    line-height: 65px;
}

.advantages .advantages-title .line{
    width: 200px;
    height: 8px;
    background: rgba(1, 88, 167, 1);
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.advantages .advantages-content{
    width: 100%;
    padding: 10px;
    justify-content: center;
    position: relative;
}

.advantages .advantages-content .img {
    width: 556px;
    margin-right: 52px;
}

.advantages .advantages-content .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.advantages .advantages-content .product_card {
    width: 346px;
    height: 354px;
    text-align: center;
    margin: 0px 40px;
}
.advantages .advantages-content .product_card .product_card_img{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px auto 20px;
}
.advantages .advantages-content .product_card .product_card_img img{
    height: 100%;
    width: 100%;
}


.advantages .advantages-content .product_card .product_card_bd{
    width: 100%;
}
.advantages .advantages-content .product_card .product_card_bd .title{
    color: #04060F;
    font-size: 24px;
    font-weight: 600;
    margin: 15px;
}
.advantages .advantages-content .product_card .product_card_bd span{
    color: #04060F;
    line-height: 42px;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_cbg{
    position: absolute;
    left: 0;
    width: 260px;
    height: 601px;
    top: -172px;
}


.content{
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("/web/images/content_bg.png");
}
.content .content-title .title_box {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .content-title .title_box .title_bg{
    color: #DCDCDC;
    opacity: 0.2;
    font-size: 60px;
    width: 100%;
    position: absolute;
    top: 17px;
}
.content .content-title .title_box .title{
    color: #001129;
    font-size: 40px;
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
    bottom: 0;
}
.content .content-title .title_box p{
    position: absolute;
    height: 7px;
    width: 90px;
    top: -10px;
    background: #0592FE;
}
.content .content-title{
    width: 100%;
    text-align: center;
    margin: 80px auto;
}
.content .content-title .title{
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: rgba(1, 60, 115, 1);
    line-height: 65px;
}

.content .content-title .line{
    width: 200px;
    height: 8px;
    background: rgba(1, 88, 167, 1);
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.content .content-content{
    width: 100%;
    padding: 0 0 60px;
    justify-content: center;
}
.content .content-content .box{
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin: auto;
}
.content .content-content .box .detail{
    width: 460px;
    display: flex;
    align-items: center;
}
.content .content-content .box .detail .title{
    font-size: 36px;
    color: #04060F;
    font-weight: 400;
}
.content .content-content .box .detail .content{
    font-size: 20px;
    color: #04060F;
    margin-top: 30px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content .content-content .box .img{
    width: 546px;
    height: 509px;
}
.content .content-content .box .img img{
    width: 100%;
    height: 100%;
}
.product_cbg_2{
    position: absolute;
    right: 0;
    bottom: 50px;
}
.product_cbg_2 img{
    width: 360px;
    height: 643px;
}
.process{
    width: 100%;
    overflow: hidden;
}
.process .process-title .title_box {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process .process-title .title_box .title_bg{
    color: #DCDCDC;
    opacity: 0.2;
    font-size: 60px;
    width: 100%;
    position: absolute;
    top: 17px;
}
.process .process-title .title_box .title{
    color: #001129;
    font-size: 40px;
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
    bottom: 0;
}
.process .process-title .title_box p{
    position: absolute;
    height: 7px;
    width: 90px;
    top: -10px;
    background: #0592FE;
}
.process .process-title{
    width: 100%;
    text-align: center;
    margin: 80px auto;
}
.process .process-subhead{
    width: 1200px;
    text-align: center;
    font-size: 24px;
    color: #4E4E4E;
    margin: auto;
}
.process .process-title .title{
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: rgba(1, 60, 115, 1);
    line-height: 65px;
}

.process .process-title .line{
    width: 200px;
    height: 8px;
    background: rgba(1, 88, 167, 1);
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.process .process-content{
    width: 1200px;
    justify-content: space-between;
    margin: auto;
}

.process .process-content .img {
    width: 556px;
    margin-right: 52px;
}

.process .process-content .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.process .process-content .product_card {
    height: 354px;
    text-align: center;
}
.process .process-content .product_card .product_card_img{
    margin: 50px auto 20px;
    position: relative;
}
.process .process-content .product_card .product_card_img img{
    height: 170px;
    width: 160px;
}
.process .process-content .product_card .product_card_img .num_icon{
    height: 170px;
    top: 0;
    width: 160px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
}
.process .process-content .product_card .product_card_bd{
    width: 100%;
}
.process .process-content .product_card .product_card_bd .title{
    color: #001129;
    font-size: 24px;
    font-weight: 400;
}
.right_icon{
    margin-top: -90px;
}
.right_icon img{
    width: 14px;
    height: 15px;
}


.contact{
    width: 100%;
    overflow: hidden;
}
.contact .contact-title .title_box {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .contact-title .title_box .title_bg{
    color: #DCDCDC;
    opacity: 0.2;
    font-size: 60px;
    width: 100%;
    position: absolute;
    top: 17px;
}
.contact .contact-title .title_box .title{
    color: #001129;
    width: 100%;
    font-size: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    bottom: 0;
}
.contact .contact-title .title_box p{
    position: absolute;
    height: 7px;
    width: 90px;
    top: -10px;
    background: #0592FE;
}
.contact .contact-title{
    width: 100%;
    text-align: center;
    margin: 80px auto;
}
.contact .contact-title .title{
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: rgba(1, 60, 115, 1);
    line-height: 65px;
}

.contact .contact-title .line{
    width: 200px;
    height: 8px;
    background: rgba(1, 88, 167, 1);
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.contact .contact-content{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #D4D4D4;
    height: 450px;
    border-radius: 5px;
    background: #FBFCFF;
    margin: 50px auto 150px;
}

.contact .contact-content .box{
    width: 50%;
}
.contact .contact-content .line{
    display: flex;
    align-items:center;
}
.contact .contact-content .line div{
    width: 1px;
    background:#D4D4D4;
    height: 80%;
}
.contact .contact-content .box .box_content{
    text-align: center;
    margin: 50px 0;
}
.contact .contact-content .box .box_content p{
    font-size: 28px;
    font-weight: 600;
    margin: 30px 0;
}
.contact .contact-content .box .box_content span{
    font-size: 18px;
}
.contact .contact-content .box .box_img{
    width: 178px;
    margin: auto;
}

.contact .contact-content .box .forms{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.contact .contact-content .box .forms div{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.contact .contact-content .box .forms div img{
    height: 40px;
    width: auto;
}
.contact .contact-content .box .forms div input{
    width: 400px;
    height: 45px;
    margin: 0 30px;
    border: none;
    font-size: 16px;
    padding: 20px;
}
.contact .contact-content .box .btn{
    display: flex;
    justify-content: center;
}
.contact .contact-content .box .btn button{
    width: 200px;
    height: 50px;
    border: none;
    color: #FFFFFF;
    font-size: 24px;
    background: #0592FE;
    border-radius: 50px;
    margin: 20px;
}