h1,
h2,
h3,
ul,
li,
p {
    margin: 0;
    padding: 0;
}


/**/

.lazy {
    background-repeat: no-repeat;
}


/*背景图居中*/

.bg_center {
    background-position: center center;
}


/*轮播隐藏*/

.swiper-hidden {
    overflow: hidden;
}


/*通用标题*/

.me_title {
    text-align: center;
}

.me_title>h2 {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: bold;
    color: rgba(198, 198, 198, 1);
    line-height: 80px;
    opacity: 0.15;
    padding-top: 36px;
}

.me_title>h3 {
    user-select: text;
    margin-top: -35px;
    font-size: 36px;
    font-weight: 400;
    color: rgba(48, 48, 48, 1);
    line-height: 36px;
}

.me_title>h3>span {
    color: #0057FF;
}

.me_title>p {
    user-select: text;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 18px;
}


/*模块一*/

.me_one {
    position: relative;
}

.me_one img {
    max-width: 100%;
}

.me_one_swiper-pagination {
    position: absolute;
    bottom: 0;
    z-index: 10;
    text-align: center;
}

.swiper-pagination-bullet {
    background: #DCDCDC;
}

.swiper-pagination-bullet-active {
    background: #E5E5E5;
}


/*模块二*/

.me_tow {
    height: 816px;
}

.me_tow_content {
    display: flex;
    align-items: center;
    margin-top: 36px;
}


/*左*/

.me_tow_left {
    width: 44%;
    height: 580px;
    background: rgba(243, 246, 251, 1);
    position: relative;
}

.me_tow_left>img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
}


/*右*/

.me_tow_right {
    width: 56.21%;
    height: 500px;
    background: rgba(56, 140, 255, 1);
    padding: 80px 0;
    display: flex;
}

.me_tow_right>div {
    padding: 130px 45px;
    text-align: center;
    border-right: 2px solid rgba(255, 255, 255, 1);
}

.me_tow_right>div>h3 {
    font-size: 2.25rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 2.25rem;
}

.me_tow_right>div>p {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5rem;
    margin-top: 1.125rem;
}

.me_tow_right>ul {
    margin-left: 35px;
}

.me_tow_right>ul>li {
    height: 14.5%;
    font-size: 1.5rem;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
}

.me_tow_right>ul>li>span {
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}


/*模块三*/

.me-three {
    height: 815px;
    background-color: #F3F6FB;
}


/*list*/

.me-three_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
}

.me-three_list>li {
    width: 48.57%;
    display: flex;
    margin-top: 20px;
    transition: all 0.3s;
}

.me-three_list>li:hover {
    transform: translateY(-5px);
}

.me-three_left {
    width: 26.5%;
    height: 180px;
    position: relative;
    background: linear-gradient(150deg, rgba(89, 182, 247, 1) 0%, rgba(45, 119, 254, 1) 100%);
}

.me-three_left>h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 65px;
    line-height: 65px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    text-align: center;
}

.me-three_right {
    width: 73.5%;
    height: 180px;
    background: rgba(255, 255, 255, 1);
    position: relative;
}

.me-three_right>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 22px;
}

.me-three_right h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: rgba(48, 48, 48, 1);
    margin-bottom: 16px;
}

.me-three_right p {
    color: #303030;
    font-size: 14px;
    line-height: 24px;
}


/*模块四*/

.me-four {
    height: 815px;
}

.me-four_content {
    padding-left: 80px;
    display: flex;
    margin-top: 26px;
}

.me-four_left {
    width: 53.5%;
    height: 455px;
    top: 75px;
    position: relative;
}

.me-four_left>img {
    max-width: 100%;
}


/*坐标点*/

.spot_tu1 {
    background: url("img/bg-02.png") no-repeat;
    background-size: 100% 100%;
}

.spot_tu2 {
    background: url("img/bg-01.png") no-repeat;
    background-size: 100% 100%;
}

.me-seven_spot {
    width: 120px;
    height: 53px;
    text-align: center;
    z-index: 10;
    padding: 0 18px;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #388CFF;
    line-height: 40px;
}

.me-seven_spot::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -20px;
    left: 32px;
    background: url("img/dian.png") no-repeat;
}


/*初级工程师*/

.me-seven_assistant {
    bottom: 56px;
    left: 10px;
}

.me-seven_assistant::after {
    bottom: -23px;
    left: 31px;
}


/*中级工程师*/

.me-seven_designer {
    bottom: 125px;
    left: 145px;
}

.me-seven_designer::after {
    bottom: -32px;
    right: 7px;
}


/*高级工程师*/

.me-seven_senior {
    left: 44.5%;
    bottom: 65.65%;
}

.me-seven_senior::after {
    bottom: -32px;
    right: 7px;
}


/*项目经理*/

.me-seven_project {
    left: 67.06%;
    bottom: 90.55%;
}

.me-seven_project::after {
    bottom: -22px;
    right: 7px;
}


/*技术总监*/

.me-seven_director {
    left: 80.06%;
    bottom: 100.65%;
}

.me-seven_director::after {
    bottom: -21px;
    left: 76px;
}


/*项目总监*/

.me-seven_pd {
    width: 100px;
    left: 91.06%;
    bottom: 102.65%;
}

.me-seven_pd::after {
    bottom: -32px;
    right: 7px;
}


/*Y列表*/

.me-seven_y_List {
    position: absolute;
    top: -125px;
    width: 100%;
    z-index: 1;
}

.me-seven_y_List>li {
    height: 6rem;
    border-bottom: 1px solid rgba(216, 223, 240, 0.3);
}

.me-seven_y_List>li>span {
    display: inline-block;
    width: 80px;
    transform: translate(-80px, 85px);
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #A6BEE7;
}


/*X列表*/

.me-seven_x_List {
    position: absolute;
    width: 100%;
    bottom: -50px;
    display: flex;
    justify-content: space-between;
}

.me-seven_x_List>li {
    font-size: 14px;
    font-weight: 400;
    color: #A6BEE7;
    line-height: 20px;
}


/*右*/

.me-four_right {
    width: 42.58%;
    position: relative;
}

.me-four_right .swiper-slide>img {
    width: 73.33%;
    display: block;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    border: 10px solid rgba(243, 246, 251, 1);
}

.four_right_bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


/*模块五*/

.me-five {
    height: 660px;
    background: rgba(243, 246, 251, 1);
}

.me-five_ul {
    margin-top: 60px;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
}

.me-five_ul>li {
    width: 24%;
    transition: all 0.3s;
}

.me-five_active {
    transform: translateY(-25px);
}

.me-five_ul>li>img {
    max-width: 100%;
}

.me-five_ul>li>div {
    width: 100%;
    height: 200px;
    padding: 30px 35px;
    background: rgba(255, 255, 255, 1);
}

.me-five_ul>li>div>h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    color: rgba(48, 48, 48, 1);
}

.me-five_ul>li>div>p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}


/*第六模块*/

.me-six {
    height: 916px;
    position: relative;
}

.me-six_ul {
    display: flex;
    justify-content: space-between;
    padding: 36px 3.5% 0;
}

.me-six_ul>li {
    width: 32.3%;
    transition: all 0.3s;
}

.me-six_ul>li:hover {
    transform: translateY(-5px);
}

.six_ul_h3 {
    width: 100%;
    height: 140px;
    /*background-size: 100% 100%;*/
}

.six_ul_h3>h3 {
    font-size: 40px;
    line-height: 140px;
    text-align: center;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}


/*色值*/

.me-five_blue_bor {
    border: 1px solid rgba(69, 125, 252, 1);
}

.me-five_young_bor {
    border: 1px solid rgba(19, 181, 177, 1);
}

.me-five_red_bor {
    border: 1px solid rgba(204, 78, 78, 1);
}

.six_ul_div {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 30px 45px;
}

.six_ul_div>div h3 {
    font-size: 16px;
    font-weight: bold;
    color: rgba(48, 48, 48, 1);
    line-height: 28px;
}

.six_ul_div>div p {
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    line-height: 28px;
}


/*按钮*/

.me-six_but {
    outline: none;
    border: 0;
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 55px;
    background: rgba(19, 181, 177, 1);
    font-size: 18px;
    line-height: 55px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.me-six_but:hover {
    background-color: #09a89b;
}


/*第七模块*/

.me-seven {
    height: 240px;
}

.me-seven_box>h3 {
    font-size: 80px;
    line-height: 80px;
    padding: 47px 0 37px;
    text-align: center;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.me-seven_but {
    width: 180px;
    height: 40px;
    outline: none;
    border: 0;
    display: block;
    margin: 0 auto;
    background: rgba(255, 244, 92, 1);
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: rgba(48, 48, 48, 1);
}

.me-seven_but:hover {
    background-color: #FFDE00;
}


/*第八模块*/

.me-eight {
    height: 795px;
}

.me-eight_content {
    width: 100%;
    margin-top: 36px;
}

.me-eight_ul {
    width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.me-eight_ul>li {
    position: relative;
    width: 340px;
    height: 280px;
    padding: 0 30px;
    /*text-align: center;*/
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(220, 220, 220, 1);
}

.me-eight_ul>li:nth-child(n) {
    margin-top: -1px;
}

.me-eight_ul>li:nth-child(3n+2) {
    border: 0;
    border-top: 1px solid rgba(220, 220, 220, 1);
    border-bottom: 1px solid rgba(220, 220, 220, 1)
}

.me-eight_active {
    background: rgba(56, 140, 255, 1)!important;
    border: 1px solid rgba(56, 140, 255, 1)!important;
    color: white!important;
}

.me-eight_active>* {
    color: white!important;
}

.me-eight_active>h2 {
    color: #9BBFFF!important;
}

.me-eight_ul>li>h2 {
    font-size: 36px;
    font-weight: bold;
    color: #E5E5E5;
    line-height: 36px;
    margin: 38px auto 27px;
}

.me-eight_ul>li>h3 {
    font-size: 18px;
    font-weight: bold;
    color: #303030;
    line-height: 18px;
    margin-bottom: 18px;
}

.me-eight_ul>li>p {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #303030;
    line-height: 28px;
}

.me-eight_ul>li>span {
    position: absolute;
    left: 30px;
    bottom: 40px;
    width: 40px;
    height: 2px;
    background: #388CFF;
}


/*第九模块*/

.me-nine {
    /*height: 762px;*/
}

.me-nine_title {
    height: 400px;
}

.me-nine_title>h3 {
    color: white;
}

.me-nine_title>p {
    color: white;
}


/*列表*/

.me-nine_ul {
    width: 1200px;
    margin: -195px auto 0;
    display: flex;
    box-shadow: 0px 2px 28px 7px rgba(153, 153, 153, 0.1);
}

.me-nine_ul>li {
    text-align: center;
    width: 20%;
    height: 350px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    transition: all 0.3s;
}

.me-nine_ul>li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 340px;
    background-color: rgba(238, 238, 238, 1);
}

.me-nine_active {
    z-index: 10;
    border: 1px solid rgba(238, 238, 238, 1);
    transform: scale(1.125);
}

.me-nine_active::after {
    width: 0!important;
}

.me-nine_ul>li>img {
    display: block;
    /*min-height: 114px;*/
    margin: 90px auto 0;
}

.me-nine_ul>li>div {
    position: absolute;
    width: 100%;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
}

.me-nine_ul>li>div>h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: rgba(153, 153, 153, 1);
    line-height: 10px;
    opacity: 0.2;
}

.me-nine_ul>li>div>h3 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #303030;
    line-height: 24px;
    margin-top: -5px;
}

.me-nine_but {
    outline: none;
    border: 0;
    display: block;
    width: 180px;
    height: 55px;
    background: rgba(236, 105, 65, 1);
    text-align: center;
    font-size: 18px;
    line-height: 55px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 75px auto;
}

.me-nine_but:hover {
    background-color: #da5831;
}


/*第十模块*/

.me-ten {
    /*height: 1200px;*/
}

.me-ten_list {
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.me-ten_list>li {
    width: 48.92%;
    box-sizing: border-box;
    padding: 38px 31px 38px 78px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    margin-bottom: 30px;
    transition: all 0.3s;
}

.me-ten_list>li:hover {
    transform: translateY(-5px);
}

.me-ten_list>li>h3 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(56, 140, 255, 1);
    line-height: 24px;
    margin-bottom: 26px;
    position: relative;
}

.me-ten_list>li>h3::after,
.me-ten_list>li>p::after {
    content: 'Q';
    position: absolute;
    top: -5px;
    left: -52px;
    width: 36px;
    height: 36px;
    background: rgba(56, 140, 255, 1);
    border-radius: 50%;
    text-indent: 8px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 35px;
}

.me-ten_list>li>p {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
}

.me-ten_list>li>p::after {
    content: 'A';
    text-indent: 11px;
    background: rgba(235, 242, 254, 1);
    color: rgba(56, 140, 255, 1);
    top: 5px;
}


/*第十一模块*/

.me-eleven {
    height: 200px;
    position: relative;
}

.me-eleven_but {
    outline: none;
    border: 0;
    width: 180px;
    height: 40px;
    background: rgba(255, 244, 92, 1);
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: rgba(48, 48, 48, 1);
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.me-eleven_but:hover {
    background-color: #FFDE00;
}


/*1400缩放*/

@media screen and (max-width:1400px) {
    html,
    body {
        font-size: 12px;
    }
}