.index_box {
    width: 100%;
    outline: none;
}
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 img {
    width: 100%;
    float: left;
    height: 700px;
}
.index_box #banner {
    position:relative;
    width: 100%;
	overflow:hidden;
}

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

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

.service .service-content{
    width: 100%;
    padding: 10px;
    justify-content: center;
}

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

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

.service .service-content .product_card {
    width: 370px;
    height: 354px;
    text-align: center;
    border-radius: 20px;
}
.service .service-content .product_card .product_card_img{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px auto 20px;
}
.service .service-content .product_card .product_card_img img{
    height: 100%;
    width: 100%;
}


.service .service-content .product_card .product_card_bd{
    width: 100%;
}
.service .service-content .product_card .product_card_bd .title{
    color: #001129;
    font-size: 24px;
    font-weight: 600;
}



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

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

.core .core-content{
    width: 100%;
    padding: 10px;
    justify-content: center;
}
.core .core-content .content-left{
    display: flex;
    justify-content: space-between;
    width: 666px;
    flex-wrap: wrap;
    margin-right: 31px;
}
.core .core-content .content-left .box{
    width: 300px;
    margin-top: 50px;
}
.core .core-content .content-left .box .title{
    display: flex;
    align-items: center;
}
.core .core-content .content-left .box .title img{
    width: 50px;
    height: 54px;
}
.core .core-content .content-left .box .title div{
    color: #001129;
    font-size: 26px;
    margin-left: 25px;
}
.core .core-content .content-left .box .foot{
    color: #757575;
    vertical-align: middle;
    text-align: justify;
    font-size: 1px;
    margin-top: 15px;
}
.core .core-content .core_img{
    margin: 20px 0 0 92px;
}
.core .core-content .core_img img{
    height: 100% !important;
}





.special{
    width: 100%;
    overflow: hidden;
    height: 898px;
    background-image: url("/web/images/special_banner.png");
}
.special .banner{
    background-color: rgba(34,44,94,0.9);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}
.special .special-title .title_box {
    position: relative;
    width: 740px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.special .special-title .title_box .title_bg{
    color: #4B4F72;
    font-size: 60px;
    width: 100%;
    position: absolute;
    top: 17px;
}
.special .special-title .title_box .title{
    color: #FFFFFF;
    font-size: 40px;
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: center;
    bottom: -2px;
}
.special .special-title .title_box p{
    position: absolute;
    height: 7px;
    width: 90px;
    top: -10px;
    background: #0592FE;
}
.special .special-title{
    text-align: center;
    margin: 80px auto;
}
.special .special-title .title{
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: rgba(1, 60, 115, 1);
    line-height: 65px;
}

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

.special .special-title .title_subhead {
    font-size: 24px;
    color: #FFFFFF;
    width: 448px;
    text-align: left;
    margin: 60px 100px;
    line-height: 50px;
}
.special .special-title .title_btn {
    display: flex;
    margin: 0 100px;
}
.special .special-title .title_btn button{
    width: 164px;
    height: 50px;
    border-radius: 30px;
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
.special .special-content{
    justify-content: center;
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    margin-right: -13px;
}

.special .special-content .box{
    width: 33.33%;
    height: 450px;
    border: 1px solid #ccc;
    color: #FFFFFF;
    margin: -0.5px;
}

.special .special-content .box:hover{
    background: #0786ED;
    cursor: pointer;
}
.special .special-content .box .box_img{
    width: 100%;
    display: flex;
    margin-top: 80px;
}
.special .special-content .box img{
    width: 83.3px;
    height: 90px;
    margin: auto;
}
.special .special-content .box .title{
    font-size: 24px;
    display: flex;
    margin: 35px;
    justify-content: center;
    font-weight: 600;
}
.special .special-content .box .detail{
    color: #F8F8FA;
    font-size: 16px;
    text-align: center;
    width: 264px;
    margin: auto;
    padding: 0px 20px;
}

.special .special-content .box .more{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.special .special-content .box .more .line{
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    padding: 20px 0;
    color: #FFFFFF;
}
.special .special-content .box .more div{
    font-size: 28px;
}

.special .special-content .box .more img{
    width: 28px;
    height: 28px;
    margin: 0 0 0 20px;
}



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

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

.strengths .strengths-content{
    width: 100%;
    padding: 60px 0;
    justify-content: center;
}
.strengths .strengths-content .box{
    display: flex;
    justify-content: center;
    margin: 60px;
}
.strengths .strengths-content .box .detail{
    width: 438px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.strengths .strengths-content .box .detail .title{
    font-size: 28px;
    color: #04060F;
    font-weight: 600;
}
.strengths .strengths-content .box .detail .content{
    font-size: 20px;
    color: #04060F;
}
.strengths .strengths-content .box .serial_number{
    width: 200px;
    height: 200px;
    display: flex;
    font-size: 41px;
    justify-content: center;
    align-items: center;
}
.strengths .strengths-content .box .img{
    width: 200px;
    height: 200px;
}
.strengths .strengths-content .box .img img{
    width: 100%;
    height: 100%;
}

.color1{
    color: #894CFF;
}
.color2{
    color: #0592FE;
}
.color3{
    color: #FECB05;
}




.about{
    width: 100%;
    overflow: hidden;
    justify-content: flex-end;
    display: flex;
    margin-bottom: 100px;
}
.about .about-title .title_box {
    position: relative;
    width: 310px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
.about .about-title .title_box .title_bg{
    color: #f8f8f8;
    font-size: 60px;
    width: 100%;
    position: absolute;
    top: 17px;
}
.about .about-title .title_box .title{
    color: #001129;
    font-size: 40px;
    display: flex;
    width: 100%;
    font-weight: 600;
    position: absolute;
    justify-content: center;
    bottom: 0;
}
.about .about-title .title_box p{
    position: absolute;
    height: 7px;
    width: 90px;
    top: -10px;
    background: #0592FE;
}
.about .about-title{
    width: 763px;
    margin-right: 30px;
}
.about .about-title .detail .title{
    color: #04060F;
    vertical-align: middle;
    font-size: 20px;
    display: -webkit-box;
    height: 360px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about .about-title .detail .title p{
    margin-top: 35px;
    text-align: justify;
    line-height: 36px;
}
.about .about-title .detail .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px 30px 0;
}
.about .about-title .detail .content .box{
    color: #0592FE;
    text-align: center;
}
.about .about-title .detail .content .box .title{
    display: flex;
    align-items: baseline;
    height: inherit;
    color: #0592FE;
    justify-content: center;
}
.about .about-title .detail .content .box .title .p1{
    font-size: 41px;
    font-weight: 600;
}
.about .about-title .detail .content .box .title .p2{
    font-size: 20px;
}
.about .about-title .detail .content .box .foot{
    font-size: 16px;
}
.line_y{
    width: 2px;
    height: 44px;
    background: #0592FE;
}
.about .about-content{
    float: right;   
    width: 736px;
    height: 668px;
}
.about .about-content img{
    width: 100%;
    height: 100%;
}






.partners .partners-title{
    width: 100%;
    height: 196px;
    background: #65656B;
    overflow: hidden;
    position: relative;
}
.partners .partners-title .title_box{
    height: 101%;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    overflow: hidden;
}
.partners .partners-title .title_box .title_bg{
    color: #707076;
    font-size: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.partners .partners-title .title_box .title{
    color: white;
    font-size: 40px;
    width: 100%;
    position: absolute;
    display: flex;
    font-weight: 900;
    top: 70px;
    justify-content: center;
}
.partners .partners-title .title_box .title p{
    width: 80px;
    height: 7px;
    background: #0592FE;
    position: absolute;
    top: -12px;
}
.partners .partners-title .title_right{
    height: 101%;
    width: 20%;
    transform: skewX(25deg);
    background: #0592FE;
    position: absolute;
    right: -100px;
}
.partners .partners-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    background: #FBFBFB;
}

.partners .partners-content .content_left img{
    height: auto;
    width: 50px;
}
.partners .partners-content .content_center{
    width: 1185px;
    overflow: hidden;
}
.partners .partners-content .content_center .content_center_box{
    display: flex;
    width: 100%;
}
.partners .partners-content .content_center img{
    width: 207px;
    height: 94px;
    margin: 15px;
    display: inline-block;
    box-shadow: 0rem 0rem 0.08rem rgba(122, 122, 122, 0.16);
}
.partners .partners-content .content_right img{
    height: auto;
    width: 50px;
}

/*
    公用边距居中开始
*/
.personal-main {
    position: relative;
    min-height: 850px;
}

.wrapper{
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}


.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: #e5e5e5;
    font-size: 60px;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    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 .box_img img{
    width: 100%;
    height: 100%;
}

.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;
}
.swiper-container2 .swiper-pagination-bullet-active{
    opacity:1;
    background:#FFFFFF
}