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

.index_box {
    width: 100%;
    position: relative;
    background-size: cover;
}

.index_box #banner_list img {
    width: 100%;
    float: left;
    height: 600px;
}

.index_box #banner {
    position:relative;
    width: 100%;
    overflow:hidden;
}
.core{
    width: 100%;
    overflow: hidden;
    background-image: url("/web/images/competitiveness.png");
    background-size: cover;;
}
.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: #DCDCDC;
    opacity: 0.2;
    font-size: 60px;
    width: 100%;
    position: absolute;
    top: 17px;
}
.core .core-title .title_box .title{
    color: #001129;
    width: 100%;
    font-size: 40px;
    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 50px;
}
.core .core-subhead{
    width: 1200px;
    text-align: center;
    font-size: 24px;
    color: #4E4E4E;
    margin: auto;
}
.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;
    height: 700px;
}
.core .core-content ul{
    display: flex;
    align-items: center;
    height: 600px;
}
.core .core-content .box_frist{
    background:#FFFFFF;
    height:392px;
    width:200px;
}
.core .core-content .box{
    width: 200px;
    height: 392px;
    border-radius: 5px;
    background: white;
    box-shadow: 0px 0px 2px #b5b5b5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    margin: 100px 5px;
}
.core .core-content .box .p1{
    font-size: 72px;
    color: #0592FE;
    font-weight: 600;
}
.core .core-content .box .p2{
    color: #777777;
    font-size: 18px;
    margin-bottom: 80px;
}
.core .core-content .box .p3{
    color: #1D1E32;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.core .core-content .box .p4{
    font-size: 30px;
    color: #0592FE;
}
.core .core-content .box .p5{
    display: none;
    color: #FFFFFF;
    line-height: 40px;
}

.advantages{
    width: 100%;
    overflow: hidden;
    background: #2A2D41;
}
.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: #4D5060;
    font-size: 60px;
    width: 100%;
    position: absolute;
    top: 17px;
}
.advantages .advantages-title .title_box .title{
    color: #FFFFFF;
    font-size: 40px;
    width: 100%;
    display: flex;
    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;
}
.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%;
    flex-wrap: wrap;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
}
.advantages .advantages-content .advantages_box{
    width: 1200px;
    display: flex;
    justify-content: center;
}
.advantages .advantages-content .advantages_box .box{
    width: 33.3%;
}
.advantages .advantages-content .advantages_box .box img{
    width: 100% !important;
}
.advantages .advantages-content .box_detail{
    margin-top: 40px;
}
.advantages .advantages-content .box_detail p{
    color: #FFFFFF;
    font-size: 28px;
    margin: 0 0 15px;
}
.advantages .advantages-content .box_detail span{
    font-size: 16px;
    color: #EEEEEE;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.advantages .advantages-content .advantages_box .box_l .box_detail{
    width: 85%;
}

.advantages .advantages-content .advantages_box .box_r{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: right;
}
.advantages .advantages-content .advantages_box .box_r .box_detail{
    width: 85%;
}
.advantages .advantages-content .box_b{
    text-align: center;
    display: flex;
    justify-content: center;
}
.advantages .advantages-content .box_b .box_detail{
    text-align: center;
    width: 68%;
}



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

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

.cooperation .cooperation-content{
    width: 1200px;
    margin: 120px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.cooperation .cooperation-content .box{
    position: absolute;
    width: 580px;
    border-radius: 10px;
    box-shadow: #eaeaea 0px 0px 8px 5px;
}
.cooperation .cooperation-content .box .box_img{
    display: flex;
}
.cooperation .cooperation-content .box .box_img img{
    height: 100%;
    width: 100%;
}
.cooperation .cooperation-content .box .box_content{
    padding: 30px 100px;
    text-align: center;
}
.cooperation .cooperation-content .box .box_content p{
    font-size: 36px;
    color: #04060F;
    margin: 30px 0 20px;
}
.cooperation .cooperation-content .box .box_content span{
    font-weight: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.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;
}