body {
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3 {
    margin: 0;

}
p{
    font-size: .0833rem;
}
a{
    font-size: .0833rem;
    text-decoration:none;
}

/*nav*/
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.8s;
    /* 平滑过渡效果 */
    height: .5469rem;
    display: flex;
    align-items: center;
    padding: 0 .1563rem;
    box-sizing: border-box;
    background-color: white;
    justify-content: center;
    box-shadow: 0 .0521rem .0729rem #e8e2ff87;
    border-bottom: .0052rem solid #e9e9e9;;
}

.drop_nav_group {
    position: fixed;
    top: .5469rem;
    display: flex;
    justify-content: center;
    width: 100%;

}

.drop_nav_content {
    width: 7.3008rem;
}

.drop_nav {
    margin-left: 1.5104rem;
    height: .9896rem;
    width: 1.9792rem;
    background-color: #fff;
    padding: .1042rem .2083rem;
    border-bottom-right-radius: .026rem;
    border-bottom-left-radius: .026rem;
    box-shadow: 0rem .026rem .0521rem rgb(144, 144, 146, 0.3);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-size: .0833rem;
}

.drop_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: .0521rem;
}

.drop_nav_title {
    padding-left: .0521rem;
    box-sizing: border-box;
    font-weight: 600;
}

.drop_nav_active {
    background-color: rgb(116, 86, 241);
    color: #fff;
}

.drop_nav li {
    height: .1823rem;
    width: .625rem;
    border-radius: .1563rem;
    display: flex;
    align-items: center;
    padding-left: .1042rem;
    box-sizing: border-box;
    cursor: pointer;
    
}

.navbar li {
    padding: 0.1rem .1302rem;
    cursor: pointer;
    border-bottom: .0104rem solid rgb(255, 255, 255, 0);
    
}
.navbar li span{
    font-size: .0833rem;
}
.navbar li i{
    font-size: .0833rem;
}
.our_people_name span{
    font-size: .0833rem;
}

.navbar_active {
    border-bottom: .0104rem solid rgb(116, 86, 241) !important;
    /* transition: 400ms; */
}
/* 
.navbarLi {
    min-width: 2.8646rem;
} */

nav {
    z-index: 999;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 99;
    margin-left: .0521rem;
    height: .3646rem;
    display: flex;
    align-items: center;
}

nav li {
    /* position: relative; */
    display: inline-block;
    cursor: pointer;
    /* height: .2646rem; */
    /* line-height: .3646rem; */
    box-sizing: border-box;
    font-size: .0833rem;
    transition: 400ms;
}

.main_icon{
    width: .7292rem;
    height: .1927rem;
}
.teitter{
    width: .1823rem;
    height: .1823rem;
}
.ins{
    width: .1823rem;
    height: .2083rem;
    margin-top: .026rem;
}
nav a{
    line-height: 100%;
}
nav button {
    width: .8333rem;
    height: .2604rem;
    background-color: #fff;
    border: .0104rem solid rgb(116, 86, 241);
    border-radius: .1563rem;
    color: rgb(116, 86, 241);
    font-size: .0833rem;
    font-weight: 600;
    margin-left: 1.6406rem;
    cursor: pointer;
    transition: 400ms;
    margin-right: .0781rem;
}
.nav_button:hover {
    background-color: rgb(116, 86, 241);
    color: #fff;
    
}

.navbar_group {
    display: flex;
    width: 7.3008rem;
    align-items: center;
    padding-left: .2083rem;
    box-sizing: border-box;
}

.other_header_bg {
    height: 2.5521rem;
    width: 100%;
    background-color: rgb(116, 86, 241);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.other_header_bg h2 {
    margin-top: 1.224rem;
    color: #fff;
    font-size: .2917rem;
}

.other_header_bg p {
    width: 3.4375rem;
    font-size: .0833rem;
    text-align: center;
    color: #fff;
    margin-top: .1042rem;
}

/*footer*/
.our_people_bg {
    height: 4.8958rem;
    width: 100%;
    background: rgb(245, 245, 245);
    display: flex;
    justify-content: center;

}

.our_people_card {
    width: 3.2292rem;
    height: 1.7188rem;
    background: rgb(255, 255, 255);
    border-radius: .0521rem;
    border: .0052rem solid rgb(226, 219, 255);
    box-shadow: 0rem .026rem .0521rem rgb(226, 219, 255);
    padding: .1302rem .1042rem;
    box-sizing: border-box;
}

.our_people_card_group {
    width: 6.7188rem;
    display: flex;
    justify-content: space-between;
    margin-top: .3906rem;
}

.our_people_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our_people_content h2 {
    margin-top: .625rem;
    margin-bottom: .1042rem;
    font-size: .2344rem;
}

.our_people_intro {
    width: 5.1042rem;
    line-height: .1823rem;
    text-align: center;
}

.company_information_bg {
    height: 2.6042rem;
    width: 100%;
    background: rgb(16, 33, 54);
    display: flex;
    flex-direction: column;
    align-items: center;

}

.copyright_bg {
    height: .3646rem;
    width: 100%;
    background: rgb(13, 28, 47);
}

.data {
    font-size: .2083rem;
    font-weight: 600;
}

.our_people_img {
    background-color: rgb(116, 86, 241);
    width: .3906rem;
    height: .3906rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_people_img img{
    width: .1198rem;
    height: .1823rem;
}

.our_people_card p {
    margin-top: .1302rem;
    line-height: .1563rem;
    padding: 0 .0521rem;
    box-sizing: border-box;
    font-size: .0781rem;
}

.our_people_name_img {
    display: flex;
    align-items: center;
}

.our_people_name span {
    display: block;
}

.our_people_name {
    margin-left: .0781rem;
}

.name {
    font-weight: 600;
}

.work_with_us_bg {
    width: 6.7188rem;
    height: 2.1354rem;
    background: url(../images/work-with-us-pic2.png);
    margin-top: -1.0677rem;
    border-radius: .0521rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-size: 100%;
}

.work_with_us_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(50, 50, 50, 0.4);
    /* 灰色半透明遮罩 */
}

.work_with_us_bg h2 {
    font-size: .2083rem;
    color: #fff;
    z-index: 9;
}

.work_with_us_bg p {
    font-size: .0781rem;
    width: 3.5417rem;
    color: #fff;
    text-align: center;
    line-height: .1563rem;
    z-index: 9;
}

.work_with_us_bg button {
    width: .8333rem;
    height: .2865rem;
    border-radius: .1563rem;
    color: #fff;
    border: 0;
    background-color: rgb(116, 86, 241);
    margin-top: .1823rem;
    font-size: .0833rem;
    z-index: 9;
    cursor: pointer;
}

.address_email .address {
    width: .2604rem;
    height: .2604rem;
    border: .0052rem solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address_email_group {
    display: flex;
    align-items: center;
    font-size: .0833rem;
}

.address_email_words {
    margin-left: .0781rem;
}

.address_email_words p {
    font-size: .0729rem;
}
.address img{
    height: .0938rem;
    width: .1094rem;
}
.address i{
    font-size: .1354rem;
    color: rgb(82, 62, 188);
}

.email_group {
    margin-top: .2344rem;
}

.company_information p {
    width: 2.8385rem;
    line-height: .1563rem;
}

.what_we_offer {
    margin-left: .3125rem;
}

.company_information {
    margin-left: .4688rem;
}

.contact_information {
    display: flex;
    margin-top: .4167rem;
}

.contact_information p {
    color: rgb(94, 112, 134);
}

.contact_information h3 {
    color: #fff;
    font-size: .0833rem;
}

.what_we_offer a {
    margin-top: .0781rem;
    color: lightblue;
    display: block;
}

.company_information p {
    margin-top: .0781rem;
}

.address_email_words a {
    margin-top: .0521rem;
    color: lightblue;
    font-size: .0729rem;
}
.address_email_words p:nth-child(1){
    margin-bottom: .0521rem;
}
.button_hover:hover{
    background-color: rgb(70, 47, 186);
    transition: 400ms;
}
.work_with_us_bg a{
    color: lightblue;
}