* {
    font-size: 12px;
    font-family: '微软雅黑';
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    /* min-width: 1920px; */
}

a {
    text-decoration: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.w1600 {
    width: 1600px;
    margin: 0 auto;
}

.flexFS {
    display: flex;
    justify-content: flex-start;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.header {
    background: url('../img/banner.png') no-repeat;
    background-size: contain;
    height: 100vh;
    position: relative;
}

.header_box {
    align-items: center;
    padding: 38px 0;
}

.header_left {
    align-items: center;
}

.header_left div {
    font-size: 22px;
    color: #fff;
    padding-left: 8px;
}

.header_right {
    align-items: center;
    width: 700px;
    padding-right: 200px;
}

.header_right a {
    font-size: 16px;
    color: #fff;
}

.header_text {
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header_text_box h4 {
    font-size: 40px;
    color: #fff;
    line-height: 66px;
}

.header_text_box p {
    font-size: 18px;
    color: #fff;
    padding-top: 40px;
}

.header_text_box_bt {
    padding-top: 64px;
}

.header_text_box_bt span {
    width: 159px;
    height: 60px;
    background: #0BD4CE;
    border-radius: 90px 90px 90px 90px;
    opacity: 1;
    display: inline-block;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    margin-left: 16px;
}

.header_text_box_bt span:first-child {
    margin-left: 0;
}

.header_text_img {
    width: 830px;
}

.index_box li {
    width: 332px;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
    border-radius: 15px 15px 15px 15px;
    padding: 46px 56px;
    position: relative;
}

.index_box h4 {
    font-size: 22px;
    color: #222222;
    padding-top: 30px;
}

.index_box p {
    font-size: 18px;
    color: #222222;
    padding: 30px 0;
}

.index_box span {
    display: inline-block;
    width: 80px;
    height: 9px;
    position: absolute;
    bottom: 5%;
    left: 56px;
}

.index_box_span1 {
    background: #4638E3;
}

.index_box_span2 {
    background: #DF8360;
}

.index_box_span3 {
    background: #13CCC7;
}

.concentration {
    padding-top: 150px;
}

.concentration h2 {
    font-size: 44px;
    color: #222222;
    text-align: center;
}

.concentration_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.concentration_list li {
    padding: 68px 60px;
    width: 324px;
    height: 368px;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
    border-radius: 15px 15px 15px 15px;
    text-align: center;
    color: #222222;
    margin-top: 40px;
    cursor: pointer;
}

.concentration_list li:hover {
    color: #fff;
}

.concentration_list h4 {
    font-size: 20px;
    padding-top: 26px;
}

.concentration_list p {
    font-size: 16px;
    line-height: 36px;
    padding-top: 30px;
}

.concentration_list_img1:hover img {
    content: url('../img/concentration11.png');
}

.concentration_list_img2:hover img {
    content: url('../img/concentration22.png');
}

.concentration_list_img3:hover img {
    content: url('../img/concentration33.png');
}

.concentration_list_img4:hover img {
    content: url('../img/concentration44.png');
}

.concentration_list_img5:hover img {
    content: url('../img/concentration55.png');
}

.concentration_list_img6:hover img {
    content: url('../img/concentration66.png');
}

.concentration_list li:hover {
    background: #675EE8;
}

.function_list {
    flex-wrap: wrap;
    padding-top: 50px;
}

.function_list li {
    width: 323px;
    height: 393px;
    background: #F1F0FF;
    border-radius: 15px 15px 15px 15px;
    margin-top: 30px;
    cursor: pointer;
}

.function_list h4 {
    font-size: 20px;
    color: #222222;
    padding: 20px;
}

.function_list p {
    font-size: 16px;
    color: #222222;
    padding: 0 20px;
    line-height: 36px;
}

.function_list li:hover h4 {
    color: #675EE8;
}

.function_list li:hover p {
    color: #675EE8;
}

.service_list1 {
    align-items: center;
}

.service_list1 li {
    padding: 68px 60px;
    width: 324px;
    height: 368px;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
    border-radius: 15px 15px 15px 15px;
    text-align: center;
    color: #222222;
    margin-top: 40px;
    cursor: pointer;
    border: 1px solid transparent;
    background: #fff;
    position: relative;
    z-index: 999;
}

.service_list1 h4 {
    font-size: 20px;
    padding-top: 26px;
}

.service_list1 p {
    font-size: 16px;
    line-height: 36px;
    padding-top: 30px;
}

.service_list1 span {
    margin-top: 60px;
    display: inline-block;
    width: 228px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #675EE8;
    font-size: 18px;
    color: #675EE8;
}

.service_list1 li:hover {
    color: #675EE8;
    border: 1px solid #675EE8;
}

.service_list1 li:hover span {
    background: linear-gradient(90deg, #675EE8 0%, #8EA1FF 100%);
    color: #fff;
    border-color: transparent;
}

.service_list1_img1:hover img {
    content: url('../img/service11.png');
}

.service_list1_img2:hover img {
    content: url('../img/service22.png');
}

.service_list1_img3:hover img {
    content: url('../img/service33.png');
}

.service_box2 {
    background: #F1F0FF;
    position: relative;
    top: -250px;
    padding-top: 400px;
    padding-bottom: 120px;
}

.service_box2>h4 {
    font-size: 44px;
    color: #222222;
}

.service_box_bj2 {
    background: #fff;
    padding: 74px 0 68px 0;
    margin-top: 80px;
}

.service_box_ul li {
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.service_box_ul h4 {
    font-size: 24px;
    color: #222222;
    padding-left: 40px;
}

.service_box_ul p {
    font-size: 20px;
    color: #222222;
    line-height: 36px;
    padding-top: 30px;
    width: 320px;
    padding-left: 40px;
}

.serviceIMG {
    position: absolute;
    right: 0;
    bottom: 120px;
}

.customMade {
    position: relative;
    top: -163px;
}

.customMade>h4 {
    font-size: 44px;
    color: #222222;
}

.customMade>p {
    font-size: 30px;
    color: #000000;
    padding-top: 30px;
}

.customMade_ul {
    padding-top: 120px;
    padding-left: 180px;
}

.customMade_ul p {
    font-size: 24px;
    color: #000000;
    padding-top: 20px;
}

.contact {
    padding-bottom: 170px;
}

.contact h2 {
    font-size: 44px;
    color: #222222;
    text-align: center;
}

.contact_ul {
    text-align: center;
    padding-top: 70px;
}

.contact_ul li {
    width: 444px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
    border-radius: 15px 15px 15px 15px;
    padding: 50px 0;
}

.contact_ul p {
    padding-top: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #675EE8;
}


/* ----------------footer------------------- */

.footer {
    background: #0A1126;
}

.footer_list {
    padding: 80px 0;
}

.footer_list>h4 {
    font-size: 24px;
    color: #FFFFFF;
}

.footer_ul {
    padding-top: 16px;
}

.footer_ul li {
    width: 300px;
}

.footer_ul a {
    display: block;
    padding-top: 24px;
    font-size: 16px;
    color: #FFFFFF;
}

.footer_copyright {
    padding: 40px 0;
}

.footer_copyright span {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding-right: 30px;
}

.footer_copyright a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding-right: 30px;
}