* {
    padding: 0;
    margin: 0;
    border: 0;
}

:root {
    --cydl-container-wid: 1700px;
}

html,
body {
    font-family: "寰蒋闆呴粦";
    position: relative;
    width: 100%;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

i,
em {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    display: block;
}

a {
    text-decoration: none;
    color: #2c2c2c;
}

.blue_12 {
    font-size: 12px;
    color: #1f286c;
}

.blue_35 {
    font-size: 35px;
    color: #1f286c;
}

.blue_38 {
    color: #1f286c;
    font-size: 38px;
}

.t12 {
    font-size: 12px;
}

.t14 {
    font-size: 14px;
}

.t15 {
    font-size: 15px;
}

.t16 {
    font-size: 16px;
}

.t18 {
    font-size: 18px;
}

.t20 {
    font-size: 20px;
}

.t22 {
    font-size: 22px;
}

.t24 {
    font-size: 24px;
}

.t26 {
    font-size: 26px;
}

.t28 {
    font-size: 28px;
}

.t30 {
    font-size: 30px;
}

.t36 {
    font-size: 36px;
}

.t40 {
    font-size: 40px;
}

.t60 {
    font-size: 60px;
}

.container {
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    padding: 0 110px;
}

.pageContainer {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

.proContainer {
    width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

.pages {
    text-align: center;
}

.pages ul {
    display: flex;
    justify-content: right;
}

.pages ul li {
    padding: 0 4px;
}

.pages ul li:last-child {
    padding: 0 0 0 6px;
}

.pages ul li:first-child {
    padding: 0 6px 0 0;
}

.pages ul li a,
.pages ul li span {
    padding: 5px 8px;
    display: block;
    width: 32px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    background-color: transparent;
    border: 1px solid rgba(175, 175, 175, .5);
    border-radius: 3px;
}

.pages ul li.active a,
.pages ul li.active span,
.pages ul li:hover a {
    background: #2e3676;
    color: #fff;
    border: 1px solid #2e3676;
}

.header {
    background: transparent;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: url(/storage/12075/images/20260412/header_bg.png) no-repeat top center;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header .container {
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header .left a img.blue{
    display: none;
}
.header .left a img.white{
    display: block;
}
.header .container .right {
    display: flex;
    align-items: center;
}

.header .container .right .nav .close {
    display: none;
}

.header .container .right .nav .close img {
    width: 100%;
}

.header .container .right .nav ul {
    display: flex;
}

.header .container .right .nav ul li {
    margin: 0px 32.5px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .container .right .nav ul li::after {
    content: "";
    display: block;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #fff;
}

.header .container .right .nav ul li a {
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    display: block;
    /*border-bottom: 2px solid #242731;*/
}

.header .container .right .search form {
    display: flex;
    border-radius: 18px;
    overflow: hidden;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    width: 152px;
    height: 36px;
    box-sizing: border-box;
    position: relative;
}

.header .container .right .search form>button {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fefefe;
    outline: none;
    border: none;
    box-sizing: border-box;
    position: absolute;
    top: calc((100% - 23px) / 2);
    left: 9px;
}

.header .container .right .search form>input.yianx {
    width: 100%;
    height: 100%;
    padding: 0 9px 0 40px;
    background: none;
    border: none;
    outline: unset;
    color: #fff;
    box-sizing: border-box;
}

/* .header .container .right .nav ul li a:hover,
.header .container .right .nav ul li.active a {
    color: #fff;
} */
.header .container .right .nav ul li:hover::after,
.header .container .right .nav ul li.active::after{
    width: 100%;
    transition: all 0.3s ease;
}
.page_head {
    background: #1f286c;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .05) !important;
}

.page_head .container {
    height: 80px;
}

.header .right .nav_icon {
    display: none;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.banner .swiper-container .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.banner .swiper-container .swiper-slide .slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner .swiper-container .swiper-button-next,
.banner .swiper-container .swiper-button-prev {
    width: 67px;
    height: 67px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
}

.banner .swiper-container .swiper-button-next {
    right: 110px;
}

.banner .swiper-container .swiper-button-prev {
    left: 110px;
}

.banner .swiper-container .swiper-button-next:after,
.banner .swiper-container .swiper-button-prev:after {
    font-size: 22px;
}

.banner .swiper-container .swiper-button-next.swiper-button-disabled,
.banner .swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.index1 {
    padding: 160px 0 65px 0;
    box-sizing: border-box;
}

.index1 .display {
    display: none;
}

.index_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blueBg_arrow {
    width: 172px;
    height: 38px;
    background-color: #1f286c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #1f286c;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.blueBg_arrow:hover{
    background-color: #fff;
    border: 1px solid #1f286c;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.index1 .index_head .right .blueBg_arrow span {
    color: #fff;
    font-size: 16px;
}
.index1 .index_head .right .blueBg_arrow:hover span{
    color: #1f286c;
}
.blueBg_arrow .arrow{
    overflow: hidden;
}
.blueBg_arrow .arrow img{
    position: relative;
}
.blueBg_arrow:hover .arrow img{
    left: -200px;
    filter: drop-shadow(200px 0 0 #11165d);
}
.index1 .content_text {
    font-size: 16px;
    color: #777777;
    line-height: 1.875em;
    padding: 50px 0 30px 0;
    margin-bottom: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.index1 .content_text p {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.index1 .content_pic {
    width: 100%;
    overflow: hidden;
}

.index1 .content_pic img {
    width: 100%;
}

.index1 .content_pic.wap {
    display: none;
}


/* 棣栭〉 - 浜у搧 */
.index2 {
    padding: 60px 0 90px 0;
    box-sizing: border-box;
}

.index2 .index_head {
    margin-bottom: 30px;
}

.index_head_line {
    width: 22px;
    height: 4px;
    background-color: #d9d8da;
    display: block;
    margin-top: 10px;
}

.index_head .right span.all {
    color: #404b9b;
    font-size: 16px;
}

.index_head .right span.line_65 {
    width: 65px;
    height: 4px;
    background-color: #404b9b;
    display: block;
    margin-top: 10px;
}

.index2 .content {
    background: url(/storage/12075/images/20260412/index_pro_bg.jpg) no-repeat center;
    background-size: cover;
}

.index2 .content ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index2 .content ul li {
    flex: 1;
    height: 709px;
    border-right: 1px solid rgba(226, 226, 226, .6);
    box-sizing: border-box;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    overflow: hidden;
}

.index2 .content ul li .pic {
    opacity: 0;
    height: 709px;
}

.index2 .content ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index2 .content ul li .ab {
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.index2 .content ul li .ab img.show_icon {
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index2 .content ul li span.list_icon {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    opacity: 1;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%);
}

.index2 .content ul li .ab p {
    font-size: 22px;
    color: #ffffff;
    writing-mode: vertical-rl;
    letter-spacing: 3px;
    margin-bottom: 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index2 .content ul li:hover {
    flex: 6;
}

.index2 .content ul li:hover .ab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index2 .content ul li:hover .pic {
    opacity: 1;
}

.index2 .content ul li:hover .ab img.show_icon {
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index2 .content ul li:hover .ab p {
    writing-mode: horizontal-tb;
    letter-spacing: normal;
    font-size: 28px;
    margin-bottom: 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index2 .content ul li:hover span.list_icon {
    opacity: 0;
}

.index2 .content2.wap {
    display: none;
}

.index2 .content2.wap .index_col ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.index2 .content2.wap .index_col ul li {
    padding: 0 4px;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 8px;
}

.index2 .content2.wap .index_col ul li a {
    color: #1f286c;
    /* width: 220px; */
    height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(31, 40, 108, .1);
}

.index2 .content2.wap .index_col ul li a:hover,
.index2 .content2.wap .index_col ul li.active a {
    color: #fff;
    background-color: rgb(31, 40, 108);
}

.index2 .content2.wap .col_img_box {
    padding-top: 30px;
    box-sizing: border-box;
}

.index2 .content2.wap .col_img_box .img_item {
    display: none;
    position: relative;
}

.index2 .content2.wap .col_img_box .img_item.active {
    display: block;
}

.index2 .content2.wap .col_img_box .img_item .pic {
    overflow: hidden;
    width: 100%;
}

.index2 .content2.wap .col_img_box .img_item .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index2 .content2.wap .col_img_box .img_item .ab {
    position: absolute;
    bottom: 60px;
    left: 70px;
}

.index2 .content2.wap .col_img_box .img_item .ab p {
    color: #fff;
    padding-bottom: 5px;
    box-sizing: border-box;
}

/* 棣栭〉 - 鍏充簬鎴戜滑2 */
.index3 .index_head {
    padding: 50px 0 66px 0;
    box-sizing: border-box;
}

.index3 .index_head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index3 .index_head .right {
    display: flex;
    align-items: flex-start;
}

.index3 .index_head .right ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 31px;
}

.index3 .index_head .right ul li {
    padding: 0 24px;
    box-sizing: border-box;
    border-right: 1px solid #1f286c;
}

.index3 .index_head .right ul li:last-child {
    border-right: none;
}

.index3 .index_head .right ul li a {
    font-size: 16px;
    color: #1f286c;
}

.index3 .main_top {
    background: url(/storage/12075/images/20260412/index_about2_bg.jpg) no-repeat center;
    background-size: cover;
    margin-left: 110px;
    height: 508px;
    padding-top: 145px;
    box-sizing: border-box;
}

.index3 .main_top .title {
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.index3 .main_top .title p {
    color: rgba(255, 255, 255, .5);
    padding-top: 6px;
    box-sizing: border-box;
}

.index3 .main_top .content {
    width: 1479px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.index3 .main_top .content p,
.index3 .main_top .content span {
    font-size: inherit;
    color: inherit;
    line-height: 1.875em;
}

.index3 .main .main_bottom .container {
    background: url(../images/about_data_bg.jpg) no-repeat;
    /* background-size: cover; */
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    height: 262px;
    padding: 70px 0 80px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index3 .main_bottom ol {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: flex-start;
}

.index3 .main_bottom ol li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.index3 .main_bottom ol li .top span {
    font-weight: bold;
    color: rgba(12, 20, 34, .8);
}

.index3 .main_bottom ol li .top i {
    color: rgba(12, 20, 34, .8);
}

.index3 .main_bottom ol li .bottom p {
    color: rgba(12, 20, 34, .8);
}

.index3 .main_wap {
    display: none;
}

.index3 .main_wap .data {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.index3 .main_wap .display {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(213, 214, 214, .5);
    width: 100%;
    height: 55px;
    margin-top: 20px;
}

.index3 .main_wap .display .all {
    color: #1f286c;
    padding-right: 35px;
    box-sizing: border-box;
}

.index4 {
    padding: 70px 0 78px 0;
    box-sizing: border-box;
    background: url(/storage/12075/images/20260412/index_join_bg.jpg) no-repeat center;
    background-size: cover;
}

.index4 .index_head .left h4.t40 {
    color: #fff;
}

.index4 .index_head .left p.t24 {
    color: #9b98a4;
}

.index4 .content {
    padding: 48px 0 0 0;
    box-sizing: border-box;
}

.index4 .content .top {
    height: 475px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: var(--cydl-container-wid);
    margin: 0 auto;
}

.index4 .content .top .center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.index4 .content .center .pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index4 .content .center .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index4 .content .center h4.t30 {
    color: #fff;
    margin-bottom: 20px;
}

.index4 .content .list ul li h5 {
    color: #e5b18b;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.index4 .content .list ul li .des p {
    color: #dadadd;
    font-size: inherit;
}

.index4 .content .list ul li {
    position: absolute;
    width: 552px;
}

.index4 .content .list ul li:nth-child(1),
.index4 .content .list ul li:nth-child(2),
.index4 .content .list ul li:nth-child(3),
.index4 .content .list ul li:nth-child(4),
.index4 .content .list ul li:nth-child(5) {
    text-align: right;
}

.index4 .content .list ul li:nth-child(6),
.index4 .content .list ul li:nth-child(7),
.index4 .content .list ul li:nth-child(8),
.index4 .content .list ul li:nth-child(9),
.index4 .content .list ul li:nth-child(10) {
    text-align: left;
}

.index4 .content .list ul li:nth-child(1) {
    top: 0;
    left: 0;
}

.index4 .content .list ul li:nth-child(2) {
    top: 22.5%;
    left: -93px;
}

.index4 .content .list ul li:nth-child(3) {
    top: 45%;
    left: -196px;
}

.index4 .content .list ul li:nth-child(4) {
    top: 67%;
    left: -93px;
}

.index4 .content .list ul li:nth-child(5) {
    bottom: 0;
    left: 0;
}

.index4 .content .list ul li:nth-child(6) {
    top: 0;
    right: 0;
}

.index4 .content .list ul li:nth-child(7) {
    top: 22.5%;
    right: -93px;
}

.index4 .content .list ul li:nth-child(8) {
    top: 45%;
    right: -196px;
}

.index4 .content .list ul li:nth-child(9) {
    top: 67%;
    right: -93px;
}

.index4 .content .list ul li:nth-child(10) {
    bottom: 0;
    right: 0;
}

.index4 .content .list.list_wap {
    display: none;
}

.index4 .content form,
.page4 .box3 form {
    width: 1150px;
    margin: 0 auto;
    padding-top: 80px;
    box-sizing: border-box;
}

.index4 .content form .inputGroup,
.page4 .box3 form .inputGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index4 .content form .inputGroup input,
.page4 .box3 form .inputGroup input {
    border: 1px solid rgba(211, 211, 211, .5);
    border-radius: 5px;
    /* width: 363px; */
    height: 33px;
    box-sizing: border-box;
    padding: 15px;
    background: transparent;
    flex: 1;
    margin: 0 15px;
    outline: none;
    font-size: 16px;
    color: rgba(255, 255, 255);
}

.index4 .content form .inputGroup input:nth-child(1),
.page4 .box3 form .inputGroup input:nth-child(1) {
    margin-left: 0;
}

.index4 .content form .inputGroup input:nth-child(3),
.page4 .box3 form .inputGroup input:nth-child(3) {
    margin-right: 0;
}

.index4 .content form .text,
.page4 .box3 form .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.index4 .content form .text textarea,
.page4 .box3 form .text textarea {
    height: 88px;
    border: 1px solid rgba(211, 211, 211, .5);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    background: transparent;
    flex: 2;
    display: block;
    margin-right: 15px;
    outline: none;
    font-size: 16px;
    color: rgba(255, 255, 255);
    font-family: "寰蒋闆呴粦";
}

.index4 .content form .text input,
.page4 .box3 form .text input {
    flex: 1;
    height: 88px;
    border: 1px solid rgba(211, 211, 211, .5);
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: 15px;
    background: transparent;
    outline: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* 棣栭〉 - 鏂伴椈 */
.index5 {
    padding: 100px 0 90px 0;
    box-sizing: border-box;
}

.index5 .index_head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index5 .list {
    width: calc(100% - 110px);
    overflow: hidden;
    margin-left: 110px;
    padding-top: 48px;
    box-sizing: border-box;
}

.index5 .list .container {
    padding: 0;
}

.index5 .list .mySwiper_news,
.page4 .box2 .mySwiper_zhan,
.page6 .box2 .mySwiper_display {
    width: 100%;
    position: relative;
}

.index5 .list .mySwiper_news .pic,
.page4 .box2 .mySwiper_zhan .pic,
.page6 .box2 .mySwiper_display .pic {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index5 .list .mySwiper_news .pic img,
.page4 .box2 .mySwiper_zhan .pic img,
.page6 .box2 .mySwiper_display .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.index5 .list .mySwiper_news .swiper-slide:hover .pic img,
.page4 .box2 .mySwiper_zhan .swiper-slide:hover .pic img,
.page6 .box2 .mySwiper_display .swiper-slide:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.index5 .list .mySwiper_news h5 {
    color: #000;
    font-weight: normal;
    padding: 45px 0 20px 0;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;/*婧㈠嚭鐢ㄧ渷鐣ュ彿*/
    white-space: nowrap;
}

.index5 .list .mySwiper_news .des p {
    color: rgba(119, 119, 119, .8);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.714em;
}

.index5 .list .mySwiper_news .swiper_btn,
.page4 .box2 .mySwiper_zhan .swiper_btn,
.page6 .box2 .mySwiper_display .swiper_btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 148px;
    height: 47px;
    background-color: #1f286c;
    margin-top: 75px;
}

.index5 .list .mySwiper_news .swiper_btn .next,
.index5 .list .mySwiper_news .swiper_btn .prev,
.page4 .box2 .mySwiper_zhan .swiper_btn .next,
.page4 .box2 .mySwiper_zhan .swiper_btn .prev,
.page6 .box2 .mySwiper_display .swiper_btn .next,
.page6 .box2 .mySwiper_display .swiper_btn .prev {
    position: static;
    cursor: pointer;
}

.index5 .list .mySwiper_news .swiper_btn .next.swiper-button-disabled,
.index5 .list .mySwiper_news .swiper_btn .prev.swiper-button-disabled,
.page4 .box2 .mySwiper_zhan .swiper_btn .next.swiper-button-disabled,
.page4 .box2 .mySwiper_zhan .swiper_btn .prev.swiper-button-disabled,
.page6 .box2 .mySwiper_display .swiper_btn .next.swiper-button-disabled,
.page6 .box2 .mySwiper_display .swiper_btn .prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
}

.index5 .list .mySwiper_news .swiper_btn .prev:after{
    content: "<";
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}
.page4 .box2 .mySwiper_zhan .swiper_btn .prev:after,
.page6 .box2 .mySwiper_display .swiper_btn .prev:after {
    content: "<";
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

.index5 .list .mySwiper_news .swiper_btn .next:after{
    content: ">";
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}
.page4 .box2 .mySwiper_zhan .swiper_btn .next:after,
.page6 .box2 .mySwiper_display .swiper_btn .next:after {
    content: ">";
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

/* footer */
.footer {
    background: url(/storage/12075/images/20260412/index_footer_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 144px 0 210px 0;
    box-sizing: border-box;
}

.footer .container {
    height: 230px;
    display: flex;
    justify-content: space-between;
}

.footer .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.footer .left .logo {
    width: 250px;
}

.footer .left .copyRight p,
.footer .left .copyRight p a {
    color: rgb(211, 211, 211);
    line-height: 2em;
}

.footer .right .footerNav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .right .footerNav ul li {
    margin: 0 25px;
}

.footer .right .footerNav ul li:first-child {
    margin-left: 0;
}

.footer .right .footerNav ul li:last-child {
    margin-right: 0;
}

.footer .right .footerNav ul li a {
    color: #fff;
}

.footer .right .mes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 35px;
    box-sizing: border-box;
}

.footer .right .mes .right_l i.t14 {
    color: #fff;
}

.footer .right .mes .right_l h1 {
    font-weight: normal;
    color: #fff;
    padding: 10px 0 30px 0;
    box-sizing: border-box;
}

.footer .right .mes .right_l .box p {
    font-size: inherit;
    color: #d3d3d3;
    line-height: 1.857em;
}
.footer .right .mes .right_r ul{
    display: flex;
}
.footer .right .mes .right_r ul li{
    margin-right: 15px;
}
.footer .right .mes .right_r ul li:last-child{
    margin-right: 0;
}
.footer .right .mes .right_r .code {
    overflow: hidden;
    width: 122px;
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.footer .right .mes .right_r .code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .right .mes .right_r p {
    color: #fff;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
    font-size: 12px;
}

.footer_wap {
    background: url(/storage/12075/images/20260412/index_footer_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 85px 0 75px 0;
    box-sizing: border-box;
    display: none;
}

.footer_wap .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.footer_wap .logo {
    width: 212px;
}

.footer_wap .logo img {
    width: 100%;
}

.footer_wap .tel i.t20 {
    color: #fff;
    padding: 74px 0 20px 0;
    box-sizing: border-box;
    display: block;
}

.footer_wap .tel h1.t40 {
    color: #fff;
    font-weight: normal;
}

.footer_wap .right_r {
    padding-top: 70px;
    box-sizing: border-box;
}
.footer_wap .right_r ul{
    display: flex;
}
.footer_wap .right_r ul li{
    /*margin-bottom: 20px;*/
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer_wap .right_r ul li:last-child{
    margin-right: 0;
}
.footer_wap .right_r .code {
    width: 122px;
    height: 122px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.footer_wap .right_r .code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer_wap .right_r p {
    color: #fff;
    padding-top: 15px;
    box-sizing: border-box;
    font-size: 18px;
}

.footer_wap .box {
    color: #d3d3d3;
    padding-top: 50px;
    box-sizing: border-box;
}

.footer_wap .box p {
    color: inherit;
    font-size: inherit;
    line-height: 1.6em;
}

.footer_wap .copyRight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 65px;
    box-sizing: border-box;
}

.footer_wap .copyRight p,
.footer_wap .copyRight p a {
    color: #d3d3d3;
}

/* 鍏充簬鎴戜滑 */
.in .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    width: auto;
    margin: 0 110px;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.in .col2 {
    height: 90px;
}

.in .col2 ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.in .col2 ul li {
    margin-right: 60px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in .col2 ul li:last-child {
    margin-right: 0;
}

.in .col2 ul li a {
    color: #777777;
    white-space: nowrap;
}

.in .col2 ul li.active a,
.in .col2 ul li:hover a {
    color: #16256f;
}

.in .col2 ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 0%;
    height: 3px;
    background-color: #16256f;
    transition: all 0.4s ease;
    z-index: 3;
}

.in .col2 ul li.active::after,
.in .col2 ul li:hover::after {
    width: 100%;
}

.in .location {
    display: flex;
    align-items: center;
}

.in .location img {
    margin-right: 17px;
}

.in .location p {
    color: #777777;
}

.in .location p span,
.in .location p a {
    font-size: inherit;
    color: inherit;
}

.in .location p a:hover {
    color: blue;
}

.page1 .box1 {
    padding: 80px 0 70px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.page1 h3 {
    text-align: center;
}

.page1 .box1 .content {
    padding-top: 45px;
    box-sizing: border-box;
}

.page1 .box1 .content p {
    font-size: 16px;
    color: #777777;
    line-height: 1.6em;
}

.page1 .box2 {
    padding: 70px 0 100px 0;
    box-sizing: border-box;
}

.page1 .box2 ul li {
    display: flex;
    justify-content: center;
}

.page1 .box2 ul li .left,
.page1 .box2 ul li .right {
    width: 50%;
}

.page1 .box2 ul li.one .left {
    padding: 70px 0 0 75px;
    box-sizing: border-box;
}

.page1 .box2 ul li.one .left .box_title {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.page1 .box2 ul li.one .left .box_title h5 {
    font-weight: normal;
    color: #1f286c;
}

.page1 .box2 ul li.one .left .box_title span {
    color: #1f286c;
}

.page1 .box2 ul li.one .left .box_title i {
    display: block;
    width: 22px;
    height: 4px;
    background-color: #1f286c;
    margin-top: 10px;
}

.page1 .box2 ul li.one .left .text {
    margin-bottom: 55px;
}

.page1 .box2 ul li.one .left .text p {
    font-size: inherit;
    color: #333333;
    line-height: 1.8em;
}

.page1 .box2 ul li .right img {
    width: 100%;
}

.page1 .box2 ul li .more {
    width: 170px;
    height: 41px;
    color: #fff;
    background-color: #222d7b;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
    border: 1px solid #222d7b;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.page1 .box2 ul li .more:hover{
    background-color: #fff;
    border: 1px solid #222d7b;
    color: #222d7b;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.page1 .box2 ul li.two {
    height: 317px;
    width: 100%;
}

.page1 .box2 ul li.two .left {
    position: relative;
}

.page1 .box2 ul li.two .left .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page1 .box2 ul li.two .left .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page1 .box2 ul li.two .left .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page1 .box2 ul li.two .left .text span {
    color: #e2e2e2;
    display: block;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.page1 .box2 ul li.two .left .text p {
    color: #e2e2e2;
}

.page1 .box2 ul li.two .right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page1 .box2 ul li.two .right h5 {
    color: #1f286c;
    font-weight: normal;
}

.page1 .box2 ul li.two .right p {
    color: #333333;
    width: 53%;
    padding: 30px 0;
    box-sizing: border-box;
}

.page1 .box3 {
    padding: 80px 120px 127px 120px;
    box-sizing: border-box;
    background-color: rgba(31, 40, 108, .05);
}

.page1 .box3 .des {
    padding: 30px 0 40px 0;
    box-sizing: border-box;
}

.page1 .box3 .des p {
    color: #777777;
    line-height: 1.875em;
    text-align: center;
}

.page1 .box3 .swiper_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page1 .box3 .swiper_group .left,
.page1 .box3 .swiper_group .right {
    width: 48.65%;
    height: 411px;
    position: relative;
}

.page1 .box3 .swiper_group .left .mySwiper_factory,
.page1 .box3 .swiper_group .right .mySwiper_tool {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    height: 100%;
}

.page1 .box3 .swiper_group .left .mySwiper_factory img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page1 .box3 .swiper_group .left .mySwiper_factory>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 10%;
    bottom: 32px;
}

.page1 .box3 .swiper_group .left .mySwiper_factory .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
    background: #2f4094;
    opacity: 1;
}

.page1 .box3 .swiper_group .left .mySwiper_factory .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 11px;
    height: 11px;
}

.page1 .box3 .swiper_group .right .mySwiper_tool {
    padding: 40px 40px 30px 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.page1 .box3 .swiper_group .right .mySwiper_tool h4 {
    color: #222d7b;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.page1 .box3 .swiper_group .right .mySwiper_tool .pic {
    width: 100%;
    height: 186px;
    overflow: hidden;
    margin-bottom: 20px;
}

.page1 .box3 .swiper_group .right .mySwiper_tool .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page1 .box3 .swiper_group .right .mySwiper_tool .t_des p {
    font-size: inherit;
    color: #777777;
    line-height: 1.429em;
}

.page1 .box3 .swiper_group .right .mySwiper_tool .swiper-pagination {
    bottom: auto;
    top: 40px;
    right: 40px;
    left: auto;
    width: auto;
}

.page1 .box3 .swiper_group .right .mySwiper_tool .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background-color: #afafaf;
    opacity: 1;
}

.page1 .box3 .swiper_group .right .mySwiper_tool .swiper-pagination-bullet-active {
    background: #2f4094;
}

.page1 .box4 {
    padding: 80px 0 140px 0;
    box-sizing: border-box;
}

.page1 .box4 .content {
    padding-top: 70px;
    box-sizing: border-box;
}

.page1 .box4 .mySwiper_honor {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 288px;
}
.page1 .box4 .mySwiper_honor .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page1 .box4 .mySwiper_honor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page1 .box4 .mySwiper_honor .swiper-button-next,
.page1 .box4 .mySwiper_honor .swiper-button-prev {
    width: 67px;
    height: 67px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    z-index: 9;
    margin-top: 0;
    top: calc((100% - 67px) / 2);
}

.page1 .box4 .mySwiper_honor .swiper-button-next.swiper-button-disabled,
.page1 .box4 .mySwiper_honor .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.page1 .box4 .mySwiper_honor .swiper-button-next {
    right: 0;
}

.page1 .box4 .mySwiper_honor .swiper-button-prev {
    left: 0;
}

.page1 .box4 .mySwiper_honor .swiper-button-next:after,
.page1 .box4 .mySwiper_honor .swiper-button-prev:after {
    font-size: 22px;
}

/* 浜у搧 */
.page2 {
    padding: 70px 0 15px 0;
    box-sizing: border-box;
}

.page2 ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
    background-color: #fbfbfb;
}

.page2 ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.page2 ul li .left {
    width: 43.529%;
    background-color: #fbfbfb;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page2 ul li .left span,
.page2 ul li .left i,
.page2 ul li .left p {
    color: #11216c;
    font-weight: bold;
    text-transform: uppercase;
}

.page2 ul li .left p {
    padding: 25px 0 35px 0;
    box-sizing: border-box;
}

.page2 ul li .left .na em {
    color: #16256f;
    position: relative;
    transition: 0.6s;
    display: none;
    padding-left: 60px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.page2 ul li .left .na em.active {
    display: block;
    transition: all 0.5s ease;
}

.page2 ul li .left .na em::before {
    content: '';
    position: absolute;
    width: 50px;
    left: 0;
    top: 10px;
    height: 1px;
    background: #11216c;
    overflow: hidden;
    transition: .5s;
}

.page2 ul li .right {
    width: 56.47%;
    height: 100%;
    position: relative;
}

.page2 ul li .mySwiper_proImg {
    width: 100%;
    height: 100%;
}

.page2 ul li .mySwiper_proImg a {
    width: 100%;
    height: 597px;
    display: block;
    position: relative;
    overflow: hidden;
}

.page2 ul li .mySwiper_proImg a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
    max-height: 100%;
}

.page2 ul li .mySwiper_proImg .swiper-pagination-bullet-active,
.page3 .box1 .left .mySwiper_proImg_s .swiper-pagination-bullet-active {
    background-color: #11165d;
}

.page2 ul li .right .proBtn,
.page3 .box1 .left .proBtn {
    display: flex;
    position: absolute;
    bottom: 0;
    left: -55px;
    z-index: 3;
}

.page2 ul li:nth-child(2n) .right .proBtn {
    left: auto;
    right: -55px;
}

.page2 ul li .right .proBtn .prev,
.page2 ul li .right .proBtn .next,
.page3 .box1 .left .proBtn .prev,
.page3 .box1 .left .proBtn .next {
    width: 55px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #11165d;
    cursor: pointer;
    overflow: hidden;
}

.page2 ul li .right .proBtn .next {
    background: #fbfbfb;
}

.page2 ul li:nth-child(2n) .right .proBtn .next,
.page3 .box1 .left .proBtn .next {
    background: #11165d !important;
}

.page2 ul li:nth-child(2n) .right .proBtn .next img,
.page3 .box1 .left .proBtn .next img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #fff);
}

.page2 ul li:nth-child(2n) .right .proBtn .prev,
.page3 .box1 .left .proBtn .prev {
    background: #fbfbfb !important;
}

.page2 ul li:nth-child(2n) .right .proBtn .prev img,
.page3 .box1 .left .proBtn .prev img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #11165d);
}

.p_pag_none {
    display: none !important;
}

.p_flex {
    display: flex !important;
}

.page2 ul li .right .proBtn .prev img,
.page2 ul li .right .proBtn .next img,
.page3 .box1 .left .proBtn .prev img,
.page3 .box1 .left .proBtn .next img {
    transition: 0.5s ease;
}

.page2 ul li .right .proBtn .prev:hover img,
.page3 .box1 .left .proBtn .prev:hover img {
    transform: translateX(-10px);
}

.page2 ul li .right .proBtn .next:hover img,
.page3 .box1 .left .proBtn .next:hover img {
    transform: translateX(10px);
}

/* 浜у搧璇︽儏 */
.page3 .box1 {
    padding: 85px 0;
    box-sizing: border-box;
}

.page3 .box1 .proContainer {
    display: flex;
    justify-content: space-between;
    background-color: #fbfbfb;
    height: 710px;
}

.page3 .box1 .left {
    width: 57.06%;
    height: 100%;
    position: relative;
}

.page3 .box1 .left .mySwiper_proImg_s {
    width: 100%;
    height: 100%;
}

.page3 .box1 .left .mySwiper_proImg_s .img {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.page3 .box1 .left .mySwiper_proImg_s .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
    max-height: 100%;
}

.page3 .box1 .left .proBtn {
    right: -55px;
    left: auto;
}

.page3 .box1 .right {
    background-color: #fbfbfb;
    width: calc(100% - 57.06%);
    height: 100%;
    padding-left: 157px;
    /* padding-top: 124px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page3 .box1 .right i {
    color: #11216c;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
    display: block;
}

.page3 .box1 .right em {
    color: #16256f;
    display: block;
    padding-bottom: 24px;
    box-sizing: border-box;
}

.page3 .box1 .right h1 {
    font-weight: normal;
    color: #11216c;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #16256f;
}

.page3 .box1 .right .text {
    padding: 30px 75px 40px 0;
    box-sizing: border-box;
}

.page3 .box1 .right .text span.title,
.page3 .box1 .right .shop span.title {
    color: #16256f;
    line-height: 2.143em;
}

.page3 .box1 .right .text p {
    color: #777777;
    line-height: 2.143em;
}

.page3 .box1 .right .shop {
    font-size: 14px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.page3 .box1 .right .shop ul {
    display: flex;
    align-items: center;
    padding-top: 5px;
    box-sizing: border-box;
}

.page3 .box1 .right .shop ul li:first-child {
    margin-right: 50px;
}

.page3 .box1 .right .shop ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page3 .box1 .right .shop ul li img {
    padding-right: 8px;
    box-sizing: border-box;
}

.page3 .box1 .right .shop ul li span {
    color: #777777;
}

.page3 .box1 .right .shop ul li a:hover span {
    color: #16256f;
}

.page3 .box1 .right .consult a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 50px;
    background-color: #16256f;
    overflow: hidden;
}
.page3 .box1 .right .consult a:hover img{
    animation: swing 1s;
}

.page3 .box1 .right .consult a span {
    color: #fff;
    padding-left: 23px;
    box-sizing: border-box;
}
.page3 .box1 .right .consult a:hover{
    background-color: #2e3676;
}

.page3 .box2 {
    background-color: #f8f8f8;
    padding: 60px 0;
    box-sizing: border-box;
}

.page3 .box2 .proContainer {
    display: flex;
    justify-content: space-between;
}

.page3 .box2 .left {
    /* width: 1200px; */
    width: 75%;
}

.page3 .box2 .left .subNav {
    padding-bottom: 30px;
    box-sizing: border-box;
}

.page3 .box2 .left .subNav ul {
    display: flex;
    align-items: center;
}

.page3 .box2 .left .subNav ul li {
    margin-right: 75px;
}

.page3 .box2 .left .subNav ul li a {
    color: #777777;
}

.page3 .box2 .left .subNav ul li a.active {
    color: #16256f;
}

.page3 .box2 .left .subContent {
    background-color: #fff;
    padding: 70px 55px;
    box-sizing: border-box;
}

.page3 .box2 .left .subContent .boxText {
    display: none;
}

.page3 .box2 .left .subContent .boxText p {
    line-height: 2.25em;
    color: rgb(22, 37, 111);
    font-size: 16px;
}

.page3 .box2 .left .subContent .boxText.active {
    display: block;
}
.page3 .box2 .left .subContent .boxText img{
    max-width: 100%;
    margin:auto;
}

.page3 .box2 .right {
    /* width: 360px; */
    width: 22.5%;
}

.page3 .box2 .right h2 {
    text-align: center;
    color: #033333;
    font-weight: normal;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.page3 .box2 .right ul li {
    margin-bottom: 20px;
}

.page3 .box2 .right ul li .pic {
    width: 100%;
    /* height: 230px; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.page3 .box2 .right ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.page3 .box2 .right ul li:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.page3 .box2 .right ul li p {
    color: #777777;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}

/* 鎷涘晢鍔犵洘 */
.page4 .box1 h1 {
    text-align: center;
    padding: 80px 0 65px 0;
    box-sizing: border-box;
}

.page4 .box1 .list {
    background-color: rgba(236, 237, 239, .4);
    padding: 110px 0;
    box-sizing: border-box;
}

.page4 .box1 .list ul {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.page4 .box1 .list .container {
    overflow: visible;
}

.page4 .box1 .list ul li {
    padding: 0 15px;
    box-sizing: border-box;
    width: 20%;
    margin-bottom: 30px;
}

.page4 .box1 .list ul li a {
    background-color: #fff;
    box-shadow: 0px 1px 13px 0px rgba(88, 94, 143, 0.14);
    border-radius: 10px;
    width: 100%;
    height: 314px;
    padding: 63px 30px;
    box-sizing: border-box;
    display: block;
}

.page4 .box1 .list ul li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}
.page4 .box1 .list ul li .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page4 .box1 .list ul li h5 {
    color: #2e3676;
    text-align: center;
    font-weight: normal;
    padding: 15px 0;
    box-sizing: border-box;
}

.page4 .box1 .list ul li p {
    color: #777777;
    line-height: 1.5em;
}

.page4 .box2 {
    padding: 90px 0 60px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.page4 .box2 h1 {
    text-align: center;
}

.page4 .box2 .list {
    width: calc(100% - 110px);
    overflow: hidden;
    margin-left: 110px;
    padding-top: 50px;
    box-sizing: border-box;
}

.page4 .box2 .list .container {
    padding: 0;
}

.page4 .box2 .mySwiper_zhan .swiper_btn {
    margin-top: 50px;
}

.page4 .box3 {
    background: rgba(31, 40, 108, .05);
    padding: 86px 0 95px 0;
    box-sizing: border-box;
}

.page4 .box3 h1 {
    text-align: center;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.page4 .box3 .process ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page4 .box3 .process ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page4 .box3 .process ul li .item {
    margin: 0 35px;
}

.page4 .box3 .process ul li .icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-color: #2e3676;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page4 .box3 .process ul li::after {
    content: "";
    display: block;
    margin-top: -56px;
    width: 32px;
    height: 36px;
    background: url(../images/process_icon.png) no-repeat center / cover;
}

.page4 .box3 .process ul li:last-child::after {
    content: "";
    display: none;
}

.page4 .box3 .process ul li .icon img {}

.page4 .box3 .process ul li p {
    color: #333333;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
}

.page4 .box3 form .inputGroup input,
.page4 .box3 form .text textarea {
    color: rgba(30, 43, 97, .5);
    border: 1px solid rgba(30, 43, 97, .5);
    font-size: 16px;
}

.page4 .box3 form .text input {
    color: #2e3676;
    border: 1px solid rgba(30, 43, 97, .5);
    font-weight: bold;
    font-size: 24px;
}

/* 鍝佺墝鏈嶅姟 */
.page5 .text {
    padding: 80px 0 50px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(52, 52, 52, .2);
}

.page5 .text h1 {
    text-align: center;
    padding-bottom: 55px;
    box-sizing: border-box;
}

.page5 .text .des p {
    color: #777777;
    line-height: 1.875em;
}

.page5 .img {
    padding: 57px 0 80px 0;
    box-sizing: border-box;
}

.page5 .img .bg {
    background: url(../images/service_bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    height: 685px;
}

.page5 .img .bg .box {
    width: 607px;
    height: 560px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 10px;
    position: absolute;
    top: calc((100% - 560px) / 2);
    right: 118px;
    padding-top: 70px;
    box-sizing: border-box;
}

.page5 .img .bg .box h5 {
    font-weight: normal;
    color: #2e3676;
    text-align: center;
    padding-bottom: 45px;
    box-sizing: border-box;
}


.page5 .img .bg .box form .select,
.page6 .box1 form .select {
    position: relative;
    width: 417px;
    height: 46px;
    margin-bottom: 30px;
}

.page5 .img .bg .box form .select .list,
.page6 .box1 form .select .list {
    position: relative;
    width: 100%;
    height: 100%;
}

.page5 .img .bg .box form .select .list:after,
.page6 .box1 form .select .list:after {
    content: "";
    background: url(../images/jt.png) no-repeat 95% 50%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.page5 .img .bg .box form .select .list a,
.page6 .box1 form .select .list a {
    color: #333;
    font-size: 16px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page5 .img .bg .box form .select .list ul.items,
.page6 .box1 form .select .list ul.items {
    height: 0px;
    overflow: hidden;
    padding: 0px;
    clear: both;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 8;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
}

.page5 .img .bg .box form .select .list ul.items li:hover,
.page6 .box1 form .select .list ul.items li:hover {
    background-color: rgba(205, 205, 205, .5);
}

.page5 .img .bg .box form .select .list ul.items li a,
.page6 .box1 form .select .list ul.items li a {
    padding: 10px;
}

.page5 .img .bg .box form .select .list.active ul.items,
.page6 .box1 form .select .list.active ul.items {
    display: block;
    top: 46px;
    height: auto;
    overflow: auto;
    max-height: 350px;
}

.page5 .img .bg .box form .select .list.active ul.items li,
.page6 .box1 form .select .list.active ul.items li {
    padding: 0px;
    border-bottom: 1px solid #dcdcdc;
}

.page5 .img .bg .box form .select .list.active ul.items li:last-child,
.page6 .box1 form .select .list.active ul.items li:last-child {
    border-color: transparent;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.page5 .img .bg .box form,
.page6 .box1 form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page5 .img .bg .box form input,
.page6 .box1 form input {
    color: #777;
    font-size: 16px;
    outline: none;
    border: 1px solid rgba(30, 43, 97, .5);
    box-sizing: border-box;
    border-radius: 5px;
    width: 417px;
    height: 46px;
    padding: 0 24px;
    margin-bottom: 30px;
    background-color: transparent;
}

.page5 .img .bg .box form input:focus,
.page6 .box1 form input:focus {
    border: 1px solid rgba(30, 43, 97);
}

.page5 .img .bg .box form input[type=submit],
.page6 .box1 form input[type=submit] {
    color: #fff;
    background-color: #2e3676;
    cursor: pointer;
}

.page5 .img .bg .box form input::-webkit-input-placeholder,
.page6 .box1 form input::-webkit-input-placeholder {
    color: rgba(30, 43, 97, .5);
}

.page5 .img .bg .box form input::-moz-placeholder,
.page6 .box1 form input::-moz-placeholder {
    color: rgba(30, 43, 97, .5);
}

.page5 .img .bg .box form input:-moz-placeholder,
.page6 .box1 form input:-moz-placeholder {
    color: rgba(30, 43, 97, .5);
}

.page5 .img .bg .box form input::-ms-input-placeholder,
.page6 .box1 form input::-ms-input-placeholder {
    color: rgba(30, 43, 97, .5);
}

.page5 .img .bg .box form input:-ms-input-placeholder,
.page6 .box1 form input:-ms-input-placeholder {
    color: rgba(30, 43, 97, .5);
}

/* 闂ㄥ簵鏌ヨ缁撴灉椤甸潰  */
.page6 {
    background-color: #f5f5f5;
}

.page6 .proContainer {
    background-color: #fff;
    padding: 65px 0 128px 0;
    box-sizing: border-box;
}

.page6 .box1,
.page6 .box2 {
    margin: 0 60px;
}

.page6 .box1 .title,
.page6 .box2 .title {
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.page6 .box1 .title h5,
.page6 .box2 .title h5 {
    text-align: center;
    color: #282828;
    font-weight: normal;
    padding-bottom: 8px;
    box-sizing: border-box;
}

.page6 .box1 .title p,
.page6 .box2 .title p {
    text-align: center;
    color: #777;
    text-transform: uppercase;
}

.page6 .box1 form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 47px;
}

.page6 .box1 form input[type=submit] {
    width: 170px;
}

.page6 .box1 .result {
    display: flex;
    justify-content: space-between;
}

.page6 .box1 .result .left {
    overflow: hidden;
    width: 57.78%;
    /* width: 855px; */
}

.page6 .box1 .result .left img {
    width: 100%;
}

.page6 .box1 .result .right {
    width: 40.544%;
    /* width: 600px; */
    padding-top: 25px;
    box-sizing: border-box;
}

.page6 .box1 .result .right h5 {
    font-weight: normal;
    color: #333333;
    padding-bottom: 18px;
    box-sizing: border-box;
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.page6 .box1 .result .right ul {
    height: 340px;
    overflow-y: auto;
}

.page6 .box1 .result .right ul li {
    border-bottom: 1px solid rgba(119, 119, 119, .2);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: relative;
}

.page6 .box1 .result .right ul li span,
.page6 .box1 .result .right ul li a {
    color: #333333;
    font-size: 14px;
    display: block;
}

.page6 .box1 .result .right ul li span:nth-child(2) {
    width: 52%;
}

.page6 .box1 .result .right ul li span:nth-child(1) {
    padding-right: 60px;
    box-sizing: border-box;
}

.page6 .box1 .result .right ul li a {
    width: 120px;
    height: 32px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /*right: 40px;*/
    right: 0;
}

.page6 .box1 .result .right ul li a:hover {
    color: #fff;
    background-color: #2f4094;
}

.page6 .box1 .des {
    padding-top: 35px;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.page6 .box1 .des p {
    line-height: 1.5em;
    color: #333333;
}

.page6 .box2 .content {
    padding-top: 73px;
    box-sizing: border-box;
}

.page6 .box2 .mySwiper_display .swiper_btn {
    margin-top: 38px;
}

/* 鏂伴椈 */
.page7 {
    margin: 0 48px;
    padding-bottom: 73px;
    box-sizing: border-box;
}

.page7 ol li {
    margin: 60px 0;
}

.page7 ol li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.page7 ol li .left {
    /* width: 572px; */
    overflow: hidden;
    width: 36.05%;
}

.page7 ol li .left img {
    width: 100%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.page7 ol li:hover .left img {
    transform: scale(1.1);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.page7 ol li .right {
    /* width: 950px; */
    width: 59.88%;
}

.page7 ol li .right h5 {
    color: #2e3676;
    padding-bottom: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(175, 175, 175, .2);
}

.page7 ol li .right .des {
    padding: 35px 0 80px 0;
    box-sizing: border-box;
}

.page7 ol li .right .des p {
    color: rgba(119, 119, 119, .8);
    line-height: 1.714em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.page7 ol li .right i {
    display: block;
    color: #2e3676;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.page7 ol li .right .see {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2e3676;
    width: 160px;
    height: 35px;
    color: #fff;
    margin-top: 50px;
    box-sizing: border-box;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.page7 ol li .right .see img {
    padding-right: 36px;
    box-sizing: border-box;
    position: relative;
}

.page7 ol li:hover .right .see {
    background-color: #fff;
    color: #2e3676;
    border: 1px solid #2e3676;
}

.page7 ol li:hover .right .see img {
    left: -100px;
    filter: drop-shadow(100px 0 0 #2e3676);
}

/* 鏂伴椈璇︽儏椤� */
.page8 {
    background-color: #f5f5f5;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.page8 .proContainer {
    background-color: #fff;
    padding: 65px 60px 50px 60px;
    box-sizing: border-box;
}

.page8 .title {
    padding-bottom: 24px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
    box-sizing: border-box;
}

.page8 .title h5 {
    font-weight: normal;
    color: #282828;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.page8 .title p {
    color: #777777;
}

.page8 .content {
    padding: 45px 0 30px 0;
    box-sizing: border-box;
}

.page8 .content p {
    color: #333333;
    font-size: 16px;
    line-height: 1.6em;
}

.page8 .content img {
    /*width: 100%;*/
    margin: 0 auto;
    text-align: center;
}

.page8 .leftRight {
    display: flex;
    align-items: center;
    color: #2f4094;
}

.page8 .leftRight p {
    margin-right: 45px;
}

.page8 .leftRight p,
.page8 .leftRight p a,
.page8 .leftRight p span {
    color: #2f4094;
}

/* 鑱旂郴鎴戜滑 */
.page9 {
    padding: 80px 0 100px 0;
    box-sizing: border-box;
}

.page9 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 94px;
}

.page9 .mes {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.page9 .mes .left .tel em {
    color: #282828;
    font-size: 28px;
    padding-bottom: 15px;
    box-sizing: border-box;
    display: block;
}

.page9 .mes .left .tel h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #282828;
    font-size: 56px;
}

.page9 .mes .left .des {
    padding-top: 30px;
    box-sizing: border-box;
}

.page9 .mes .left .des p {
    font-size: 21px;
    color: #282828;
    line-height: 1.667em;
}

.page9 .mes .right ul {
    display: flex;
}

.page9 .mes .right ul li {
    width: 173px;
    height: 203px;
    border: 1px solid #afafaf;
    margin-right: 50px;
    box-sizing: border-box;
    padding-top: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.page9 .mes .right ul li:last-child {
    margin-right: 0;
}

.page9 .mes .right ul li .code {
    margin: 0 auto;
    text-align: center;
}

.page9 .mes .right ul li p {
    font-size: 12px;
    color: #282828;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
}

.page9 .map {
    margin-top: 57px;
    overflow: hidden;
    width: 100%;
}

.page9 .map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*鎼滅储缁撴灉椤甸潰*/
.searchlist .main{
    padding: 40px 0;
}
.searchlist .main .list ul{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.searchlist .main .list ul li{
    padding: 0 15px;
    width: 33.333%;
    height: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.searchlist .main .list ul li a{
    display: block;
}
.searchlist .main .list ul li a .pic{
    overflow: hidden;
    width: 100%;
    height:400px;
}
.searchlist .main .list ul li a .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.searchlist .main .list ul li a:hover .pic img{
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.searchlist .main .list ul li p{
    color: #333;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}