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


/*背景图居中*/

.bg_center {
    background-position: center center;
}


/*轮播隐藏*/

.swiper-hidden {
    overflow: hidden;
}


/*通用标题*/

.ux_title {
    text-align: center;
}

.ux_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: 28px;
}

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

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

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


/*第一模块*/

.ux-one {
    position: relative;
    /*height: 680px;*/
}

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

.swiper-slide img {
    max-width: 100%;
}

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

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

.swiper-slide {
    position: relative
}

.ux_one_swiper_div {
    position: absolute;
    top: 30.3%;
    left: 16.88%;

}

.ux_one_swiper_div>h1 {
    font-size: 103px;
    line-height: 103px;
    font-weight: bold;
    margin-bottom: 27px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 6px 18px rgba(35, 84, 196, 0.65);
}

.ux_one_swiper_div>h1>span {
    font-size: 52px;
}

.ux_one_swiper_div>h2 {
    width: 644px;
    height: 52px;
    background: rgba(255, 252, 0, 1);

    font-size: 34px;
    line-height: 52px;
    margin-bottom: 33px;
    text-align: center;
    font-weight: bold;
    color: rgba(56, 115, 227, 1);
}

.ux_one_swiper_div>p {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

/* 模块二 */
.ux-tow {
    height: 735px;
}

.ux-tow_ul {
    display: flex;
    justify-content: center;
    margin-top: 60px
}

.ux-tow_ul>li {
    width: 24.28%;
    height: 480px;
    text-align: center;
    position: relative;
    padding: 40px 60px;
    transition: all 0.3s;
}

.ux-tow_ul>li>img {
    max-width: 100%;
}

.ux-tow_img2 {
    display: none;
}

.ux-tow_active {
    z-index: 10;
    transform: translateY(-13px);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 12px 67px 14px rgba(185, 184, 184, 0.13);
}

.ux-tow_active>.ux-tow_img1 {
    display: none !important;
}

.ux-tow_active>.ux-tow_img2 {
    display: inline-block;
}

.ux-tow_active>h3 {
    color: rgba(26, 96, 255, 1) !important;
}

.ux-tow_active>h3::after {
    background: rgba(226, 235, 255, 1) !important;
}

.ux-tow_ul>li>h3 {
    margin: 62px 0 53px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(48, 48, 48, 1);
    position: relative;
}

.ux-tow_ul>li>h3::after {
    content: '';
    width: 40px;
    height: 4px;
    background: rgba(221, 221, 221, 1);
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%)
}

.ux-tow_ul>li>p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);

}


/* 模块三 */
.ux-three {
    height: 735px;
    background: rgba(235, 242, 254, 1);
}

.ux_three_list {
    margin-top: 46px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.ux_three_list>li {
    width: 20%;
    overflow: hidden;
    position: relative
}

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

.ux_three_list>li>p {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);

    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    transition: all 0.3s;

}

.ux_three_active p {
    bottom: 0 !important;
}






/* 模块四 */
.ux_four {
    height: 678px;
}

.ux_four_list {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ux_four_list>li {
    width: 30%;
    height: 200px;
    margin: 10px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.3s;
}

.ux_four_list>li:hover .ux_four_div {
    transform: rotate3d(0, 1, 0, 180deg);
}

.ux_four_div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-style: preserve-3d;
    transition: all 0.3s;
}

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

/* top */
.ux_four_top {
    width: 100%;
    position: absolute;
    right: 0;
}

.ux_four_top>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    position: absolute;

    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.ux_four_top>div>h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 17px;
    color: rgba(255, 255, 255, 1);

}

.ux_four_top>h1>span {
    font-size: 20px;
}

.ux_four_top>div>p {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);

}

/* down */
.ux_four_down {
    position: absolute;
    right: 0;
    width: 100%;
    transform-origin: 50% 100%;
    transform: translate3d(0, 0, -1px) rotateY(180deg);
}

.ux_four_down>div {
    position: absolute;

    width: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgba(255, 255, 255, 1);


}

.ux_four_down>div h3 {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    
}

.ux_four_down>div p {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);

}







/* 模块五 */
.ux_five {
    height: 280px;
}

.ux_five_box {
    text-align: center;
}

.ux_five_box>h2 {
    font-size: 80px;
    line-height: 80px;
    padding-top: 66px;
    font-weight: bold;
    color: rgba(254, 254, 255, 1);

}

.ux_five_box>h2>span {
    color: #FFFC00;
}

.ux_five_box>h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 35px;
    line-height: 35px;
    margin: 36px;
    font-weight: 400;
    color: rgba(254, 254, 255, 1);

}

.ux_five_box>h3>span {
    display: inline-block;
    width: 180px;
    height: 2px;
    margin: 0 20px;
    border: 2px solid rgba(255, 255, 255, 1);
}

/* 模块六 */
.ux_six {
    height: 889px;
}

.ux_six_content {
    margin-top: 100px;
    text-align: center
}

.ux_six_box {
    display: inline-block;
    position: relative;
}

.ux_six_box>img {
    position: relative;
    z-index: 10;
    max-width: 100%;
}

.ux_six_h3_1,
.ux_six_h3_2 {
    position: absolute;
    top: -56px;
    left: -390px;

    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: rgba(131, 115, 212, 1);

}

.ux_six_h3_2 {
    left: 660px;
    min-width: 200px;
    color: rgba(235, 104, 119, 1);
}

.ux_six_h3_1::after,
.ux_six_h3_2::after {
    content: '';
    width: 10px;
    height: 10px;
    background: rgba(131, 115, 212, 1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);

}

.ux_six_h3_2::after {
    background: rgba(235, 104, 119, 1);
}

.six_div {
    position: absolute;
    width: 260px;
    transition: all 0.3s;
}

.line1 {
    transition: all 0.3s;
}

.six_div:hover {
    transform: translateY(-5px)
}

.six_div:hover .line1 {
    transform: translateY(5px)
}

.six_div>h3 {
    width: 100%;
    height: 40px;
    background: rgba(131, 115, 212, 1);
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    text-indent: 24px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);

}

.six_div>p {
    width: 100%;
    background: rgba(247, 247, 247, 1);
    padding: 20px 25px;

    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);

}

.six_div>img {
    position: absolute;
    top: 0;
    left: 260px;
}

.six_div_1 {
    top: 0;
    left: -428px;
}

.six_div_1>img {
    top: 0;
    left: 260px;
}

.six_div_1>img {
    position: absolute;
}

.six_div_2 {
    top: 158px;
    left: -428px;
}

.six_div_3 {
    top: 340px;
    left: -428px;
}

.six_div_3>img {
    top: -150px;
}

/* 右侧 */
.six_div_right {
    left: 600px !important;
}

.six_div_right>h3 {
    background: rgba(235, 104, 119, 1);
}

.six_div_right>img {
    left: -308px;
}

.six_div_4 {
    top: 0;
}

.six_div_5 {
    top: 206px;
}

.six_div_5>img {
    top: -20px;
    left: -290px;
}

.six_div_6 {
    top: 406px;
}

.six_div_6>img {
    top: -186px;
    left: -300px;
}

/* 模块七 */
.ux_seven {
    height: 760px;
}

.ux_seven_title>h3,
.ux_seven_title>p {
    color: rgba(255, 255, 255, 1) !important;
}

.ux_seven_list {
    overflow: hidden;
    padding-top: 86px;
    width: 1165px;
    margin: 0 auto;
    /* height: 460px; */
}

.swiper-container {
    overflow: unset;
}

.ux_seven_container .swiper-slide {
    display: flex;
    justify-content: space-between;
    height: 460px;
}


/*  左侧样式 */
.seven_swiper_left_img {
    min-width: 195px;
    position: relative;
}

.swiper_left_div {
    position: absolute;
    top: 0;
    width: 159px;
    height: 100%;
    text-align: center;
}

.swiper_left_div>h1 {
    font-size: 80px;
    line-height: 65px;
    height: 40px;
    overflow: hidden;
    font-weight: bold;
    color: rgba(38, 95, 210, 1);

    margin-top: 25px;

}

.swiper_left_div>p {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: rgba(38, 95, 210, 1);

    margin-top: 9px;
}

.swiper_left_div>h2 {
    width: 40px;
    font-size: 40px;
    color: rgba(38, 95, 210, 1);
    line-height: 50px;
    font-weight: bold;
    margin: 65px auto 0;
}


/* 右侧 样式 */
.seven_swiper_right {
    display: flex
}

.seven_right_text {
    min-width: 400px;
    padding: 0 60px 0 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.seven_right_text>div>h3 {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 22px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);

}

.seven_right_text>div>p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);

}

.seven_right_img1 {
    padding: 23px 0;
    min-width: 260px;
    display: flex;
    margin-right: 20px;
}

.seven_right_img2 {
    padding: 23px 0;
    display: flex;
    flex-wrap: wrap;

}

.seven_right_img2>img:last-child {
    margin-top: 20px;
}

/* 轮播页面 */
.seven_swiper_div1 {
    background: rgba(38, 95, 210, 1) !important;
}

.seven_swiper_div2 {
    background: rgba(95, 23, 194, 1) !important;
}

.seven_swiper_div3 {
    background: #399F31 !important;
}

/* 页面2 */
.seven_swiper_div2 .swiper_left_div>h1,
.seven_swiper_div2 .swiper_left_div>p {
    color: #7E3FD5 !important;
}

.seven_swiper_div2 .swiper_left_div>h2 {
    color: #5F17C2;

}

.seven_swiper_div2 .seven_swiper_right {
    padding-right: 20px;
}

.seven_swiper_div2 .seven_right_text {
    width: 430px;
    padding: 0 60px 0 25px;
}

.seven_swiper_div2 .seven_right_img1 {
    min-width: 230px;
    margin-right: 10px;
    padding-bottom: 15px;
}

.seven_swiper_div2 .seven_right_img2 {
    max-width: 280px;
}

.seven_swiper_div2 .seven_right_img2>img:last-child {
    margin-top: 10px;
}

/* 页面3 */
.seven_swiper_div3 .swiper_left_div>h1,
.seven_swiper_div3 .swiper_left_div>p {
    color: #399F31 !important;
}

.seven_swiper_div3 .swiper_left_div>h2 {
    color: #399F31;
}

.seven_swiper_div3 .seven_swiper_right {
    padding-right: 20px;
}

.seven_swiper_div3 .seven_right_text {
    width: 600px;
    padding: 0 0px 0 25px;
}

.seven_swiper_div3 .seven_right_img1 {
    min-width: 220px;
    margin-right: 10px;
    padding-bottom: 15px;
}

.seven_swiper_div3 .seven_right_img2 {
    max-width: 280px;
}

.seven_swiper_div3 .seven_right_img2>img {
    width: 100%;
}

.seven_swiper_div3 .seven_right_img2>img:last-child {
    margin-top: 10px;
}

/* 轮播按钮 */
.ux_seven_list .swiper-button-prev,
.ux_seven_list .swiper-button-next {
    width: 100px;
    height: 40px;
    padding: 10px 0;
    background-color: rgba(238, 238, 238, 1);
    background-image: url('img/icon-1-1 .png');
    background-size: 20px 20px;
    top: -40px;
    left: 0;
    margin: 0;
}

.ux_seven_list .swiper-button-prev {
    background-image: url('img/icon-1-1.png');
}

.ux_seven_list .swiper-button-next {
    background-image: url('img/icon-2-1.png');
    left: 100px;
}

.seven_button_active {
    background-color: rgba(0, 87, 255, 1) !important;
}

/* .ux_seven_list .swiper-button-prev:hover {
    background-image: url('img/icon-1-1.png') !important;

}

.ux_seven_list .swiper-button-next:hover {
    background-image: url('img/icon-2-2.png') !important;
    
} */


/*第八模块*/
.ux_eight {
    height: 789px;
}

.ux_eight_ul {
    width: 100%;
    padding: 0 14.75%;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.ux_eight_ul>li {
    width: 33%;
    position: relative;
    padding: 40px 27px 50px;
    transition: all 0.3s;
    margin-top: 46px;
}

.ux_eight_ul_active {
    transform: translateY(-5px);
    box-shadow: 0px 2px 35px 8px rgba(176, 176, 176, 0.15);
}

.ux_eight_ul>li>h2 {
    font-size: 36px;
    font-weight: bold;
    color: rgba(153, 153, 153, 1);
    line-height: 36px;
    margin-bottom: 35px;
    opacity: 0.4;
}

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

.ux_eight_ul>li>p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(48, 48, 48, 1);
    line-height: 22px;
}

.ux_eight_ul>li>span {
    position: absolute;
    width: 60px;
    height: 2px;
    background: #388CFF;
    bottom: 30px;
    left: 27px;
}


/* 模块九 */
.ux_nine {
    height: 700px;
    background: linear-gradient(225deg, rgba(15, 156, 251, 1) 0%, rgba(72, 107, 255, 1) 100%);
}

.ux_nine_title>h3,
.ux_nine_title>p {
    color: white
}

.ux_nine_list {
    margin-top: 125px;
    display: flex;
    justify-content: center;
}

.ux_nine_list>li {
    margin: 0 10px;
    position: relative;
    width: 24%;
    height: 345px;
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s;
}

.ux_nine_img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ux_nine_list>li>div {
    padding: 75px 45px 0;
    text-align: center
}

.ux_nine_list>li>div>h2 {
    font-size: 110px;
    line-height: 110px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);

    opacity: 0.1;
}

.ux_nine_list>li>div>h3 {
    font-size: 24px;
    line-height: 24px;
    margin-top: -67px;
    font-weight: bold;
    color: rgba(56, 140, 255, 1);
    position: relative;

}

.ux_nine_list>li>div>h3::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: rgba(56, 140, 255, 1);
}

.ux_nine_list>li>div>p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 66px;
    text-align: left;
    font-weight: 400;
    color: rgba(48, 48, 48, 1);

}

.ux_nine_active {
    transform: translateY(-17px)
}

/* 模块十 */

.ux-ten {
    height: 1030px;
}

/**/
.ux-ten_list {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    justify-content: space-around;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 20px;
}

.ux-ten_list>li {
    width: 44%;
    position: relative;
    height: 340px;
    margin-top: 60px;
}

.ux-ten_img {
    position: absolute;
    z-index: 10;
    bottom: 0;
}

.ux-ten_img_3 {
    left: -10px;
}

.ten_list_content {
    width: 45%;
    height: 340px;
    text-align: left;
    position: absolute;
    right: 30px;
    top: 10.27%;
}

.ten_list_content>h3 {
    font-size: 20px;
    font-weight: bold;
    color: rgba(0, 87, 255, 1);
    line-height: 20px;
    margin-bottom: 20px;
}

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

.ten_list_name {
    padding: 21px 30px 0;
    position: absolute;
    width: 80%;
    bottom: 0;
    right: 0;
    height: 100px;
    background: rgba(56, 140, 255, 1);

    text-align: right;
    color: white;
}

.ten_list_name>h3 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin-bottom: 9px;
}

.ten_list_name>p {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}

/* 模块十一 */
.ux-eleven {
    height: 835px;
}

/*表头*/
.ux-eleven_list {
    padding: 0 100px;
    margin-top: 35px;
}

.eleven_list_head_ul {
    height: 80px;
    background: rgba(56, 140, 255, 1);
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.eleven_list_head_ul>li {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 80px;
    flex: 1;
    text-align: center;
}

.eleven_list_head_ul>li:nth-child(3) {
    flex: 2;
}

/*表*/
.eleven_list_content {
    height: 530px;
    padding: 20px 0;
    background: rgba(255, 255, 255, 1);
}

.eleven_list_content_ul {
    width: 100%;
}

.eleven_list_content_ul>li {}

/*表行内*/
.eleven_content_ul_ul {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    /*margin: 20px 0;*/
}

.eleven_content_ul_ul:hover {
    background: rgba(245, 246, 247, 1);
}

.eleven_content_ul_ul>li {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #666666;
    flex: 1;
    text-align: center;
}

.eleven_content_ul_ul>li:nth-child(3) {
    flex: 2;
}

/*第十二模块*/
.ux-twelve {
    /*height: 1200px;*/
}

.ux-twelve_list {
    margin-top: 60px;
    padding: 0 8.57%;
}

.ux-twelve_list>li {
    margin-bottom: 70px;
}

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

.ux-twelve_list>li>h3::after,
.ux-twelve_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;
}

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

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

/*第十三模块*/
.ux-thirteen {
    height: 280px;
    text-align: center;
    position: relative;
}

.ux-thirteen h3 {
    font-size: 60px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 60px;
    padding-top: 35px;
}

.ux-thirteen_but {
    outline: none;
    border: 0;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    width: 180px;
    height: 40px;
    background: #FFE600;

    font-size: 18px;
    font-weight: 400;
    color: rgba(48, 48, 48, 1);
    line-height: 40px;
}

.ux-thirteen_but:hover {
    background: #FFB800;
}