body {
    background-color: #FAFBFC;
}

.nav {
    margin-top: 30px;
}


.banner {
    width: 100%;
    height: 300px;
    background-image: linear-gradient(335deg, #1bb3eb 0%, #25efcb 100%) !important;
    overflow: hidden;
    margin-top: 80px;
}

.banner .img_right img {
    width: 250px;
    margin-left: 124px;
    /* margin-top: 75px; */
}

.banner_left {
    width: 500px;
    height: 500px;
    /* background-color: pink; */
    margin-top: 80px;
}

.banner_left>h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
}

.banner_left>p {
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.people {
    margin-top: 5%;
    text-align: center;
}

.people>h1 {
    text-align: center;
    margin-bottom: 3%;
    font-size: 30px;
    font-weight: 600;
    color: #535B7C;
}

.people>h2 {
    width: 150px;
    height: 4px;
    margin: 0 auto;
    margin-bottom: 5%;
    background-color: #21D7D8;
}

.content_left {
    width: 48%;
    margin-right: 2%;
    /* height: 1000px; */
    /* background-color: pink; */
}

.content_right {
    width: 48%;
    background-image: linear-gradient(180deg, #24edcc 0%, #17c5cb 100%);
    padding-top: 32px;
    padding-bottom: 32px;
    box-shadow: 0 12px 18px -6px #e7f9fa;
    margin-left: 2%;
    padding-left: 3%;
    padding-right: 3%;
}

/* .content_right:hover {
    width: 48%;
    background-image: linear-gradient(180deg, #24edcc 0%, #17c5cb 100%);
    padding-top: 32px;
    padding-bottom: 32px;
    box-shadow: 0 12px 18px -6px #e7f9fa;
    margin-left: 2%;
    padding-left: 3%;
    padding-right: 3%;
    color: #fff;
    background-color: #17C5CB;
} */
.right_top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border-left: 3px solid #17c5cb;
    background-color: #fff;
    margin-bottom: 20px;
    color: #17C5CB;
    font-weight: 600;
}

.right_top:hover {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border-left: 3px solid #17c5cb;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #17C5CB;
}

.content_right>ul>li>.li_div {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
}

.content_right>ul>li>.li_div:hover {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .3);
}

.content_right>ul>li>.li_div>span {
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.content_right>ul>li>.li_div>img {
    width: 45px;
    /* vertical-align: middle; */
    padding-bottom: 10px;
}

.content_left>p {
    font-size: 17px;
    line-height: 32px;
    text-align: left;
    margin-top: 7%;
    margin-bottom: 7%;
}

.content_left>.img_one {
    width: 100%;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .3);
}

.content_left>.img_two {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.content_left>.img_three {
    display: block;
    width: 100%;
}

.detail {
    width: 100%;
    text-align: left;
    margin-top: 5%;
}

.detail>a>.p_one {
    width: 160px;
    height: 90px;
    line-height: 90px;
    text-align-last: center;
    background-color: #24EDCC;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .3);
}

.detail>a>.p_one:hover {
    width: 160px;
    height: 90px;
    line-height: 90px;
    text-align-last: center;
    background-color: #1dc4a8;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .3);
}

.detail>a>.p_two {
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align-last: center;
    background-color: #17C5CB;
    color: #fff;
    font-size: 15px;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .3);
}

.detail>a>.p_two:hover {
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align-last: center;
    background-color: #13a0a5;
    color: #fff;
    font-size: 15px;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .3);
}


.people_s {
    margin-top: 5%;
    text-align: center;
}

.people_s>h1 {
    text-align: center;
    margin-bottom: 3%;
    font-size: 30px;
    font-weight: 600;
    color: #535B7C;
}

.people_s>h2 {
    width: 150px;
    height: 4px;
    margin: 0 auto;
    margin-bottom: 5%;
    background-color: #21D7D8;
}

.people_list>ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.people_list>ul>li {
    width: 22%;
    /* padding-bottom: 20px; */
    /* padding: 4% 5%; */
    border-radius: 10px;
    background-color: #24EDCC;
    /* position: relative; */
}

.people_list>ul>li>.li_list {
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
    padding: 45px 30px;
    /* z-index: 999; */
    position: relative;
    top: 0;
    left: 0;
}

.people_list>ul>li>.li_list:hover {
    position: relative;
    top: 10px;
    left: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari and Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
}

.people_list>ul>li>.li_list>h1 {
    font-size: 20px;
    color: rgb(117, 116, 116);
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
}

.people_list>ul>li>.li_list>p {
    font-size: 16px;
    color: rgb(78, 78, 78);
    line-height: 25px;
}

.compliance {
    margin-top: 5%;
    text-align: center;
}

.compliance>h1 {
    text-align: center;
    margin-bottom: 3%;
    font-size: 30px;
    font-weight: 600;
    color: #535B7C;
}

.compliance>h2 {
    width: 150px;
    height: 4px;
    margin: 0 auto;
    margin-bottom: 5%;
    background-color: #21D7D8;
}

.compliance_list>ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.compliance_list>ul>li {
    width: 30%;
    /* padding-bottom: 20px; */
    /* padding: 4% 5%; */
    border-radius: 10px;
    background-color: #24EDCC;
    /* position: relative; */
}

.compliance_list>ul>li>.li_list {
    margin-top: 5px;
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
    padding: 45px 30px;


}



.compliance_list>ul>li>.li_list>h1 {
    font-size: 20px;
    color: rgb(117, 116, 116);
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
}

.compliance_list>ul>li>.li_list>p {
    font-size: 16px;
    color: rgb(78, 78, 78);
    line-height: 25px;
}

.types {
    /* margin-top: 5%; */
    height: 825px;
    background-image: linear-gradient(221deg, #1bb3eb 0%, #25efcb 100%) !important;
}

.compony {
    padding-top: 5%;
    text-align: center;
}

.compony>h1 {
    text-align: center;
    margin-bottom: 3%;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}

.compony>h2 {
    width: 150px;
    height: 4px;
    margin: 0 auto;
    margin-bottom: 5%;
    background-color: #ffffff;
}

.compony_list>ul {
    overflow: hidden;
}

.compony_list>ul>li {
    float: left;
    width: 130px;
    /* height: 270px; */
    margin-right: 5%;
    background-color: #24EDCC;
    border-radius: 10px;
    box-shadow: 0 10px 24px 6px rgba(0, 0, 0, .06);

}

.compony_list>ul>li:nth-child(4) {
    width: 45%;
    background-color: #24EDCC;
    box-shadow: 0 10px 24px 6px rgba(0, 0, 0, .06);
    margin-right: 0;
}

.compony_list>ul>li>.compony_top {
    width: 100%;
    background-color: #fff;
    margin-top: 11px;
    height: 260px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 20px;
}

.compony_list>ul>li>.compony_top_three {
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    height: 290px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 20px;
}

.compony_list>ul>li>.compony_top_three>p {
    font-size: 18px;
    color: #7c7b7b;
    line-height: 30PX;
}

.compony_list>ul>li>.compony_top_four {
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    height: 350px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.compony_list>ul>li>.compony_top_four>ul {
    margin-top: 22px;
}

.compony_list>ul>li>.compony_top_four>ul>li {
    font-size: 16px;
    line-height: 30px;
    color: #7c7b7b;
}

.compony_list>ul>li>.compony_top_three>img {
    width: 100px;
}

.compony_list>ul>li>.compony_top_three>h3 {
    font-size: 28px;
    color: #7c7b7b;
    margin-top: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #24EDCC;
    padding-top: 35%
}

.compony_list>ul>li>.compony_top_four>img {
    width: 100px;
}

.compony_list>ul>li>.compony_top_four>h3 {
    font-size: 28px;
    color: #7c7b7b;
    margin-top: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #24EDCC;
    padding-top: 10%
}

.compony_list>ul>li>.compony_top>img {
    width: 100px;
}

.compony_list>ul>li>.compony_top>h3 {
    font-size: 28px;
    color: #7c7b7b;
    margin-top: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #24EDCC;
    padding-top: 38%
}

.compony_list>ul>li>.compony_top>.H3_s {
    font-size: 28px;
    color: #7c7b7b;
    margin-top: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #24EDCC;
    padding-top: 11%
}

.compony_top>ul>li {
    font-size: 15px;
    color: #7c7b7b;
    line-height: 25px;
}

.compony_list>ul>li>.compony_top>p {
    font-size: 18px;
    color: #7c7b7b;
    line-height: 30PX;
}

.compony_bottom {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.compony_bottom>p {
    width: 45%;
    font-size: 35px;
    color: #fff;
    text-align: left;
    line-height: 45px;
    margin-top: 5%;
    margin-left: 20px;

}

.compony_bottom>h2 {
    width: 45%;
    width: 200px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: #24EDCC;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 5%;
    font-weight: 600;
    margin-right: 15%;
    box-shadow: 0 10px 24px 10px rgba(0, 0, 0, .06);
    cursor: pointer;
}