@charset "utf-8";
:root {
    --color: #1a3064;
    --vh: 100vh;
}

/*字体*/
@font-face {
    font-family: Jost-Regular;
    src: url('../fonts/Jost-Regular.ttf');
}

@font-face {
    font-family: Teko-Regular;
    src: url('../fonts/Teko-Regular.ttf');
}

@font-face {
    font-family: Teko-Medium;
    src: url('../fonts/Teko-Medium.ttf');
}

.regular{
    font-family: Teko-Regular;
    font-weight: 600;
}

.medium{
    font-family: Teko-Medium;
}
* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: calc(100vw / 19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-width: thin;
}

html ::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

html ::-webkit-scrollbar-thumb {
    /*滚动条-滑块*/
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #e95317;
}

html ::-webkit-scrollbar-track {
    /*滚动条-背景*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: #ededed;
}

@media (min-width: 1901px) {
    html {
        font-size: 100px;
    }
}

@media (max-width: 1580px) {
    html {
        font-size: 66px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: calc(100vw / 7.5);
    }
}

html, body {
    min-height: 100%;
    font-family: Jost-Regular;
    font-weight: normal;
    font-style: normal;
    font-size: calc(100vw / 19.20);
    color: #333;
    background: #fff;
}

@media (max-width: 1580px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 0.28rem;
    }
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s;
}

input,
button {
    /*-webkit-appearance: none;*/
    border-radius: 0;
}

button {
    cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

textarea {
    resize: none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    background: transparent;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

table {
    border-collapse: collapse;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.container {
    margin: 0 auto;
    width: 85%;
    max-width: 16rem;
    padding: 0;
}

@media (max-width: 1260px) {
    .container {
        width: 90%;
    }
}

.font16 {
    font-size: 16px;
}

@media (max-width: 1580px) {
    .font16 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .font16 {
        font-size: 0.28rem;
    }
}

.public-scrollbar {
    scrollbar-width: thin;
}

.public-scrollbar ::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.public-scrollbar ::-webkit-scrollbar-thumb {
    /*滚动条-滑块*/
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #1a3064;
}

.public-scrollbar ::-webkit-scrollbar-track {
    /*滚动条-背景*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: #ededed;
}

.public-img {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.public-img::before {
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 100%;
}

.public-img > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.public-content {
    color: #666;
    line-height: 1.8;
}

.public-content a {
    color: #666;
}

.public-content table {
    max-width: 100%;
}

.public-content table td,
.public-content table th {
    padding: 10px 15px;
    border: 1px solid #dbf1ed;
}

.public-content li {
    margin-left: 15px;
    list-style: disc;
}

.public-content ol {
    margin-left: 15px;
    list-style: decimal;
}

.public-content img,
.public-content video {
    max-width: 100%;
    height: auto !important;
}

#hi-upgrade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

#hi-upgrade .hi-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -177px 0 0 -450px;
    width: 900px;
}

#hi-upgrade .hi-wrap .hi-title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
}

#hi-upgrade .hi-wrap .hi-close {
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #1a3064;
}

#hi-upgrade .hi-wrap .hi-close:hover {
    text-decoration: underline;
}

#hi-upgrade .hi-wrap .hi-text1 {
    color: #666;
}

#hi-upgrade .hi-wrap .hi-text1 span {
    color: #1a3064;
}

#hi-upgrade .hi-wrap .hi-text2 {
    position: relative;
    margin: 60px 0;
    color: #333;
}

#hi-upgrade .hi-wrap .hi-text2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #ddd;
}

#hi-upgrade .hi-wrap .hi-text2 span {
    position: relative;
    z-index: 5;
    padding: 0 30px;
    background: #fff;
}

#hi-upgrade .hi-wrap .hi-list {
    overflow: hidden;
}

#hi-upgrade .hi-wrap .hi-list li {
    display: inline-block;
    width: 16%;
}

#hi-upgrade .hi-wrap .hi-list li div {
    margin: 0 auto 5px;
    width: 50px;
    height: 50px;
}

#hi-upgrade .hi-wrap .hi-list li a {
    color: #666;
}

#hi-upgrade .hi-wrap .hi-list li a:hover {
    color: #1a3064;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
    background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
    background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
    background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
    background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
    background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
    background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}

/* 占位标签，设置导航样式 */
#c-placeholder {
    height: 1rem;
}

@media (max-width: 991px) {
    #c-placeholder {
        height: 1.2rem;
    }
}

/*顶部*/
#c-header {
    display: flex;
    align-items: center;
    height: .95rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    text-align: center;
    color: #373737;
    transition: 0.3s;
    /*background: #303030;*/
    border-bottom: 1px solid #eae0dd;
}

@media (max-width: 991px) {
    #c-header {
        height: 65px;
    }

}

#c-header a {
    color: #fff;
    transition: 0.3s;
}

#c-header .container {
    /*position: relative;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    max-width: 16rem;
    padding: 0;
}

@media (max-width: 991px) {
    #c-header .container {
        position: initial;
    }
}

#c-header .container .bgcolor {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 106.25%;
    height: 100%;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    opacity: 0;
    border-radius: 0.5rem;
}

@media (max-width: 991px) {
    #c-header .container .bgcolor {
        border-radius: initial;
        box-shadow: initial;
        height: 101%;
        width: 100% !important;
    }
}

#c-header .container::before {
    display: none;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 106.25%;
    height: 100%;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    opacity: 0;
    border-radius: 0.5rem;
}

@media (max-width: 991px) {
    #c-header .container::before {
        border-radius: initial;
        box-shadow: initial;
        height: 101%;
        width: 100%;
    }
}


#c-header .container:hover .bgcolor {
    border-radius: 0;
}

@media (max-width: 991px) {
    #c-header .container:hover .bgcolor {
        width: 100% !important;
    }
}

#c-header .container:hover::before {
    border-radius: 0;
}

@media (max-width: 991px) {
    #c-header .container:hover::before {
        width: 100%;
    }
}

#c-header .c-right-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#c-header .c-right-box.c-right-box2 {
    display: none;
}

.ztop-contact a {
    position: relative;
    color: #fff;
    font-size: .18rem;
    font-weight: 500;
    margin-left: .35rem;
}
#c-header .ztop-contact a:hover{
    color: #e95317;
}
#c-header .ztop-contact a:hover{
    color: #e95317;
}
.ztop-contact a:nth-child(1) {
    margin-left: 0;
}

.ztop-contact a:before {
    content: '';
    position: absolute;
    right: -.16rem;
    top: .05rem;
    width: 1px;
    height: .16rem;
    background: #ffffff;
}


@media (max-width: 991px) {
    #c-header .c-right-box.c-right-box2 {
        display: flex;
    }
}

#c-header.c-head-move {
    top: -1.2rem !important;
}
#c-header.c-style2{
    background: #303030;
}

@media (max-width: 991px) {
    #c-header.c-head-move {
        top: -1.2rem !important;
    }
}

/*#c-header.c-style2 {*/
/*    top: 0.1rem;*/
/*    border-bottom: 1px solid transparent;*/
/*    color: #333;*/
/*}*/

@media (max-width: 991px) {
    #c-header.c-style2 {
        top: 0;
    }
}

#c-header.c-style2 .container .bgcolor {
    opacity: 1;
}

#c-header.c-style2 .container::before {
    opacity: 1;
}

/*#c-header.c-style2 a {*/
/*    color: #333;*/
/*}*/

#c-header.c-style2:hover {
    top: 0;
}

/*顶部logo*/
#c-header .c-logo {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: .7rem;
}

#c-header .c-logo .c-img-box {
    display: flex;
    align-items: center;
    width: 2.2rem;
}

#c-header .c-logo .c-img-box img {
    width: 100%;
}


#c-header .c-logo .c-img-box svg {
    width: 1.93rem;
    height: 0.47rem;
}

@media (max-width: 991px) {
    #c-header .c-logo .c-img-box svg {
        width: 1.93rem;
        height: 0.47rem;
    }
}

#c-header .c-logo .c-img-box svg path {
    fill: #fff;
    opacity: 1;
    stroke: none;
}

#c-header.c-style2 .c-logo svg path {
    fill: #1a3064;
}

/*顶部pc导航*/
#c-header .c-nav {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    #c-header .c-nav {
        display: none;
    }
}
#c-header .c-nav > li{
    margin-left: .35rem;
    position: relative;
}
#c-header .c-nav > li a{
    /*position: relative;*/
    padding: 0 0.25rem;
}

#c-header .c-nav > li:last-child {
    margin-right: 0;
}

#c-header .c-nav > li > .c-title-box {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#c-header .c-nav > li > .c-title-box > a {
    display: flex;
    align-items: center;
}

#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
    margin-left: 0.05rem;
    width: 10px;
    height: 6px;
}

#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
    fill: #333;
    transition: all 0.3s;
}

#c-header .c-nav > li a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 3px;
    background: #e95317;
    transition: 0.3s;
}

#c-header .c-nav li a {
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: .2rem;
    color: #ffffff;
    text-align: left;
    width: 100%;
}
.header-two .c-nav .sub-menu a{
    line-height: .5rem!important;
}
.header-two .c-nav .sub-menu a:hover{
    color: #e95317;
}
#c-header .c-nav li a {
    line-height: .95rem;
}

/*#c-header .c-nav ul {*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 50%;*/
/*    display: none;*/
/*    min-width: 1.5rem;*/
/*    line-height: 0.5rem;*/
/*    background: #fff;*/
/*    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    overflow: hidden;*/
/*    border-radius: 0 0 0.1rem 0.1rem;*/
/*    opacity: 0;*/
/*}*/

/*#c-header .c-nav ul li {*/
/*    border-bottom: 1px solid #eee;*/
/*}*/

#c-header .c-nav ul li:last-child {
    border: 0;
}

#c-header .c-nav ul li a {
    color: #333;
}

#c-header .c-nav .zproduct-xiala {
    left: -2.9rem;
    transform: translateX(0);
    width: 10rem;
    height: 3.9rem;
    background-color: #f8f8f8;
    border-radius: 0 0 0.1rem 0.1rem;
    overflow: hidden;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 {
    height: 100%;
    overflow: hidden;
    display: flex;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zleft {
    width: 2.4rem;
    height: 100%;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zleft .zcn1 {
    padding: 0 0.4rem;
    line-height: 0.9rem;
    text-align: left;
    display: flex;
    align-items: center;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zleft .zcn1 span {
    display: flex;
    align-items: center;
    color: #666666;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zleft .zcn1 span img {
    width: 0.5rem;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zleft .zcn1 span:nth-child(1) {
    flex-shrink: 0;
    min-height: 0.9rem;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zleft .zcn1 span:nth-child(2) {
    padding: 0.15rem 0;
    margin-left: 0.15rem;
}

@media (max-width: 1580px) {
    #c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zleft .zcn1 span:nth-child(2) {
        font-size: 14px;
    }
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zleft .zcn1.on {
    background-color: #Fff;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright {
    width: 7.6rem;
    height: 100%;
    background-color: #Fff;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 {
    height: 100%;
    display: none;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1.on {
    display: block;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox2 {
    display: flex;
    align-items: center;
    height: 0.9rem;
    justify-content: space-between;
    padding: 0 0.5rem;
    position: relative;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox2::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 1rem);
    height: 1px;
    background-color: #e5e5e5;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox2 .zcn2 {
    color: #333333;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox2 .zcn3 {
    transition: all 0.5s;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox2 .zcn3 svg {
    margin-left: 0.1rem;
    width: 0.08rem;
    height: 0.12rem;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox2 .zcn3 svg path {
    fill: #999;
    opacity: 1;
    stroke: none;
    transition: all 0.5s;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox2 .zcn3:hover {
    color: #1a3064;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox2 .zcn3:hover svg path {
    fill: #1a3064;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox3 {
    height: 3rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0.3rem;
    padding: 0 0.3rem 0.5rem 0.5rem;
    margin-top: 0.4rem;
    overflow: auto;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox3 .zcn4 {
    width: 1.8rem;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
}

@media (max-width: 1580px) {
    #c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox3 .zcn4 {
        width: 1.7rem;
    }
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox3 .zcn4:nth-child(3n) {
    margin-right: 0;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox3 .zcn4 .img {
    width: 100%;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox3 .zcn4 .img img {
    width: 100%;
    transition: all 0.5s;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox3 .zcn4 .text {
    margin-top: 0.1rem;
    color: #666666;
    text-align: center;
    line-height: 1.5em;
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox3 .zcn4:hover .img img {
    transform: scale(1.05);
}

#c-header .c-nav .zproduct-xiala .zproduct-xiala2 .zright .zrightbox1 .zrightbox3 .zcn4:hover .text {
    color: #1a3064;
}

#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
    color: #e95317;
}

#c-header .c-nav > li.on > .c-title-box > a {
    color: #e95317;
}

#c-header .c-nav > li.on > .c-title-box > a:before {
    width: 100%;
    /*width: .25rem;*/
}

#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
    /*width: .25rem;*/
    width: 100%;
}

#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
    fill: #1a3064 !important;
}

#c-header.c-style2 .c-nav li .c-title-box svg path {
    fill: #333;
}

/*顶部移动端导航*/
#c-header .c-nav2 {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 1rem;
    color: #333;
    background: #fff;
    overflow-y: auto;
    transition: 0.3s;
    text-align: left;
    /*display: none;*/
}

#c-header .c-nav2 > li:last-child {
    border-bottom: 1px solid #f1f1f1;
}

#c-header .c-nav2 li {
    padding: 0 0.5rem;
    border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2 li:nth-child(8){
    display: none;
}
#c-header .c-nav2 li:nth-child(9){
    display: none;
}
@media (max-width: 767px) {
    #c-header .c-nav2 li {
        padding: 0 0.5rem;
    }
}

#c-header .c-nav2 li .c-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s;
}

#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
    fill: #333;
}

#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
    transform: rotate(90deg);
}

#c-header .c-nav2 li a {
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 55px;
}

#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
    color: #1a3064;
}

#c-header .c-nav2 li ul {
    display: none;
}

.c-open #c-header .c-nav2 {
    height: calc(100vh - 1.2rem);
}

.c-open #c-header {
    /*background-color: #Fff;*/
}

.c-open #c-header .container .c-logo .c-img-box svg path {
    fill: #1a3064;
}

.c-open #c-header .container .c-gn .ztop-language .cn1 svg path {
    fill: #666;
}

/*.c-open #c-header .container .c-gn .ztop-language .cn1 span {*/
/*    color: #666;*/
/*}*/

.c-open #c-header .container .c-gn .ztop-line {
    background-color: rgba(0, 0, 0, 0.2);
}

/*.c-open #c-header .container .c-right-box .c-switch i {*/
/*    background-color: #333;*/
/*}*/

/*顶部导航开关*/
#c-header .c-switch {
    position: relative;
    display: none;
    width: 0.48rem;
    height: 0.4rem;
    cursor: pointer;
}

@media (max-width: 991px) {
    #c-header .c-switch {
        display: block;
    }
}

#c-header .c-switch i {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
    top: 0;
}

#c-header .c-switch i:nth-child(3) {
    bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

/*#c-header.c-style2 .c-switch i {*/
/*    background: #333;*/
/*}*/

body.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

body.c-open #c-header .c-switch i:nth-child(3) {
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}

/* 顶部功能区 */
@media (max-width: 991px) {
    #c-header .c-right-box .c-gn {
        display: none !important;
    }
}

#c-header .c-right-box.c-right-box2 .c-gn {
    display: none !important;
}

@media (max-width: 991px) {
    #c-header .c-right-box.c-right-box2 .c-gn {
        display: flex !important;
    }
}

#c-header .c-gn {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: .4rem;
}

#c-header .c-gn .ztop-language {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
#c-header .c-gn .ztop-language i{
    transition: all 0.3s;
}
#c-header .c-gn .ztop-language p{
    transition: all 0.3s;
}
#c-header .c-gn .ztop-language:hover i{
    color: #e95317;
}
#c-header .c-gn .ztop-language:hover p{
    color: #e95317;
}
#c-header .c-gn .ztop-language .cn1 {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #fff;
}

#c-header .c-gn .ztop-language .cn1 i {
    margin-right: .1rem;
    margin-left: 0;
}


#c-header .c-gn .ztop-language .cn1 svg {
    width: 0.2rem;
    height: 0.2rem;
    color: #fff;
}
#c-header .c-gn .quote a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f2f4f4;
    font-size: .18rem;
    background: #e95317;
    padding: 0 15px;
    height: 46px;
    border-radius: 24px;
}
#c-header .c-gn .quote img{
    margin-right: 5px;
    width: .26rem;
}
@media (max-width: 991px) {
    #c-header .c-gn .ztop-language .cn1 svg {
        width: 0.3rem;
        height: 0.3rem;
    }
}

#c-header .c-gn .ztop-language .cn1 svg path {
    fill: #fff;
    opacity: 0.6;
    stroke: none;
    transition: all 0.5s;
}

#c-header .c-gn .ztop-language .cn1 span {
    margin-left: 0.08rem;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s;
    margin-right: 10px;
    font-size: 18px;
}

#c-header .c-gn .ztop-line {
    transition: all 0.5s;
    margin: 0 0.3rem;
    width: 1px;
    height: 0.15rem;
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
    #c-header .c-gn .ztop-line {
        height: 0.3rem;
    }
}

#c-header .c-gn .ztop-search {
    cursor: pointer;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    margin-right: .2rem;
    display: none;
}
#c-header .c-gn .ztop-search i{
    transition: all 0.3s;
}
#c-header .c-gn .ztop-search:hover i{
    color: #e95317;
}
#c-header .c-gn > div {
    display: flex;
    align-items: center;
    margin-right: .35rem;
}

#c-header .c-gn > div:last-child {
    margin-right: 0;
}

#c-header .c-gn > div:last-child i {
    margin-left: .14rem;
    font-size: .2rem;
    color: #fff;
}

#c-header i {
    color: #fff;
    font-size: .2rem;
}

#c-header .c-gn .ztop-search svg {
    width: 36.36363636%;
    height: auto;
}

@media (max-width: 991px) {
    #c-header .c-gn .ztop-search svg {
        width: 0.24rem;
    }
}

#c-header .c-gn .ztop-search svg path {
    fill: #Fff;
    opacity: 1;
    stroke: none;
}

#c-header.c-style2 .c-gn .ztop-language .cn1 svg path {
    fill: #666;
    opacity: 1;
}

/*#c-header.c-style2 .c-gn .ztop-language .cn1 span {*/
/*    color: #666666;*/
/*}*/

#c-header.c-style2 .c-gn .ztop-line {
    background-color: rgba(0, 0, 0, 0.2);
}

#c-go-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1a3064;
    cursor: pointer;
}

@media (max-width: 767px) {
    #c-go-top {
        display: none !important;
    }
}

#c-go-top img,
#c-go-top svg {
    width: 50%;
    height: 50%;
    transform: rotate(-90deg);
}

#c-go-top img path,
#c-go-top svg path {
    fill: #ffff;
}

#c-code-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

#c-code-pop .c-img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 200px;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#c-code-pop .c-img-box .c-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    bottom: -60px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s;
}

#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
    margin: 4px;
    width: 18px;
    height: 18px;
}

#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
    fill: #333;
    transition: all 0.5s;
}

#c-code-pop .c-img-box .c-close:hover {
    background-color: #1a3064;
}

#c-code-pop .c-img-box .c-close:hover svg path {
    fill: #fff;
}

#c-code-pop .c-img-box > img {
    width: 100%;
}

#c-code-pop .c-img-box .c-text {
    padding-top: 10px;
    line-height: 1;
    text-align: center;
    color: #333;
}

.textflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textflow2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.textflow3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.textflow4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.textflow7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.textflow10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.font80 {
    font-size: 0.8rem;
}

.font72 {
    font-size: 0.72rem;
}

.font60 {
    font-size: 0.6rem;
}

.font58 {
    font-size: 0.58rem;
}

.font56 {
    font-size: 0.56rem;
}

.font54 {
    font-size: 0.54rem;
}

.font52 {
    font-size: 0.52rem;
}

.font50 {
    font-size: 0.5rem;
}

.font48 {
    font-size: 0.48rem;
}

.font46 {
    font-size: 0.46rem;
}

.font44 {
    font-size: 0.44rem;
}

.font42 {
    font-size: 0.42rem;
}

.font40 {
    font-size: 0.4rem;
}

@media (max-width: 991px) {
    .font40 {
        font-size: 0.4rem;
    }
}

.font38 {
    font-size: 0.38rem;
}

@media (max-width: 991px) {
    .font38 {
        font-size: 0.4rem;
    }
}

.font36 {
    font-size: 0.36rem;
}

@media (max-width: 991px) {
    .font36 {
        font-size: 0.4rem;
    }
}

.font34 {
    font-size: 0.34rem;
}

@media (max-width: 991px) {
    .font34 {
        font-size: 0.4rem;
    }
}

.font32 {
    font-size: 0.32rem;
}

@media (max-width: 991px) {
    .font32 {
        font-size: 0.4rem;
    }
}

.font30 {
    font-size: 0.3rem;
}

@media (max-width: 991px) {
    .font30 {
        font-size: 0.4rem;
    }
}

.font28 {
    font-size: 0.28rem;
}

@media (max-width: 991px) {
    .font28 {
        font-size: 0.4rem;
    }
}

.font26 {
    font-size: 26px;
}

@media (max-width: 1580px) {
    .font26 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .font26 {
        font-size: 0.3rem;
    }
}

.font24 {
    font-size: 24px;
}

@media (max-width: 1580px) {
    .font24 {
        font-size: 22px;
    }
}

@media (max-width: 1260px) {
    .font24 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .font24 {
        font-size: 0.3rem;
    }
}

.font22 {
    font-size: 22px;
}

@media (max-width: 1580px) {
    .font22 {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .font22 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .font22 {
        font-size: 0.3rem;
    }
}

.font20 {
    font-size: 20px;
}

@media (max-width: 1580px) {
    .font20 {
        font-size: 18px;
    }
}

@media (max-width: 1260px) {
    .font20 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .font20 {
        font-size: 0.3rem;
    }
}

.font18 {
    font-size: 18px;
}

@media (max-width: 1580px) {
    .font18 {
        font-size: 16px;
    }
}

@media (max-width: 1260px) {
    .font18 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .font18 {
        font-size: 0.28rem;
    }
}

.font16 {
    font-size: 16px;
}

@media (max-width: 1580px) {
    .font16 {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .font16 {
        font-size: 16px;
    }
}

.font14 {
    font-size: 14px;
}

@media (max-width: 1580px) {
    .font14 {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .font14 {
        font-size: 0.24rem;
    }
}

.font12 {
    font-size: 12px;
}

.font-b {
    font-weight: bold;
}

/**********************************00-01 首页**********************************/
.public-banner {
    width: 100%;
    height: 6.4rem;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .public-banner {
        height: auto;
    }
}

.public-banner.public-bannerleft {
    text-align: left;
}

.public-banner.public-bannerleft .swiper-wrapper .swiper-slide .img::after {
    opacity: 0;
}

.public-banner.public-bannerleft .swiper-wrapper .swiper-slide .container {
    text-align: left;
}

.public-banner.public-bannerleft .swiper-wrapper .swiper-slide .container .cn1 {
    text-align: left;
}

.public-banner.public-bannerleft .swiper-wrapper .swiper-slide .container .cn2 {
    text-align: left;
}

.public-banner .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.public-banner .swiper-wrapper .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .public-banner .swiper-wrapper .swiper-slide .img {
        height: auto;
    }
}

.public-banner .swiper-wrapper .swiper-slide .img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.public-banner .swiper-wrapper .swiper-slide .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: bannerscale 20s infinite linear;
}

@media (max-width: 991px) {
    .public-banner .swiper-wrapper .swiper-slide .img img.pc-img {
        display: none;
    }
}

.public-banner .swiper-wrapper .swiper-slide .img img.mb-img {
    display: none;
}

@media (max-width: 991px) {
    .public-banner .swiper-wrapper .swiper-slide .img img.mb-img {
        display: block;
    }
}

.public-banner .containerpublic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
    z-index: 3;
}

@media (max-width: 991px) {
    .public-banner .containerpublic {
        top: 1.2rem;
    }
}

.public-banner .textcontainer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.public-banner .textcontainer .cn1 {
    text-align: center;
    color: #ffffff;
    line-height: 1.22727273em;
}

.public-banner .textcontainer .cn2 {
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 1.55555556em;
}

@keyframes bannerscale {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.public-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem 0;
    align-items: center;
}

.public-nav .pcn1 {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.625em;
    transition: all 0.5s;
}

.public-nav .pcn1:hover {
    color: #1a3064;
}

.public-nav .pcn2 {
    display: flex;
    align-items: center;
    margin: 0 0.1rem;
    opacity: 0.8;
}

.public-nav .pcn2 img {
    width: 0.06rem;
}

@media (max-width: 991px) {
    .public-nav .pcn2 img {
        width: 0.12rem;
    }
}

.public-nav .pcn2 svg {
    width: 0.06rem;
    height: auto;
}

@media (max-width: 991px) {
    .public-nav .pcn2 svg {
        width: 0.12rem;
    }
}

.public-nav .pcn2 svg path {
    fill: #fff;
    opacity: 1;
    stroke: none;
}

.sanjinav {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sanjinav.sanjinav {
    background-color: #F8f8f8;
}

.sanjinav .public-nav .pcn1 {
    color: #666666;
}

.sanjinav .public-nav .pcn1:hover {
    color: #1a3064;
}

@media (max-width: 991px) {
    .sanjinav .public-nav .pcn1:last-child {
        display: none;
    }
}

.sanjinav .public-nav .pcn2 svg path {
    fill: #999;
    opacity: 1;
    stroke: none;
}

@media (max-width: 991px) {
    .sanjinav .public-nav .pcn2:nth-last-child(2) {
        display: none;
    }
}

.public-nav1 {
    display: flex;
    padding: 0.45rem 0;
    border-bottom: 1px solid #dfdfdf;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.public-nav1 .pcn1 {
    line-height: 1.625em;
    color: #333333;
    margin-right: 0.8rem;
    transition: all 0.5s;
    position: relative;
}

@media (max-width: 991px) {
    .public-nav1 .pcn1 {
        margin-right: 0.4rem;
    }
}

.public-nav1 .pcn1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.45rem;
    width: 0;
    height: 2px;
    transition: all 0.5s;
    background-color: #1a3064;
}

.public-nav1 .pcn1.on {
    color: #1a3064;
    font-weight: bold;
}

.public-nav1 .pcn1.on::before {
    width: 100%;
}

.public-nav1 .pcn1:hover {
    color: #1a3064;
    font-weight: bold;
}

.public-nav1 .pcn1:hover::before {
    width: 100%;
}

.public-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.45rem 0;
}

.public-search .pleft2 {
    position: relative;
    z-index: 10;
}

@media (max-width: 767px) {
    .public-search .pleft2 {
        width: 100%;
    }
}

.public-search .pleft2 form .cn11 input {
    width: 2rem;
    line-height: 0.57rem;
    height: 0.57rem;
    border-radius: 0.28rem;
    border: 1px solid #ededed;
    background-color: #Fff;
    padding: 0 0.25rem;
    color: #999999;
}

@media (max-width: 991px) {
    .public-search .pleft2 form .cn11 input {
        line-height: 0.8rem;
        height: 0.8rem;
        border-radius: 0.4rem;
        width: 4rem;
    }
}

@media (max-width: 767px) {
    .public-search .pleft2 form .cn11 input {
        width: 100%;
    }
}

.public-search .pleft2 form .cn11 input::placeholder {
    color: #999;
}

.public-search .pleft2 form .cn11 .layui-form-select .layui-edge {
    right: 0.25rem;
}

.public-search .pleft2 form .cn11 .layui-form-select dl {
    top: 0.57rem;
}

@media (max-width: 991px) {
    .public-search .pleft2 form .cn11 .layui-form-select dl {
        top: 0.8rem;
    }
}

.public-search .pleft2 form .cn11 .layui-form-selected input {
    border: 1px solid transparent;
}

.public-search .pleft {
    display: flex;
    align-items: center;
}

.public-search .pleft img {
    flex-shrink: 0;
    width: 0.21rem;
    height: 0.16rem;
    margin-right: 0.08rem;
}

@media (max-width: 991px) {
    .public-search .pleft img {
        width: 0.42rem;
        height: 0.32rem;
    }
}

.public-search .pleft .pcn1 {
    line-height: 1.625em;
    color: #666666;
}

.public-search .pleft .pcn1 em {
    font-style: normal;
    margin: 0 0.05rem;
    color: #1a3064;
}

.public-search .pright {
    width: 2.8rem;
    position: relative;
}

@media (max-width: 991px) {
    .public-search .pright {
        width: 4rem;
    }
}

@media (max-width: 767px) {
    .public-search .pright {
        margin-top: 0.5rem;
        width: 100%;
    }
}

.public-search .pright input {
    width: 100%;
    line-height: 0.57rem;
    border: 1px solid #ededed;
    border-radius: 0.28rem;
    padding: 0 1rem 0 0.25rem;
    background-color: #fff;
    color: #999999;
}

@media (max-width: 991px) {
    .public-search .pright input {
        line-height: 0.76rem;
        border-radius: 0.38rem;
    }
}

.public-search .pright input::placeholder {
    color: #999;
}

.public-search .pright button {
    position: absolute;
    right: 0.02rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    background-color: #1a3064;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .public-search .pright button {
        width: 0.7rem;
        height: 0.7rem;
        right: 0.05rem;
    }
}

.public-search .pright button img {
    width: 28.84615385%;
}

.public-search .pright button:hover {
    opacity: 0.8;
}

.problem-list {
    padding-bottom: 1.2rem;
    background-color: #f8f8f8;
}

.problem-list .box-list .box0 {
    transition: all 0.5s;
    display: block;
}

.problem-list .box-list .box0:nth-child(1) .box1 {
    border-top: 1px solid #e5e5e5;
}

.problem-list .box-list .box0 .box1 {
    display: flex;
    align-items: center;
    padding: 0.4rem 0.3rem;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

@media (max-width: 991px) {
    .problem-list .box-list .box0 .box1 {
        padding: 0.4rem 0.15rem;
    }
}

.problem-list .box-list .box0 .box1::before {
    content: "";
    position: absolute;
    left: 0.3rem;
    width: 0;
    background-color: #e5e5e5;
    transition: all 0.5s;
    height: 1px;
    bottom: 0;
}

.problem-list .box-list .box0 .box1 .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #999;
    display: flex;
    align-items: center;
    line-height: 30px;
    justify-content: center;
    color: #Fff;
    flex-shrink: 0;
    transition: all 0.5s;
    margin-right: 0.1rem;
}

@media (max-width: 991px) {
    .problem-list .box-list .box0 .box1 .icon {
        margin-right: 0.2rem;
    }
}

.problem-list .box-list .box0 .box1 .cn1 {
    color: #333333;
    width: 100%;
}

.problem-list .box-list .box0 .box1 .icon2 {
    width: 22px;
    height: 22px;
    position: relative;
    flex-shrink: 0;
    margin-left: 0.1rem;
}

@media (max-width: 991px) {
    .problem-list .box-list .box0 .box1 .icon2 {
        width: 0.2rem;
        height: 0.2rem;
        margin-left: 0.2rem;
    }
}

.problem-list .box-list .box0 .box1 .icon2 span {
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
    background-color: #666;
}

.problem-list .box-list .box0 .box1 .icon2 span:nth-child(1) {
    width: 100%;
    height: 2px;
}

.problem-list .box-list .box0 .box1 .icon2 span:nth-child(2) {
    width: 2px;
    height: 100%;
}

.problem-list .box-list .box0 .box3 {
    display: none;
}

.problem-list .box-list .box0 .box2 {
    display: flex;
    padding: 0.4rem 0.3rem;
}

@media (max-width: 991px) {
    .problem-list .box-list .box0 .box2 {
        padding: 0.4rem 0.15rem;
    }
}

.problem-list .box-list .box0 .box2 .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #1a3064;
    display: flex;
    align-items: center;
    line-height: 30px;
    justify-content: center;
    color: #Fff;
    flex-shrink: 0;
    transition: all 0.5s;
    margin-right: 0.1rem;
}

@media (max-width: 991px) {
    .problem-list .box-list .box0 .box2 .icon {
        margin-right: 0.2rem;
    }
}

.problem-list .box-list .box0 .box2 .cn1 {
    color: #666666;
    width: 100%;
    line-height: 1.875em;
}

.problem-list .box-list .box0 .box2 .icon2 {
    width: 22px;
    height: 22px;
    position: relative;
    flex-shrink: 0;
    margin-left: 0.1rem;
}

@media (max-width: 991px) {
    .problem-list .box-list .box0 .box2 .icon2 {
        width: 0.2rem;
        height: 0.2rem;
        margin-left: 0.2rem;
    }
}

.problem-list .box-list .box0.on2 .box1 {
    border-bottom-color: transparent !important;
}

.problem-list .box-list .box0.on {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
}

.problem-list .box-list .box0.on .box1 {
    border-color: transparent !important;
}

.problem-list .box-list .box0.on .box1::before {
    width: calc(100% - 0.6rem);
}

.problem-list .box-list .box0.on .box1 .icon {
    background-color: #1a3064;
}

.problem-list .box-list .box0.on .box1 .icon2 span {
    background-color: #1a3064;
}

.problem-list .box-list .box0.on .box1 .icon2 span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}

.problem-list .box-list .box0:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
}

.problem-list .box-list .box0:hover .box1 .icon {
    background-color: #1a3064;
}

.problem-list .box-list .box0:hover .box1 .icon2 span {
    background-color: #1a3064;
}

.public-page {
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.public-page .num {
    width: 0.47rem;
    height: 0.47rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0.1rem;
    color: #1b1b1b;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .public-page .num {
        width: 0.55rem;
        height: 0.55rem;
    }
}

.public-page .num:hover {
    background-color: #1a3064;
    color: #Fff;
}

.public-page .num.on {
    background-color: #1a3064;
    color: #Fff;
}

.public-page .num2 {
    width: 0.47rem;
    height: 0.47rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0.1rem;
    color: #1b1b1b;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .public-page .num2 {
        width: 0.55rem;
        height: 0.55rem;
    }
}

.public-page .pleft {
    width: 0.47rem;
    height: 0.47rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0.1rem;
    color: #1b1b1b;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .public-page .pleft {
        width: 0.55rem;
        height: 0.55rem;
    }
}

.public-page .pleft.pright svg {
    transform: rotate(0deg);
}

.public-page .pleft svg {
    width: 0.07rem;
    height: 0.11rem;
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .public-page .pleft svg {
        width: 0.14rem;
        height: 0.22rem;
    }
}

.public-page .pleft svg path {
    fill: #999;
    opacity: 1;
    stroke: none;
}

.public-page .pleft:hover {
    background-color: #1a3064;
    color: #Fff;
}

.public-page .pleft:hover svg path {
    fill: #Fff;
}

.public-page .pleft.on {
    background-color: #1a3064;
    color: #Fff;
}

.public-page .pleft.on svg path {
    fill: #Fff;
}

.public-advertisement {
    position: relative;
}

.public-advertisement .img::before {
    padding-top: 20.83333333%;
}

@media (max-width: 991px) {
    .public-advertisement .img::before {
        padding-top: 80%;
    }
}

.public-advertisement .img img {
    animation: bannerscale 20s infinite linear;
}

.public-advertisement .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.public-advertisement .container .cn1 {
    text-align: center;
    color: #ffffff;
    line-height: 1.38461538em;
}

@media (max-width: 991px) {
    .public-advertisement .container .cn1 {
        font-size: 0.4rem;
    }
}

.public-advertisement .container .public-btn {
    margin-top: 0.3rem;
    justify-content: center;
}

.public-btn {
    display: flex;
}

.public-btn .public-btn0 {
    min-width: 1.68rem;
    line-height: 0.56rem;
    border-radius: 0.28rem;
    background-color: #1a3064;
    color: #fff;
    transition: all 0.5s;
    padding: 0 0.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .public-btn .public-btn0 {
        display: flex;
        min-width: 2.5rem;
        padding: 0 14px;
        line-height: 28px;
        border-radius: 0.38rem;
    }

}

.public-btn .public-btn0:hover {
    opacity: 0.8;
}

.public-btn2 {
    display: flex;
}

.public-btn2 .public-btn0 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: .58rem;
    border-radius: 30px;
    padding: 0 .3rem;
    text-align: center;
    /*border: 1px solid #fff;*/
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    font-size: .24rem;
    color: #000000;
    margin-right: 10px;
    font-family: Teko-Regular;
    border: 1px solid #000;
}

.public-btn2 .public-btn0 span{
    transform: translateY(1px);
}
.public-btn2 .public-btn0:hover{
    border: 1px solid #e95317;
    color: #fff;
}
.public-btn2 .public-btn0 img {
    margin-left: 10px;
    z-index: 99;
    transition: all 0.3s;
}
.public-btn2 .public-btn0:hover img{
    filter: brightness(0) invert(1);
}
.public-btn2 .public-btn0 span {
    position: relative;
}

.public-btn2 .public-btn0::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    background-color: #e95317;
    transition: all 0.5s;
}

.public-btn2 .public-btn0:hover {
    border: 1px solid #e95317;
    opacity: 1;
}

.public-btn2 .public-btn0:hover::before {
    left: 0;
}

.footer {
    position: relative;
}

.footer .footer1 .container .box1 {
    padding: 0.45rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #525050;
}

.footer .footer1 .container .box1 ul {
    display: flex;
}

.footer .footer1 .container .box1 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    margin-left: .25rem;
}

.footer .footer1 .container .box1 ul li svg {
    color: #828080;
    transition: all 0.3s;
}

.footer .footer1 .container .box1 ul li i {
    color: #828080;
    font-size: 25px;
    transition: all 0.3s;
}

.footer .footer1 .container .box1 ul li:hover svg {
    color: #1a3064;
}

.footer .footer1 .container .box1 ul li:hover i {
    color: #1a3064;
}

.footer .footer1 .container .box1 .logo img {
    object-fit: cover;
}

.footer .footer1 .container .box1 .cn1 {
    width: 0.49rem;
    height: 0.49rem;
    border-radius: 50%;
    background-color: #1a3064;
    display: flex;
    transition: all 0.5s;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .footer .footer1 .container .box1 .cn1 {
        width: 0.6rem;
        height: 0.6rem;
    }
}

.footer .footer1 .container .box1 .cn1 img {
    width: 26.53061224%;
}

.footer .footer1 .container .box1 .cn1:hover {
    opacity: 0.8;
}

.footer .footer1 .container .box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.footer .footer1 .container .box2 .left {
    width: 26.5625%;
    flex-shrink: 0;
}

@media (max-width: 1580px) {
    .footer .footer1 .container .box2 .left {
        width: 31.25%;
    }
}

@media (max-width: 991px) {
    .footer .footer1 .container .box2 .left {
        width: 100%;
    }
}

.footer .footer1 .container .box2 .left .cn2 {
    color: #666;
    line-height: 1.55555556em;
    margin: 0.55rem 0 0.2rem;
}

.footer .footer1 .container .box2 .left .cn2 span {
    color: #1a3064;
}

.footer .footer1 .container .box2 .left form {
    position: relative;
    width: 100%;
}

.footer .footer1 .container .box2 .left input {
    width: 100%;
    line-height: 0.64rem;
    border: 1px solid #ededed;
    border-radius: 0.32rem;
    padding: 0 1.5rem 0 0.25rem;
    background-color: #ededed;
    color: #999999;
}

@media (max-width: 991px) {
    .footer .footer1 .container .box2 .left input {
        line-height: 0.76rem;
        border-radius: 0.38rem;
    }
}

.footer .footer1 .container .box2 .left input::placeholder {
    color: #999;
}

.footer .footer1 .container .box2 .left button {
    position: absolute;
    right: 0.02rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.29rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    background-color: #1a3064;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    color: #Fff;
}

@media (max-width: 991px) {
    .footer .footer1 .container .box2 .left button {
        height: 0.7rem;
        border-radius: 0.35rem;
        right: 0.05rem;
    }
}

.footer .footer1 .container .box2 .left button:hover {
    opacity: 0.8;
}

.footer .footer1 .container .box2 .left .cn3 {
    margin-top: 0.2rem;
}

.footer .footer1 .container .box2 .left .cn3 .cn4 {
    margin-top: 0.05rem;
    color: #666666;
    line-height: 1.625em;
}

.footer .footer1 .container .box2 .left .cn5 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.24rem;
}

.footer .footer1 .container .box2 .left .cn5 .cn6 {
    position: relative;
    margin-right: 0.16rem;
    margin-top: 0.16rem;
    display: block;
}

@media (max-width: 991px) {
    .footer .footer1 .container .box2 .left .cn5 .cn6 {
        margin-right: 0.3rem;
    }
}

.footer .footer1 .container .box2 .left .cn5 .cn6 .cn7 {
    width: 0.52rem;
    height: 0.52rem;
    background-color: #F5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .footer .footer1 .container .box2 .left .cn5 .cn6 .cn7 {
        width: 0.76rem;
        height: 0.76rem;
    }
}

.footer .footer1 .container .box2 .left .cn5 .cn6 .cn7 svg {
    height: 0.2rem;
    width: auto;
}

@media (max-width: 991px) {
    .footer .footer1 .container .box2 .left .cn5 .cn6 .cn7 svg {
        height: 0.3rem;
    }
}

.footer .footer1 .container .box2 .left .cn5 .cn6 .cn7 svg path {
    fill: #999;
    opacity: 1;
    stroke: none;
    transition: all 0.5s;
}

.footer .footer1 .container .box2 .left .cn5 .cn6 .cn8 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    bottom: 100%;
    padding-bottom: 0.2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .footer .footer1 .container .box2 .left .cn5 .cn6 .cn8 {
        left: 0;
        transform: translateX(0);
    }
}

.footer .footer1 .container .box2 .left .cn5 .cn6 .cn8 .cn9 {
    width: 100px;
    height: 100px;
    border-radius: 0.1rem;
    background-color: #Fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.footer .footer1 .container .box2 .left .cn5 .cn6 .cn8 .cn9 img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.footer .footer1 .container .box2 .left .cn5 .cn6:hover .cn7 {
    background-color: #1a3064;
}

.footer .footer1 .container .box2 .left .cn5 .cn6:hover .cn7 svg path {
    fill: #Fff;
}

.footer .footer1 .container .box2 .left .cn5 .cn6:hover .cn8 {
    opacity: 1;
    visibility: visible;
}

.footer .footer1 .container .box2 .right {
    padding-top: 0.55rem;
}

@media (max-width: 991px) {
    .footer .footer1 .container .box2 .right {
        display: none;
    }
}

.footer .footer1 .container .box2 .right .cn8 {
    display: flex;
}

.footer .footer1 .container .box2 .right .cn8 .cn9 {
    margin-right: .8rem;
}


.footer .footer1 .container .box2 .right .cn8 .cn9 .cn10 .cn10a {
    font-size: .2rem;
    font-family: "Futura-Heavy";
    color: #1a3064;
    transition: all 0.5s;
}

.footer .footer1 .container .box2 .right .cn8 .cn9 .cn10 .cn10a:hover {
    color: #1a3064;
}

.footer .footer1 .container .box2 .right .cn8 .cn9 .cn11 {
    margin-top: 0.2rem;
}

.footer .footer1 .container .box2 .right .cn8 .cn9 .cn11 .cn12 {
    margin-top: 0.15rem;
}

.footer .footer1 .container .box2 .right .cn8 .cn9 .cn11 .cn12 .cn13 {
    color: #ffffff;
    font-size: .18rem;
    font-family: "Futura-Book";
    position: relative;
    transition: all 0.5s;
}

.footer .footer1 .container .box2 .right .cn8 .cn9 .cn11 .cn12 .cn13::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.03rem;
    width: 0;
    height: 2px;
    background-color: #1a3064;
    transition: all 0.5s;
}

.footer .footer1 .container .box2 .right .cn8 .cn9 .cn11 .cn12 .cn13:hover {
    color: #1a3064;
}

.footer .footer1 .container .box2 .right .cn8 .cn9 .cn11 .cn12 .cn13:hover::before {
    width: 100%;
}

.footer .footer2 {
    /*border-top: 1px solid #525050;*/
    background: #1a3064;
}

.index-footer .footer2 {
    background: #fff;
}

.footer .footer2 p {
    width: 100%;
    text-align: center;
    color: #b0b0b0;
    font-size: .16rem;
    padding: .35rem 0;
}

.footer .footer2 p a {
    color: #b0b0b0;
    font-size: .16rem;
}

.footer .container {
    width: 90%;
    max-width: 100%;
}

.footer .footer2 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer2 .container .left {
    padding: 0.45rem 0;
}

.footer .footer2 .container .left ul {
    display: flex;
}

.footer .footer2 .container .left ul li {
    margin-right: .12rem;
}

@media (max-width: 991px) {
    .footer .footer2 .container .left {
        width: 100%;
        text-align: center;
    }
}

.footer .footer2 .container .left .cn1 {
    line-height: 1.625em;
    color: #999999;
}

.footer .footer2 .container .left .cn1 a {
    margin-left: 0.2rem;
    color: #999;
    transition: all 0.5s;
}

.footer .footer2 .container .left .cn1 a:hover {
    color: #1a3064;
}

.footer .footer2 .container .right {
    padding: 0.25rem 0;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .footer .footer2 .container .right {
        padding: 0 0 0.25rem;
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

.footer .footer2 .container .right .cn2 {
    color: #918c8a;
    font-size: 14px;
    font-family: "Futura-Book";
    transition: all 0.5s;
}

.footer .footer2 .container .right p {
    color: #918c8a;
    font-size: 14px;
    font-family: "Futura-Book";
}

.footer .footer2 .container .right .cn2:hover {
    color: #1a3064;
}

.public-topsearch {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.public-topsearch::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.public-topsearch .box1 {
    position: relative;
    background-color: #Fff;
    padding-top: 0.1rem;
}

.public-topsearch .box1 .container .box2 {
    position: relative;
}

.public-topsearch .box1 .container .box2 form {
    display: flex;
    width: 100%;
}

.public-topsearch .box1 .container .box2 input {
    width: 100%;
    line-height: 0.9rem;
    border-bottom: 1px solid #e5e5e5;
    color: #999999;
    padding: 0 1rem 0 0;
}

.public-topsearch .box1 .container .box2 input::placeholder {
    color: #999;
}

.public-topsearch .box1 .container .box2 button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.public-topsearch .box1 .container .box2 button svg {
    width: .2rem;
    height: .2rem;
}

.public-topsearch .box1 .container .box2 button svg path {
    transition: all 0.5s;
    fill: #666;
    opacity: 1;
    stroke: none;
}

.public-topsearch .box1 .container .box2 button:hover svg path {
    fill: #1a3064;
}

.public-topsearch .box1 .container .box3 {
    padding: 0.3rem 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.public-topsearch .box1 .container .box3 .cn2 {
    padding: 0.1rem 0;
    color: #333333;
    line-height: 1.625em;
}

.public-topsearch .box1 .container .box3 .cn3 {
    padding: 0.1rem 0;
    color: #999999;
    line-height: 1.625em;
    position: relative;
    transition: all 0.5s;
}

.public-topsearch .box1 .container .box3 .cn3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    width: 0;
    height: 1px;
    background-color: #e95317;
    transition: all 0.5s;
}

.public-topsearch .box1 .container .box3 .cn3:hover {
    color: #e95317;
}

.public-topsearch .box1 .container .box3 .cn3:hover::before {
    width: 100%;
}

.public-topsearch .box1 .container .box3 .cn4 {
    margin: 0 0.15rem;
    width: 1px;
    height: 0.15rem;
    background-color: #000;
    opacity: 0.2;
}

.public-topsearch .hi-close {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.public-topsearch .hi-close:after,
.public-topsearch .hi-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #333;
    transition: 0.3s;
}

.public-topsearch .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.public-topsearch .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.public-topsearch .hi-close:hover {
    background: #1a3064;
}

.public-topsearch .hi-close:hover:after,
.public-topsearch .hi-close:hover:before {
    background: #fff;
}

.public-toplanguage {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none!important;
    opacity: 0;
    /*visibility: hidden;*/
}

.public-toplanguage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.public-toplanguage .box1 {
    position: relative;
    background-color: #Fff;
    padding: 0.2rem 0 0.5rem;
}

.public-toplanguage .box1 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.public-toplanguage .public-btn {
    margin: 0.3rem 0.2rem 0;
}

.public-toplanguage .public-btn .public-btn0 {
    background-color: #999;
}

.public-toplanguage .public-btn .public-btn0.on {
    background-color: #e95317;
}

.public-toplanguage .public-btn .public-btn0:hover {
    background-color: #e95317;
}

.public-toplanguage .hi-close {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.public-toplanguage .hi-close:after,
.public-toplanguage .hi-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #333;
    transition: 0.3s;
}

.public-toplanguage .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.public-toplanguage .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.public-toplanguage .hi-close:hover {
    background: #1a3064;
}

.public-toplanguage .hi-close:hover:after,
.public-toplanguage .hi-close:hover:before {
    background: #fff;
}

.public-windows {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.public-windows::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.public-windows .box {
    width: 12rem;
    min-height: 7.2rem;
    max-width: 90%;
    max-height: 80%;
    background-color: #Fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.2rem;
    display: flex;
    overflow: auto;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .public-windows .box {
        max-height: 85%;
    }
}

.public-windows .box .close {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    cursor: pointer;
}

.public-windows .box .close img {
    width: 0.2rem;
    height: 0.2rem;
    transition: all 0.5s;
}

.public-windows .box .close svg {
    width: 0.2rem;
    height: 0.2rem;
}

.public-windows .box .close svg path {
    fill: #999;
    opacity: 1;
    stroke: none;
    transition: all 0.5s;
}

.public-windows .box .close:hover img {
    transform: rotate(180deg);
}

.public-windows .box .close:hover svg path {
    fill: #1a3064;
}

.public-windows .box .left {
    width: 36.66666667%;
    display: flex;
    flex-direction: column;
    background-color: #1a3064;
    padding: 0.25rem 0.4rem 0.6rem;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .public-windows .box .left {
        display: none;
        width: 100%;
    }
}

.public-windows .box .left .bgimg {
    position: absolute;
    right: -2.9rem;
    bottom: -1rem;
}

.public-windows .box .left .bgimg img {
    max-width: initial;
    width: 6rem;
}

.public-windows .box .left .leftbox1 {
    position: relative;
}

.public-windows .box .left .cn1 img {
    width: 1.93rem;
    height: 0.47rem;
}

.public-windows .box .left .cn2 {
    padding-top: 0.7rem;
    color: #ffffff;
    line-height: 1.33333333em;
    position: relative;
}

.public-windows .box .left .cn2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.4rem;
    height: 0.03rem;
    background-color: #f6f6f6;
    top: 0.5rem;
}

.public-windows .box .left .leftbox2 {
    position: relative;
}

.public-windows .box .left .leftbox2 .cn3 .cn4 {
    color: #ffffff;
    line-height: 2em;
}

.public-windows .box .left .leftbox2 .cn5 {
    margin-top: 0.4rem;
}

.public-windows .box .left .leftbox2 .cn5 .cn6 {
    margin-right: 0.2rem;
    line-height: 1.625em;
    color: #Fff;
    text-decoration: underline;
}

.public-windows .box .right {
    width: 63.33333333%;
    padding: 0.3rem 0.6rem 0.3rem 0.5rem;
    overflow: auto;
}

@media (max-width: 991px) {
    .public-windows .box .right {
        width: 100%;
    }
}

.public-windows .box .right .cn7 {
    color: #000000;
    line-height: 1.41666667em;
}

.public-windows .box .right .cn8 {
    margin-top: 0.1rem;
    color: #666666;
    line-height: 1.5em;
}

.public-windows .box .right .cn9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.public-windows .box .right .cn9 .cn10 {
    margin-top: 0.25rem;
    width: 48%;
    position: relative;
    background-color: #F6f6f6;
    border-radius: 0.1rem;
}

@media (max-width: 991px) {
    .public-windows .box .right .cn9 .cn10 {
        width: 100%;
    }
}

.public-windows .box .right .cn9 .cn10.cn20 {
    position: relative;
    z-index: 3;
}

.public-windows .box .right .cn9 .cn10.cn20 .cn11 input::placeholder {
    color: transparent;
}

.public-windows .box .right .cn9 .cn10.cn13 {
    width: 100%;
}

.public-windows .box .right .cn9 .cn10.cn13 .cn12 {
    top: 0;
    transform: translateY(0);
    line-height: 0.58rem;
}

.public-windows .box .right .cn9 .cn10 .cn11 {
    width: 100%;
    position: relative;
    z-index: 2;
}

.public-windows .box .right .cn9 .cn10 .cn11 select {
    height: 0.58rem;
    border: 0;
    padding: 0 0.25rem;
    width: 100%;
    line-height: 0.58rem;
    color: #696969;
}

@media (max-width: 991px) {
    .public-windows .box .right .cn9 .cn10 .cn11 select {
        height: 0.76rem;
        line-height: 0.76rem;
    }
}

.public-windows .box .right .cn9 .cn10 .cn11 input {
    background-color: transparent;
    padding: 0 0.25rem;
    width: 100%;
    line-height: 0.58rem;
    color: #696969;
    height: 0.58rem;
    border: 0;
}

@media (max-width: 991px) {
    .public-windows .box .right .cn9 .cn10 .cn11 input {
        height: 0.76rem;
        line-height: 0.76rem;
    }
}

.public-windows .box .right .cn9 .cn10 .cn11 textarea {
    padding: 0 0.25rem;
    width: 100%;
    height: 1rem;
    line-height: 0.58rem;
    color: #696969;
}

@media (max-width: 991px) {
    .public-windows .box .right .cn9 .cn10 .cn11 textarea {
        line-height: 0.76rem;
    }
}

.public-windows .box .right .cn9 .cn10 .cn11 .layui-select-tips {
    display: none;
}

.public-windows .box .right .cn9 .cn10 .cn11 .layui-anim {
    z-index: 2;
    top: 0.58rem;
}

@media (max-width: 991px) {
    .public-windows .box .right .cn9 .cn10 .cn11 .layui-anim {
        top: 0.76rem;
    }
}

.public-windows .box .right .cn9 .cn10 .cn12 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    color: #696969;
    padding: 0 0.25rem;
}

.public-windows .box .right .cn9 .cn10 .cn12 span {
    position: absolute;
    left: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #1a3064;
}

.public-windows .box .right .cn9 .cn14 {
    line-height: 1.5em;
    color: #999;
    margin: 0.25rem 0 0.4rem;
}

.service-box1 {
    z-index: 30;
    overflow: hidden;
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    height: 1rem;
    margin-top: -0.45rem;
}

@media (max-width: 991px) {
    .service-box1 {
        background-color: #Fff;
    }
}

.service-box1.on2 .box1 .cn1 {
    transition-delay: 0s !important;
}

.service-box1 .container {
    position: relative;
}

.service-box1 .bgimg {
    right: 100%;
    transition: all 1s;
    top: 0;
    position: absolute;
    width: 100vw;
    background-color: #fff;
    height: 0.9rem;
    border-radius: 0 0.45rem 0.45rem 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .service-box1 .bgimg {
        height: 1rem;
        border-bottom: 0 !important;
        box-shadow: initial !important;
    }
}

.service-box1 .box1 {
    display: flex;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .service-box1 .box1 {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.service-box1 .box1 .cn1 {
    white-space: nowrap;
    color: #666666;
    line-height: 0.9rem;
    margin-right: 0.8rem;
    position: relative;
    opacity: 0;
    transform: translateY(0.6rem);
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .service-box1 .box1 .cn1 {
        line-height: 1rem;
        margin-right: 0.4rem;
    }
}

.service-box1 .box1 .cn1:nth-child(1) {
    transition-delay: 1s;
}

.service-box1 .box1 .cn1:nth-child(2) {
    transition-delay: 1.15s;
}

.service-box1 .box1 .cn1:nth-child(3) {
    transition-delay: 1.3s;
}

.service-box1 .box1 .cn1:nth-child(4) {
    transition-delay: 1.45s;
}

.service-box1 .box1 .cn1:nth-child(5) {
    transition-delay: 1.6s;
}

.service-box1 .box1 .cn1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.03rem;
    background-color: #1a3064;
    transition: all 0.5s;
}

.service-box1 .box1 .cn1.on {
    color: #1a3064;
}

.service-box1 .box1 .cn1.on::before {
    width: 100%;
}

.service-box1.on .bgimg {
    right: 0;
}

.service-box1.on .box1 .cn1 {
    opacity: 1;
    transform: translateY(0);
}

.service-box2 {
    padding: 1.6rem 0 1.2rem;
    width: 100%;
    background-color: #F8f8f8;
    margin-top: -0.5rem;
}

.service-box2 .container {
    display: flex;
    flex-wrap: wrap;
}

.service-box2 .container .left {
    width: 50%;
}

@media (max-width: 991px) {
    .service-box2 .container .left {
        width: 100%;
    }
}

.service-box2 .container .left .cn1 {
    line-height: 1.3125em;
    letter-spacing: -1px;
    color: #000000;
}

.service-box2 .container .left .cn2 {
    width: 75%;
    color: #666666;
    line-height: 1.75em;
    margin: 0.2rem 0 0.8rem;
}

@media (max-width: 991px) {
    .service-box2 .container .left .cn2 {
        width: 100%;
    }
}

.service-box2 .container .left .cn3 .cn4 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
}

.service-box2 .container .left .cn3 .cn4 .cn5 {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #1a3064;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .service-box2 .container .left .cn3 .cn4 .cn5 {
        width: 0.6rem;
        height: 0.6rem;
    }
}

.service-box2 .container .left .cn3 .cn4 .cn5 img {
    max-width: 50%;
}

.service-box2 .container .left .cn3 .cn4 .cn6 {
    margin-left: 0.15rem;
    color: #000000;
    line-height: 0.4rem;
}

@media (max-width: 991px) {
    .service-box2 .container .left .cn3 .cn4 .cn6 {
        line-height: 0.45rem;
        width: 100%;
        margin-top: 0.3rem;
        margin-left: 0;
    }
}

.service-box2 .container .right {
    width: 50%;
}

@media (max-width: 991px) {
    .service-box2 .container .right {
        margin-top: 0.5rem;
        width: 100%;
    }
}

.service-box2 .container .right .img {
    border-radius: 0.2rem;
}

.service-box2 .container .right .img::before {
    padding-top: 52.5%;
}

.service-box2 .container .right .img:hover img {
    transform: scale(1.05);
}

.service-box3 {
    padding-bottom: 1.3rem;
    background-color: #f8f8f8;
}

.service-box3 .container .line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: relative;
}

.service-box3 .container .line span {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    background-color: #1a3064;
}

.service-box3 .container .cn1 {
    padding-top: 0.95rem;
    color: #000;
    line-height: 1.3125em;
}

.service-box3 .container .sevicebox3swiper {
    margin-top: 0.55rem;
    position: relative;
    overflow: hidden;
}

.service-box3 .container .sevicebox3swiper .swiper-slide {
    height: auto;
    border-radius: 0.2rem;
    background-color: #fff;
    padding: 0.8rem 0.3rem 0.5rem;
}

.service-box3 .container .sevicebox3swiper .swiper-slide .img {
    text-align: center;
    height: 0.6rem;
}

.service-box3 .container .sevicebox3swiper .swiper-slide .img img {
    height: 0.6rem;
}

.service-box3 .container .sevicebox3swiper .swiper-slide .line2 {
    width: 0.27rem;
    height: 0.05rem;
    background-color: #1a3064;
    border-radius: 0.02rem;
    margin: 0.4rem auto 0.35rem;
}

.service-box3 .container .sevicebox3swiper .swiper-slide .cn2 {
    text-align: center;
    line-height: 1.5em;
    color: #000000;
}

.service-box3 .container .sevicebox3swiper .swiper-slide .cn3 {
    margin-top: 0.2rem;
    line-height: 1.625em;
    text-align: center;
    color: #666666;
}

.service-box3 .container .sevicebox3swiper .publicswiper-page {
    margin-top: 0.4rem;
}

.publicswiper-page {
    text-align: center;
}

.publicswiper-page .swiper-pagination-bullet {
    width: 1.2rem;
    height: 5px;
    border-radius: 3px;
    background-color: #000000;
    opacity: 0.2;
    margin: 0 5px;
    transition: all 0.5s;
}


.publicswiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.2rem;
    background-color: #1a3064;
    opacity: 1;
}


.service-box4 {
    position: relative;
    padding-top: 1.4rem;
    overflow: hidden;
}

@media (max-width: 991px) {
    .service-box4 {
        padding: 1.2rem 0;
    }
}

.service-box4.service-box4a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.service-box4.service-box4a .service-box5 {
    background-image: initial;
    background-color: #fff;
    padding-top: 2.15rem;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .service-box4.service-box4a .service-box5 {
        padding-top: 0;
        display: none;
    }
}

.service-box4 .container {
    display: flex;
    flex-wrap: wrap;
}

.service-box4 .container .left {
    width: 50%;
}

@media (max-width: 991px) {
    .service-box4 .container .left {
        opacity: 1 !important;
        transform: translateY(0) !important;
        width: 100%;
    }
}

.service-box4 .container .left .cn1 {
    color: #666666;
    line-height: 1.5em;
}

.service-box4 .container .left .cn2 {
    color: #000000;
    line-height: 1.38461538em;
    width: 80%;
    margin: 0.1rem 0 0.4rem;
}

@media (max-width: 991px) {
    .service-box4 .container .left .cn2 {
        width: 100%;
    }
}

.service-box4 .container .left .cn3 {
    width: 1.15rem;
}

.service-box4 .container .right {
    width: 50%;
}

@media (max-width: 991px) {
    .service-box4 .container .right {
        width: 100%;
        margin-top: 1rem;
    }
}

.service-box4 .container .right .cn9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-box4 .container .right .cn9 .cn10 {
    margin-bottom: 0.6rem;
    width: 48%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.service-box4 .container .right .cn9 .cn10.cn20 {
    position: relative;
    z-index: 3;
}

.service-box4 .container .right .cn9 .cn10.cn13 {
    width: 100%;
}

.service-box4 .container .right .cn9 .cn10.cn13 .cn12 {
    top: 0;
    transform: translateY(0);
    line-height: 0.58rem;
}

.service-box4 .container .right .cn9 .cn10 .cn11 {
    width: 100%;
    position: relative;
    z-index: 2;
}

.service-box4 .container .right .cn9 .cn10 .cn11 select {
    height: 0.58rem;
    border: 0;
    padding: 0 0.25rem;
    width: 100%;
    line-height: 0.58rem;
    color: #696969;
}

@media (max-width: 991px) {
    .service-box4 .container .right .cn9 .cn10 .cn11 select {
        height: 0.76rem;
        line-height: 0.76rem;
    }
}

.service-box4 .container .right .cn9 .cn10 .cn11 input {
    background-color: transparent;
    padding: 0;
    width: 100%;
    line-height: 0.58rem;
    color: #696969;
    height: 0.58rem;
    border: 0;
}

@media (max-width: 991px) {
    .service-box4 .container .right .cn9 .cn10 .cn11 input {
        height: 0.76rem;
        line-height: 0.76rem;
    }
}

.service-box4 .container .right .cn9 .cn10 .cn11 textarea {
    padding: 0;
    width: 100%;
    height: 2.6rem;
    line-height: 0.58rem;
    color: #696969;
}

.service-box4 .container .right .cn9 .cn10 .cn11 .layui-select-tips {
    display: none;
}

.service-box4 .container .right .cn9 .cn10 .cn11 .layui-anim {
    z-index: 2;
    top: 0.58rem;
}

@media (max-width: 991px) {
    .service-box4 .container .right .cn9 .cn10 .cn11 .layui-anim {
        top: 0.76rem;
    }
}

.service-box4 .container .right .cn9 .cn15 {
    margin-top: 0.8rem;
}

@media (max-width: 991px) {
    .service-box4 .container .right .cn9 .cn15 {
        margin-top: 0;
    }
}

.service-box5 {
    padding-top: 2rem;
    padding-bottom: 1.6rem;
    background-image: linear-gradient(#fff, #f8f8f8);
    position: relative;
}

@media (max-width: 991px) {
    .service-box5 {
        padding: 1.6rem 0;
    }
}

.service-box5 .bgimg {
    position: absolute;
    left: -2rem;
    top: -0.7rem;
    opacity: 0;
}

@media (max-width: 991px) {
    .service-box5 .bgimg {
        display: none;
    }
}

.service-box5 .bgimg img {
    height: 7.53rem;
}

.service-box5 .bgimg.on {
    opacity: 1;
    left: 0;
    top: -2.7rem;
}

.service-box5 .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-box5 .container .box1 {
    width: 49.375%;
    position: relative;
}

@media (max-width: 991px) {
    .service-box5 .container .box1 {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.service-box5 .container .box1.box2 {
    transform: translateY(1.4rem);
}

@media (max-width: 991px) {
    .service-box5 .container .box1.box2 {
        margin-top: 0.5rem;
        transform: translateY(0) !important;
    }
}

.service-box5 .container .box1 .img {
    position: relative;
    border-radius: 0.2rem;
}

.service-box5 .container .box1 .img::before {
    padding-top: 60.75949367%;
}

.service-box5 .container .box1 .img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.service-box5 .container .box1 .cn1 {
    position: absolute;
    left: 0;
    bottom: 0.55rem;
    width: 100%;
    z-index: 5;
    padding: 0 1rem 0 0.6rem;
}

.service-box5 .container .box1 .cn1 .cn2 {
    color: #ffffff;
    line-height: 1.3125em;
}

.service-box5 .container .box1 .cn1 .cn3 {
    margin-top: 0.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.625em;
}

.service-box5 .container .box1 .cn4 {
    transition: all 0.5s;
    z-index: 6;
    position: absolute;
    right: 0.5rem;
    bottom: 0.6rem;
}

.service-box5 .container .box1 .cn4 img {
    width: 0.32rem;
    height: 0.32rem;
    transform: rotate(-45deg);
    transition: all 0.5s;
}

.service-box5 .container .box1:hover .img img {
    transform: scale(1.05);
}

.service-box5 .container .box1:hover .cn4 img {
    transform: rotate(-90deg);
}

.download-list {
    padding: 0.8rem 0 1.3rem;
    background-color: #f8f8f8;
}

.download-list .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.download-list .container .left {
    position: sticky;
    left: 0;
    top: 1.1rem;
    width: 20.375%;
}

@media (max-width: 991px) {
    .download-list .container .left {
        position: relative;
        width: 100%;
        top: 0;
    }
}

.download-list .container .left .leftbox {
    cursor: pointer;
}

.download-list .container .left .leftbox.tebie.on2 .cn1 svg {
    transform: translateY(-50%) rotate(90deg);
}

.download-list .container .left .leftbox .cn1 {
    border-top: 1px solid #e5e5e5;
    line-height: 0.76rem;
    display: flex;
    align-items: center;
    color: #333333;
    transition: all 0.5s;
    position: relative;
}

@media (max-width: 991px) {
    .download-list .container .left .leftbox .cn1 {
        line-height: 0.9rem;
        font-size: 0.32rem;
    }
}

.download-list .container .left .leftbox .cn1 svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.download-list .container .left .leftbox .cn1 svg path {
    fill: #999;
    opacity: 1;
    stroke: none;
    transition: all 0.5s;
}

.download-list .container .left .leftbox .cn2 {
    display: none;
}

.download-list .container .left .leftbox .cn2 .cn3 {
    margin-bottom: 0.15rem;
}

.download-list .container .left .leftbox .cn2 .cn3.on .cn4 .cn5 {
    background-color: #1a3064;
    border: 1px solid #1a3064;
}

.download-list .container .left .leftbox .cn2 .cn3.on .cn4 .cn5 img {
    opacity: 1;
}

.download-list .container .left .leftbox .cn2 .cn3.on .cn4 .cn6 {
    color: #333;
}

.download-list .container .left .leftbox .cn2 .cn3.on .cn4 .cn7 svg {
    transform: rotate(90deg);
}

.download-list .container .left .leftbox .cn2 .cn3.on .cn4 .cn7 svg path {
    fill: #1a3064;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn4 {
    display: flex;
    position: relative;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn4 .cn5 {
    transition: all 0.5s;
    width: 20px;
    height: 20px;
    background-color: #ededed;
    border-radius: 0.04rem;
    border: 1px solid #ccc;
    flex-shrink: 0;
    margin-right: 0.15rem;
    position: relative;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn4 .cn5 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    opacity: 0;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn4 .cn6 {
    color: #666666;
    line-height: 20px;
    transition: all 0.5s;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn4 .cn7 {
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn4 .cn7 svg {
    transition: all 0.5s;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn4 .cn7 svg path {
    fill: #999;
    opacity: 1;
    stroke: none;
    transition: all 0.5s;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn8 {
    display: none;
    background-color: #Fff;
    border-radius: 0.1rem;
    padding: 0.24rem;
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn8 .cn9 {
    display: flex;
    position: relative;
    margin-bottom: 0.1rem;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn8 .cn9:last-child {
    margin-bottom: 0;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn8 .cn9 .cn10 {
    width: 20px;
    height: 20px;
    background-color: #ededed;
    border-radius: 0.04rem;
    border: 1px solid #ccc;
    flex-shrink: 0;
    margin-right: 0.15rem;
    position: relative;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn8 .cn9 .cn10 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    opacity: 0;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn8 .cn9 .cn11 {
    color: #666666;
    line-height: 20px;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn8 .cn9.on .cn10 {
    background-color: #1a3064;
    border: 1px solid #1a3064;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn8 .cn9.on .cn10 img {
    opacity: 1;
}

.download-list .container .left .leftbox .cn2 .cn3 .cn8 .cn9.on .cn11 {
    color: #333;
}

.download-list .container .left .leftbox.on .cn1 {
    color: #1a3064;
}

.download-list .container .left .leftbox.on .cn1 svg path {
    fill: #1a3064;
}

.download-list .container .right {
    width: 73.75%;
}

@media (max-width: 991px) {
    .download-list .container .right {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.download-list .container .right .rightbox1 {
    background-color: #Fff;
    border-radius: 0.2rem;
    padding: 0.25rem 0.6rem 0.3rem;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox1 {
        padding: 0.1rem 0.3rem 0.3rem;
    }
}

.download-list .container .right .rightbox1 form {
    position: relative;
}

.download-list .container .right .rightbox1 input {
    line-height: 0.55rem;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    color: #999999;
    padding: 0 1rem 0 0;
    position: relative;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox1 input {
        line-height: 0.76rem;
    }
}

.download-list .container .right .rightbox1 input::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #1a3064;
    transition: all 0.5s;
}

.download-list .container .right .rightbox1 input::placeholder {
    color: #999;
}

.download-list .container .right .rightbox1 button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.download-list .container .right .rightbox1 button svg path {
    fill: #ccc;
    opacity: 1;
    stroke: none;
    transition: all 0.5s;
}

.download-list .container .right .rightbox1 button:hover svg path {
    fill: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 {
    margin-top: 0.3rem;
    display: none;
    background-color: #ffffff;
    border-radius: 0.2rem;
    padding: 0.45rem 0.6rem 0.7rem;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 {
        padding: 0.7rem 0.3rem;
    }
}

.download-list .container .right .rightbox2 .rightbox3.on {
    display: block;
}

.download-list .container .right .rightbox2 .rightbox3 .cn1 {
    line-height: 1.3125em;
    color: #111;
    padding-bottom: 0.35rem;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 {
    display: flex;
    align-items: center;
    padding: 0 0.35rem;
    border-top: 1px solid #e5e5e5;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 {
        border-top: 1px solid #e5e5e5 !important;
        padding: 0;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3:hover {
    border-radius: 0.1rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3:hover {
        border-radius: 0;
        box-shadow: initial;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3:hover .cn4 {
    color: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn4 {
    width: 100%;
    line-height: 0.8rem;
    color: #666666;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn4 {
        font-size: 0.32rem;
        line-height: 1rem;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5 {
    margin-left: 0.55rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #999999;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5 {
        margin-left: 0.25rem;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5 svg {
    width: 0.21rem;
    margin-right: 0.08rem;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5 svg {
        width: 0.3rem;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5 svg path {
    fill: #999;
    opacity: 1;
    stroke: none;
    transition: all 0.5s;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5:hover {
    color: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5:hover svg path {
    fill: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5:hover .yuan {
    border: 1px solid #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5:hover .yuan em {
    background-color: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5 .yuan {
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    position: relative;
    border-radius: 50%;
    margin-left: 0.08rem;
    transition: all 0.5s;
}

@media (max-width: 1580px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5 .yuan {
        width: 16px;
        height: 16px;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5 .yuan em {
    transition: all 0.5s;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5 .yuan em:nth-child(1) {
    width: 10px;
    height: 1px;
}

@media (max-width: 1580px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5 .yuan em:nth-child(1) {
        width: 8px;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5 .yuan em:nth-child(2) {
    width: 1px;
    height: 10px;
}

@media (max-width: 1580px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5 .yuan em:nth-child(2) {
        height: 8px;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5.on {
    color: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5.on .yuan {
    border: 1px solid #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5.on .yuan em {
    background-color: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn5.on .yuan em:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn6 {
    margin-left: 0.55rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #999999;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn6 {
        margin-left: 0.25rem;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn6 svg {
    width: 0.21rem;
    margin-right: 0.08rem;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn6 svg {
        width: 0.3rem;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn6 svg path {
    fill: #999;
    opacity: 1;
    stroke: none;
    transition: all 0.5s;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn6:hover {
    color: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2 .cn3 .cn6:hover svg path {
    fill: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn10 {
    text-align: center;
    color: #999;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn11 .cn3 {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn11 .cn3 .cn4 {
        padding: 0.1rem 0;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn11 .cn3 .cn5 {
    margin-left: 1.1rem;
}

@media (max-width: 1580px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn11 .cn3 .cn5 {
        margin-left: 0.55rem;
    }
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn11 .cn3 .cn5 {
        margin-left: 0;
        margin-right: 0.25rem;
        margin-bottom: 0.25rem;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn11.on .cn3 {
    border-top: 1px solid transparent;
}

.download-list .container .right .rightbox2 .rightbox3 .cn12 {
    padding: 0.2rem 0.35rem;
    border-radius: 0.1rem;
    background-color: #F8f8f8;
    margin-bottom: 0.4rem;
    display: none;
}

.download-list .container .right .rightbox2 .rightbox3 .cn12 .cn13 {
    color: #111;
    line-height: 1.625em;
    padding-bottom: 0.15rem;
}

.download-list .container .right .rightbox2 .rightbox3 .cn12 .cn14 .cn15 {
    display: flex;
    border-top: 1px solid #ededed;
}

.download-list .container .right .rightbox2 .rightbox3 .cn12 .cn14 .cn15:hover .cn16 {
    color: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn12 .cn14 .cn15 .cn16 {
    transition: all 0.5s;
    width: 100%;
    line-height: 0.8rem;
    color: #666666;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn12 .cn14 .cn15 .cn16 {
        line-height: 1rem;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn12 .cn14 .cn15 .cn17 {
    margin-left: 0.55rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #999999;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn12 .cn14 .cn15 .cn17 {
        margin-left: 0.25rem;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn12 .cn14 .cn15 .cn17 svg {
    width: 0.21rem;
    margin-right: 0.08rem;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn12 .cn14 .cn15 .cn17 svg {
        width: 0.3rem;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn12 .cn14 .cn15 .cn17 svg path {
    fill: #999;
    opacity: 1;
    stroke: none;
    transition: all 0.5s;
}

.download-list .container .right .rightbox2 .rightbox3 .cn12 .cn14 .cn15 .cn17:hover {
    color: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn12 .cn14 .cn15 .cn17:hover svg path {
    fill: #1a3064;
}

.download-list .container .right .rightbox2 .cn30 {
    color: #666;
    line-height: 1.625em;
    padding-bottom: 0.25rem;
}

.download-list .container .right .rightbox2 .cn30 span {
    color: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn3 .cn4 {
    padding: 0.35rem 0;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn3 .cn4 .cn4a {
    color: #111111;
    line-height: 1.45454545em;
    transition: all 0.5s;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn3 .cn4 .cn4b {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.05rem;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn3 .cn4 .cn4b .cn4c {
    color: #999999;
    line-height: 1.625em;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn3 .cn4 .cn4b .cn4c em {
    font-style: normal;
    color: #999999;
    margin: 0 0.05rem;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn3 .cn4 .cn4b .cn4c:last-child em {
    display: none;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn3 .cn5 {
    color: #333333 !important;
    margin-left: 2.4rem;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn3 .cn5.renzhengbutton {
        margin-left: auto;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn3 .cn5 img {
    width: 0.17rem;
    margin-right: 0.05rem;
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn3 .cn5 img {
        width: 0.3rem;
        margin-right: 0.1rem;
    }
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn3 .cn5 {
        margin-left: 0;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn3 .cn5 .yuan {
    margin-left: 0;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11.on2 .cn3 .cn4 .cn4a {
    color: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11.on2 .cn5 .yuan {
    border: 1px solid #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11.on2 .cn5 .yuan em {
    background-color: #1a3064;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn12 {
    padding: 0.2rem 0.35rem 0.4rem;
    margin-bottom: 0;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn12 .cn12a {
    color: #666666;
    line-height: 2em;
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn12 .cn12a h3 {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 2em;
}

@media (max-width: 1580px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn12 .cn12a h3 {
        font-size: 16px;
    }
}

@media (max-width: 1260px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn12 .cn12a h3 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn12 .cn12a h3 {
        font-size: 0.28rem;
    }
}

.download-list .container .right .rightbox2 .rightbox3 .cn2.cn31 .cn11 .cn12 .public-btn {
    margin-top: 0.4rem;
}

.public-banner2 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.public-banner2 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.public-banner2 .swiper-wrapper .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 100%;
}

.public-banner2 .swiper-wrapper .swiper-slide .img video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .public-banner2 .swiper-wrapper .swiper-slide .img video {
        /*display: none;*/
    }
}

.public-banner2 .swiper-wrapper .swiper-slide .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: bannerscale 20s infinite linear;
}

@media (max-width: 991px) {
    .public-banner2 .swiper-wrapper .swiper-slide .img img.pc-img {
        display: none;
    }
}

.public-banner2 .swiper-wrapper .swiper-slide .img img.mb-img {
    display: none;
}

@media (max-width: 991px) {
    .public-banner2 .swiper-wrapper .swiper-slide .img img.mb-img {
        display: block;
    }
}

.public-banner2 .swiper-wrapper .swiper-slide.ani-slide .textcontainer .cn1 {
    opacity: 1;
    transform: translateY(0);
}

.public-banner2 .swiper-wrapper .swiper-slide.ani-slide .textcontainer .cn2 {
    opacity: 1;
    transform: translateY(0);
}

.public-banner2 .swiper-wrapper .swiper-slide.ani-slide .textcontainer .cn15 {
    opacity: 1;
    transform: translateY(0);
}

.public-banner2 .containerpublic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
    z-index: 3;
}

@media (max-width: 991px) {
    .public-banner2 .containerpublic {
        top: 1.2rem;
    }
}

.public-banner2 .textcontainer {
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translateX(-50%);
    z-index: 4;
}

.public-banner2 .textcontainer .cn1 {
    text-align: left;
    color: #1e1e1e;
    font-size: .9rem;
    line-height: .9rem;
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(0.6rem);
    max-width: 7.9rem;
    font-weight: bold;
}
.public-banner2 .textcontainer .cn1 span{
    color: #ed7241;
}
.public-banner2 .textcontainer .cn2 {
    margin-top: .2rem;
    color: #000000;
    text-align: left;
    font-size: .24rem;
    opacity: 0;
    transition: all 0.5s 0.25s;
    transform: translateY(0.6rem);
}

.public-banner2 .textcontainer .cn2 span {
    color: #1a3064;
}

.public-banner2 .textcontainer .cn15 {
    margin-top: 0.55rem;
    opacity: 0;
    transition: all 0.5s 0.5s;
    transform: translateY(0.6rem);
}

.public-banner2 .textcontainer.blackcolor .cn1 {
    color: #000;
}

.public-banner2 .textcontainer.blackcolor .cn2 {
    color: #000;
}

.public-banner2 .textcontainer.blackcolor .cn15 .public-btn0 {
    border: 1px solid #000;
    color: #000;
}

.public-banner2 .textcontainer.blackcolor .cn15 .public-btn0:hover {
    border: 1px solid #1a3064;
    color: #Fff;
}

.public-banner2 .publicbanner2page .swiper-pagination-bullet {
    position: relative;
    overflow: hidden;
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: .55rem;
    width: 8px;
    height: 8px;
}

.public-banner2 .publicbanner2page .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}

.public-banner2 .publicbanner2page .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #e95317;
}

.public-banner2 .publicbanner2page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
    width: .7rem;
}

.public-banner2 .publicbanner2page .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: bannerjindu 4s 1 linear forwards;
}

.public-banner2 .public-btn2 .public-btn0 {
    border: 1px solid #000;
}
.public-banner2 .public-btn2 .public-btn0:hover{
    border: 1px solid #ed7241;
}

@keyframes bannerjindu {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes bannerscale {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.publicbanner2page {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0 !important;
    left: 50% !important;
    z-index: 5;
    transform: translateX(-50%);
    height: max-content;
}

.publicbanner2page .swiper-pagination-bullet {
    background-color: #Fff;
    opacity: 0.4;
}

.publicbanner2page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #1a3064;
}

.index-about {
    width: 100%;
    height: 240vh;
    background-color: #Fff;
    position: relative;
}

.index-about .index-about0 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: sticky;
    left: 0;
    top: 0;
}

.index-about .index-about0 .zcn2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    width: 100%;
    justify-content: center;
}

.index-about .index-about0 .zcn2 img {
    margin-right: 0.1rem;
}

.index-about .index-about0 .texbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.index-about .index-about0 .texbox .container {
    position: relative;
    height: 100vh;
}

.index-about .index-about0 .texbox .container .tcn1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18.75%;
}

@media (max-width: 991px) {
    .index-about .index-about0 .texbox .container .tcn1 {
        left: 10%;
    }
}

@media (max-width: 767px) {
    .index-about .index-about0 .texbox .container .tcn1 {
        top: 30%;
        left: 5%;
    }
}

.index-about .index-about0 .texbox .container .tcn1 img {
    width: 3.17rem;
}

.index-about .index-about0 .texbox .container .tcn1 span {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 100%;
    line-height: 1.27777778em;
    margin-top: 0.15rem;
}

.index-about .index-about0 .texbox .container .tcn2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18.75%;
}

@media (max-width: 991px) {
    .index-about .index-about0 .texbox .container .tcn2 {
        right: 10%;
    }
}

@media (max-width: 767px) {
    .index-about .index-about0 .texbox .container .tcn2 {
        right: 5%;
        top: 70%;
    }
}

.index-about .index-about0 .texbox .container .tcn2 img {
    width: 3.56rem;
}

.index-about .index-about0 .texbox .container .tcn2 span {
    text-align: right;
    width: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 100%;
    line-height: 1.27777778em;
    margin-top: 0.15rem;
}

.index-about .index-about0 .picbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-about .index-about0 .picbox .line {
    width: 2px;
    height: 40%;
    transform: rotate(45deg);
    background-color: #1a3064;
}

@media (max-width: 991px) {
    .index-about .index-about0 .picbox .line {
        max-height: 60%;
    }
}

.index-about .index-about0 .picbox .img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 60%;
    opacity: 0;
    border-radius: 20px;
    overflow: hidden;
}

.index-about .index-about0 .picbox .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-about .index-about0 .picbox .img video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
}

@media (max-width: 991px) {
    .index-about .index-about0 .picbox .img video {
        display: none;
    }
}

.index-about .index-about0 .aboutbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.index-about .index-about0 .aboutbox .container {
    padding: 11vh 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .index-about .index-about0 .aboutbox .container {
        padding: 11vh 0 5vh;
    }
}

.index-about .index-about0 .aboutbox .container .box1 .publicindextitle .pcn1 {
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    opacity: 0;
    display: none;
}

.index-about .index-about0 .aboutbox .container .box1 .publicindextitle .pcn2 {
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
    opacity: 0;
    display: none;
}

@media (max-width: 991px) {
    .index-about .index-about0 .aboutbox .container .box1 .publicindextitle .pcn2 {
        display: none !important;
    }
}

.index-about .index-about0 .aboutbox .container .box1 .publicindextitle .mbpcn2 {
    color: #Fff;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
    opacity: 0;
    display: none;
    height: 0;
    visibility: hidden;
}

@media (max-width: 991px) {
    .index-about .index-about0 .aboutbox .container .box1 .publicindextitle .mbpcn2 {
        height: auto;
        visibility: visible;
    }
}

.index-about .index-about0 .aboutbox .container .box1 .publicindextitle .pcn3 {
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    opacity: 0;
    display: none;
}

.index-about .index-about0 .aboutbox .container .box2 {
    opacity: 0;
    transform: all 0.5s 1s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-about .index-about0 .aboutbox .container .box2 .box2a {
    max-width: 24%;
}

@media (max-width: 991px) {
    .index-about .index-about0 .aboutbox .container .box2 .box2a {
        max-width: initial;
        width: 50%;
        padding: 0.3rem;
    }
}

.index-about .index-about0 .aboutbox .container .box2 .box2a .box2b {
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    font-size: 0.96rem;
    line-height: 1em;
}

.index-about .index-about0 .aboutbox .container .box2 .box2a .box2b .num {
    letter-spacing: -2px;
}

.index-about .index-about0 .aboutbox .container .box2 .box2a .box2b .en {
    letter-spacing: -2px;
}

.index-about .index-about0 .aboutbox .container .box2 .box2a .box2b .fuhao {
    line-height: 1em;
    align-self: flex-start;
}

.index-about .index-about0 .aboutbox .container .box2 .box2a .box2c {
    margin-top: 0.2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.55555556em;
}

@keyframes aboutfuxian {
    from {
        opacity: 0;
        transform: translateY(0.6rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.publicindextitle .pcn1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 30px;
    overflow: hidden;
}

.publicindextitle .pcn1 .pcn1a {
    width: 12px;
    height: 30px;
    position: relative;
}

.publicindextitle .pcn1 .pcn1a .pcn1a1 {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #1a3064;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.publicindextitle .pcn1 .pcn1a .pcn1a2 {
    position: absolute;
    width: 5px;
    height: 14px;
    border-radius: 3px;
    background-color: #1a3064;
    left: 0px;
    top: 12px;
}

.publicindextitle .pcn1 .pcn1b {
    color: rgba(255, 255, 255, 1);
    font-size: .21rem;
    font-family: "Futura-medium";
}

.publicindextitle .pcn2 {
    margin-top: 0.3rem;
    color: #ffffff;
    font-size: .45rem;
    line-height: .62rem;
    font-weight: bold;
    font-family: "Futura-Heavy";
    text-transform: uppercase;
}

.publicindextitle .public-btn2 {
    margin-top: 0.85rem;
}

.publicindextitle .public-btn2 .public-btn0 {
    border: 1px solid #1a3064;
}

.publicindextitle .public-btn2 .public-btn0::before {
    left: 0;
}

.publicindextitle.publicindextitle2 .pcn1 .pcn1b {
    color: #999999;
}

.publicindextitle.publicindextitle2 .pcn2 {
    color: #666666;
}

.publicindextitle.publicindextitle2 .pcn2 span {
    display: block;
    color: #000000;
}

@keyframes donghua1 {
    0% {
        transform: translateY(66%);
    }
    50% {
        transform: translateY(-33%);
    }
    100% {
        transform: translateY(66%);
    }
}

.index-product {
    padding: 1.5rem 0;
    background-color: #fff;
}

.index-product .container {
    display: flex;
    flex-wrap: wrap;
}

.index-product .container .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .index-product .container .left {
        width: 100%;
    }
}

.index-product .container .left .leftbox {
    width: 98%;
}

.index-product .container .left .leftbox .publicindextitle .pcn1 .pcn1b {
    color: #999999;
}

.index-product .container .left .leftbox .publicindextitle .pcn2 {
    color: #666666;
}

.index-product .container .left .leftbox .publicindextitle .pcn2 span {
    display: block;
    color: #000000;
}

.index-product .container .left .leftbox2 {
    margin-top: 1rem;
}

.index-product .container .left .leftbox2 .indexproducta2 {
    display: flex;
}

.index-product .container .left .leftbox2 .indexproducta2 .box1 {
    display: flex;
    align-items: center;
    padding: 0 0.4rem;
    cursor: pointer;
    position: relative;
}

.index-product .container .left .leftbox2 .indexproducta2 .box1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #e5e5e5;
    height: 0.5rem;
}

.index-product .container .left .leftbox2 .indexproducta2 .box1:nth-child(1) {
    padding-left: 0;
}

.index-product .container .left .leftbox2 .indexproducta2 .box1:nth-child(1)::before {
    display: none;
}

.index-product .container .left .leftbox2 .indexproducta2 .box1 .yuan {
    width: 30px;
    height: 30px;
    margin-right: 0.2rem;
    flex-shrink: 0;
    position: relative;
}

.index-product .container .left .leftbox2 .indexproducta2 .box1 .yuan .yuan1 {
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    border: 6px solid #ccc;
}

.index-product .container .left .leftbox2 .indexproducta2 .box1 .yuan svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.index-product .container .left .leftbox2 .indexproducta2 .box1 .yuan svg .x-ba2 {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transition: all 0.5s;
}

.index-product .container .left .leftbox2 .indexproducta2 .box1 .box2 .cn1 {
    display: block;
    color: #666666;
    line-height: 1.41666667em;
}

.index-product .container .left .leftbox2 .indexproducta2 .box1 .box2 .cn2 {
    display: block;
    line-height: 1.625em;
    color: #999999;
}

@media (max-width: 991px) {
    .index-product .container .left .leftbox2 .indexproducta2 .box1 .box2 .cn2 {
        font-size: 0.24rem;
    }
}

.index-product .container .left .leftbox2 .indexproducta2 .box1.on .yuan svg .x-ba2 {
    animation: myrotate 5s linear 1 forwards;
}

.index-product .container .left .leftbox2 .indexproducta2 .box1.on .box2 .cn1 {
    color: #333333;
}

.index-product .container .right {
    width: 50%;
}

@media (max-width: 991px) {
    .index-product .container .right {
        margin-top: 0.5rem;
        width: 100%;
    }
}

.index-product .container .right .indexproducta1 {
    position: relative;
    overflow: hidden;
}

.index-product .container .right .indexproducta1 .dianbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
}

@media (max-width: 991px) {
    .index-product .container .right .indexproducta1 .dianbox {
        display: none;
    }
}

.index-product .container .right .indexproducta1 .dianbox .dian {
    position: absolute;
}

.index-product .container .right .indexproducta1 .dianbox .dian .dcn1 {
    cursor: pointer;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a3064;
}

.index-product .container .right .img::before {
    padding-top: 87.5%;
}

@keyframes myrotate {
    from {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: 25;
    }
}

.index-case {
    width: 100%;
    background-color: #eee;
    min-height: 100vh;
    position: relative;
    margin-top: 1.6rem;
}

.index-case .indexcasea1 {
    width: 100%;
    height: 100vh;
    position: sticky;
    left: 0;
    top: 0;
}

.index-case .indexcasea1 .bgimg {
    width: 100%;
    height: 100%;
    position: relative;
}

.index-case .indexcasea1 .bgimg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.index-case .indexcasea1 .bgimg .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s;
}

.index-case .indexcasea1 .bgimg .img.on {
    opacity: 1;
}

.index-case .indexcasea1 .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-case .indexcasea1 .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.index-case .indexcasea1 .container .publicindextitle {
    width: 40.625%;
}

@media (max-width: 991px) {
    .index-case .indexcasea1 .container .publicindextitle {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .index-case .indexcasea1 .container .publicindextitle {
        display: none;
    }
}

.index-case .indexcasea1 .container .publicindextitle .public-btn2 .public-btn0 {
    border: 1px solid #fff;
    background-color: transparent;
}

.index-case .indexcasea1 .container .publicindextitle .public-btn2 .public-btn0::before {
    background-color: transparent;
    left: -100%;
}

.index-case .indexcasea1 .container .publicindextitle .public-btn2 .public-btn0:hover {
    border: 1px solid #1a3064;
}

.index-case .indexcasea1 .container .publicindextitle .public-btn2 .public-btn0:hover::before {
    left: 0;
    background-color: #1a3064;
}

.index-case .indexcasea2 {
    padding: 38vh 0 6rem;
    margin-top: -100vh;
    position: relative;
    margin-left: auto;
}

@media (max-width: 991px) {
    .index-case .indexcasea2 {
        width: 60% !important;
        margin-right: 5% !important;
    }
}

@media (max-width: 767px) {
    .index-case .indexcasea2 {
        width: 100% !important;
        padding: 2.4rem 5% 4rem;
    }
}

.index-case .indexcasea2 .mbbox {
    display: none;
}

.index-case .indexcasea2 .mbbox .container {
    width: 100% !important;
}

@media (max-width: 991px) {
    .index-case .indexcasea2 .mbbox {
        margin-bottom: 1rem;
        display: block;
    }
}

.index-case .indexcasea2 .rightbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0 auto;
}

.index-case .indexcasea2 .rightbox .rightbox2 {
    width: 48%;
    height: 4.88rem;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-bottom: 0.8rem;
    position: relative;
    transition: all 0.2s;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    padding: .5rem .35rem .35rem;
}

@media (max-width: 991px) {
    .index-case .indexcasea2 .rightbox .rightbox2 {
        height: 5.5rem;
        width: 48.61111111%;
    }
}

.index-case .indexcasea2 .rightbox .rightbox2:nth-child(even) {
    transform: translateY(2.2rem);
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn0 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn0 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn1 {
    color: #fff;
    font-size: .28rem;
    font-family: "Futura-Heavy";
    transition: all 0.2s;
    z-index: 2;
    margin-bottom: .15rem;
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn4 {
    color: #fff;
    font-size: .54rem;
    line-height: .7rem;
    font-weight: bold;
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn2 {
    z-index: 2;
    position: absolute;
    color: #1a3064;
    right: 0;
    top: 0;
    padding-right: 0.25rem;
    padding-top: 0.25rem;
    transition: all 0.2s;
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn3 {
    position: absolute;
    width: 100%;
    bottom: 0.25rem;
    left: 0;
    padding: 0 0.35rem;
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn3 .img {
    opacity: 0;
    transition: all 0.2s;
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn3 .img img {
    height: 0.75rem;
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn3 .cn4 {
    color: #000000;
    line-height: 1.45454545em;
    transition: all 0.2s;
    margin: 0.15rem 0;
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn3 .cn5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    transition: all 0.2s;
}

.index-case .indexcasea2 .rightbox .rightbox2.on {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn0 {
    opacity: 0;
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn1 {
    color: #040000;
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn4 {
    color: #040000;
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn2 {
    color: #fff;
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn3 .img {
    opacity: 1;
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn3 .cn4 {
    color: #fff;
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn3 .cn5 {
    color: #040000;
}

.index-case .indexcasea2 .rightbox .rightbox2:hover {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn0 {
    opacity: 0;
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn1 {
    color: #040000;
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn4 {
    color: #040000;
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn2 {
    color: #fff;
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn3 .img {
    opacity: 1;
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn3 .cn4 {
    color: #040000;
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn3 .cn5 {
    color: #040000;
}


.news-list1 {
    padding: 1.45rem 0 1.2rem;
    background-color: #f8f8f8;
    margin-top: -0.5rem;
}

.news-list1 .container .newslistswiper {
    position: relative;
    overflow: hidden;
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide {
    background-color: #fff;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .img {
    border-radius: 0.2rem;
    width: 62.5%;
}

@media (max-width: 991px) {
    .news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .img {
        width: 100%;
    }
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .img::before {
    padding-top: 62%;
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .img:hover img {
    transform: scale(1.05);
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box {
    width: 37.5%;
    padding: 0 0.75rem;
}

@media (max-width: 991px) {
    .news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box {
        width: 100%;
        padding: 0.5rem 0.3rem;
    }
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .cn1 {
    line-height: 1.625em;
    color: #666666;
    display: flex;
    align-items: center;
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .cn1 img {
    margin-right: 0.04rem;
    width: 0.17rem;
    height: 0.17rem;
}

@media (max-width: 991px) {
    .news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .cn1 img {
        width: 0.3rem;
        height: 0.3rem;
    }
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .cn3a {
    width: 100%;
    overflow: hidden;
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .cn3 {
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
    display: flex;
    position: relative;
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .cn3 img {
    flex-shrink: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 0.18rem;
    height: 0.24rem;
    margin-left: 0.05rem;
}

@media (max-width: 991px) {
    .news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .cn3 img {
        width: 0.24rem;
        top: -0.1rem;
        height: auto;
    }
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .cn3 .cn2 {
    display: inline-block;
    position: relative;
    color: #333;
    line-height: 1.38461538em;
    transition: all 0.5s;
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .cn3:hover .cn2 {
    color: #1a3064;
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .cn4 {
    margin-top: 0.35rem;
    color: #666666;
    line-height: 1.875em;
    height: 5.625em;
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .pcn3 {
    margin-top: 1rem;
}

.news-list1 .container .newslistswiper .swiper-wrapper .swiper-slide .box .yuanswiperpage {
    margin-top: 1rem;
    margin-left: 2px;
}

.news-list1 .public-search {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.news-list1.news-list1a {
    padding: 1.45rem 0 0.7rem;
}

.news-list1 .public-search .pright input {
    background-color: #F5f5f5;
}

.yuanswiperpage {
    display: flex;
}

.yuanswiperpage .swiper-pagination-bullet {
    background-color: transparent;
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0 0.15rem 0 0;
    opacity: 1 !important;
}

.yuanswiperpage .swiper-pagination-bullet .yuan1 {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    border: 4px solid #ccc;
}

.yuanswiperpage .swiper-pagination-bullet svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 1;
}

.yuanswiperpage .swiper-pagination-bullet svg .x-ba2 {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transition: all 0.5s;
}

.yuanswiperpage .swiper-pagination-bullet.swiper-pagination-bullet-active svg .x-ba2 {
    animation: myrotate 5s linear 1 forwards;
}

.news-list2 {
    padding: 0 0;
    background-color: #f8f8f8;
}

.news-list2 .container {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .news-list2 .container {
        border-top: 0;
    }
}

.news-list2 .public-search .pright input {
    background-color: #F5f5f5;
}

.news-list3 {
    background-color: #f8f8f8;
    padding-bottom: 1.2rem;
}

.news-list3 .index-news {
    padding: 0;
}

.news-list3 .index-news .container .cn2 {
    margin-top: 0;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .news-list3 .index-news .container .cn2 {
        justify-content: space-between;
    }
}

.news-list3 .index-news .container .cn2 .cn2box {
    width: calc((100% - 0.4rem) / 3);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

@media (max-width: 991px) {
    .news-list3 .index-news .container .cn2 .cn2box {
        margin-right: 0;
        width: 48%;
    }
}

@media (max-width: 767px) {
    .news-list3 .index-news .container .cn2 .cn2box {
        width: 100%;
    }
}

.news-list3 .index-news .container .cn2 .cn2box:nth-child(3n) {
    margin-right: 0;
}

.news-list3 .index-news .container .cn2 .cn2box .cn1 {
    padding-top: 0.2rem;
    line-height: 1.625em;
    color: #666666;
    display: flex;
    align-items: center;
}

.news-list3 .index-news .container .cn2 .cn2box .cn1 img {
    margin-right: 0.04rem;
    width: 0.17rem;
    height: 0.17rem;
}

@media (max-width: 991px) {
    .news-list3 .index-news .container .cn2 .cn2box .cn1 img {
        width: 0.3rem;
        height: 0.3rem;
    }
}

.news-list3 .index-news .container .cn2 .cn2box .cn3 {
    margin-top: 0.05rem;
}

.news-list4 {
    background-color: #f8f8f8;
    padding: 0 0 1.2rem;
}

.news-list4 .news-list5 .container .cn2 {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .news-list4 .news-list5 .container .cn2 {
        justify-content: space-between;
    }
}

.news-list4 .news-list5 .container .cn2 .cn2box {
    background-color: #Fff;
    border-radius: 0.2rem;
    padding: 0 0.35rem 0.3rem;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
    width: calc((100% - 0.4rem) / 3);
}

.news-list4 .news-list5 .container .cn2 .cn2box:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 991px) {
    .news-list4 .news-list5 .container .cn2 .cn2box {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .news-list4 .news-list5 .container .cn2 .cn2box {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.news-list4 .news-list5 .container .cn2 .cn2box .img {
    margin: 0 -0.35rem;
    border-radius: 0.2rem;
}

.news-list4 .news-list5 .container .cn2 .cn2box .img::before {
    padding-top: 50.57692308%;
}

.news-list4 .news-list5 .container .cn2 .cn2box .cn3 {
    color: #333333;
    line-height: 1.5em;
    margin-top: 0.3rem;
    transition: all 0.5s;
    margin-bottom: 0.25rem;
}

@media (max-width: 767px) {
    .news-list4 .news-list5 .container .cn2 .cn2box .cn3 {
        height: initial;
    }
}

.news-list4 .news-list5 .container .cn2 .cn2box .line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.news-list4 .news-list5 .container .cn2 .cn2box .cn4 {
    margin-top: 0.2rem;
}

.news-list4 .news-list5 .container .cn2 .cn2box .cn4 .cn5 {
    display: flex;
    margin-top: 0.05rem;
}

.news-list4 .news-list5 .container .cn2 .cn2box .cn4 .cn5 .cn6 {
    flex-shrink: 0;
    color: #999999;
    line-height: 1.625em;
}

.news-list4 .news-list5 .container .cn2 .cn2box .cn4 .cn5 .cn7 {
    color: #999999;
    line-height: 1.625em;
}

.news-list4 .news-list5 .container .cn2 .cn2box:hover .img img {
    transform: scale(1.05);
}

.news-list4 .news-list5 .container .cn2 .cn2box:hover .cn3 {
    color: #1a3064;
}

.layui-form-select dl dd.layui-this {
    background-color: #1a3064;

}

#c-header.sanjiheader {
    top: 0;
}

#c-header.sanjiheader .container::before {
    display: none;
}

#c-header.sanjiheader .container .bgcolor {
    display: none;
}

#c-header.sanjiheader.c-style2 {
    background-color: #Fff;
}

.news-info {
    padding-top: 0.95rem;
    background-color: #F8f8f8;
}

.news-info .container {
    max-width: 1400px;
}

.news-info .container1 {
    display: flex;
}

.news-info .container1 .left1 {
    width: 67.14285714%;
}

@media (max-width: 991px) {
    .news-info .container1 .left1 {
        width: 100%;
    }
}

.news-info .container1 .left1 .cn1 {
    width: 81.91489362%;
}

@media (max-width: 991px) {
    .news-info .container1 .left1 .cn1 {
        width: 100%;
    }
}

.news-info1 {
    padding-bottom: 1.35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-info1 .left {
    width: 67.14285714%;
}

@media (max-width: 991px) {
    .news-info1 .left {
        width: 100%;
    }
}

.news-info1 .left .cn1 {
    color: #333;
    line-height: 1.5em;
}

.news-info1 .left .box1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.65rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-info1 .left .box1 .cn2 .cn3 {
    line-height: 0.4rem;
    margin-right: 0.4rem;
    color: #000;
}

@media (max-width: 767px) {
    .news-info1 .left .box1 .cn2 .cn3 {
        font-size: 0.24rem;
    }
}

.news-info1 .left .box1 .cn2 .cn3 em {
    font-style: normal;
    color: #000;
}

.news-info1 .left .box1 .share {
    display: flex;
    align-items: center;
    color: #666666;
}

.news-info1 .left .box1 .share .cn4 {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #Fff;
    border-radius: 50%;
    margin: 0 0 0 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .news-info1 .left .box1 .share .cn4 {
        width: 0.6rem;
        height: 0.6rem;
    }
}

.news-info1 .left .box1 .share .cn4 svg {
    width: auto;
    height: 0.16rem;
}

@media (max-width: 991px) {
    .news-info1 .left .box1 .share .cn4 svg {
        height: 0.3rem;
    }
}

.news-info1 .left .box1 .share .cn4 svg path {
    fill: #666;
    opacity: 1;
    stroke: none;
}

.news-info1 .left .box1 .share .cn4:hover {
    transition: all 0.5s;
    background-color: #1a3064;
}

.news-info1 .left .box1 .share .cn4:hover svg path {
    fill: #fff;
}

.news-info1 .left .box2 {
    padding-top: 0.35rem;
    padding-bottom: 0.75rem;
    color: #666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-info1 .left .box2 a {
    color: #666;
}

.news-info1 .left .box3 {
    display: flex;
    align-items: center;
    padding-top: 0.2rem;
    width: 100%;
}

@media (max-width: 991px) {
    .news-info1 .left .box3 {
        flex-wrap: wrap;
    }
}

.news-info1 .left .box3 .box3a {
    width: calc(100% - 1.7rem);
    padding-right: 1rem;
}

@media (max-width: 991px) {
    .news-info1 .left .box3 .box3a {
        width: 100%;
        padding-right: 0;
    }
}

.news-info1 .left .box3 .box3b {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .news-info1 .left .box3 .box3b {
        width: 100%;
        margin-top: 0.5rem;
    }

    .news-info1 .left .box3 .box3b .public-btn {
        justify-content: center;
    }
}

.news-info1 .left .box3 .cn5 {
    color: #333333;
    line-height: 2.25em;
    transition: all 0.4s;
    display: block;
}

@media (max-width: 991px) {
    .news-info1 .left .box3 .cn5 {
        width: 100%;
    }
}

.news-info1 .left .box3 .cn5:hover {
    color: #1a3064;
}

.news-info1 .left .box3 .cn5.cn5none {
    color: #999999;
    cursor: auto;
}

.news-info1 .right {
    width: 28.57142857%;
}

@media (max-width: 991px) {
    .news-info1 .right {
        margin-top: 0.5rem;
        width: 100%;
    }
}

.news-info1 .right .box4 .cn6 {
    line-height: 0.4rem;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0.65rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0.13rem;
}

@media (max-width: 991px) {
    .news-info1 .right .box4 .cn6 {
        font-size: 0.4rem;
    }
}

.news-info1 .right .box4 .cn7 {
    padding: 0.13rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-info1 .right .box4 .cn7:last-child {
    padding: 0.13rem 0 0;
}

.news-info1 .right .box4 .cn7 .cn7a {
    width: 42.5%;
    border-radius: 0.1rem;
}

.news-info1 .right .box4 .cn7 .cn7a::before {
    padding-top: 58.82352941%;
}

.news-info1 .right .box4 .cn7 .cn7b {
    width: 50%;
}

.news-info1 .right .box4 .cn7 .cn8 {
    display: block;
    color: #333333;
    transition: all 0.4s;
    line-height: 1.5em;
}

.news-info1 .right .box4 .cn7 .cn9 {
    margin-top: 0.05rem;
    display: block;
    color: #999999;
    transition: all 0.4s;
    line-height: 1.71428571em;
}

.news-info1 .right .box4 .cn7:hover .cn7a img {
    transform: scale(1.05);
}

.news-info1 .right .box4 .cn7:hover .cn8 {
    color: #1a3064;
}

.news-info1 .right .box4 .cn7:hover .cn9 {
    color: #1a3064;
}

.news-info1 .left .box1 .share .cn4::before {
    display: none;
}

.csr-list {
    background-color: #F8f8f8;
    padding: 0.95rem 0 0;
}

.csr-list1 .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0.55rem;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.csr-list1 .container .cn1 {
    color: #333333;
    line-height: 1.27777778em;
}

.csr-list1 .container .public-btn .public-btn0 {
    min-width: 1.4rem;
    line-height: 0.48rem;
}

@media (max-width: 991px) {
    .csr-list1 .container .public-btn .public-btn0 {
        line-height: 0.76rem;
        min-width: 1.68rem;
    }
}

.csr-list1 .container .public-btn .public-btn0 span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.csr-list1 .container .public-btn .public-btn0 span img {
    margin-left: 0.1rem;
}

.csr-list3 {
    background-color: #f8f8f8;
    padding-bottom: 1.2rem;
}

.csr-list3 .index-news {
    padding: 0;
}

.csr-list3 .index-news .container .cn2 {
    margin-top: 0;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .csr-list3 .index-news .container .cn2 {
        justify-content: space-between;
    }
}

.csr-list3 .index-news .container .cn2 .cn2box {
    width: calc((100% - 0.4rem) / 3);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    position: relative;
    overflow: hidden;
}

.csr-list3 .index-news .container .cn2 .cn2box .bgimg {
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
    opacity: 0;
    transition: all 0.5s;
    right: 0;
    bottom: 0;
}

.csr-list3 .index-news .container .cn2 .cn2box .bgimg img {
    width: 2.27rem;
}

@media (max-width: 991px) {
    .csr-list3 .index-news .container .cn2 .cn2box {
        margin-right: 0;
        width: 48%;
    }
}

@media (max-width: 767px) {
    .csr-list3 .index-news .container .cn2 .cn2box {
        width: 100%;
    }
}

.csr-list3 .index-news .container .cn2 .cn2box:nth-child(3n) {
    margin-right: 0;
}

.csr-list3 .index-news .container .cn2 .cn2box .cn3 {
    height: 1.5em;
}

.csr-list3 .index-news .container .cn2 .cn2box .cn4 {
    line-height: 1.625em;
    height: 3.25em;
    margin-top: 0.2rem;
}

.csr-list3 .index-news .container .cn2 .cn2box .cn5 {
    margin-top: 1rem;
}

.csr-list3 .index-news .container .cn2 .cn2box .cn5 .cn6 {
    background-color: #ededed;
}

.csr-list3 .index-news .container .cn2 .cn2box .cn5 .cn6 .cn7 {
    color: #666666;
}

.csr-list3 .index-news .container .cn2 .cn2box .cn5 .cn6 .cn7 svg {
    width: 0.08rem;
    height: 0.12rem;
    margin-left: 0.1rem;
}

.csr-list3 .index-news .container .cn2 .cn2box .cn5 .cn6 .cn7 svg path {
    fill: #666;
    opacity: 1;
    stroke: none;
}

.csr-list3 .index-news .container .cn2 .cn2box:hover .bgimg {
    right: 0;
    bottom: 0;
    opacity: 1;
}

.csr-list3 .index-news .container .cn2 .cn2box:hover .cn5 .cn6 .cn7 {
    color: #Fff;
}

.csr-list3 .index-news .container .cn2 .cn2box:hover .cn5 .cn6 .cn7 svg path {
    fill: #Fff;
}

.respon-box1 {
    padding: 1.6rem 0 0;
    width: 100%;
    background-color: #F8f8f8;
    margin-top: -0.5rem;
}

.respon-box1 .csr-list3 {
    margin-top: 0.5rem;
    padding-bottom: 0;
}

.respon-box2 {
    padding: 1.6rem 0 0;
    background-color: #F8f8f8;
}

@media (max-width: 991px) {
    .respon-box2 {
        padding: 1rem 0 0;
    }
}

.respon-box2 .container .cn1 {
    text-align: center;
    color: #333333;
    line-height: 1.27777778em;
}

.respon-box2 .container .cn2 {
    text-align: center;
    color: #666666;
    line-height: 1.66666667em;
    width: 64.0625%;
    margin: 0.2rem auto 0;
}

@media (max-width: 991px) {
    .respon-box2 .container .cn2 {
        width: 100%;
    }
}

.respon-box2 .container .box {
    margin-top: 0.4rem;
    display: flex;
    height: 7.2rem;
    width: 100%;
    overflow: hidden;
    border-radius: 0.2rem;
    position: relative;
}

@media (max-width: 991px) {
    .respon-box2 .container .box {
        flex-wrap: wrap;
        height: auto;
    }
}

.respon-box2 .container .box .box2 {
    width: 20%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-size: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.respon-box2 .container .box .box2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
}

@media (max-width: 991px) {
    .respon-box2 .container .box .box2::after {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .respon-box2 .container .box .box2 {
        background-size: cover;
        width: 100%;
        height: 5rem;
        margin-bottom: 0.5rem;
        border-radius: 0.2rem;
        overflow: hidden;
    }
}

.respon-box2 .container .box .box2::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
    .respon-box2 .container .box .box2::before {
        display: none;
    }
}

.respon-box2 .container .box .box2 .box3 {
    padding: 0 0.5rem;
    position: relative;
    z-index: 5;
}

@media (max-width: 991px) {
    .respon-box2 .container .box .box2 .box3 {
        padding: 0 0.3rem;
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}

.respon-box2 .container .box .box2 .box3 .cn3 {
    transition: all 0.5s;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
    .respon-box2 .container .box .box2 .box3 .cn3 {
        color: #fff;
        font-size: 0.36rem;
    }
}

.respon-box2 .container .box .box2 .box3 .cn4 {
    margin-top: 10px;
    color: #fff;
    line-height: 1.5em;
    height: 0;
    opacity: 0;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .respon-box2 .container .box .box2 .box3 .cn4 {
        opacity: 1;
        height: auto;
    }
}

.respon-box2 .container .box .box2:hover .box3 {
    animation: fuxuan 0.5s 1 linear forwards;
}

.respon-box2 .container .box .box2:hover .box3 .cn3 {
    color: #fff;
}

.respon-box2 .container .box .box2:hover .box3 .cn4 {
    height: auto;
    opacity: 1;
}

.respon-box2 .container .box .bgimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .respon-box2 .container .box .bgimg {
        display: none;
    }
}

.respon-box2 .container .box .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
}

.respon-box2 .container .box .bgimg img.on {
    opacity: 1;
}

.respon-box2 .container .box .bgimg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.respon-box2 .bgimg2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.respon-box2 .bgimg2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.respon-box2.respon-box2a {
    overflow: hidden;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding-top: 0;
}

@media (max-width: 991px) {
    .respon-box2.respon-box2a {
        position: relative;
        height: auto;
    }
}

@keyframes fuxuan {
    from {
        opacity: 0;
        transform: translateY(0.6rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.respon-box3 {
    background-color: #Fff;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    position: relative;
    z-index: 10;
}

.respon-box3 .container .box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.respon-box3 .container .box1 .cn1 {
    flex-shrink: 0;
    color: #000000;
    line-height: 1rem;
}

.respon-box3 .container .box1 .box1a {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .respon-box3 .container .box1 .box1a {
        width: 100%;
        justify-content: center;
    }
}

.respon-box3 .container .box1 .box1a .cn2 {
    line-height: 1rem;
    color: #666666;
    margin-left: 0.8rem;
    position: relative;
}

@media (max-width: 991px) {
    .respon-box3 .container .box1 .box1a .cn2 {
        margin: 0 0.3rem;
    }
}

.respon-box3 .container .box1 .box1a .cn2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #1a3064;
    transition: all 0.5s;
}

.respon-box3 .container .box1 .box1a .cn2.on {
    color: #1a3064;
}

.respon-box3 .container .box1 .box1a .cn2.on::before {
    width: 100%;
}

.respon-box3 .container .box2 {
    margin-top: 0.65rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.respon-box3 .container .box2 .left {
    position: relative;
    width: 33.125%;
}

@media (max-width: 991px) {
    .respon-box3 .container .box2 .left {
        display: none;
    }
}

.respon-box3 .container .box2 .left .leftbox {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    width: 100%;
    display: none;
    padding-right: 0.5rem;
}

.respon-box3 .container .box2 .left .leftbox.on {
    display: block;
}

.respon-box3 .container .box2 .left .leftbox .leftbox2 {
    display: flex;
    position: relative;
    padding: 0.35rem 0;
}

.respon-box3 .container .box2 .left .leftbox .leftbox2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.respon-box3 .container .box2 .left .leftbox .leftbox2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: all 0.5s;
    background-color: #1a3064;
}

.respon-box3 .container .box2 .left .leftbox .leftbox2 .cn3 {
    width: calc(100% - 0.32rem);
    padding-right: 0.2rem;
    color: #666666;
    transition: all 0.5s;
}

.respon-box3 .container .box2 .left .leftbox .leftbox2 .cn4 {
    width: 0.32rem;
    height: 0.32rem;
    background-color: #1a3064;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
}

.respon-box3 .container .box2 .left .leftbox .leftbox2 .cn4 img {
    width: 0.06rem;
}

.respon-box3 .container .box2 .left .leftbox .leftbox2.on::after {
    width: 100%;
}

.respon-box3 .container .box2 .left .leftbox .leftbox2.on .cn3 {
    color: #1a3064;
}

.respon-box3 .container .box2 .left .leftbox .leftbox2.on .cn4 {
    opacity: 1;
}

.respon-box3 .container .box2 .right {
    position: relative;
    width: 63.75%;
    background-color: #fff;
}

@media (max-width: 991px) {
    .respon-box3 .container .box2 .right {
        width: 100%;
    }
}

.respon-box3 .container .box2 .right .rightbox {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #Fff;
}

@media (max-width: 991px) {
    .respon-box3 .container .box2 .right .rightbox {
        padding-bottom: 1.5rem;
    }
}

.respon-box3 .container .box2 .right .rightbox.on {
    z-index: 5;
    position: relative;
}

.respon-box3 .container .box2 .right .rightbox .swiper-slide .img {
    border-radius: 0.2rem;
}

.respon-box3 .container .box2 .right .rightbox .swiper-slide .img::before {
    padding-top: 54.90196078%;
}

.respon-box3 .container .box2 .right .rightbox .swiper-slide .cn5 {
    color: #000000;
    line-height: 1.5em;
    margin: 0.45rem 0 0.2rem;
}

.respon-box3 .container .box2 .right .rightbox .swiper-slide .cn6 {
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.75em;
    height: 3.5em;
}

.respon-box3 .container .box2 .right .rightbox .swiper-pagination {
    display: none;
}

@media (max-width: 991px) {
    .respon-box3 .container .box2 .right .rightbox .swiper-pagination {
        display: block;
    }
}

.respon-box3 .container .box2 .right .rightbox .swiper-pagination-bullet-active {
    background: #1a3064;
}

.respon-box4 {
    background-color: #f8f8f8;
    width: 100%;
    padding-top: 1.15rem;
    position: relative;
    z-index: 10;
}

.respon-box4 .container .cn0 {
    color: #000;
    line-height: 1.27777778em;
    margin-bottom: 0.45rem;
}

.public-windows99 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.public-windows99.lianxiwindows {
    display: none;
}

.public-windows99.shenqingggangwei {
    display: none;
}

.public-windows99.shenqingggangwei .box {
    width: 1200px;
    max-width: 90%;
    box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.21);
}

@media (max-width: 991px) {
    .public-windows99.shenqingggangwei .box {
        width: 90%;
    }
}

.public-windows99.shenqingggangwei .box .cn7 {
    margin-top: 0.1rem;
}

.public-windows99.shenqingggangwei .cn41 {
    margin-top: 0.35rem;
    display: flex;
}

.public-windows99.shenqingggangwei .cn41 .cn7 {
    width: auto;
    min-width: 1.4rem;
    line-height: 0.46rem;
    background-color: #1a3064;
    border-radius: 0.24rem;
}

@media (max-width: 991px) {
    .public-windows99.shenqingggangwei .cn41 .cn7 {
        min-width: 1.4rem;
        padding: 0 0.2rem;
        line-height: 0.76rem;
    }
}

.public-windows99.shenqingggangwei .box10 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.public-windows99.shenqingggangwei .box10 .box2 {
    width: 48%;
}

.public-windows99.shenqingggangwei .box10 .box2.box12 {
    width: 100%;
    margin-top: 0.2rem;
}

.public-windows99.shenqingggangwei .box10 .cn40 {
    color: #222222;
}

.public-windows99.shenqingggangwei .box10 .cn13 {
    color: #666666;
    line-height: 0.4rem;
}

@media (max-width: 767px) {
    .public-windows99.shenqingggangwei .box10 .cn13 {
        display: none;
    }
}

.public-windows99.shenqingggangwei .box10 .box11 {
    width: 100%;
    margin-top: 0.4rem;
}

.public-windows99.shenqingggangwei .box10 .box11 .cn4 {
    color: #222222;
    line-height: 0.5rem;
}

@media (max-width: 991px) {
    .public-windows99.shenqingggangwei .box10 .box11 .cn4 {
        line-height: 0.6rem;
    }
}

.public-windows99.shenqingggangwei .box10 .box11 .cn4 .cn5 {
    color: #1a3064;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 {
    width: 100%;
    height: 1.8rem;
    border-radius: 6px;
    border: solid 1px #dedede;
    position: relative;
    padding: 0.2rem 0.3rem;
    display: flex;
    align-items: flex-start;
    background-color: #f6f6f6;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .public-windows99.shenqingggangwei .box10 .box11 .box12 {
        height: auto;
    }
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn30 {
    color: #999999;
    line-height: 1.71428571em;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn30 .cn30a {
    color: #000000;
    line-height: 1.55555556em;
    display: block;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn30 .cn30b {
    color: #999999;
    line-height: 1.625em;
    display: block;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn31 {
    right: 0.2rem;
    bottom: 0.2rem;
    position: absolute;
    min-width: 1.4rem;
    line-height: 0.46rem;
    background-color: #ffffff;
    border-radius: 0.23rem;
    overflow: hidden;
    color: #1a3064;
    padding: 0 0.1rem;
    text-align: center;
}

@media (max-width: 991px) {
    .public-windows99.shenqingggangwei .box10 .box11 .box12 .cn31 {
        position: relative;
        right: 0;
        bottom: 0;
        padding: 0 0.2rem;
        line-height: 0.76rem;
        margin: 0.2rem 0 0;
        width: 100%;
    }
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn31 span {
    display: block;
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn31 input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn32 {
    display: flex;
    position: absolute;
    background-color: #ffffff;
    border-radius: 5px;
    height: 0.44rem;
    bottom: 0.2rem;
    left: 0.2rem;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .public-windows99.shenqingggangwei .box10 .box11 .box12 .cn32 {
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
        justify-content: flex-start;
        display: none;
    }
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn32 .zclose {
    position: absolute;
    right: -0.1rem;
    top: -0.05rem;
    cursor: pointer;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn32 .zclose img {
    width: 0.2rem;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn32 .cn33 {
    width: 0.33rem;
    margin-right: 0.07rem;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn32 .cn33 img {
    width: 0.33rem;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn32 .cn34 {
    max-width: 3rem;
    padding: 0 0.2rem;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn32 .cn34 .cn35 {
    display: block;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn32 .cn34 .cn36 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-windows99.shenqingggangwei .box10 .box11 .box12 .cn32 .cn34 .cn36 em {
    font-style: normal;
    color: #999999;
}

.public-windows99 .box {
    width: 7.5rem;
    border-radius: 0.1rem;
    background-color: #Fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5rem 0.6rem;
    max-height: 100vh;
    overflow: auto;
}

@media (max-width: 991px) {
    .public-windows99 .box {
        width: 90%;
        padding: 0.5rem 0.3rem;
    }
}

.public-windows99 .box .cnclose {
    position: absolute;
    right: 0.6rem;
    top: 0.6rem;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    transition: all 0.4s;
    cursor: pointer;
}

.public-windows99 .box .cnclose span {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #333;
    transform: translate(-50%, -50%);
}

.public-windows99 .box .cnclose span:nth-child(1) {
    width: 100%;
    height: 1px;
}

.public-windows99 .box .cnclose span:nth-child(2) {
    width: 1px;
    height: 100%;
}

.public-windows99 .box .cnclose:hover {
    transform: rotate(-135deg);
}

.public-windows99 .box .cn1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0.3rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.public-windows99 .box .cn1 .cn2 {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 0.06rem;
    background-color: #e5f4fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.2rem;
}

.public-windows99 .box .cn1 .cn2 img {
    width: 0.19rem;
}

.public-windows99 .box .cn1 .cn3 {
    color: #333333;
    line-height: 1.27777778em;
}

.public-windows99 .box .cn1 .cn3a {
    margin-top: 0.1rem;
    width: 100%;
    display: block;
    color: #999999;
    line-height: 1.625em;
}

.public-windows99 .box .cn1 .cn3a em {
    font-style: normal;
    color: #999999;
}

.public-windows99 .box .box2 {
    margin-top: 0.1rem;
}

.public-windows99 .box .box2 .cn4 {
    color: #222222;
    line-height: 0.5rem;
}

@media (max-width: 991px) {
    .public-windows99 .box .box2 .cn4 {
        line-height: 0.6rem;
    }
}

.public-windows99 .box .box2 .cn4 .cn5 {
    color: #1a3064;
    margin-right: 5px;
}

.public-windows99 .box .box2 .cn6 {
    width: 100%;
}

.public-windows99 .box .box2 .cn6 input {
    padding: 0 0.2rem;
    width: 100%;
    line-height: 0.55rem;
    height: 0.55rem;
    background-color: #f6f6f6;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    color: #888888;
}

@media (max-width: 991px) {
    .public-windows99 .box .box2 .cn6 input {
        line-height: 0.76rem;
        height: 0.76rem;
    }
}

.public-windows99 .box .box2 .cn6 input::placeholder {
    color: #888888;
}

.public-windows99 .box .box2 .cn6 textarea {
    padding: 0 0.2rem;
    width: 100%;
    height: 0.55rem;
    line-height: 0.55rem;
    height: 1.3rem;
    background-color: #fafafa;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    color: #999;
}

@media (max-width: 991px) {
    .public-windows99 .box .box2 .cn6 textarea {
        line-height: 0.76rem;
        height: 0.76rem;
    }
}

.public-windows99 .box .box2 .cn6 textarea::placeholder {
    color: #999;
}

.public-windows99 .box .cn7 {
    margin-top: 0.4rem;
    width: 100%;
    display: block;
    line-height: 0.5rem;
    border-radius: 4px;
    background-color: #1a3064;
    color: #fff;
}

@media (max-width: 991px) {
    .public-windows99 .box .cn7 {
        line-height: 0.76rem;
    }
}

body .layui-laydate .layui-this {
    background-color: #1a3064 !important;
}

.layui-laydate-footer span:hover {
    color: #1a3064 !important;
}

.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
    color: #1a3064 !important;
}

.contact-box1 {
    width: 100%;
    background-color: #f8f8f8;
    margin-top: -0.55rem;
    padding: 1.4rem 0 1rem;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .contact-box1 {
        overflow: auto;
    }
}

.contact-box1 .tips {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.7rem;
    color: #999999;
}

@media (max-width: 991px) {
    .contact-box1 .tips {
        bottom: 0.3rem;
    }
}

.contact-box1 .tips span {
    color: #1a3064;
}

.contact-box1 .box {
    width: 79.94764398%;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 991px) {
    .contact-box1 .box {
        width: 20rem;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .contact-box1 .box {
        width: 22rem;
    }
}

.contact-box1 .box .bgimg {
    position: relative;
    width: 100%;
}

.contact-box1 .box .bgimg img {
    width: 100%;
}

.contact-box1 .box .dian {
    overflow: initial;
    position: absolute;
    left: 20%;
    top: 20%;
    width: 0.39292731%;
    cursor: pointer;
}

.contact-box1 .box .dian.diana .dian1 {
    opacity: 0;
}

.contact-box1 .box .dian.diana .dian2 {
    animation: initial;
    width: 0.2rem;
    height: 0.2rem;
    background-color: transparent;
    opacity: 1;
    background-image: url(../images/wimg26.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}

.contact-box1 .box .dian.diana .text1 {
    color: #1a3064;
}

.contact-box1 .box .dian.dianb .dian2 {
    animation: initial;
    width: 0.27rem;
    height: 0.25rem;
    background-color: transparent;
    opacity: 1;
    background-image: url(../images/wimg28.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}

.contact-box1 .box .dian.dianb .dian2::before {
    content: "";
    width: 1.5rem;
    border-top: 2px dotted #1a3064;
    position: absolute;
    opacity: 0.2;
    right: 0.13rem;
    bottom: calc(100% + 1.1rem);
}

@media (max-width: 991px) {
    .contact-box1 .box .dian.dianb .dian2::before {
        bottom: calc(100% + 1.6rem);
    }
}

.contact-box1 .box .dian.dianb .dian2::after {
    opacity: 0.2;
    content: "";
    height: 1.23rem;
    border-left: 2px dotted #1a3064;
    position: absolute;
    right: 0.13rem;
    bottom: 0.13rem;
}

@media (max-width: 991px) {
    .contact-box1 .box .dian.dianb .dian2::after {
        height: 1.7rem;
    }
}

.contact-box1 .box .dian.dianb .dian3 {
    position: absolute;
    width: 1.85rem;
    height: 0.45rem;
    top: -1.8rem;
    left: -2.7rem;
}

@media (max-width: 991px) {
    .contact-box1 .box .dian.dianb .dian3 {
        top: -2.3rem;
    }
}

.contact-box1 .box .dian.dianb .text1 {
    left: -2rem;
    top: -1.2rem;
    color: #1a3064;
}

@media (max-width: 991px) {
    .contact-box1 .box .dian.dianb .text1 {
        top: -1.7rem;
    }
}

.contact-box1 .box .dian.right .text1 {
    left: initial;
    right: 0.2rem;
}

.contact-box1 .box .dian .dian1 {
    width: 6px;
    height: 6px;
    background-color: #1a3064;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact-box1 .box .dian .dian2 {
    width: 0.17rem;
    height: 0.17rem;
    background-color: #1a3064;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: myscale99 2s infinite linear forwards;
}

.contact-box1 .box .dian .text1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    left: 0.2rem;
    white-space: nowrap;
}

.contact-box1 .box .dian .text1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.02rem;
    width: 0;
    height: 2px;
    background-color: #1a3064;
    transition: all 0.5s;
}

.contact-box1 .box .dian .info {
    position: absolute;
    width: 3rem;
    background-color: #Fff;
    border-radius: 0.2rem;
    top: 100%;
    left: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 2;
}

.contact-box1 .box .dian .info .img {
    border-radius: 0.2rem;
}

.contact-box1 .box .dian .info .img::before {
    padding-top: 61.66666667%;
}

.contact-box1 .box .dian .info .text2 {
    text-align: center;
    color: #333333;
    line-height: 0.6rem;
}

.contact-box1 .box .dian.on {
    z-index: 5;
}

.contact-box1 .box .dian.on .text1 {
    color: #1a3064;
}

.contact-box1 .box .dian.on .text1::before {
    width: 100%;
}

.contact-box1 .box .dian.on .info {
    opacity: 1;
    visibility: visible;
}

.contact-box1 .box .box10 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.28rem;
    border: 1px dashed rgba(215, 0, 0, 0.2);
    border-radius: 0.1rem;
}

@media (max-width: 1900px) {
    .contact-box1 .box .box10 {
        width: 1.5rem;
    }
}

@media (max-width: 1580px) {
    .contact-box1 .box .box10 {
        width: 2rem;
    }
}

@media (max-width: 991px) {
    .contact-box1 .box .box10 {
        width: 2.5rem;
        left: 0.3rem;
    }
}

.contact-box1 .box .box10 .box11 {
    display: flex;
    align-items: center;
    padding: 0 0.12rem;
    position: relative;
}

.contact-box1 .box .box10 .box11:last-child::before {
    display: none;
}

.contact-box1 .box .box10 .box11:last-child .box13 {
    color: #666666;
}

.contact-box1 .box .box10 .box11::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 0.24rem);
    bottom: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.contact-box1 .box .box10 .box11 .box12 {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 0.1rem;
}

.contact-box1 .box .box10 .box11 .box12 img {
    width: 0.19rem;
}

.contact-box1 .box .box10 .box11 .box13 {
    line-height: 0.6rem;
    color: #1a3064;
}

@keyframes myscale99 {
    from {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.3;
    }
    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.5);
    }
}

.contact-box2 {
    padding-top: 1.1rem;
    width: 100%;
}

.contact-box2 .contact-box2a .container {
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-box2 .contact-box2a .container .cn1 {
    color: #000000;
    line-height: 1.3125em;
}

.contact-box2 .contact-box2a .container .box {
    margin-top: 0.45rem;
    position: relative;
}

.contact-box2 .contact-box2a .container .box .bgimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    overflow: hidden;
}

.contact-box2 .contact-box2a .container .box .bgimg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    .contact-box2 .contact-box2a .container .box .bgimg::after {
        opacity: 1;
    }
}

.contact-box2 .contact-box2a .container .box .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-box2 .contact-box2a .container .box .box2 {
    position: relative;
    padding: 0.6rem 0;
    margin: 0 0.4rem 0 auto;
    width: 27.875%;
}

@media (max-width: 991px) {
    .contact-box2 .contact-box2a .container .box .box2 {
        width: calc(100% - 0.6rem);
        margin: 0 0.3rem;
        padding: 1.2rem 0;
    }
}

.contact-box2 .contact-box2a .container .box .box2 .box2a {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-box2 .contact-box2a .container .box .box2 .box2a .cn2 {
    color: #fefefe;
    line-height: 1.625em;
}

.contact-box2 .contact-box2a .container .box .box2 .box2a .cn3 {
    color: #fefefe;
    line-height: 1.38461538em;
}

.contact-box2 .contact-box2a .container .box .box2 .box2b {
    margin-top: 0.1rem;
}

.contact-box2 .contact-box2a .container .box .box2 .box2b .box2c {
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}

.contact-box2 .contact-box2a .container .box .box2 .box2b .box2c .img {
    width: 0.48rem;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 0.2rem;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .contact-box2 .contact-box2a .container .box .box2 .box2b .box2c .img {
        width: 0.6rem;
        height: 0.6rem;
    }
}

.contact-box2 .contact-box2a .container .box .box2 .box2b .box2c .img img {
    max-width: 50%;
    max-height: 50%;
    object-fit: cover;
}

.contact-box2 .contact-box2a .container .box .box2 .box2b .box2c .cn4 {
    color: #ffffff;
}

.contact-box2 .contact-box2b {
    padding-top: 0.45rem;
}

.contact-box2 .contact-box2b .public-search {
    display: none;
    padding: 0.45rem 0 0.4rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .contact-box2 .contact-box2b .public-search {
        border-bottom: 0;
    }
}

.contact-box2 .contact-box2b .container {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-box2 .contact-box2b .container .box {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .contact-box2 .contact-box2b .container .box {
        justify-content: space-between;
    }
}

.contact-box2 .contact-box2b .container .box .box2 {
    padding: 0.35rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: calc((100% - 0.4rem) / 3);
    background-color: #f8f8f8;
    border-radius: 0.2rem;
}

@media (max-width: 991px) {
    .contact-box2 .contact-box2b .container .box .box2 {
        width: 48%;
        margin-right: 0;
        margin-bottom: 0.4rem;
    }
}

@media (max-width: 767px) {
    .contact-box2 .contact-box2b .container .box .box2 {
        width: 100%;
    }
}

.contact-box2 .contact-box2b .container .box .box2:nth-child(3n) {
    margin-right: 0;
}

.contact-box2 .contact-box2b .container .box .box2 .box2a {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-box2 .contact-box2b .container .box .box2 .box2a .cn2 {
    color: #333333;
    line-height: 1.5em;
}

.contact-box2 .contact-box2b .container .box .box2 .box2a .cn3 {
    margin-left: 0.3rem;
    flex-shrink: 0;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1.5em;
}

.contact-box2 .contact-box2b .container .box .box2 .box2b {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.contact-box2 .contact-box2b .container .box .box2 .box2b .cn4 {
    color: #666666;
    line-height: 2em;
}

.contact-box2 .contact-box2b .container .box .box2 .box2d {
    display: flex;
}

.contact-box2 .contact-box2b .container .box .box2 .box2c {
    min-width: 1.1rem;
    border-radius: 0.23rem;
    background-color: #FFf;
    line-height: 0.46rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .contact-box2 .contact-box2b .container .box .box2 .box2c {
        line-height: 0.76rem;
        min-width: 1.6rem;
        border-radius: 0.38rem;
    }
}

.contact-box2 .contact-box2b .container .box .box2 .box2c .cn5 {
    color: #1a3064;
    transition: all 0.5s;
}

.contact-box2 .contact-box2b .container .box .box2 .box2c .cn6 {
    margin-left: 0.1rem;
    width: 0.24rem;
    height: 0.24rem;
    background-color: #F8f8f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .contact-box2 .contact-box2b .container .box .box2 .box2c .cn6 {
        width: 0.4rem;
        height: 0.4rem;
    }
}

.contact-box2 .contact-box2b .container .box .box2 .box2c .cn6 img {
    width: 45.83333333%;
}

.contact-box2 .contact-box2b .container .box .box2:hover .box2d .box2c {
    background-color: #1a3064;
}

.contact-box2 .contact-box2b .container .box .box2:hover .box2d .box2c .cn5 {
    color: #Fff;
}

.contact-box2 .contact-box2b .container .box .box2:hover .box2d .box2c .cn6 {
    background-color: #Fff;
}

.project-list1 {
    padding-top: 1.4rem;
    margin-top: -0.55rem;
    background-color: #Fff;
}

.project-list1 .project-list2 .container .cn1 {
    padding-bottom: 0.75rem;
    line-height: 1.46153846em;
    color: #000;
}

.project-list1 .project-list2 .container .box {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.6rem;
    display: flex;
    align-items: center;
    padding-bottom: 0.74rem;
}

@media (max-width: 991px) {
    .project-list1 .project-list2 .container .box {
        flex-wrap: wrap;
    }
}

.project-list1 .project-list2 .container .box .img {
    background-color: #1a3064;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.62rem;
    height: 0.62rem;
    margin-right: 0.2rem;
    flex-shrink: 0;
}

.project-list1 .project-list2 .container .box .img img {
    object-fit: cover;
    max-width: 0.27rem;
    max-height: 0.38rem;
}

@media (max-width: 991px) {
    .project-list1 .project-list2 .container .box .text {
        width: 100%;
        margin-top: 0.15rem;
    }
}

.project-list1 .project-list2 .container .box .text .cn2 {
    color: #333333;
    line-height: 1.55555556em;
    display: block;
}

@media (max-width: 991px) {
    .project-list1 .project-list2 .container .box .text .cn2 {
        font-size: 0.32rem;
    }
}

.project-list1 .project-list2 .container .box .text .cn3 {
    display: block;
    color: #666;
    line-height: 1.625em;
}

.project-list1 .projuect-list3 {
    position: relative;
    overflow: hidden;
}

.project-list1 .projuect-list3 .swiper-slide {
    position: relative;
}

.project-list1 .projuect-list3 .swiper-slide .img::before {
    padding-top: 39.58333333%;
}

@media (max-width: 991px) {
    .project-list1 .projuect-list3 .swiper-slide .img::before {
        padding-top: 120%;
    }
}

@media (max-width: 991px) {
    .project-list1 .projuect-list3 .swiper-slide .img.pc-img {
        display: none;
    }
}

.project-list1 .projuect-list3 .swiper-slide .img.mb-img {
    display: none;
}

@media (max-width: 991px) {
    .project-list1 .projuect-list3 .swiper-slide .img.mb-img {
        display: block;
    }
}

.project-list1 .projuect-list3 .swiper-slide .container {
    z-index: 3;
    top: 0.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.project-list1 .projuect-list3 .swiper-slide .container .cn1 {
    display: inline-block;
    line-height: 1.25rem;
    color: #1a3064;
    font-size: 1.25rem;
}

@media (max-width: 991px) {
    .project-list1 .projuect-list3 .swiper-slide .container .cn1 {
        line-height: 0.76rem;
        font-size: 0.76rem;
    }
}

.project-list1 .projuect-list3 .swiper-slide .container .cn1.white {
    color: #Fff;
}

.project-list1 .projuect-list3 .swiper-slide .container .cn3 {
    margin-top: 0.8rem;
    padding-bottom: 0.25rem;
    display: flex;
    position: relative;
}

.project-list1 .projuect-list3 .swiper-slide .container .cn3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.project-list1 .projuect-list3 .swiper-slide .container .cn3 img {
    flex-shrink: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 0.18rem;
    height: 0.24rem;
    margin-left: 0.05rem;
}

@media (max-width: 991px) {
    .project-list1 .projuect-list3 .swiper-slide .container .cn3 img {
        width: 0.24rem;
        top: -0.1rem;
        height: auto;
    }
}

.project-list1 .projuect-list3 .swiper-slide .container .cn3 .cn2 {
    display: inline-block;
    position: relative;
    color: #fff;
    line-height: 1.38461538em;
    transition: all 0.5s;
}

.project-list1 .projuect-list3 .swiper-slide .container .cn5 {
    margin: 0.2rem 0 0.65rem;
}

.project-list1 .projuect-list3 .swiper-slide .container .cn5 .cn6 {
    color: #fff;
    line-height: 1.875em;
}

.project-list1 .projuect-list3 .swiper-slide .container .public-btn0 {
    background-color: transparent;
    border: 1px solid #Fff;
}

.project-list1 .projuect-list3 .swiper-slide .container .public-btn0:hover {
    opacity: 1;
    border: 1px solid #1a3064;
}

.swiperprev,
.swipernext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(248, 248, 248, 0.3);
    z-index: 5;
    cursor: pointer;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .swiperprev,
    .swipernext {
        width: 0.76rem;
        height: 0.76rem;
        display: none;
    }
}

.swiperprev:hover,
.swipernext:hover {
    background-color: #1a3064;
}

.swipernext {
    transform: translateY(-50%) rotate(180deg);
}

.news-list2.project-list4 {
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
}

.news-list2.project-list4 .public-search {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.project-list5 {
    background-color: #f8f8f8;
    padding-bottom: 1.2rem;
}

.project-list5 .index-news {
    padding: 0;
}

.project-list5 .index-news .container .cn2 {
    margin-top: 0;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .project-list5 .index-news .container .cn2 {
        justify-content: space-between;
    }
}

.project-list5 .index-news .container .cn2 .cn2box {
    width: calc((100% - 0.4rem) / 3);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

@media (max-width: 991px) {
    .project-list5 .index-news .container .cn2 .cn2box {
        margin-right: 0;
        width: 48%;
    }
}

@media (max-width: 767px) {
    .project-list5 .index-news .container .cn2 .cn2box {
        width: 100%;
    }
}

.project-list5 .index-news .container .cn2 .cn2box:nth-child(3n) {
    margin-right: 0;
}

.project-list5 .index-news .container .cn2 .cn2box .img .cn45 {
    line-height: 0.72rem;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    z-index: 3;
    color: #Fff;
}

.project-list5 .index-news .container .cn2 .cn2box .img .cn45.red {
    color: #1a3064;
}

@media (max-width: 991px) {
    .project-list5 .index-news .container .cn2 .cn2box .img .cn45 {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
}

.project-list5 .index-news .container .cn2 .cn2box .cn1 {
    padding-top: 0.2rem;
    line-height: 1.625em;
    color: #666666;
    display: flex;
    align-items: center;
}

.project-list5 .index-news .container .cn2 .cn2box .cn1 img {
    margin-right: 0.04rem;
    width: 0.17rem;
    height: 0.17rem;
}

@media (max-width: 991px) {
    .project-list5 .index-news .container .cn2 .cn2box .cn1 img {
        width: 0.3rem;
        height: 0.3rem;
    }
}

.project-list5 .index-news .container .cn2 .cn2box .cn3 {
    margin-top: 0.3rem;
    height: 1.5em;
}

.project-list5 .index-news .container .cn2 .cn2box .cn4 {
    margin-top: 0.25rem;
    height: initial;
}

.project-list5 .index-news .container .cn2 .cn2box .cn4 .cn4a {
    color: #999999;
    line-height: 1.875em;
    display: block;
}

.public-banner3 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: sticky;
    left: 0;
    top: 0;
}

.public-banner3 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.public-banner3 .swiper-wrapper .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 100%;
}

.public-banner3 .swiper-wrapper .swiper-slide .img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.public-banner3 .swiper-wrapper .swiper-slide .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: bannerscale 20s infinite linear;
}

@media (max-width: 991px) {
    .public-banner3 .swiper-wrapper .swiper-slide .img img.pc-img {
        display: none;
    }
}

.public-banner3 .swiper-wrapper .swiper-slide .img img.mb-img {
    display: none;
}

@media (max-width: 991px) {
    .public-banner3 .swiper-wrapper .swiper-slide .img img.mb-img {
        display: block;
    }
}

.public-banner3 .cn10 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
    display: flex;
    align-items: center;
    color: #Fff;
    width: 100%;
    justify-content: center;
    z-index: 10;
}

.public-banner3 .cn10 img {
    margin-right: 0.1rem;
}

.public-banner3 .cn10 svg {
    margin-right: 0.1rem;
}

.public-banner3 .cn10 svg path {
    stroke: none;
    fill: #fff;
    opacity: 1;
}

.public-banner3 .containerpublic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
    z-index: 3;
}

@media (max-width: 991px) {
    .public-banner3 .containerpublic {
        top: 1.2rem;
    }
}

.public-banner3 .textcontainer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.public-banner3 .textcontainer .cn1 {
    text-align: left;
    color: #ffffff;
    line-height: 1.27777778em;
}

.public-banner3 .textcontainer .cn1 span {
    color: #1a3064;
}

.public-banner3 .textcontainer .line {
    width: 6.5rem;
    margin: 0.65rem 0 0.3rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
}

@media (max-width: 991px) {
    .public-banner3 .textcontainer .line {
        width: 100%;
    }
}

.public-banner3 .textcontainer .line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.03rem;
    width: 0.3rem;
    background-color: #1a3064;
}

.public-banner3 .textcontainer .cn2 {
    width: 6.5rem;
    margin-top: 0.3rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    line-height: 1.625em;
}

@media (max-width: 991px) {
    .public-banner3 .textcontainer .cn2 {
        width: 100%;
    }
}

.projectinfo-box1 {
    padding-top: 0.7rem;
}

.projectinfo-box1 .container .cn1 {
    padding-bottom: 0.45rem;
    line-height: 1.3125em;
    color: #000000;
    border-bottom: 2px solid #e5e5e5;
}

@media (max-width: 991px) {
    .projectinfo-box1 .container .cn1 {
        border-bottom: 1px solid #e5e5e5;
    }
}

.projectinfo-box1 .container .cn2 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.projectinfo-box1 .container .cn2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

.projectinfo-box1 .container .cn2 .cn3 {
    width: calc(100% / 3);
    padding: 0.32rem 0;
    line-height: 1.625em;
    border-bottom: 1px solid #e5e5e5;
    padding-right: 0.3rem;
}

@media (max-width: 991px) {
    .projectinfo-box1 .container .cn2 .cn3 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .projectinfo-box1 .container .cn2 .cn3 {
        width: 100%;
    }
}

.projectinfo-box1 .container .cn2 .cn3 .cn4 {
    color: #333;
}

.projectinfo-box1 .container .cn2 .cn3 .cn5 {
    color: #666;
}

.projectinfo-box2 {
    padding-top: 0.85rem;
    padding-bottom: 1.15rem;
}

.projectinfo-box2 .container .cn1 {
    color: #000;
    line-height: 1.3125em;
}

.projectinfo-box2 .container .projuectinfo2swiper {
    position: relative;
    overflow: hidden;
}

.projectinfo-box2 .container .projuectinfo2swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
}

.projectinfo-box2 .container .projuectinfo2swiper .swiper-slide {
    width: 49.25%;
    margin-top: 0.45rem;
}

@media (max-width: 991px) {
    .projectinfo-box2 .container .projuectinfo2swiper .swiper-slide {
        width: 100%;
    }
}

.projectinfo-box2 .container .projuectinfo2swiper .swiper-slide .img {
    border-radius: 0.2rem;
}

.projectinfo-box2 .container .projuectinfo2swiper .swiper-slide .img::before {
    padding-top: 53.29949239%;
}

.projectinfo-box2 .container .projuectinfo2swiper .swiper-slide .cn2 {
    margin-top: 0.35rem;
    color: #666;
    line-height: 1.75em;
}

.projectinfo-box2 .container .projuectinfo2swiper .swiper-slide:hover .img img {
    transform: scale(1.05);
}

.projectinfo-box3 {
    background-color: #f8f8f8;
    padding-top: 0.95rem;
    padding-bottom: 0.5rem;
}

.projectinfo-box3 .container .cn1 {
    color: #000000;
    line-height: 1.3125em;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.35rem;
}

.projectinfo-box3 .product3-box4 {
    padding: 0;
}

.projectinfolist {
    margin-top: 0.25rem;
}

.projectinfolist .box {
    margin-top: 0.25rem;
    display: block;
    position: relative;
}

.projectinfolist .box .img {
    width: 100%;
    border-radius: 0.2rem;
}

.projectinfolist .box .img::before {
    padding-top: 35%;
}

@media (max-width: 991px) {
    .projectinfolist .box .img::before {
        padding-top: 120%;
    }
}

@media (max-width: 991px) {
    .projectinfolist .box .img img.pc-img {
        display: none;
    }
}

.projectinfolist .box .img img.mb-img {
    display: none;
}

@media (max-width: 991px) {
    .projectinfolist .box .img img.mb-img {
        display: block;
    }
}

.projectinfolist .box .text {
    position: absolute;
    z-index: 2;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 5.4rem;
}

@media (max-width: 991px) {
    .projectinfolist .box .text {
        left: 0.3rem;
        width: calc(100% - 0.6rem);
    }
}

.projectinfolist .box .text .cn2 {
    color: #fff;
    line-height: 1.3125em;
}

.projectinfolist .box .text .line {
    margin: 0.35rem 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
}

.projectinfolist .box .text .line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.03rem;
    width: 0.3rem;
    background-color: #1a3064;
}

.projectinfolist .box .text .cn3 {
    line-height: 1.75em;
    color: #fff;
}

.projectinfolist .box .text .public-btn {
    margin-top: 0.35rem;
}

.projectinfolist .box:nth-child(even) .text {
    left: auto;
    right: 0.8rem;
}

@media (max-width: 991px) {
    .projectinfolist .box:nth-child(even) .text {
        left: 0.3rem;
        right: initial;
    }
}

.projectinfo-box4 {
    background-color: #f8f8f8;
    padding-top: 0.5rem;
    padding-bottom: 1.6rem;
}

.projectinfo-box4 .container .cn1 {
    color: #000000;
    line-height: 1.3125em;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.35rem;
}

.projectinfo-box4 .project-list5 {
    padding-bottom: 0;
}

.projectinfo-box4 .project-list5 .container {
    width: 100%;
}

.projectinfo-box4 .project-list5 .container .cn2 {
    margin-top: 0.7rem;
}

.projectinfobigbox {
    width: 100%;
    background-color: #Fff;
    position: relative;
}

.product1-box1 {
    padding: 0.8rem 0 1rem;
}

.product1-box2 {
    position: relative;
}

.product1-box2 .bgimg::before {
    padding-top: 39.58333333%;
}

@media (max-width: 991px) {
    .product1-box2 .bgimg::before {
        padding-top: 120%;
    }
}

.product1-box2 .bgimg img.pc-img {
    display: block;
}

@media (max-width: 991px) {
    .product1-box2 .bgimg img.pc-img {
        display: none;
    }
}

.product1-box2 .bgimg img.mb-img {
    display: none;
}

@media (max-width: 991px) {
    .product1-box2 .bgimg img.mb-img {
        display: block;
    }
}

.product1-box2 .container {
    position: absolute;
    left: 50%;
    top: 22%;
    transform: translateX(-50%);
    z-index: 2;
}

@media (max-width: 991px) {
    .product1-box2 .container {
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.product1-box2 .container .cn1 {
    color: #Fff;
}

.product1-box2 .container .cn1 span {
    color: #Fff;
    display: block;
}

.product1-box2 .container .line {
    margin: 0.35rem 0;
    width: 5.2rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
}

.product1-box2 .container .line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.03rem;
    width: 0.3rem;
    background-color: #1a3064;
}

.product1-box2 .container .box {
    display: flex;
}

.product1-box2 .container .box .box2 {
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.5s;
}

.product1-box2 .container .box .box2:nth-child(1) {
    padding-left: 0;
}

.product1-box2 .container .box .box2:last-child::before {
    display: none;
}

.product1-box2 .container .box .box2::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: #Fff;
    opacity: 0.4;
}

.product1-box2 .container .box .box2 svg {
    margin-right: 0.1rem;
    width: 0.24rem;
}

.product1-box2 .container .box .box2 svg path {
    transition: all 0.5s;
    fill: #Fff;
    opacity: 0.4;
    stroke: none;
}

.product1-box2 .container .box .box2.on {
    color: #FFf;
}

.product1-box2 .container .box .box2.on svg path {
    opacity: 1;
}

.product1-box2 .container .box .box2:hover {
    color: #FFf;
}

.product1-box2 .container .box .box2:hover svg path {
    opacity: 1;
}

.product1-box2 .container .box3 {
    margin-top: 0.35rem;
}

.product1-box2 .container .box3 .box4 {
    display: none;
}

.product1-box2 .container .box3 .box4.on {
    display: block;
}

.product1-box2 .container .box3 .box4 .cn2 {
    display: flex;
    align-items: center;
    line-height: 1.625em;
    margin-bottom: 0.1rem;
    color: #Fff;
}

.product1-box2 .container .box3 .box4 .cn2 span {
    margin-right: 0.08rem;
    flex-shrink: 0;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #fff;
    border-radius: 50%;
}

.product1-box2 .container .public-btn {
    margin-top: 0.4rem;
}

.product4-box1 .projectinfolist {
    margin-top: 0;
}

.product4-box1 .projectinfolist .box {
    margin-top: 0;
}

.product4-box1 .projectinfolist .box .img {
    border-radius: 0;
}

.product4-box1 .projectinfolist .box .img:before {
    padding-top: 39.58333333%;
}

@media (max-width: 991px) {
    .product4-box1 .projectinfolist .box .img:before {
        padding-top: 120%;
    }
}

.product4-box1 .projectinfolist .box .container {
    z-index: 4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product4-box1 .projectinfolist .box .container .text {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    transform: initial;
    margin: 0 auto 0 0;
}

@media (max-width: 991px) {
    .product4-box1 .projectinfolist .box .container .text {
        width: 100%;
    }
}

.product4-box1 .projectinfolist .box.choice1 .text {
    margin: 0 0 0 auto;
}

.product4-box1 .projectinfolist .box.choice2 .text {
    margin: 0 auto 0 0;
}

.product4-box1 .projectinfolist .box.black .container .text .cn2 {
    color: #000;
}

.product4-box1 .projectinfolist .box.black .container .text .line {
    background-color: rgba(0, 0, 0, 0.1);
}

.product4-box1 .projectinfolist .box.black .container .text .cn3 {
    color: #666666;
}

.product3-box1 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.product3-box1 .img {
    width: 100%;
    height: 100%;
}

.product3-box1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: bannerscale 20s infinite linear;
}

@media (max-width: 991px) {
    .product3-box1 .img .pc-img {
        display: none;
    }
}

.product3-box1 .img .mb-img {
    display: none;
}

@media (max-width: 991px) {
    .product3-box1 .img .mb-img {
        display: block;
    }
}

.product3-box1 .videobox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product3-box1 .videobox .cn1 {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #1a3064;
    position: relative;
}

.product3-box1 .videobox .cn1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #1a3064;
    border-radius: 50%;
    animation: myscale 2s infinite linear;
}

.product3-box1 .videobox .cn1::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #1a3064;
    border-radius: 50%;
    animation: myscale2 2s infinite linear;
}

.product3-box1 .videobox .cn1 em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #1a3064;
    border-radius: 50%;
}

.product3-box1 .videobox .cn1 img {
    z-index: 3;
    position: relative;
    width: 20%;
}

.product3-box1 .videobox .cn2 {
    margin-top: 0.3rem;
    line-height: 1.38461538em;
    text-align: center;
    color: #ffffff;
}

@keyframes myscale {
    from {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes myscale2 {
    from {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.4);
    }
}

.product3-box2 {
    background-color: #f8f8f8;
    padding: 0.9rem 0 0;
    position: relative;
    overflow: hidden;
}

.product3-box2 .container .cn1 {
    color: #000;
    line-height: 1.3125em;
}

.product3-box2 .container .line {
    margin-top: 0.45rem;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
}

.product3-box2 .container .line::before {
    content: "";
    width: 0.3rem;
    height: 0.03rem;
    background-color: #1a3064;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product3-box2 .product3box2a {
    margin-top: 0.7rem;
    position: relative;
}

@media (max-width: 991px) {
    .product3-box2 .product3box2a {
        padding: 0.6rem 0;
    }
}

.product3-box2 .product3box2a .img.on img {
    animation: tech3box2opacity 0.5s linear 1 forwards;
}

@media (max-width: 991px) {
    .product3-box2 .product3box2a .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}


.product2-box .prodct2-box2 .container .right {
    pointer-events: initial;
    width: 71.5625%;
}

@media (max-width: 991px) {
    .product2-box .prodct2-box2 .container .right {
        width: 100%;
    }
}

.product2-box .prodct2-box2 .container .right .rightbox1 {
    padding-top: 1rem;
}

.product2-box .prodct2-box2 .container .right .rightbox1.rightbox2 .cn2 {
    margin-bottom: 0.2rem;
}

.product2-box .prodct2-box2 .container .right .rightbox1.rightbox2 .cn8 {
    margin-bottom: 0.4rem;
    color: #666666;
    line-height: 1.625em;
}

.product2-box .prodct2-box2 .container .right .rightbox1:nth-child(1) {
    padding-top: 0;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn2 {
    display: flex;
    align-items: center;
    color: #000;
    line-height: 1.3125em;
    margin-bottom: 0.4rem;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn2 span {
    margin-right: 0.1rem;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background-color: #1a3064;
    border-radius: 50%;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn3 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn3 .cn4 {
    width: calc(100% / 3);
    padding: 0.3rem 0.3rem 0.2rem 0;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .product2-box .prodct2-box2 .container .right .rightbox1 .cn3 .cn4 {
        width: 50%;
    }
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn3 .cn4 .cn5 {
    display: block;
    color: #999999;
    line-height: 1.625em;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn3 .cn4 .cn6 {
    word-break: break-all;
    color: #333333;
    display: block;
    line-height: 1.45454545em;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .prodct2box2swiper {
    overflow: hidden;
    position: relative;
    width: 150%;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .prodct2box2swiper .swiper-slide .img {
    border-radius: 0.2rem;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .prodct2box2swiper .swiper-slide .img::before {
    padding-top: 64.28571429%;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .prodct2box2swiper .swiper-slide .cn7 {
    padding-right: 0.5rem;
    margin-top: 0.25rem;
    color: #333333;
    line-height: 1.5em;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn9 {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .product2-box .prodct2-box2 .container .right .rightbox1 .cn9 {
        justify-content: space-between;
    }
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn9 .cn10 {
    height: auto;
    border-radius: 0.2rem;
    margin-right: 0.15rem;
    width: calc((100% - 0.3rem) / 3);
    margin-bottom: 0.15rem;
    background-color: #fff;
    padding: 0.8rem 0.3rem 0.5rem;
}

@media (max-width: 991px) {
    .product2-box .prodct2-box2 .container .right .rightbox1 .cn9 .cn10 {
        width: 48%;
        margin-bottom: 0.3rem;
        margin-right: 0;
    }
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn9 .cn10:nth-child(3n) {
    margin-right: 0;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn9 .cn10 .img {
    text-align: center;
    height: 0.6rem;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn9 .cn10 .img img {
    height: 0.6rem;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn9 .cn10 .line2 {
    width: 0.27rem;
    height: 0.05rem;
    background-color: #1a3064;
    border-radius: 0.02rem;
    margin: 0.4rem auto 0.35rem;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn9 .cn10 .cn11 {
    text-align: center;
    line-height: 1.5em;
    color: #000000;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .cn9 .cn10 .cn12 {
    margin-top: 0.05rem;
    line-height: 1.625em;
    text-align: center;
    color: #666666;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .box12 {
    display: flex;
    margin-top: 0.3rem;
    align-items: center;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .box12 .box13 {
    margin-left: 0.15rem;
    display: flex;
    flex-shrink: 0;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .box12 .box13 .swiperprev,
.product2-box .prodct2-box2 .container .right .rightbox1 .box12 .box13 .swipernext {
    margin-left: 0.15rem;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    background-color: #Fff;
    transform: initial;
    transition: all 0.5s;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .box12 .box13 .swiperprev svg,
.product2-box .prodct2-box2 .container .right .rightbox1 .box12 .box13 .swipernext svg {
    width: 0.08rem;
    height: auto;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .box12 .box13 .swiperprev svg path,
.product2-box .prodct2-box2 .container .right .rightbox1 .box12 .box13 .swipernext svg path {
    fill: #666;
    stroke: none;
    opacity: 1;
    transition: all 0.5s;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .box12 .box13 .swiperprev:hover,
.product2-box .prodct2-box2 .container .right .rightbox1 .box12 .box13 .swipernext:hover {
    background-color: #1a3064;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .box12 .box13 .swiperprev:hover svg path,
.product2-box .prodct2-box2 .container .right .rightbox1 .box12 .box13 .swipernext:hover svg path {
    fill: #Fff;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .box12 .box13 .swipernext {
    transform: rotate(180deg);
}

.product2-box .prodct2-box2 .container .right .rightbox1 .box10 {
    width: 100%;
    height: 0.03rem;
    overflow: hidden;
    display: flex;
    position: relative;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .box10 .linepage {
    width: 100%;
    height: 0.03rem;
}

.product2-box .prodct2-box2 .container .right .rightbox1 .box10 .linepage .swiper-pagination-progressbar-fill {
    background-color: #1a3064;
}

.joinpagebox1 {
    width: 100%;
    height: 280vh;
    background-color: #eee;
    position: relative;
    margin-top: -1rem;
}

.joinpagebox1 .joinpagebox1a {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: sticky;
    left: 0;
    top: 0;
}

.joinpagebox1 .joinpagebox1a .textbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #f8f8f8;
}

.joinpagebox1 .joinpagebox1a .textbox .cn1 {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.86rem;
    background-size: 100vw 100vh;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-position: 50%;
    background-repeat: no-repeat;
    white-space: nowrap;
}

.joinpagebox1 .joinpagebox1a .textbox .cn2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    width: 100%;
    justify-content: center;
}

.joinpagebox1 .joinpagebox1a .textbox .cn2 img {
    margin-right: 0.1rem;
}

.joinpagebox1 .joinpagebox1a .picbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.joinpagebox1 .joinpagebox1a .picbox .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.joinpagebox1 .joinpagebox1a .picbox .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.joinpagebox1 .joinpagebox1a .textbox2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 5;
    opacity: 0;
    transform: translateY(0.6rem);
}

.joinpagebox1 .joinpagebox1a .textbox2 .container {
    display: flex;
    justify-content: flex-end;
}

.joinpagebox1 .joinpagebox1a .textbox2 .container .publicindextitle {
    width: 6.9rem;
}

.joinpagebox2 {
    padding: 1.15rem 0 0.75rem;
    background-color: #Fff;
    position: relative;
    overflow: hidden;
}

.joinpagebox2 .cn1 {
    text-align: center;
    color: #000000;
    line-height: 1.3125em;
}

.joinpagebox2 .joinpagebox2a {
    width: 65.96858639%;
    margin: 0.45rem auto 0;
}

@media (max-width: 991px) {
    .joinpagebox2 .joinpagebox2a {
        width: 90%;
    }
}

.joinpagebox2 .joinpagebox2a .swiper-slide {
    transform: scale(0.8);
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .joinpagebox2 .joinpagebox2a .swiper-slide {
        transform: scale(1);
    }
}

.joinpagebox2 .joinpagebox2a .swiper-slide.swiper-slide-active,
.joinpagebox2 .joinpagebox2a .swiper-slide.swiper-slide-duplicate-active {
    transform: scale(1);
}

.joinpagebox2 .joinpagebox2a .swiper-slide .img {
    border-radius: 0.2rem;
}

.joinpagebox2 .joinpagebox2a .swiper-slide .img::before {
    padding-top: 48.41269841%;
}

.joinpagebox2 .bigbox {
    width: 65.96858639%;
    margin: 0.4rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .joinpagebox2 .bigbox {
        width: 90%;
        flex-wrap: wrap;
    }
}

.joinpagebox2 .bigbox .joinpagebox2b {
    position: relative;
    overflow: hidden;
    width: 60%;
}

@media (max-width: 991px) {
    .joinpagebox2 .bigbox .joinpagebox2b {
        text-align: center;
        width: 100%;
    }
}

.joinpagebox2 .bigbox .box13 {
    margin-left: 0.15rem;
    display: flex;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .joinpagebox2 .bigbox .box13 {
        display: none;
        width: 100%;
        margin-top: 0.3rem;
        justify-content: center;
        margin: 0.3rem 0 0;
    }
}

.joinpagebox2 .bigbox .box13 .swiperprev,
.joinpagebox2 .bigbox .box13 .swipernext {
    margin-left: 0.15rem;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f8f8f8;
    transform: initial;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .joinpagebox2 .bigbox .box13 .swiperprev,
    .joinpagebox2 .bigbox .box13 .swipernext {
        display: flex;
        margin: 0 0.15rem;
    }
}

.joinpagebox2 .bigbox .box13 .swiperprev svg,
.joinpagebox2 .bigbox .box13 .swipernext svg {
    width: 0.08rem;
    height: auto;
}

.joinpagebox2 .bigbox .box13 .swiperprev svg path,
.joinpagebox2 .bigbox .box13 .swipernext svg path {
    fill: #666;
    stroke: none;
    opacity: 1;
    transition: all 0.5s;
}

.joinpagebox2 .bigbox .box13 .swiperprev:hover,
.joinpagebox2 .bigbox .box13 .swipernext:hover {
    background-color: #1a3064;
}

.joinpagebox2 .bigbox .box13 .swiperprev:hover svg path,
.joinpagebox2 .bigbox .box13 .swipernext:hover svg path {
    fill: #Fff;
}

.joinpagebox2 .bigbox .box13 .swipernext {
    transform: rotate(180deg);
}

.joinpagebox3 {
    padding: 0 0 1.4rem;
    background-color: #Fff;
}

.joinpagebox3 .container {
    padding: 0.75rem 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}

.joinpagebox3 .container .left {
    width: 50%;
    padding-right: 1.1rem;
}

@media (max-width: 991px) {
    .joinpagebox3 .container .left {
        width: 100%;
        padding-right: 0;
    }
}

.joinpagebox3 .container .left .publicindextitle .pcn1 .pcn1b {
    color: #666666;
}

.joinpagebox3 .container .left .publicindextitle .pcn2 {
    color: #333333;
}

.joinpagebox3 .container .left .cn3 {
    margin-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.55rem;
}

.joinpagebox3 .container .left .cn3 .cn4 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
}

.joinpagebox3 .container .left .cn3 .cn4 .cn5 {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #1a3064;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #Fff;
}

@media (max-width: 991px) {
    .joinpagebox3 .container .left .cn3 .cn4 .cn5 {
        width: 0.6rem;
        height: 0.6rem;
    }
}

.joinpagebox3 .container .left .cn3 .cn4 .cn5 img {
    max-width: 50%;
}

.joinpagebox3 .container .left .cn3 .cn4 .cn6 {
    margin-left: 0.15rem;
    color: #333;
    line-height: 0.4rem;
}

@media (max-width: 991px) {
    .joinpagebox3 .container .left .cn3 .cn4 .cn6 {
        line-height: 0.6rem;
    }
}

.joinpagebox3 .container .right {
    width: 50%;
}

@media (max-width: 991px) {
    .joinpagebox3 .container .right {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.joinpagebox3 .container .right .img {
    border-radius: 0.2rem;
}

.joinpagebox3 .container .right .img::before {
    padding-top: 60%;
}

.joinpagebox4 .news-list3 {
    overflow: hidden;
}

.joinpagebox4 .news-list3 .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.joinpagebox4 .news-list3 .container .cn2 .cn2box {
    width: 100%;
    display: block;
    padding-bottom: 0.25rem !important;
    margin: 0;
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 1.4rem;
}

@media (max-width: 991px) {
    .joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a {
        overflow: initial;
    }
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a .swiper-slide {
    background-color: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a .swiper-slide .cn2box {
    padding: 0;
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a .swiper-slide .cn2box .img {
    margin: 0;
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a .swiper-slide .cn2box .cn3 {
    margin-top: 0.3rem;
    padding: 0 0.35rem;
    height: 1.5em;
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a .swiper-slide .cn2box .cn4 {
    padding: 0 0.35rem;
    margin-top: 0.2rem;
    height: 3.25em;
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a .swiper-slide .cn2box .cn5 {
    margin: 0 0.35rem;
    margin-top: 1rem;
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a .swiper-slide .cn2box .bgimg {
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
    opacity: 0;
    transition: all 0.75s;
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a .swiper-slide .cn2box .bgimg img {
    width: 2.27rem;
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a .swiper-slide:hover .cn2box .bgimg {
    right: 0;
    bottom: 0;
    opacity: 1;
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a .publicbanner2page {
    bottom: 0.7rem !important;
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a .swiper-pagination-bullet {
    background-color: #000000;
    opacity: 0.2;
}

.joinpagebox4 .news-list3 .container .cn2 .joinpagebox4a .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1a3064;
    opacity: 1;
}

.joinpagebox4v {
    padding: 0;
}

.joinpagebox4v .news-list3 {
    padding-bottom: 0.95rem;
}

.joinpagebox4v .news-list3 .container {
    border-bottom: 0;
}

.tech1-box1 {
    padding-top: 1.6rem;
    margin-top: -0.55rem;
}

.tech1-box2 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    padding-bottom: 6rem;
}

@media (max-width: 991px) {
    .tech1-box2 {
        min-height: 50vh;
    }
}

.tech1-box2 .bgimg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tech1-box2 .bgimg img {
    width: 100%;
    object-fit: cover;
}

.tech1-box2 .container {
    padding-top: 1.2rem;
    position: relative;
}

.tech1-box2 .container .cn1 {
    color: #333333;
    line-height: 1.375em;
    text-align: center;
}

@media (max-width: 991px) {
    .tech1-box2 .container .cn1 {
        font-size: 0.34rem;
    }
}

.tech1-box2 .container .box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tech1-box2 .container .box .box2 {
    margin: 0.7rem 1rem 0;
}

@media (max-width: 991px) {
    .tech1-box2 .container .box .box2 {
        margin: 0.7rem 0 0;
        width: 50%;
        padding: 0 0.3rem;
    }
}

.tech1-box2 .container .box .box2 .cn2 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.tech1-box2 .container .box .box2 .cn2 .cn3 {
    color: #1a3064;
}

.tech1-box2 .container .box .box2 .cn2 .cn4 {
    color: #1a3064;
}

.tech1-box2 .container .box .box2 .cn5 {
    text-align: center;
    color: #333;
    line-height: 1.625em;
    font-weight: bold;
}

.tech1-box3 {
    position: relative;
    width: 100%;
    height: 250vh;
}

@media (max-width: 991px) {
    .tech1-box3 {
        height: auto;
        padding: 1.2rem 0;
    }
}

.tech1-box3 .tech1box3a {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}

@media (max-width: 991px) {
    .tech1-box3 .tech1box3a {
        height: auto;
        position: relative;
    }
}

.tech1-box3 .tech1box3a .container {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .tech1-box3 .tech1box3a .container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

.tech1-box3 .tech1box3a .container .enimg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 65.1875%;
}

@media (max-width: 991px) {
    .tech1-box3 .tech1box3a .container .enimg {
        display: none;
    }
}

.tech1-box3 .tech1box3a .container .enimg img {
    width: 100%;
}

.tech1-box3 .tech1box3a .container .left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

@media (max-width: 991px) {
    .tech1-box3 .tech1box3a .container .left {
        margin-top: 0.5rem;
        width: 100%;
        position: relative;
        left: 0 !important;
        top: 0 !important;
        transform: initial !important;
    }
}

@media (max-width: 991px) {
    .tech1-box3 .tech1box3a .container .left .img {
        display: none;
    }
}

.tech1-box3 .tech1box3a .container .left .mb-img {
    display: none;
    width: 100%;
}

@media (max-width: 991px) {
    .tech1-box3 .tech1box3a .container .left .mb-img {
        display: block;
    }
}

.tech1-box3 .tech1box3a .container .right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 55%;
    opacity: 0;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .tech1-box3 .tech1box3a .container .right {
        top: initial !important;
        position: relative;
        width: 100%;
        right: 0 !important;
        transform: initial !important;
        opacity: 1;
    }
}

.tech1-box3 .tech1box3a .container .right .cn1 {
    color: #000000;
    line-height: 1.3125em;
}

.tech1-box3 .tech1box3a .container .right .line {
    margin: 0.45rem 0;
    width: 100%;
    height: 1px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
}

.tech1-box3 .tech1box3a .container .right .line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.3rem;
    height: 0.03rem;
    background-color: #1a3064;
}

.tech1-box3 .tech1box3a .container .right .cn2 {
    line-height: 1.75em;
    color: #666;
}

.tech1-box4 .container .cn1 {
    color: #000000;
    line-height: 1.3125em;
    position: relative;
    z-index: 4;
}

.tech1-box4 .container .line {
    width: 100%;
    height: 1px;
    margin: 0.6rem 0 0.8rem;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 4;
}

.tech1-box4 .container .line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.3rem;
    height: 0.03rem;
    background-color: #1a3064;
}

.tech2-box1 {
    background-color: #F8f8f8;
    padding-top: 1.6rem;
    margin-top: -0.55rem;
}

@media (max-width: 991px) {
    .tech2-box1 .product3box2a .container .product3box2b {
        padding: 0.6rem 0;
    }
}

.tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn2 {
    color: #Fff !important;
}

@media (max-width: 991px) {
    .tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn2 {
        display: none;
    }
}

.tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn90 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    top: 60%;
    opacity: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.2rem;
}

@media (max-width: 991px) {
    .tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn90 {
        padding: 0.15rem 5%;
        opacity: 1;
        top: 0;
        left: 0;
        transform: initial;
        position: relative;
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn90 .cn99 {
        width: 100%;
    }
}

.tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn90 .cn91 {
    color: #fff;
    line-height: 1.41666667em;
}

@media (max-width: 991px) {
    .tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn90 .cn91 {
        color: #fff;
        text-align: center;
        font-size: 0.34rem;
    }
}

.tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn90 .cn92 {
    margin-top: 0.2rem;
    color: #Fff;
}

@media (max-width: 991px) {
    .tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn90 .cn92 {
        color: #fff;
        display: flex;
        flex-wrap: wrap;
    }
}

.tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn90 .cn92 .cn93 {
    display: flex;
    line-height: 30px;
}

@media (max-width: 991px) {
    .tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn90 .cn92 .cn93 {
        width: 100%;
    }
}

.tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn90 .cn92 .cn93 span {
    margin-right: 0.1rem;
    transform: translateY(12px);
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FFf;
}

@media (max-width: 991px) {
    .tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide .cn90 .cn92 .cn93 span {
        background-color: #fff;
    }
}

.tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide:hover .cn2 {
    opacity: 0;
}

.tech2-box1 .product3box2a .container .product3box2b .swiper-wrapper .swiper-slide:hover .cn90 {
    opacity: 1;
    top: 50%;
}

.tech2-box2 {
    background-color: #fff;
    padding: 1.1rem 0;
    position: relative;
    overflow: hidden;
}

.tech2-box2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: #Fff;
    z-index: 3;
}

@media (max-width: 991px) {
    .tech2-box2::before {
        display: none;
    }
}

.tech2-box2 .container .cn1 {
    color: #000000;
    line-height: 1.3125em;
    position: relative;
    z-index: 4;
}

.tech2-box2 .container .line {
    width: 100%;
    height: 1px;
    margin: 0.6rem 0 0.8rem;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 4;
}

.tech2-box2 .container .line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.3rem;
    height: 0.03rem;
    background-color: #1a3064;
}

.tech2-box2 .container .box {
    display: flex;
    flex-wrap: wrap;
}

.tech2-box2 .container .box .left {
    width: 44.375%;
    padding-right: 0.8rem;
    background-color: #fff;
    position: relative;
    z-index: 4;
}

@media (max-width: 991px) {
    .tech2-box2 .container .box .left {
        width: 100%;
        padding-right: 0;
    }
}

.tech2-box2 .container .box .left .tech2box2swiper1 {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 0.5rem;
}

.tech2-box2 .container .box .left .tech2box2swiper1 .cn50 {
    display: flex;
    color: #999;
    position: absolute;
    left: 0;
    bottom: 0;
    align-items: flex-end;
}

.tech2-box2 .container .box .left .tech2box2swiper1 .cn50 span {
    line-height: 1em;
    color: #1a3064;
}

.tech2-box2 .container .box .left .tech2box2swiper1 .cn50 em {
    font-style: normal;
    margin: 0 0.05rem;
}

.tech2-box2 .container .box .left .tech2box2swiper1 .swiper-slide {
    padding-bottom: 1rem;
}

.tech2-box2 .container .box .left .tech2box2swiper1 .publicindextitle .pcn1 .pcn1b {
    color: #999999;
}

.tech2-box2 .container .box .left .tech2box2swiper1 .publicindextitle .cn10 {
    color: #333333;
    line-height: 1.3125em;
    margin: 0.2rem 0 0.4rem;
}

.tech2-box2 .container .box .left .tech2box2swiper1 .publicindextitle .cn11 {
    color: #666666;
    line-height: 1.75em;
}

.tech2-box2 .container .box .left .swiper-pagination2 {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #999999;
}

.tech2-box2 .container .box .left .swiper-pagination2 .swiper-pagination-current {
    font-size: 0.56rem;
    color: #1a3064;
}

.tech2-box2 .container .box .left .box13 {
    margin-left: 0.15rem;
    display: flex;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.tech2-box2 .container .box .left .box13 .swiperprev,
.tech2-box2 .container .box .left .box13 .swipernext {
    margin-left: 0.15rem;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    background-color: #Fff;
    transform: initial;
    transition: all 0.5s;
    background-color: #eee;
}

@media (max-width: 991px) {
    .tech2-box2 .container .box .left .box13 .swiperprev,
    .tech2-box2 .container .box .left .box13 .swipernext {
        display: flex;
    }
}

.tech2-box2 .container .box .left .box13 .swiperprev svg,
.tech2-box2 .container .box .left .box13 .swipernext svg {
    width: 0.08rem;
    height: auto;
}

@media (max-width: 991px) {
    .tech2-box2 .container .box .left .box13 .swiperprev svg,
    .tech2-box2 .container .box .left .box13 .swipernext svg {
        width: 0.16rem;
    }
}

.tech2-box2 .container .box .left .box13 .swiperprev svg path,
.tech2-box2 .container .box .left .box13 .swipernext svg path {
    fill: #666;
    stroke: none;
    opacity: 1;
    transition: all 0.5s;
}

.tech2-box2 .container .box .left .box13 .swiperprev:hover,
.tech2-box2 .container .box .left .box13 .swipernext:hover {
    background-color: #1a3064;
}

.tech2-box2 .container .box .left .box13 .swiperprev:hover svg path,
.tech2-box2 .container .box .left .box13 .swipernext:hover svg path {
    fill: #Fff;
}

.tech2-box2 .container .box .left .box13 .swipernext {
    transform: rotate(180deg);
}

.tech2-box2 .container .box .right {
    width: 55.625%;
}

@media (max-width: 991px) {
    .tech2-box2 .container .box .right {
        margin-top: 0.5rem;
        width: 100%;
    }
}

.tech2-box2 .container .box .right .tech2box2swiper2 {
    position: relative;
}

.tech2-box2 .container .box .right .tech2box2swiper2 .img {
    border-radius: 0.2rem;
}

.tech2-box2 .container .box .right .tech2box2swiper2 .img::before {
    padding-top: 61.79775281%;
}

.tech2-box2 .container .box .right .tech2box2swiper2 .dianbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
}

@media (max-width: 991px) {
    .tech2-box2 .container .box .right .tech2box2swiper2 .dianbox {
        display: none;
    }
}

.tech2-box2 .container .box .right .tech2box2swiper2 .dian {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 5;
}

.tech2-box2 .container .box .right .tech2box2swiper2 .dian .dcn1 {
    cursor: pointer;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a3064;
}

.tech2-box3 {
    background-color: #f8f8f8;
    padding: 1rem 0 0.75rem;
}

.tech2-box3 .container .cn1 {
    color: #000000;
    line-height: 1.3125em;
}

.tech2-box3 .container .cn2 {
    color: #666666;
    line-height: 1.75em;
    width: 59.375%;
    margin-top: 0.2rem;
}

@media (max-width: 1260px) {
    .tech2-box3 .container .cn2 {
        width: 100%;
    }
}

.tech2-box3 .container .cn3 {
    margin-top: 0.45rem;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
}

.tech2-box3 .container .cn3 span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #1a3064;
}

.tech2-box3 .container .cn4 {
    color: #666666;
    line-height: 1.625em;
    margin-top: 0.45rem;
    width: 71.25%;
}

@media (max-width: 1260px) {
    .tech2-box3 .container .cn4 {
        width: 100%;
    }
}

.tech2-box3 .container .cn5 {
    margin-top: 0.8rem;
    text-align: right;
}

.tech2-box3 .container .cn5 img {
    margin-left: 0.2rem;
    height: 0.74rem;
}

.tech3-box1 {
    padding-top: 1.6rem;
    padding-bottom: 1.25rem;
    margin-top: -0.55rem;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .tech3-box1 .container {
        display: flex;
        flex-wrap: wrap;
    }
}

.tech3-box1 .container .cn1 {
    color: #333333;
    line-height: 1.3125em;
    margin-bottom: 0.85rem;
}

@media (max-width: 991px) {
    .tech3-box1 .container .cn1 {
        width: 100%;
        order: 0;
        margin-bottom: 0;
    }
}

.tech3-box1 .container .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .tech3-box1 .container .box {
        width: 100%;
        order: 2;
        margin-top: 0.5rem;
    }
}

.tech3-box1 .container .box .box2 {
    width: 40%;
    height: 4.2rem;
    position: relative;
}

@media (max-width: 991px) {
    .tech3-box1 .container .box .box2 {
        width: 100%;
        display: block;
    }
}

.tech3-box1 .container .box .box2::before {
    content: "";
    height: 4.2rem;
    border-radius: 2.1rem;
    background-color: #F8f8f8;
    width: 10rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .tech3-box1 .container .box .box2::before {
        display: none;
    }
}

.tech3-box1 .container .box .box2 .tech1box1swiper {
    position: relative;
    overflow: hidden;
    height: 4.2rem;
}

@media (max-width: 991px) {
    .tech3-box1 .container .box .box2 .tech1box1swiper {
        width: 4.2rem;
        margin: 0 auto;
        overflow: initial;
    }
}

.tech3-box1 .container .box .box2 .tech1box1swiper .swiper-slide .cn2 {
    font-size: 2.4rem;
    color: #1a3064;
    line-height: 4.2rem;
    transition: all 0.5s;
    text-align: center;
    width: 4.2rem;
    padding-left: 0 !important;
    margin-left: calc(100% - 4.2rem);
}

@media (max-width: 1260px) {
    .tech3-box1 .container .box .box2 .tech1box1swiper .swiper-slide .cn2 {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .tech3-box1 .container .box .box2 .tech1box1swiper .swiper-slide .cn2 {
        margin-left: 0 !important;
        margin: 0 auto 0 !important;
        color: #999;
        font-size: 1.6rem;
    }
}

.tech3-box1 .container .box .box2 .tech1box1swiper .swiper-slide .cn2 span {
    display: none;
}

@media (max-width: 991px) {
    .tech3-box1 .container .box .box2 .tech1box1swiper .swiper-slide .cn2 span {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .tech3-box1 .container .box .box2 .tech1box1swiper .swiper-slide.swiper-slide-active .cn2 {
        color: #1a3064;
    }
}

.tech3-box1 .container .box .box2 .tech1box1swiper .swiper-slide.swiper-slide-next {
    margin-top: -1rem;
}

@media (max-width: 991px) {
    .tech3-box1 .container .box .box2 .tech1box1swiper .swiper-slide.swiper-slide-next {
        margin-top: 0;
    }
}

.tech3-box1 .container .box .box2 .tech1box1swiper .swiper-slide.swiper-slide-next .cn2 {
    background-image: linear-gradient(to bottom, #d5d5d5 0%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    font-size: 1.8rem;
    line-height: 1em;
}

@media (max-width: 1260px) {
    .tech3-box1 .container .box .box2 .tech1box1swiper .swiper-slide.swiper-slide-next .cn2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) {
    .tech3-box1 .container .box .box2 .tech1box1swiper .swiper-slide.swiper-slide-next .cn2 {
        line-height: 4.2rem;
        font-size: 1.6rem;
        background-image: initial;
        -webkit-background-clip: initial;
        color: #999;
    }
}

.tech3-box1 .container .box .box2 .tech1box1swiper .cn3 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.4rem;
    line-height: 4.2rem;
    z-index: 3;
}

@media (max-width: 1260px) {
    .tech3-box1 .container .box .box2 .tech1box1swiper .cn3 {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .tech3-box1 .container .box .box2 .tech1box1swiper .cn3 {
        display: none;
    }
}

.tech3-box1 .container .box .box2 .tech1box1swiper .yuan {
    width: 4.2rem;
    height: 4.2rem;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}


.searchresult0 {
    background-color: #f8f8f8;
}

.searchresult0 .container {
    padding: 0.7rem 0;
}

.searchresult0 .container .cn1 {
    text-align: center;
    color: #000000;
    line-height: 1.3125em;
}

.searchresult0 .container .cn2 {
    text-align: center;
    color: #666666;
    line-height: 1.625em;
}

.searchresult1 {
    background-color: #f8f8f8;
}

.searchresult1 .container {
    position: relative;
}

.searchresult1 .container .public-search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .searchresult1 .container .public-search .pright {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .searchresult1 .container .public-search {
        position: relative;
        top: 0;
        transform: initial;
    }
}

.searchresult2 {
    background-color: #F8f8f8;
    padding-bottom: 1rem;
}

.searchresult2 .searchresult2box1 {
    padding: 0.7rem 0;
}

.searchresult2 .searchresult2box1 .qcn1 {
    margin-top: 0.4rem;
    color: #666;
    text-align: center;
}

.searchresult2 .searchresult2box1 .qcn2 {
    text-align: center;
}

.searchresult2 .searchresult2box1 .qcn2 img {
    width: 0.8rem;
}

.searchresult2 .searchresult2box1 .scn1 {
    margin-bottom: 0.4rem;
    color: #000000;
}

.searchresult2 .searchresult2box1 .scn2 {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchresult2 .searchresult2box1 .scn2 .scn3 {
    display: flex;
    align-items: center;
    color: #999999;
    line-height: 1.625em;
    transition: all 0.5s;
}

.searchresult2 .searchresult2box1 .scn2 .scn3 img {
    width: 0.09rem;
    margin-left: 0.09rem;
}

.searchresult2 .searchresult2box1 .scn2 .scn3 svg {
    transition: all 0.5s;
    width: 0.09rem;
    margin-left: 0.09rem;
}

.searchresult2 .searchresult2box1 .scn2 .scn3 svg path {
    fill: #999;
    opacity: 1;
    stroke: none;
    transition: all 0.5s;
}

.searchresult2 .searchresult2box1 .scn2 .scn3:hover {
    color: #1a3064;
}

.searchresult2 .searchresult2box1 .scn2 .scn3:hover svg {
    transform: translateX(0.05rem);
}

.searchresult2 .searchresult2box1 .scn2 .scn3:hover svg path {
    fill: #1a3064;
}

.searchresult2 .searchresult2box1 .projectinfolist {
    margin-top: 0;
}

.searchresult2 .searchresult2box1 .projectinfolist .box:nth-child(1) {
    margin-top: 0;
}

.searchresult2 .searchresult2box1 .project-list5 {
    padding-bottom: 0;
}

.searchresult2 .searchresult2box1 .project-list5 .index-news .container {
    max-width: 100%;
    width: 100%;
}

.searchresult2 .searchresult2box1 .news-list3 {
    padding-bottom: 0;
}

.searchresult2 .searchresult2box1 .news-list3 .index-news .container {
    max-width: 100%;
    width: 100%;
}


.index-case .publicindextitle .pcn1 .pcn1b {
    color: #Fff;
}

.layui-form-select dl dd.layui-this {
    color: #Fff;
}
.layui-form-select dl dd{
  font-size: .18rem;
}
.topullia {
    padding: 0.1rem;
    line-height: 1.5em;
}

.swiper-scrollbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.swiper-scrollbar-drag {
    background-color: #1a3064;
}



.title h2 {
    color: #1f1f21;
    font-size: .62rem;
    line-height: .66rem;
    font-weight: bold;
    margin-bottom: .25rem;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.title h5 {
    color: #000000;
    font-size: .24rem;
    margin-bottom: .22rem;
}


.title p {
    color: #606060;
    font-size: .21rem;
    line-height: .3rem;
}


.swiper-button-prev, .swiper-button-next {
    position: relative;
    margin-top: 0;
    top: auto;
    background: none;
    border: 1px solid #acacac;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background: none;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background: none;
}

.swiper-button-white i {
    font-size: 20px;
    color: #acacac;
    transition: all 0.3s;
}

.swiper-button-prev {
    left: 0;
    margin-right: 10px;
}

.swiper-button-next {
    right: 0;
}

.index-solution .switch {
    display: flex;
    margin-top: 1.6rem;
}

.swiper-button-white:hover {
    background: #e95317;
    border: 1px solid #e95317;
}

.swiper-button-white:hover i {
    color: #fff;
}


.yema {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;

}

.yema ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
}

.yema ul li {
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    margin: 0 7px;
    transition: .3s;
}

.yema ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #a8aaae;
    font-size: 16px;
    transition: all 0.3s;
    border: 1px solid #dcdcdc;
}

.yema ul li a:hover {
    background: #1a3064;
    color: #fff;
    border: 1px solid #1a3064;
}

.yema ul li a.active {
    background: #1a3064;
    color: #fff;
    border: 1px solid #1a3064;
}

.yema ul .prev {
    width: 88px;
}

.yema ul .next {
    width: 88px;
}

.yema ul li.active {
    background: #1a3064;
    color: #fff;
}

.yema ul li.active a {
    color: #fff;
}






.title h3 {
    color: #000;
    font-size: .5rem;
    font-family: "Teko-Medium";
    text-transform: uppercase;
}




.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-top .title h3 {
    font-size: .4rem;
    margin-bottom: .1rem;
}

.footer-top .title p {
    color: #000;
}

.footer-top .public-btn2 .public-btn0 {
    padding: 0 .3rem;
    border: 1px solid #000;
    color: #000;
}

.footer-top .public-btn2 .public-btn0:hover {
    border: 1px solid #fff;
}

.footer-top .public-btn2 .public-btn0:hover:before {
    background-color: #fff;
}

.footer-top .more {
    margin-top: .55rem;
}


.footer {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    background: url("../img/footer-bg.jpg") no-repeat;
    background-size: cover;
    padding: 1rem 6% 0;
}

.footer .left {
    display: flex;
    flex-flow: column;
    width: 16%;
    min-width: 3rem;
    margin-right: .45rem;
}
.footer .left .footer-logo{
    display: flex;
    align-items: flex-start;
    margin-bottom: .24rem;
    width: 2.4rem;
}
.footer .left p{
    color: #ffffff;
    font-size: .16rem;
    line-height: .3rem;
    margin-bottom: .05rem;
}
.footer .left p span{
    color: #f5906b;
}
.follow{
    margin-bottom: .5rem;
}
.follow h5{
    color: #e95317;
    font-size: .15rem;
    font-weight: 200;
    margin-bottom: .22rem;
}
.footer .left ul {
    display: flex;
    align-items: center;
}

.footer .left li {
    margin-right: .18rem;
}

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

.footer .left li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #e95317;
    border-radius: 100%;
}

.footer .left li svg {
    color: #e95317;
    width: 18px;
}

.footer .left li i {
    font-size: 18px;
    color: #e95317;
}

.footer .right {
    width: 75%;
}

.footer .right .content {
    display: flex;
    justify-content: space-between;
}

.footer .right li {
    margin-bottom: .12rem;
}

.footer .right li:nth-child(1) {
    margin-bottom: .3rem;
}

.footer .right li a {
    display: block;
    color: #fff;
    font-size: .16rem;
    transition: all 0.3s;
}
.footer .right li a span{
    color: #f0794d;
    font-size: .18rem;
}
.footer .right li a:hover{
    transform: translateX(10px);
    color: #e95317;
}
.footer .right li:nth-child(1) a {
    color: #fff;
    font-size: .3rem;
    font-weight: 200;
    font-family: Teko-Regular;
}
.footer .right .list ul{
    margin-bottom: .35rem;
}

.footer .right .list li img{
    transform: translateY(-.04rem);
    width: .3rem;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #56575a;
    padding: .28rem 0;
    margin-top: .9rem;
}
.copyright .copyright-left{
    display: flex;
    align-items: center;
    width: 65%;
}
.copyright a{
    color: #ffffff;
    font-size: .18rem;
    font-weight: 500;
    opacity: .3;
}
.copyright p{
    color: #ffffff;
    font-size: .18rem;
    opacity: .3;
    font-weight: 500;
    margin-left: 1rem;
}
.copyright ul{
    display: flex;
    align-items: center;
}
.copyright ul li{
    border-radius: 100%;
    background: #c2c2c2;
    margin-left: .2rem;
    transition: all 0.3s;
}
.copyright ul li a{
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .35rem;
    height: .35rem;
    border-radius: 100%;
}
.copyright ul li i{
    color: #000;
}

.copyright ul li:hover{
    background: #4e7cff;
}



.bannerTwo{
    height: 8.9rem;
    position: relative;
}
.bannerTwo:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.bannerTwo .container{
    display: flex;
    align-items: center;
    height: 100%;
}
.bannerTwo .text{
    z-index: 9;
    max-width: 8.4rem;
}
.bannerTwo h1{
    color: #fff;
    font-size: .9rem;
    line-height: .8rem;
    font-family: "Teko-Regular";
    font-weight: bold;
    margin-bottom: .1rem;
    letter-spacing: .01rem;
}
.bannerTwo h1 span{
    color: #fe7935;
}
.bannerTwo .public-btn2{
    margin-top: .45rem;
}
.bannerTwo .public-btn2 .public-btn0{
    border: 1px solid #e7eaec;
    color: #ffffff;
    font-size: .24rem;
    margin-right: .35rem;
}
.bannerTwo .public-btn2 .public-btn0:hover{
    border: 1px solid #fe7935;
}
.bannerTwo p{
    color: #f8f8f8;
    font-size: .24rem;
    line-height: .4rem;
    max-width: 7.5rem;
}
.bannerTwo p span{
    color: #ffffff;
    font-size: .24rem;
    font-family: "Teko-Regular";
}
.bannerTwo p img{
    filter: brightness(0) invert(1);
}
.breadcrumbs-nav{
    position: relative;
    bottom: 0;
}
.bannerTwo .breadcrumbs-nav{
    position: absolute;
    bottom: .4rem;
}
.breadcrumbs-nav ul{
    display: flex;
    align-items: center;
}
.breadcrumbs-nav ul li{
    display: flex;
    align-items: center;
}
.breadcrumbs-nav ul li a{
    color: #ffffff;
    font-size: .18rem;
}
.breadcrumbs-nav ul li i{
    margin-right: .14rem;
}



.video-box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 9rem;
    height: 6rem;
    background: #fff;
    z-index: -1;
    transition: all 0.3s;
    transform: translate(-50%,-50%);
    opacity: 0;
    padding: .3rem;
}
.video-box video{
    width: 100%;
}
.video-box .close{
    position: absolute;
    right: .2rem;
    top: .2rem;
    font-size: .25rem;
    cursor: pointer;
}
.video-box.active{
    z-index: 992;
    opacity: 1;
}
.model{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: -1;
    transition: all 0.3s;
}
.model.active{
    z-index: 991;
    background: rgba(0,0,0,0.6);
}








.header-two .c-nav .sub-menu{
    position: absolute;
    top: .95rem;
    left: 0;
    /*transform: translateX(-50%);*/
    background: #101010;
    /*border-radius: 25px;*/
    display: flex;
    flex-flow: wrap;
    /*align-items: flex-start;*/
    /*padding: .4rem 14.5%;*/
    padding: .3rem 5%;
    width: 3rem;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    margin-top: 25px;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
/*.header-two .c-nav > li:nth-child(4) .sub-menu{*/
/*    justify-content: center;*/
/*    padding: .3rem 0!important;*/
/*}*/
/*.header-two .c-nav > li:nth-child(4) .sub-menu a{*/
/*    margin: 0 .2rem!important;*/
/*    line-height: normal!important;*/
/*}*/
/*.header-two .c-nav > li:nth-child(4) .sub-menu a:hover{*/
/*    color: #e95317!important;*/
/*}*/
/*.header-two .c-nav > li:nth-child(6) .sub-menu{*/
/*    justify-content: center;*/
/*    padding: .3rem 0!important;*/
/*}*/
/*.header-two .c-nav > li:nth-child(6) .sub-menu a{*/
/*    margin: 0 .2rem!important;*/
/*    line-height: normal!important;*/
/*}*/
/*.header-two .c-nav > li:nth-child(6) .sub-menu a:hover{*/
/*    color: #e95317!important;*/
/*}*/

/*.header-two .c-nav > li:nth-child(7) .sub-menu{*/
/*    justify-content: center;*/
/*    padding: .3rem 0!important;*/
/*}*/
/*.header-two .c-nav > li:nth-child(7) .sub-menu a{*/
/*    margin: 0 .2rem!important;*/
/*    line-height: normal!important;*/
/*}*/
/*.header-two .c-nav > li:nth-child(7) .sub-menu a:hover{*/
/*    color: #e95317!important;*/
/*}*/

.header-two .c-nav .sub-menu .all{
    width: 100%;
    margin-bottom: .12rem;
}
.header-two .c-nav .sub-menu .all a{
    line-height: normal!important;
    text-align: left;
}
.header-two .c-nav .sub-menu .menuone{
    display: flex!important;
    flex-flow: column;
    padding-right: 16px;
}
.header-two .c-nav .sub-menu .sub-menu-box{
    border-right: 1px solid #e95317;
    padding-left: 1.9rem;
}
.header-two .c-nav .sub-menu .menuone li{
    width: 4.9rem;
    margin-bottom: .1rem;
    /*border-radius: 8px;*/
}
/*.header-two .c-nav .sub-menu .menuone li.active{*/
/*    background: #1b4077;*/
/*}*/
.header-two .c-nav .sub-menu .menuone li.active a{
    color: #e95317!important;
}
.header-two .c-nav .sub-menu .menuone li:last-child{
    margin-bottom: 0;
}
.header-two .c-nav .sub-menu .menuone li a{
    display: flex!important;
    justify-content: space-between!important;
    color: #ffffff!important;
    align-items: center!important;
    font-size: .18rem!important;
    line-height: normal!important;
    text-align: left;
    font-weight: 200!important;
}
.header-two .c-nav .sub-menu .menuone li a:before{
    display: none;
}
.header-two .c-nav .sub-menu .menuone li a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .2rem;
    height: .2rem;
    background: #e95317;
    border-radius: 100%;
    color: #e95317;
    opacity: 0;
    transition: all 0.3s;
}
.header-two .c-nav .sub-menu .menuone li.active a i{
    opacity: 1;
}
.header-two .sub-menu .menutwo{
    display: none;
    text-align: left;
    width: 100%;
}
.header-two .sub-menu .menutwo ul li{
    margin-bottom: .05rem;
}
.header-two .sub-menu .menutwo ul li a{
    color: #ffffff!important;
    font-size: .18rem;
    line-height: normal!important;
    font-weight: 200!important;
}
.header-two .sub-menu .menutwo ul li a:hover{
    color: #e95317!important;
}
.header-two .sub-menu .menutwo ul li a:before{
    display: none;
}
.header-two .menu-main{
    display: flex;
    justify-content: space-between;
    margin-left: .5rem;
    height: 100%;
}
.menu-left{
    width: 50%;
    border-right: 1px solid #e95317;
    padding-right: .5rem;
}
.menu-left .list{
    width: 48%;
    margin-bottom: 45px;
}
.menu-left .list a{
    display: inline-block;
}
.menu-left .list h4{
    color: #0e0f3b;
    font-size: 18px;

    margin-bottom: 5px;
    transition: all 0.3s;
}
.menu-left .list p{
    color: #101010;
    font-size: 18px;
    transition: all 0.3s;
}
.menu-left .list:hover h4{
    color: #1b4077;
}
.menu-left .list:hover p{
    color: #1b4077;
}
.menu-left p{
    color: #fff;
    font-size: .18rem;
    line-height: .28rem;
    margin-bottom: .12rem;
}
.menu-right{
    width: 50%;
}
.menu-right .pic{
    max-width: 3.5rem;
    overflow: hidden;
    border-radius: 12px;
    margin-left: .5rem;
}
.menu-right .pic img{
    width: 100%;
}
.menu-right .text{
    background: #1b4077;
    padding: 16px 22px 30px;
    display: none;
}
.menu-right p{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-family: Lato-Regular;
}
.menu-right .text a{
    font-size: 16px;
    font-family: Lato-Light
}

.menu-right .text a img{
    margin-left: 8px;
}


.header-two .c-nav > li:hover .sub-menu {
    opacity: 1;
    z-index: 8;
    visibility: visible;
    margin-top: 0;
}
.content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.index-one{
    margin: .7rem 0;
    position: relative;
    overflow: hidden;
}
.index-one .text{
    width: 45%;
}

.index-one p{
    color: #343436;
    font-size: .2rem;
    line-height: .34rem;
    margin-bottom: .4rem;
}
.index-one .data{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: .6rem;
}
.index-one .data .list{
    width: 45%;
    border-bottom: 2px solid #4c4c4c;
    margin-bottom: .5rem;
    padding-bottom: .1rem;
}
.index-one .data .list .count-title{
    color: #1a1a1a;
    font-size: 1rem;
}
.index-one .data .list:nth-child(2) .count-title{
    /* 核心渐变样式 */
    background-image: linear-gradient(90deg, black 50%, #915b26, #ff9520);
    /* 分开写前缀 */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; /* 替代color透明，兼容性更强 */
}

.index-one .data .list .num{
    display: flex;
    align-items: flex-end;
}
.index-one .data .list .num span{
    color: #1a1a1a;
    font-size: .32rem;
    margin-left: .14rem;
    transform: translateY(-14px);
}
.index-one .data .list:nth-child(2) span:nth-child(2){
    color: #ff9415;
}
.gradient-number {
    /* 核心渐变样式 */
    background-image: linear-gradient(90deg, black 50%, #915b26, #ff9520);
    /* 分开写前缀 */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; /* 替代color透明，兼容性更强 */
}
.index-one .pic{
    width: 45%;
    position: absolute;
    right: 0;
    top: 0;
}


.index-two h2{
    color: #343436;
}
.index-two .content{
    position: relative;
}
.index-two .pic{
    width: 50%;
    position: relative;
}
.index-two li{
    display: flex;
    align-items: center;
    position: absolute;
}
.index-two li .touxiang{
    border: 3px solid #ec7242;
    border-radius: 100%;
    z-index: 99;
    width: .6rem;
    height: .6rem;
}
.index-two li .touxiang img{
    border-radius: 100%;
}
.index-two li .li1{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 22px;
    padding: 7px .2rem;
    transform: translateX(-13px);
    color: #0e103c;
    font-size: .18rem;
    font-weight: bold;
}
.index-two li:nth-child(1){
    top: 14%;
    left: 27%;
}
.index-two li:nth-child(2){
    top: 31%;
    left: 2%;
}
.index-two li:nth-child(3){
    top: 47%;
    left: 31%;
}
.index-two li:nth-child(4){
    bottom: 21%;
    right: 26%;
}
.index-two li .li1 img{
    margin-right: 5px;
}
.index-two .accordion-style1{
    position: absolute;
    right: 0;
    top: 50%;
    width: 60%;
    transform: translateY(-50%);
    background: url("../img/bg-1.png") no-repeat;
    background-size: cover;
    border-radius: 18px;
    overflow: hidden;
}

.index-two .accordion-button{
    color: #000000;
    font-size: .28rem;
    padding: .36rem .52rem;
    border: none;
    border-bottom: 1px solid #fff;
}

.index-two .accordion-button:after{
    background-size: .3rem;
    width: .4rem;
    height: .4rem;
    background-position: center center;
}
.index-two .accordion-button:not(.collapsed):after{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.index-two .accordion-collapse{
    border-bottom: 1px solid #fff;
}
.index-two .accordion-button:focus{
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}
.index-two .accordion-button span{
    margin-right: .45rem;
}

.index-two .accordion-body{
    padding: .3rem 1rem;
}
.index-two .accordion-body p{
    color: #000000;
    font-size: .2rem;
    line-height: .28rem;
    margin-bottom: .1rem;
}
.index-two .accordion-body p:last-child{
    margin-bottom: 0;
}
.index-two .accordion-button:not(.collapsed){
    background: none;
}

.menutwo{
    display: none;
}
.index-three{
    position: relative;
    overflow: hidden;
    margin: .8rem 0;
}
.index-three .left{
    width: 5.2rem;
}
.index-three .left .more{
    margin-top: .3rem;
}
.index-three .menuone{
    margin-top: .5rem;
    overflow: hidden;
    height: 518px;
}
.index-three .menuone li{
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #353535;
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 10px;
    font-family: Teko-Regular;
    border-bottom: 2px solid #0c1d32;
}
.index-three .menuone li.active{
    color: #f18c66;
    border-bottom: 2px solid #eb632d;
}
.index-three .menuone li.active a{
    color: #f18c66;
}
.index-three .menuone li img{
    margin-right: .12rem;
    filter: brightness(0);
}
.index-three .menuone li.active img{
    filter: brightness(1);
}
.index-three .right{
    position: absolute;
    right: 0;
    top: .8rem;
    width: 50%;
}
.index-three .right .pic{
    position: relative;
    overflow: hidden;
    padding-left: .55rem;
}
.index-three .right .pic img{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    border-radius: 100%;
    margin-top: .2rem;
    transform: translateX(-.55rem);
}
.index-three .right .pic:before{
    content:'';
    position: absolute;
    /*right: -.2rem;*/
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f29874;
    border-radius: 100%;
}

.index-four .content{
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
    margin-bottom: .6rem;
}
.index-four .list{
    width: 30%;
    border: 2px solid #f8c8b5;
    border-radius: .32rem;
    padding: .4rem;
    position: relative;
}
.index-four .list .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .3rem;
}
.index-four .list h3{
    color: #000000;
    font-size: .36rem;
    line-height: .3rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: .3rem;
}
.index-four .list li{
    position: relative;
    color: #000000;
    font-size: .2rem;
    line-height: .3rem;
    padding-left: .29rem;
    font-weight: 500;
}
.index-four .list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: .11rem;
    min-width: .06rem;
    min-height: .06rem;
    background: #000000;
    border-radius: 100%;
}
.index-four .list p{
    color: #000000;
    font-size: .2rem;
    line-height: .3rem;
}
.index-four .right-img{
    position: absolute;
    right: -.37rem;
    top: -1%;
    height: 102%;
}
.index-four .right-img img{
    height: 100%;
}
.index-four .list:last-child .right-img{
    right: -.1rem;
}
.index-four .more{
    display: flex;
    justify-content: center;
}


.index-five{
    background: url("../img/bg-2.png") no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: 1.4rem;
}
.index-five .container{
    height: 5.3rem;
    position: relative;
}
.index-five .title{
    text-align: center;
    transform: translateY(1rem);
}

.index-five .list{
    width: 4rem;
    position: absolute;
    top: .2rem;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
}
.index-five .list:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(155, 162, 189, 0) 50%, rgba(155, 162, 189, 1) 100%);
    transition: all 0.3s;
}
.index-five .list:nth-child(1){
    transform: rotate(3deg);
}
.index-five .list:nth-child(2){
    transform: rotate(-6deg);
    left: 2.6rem;
}
.index-five .list:nth-child(3){
    transform: rotate(5deg);
    right: 2.6rem;
    z-index: 9;
}
.index-five .list:nth-child(4){
    transform: rotate(-6deg);
    right: 0;
}
.index-five .list:nth-child(1):hover{
    z-index: 9;
}
.index-five .list:nth-child(4):hover{
    z-index: 9;
}
.index-five .list h4{
    position: absolute;
    left: .3rem;
    bottom: .3rem;
    color: #ffffff;
    font-size: .3rem;
}
.index-five .list .video-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: .3rem;
    bottom: .2rem;
    width: .6rem;
    height: .6rem;
    background: rgba(255,255,255,0.7);
    border-radius: 100%;
    cursor: pointer;
    font-size: .2rem;
}
.index-five .list:hover:before{
    background: linear-gradient(to bottom, rgba(238, 100, 45, 0) 50%, rgba(238, 100, 45, 1) 100%);
}

.index-six{
    margin-top: .9rem;
}
.index-six .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.index-six .content .list:nth-child(1):before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/Core-bg1.png") no-repeat right bottom;
    background-size: contain;
    width: 100%;
    height: 50%;
}
.index-six .content .list:nth-child(2):before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/Core-bg2.png") no-repeat right bottom;
    background-size: contain;
    width: 100%;
    height: 50%;
}
.index-six .content .list:nth-child(3):before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/Core-bg3.png") no-repeat right bottom;
    background-size: contain;
    width: 100%;
    height: 50%;
}
.index-six .content .list{
    width: 31.5%;
    min-height: 5.2rem;
    background: #9ba2bd;
    border-radius: 10px;
    padding: .55rem .4rem;
    position: relative;
    transition: all 0.3s;
}
.index-six .content .list:hover{
    background: #ee642d;
}
.index-six .content .list h3{
    color: #ffffff;
    font-size: .3rem;
    line-height: .45rem;
    min-height: .9rem;
    margin-bottom: .25rem;
}
.index-six .content .list p{
    color: #ffffff;
    font-size: .2rem;
    line-height: .35rem;
}

.index-seven .content{
    padding: .8rem 0;
    border-bottom: 1px solid #d9dce6;
}
.index-seven .left{
    width: 45%;
}
.index-seven .right{
    width: 48%;
}
.index-seven .right .txt{
    position: relative;
    padding-top: .7rem;
}
.index-seven .right .txt span{
    color: #161e38;
    font-size: 2rem;
    /*font-family: "MiSans";*/
    font-family: "Arial";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.index-seven .right .txt p{
    text-indent: 6em;
    color: #161e38;
    font-size: .22rem;
    line-height: .46rem;
    font-style: italic;
}
.index-seven .testimonials{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem;
}
.index-seven .testimonials .xinxi{
    display: flex;
    align-items: center;
}
.index-seven .testimonials .touxiang{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    overflow: hidden;
    margin-right: .3rem;
}
.index-seven .testimonials .touxiang img{
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.index-seven .testimonials .company{
    max-width: 60%;
}
.index-seven .testimonials .company h5{
    color: #343436;
    font-size: .3rem;
    font-weight: 600;
    margin-bottom: .06rem;
}
.index-seven .testimonials .company p{
    color: #343436;
    font-size: .2rem;
    line-height: .28rem;
    font-style: italic;
}
.index-seven .testimonials .video{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    width: .9rem;
    min-width: .9rem;
    height: .9rem;
    background: #cdcdcd;
    border-radius: 100%;
    border: .12rem solid #e3e3e3;
    cursor: pointer;
}
.index-seven .testimonials .logo{
    width: 1.2rem;
}
.index-seven .switch{
    margin-top: 1.2rem;
}

.switch{
    display: flex;
    align-items: center;
}

.switch .swiper-button-prev{
    margin-right: .25rem;
}
.switch .swiper-button-white{
    width: .76rem;
    height: .76rem;
}
.switch .swiper-button-prev img{
    transform: rotate(180deg);
    transition: all 0.3s;
}
.switch .swiper-button-white:hover img{
    filter: brightness(0) invert(1);
}

.index-eight{
    padding: .8rem 0;
}
.index-eight ul{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 17px;
    padding: 0 .15rem;
}
.index-eight ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.8rem;
    box-shadow: 0 0 10px #e9e9e9;
    border-radius: 16px;
    padding: .2rem;
    filter: grayscale(100%);
}
.index-eight ul li:hover{
    filter: grayscale(0);
}
.index-eight .swiper-container{
    padding-bottom: .6rem;
}
.index-eight .swiper-pagination{
    bottom: 0;
}
.index-eight .swiper-pagination .swiper-pagination-bullet{
    background: #9695a4;
    opacity: 1;
}
.index-eight .swiper-pagination .swiper-pagination-bullet-active{
    background: #ee642d;
    width: .44rem;
    border-radius: 3px;
}

.navTwo{
    background: #fff;
}
.navTwo .content{
    overflow: hidden;
}
.navTwo ul{
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.navTwo ul::-webkit-scrollbar {
    height: 6px; /* 横向滚动条高度 */
}
.navTwo ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}
.navTwo ul::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
    width: 40px;
}

/* 鼠标悬浮加深滑块 */
.navTwo ul::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;

}
.navTwo ul li{
    display: inline-block;
    margin-right: .6rem;

}
.navTwo ul li:last-child{
    margin-right: 0;
}
.navTwo ul li a{
    display: block;
    padding: 0 .5rem;
    color: #000000;
    font-size: .2rem;
    line-height: .8rem;
    position: relative;
    text-align: center;
}
.navTwo ul li a.active{
    color: #e95317;
}
.navTwo ul li a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e95317;
    opacity: 0;
    transition: all 0.3s;
}
.navTwo ul li a.active:before{
    opacity: 1;
}
.navTwo ul li a:hover{
    color: #e95317;
}
.navTwo ul li a:hover:before{
    opacity: 1;
}

/*.navThree ul li a:before{*/
/*    display: none;*/
/*}*/

.navThree{
    background: #f7f7f7;
}
.news{
    background: #f6f6f6;
    padding: .8rem 0;
}

.news-top .content .list-top{
    display: grid;
    grid-template-columns: repeat(2,66% 32%);
    gap: .3rem;
    width: 100%;
    margin-bottom: .3rem;
}
.news-top .left-box .list:nth-child(1) .text{
    width: 78%;
}
.news-top .left-box .list:nth-child(1) .text h2{
    min-height: .72rem;
    width: 80%;
}
.news-top .list{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.news-top .list:hover .text h2{
    color: #ff4e00
}
.news-top .list .text{
    position: absolute;
    bottom: .35rem;
    padding: 0 .4rem;
    width: 100%;
    z-index: 3;
}
.news-top .list .text .time{
    color: #fff;
    font-size: .16rem;
    margin-bottom: .18rem;
}
.news-top .list .text .time i{
    margin-right: .12rem;
    color: #b4b4b5;
}
.news-top .list .text h2{
    color: #fff;
    font-size: .38rem;
    line-height: .38rem;
    min-height: 1.14rem;
    font-weight: 200;
    font-family: "Teko-Regular";
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s;
}
.news-top .list .text p{
    color: #fff;
    font-size: .18rem;
    margin-top: .15rem;
}
.news-top .list .pic{
    transition: all 0.3s;
}
.news-top .list:hover .pic{
    transform: scale(1.1,1.1);
}
.news-top .list:hover .text h4{
    color: #ff4e00;
}
.left-box .list{
    height: 5.9rem;
}
.right-box{
    display: grid;
}
.news-top a{
    display: flex;
    width: 100%;
    height: 100%;
}

.news-top .content .list-bot{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .3rem;
    width: 100%;
}
.news-top .content .list-bot .list{
    height: 2.9rem;
}
.news .list{
    position: relative;
}
.news-top .list a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(19,79,188,0.26);
    z-index: 2;
}
.news-bot .list .pic{
    position: relative;
}
.news-bot .list .pic:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(19,79,188,0.26);
    z-index: 2;
}
.news-top .pic{
    width: 100%;
    height: 100%;
}
.news-bot{
    margin-top: .9rem;
}
.news-bot .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.news-bot .content .left{
    width: 72%;
}
.news-bot .content .right{
    width: 25%;
}
.news-bot .list{
    margin-bottom: .6rem;
}
.news-bot .list:nth-child(1){
    border-top: 2px solid #ecebeb;
}
.news-bot .list a{
    display: flex;
    align-items: center;
}
.news-bot .list .text{
    width: 70%;
}
.news-bot .list .text .time{
    color: #3e3e3e;
    font-size: .16rem;
    margin-bottom: .25rem;
}
.news-bot .list .text h3{
    color: #000000;
    font-size: .32rem;
    font-family: "Teko-Regular";
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: .14rem;
    transition: all 0.3s;
}
.news-bot .list .text p{
    color: #000000;
    font-size: .2rem;
    line-height: .28rem;
}
.news-bot .list .pic{
    margin-right: .3rem;
    width: 3.55rem;
    min-width: 3.55rem;
    border-radius: 10px;
    overflow: hidden;
}
.news-bot .list .pic img{
    width: 100%;
    transition: all 0.3s;
}
.news-bot .list .more{
    display: flex;
    align-items: center;
    transition: all 0.3s;
    color: #010101;
    font-size: .24rem;
    font-family: "Teko-Regular";
    margin-top: .24rem;
}
.news-bot .list .more img{
    margin-left: .2rem;
}
.news .news-bot h2{
    color: #000000;
    font-size: .7rem;
    font-family: "Teko-Regular";
    margin-bottom: .3rem;
}


.news-bot .list:hover .text h3{
    color: #ff4e00;
}
.news-bot .list:hover .pic img{
    transform: scale(1.1,1.1);
}
.news-bot .list:last-child{
    border-bottom: none;
}
.news-bot .list:hover .text .more{
    color: #ff4e00;
}
.news-bot .list .text .more img{
    filter: grayscale(100%) brightness(0);
    transition: all 0.3s;
}

.news-bot .list:hover .text .more img{
    filter: grayscale(0) brightness(100%);
}

.news-bot .right .search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #d5d9dd;
    border-radius: 6px;
    padding: 0 .24rem;
    margin-bottom: .25rem;
}
.news-bot .right .search i{
    font-size: .3rem;
}
.news-bot .right .search input::placeholder{
    color: #b4b3b3;
    font-size: .2rem;
}
.news-bot .right .search input{
    color: #000;
    font-size: .2rem;
    line-height: .75rem;
}
.news-bot .right .keywords h4{
    color: #000000;
    font-size: .3rem;
    font-family: "Teko-Regular";
    margin-bottom: .25rem;
}
.news-bot .right .keywords ul{
    margin-bottom: .4rem;
}
.news-bot .right .keywords li{
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
}
.news-bot .right .keywords li a{
    color: #000000;
    font-size: .18rem;
}
.news-bot .right .keywords li a:hover{
    color: #e95317;
}
.news-bot .right select{
    border: 2px solid #d5d9dd;
    border-radius: 6px;
    width: 100%;
    height: .74rem;
    padding: 0 .22rem;
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    color: #b4b3b3;
    font-size: .2rem;
}






.news-bot .public-btn0{
    border: 6px solid #f7b796;
    padding: 0 .7rem;
    background: #f1865e;
    color: #ffffff;
    font-size: .24rem;
}
.news-bot .public-btn2{
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}
.news-bot .public-btn0:hover{
    border: 6px solid #f7b796;
}

.news-detail{
    padding-top: 1.6rem;
    background: url("../img/insights-blog-bg.jpg") no-repeat top;
    background-size: contain;
}
.news-detail .breadcrumbs-nav{
    position: relative;
    bottom: 0;
    margin-bottom: .4rem;
}
.news-detail-top{
    margin-bottom: 1.2rem;
}
.detail-title h1{
    color: #363636;
    font-size: .8rem;
    line-height: .78rem;
    font-family: "Teko-Regular";
    font-weight: bold;
    margin-bottom: .1rem;
}
.detail-title .time{
    color: #363636;
    font-size: .24rem;
    margin-bottom: .25rem;
}

.share-back .share{
    display: flex;
    align-items: center;
}
.share-back .share ul{
    display: flex;
    align-items: center;
}
.news-detail-top .share li{
    margin-right: .2rem;
    display: flex;
    align-items: center;
}
.news-detail-top .share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #272627;
    border-radius: 100%;
    margin: 0;
}
.news-detail-top .share a:hover{
    background: #1284c7;
}
.news-detail-top .share span{
    color: #000000;
    font-size: .2rem;
    margin-right: .25rem;
}

.news-detail-top .share li i {
    font-size: 18px;
    color: #fff;
}
.news-detail-bot{
    padding-bottom: .8rem;
}
.news-detail-bot .left{
    width: 71%;
}
.news-detail-bot .left .pic{
    margin-bottom: .35rem;
    border-radius: 6px;
    overflow: hidden;
}
.news-detail-bot .left .pic img{
    width: 100%;
}
.news-detail-bot .left .text p{
    color: #6a6a6a;
    font-size: .2rem;
    line-height: .3rem;
    margin-bottom: .28rem;
}
.news-detail-bot .left .text span{
    color: #e95317;
    font-weight: 500;
}
.news-detail-bot .left .text strong{
    font-weight: bold!important;
}
.news-detail-bot .left .text strong span{
    font-weight: bold!important;
}
.news-detail-bot .left .text strong p{
    font-weight: bold!important;
}
.news-detail-bot .left .text h1{
    font-size: .32rem;
    margin-bottom: .15rem;
    color: #000;
}
.news-detail-bot .left .text h2{
    font-size: .3rem;
    margin-bottom: .15rem;
    color: #000;
}
.news-detail-bot .left .text h3{
    color: #000000;
    font-size: .36rem;
    font-family: "Teko-Regular";
}
.news-detail-bot .left .text h4{
    font-size: .22rem;
    margin-bottom: .15rem;
    color: #000;
}
.news-detail-bot .left .text ul{
    margin-bottom: .25rem;
}
.news-detail-bot .left .text li{
    color: #6a6a6a;
    font-size: .18rem;
    line-height: .3rem;
    margin-bottom: .12rem;
    position: relative;
    padding-left: .12rem;
}
.news-detail-bot .left .text li:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #6a6a6a;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news-detail-bot .left .text ol{
    color: #6a6a6a;
    font-size: .18rem;
    line-height: .3rem;
    margin-bottom: .12rem;
    position: relative;
    padding-left: .12rem;
}
.news-detail-bot .left .text ol:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #6a6a6a;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news-detail-bot .left .text table{
    margin-bottom: .28rem;
    margin-top: .28rem;
}
.news-detail-bot .left .text th{
    border: 1px solid #000;
    padding: 10px 20px;
}
.news-detail-bot .left .text td{
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: .18rem;
    line-height: .28rem;
}
.news-detail-bot .left .text td p{
    margin-bottom: 0;
}
.news-detail-bot .left .text th p{
    margin-bottom: 0;
}










.news-detail-bot .right{
    width: 25%;
}
.news-detail-bot .right .Insights{
    margin-bottom: .5rem;
}
.news-detail-bot .right h2{
    color: #333333;
    font-size: .48rem;
    font-family: "Teko-Regular";
    font-weight: bold;
}
.news-detail-bot .right li{
    display: flex;
    align-items: center;
}
.news-detail-bot .right li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #000000;
    font-size: .24rem;
    border-bottom: 1px solid #acacac;
    padding: .26rem 0;
}
.news-detail-bot .right li a:hover{
    border-bottom: 1px solid #e74100;
    color: #e74100;
}
.news-detail-bot .right li i{
    font-size: .18rem;
}
.news-detail-bot .right .Popular h2{
    margin-bottom: .4rem;
}
.news-detail-bot .right .Popular .list{
    background: #f7f7f7;
    padding: .4rem .3rem;
    border-radius: 6px;
    margin-bottom: .4rem;
}
.news-detail-bot .right .Popular .list .time{
    color: #000000;
    font-size: .16rem;
    margin-bottom: .2rem;
}
.news-detail-bot .right .Popular .list h3{
    color: #000000;
    font-size: .32rem;
    line-height: .3rem;
    font-family: "Teko-Regular";
    font-weight: bold;
    transition: all 0.3s;
}
.news-detail-bot .right .Popular .list p{
    color: #000000;
    font-size: .2rem;
    line-height: .32rem;
}
.news-detail-bot .right .Popular .list .pic{
    margin-top: .4rem;
    margin-bottom: .2rem;
}
.news-detail-bot .right .Popular .list .more{
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #000000;
    margin-top: .3rem;
    font-family: "Teko-Regular";
    transition: all 0.3s;
}
.news-detail-bot .right .Popular .list .more img{
    margin-left: .2rem;
    filter: grayscale(100%) brightness(0);
    transition: all 0.3s;
}
.news-detail-bot .right .Popular .list:hover h3{
    color: #e95317;
}
.news-detail-bot .right .Popular .list:hover .more{
    color: #e95317;
}
.news-detail-bot .right .Popular .list:hover .more img{
    filter: grayscale(0) brightness(100%);
}

.Reply{
    margin-top: .9rem;
}
.Reply h5{
    color: #000000;
    font-size: .24rem;
    line-height: .42rem;
    margin-bottom: .22rem;
}
.Reply h2{
    color: #343436;
    font-size: .48rem;
    font-family: "Teko-Regular";
}
.biaodan{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: .4rem;
}
.w100{
    width: 100%!important;
}
.biaodan .list{
    display: flex;
    align-items: center;
    width: 48%;
    margin-bottom: .3rem;
}
.biaodan .list input{
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    height: .8rem;
    width: 100%;
    padding: 0 .25rem;
    color: #666666;
    font-size: .18rem;
}
.biaodan .list select{
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    height: .8rem;
    width: 100%;
    padding: 0 .25rem;
    color: #666666;
    font-size: .18rem;
    appearance: auto;
}
.biaodan .list input::placeholder{
    color: #666666;
    font-size: .18rem;
}
.biaodan .list textarea{
    color: #666666;
    font-size: .18rem;
    padding: .25rem;
    height: 2.4rem;
    border: 1px solid #d7d7d7;
    width: 100%;
    border-radius: 4px;
}
.biaodan .list textarea::placeholder{
    color: #666666;
    font-size: .18rem;
}
.biaodan .list .public-btn0{
    border: 6px solid #f7b796;
    padding: 0 .5rem;
    background: #f1865e;
    color: #ffffff;
    font-size: .24rem;
}
.biaodan .list:last-child{
    margin-top: .2rem;
}
.biaodan .list img{
    filter: brightness(0) invert(1);
}
.case{
    padding: .9rem 0;
}
.case .news-bot{
    margin-top: 0;
}
.case .content .left{
    order: 2;
    width: 71%;
}
.case .right{
    order: 1;
}
.case .news-bot h2{
    color: #333333;
    font-size: .48rem;
    font-weight: bold;
}
.case .right li{
    display: flex;
    align-items: center;
}
.case .right li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #000000;
    font-size: .24rem;
    border-bottom: 1px solid #acacac;
    padding: .26rem 0;
}
.case .right li a:hover{
    border-bottom: 1px solid #e74100;
    color: #e74100;
}
.case .right li a.active{
    border-bottom: 1px solid #e74100;
    color: #e74100;
}
.case .right li i{
    font-size: .18rem;
}

.case .content .left .list li{
    color: #000000;
    font-size: .2rem;
}
.case .content .left .list{
    border: none!important;
}

.case .content .left .list .pic:before{
    display: none;
}

.fenye{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: .18rem;
}
.fenye .page-numbers{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SimSun-ExtB;
    background: #e1e3e9;
    width: .65rem;
    height: .65rem;
    border-radius: 100%;
    color: #000000;
    font-size: .26rem;
    font-weight: bold;
    margin-left: .5rem;
}

.policy{
    padding: 1.7rem 0 .8rem;
    background: url("../img/Cookie-Policy_01.jpg") no-repeat top center;
    background-size: contain;
}
.policy .breadcrumbs-nav{
    position: relative;
    bottom: 0;
    margin-bottom: 1.3rem;
}
.policy h1{
    color: #000000;
    font-size: .7rem;
    font-family: "Teko-Regular";
    margin-bottom: .3rem;
}
.policy .content{
    flex-flow: column;
    margin: 0 .6rem;
}
.policy .content p{
    color: #000000;
    font-size: .18rem;
    line-height: .34rem;
    margin-bottom: .14rem;
}
.policy .content h4{
    color: #e73f02;
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .14rem;
    margin-top: .1rem;
}
.policy .content ul{
    margin-bottom: .14rem;
}
.policy .content li{
    position: relative;
    color: #000000;
    font-size: .18rem;
    margin-bottom: .14rem;
    padding-left: .2rem;
}
.policy .content li:before{
    content: '';
    position: absolute;
    left: 0;
    top: .1rem;
    width: .06rem;
    height: .06rem;
    background: #5f5f5f;
    border-radius: 100%;
}
.policy .lianxi h3{
    margin-bottom: .22rem;
    color: #000000;
    font-size: .24rem;
    font-weight: bold;
}
.policy .lianxi{
    border-top: 1px solid #7d7d7d;
    margin: 0 .6rem;
    margin-top: .4rem;
    padding-top: .4rem;
}
.policy .lianxi p{
    color: #000000;
    font-size: .18rem;
    margin-bottom: .14rem;
}
.policy table{
    margin-bottom: .4rem;
}
.policy th{
    color: #000000;
    font-size: .24rem;
    border-bottom: 2px solid #000000;
    padding: .3rem .8rem;
}
.policy td{
    color: #565757;
    font-size: .2rem;
    padding: .3rem .8rem;
    border-bottom: 1px solid #d7d7d7;
}


.contact-top{
    padding-top: 1.4rem;
    background: url("../img/contact-us_01.jpg") no-repeat;
    background-size: cover;
}
.contact-top .breadcrumbs-nav{
    position: relative;
    bottom: 0;
}
.contact-top .content{
    position: relative;
}
.contact-top .text{
    width: 40%;
    margin: 1rem 0 .8rem;
}
.contact-top h1{
    color: #f8f8f8;
    font-size: .8rem;
    margin-bottom: .1rem;
    font-family: "Teko-Regular";
}
.contact-top h2{
    color: #ffffff;
    font-size: .36rem;
    margin-bottom: .5rem;
}
.contact-top ul li{
    display: flex;
    align-items: flex-start;
    margin-bottom: .28rem;
}
.contact-top ul li h5{
    color: #fff;
    font-size: .2rem;
    margin-bottom: .1rem;
}
.contact-top ul li p{
    color: #fff;
    font-size: .18rem;
}
.contact-top ul li .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: .14rem;
    margin-right: .14rem;
    height: .28rem;
    min-width: .35rem;
    width: .35rem;
    border-right: 2px solid #ffffff;
}

.contact-top .pic{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    border-radius: 6px;
}
.contact-top .pic:before{
    content: '';
    position: absolute;
    left: -.25rem;
    bottom: -.25rem;
    width: 4.45rem;
    height: 4.45rem;
    background: #eb632d;
    border-radius: 8px;
}
.contact-top .pic img{
    z-index: 99;
    position: relative;
    border-radius: 6px;
}
.contact .title h2{
    font-size: .8rem;
    font-family: "Teko-Regular";
    margin-top: .3rem;
}

.contact-item1{
    padding: 1rem 0 .4rem;
}
.contact-item1 .content{
    background: url("../img/contact-us-item1.jpg") no-repeat center center;
    background-size: contain;
    margin-top: .7rem;
}
.contact-item1 .content .list{
    display: flex;
    align-items: center;
    width: 29%;
    margin-bottom: .6rem;
}
.contact-item1 .content .list .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem;
    min-width: .67rem;
}
.contact-item1 .content .list h4{
    color: #000;
    font-size: .24rem;
    margin-bottom: .1rem;
    font-family: "Teko-Regular";
    font-weight: bold;
    letter-spacing: 1px;
}
.contact-item1 .content .list .xian{
    width: 100%;
    height: 1px;
    background: #000000;
}
.contact-item1 .content .list p{
    color: #000000;
    font-size: .18rem;
    line-height: .28rem;
    margin-top: .1rem;
}


.contact-item2{
    text-align: center;
}
.contact-item2 .content{
    background: url("../img/contact-us_26.png") no-repeat center center;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    border-radius: 30px;
    padding: 1.1rem 0;
}
.contact-item2 h2{
    color: #ffffff;
    font-size: .48rem;
    margin-bottom: .2rem;
}
.contact-item2 p{
    font-size: .24rem;
    color: #ffffff;
    width: 5.2rem;
    margin: 0 auto;
    justify-content: center;
}
.contact-item2 .public-btn2 .public-btn0{
    margin-top: .3rem;
    border: 6px solid #f7b796;
    color: #fff;
    padding: 0 .4rem;
    line-height: .54rem;
}
.contact-item2 .public-btn2 .public-btn0 img{
    filter: brightness(0) invert(1);
}
.contact-item2 .public-btn2 .public-btn0::before{
    background: #0e5bb4;
}
.contact-item2 .public-btn2 .public-btn0:hover{
    border: 6px solid #5c95d8;
}
.contact-itme3{
    margin-bottom: 1rem;
    margin-top: .8rem;
}
.contact-itme3 .title h2{
    color: #343436;
}
.contact-itme3 .biaodan .list:nth-child(8){
    display: flex;
    align-items: center;
}
.contact-itme3 .biaodan .list:nth-child(8) input{
    width: .2rem;
    height: .2rem;
    margin-right: .16rem;
}
.contact-itme3 .biaodan .list:nth-child(8) p{
    color: #575757;
    font-size: .2rem;
}
.contact-itme3 .biaodan .list:nth-child(8) a {
    color: #425665;
    text-decoration: underline;
}

.quoteMain{
    padding-top: 1.7rem;
}

.quote-top .title h2{
    color: #343436;
}
.elementor{
    margin-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #c6c6c6;
}
.elementor-container{
    display: flex;
    margin-inline: auto;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 44%;
}
.elementor-251 .elementor-element.elementor-element-0da913c {
    width: 40%;
    margin-top: .6rem;
}
.elementor-251 .elementor-element.elementor-element-2119aec {
    width: 12.826%;
}
.quoteMain{
    background: url("../img/get-bg_01.jpg") no-repeat;
    background-size: cover;
}
.quoteMain  .quote-top .title{
    margin-top: .8rem;
}
.quote-bot{
    margin-top: .8rem;
    margin-bottom: 1.2rem;
}
.quote-bot .title h2{
    font-size: .7rem;
    font-family: "Teko-Regular";
}
.quote-bot .biaodan .list{
    width: 32.5%;
}
.quote-bot .biaodan .list:nth-child(6) button{
    min-width: .84rem;
    height: .8rem;
    background: #e9e9e9;
    margin-left: .2rem;
    color: #3f3f3f;
    font-size: .16rem;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
}
.quote-bot .biaodan .list:nth-child(6) button:focus{
    outline: none;
}
.quote-bot .biaodan .list:nth-child(7){
    width: 49.4%;
}
.quote-bot .biaodan .list:nth-child(8){
    width: 49.4%;
}
.quote-bot .biaodan .list:nth-child(9){
    width: 49.4%;
}
.quote-bot .biaodan .list:nth-child(10){
    width: 49.4%;
}
.quote-bot .biaodan .list:nth-child(12){
    flex-flow: column;
    align-items: flex-start;
}
.quote-bot .biaodan .list:nth-child(12) input{
    width: .2rem;
    height: .2rem;
    margin-right: .16rem;
}
.quote-bot .biaodan .list:nth-child(12) p:nth-child(1){
    color: #afafaf;
    font-size: .16rem;
    font-weight: bold;
    padding-left: .35rem;
}
.quote-bot .biaodan .list:nth-child(12) div.label-wrap{
    display: flex;
    align-items: center;
    margin: .2rem 0;
}
.quote-bot .biaodan .list:nth-child(12) div.label-wrap p{
    font-size: .2rem;
    color: #575757;
}
.quote-bot .biaodan .list:nth-child(12) p.cn15{
    padding-left: .35rem;
    font-size: .16rem;
    color: #afafaf;
    font-weight: bold;
}
.biaodan .list .layui-form-select,
.biaodan .list .layui-form-select .layui-input{
    width: 100%;
}
.biaodan .list .layui-form-select,
.biaodan .list .layui-form-select .layui-input{
    width: 100%;
}



/* 顶部电话输入容器 */
.phone-input-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    width: 100%;
    max-width: 1240px;
    height: 100%;
    position: relative;
}
/* 区号下拉按钮 */
.country-select-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 .14rem;
    height: 100%;
    border-right: 1px solid #eeeeee;
    cursor: pointer;
    background: #f7f9ff;
    font-size: .18rem;
}
.country-select-btn img {
    width: 28px;
    height: 20px;
    object-fit: cover;
}
.quote-bot .biaodan .list .arrow {
    margin-left: 6px;
    color: #666666;
}
/* 手机号输入框 */
#phoneInput {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 16px;
}

/* 下拉弹窗外层 */
.country-dropdown {
    position: absolute;
    top: 68px;
    left: 0;
    width: 740px;
    max-height: 460px;
    border: 1px solid #dddddd;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.09);
    display: none;
    z-index: 9999;
    overflow: hidden;
}
.country-dropdown.show {
    display: block;
}
.quote-bot .biaodan .list img{
    filter: brightness(1) invert(0);
}
.quote-bot .biaodan .list:last-child img {
    filter: brightness(0) invert(1);
}
/* 下拉搜索框 */
.dropdown-search {
    width: 100%;
    height: .55rem!important;
    padding: 12px 16px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    outline: none;
}
/* 国家列表滚动容器 */
.country-list-scroll {
    max-height: 390px;
    overflow-y: auto;
}
/* 列表单项 */
.country-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    font-size: .18rem;
}
.country-item:hover {
    background: #f2f3f5;
}
.country-item img {
    width: 32px;
    height: 22px;
    object-fit: cover;
}
.country-code {
    color: #999999;
    margin-left: auto;
}
/* 无匹配提示 */
.no-match {
    padding: 24px 16px;
    text-align: center;
    color: #888;
    font-size: 16px;
}
/* 右侧语言栏（截图附带） */
.lang-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.lang-item {
    border: 1px solid #ddd;
    width: 320px;
    padding: 14px 18px;
    font-size: 22px;
}


.why .title h2{
    font-family: "Teko-Regular";
    margin-bottom: .15rem;
}
.why .title h2 span{
    color: #eb632d;
}
.why .title p{
    font-size: .24rem;
    line-height: .3rem;
    color: #000000;
}
.why-one{
    margin-top: 1rem;
    padding-bottom: .9rem;
    background: url("../img/whyOne-bg_02.jpg") no-repeat;
    background-size: cover;
}
.why-one .item{
    display: flex;
    justify-content: space-between;
}
.why-one .item:nth-child(2){
    width: 48.6%;
    margin-bottom: .4rem;
}
.why-one .item:nth-child(2) .list{
    width: 46.9%;
}
.why-one .item .list{
    width: 23%;
    padding: .5rem .3rem;
    border-radius: 6px;
    background: #f4f5fa;
    text-align: center;
}
.why-one .item .list .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .22rem;
}
.why-one .item .list h4{
    color: #000000;
    font-size: .22rem;
    line-height: .24rem;
    min-height: .48rem;
    font-weight: bold;
    margin-bottom: .2rem;
}
.why-one .item .list p{
    color: #585858;
    font-size: .18rem;
    line-height: .3rem;
}


.why-two .title p{
    max-width: 7.6rem;
}
.why-two .content{
    position: relative;
    margin-top: .4rem;
}
.why-two .content:before{
    content: '';
    position: absolute;
    top: .89rem;
    left: 50%;
    transform: translateX(-50%);
    width: 82%;
    height: 2px;
    background: #d4d4d4;
}
.why-two .list{
    width: 18%;
    text-align: center;
}
.why-two .list .pic{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border: 8px solid #f4f4f4;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    transition: all 0.3s;
}
.why-two .list .num{
    color: #333334;
    font-size: .3rem;
    font-family: "Teko-Regular";
    transition: all 0.3s;
}
.why-two .list h3{
    color: #333334;
    font-size: .26rem;
    font-family: "Teko-Regular";
    transition: all 0.3s;
}
.why-two .list p{
    color: #6a6a6a;
    font-size: .18rem;
    line-height: .26rem;
    margin-top: .22rem;
}
.why-two .list .dian{
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%);
    margin: .14rem 0;
    transition: all 0.3s;
}
.why-two .list:hover h3{
    color: #ec7242;
}
.why-two .list:hover .num{
    color: #ec7242;
}
.why-two .list:hover .pic{
    border: 8px solid #ec7242;
}
.why-two .list:hover .dian{
    filter: grayscale(0);
}
.why-two .more{
    display: flex;
    justify-content: center;
    margin-top: .55rem;
}
.why-three{
    margin-top: .9rem;
    background: url("../img/whyOne-bg_03.jpg") no-repeat center 1.5rem;
    background-size: cover;
}
.why-three .content{
    align-items: center;
    margin-top: .9rem;
}
.why-three .left{
    width: 29%;
    padding-left: 2%;
}
.why-three .mid{
    border: .5rem solid #ffebe1;
    border-radius: 100%;
    width: 37%;
}
.why-three .mid .pic{
    overflow: hidden;
    border-radius: 100%;
    width: 100%;
    border: .5rem solid #ffc39d;
}
.why-three .right{
    width: 29%;
    padding-left: 2%;
}
.why-three .title{
    display: flex;
    align-items: center;
    color: #000000;
    font-size: .48rem;
    font-family: "Teko-Regular";
}
.why-three .title .num{
    width: .67rem;
    height: .67rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .4rem;
    background: #eb632d;
    margin-right: .25rem;
}
.why-three .right .title .num{
    background: #000000;
}
.why-three ul{
    padding-left: .6rem;
    margin-top: .65rem;
}
.why-three li{
    display: flex;
    flex-flow: column;
    margin-bottom: .35rem;
}
.why-three li:last-child{
    margin-bottom: 0;
}
.why-three li span:nth-child(1){
    color: #333333;
    font-size: .2rem;
    font-style: italic;
}
.why-three li span:nth-child(2){
    color: #eb632d;
    font-size: .36rem;
    font-family: "Teko-Regular";
}
.why-three .right li span:nth-child(2){
    color: #000000;
    font-size: .36rem;
    font-family: "Teko-Regular";
}
.why .contact-item2{
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}
.why .contact-item2 .content{
    padding: .9rem 0 1.1rem;
}
.why .contact-item2 .public-btn2 .public-btn0{
    margin-right: .5rem;
}
.why .contact-item2 .public-btn2 .public-btn0:last-child{
    margin-right: 0;
}

.why .contact-item2 p{
    width: 7rem;
}


.industries-item1 .data{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: .5rem;
    margin-bottom: .7rem;
}
.industries-item1 .data .list{
    width: 23%;
}
.industries-item1 .data .list .num{
    display: flex;
    align-items: flex-end;
    color: #1a1a1a;
    font-size: 1rem;
    font-family: "Teko-Regular";
}
.industries-item1 .data .list .num span{
    color: #1a1a1a;
    font-size: .32rem;
    transform: translateY(-.2rem);
}
.industries-item1 .data .list .count-title{
    margin-right: .16rem;
}
.industries-item1 .content .title{
    width: 50%;
}
.industries-item1 .content .list{
    background: #f3f4f9;
}






.industries-item2 .carousel{
    padding: .6rem .4rem 0;
    border: .16rem solid #f3f4f9;
    border-radius: 18px;
    width: 100%;
    background: url("../img/Industries-US-Real-Estate_03.jpg") no-repeat;
    background-size: cover;
    margin-top: .6rem;
}
.industries-item2 .carousel-indicators{
    position: relative;
    top: 0;
    margin: 0;
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.industries-item2 .carousel-indicators li{
    width: 16.6%;
    height: 78px;
    margin: 0;
    background: none;
    opacity: 1;
    border: none;
    border-radius: 0;
    text-align: center;
    text-indent: 0;
    color: #333334;
    font-size: 18px;
    position: relative;
}
.industries-item2 .carousel-indicators li h4{
    color: #ffffff;
    font-size: .18rem;
    line-height: .24rem;
    margin: 0;
}
.industries-item2 .carousel-indicators:before{
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 84%;
    height: 1px;
    background: #e5e6e9;
}
.industries-item2 .carousel-indicators li.active{
    color: #f8931f;
}
.industries-item2 .carousel-indicators li.active h4{
    color: #f8931f;
}
.industries-item2 .carousel-indicators li.active .hui{
    opacity: 0;
}
.industries-item2 .carousel-indicators li .hui{
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
}
.industries-item2 .carousel-indicators li .cai{
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    opacity: 0;
}
.industries-item2 .carousel-indicators li.active .cai{
    opacity: 1;
}
.industries-item2 .text h3{
    color: #ffffff;
    font-size: .36rem;
    font-family: "Teko-Regular";
    margin-bottom: .22rem;
}
.industries-item2 .text p{
    color: #ffffff;
    font-size: .22rem;
    margin-bottom: .3rem;
}
.industries-item2 .text li{
    position: relative;
    color: #fefeff;
    font-size: .18rem;
    margin-bottom: .16rem;
    padding-left: .22rem;
}
.industries-item2 .text li:before{
    content: '';
    position: absolute;
    left: 0;
    top: .09rem;
    width: .08rem;
    height: .08rem;
    background: #ffffff;
    border-radius: 100%;
}
.industries-item2 .item .content{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 1.1rem 1.2rem;
}
.industries-item2 .item .text{
    width: 40%;
    padding-top: .5rem;
}
.industries-item2 .item .pic{
    position: absolute;
    right: 0;
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 100%;
}
.industries-item2 .item .pic img{
    position: relative;
    transform: translate(-.3rem,.3rem);
    overflow: hidden;
    border-radius: 100%;
}
.industries-item2 .item .pic:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #f78729;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.industries-item3{
    margin-top: .6rem;
}
.industries-item3 .list{
    width: 31%;
}
.industries-item3 .right-img{
    right: -.1rem;
    width: 55%;
}
.industries-item3 .list h3{
    line-height: .4rem;
}
.industries-item3 .list h3:nth-child(2){
    margin-bottom: 0;
    color: #ec673f;
}
.industries-item3 .list li{
    padding-left: 0;
}
.industries-item3 .list li:before{
    display: none;
}
.industries-item3 .list li span{
    color: #000000;
    font-weight: bold;
}


.industries-item4 .left{
    width: 3.25rem;
}

.industries .title{
    max-width: 6.9rem;
}

.industries-item4 .right{
    position: relative;
    width: 72%;
    top: 0;
}
.industries-item4 .role-card{
    display: flex;
    align-items: flex-end;
}


.industries-item4 .right .pic{
    overflow: inherit;
}
.industries-item4 .text{
    text-align: right;
    margin-bottom: .8rem;
    max-width: 4.1rem;
    margin-left: .6rem;
}
.industries-item4 .text h2{
    color: #000000;
    font-size: .7rem;
    line-height: .7rem;
    font-family: "Teko-Regular";
    margin-bottom: .1rem;
}
.industries-item4 .text p{
    color: #000000;
    font-size: .22rem;
    line-height: .34rem;
}

.industries-item4 .right .pic{
    padding-left: 0;
}
.industries-item4 .right .pic img{
    position: relative;
    transform: translate(-.3rem, .3rem);
    overflow: hidden;
    border-radius: 100%;
    margin-top: 0;
}
.industries-item4 .right .pic:before{
    right: 0;
    background: #ec673f;
}

.industries-item5 .content{
    display: flex;
    margin-top: .3rem;
}
.industries-item5 .list{
    width: 22%;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #343436;
    padding: .35rem 0;
}
.industries-item5 .list .icon{
    display: flex;
    align-items: center;
    margin-right: .2rem;
    max-width: .52rem;
}
.industries-item5 .list p{
    color: #343436;
    font-size: .22rem;
    line-height: .34rem;
}

.industries-item6{
    margin-top: .85rem;
}
.industries-item6 .content{
    border-radius: 45px;
    overflow: hidden;
    border: .14rem solid #373737;
    margin: 0 .6rem;
    margin-top: .5rem;
}
.comp-table{
    width: 100%;
}
.comp-table th {
    background: #3570b4;
    color: #ffffff;
    font-size: .24rem;
    font-weight: 600;
    text-align: center;
    padding: .28rem 0;
}
.comp-table td {
    border: 1px solid #dcdcdc;
    font-size: 0.22rem;
    color: #343436;
    padding: .28rem;
}
.highlight-cell {
    font-weight: 600;
    color: #3570b4!important;
}

.industries-item7 .content{
    border-bottom: none;
}
.industries-item8{
    padding: .7rem 0;
    background: #f4f5fa;
}
.industries-item8 .title{
    max-width: 100%;
}
.industries-item8 .accordion-style1{
    position: relative;
    background: none;
    width: 100%;
    top: auto;
    transform: none;
    margin-top: .3rem;
    border-radius: 0;
}
.industries-item8 .accordion-button:not(.collapsed){
    color: #f1865e;
}
.industries-item8 .accordion-button:not(.collapsed) span{
    color: #f1865e;
}
.industries-item8 .accordion-button{
    font-size: .24rem;
    font-family: "Jost-Regular";
    padding: .3rem 0;
    border-bottom: none;
    font-weight: bold;
    letter-spacing: .01rem;
}
.industries-item8 .accordion-button span{
    color: #000000;
    font-weight: bold;
    font-size: .36rem;
    font-style: italic;
    font-family: "Teko-Regular";
    margin-right: .3rem;
}
.industries-item8 .accordion-body{
    padding: 0 .55rem .3rem;
}
.industries-item8 .accordion-item{
    border-bottom: 1px solid #343436;
}
.industries-item8 .accordion-collapse{
    border: none;
}
.industries-item8 .accordion-body p{
    line-height: .34rem;
}
.plans-item1{
    padding-top: .8rem;
}
.plans-item1 .title{
    text-align: center;
    max-width: 100%;
}

.pricing-container{
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}
.plan-card{
    position: relative;
    width: 31.5%;
    color: #fff;
    background: #aab1cb;
    padding: .4rem .36rem;
    border-radius: 8px;
    transition: all 0.3s;
    overflow: hidden;
}
.plan-card:nth-child(2){
    background: #9ba2bd;
}
.plan-card:hover{
    background: #f1865e;
}
.plan-name{
    font-size: .18rem;
    margin-bottom: .1rem;
    position: relative;
}
.plan-price{
    font-size: .36rem;
    margin-bottom: .18rem;
    position: relative;
}
.plan-price span{
    font-size: .22rem;
    position: relative;
}
.plan-desc{
    font-size: .18rem;
    line-height: .28rem;
    margin-bottom: .16rem;
    position: relative;
}
.plan-features li{
    display: flex;
    align-items: flex-start;
    gap: 0.13rem;
    margin-bottom: .2rem;
    font-size: .2rem;
    position: relative;
}
.plan-features li .check {
    font-weight: 700;
    flex-shrink: 0;
    font-size: .2rem;
}
.plan-features li span{
    display: block;
}
.plan-features li span:nth-child(2){
    font-size: .18rem;
}
.plan-card .public-btn2{
    margin-top: .4rem;
}
.plan-card .public-btn2 .public-btn0{
    margin: 0 auto;
    color: #fff;
    border: 1px solid #fff;
}
.plan-card .public-btn2 .public-btn0 img{
    filter: brightness(0) invert(1);
}
.plan-card .public-btn2 .public-btn0:hover img{
    filter: brightness(1) invert(0);
}
.plan-card .public-btn2 .public-btn0:hover{
    color: #f1865e;
    border: 1px solid #fff;
}

.plan-card .public-btn2 .public-btn0::before{
    background: #fff;
}


.popular-badge{
    position: absolute;
    right: -0.5rem;
    top: 0.1rem;
    font-size: .19rem;
    font-family: "Teko-Regular";
    background: #f09776;
    padding: .2rem .55rem;
    transform: rotate(40deg);
    z-index: 3;
}

.plan-card .hidden{
    display: none;
}
.plan-card .hidden.active{
    display: flex!important;
}
.plan-card .down{
    display: flex;
    justify-content: center;
    font-size: .8rem;
    font-weight: 100;
    position: relative;
}
.plan-card .down i{
    cursor: pointer;
}
.plan-card .down i.active{
    transform: rotate(180deg);
}
.plan-card:before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../img/Plans-bg.jpg") no-repeat;
    background-size: cover;
    transition: all 0.3s;
    opacity: 0;
}
.plan-card:hover:before{
    opacity: 1;
}


.plans-item2{
    background: url("../img/xian2.png") no-repeat;
    background-size: cover;
    margin-top: .8rem;
}
.plans-item2 .list{
    text-align: center;
}
.plans-item2 .list .icon{
    height: 1rem;
    margin-bottom: .28rem;
}
.plans-item2 .list .icon img{
    max-height: 100%;
}
.plans-item2 .list h3{
    color: #444444;
    font-size: .45rem;
    line-height: .45rem;
    font-family: "Teko-Regular";
}
.plans-item3 .list{
    margin-bottom: .5rem;
}
.plans-item3 .list .right-img{
    display: flex;
    justify-content: flex-end;
    width: 35%;
}

.plans-item3 .list ul{
    max-width: max-content;
    margin: 0 auto;
    margin-top: .2rem;
}
.plans-item3 .list li{
    position: relative;
    display: flex;
    align-items: center;
    font-size: .18rem;
    padding-left: .25rem;
    color: #000;
}

.plans-item3 .list li:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '✓';
    color: #000000;
    font-weight: 700;
    flex-shrink: 0;
}
.plans-item3 .title{
    max-width: 7.5rem;
}
.highlight-cell2{
    color: #ec673f!important;
}
.plans-item4{
    margin-top: 0;
}
.plans-item4 .title{
    max-width: 7.5rem;
}
.plans-item5 .more{
    margin-top: .3rem;
}
.plans-item5 .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: .18rem;
}
.plans-item5 .more img{
    filter: brightness(0) invert(1);
    margin-left: .12rem;
}

.plans .plans-item5{
    margin: .8rem 0;
}

.plans .industries-item8 .accordion-style1{
    margin-top: 0;
}

.italents-item1 .swiper-container{
    padding: 0 .3rem;
}
.italents-item1 .swiper-slide{
    background: #e7e9ee;
    position: relative;
    /*padding: .4rem;*/
    border-radius: 32px;
    overflow: hidden;
    transition: all 0.3s;
}
.italents-item1 .swiper-slide .txt{
    position: absolute;
    top: .4rem;
    left: 0;
    padding: 0 .4rem;
    z-index: 4;
    color: #fff;
    transition: all 0.3s;
}
.italents-item1 .swiper-slide:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.21);
}
.italents-item1 .swiper-slide h3{
    font-size: .3rem;
    font-family: "Teko-Regular";
    margin-bottom: .1rem;
}
.italents-item1 .swiper-slide h4{
    font-size: .18rem;
    margin-bottom: .15rem;
}
.italents-item1 .swiper-slide p{
    font-size: .16rem;
    opacity: 0;
    transition: all 0.3s;
}
.talent-skills-row{
    display: flex;
    flex-flow: wrap;
    margin-bottom: .18rem;
}
.talent-skills-row span{
    font-size: .18rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: .07rem .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .16rem;
    margin-bottom: .08rem;
}
.italents-item1 .swiper-slide .text{
    position: absolute;
    bottom: .4rem;
    left: 0;
    padding: 0 .4rem;
    z-index: 4;
    color: #fff;
}
.italents-item1 .swiper-slide .txt .xian{
    margin-top: .2rem;
    opacity: 0;
}
.italents-item1 .swiper-slide .text .talent-meta span{
    color: #ffffff;
    font-size: .18rem;
    margin-right: .18rem;
}
.italents-item1 .swiper-slide .text .talent-meta{
    display: flex;
    align-items: center;
    margin-top: .15rem;
}
.italents-item1 .swiper-slide .text .talent-meta i{
    margin-right: .1rem;
}
.italents-item1 .swiper-slide .xian{
    width: 100%;
    height: 1px;
    background: #fff;
}
.italents-item1 .swiper-slide:hover{
    background: #ff956b;
}
.italents-item1 .swiper-slide:hover p{
    opacity: 1;
}
.italents-item1 .swiper-slide:hover .txt{
    top: auto;
    bottom: 2.3rem;
}
.italents-item1 .swiper-slide:hover .txt .xian{
    opacity: 1;
}

.italents-item1 .swiper-slide .text .talent-meta span:last-child i{
    color: #e74100;
}
.italents-item1{
    margin-top: .8rem;
}
.italents-item1 .content{
    margin-top: .4rem;
}
.italents-item1 .example{
    text-align: right;
    color: #878787;
    font-size: .16rem;
}

.italents-item1 .switch{
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    z-index: 5;
    width: 100%;
}
.italents-item1 .swiper-button-white{
    position: absolute;
}
.italents-item1 .swiper-button-white img{
    filter: brightness(0) invert(1);
}
.italents-item1 .swiper-button-prev{
    left: 0;
}
.italents-item1 .swiper-button-next{
    right: .3rem;
    background: #e3815c;
}
.italents-item1 .swiper-button-prev{
    left: -.3rem;
    background: #e3815c;
}

.italents-item2{
    margin-top: .8rem;
}
.italents-item2 .title{
    max-width: max-content;
}

.italents-item2 .left{
    width: 40%;
}
.italents-item2 .right{
    width: 50%;
}
.italents-item2 .accordion-style1{
    position: relative;
    width: 100%;
    top: auto;
    transform: none;
    background: none;
    border-radius: 0;
}
.italents-item2 .more{
    margin-top: .4rem;
}
.italents-item2 .public-btn2 .public-btn0{
    padding: 0 .6rem;
}
.italents-item2 .accordion-item{
    background: #f4f5fa;
    margin-bottom: 5px;
    border-radius: 6px;
}
.italents-item2 .accordion-item.active{
    background: #df7144;
}
.italents-item2 .accordion-item.active .accordion-button:after{
    filter: brightness(0) invert(1);
}
.italents-item2 .accordion-button span{
    margin-right: .35rem;
}
.italents-item2 .accordion-button{
    border-bottom: none;
    padding: .2rem .28rem;
}
.italents-item2 .accordion-button img{
    max-width: .5rem;
}
.italents-item2 .accordion-body{
    padding: 0 1.1rem .3rem;
}

.italents-item2 .accordion-item.active .accordion-button{
    color: #fff;
}
.italents-item2 .accordion-item.active .accordion-button img{
    filter: brightness(0) invert(1);
}
.italents-item2 .accordion-item.active .accordion-body p{
    color: #fff;
}

.italents-item2 .accordion-button:focus{
    border-bottom: none;
}
.italents-item3{
    background: none;
    padding-bottom: 0;
}
.italents-item3 .item{
    width: 100%!important;
    margin-top: .4rem;
}
.italents-item3 .item .list{
    width: 23%!important;
    margin-bottom: .4rem;
    transition: all 0.3s;
}
.italents-item3 .item .list h4{
    transition: all 0.3s;
}
.italents-item3 .item .list p{
    transition: all 0.3s;
}
.italents-item3 .item .list:hover{
    background: #df7144;
}
.italents-item3 .item .list:hover h4{
    color: #fff;
}
.italents-item3 .item .list:hover p{
    color: #fff;
}
.italents-item3 .item .list img{
    transition: all 0.3s;
}
.italents-item3 .item .list:hover img{
    filter: brightness(0) invert(1);
}
.slide-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .3rem;
}
.slide-top ul{
    display: flex;
    align-items: center;
}
.slide-top ul li{
    width: .07rem;
    height: .07rem;
    background: #969696;
    border-radius: 100%;
    margin-right: 3px;
}
.slide-top ul li.active{
    background: #df7144;
}
.italents-item4 .content{
    margin-top: .5rem;
}
.italents-item4 .swiper-slide{
    background: #f4f5fa;
    border-radius: 8px;
    padding: .23rem .35rem;
    height: 2rem;
}
.italents-item4 .swiper-slide .list{
    display: flex;
    align-items: center;
}
.italents-item4 .swiper-slide .list .icon{
    margin-right: .3rem;
    display: flex;
    align-items: center;
}
.italents-item4 .swiper-slide .list h4{
    color: #343436;
    font-size: .3rem;
    margin-bottom: .05rem;
    font-family: "Teko-Regular";
}
.italents-item4 .swiper-slide .list p{
    color: #343436;
    font-size: .18rem;
}
.italents-item4 .swiper-slide .num{
    color: #343436;
    font-size: .3rem;
    font-family: "Teko-Regular";
}
.italents-item4 .switch{
    justify-content: flex-end;
    width: 100%;
    margin-bottom: .35rem;
}
.italents-item4 .switch .swiper-button-white{
    width: .65rem;
    height: .65rem;
}

.solution-text{
    color: #8f8f8f;
    font-size: .18rem;
    margin-top: .3rem;
    max-width: 7rem;
}
.italents-item5{
    margin-top: .7rem;
}
.italents-item5 .title{
    max-width: 7.2rem;
}
.italents-item5 .more .public-btn2 .public-btn0 {
    padding: 0 .44rem;
    border: 6px solid #f7b796;
    color: #fff;
    background: #f1865e;
}
.italents-item5 .more .public-btn2 .public-btn0 img {
    filter: brightness(0) invert(1);
}


.italents-item7{
    margin-top: 0;
}
.italents-item7 .title{
    max-width: 9rem;
}
.italents-item7 td span{
    display: block;
}
.italents-item7 td span:nth-child(2){
    color: #343436;
    font-size: .18rem;
}

.italents-item7 .tishi{
    text-align: center;
    color: #8f8f8f;
    font-size: .18rem;
    margin-top: .4rem;
}
.italents-item7 .more{
    margin-top: .5rem;
}
.italents-item7 .more .public-btn2{
    justify-content: center;
}
.italents-item7 .more .public-btn2 .public-btn0{
    padding: 0 .44rem;
    border: 6px solid #f7b796;
    color: #fff;
    background: #f1865e;
}
.italents-item7 .more .public-btn2 .public-btn0 img{
    filter: brightness(0) invert(1);
}
.italents-item8{
    margin-top: .8rem;
}

.italents-item9{
    padding-bottom: 1.1rem;
    margin-bottom: 0;
}
.italents-item9 .left{
    width: 50%;
}
.italents-item9 .menuone{
    display: flex;
    flex-flow: wrap;
    height: auto!important;
    justify-content: space-between;
}
.italents-item9 .menuone li{
    width: 48%;
    margin-bottom: .25rem;
    transition: all 0.3s;
}
.italents-item9 .menuone li img{
    transition: all 0.3s;
}
.italents-item9 .menuone li:hover{
    color: #f18c66;
    border-bottom: 2px solid #eb632d;
}
.italents-item9 .menuone li:hover img{
    filter: brightness(1);
}
.italents-item9 .right{
    position: absolute;
    right: 0;
    width: 45%;
}
.italents-item8 .content{
    margin-top: .7rem;
}
.italents-item8 .list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;

}
.italents-item8 .swiper-slide{
    padding: .7rem 0;
    height: 2.7rem;
    border-right: 1px solid #c7c7c7;
}
.italents-item8 .swiper-slide.swiper-slide-active{
    border-left: 1px solid #c7c7c7;
}
.italents-item8 .list p{
    color: #343436;
    font-size: .24rem;
    font-family: "Teko-Regular";
    font-weight: bold;
}
.italents-item8 .list .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .3rem;
}
.italents-item8 .switch{
    width: 100%;
    justify-content: flex-end;
    margin-bottom: .3rem;
}
.italents-item8 .switch .swiper-button-white{

    width: .65rem;
    height: .65rem;
}
/*.italents-item8 .switch .swiper-button-prev{*/
/*    left: 0;*/
/*}*/
/*.italents-item8 .switch .swiper-button-next{*/
/*    right: 0;*/
/*}*/



.header-language .dd {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 130px;
    left: 50%;
    margin-left: -57px;
    border: 1px solid #bbb;
    border-bottom: 5px solid #e95317;
    z-index: 10000;
    transform: translateY(-20px);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
}

.header-language:hover .dd {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.header-language .dd .box {
    padding: 10px 20px;
    background: #fff;
}

.header-language .dd:before {
    content: "";
    position: absolute;
    top: -3px;
    right: 50%;
    margin-right: -20px;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    border: 1px solid #bbb;
    z-index: -1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.header-language .dt a {
    display: block;
    text-align: center;
    line-height: 35px;
    height: 35px;
    padding: 0 16px;
    color: #000;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.header-language .dd a {
    display: block;
    text-align: center;
    line-height: 35px;
    height: 35px;
    padding: 0 16px;
    color: #333!important;
    font-size: .16rem;
}





/*左侧时间轴栏*/
.index-three .timeline-left{
    width:5.2rem;
    display:flex;
    flex-direction:column;
    align-items:center;
    position:relative;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
}
.index-three .arrow{
    width:40px;height:40px;
    cursor:pointer;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    font-size:32px;
    text-align:center;
    line-height:40px;
    user-select:none;
    z-index:2;
    font-family: "SimSun-ExtB";
}

.index-three .arrow-up {
    top: 0;
}

.index-three .arrow-down {
    bottom: 0;
}
/*可视窗口：固定只展示4个年份 4*80=320px*/
.index-three .year-viewport{
    margin-top:.65rem;
    margin-bottom:.65rem;
    height:530px;
    overflow:hidden;
    position:relative;
    width: 100%;
}
.index-three .year-list{
    transition: transform 0.3s ease;
}
.index-three .year-item{
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #353535;
    font-size: 28px;
    padding: 20px 0;
    margin-bottom: .1rem;
    font-family: Teko-Regular;
    border-bottom: 2px solid #0c1d32;
}
.index-three .year-item a{
    display: flex;
    align-items: center;
}
/*.index-three .year-item.active{*/
/*    color: #f18c66;*/
/*    border-bottom: 2px solid #eb632d;*/
/*}*/
/*.index-three .year-item.active a{*/
/*    color: #f18c66;*/
/*}*/
/*.index-three .year-item.active img{*/
/*    filter: brightness(1);*/
/*}*/
.index-three .year-item:hover{
    border-bottom: 2px solid #eb632d;
}
.index-three .year-item:hover a{
    color: #f18c66;
}

.index-three .year-item img {
    margin-right: .12rem;
    filter: brightness(0);
}
.index-three .year-item:hover img{
    filter: brightness(1);
}
.content-box{
    position: absolute;
    right: 0;
    top: .8rem;
    width: 50%;
}
/*右侧内容区域*/
/*.index-three .content-box{*/
/*    flex:1;*/
/*    display:flex;*/
/*    align-items: center;*/
/*    padding:40px;*/
/*    gap:40px;*/
/*    background: #182984;*/
/*    margin-left: .5rem;*/
/*}*/
.index-three .content-item{
    display:none;
    animation:fade 0.6s ease;
}
.index-three .content-item.show{
    display:flex;
    gap:40px;
}
@keyframes fade{
    from{opacity:0}
    to{opacity:1}
}
.index-three .text-area{flex:1;}

.index-three .img-area {
    width: 320px;
    height: auto;
    object-fit: cover;
}

.industries-mian{
    padding: .7rem 0;
}
.industries-mian .content{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .4rem;
    margin-top: .5rem;
}
.industries-mian .content .list{
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.industries-mian .content .list h3{
    position: absolute;
    bottom: .45rem;
    width: 100%;
    padding: 0 .2rem;
    color: #fff;
    font-size: .28rem;
    text-align: center;
    z-index: 10;
}
.industries-mian .content .list a{
    position: relative;
    display:inline-block;
    width: 100%;
    height: 100%;
}
.industries-mian .content .list a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9;
}
.industries-mian .content .list img{
    transition: all 0.3s;
    width: 100%;
}
.industries-mian .content .list:hover img{
    transform: scale(1.1,1.1);
}




@media (max-width: 1780px) {
    .index-three .year-item{
        font-size: 22px;
        padding: 15px 0;
    }
    .index-three .year-viewport{
        height: 453px;
    }
}
@media (max-width: 1600px) {
    #c-header .c-nav > li {
        margin-left: .15rem;
    }
}


@media (max-width: 1480px) {
    #c-header .c-nav > li a{
        padding: 0 0.2rem;
    }
}

@media (max-width: 1366px) {

    #c-header .c-gn .ztop-language .cn1 span {
        font-size: 16px;
    }

    #c-header .c-gn > div {
        margin-right: 10px;
    }
}

@media (max-width: 1200px) {
    #c-header .c-right-box.c-right-box2 {
        justify-content: flex-end;
    }

    .main-timeline .timeline.bottom:nth-child(4) {
        margin-left: 13% !important;
    }

    #c-header .c-nav > li {
        /*padding: 0 10px;*/
    }

    #c-header .c-gn {
        margin-left: 50px;
    }
}

@media (max-width: 992px) {
    #c-header .c-right-box {
        /*display: none;*/
        width: 30%;
    }

    #c-header .c-gn {
        margin-left: 0;
    }

    #c-header .c-switch {
        margin-left: 10px;
    }

    #c-header .c-right-box.c-right-box2 {
        width: 50%;
    }

    .left_menu ul li {
        font-size: 18px;
    }

    #c-header i {
        font-size: 18px;
    }

    #c-header .c-gn > div:last-child i {
        font-size: 20px;
        margin-left: 10px;
    }

    #c-header .c-switch {
        width: 25px;
        height: 20px;
    }

    #c-header .c-switch i {
        background: #fff;
    }

    #c-header .c-nav2 li {
        padding: 0 25px;
    }

    .public-topsearch .box1 .container .box2 input {
        line-height: 40px;
        font-size: 16px;
    }

    .public-topsearch .box1 .container .box2 input::placeholder {
        font-size: 16px;
    }

    .public-topsearch .box1 .container .box2 button svg {
        width: 15px;
        height: 15px;
    }

    .public-topsearch .box1 .container .box3 {
        padding: 15px 0;
    }

    .left_menu ul li {
        width: 100px;
    }

    .bannerTwo {
        height: 500px;
        /*margin-top: 65px;*/
    }
}

@media (max-width: 768px) {
    .bannerTwo p span{
        font-size: .2rem;
    }
    .bannerTwo .public-btn2{
        flex-flow: column;
    }
    .bannerTwo .public-btn2 .public-btn0{
        width: max-content;
        margin-bottom: .2rem;
    }
    .index-one .text{
        width: 100%;
    }
    .index-one .pic{
        display: none;
    }
    .index-two .pic{
        width: 100%;
        margin-bottom: .3rem;
    }
    .index-two li .li1{
        font-size: 14px;
    }
    .index-two .accordion-style1{
        width: 100%;
        position: relative;
        top: auto;
        transform: none;
    }
    .index-two .accordion-button{
        text-align: left;
        font-size: 22px;
        padding: 20px 20px;
    }
    .index-two .accordion-button span{
        margin-right: 20px;
    }
    .index-two .accordion-body{
        padding: .2rem .65rem;
    }
    .index-three .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .index-three .right .pic img{
        transform: none;
        border-radius: 0;
        margin-top: 0;
    }
    .index-three .menuone{
        margin-top: 10px;
    }
    .index-three .right{
        width: 100%;
        position: relative;
        top: auto;
    }
    .index-three .right .pic:before{
        display: none;
    }
    .index-three .right .pic{
        padding-left: 0;
    }
    .title h5{
        font-size: .2rem;
    }
    .title h2{
        font-size: .4rem;
        line-height: .44rem;
    }
    .title h5 br{
        display: none;
    }
    .title h2 br{
        display: none;
    }
    .index-four .list{
        width: 100%;
        margin-bottom: .3rem;
    }
    .index-five{
        margin-top: .8rem;
        background: none;
    }
    .index-four .right-img img{
        display: none;
    }
    .index-five .container{
        height: auto;
    }
    .index-five .list{
        width: 100%;
        margin-bottom: .3rem;
        position: relative;
        top: auto!important;
        left: auto!important;
        right: auto!important;
        transform: none!important;
    }
    .index-five .title{
        transform: none;
        margin-bottom: .5rem;
    }
    .index-six .content .list{
        width: 100%;
        margin-bottom: .3rem;
    }
    .index-six .content .list h3{
        min-height: auto;
        font-size: 22px;
        line-height: 32px;
    }
    .index-six .content .list p{
        line-height: .3rem;
    }
    .index-seven .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .index-seven .right{
        width: 100%;
    }
    .index-seven .switch{
        margin-top: .5rem;
    }
    .index-seven .right .txt span{
        font-size: 1rem;
    }
    .index-seven .right .txt{
        padding-top: .2rem;
    }
    .index-seven .right .txt p{
        line-height: .34rem;
        text-indent: 3em;
    }
    .index-seven .testimonials{
        flex-flow: wrap;
        justify-content: flex-start;
    }
    .index-seven .testimonials .company h5{
        font-size: .24rem;
    }
    .index-seven .testimonials .company p{
        font-size: .2rem;
    }
    .index-seven .testimonials .xinxi{
        width: 100%;
        margin-bottom: .2rem;
    }
    .index-seven .testimonials .video{
        margin-right: .3rem;
    }
    .index-eight ul{
        grid-template-columns: repeat(2, 1fr);
    }
    .index-eight ul li{
        line-height: 1rem;
    }




    .navTwo ul li{
        margin-right: 10px;
    }
    .navTwo ul li a{
        padding: 0 15px;
    }




    .bannerTwo .text h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .bannerTwo .text p {
        font-size: 16px;
        line-height: 26px;
    }
    .bannerTwo .breadcrumbs-nav{
        bottom: 15px;
    }
    .left_menu ul li {
        line-height: 65px;
        margin: 0 15px;
    }


    html, body {
        font-size: calc(100vw / 5);
    }
    .public-banner2 .textcontainer .cn1{
        font-size: 30px;
        line-height: 38px;
    }
    .public-banner2{
        height: 500px;
    }
    .index-one .data .list .count-title{
        font-size: 50px;
    }
    .index-one .data .list .num span{
        font-size: 22px;
        transform: translateY(-8px);
    }


    .title h3{
        font-size: 26px;
    }


    .footer-top .title h3{
        font-size: 30px;
    }
    .footer-top{
        display: none;
        padding: 50px 0;
    }
    .footer{
        padding: 20px;
    }
    .footer .left{
        display: none;
    }
    .footer .right{
        width: 100%;
    }
    .footer .right .content{
        display: none;
    }
    .copyright{
        width: 100%;
        justify-content: center;
        margin-top: 0;
        border-top: none;
        padding: 0;
        flex-flow: wrap;
    }
    .copyright a{
        display: none;
    }
    .copyright .copyright-left{
        width: 100%;
        margin-bottom: .2rem;
    }
    .copyright p{
        text-align: center;
        margin-left: 0;
    }

    .public-banner2 .textcontainer{
        top: 24%;
    }
    .news-top .content .list-top{
        grid-template-columns: repeat(1, 1fr);
    }
    .news-top .left-box .list:nth-child(1) .text{
        width: 100%;
    }
    .news-top .list .text{
        padding: 0 .3rem;
    }
    .news-top .list .text h2{
        font-size: 24px;
        line-height: 30px;
    }
    .news-top .content .list-bot{
        grid-template-columns: repeat(1, 1fr);
    }
    .news-top .list .text h2{
        min-height: auto;
    }
    .news-bot .content .left{
        width: 100%;
    }
    .news-bot .content .right{
        width: 100%;
    }
    .news .news-bot h2{
        font-size: 24px;
    }
    .news-bot .list a{
        flex-flow: wrap;
    }
    .news-bot .list .pic{
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .news-bot .list .text{
        width: 100%;
    }
    .news-bot .list .text h3{
        font-size: 22px;
    }
    .news-bot .list .text p{
        font-size: 14px;
    }
    .news-bot .right .search i{
        font-size: .2rem;
    }
    .news-bot .right .search input{
        line-height: .6rem;
    }
    .news-bot .right select{
        line-height: .6rem;
    }

    .bannerTwo h1{
        font-size: 30px;
        line-height: 36px;
    }

    .detail-title h1{
        font-size: 30px;
        line-height: 36px;
    }
    .breadcrumbs-nav ul li a{
        color: #fff;
    }
    .breadcrumbs-nav ul{
        flex-flow: wrap;
    }
    .news-detail{
        padding-top: 1.2rem;
    }
    .share-back .share{
        flex-flow: wrap;
    }
    .share-back .share span{
        margin-bottom: .16rem;
    }
    .news-detail-bot .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .news-detail-bot .right{
        width: 100%;
    }
    .news-detail-top{
        margin-bottom: .7rem;
    }
    .Reply h5{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .Reply h2{
        font-size: 30px;
    }
    .biaodan .list{
        display: flex;
        align-items: center;
        width: 100%;
    }
    .news-detail-bot .right h2{
        font-size: 30px;
    }
    .policy{
        padding: 1.4rem 0 .8rem;
    }
    .policy .content{
        margin: 0;
    }
    .policy .breadcrumbs-nav{
        margin-bottom: .4rem;
    }
    .policy h1{
        font-size: 30px;
    }
    .policy .lianxi{
        margin: .4rem 0;
    }

    .policy th{
        color: #000000;
        font-size: .24rem;
        border-bottom: 2px solid #000000;
        padding: .3rem 0;
    }
    .policy td{
        color: #565757;
        font-size: .2rem;
        padding: .3rem 0;
        border-bottom: 1px solid #d7d7d7;
    }

    .contact-top .text{
        width: 100%;
        margin: .2rem 0 .5rem;
    }
    .contact-top .pic{
        width: 100%;
        display: none;
        position: relative;
    }
    .contact-top h1{
        font-size: 30px;
        margin-bottom: .2rem;
    }
    .contact-top h2{
        font-size: 22px;
    }

    .contact-item1{
        padding: 60px 0 .4rem;
    }
    .contact-top ul li .icon{
        width: 35px;
        min-width: 35px;
    }
    .contact .title h2{
        font-size: 30px;
        margin-top: 0;
    }
    .contact-item2 .content{
        padding: .8rem 20px;
    }
    .contact-item1 .content .list{
        width: 100%;
    }
    .contact-item2 h2{
        font-size: 30px;
    }
    .contact-item2 p{
        width: 100%;
    }
    .elementor-section .elementor-container {
        flex-wrap: wrap;
    }
    .elementor-column {
        width: 100%!important;
    }
    #uc_team_member_carousel_elementor_17e0359 .team_member_carousel_image{
        padding-left: 0;
    }
    .elementor-251 .elementor-element.elementor-element-17e0359 .team_member_carousel_image_container:before{
        display: none;
    }
    .elementor-251 .elementor-element.elementor-element-17e0359 .team_member_carousel_image_container:after{
        display: none;
    }

    #uc_team_member_carousel_elementor_17e0359 .team_member_carousel_image img{
        transform: none;
        margin-top: 0;
        border-radius: 10px;
    }
    .elementor-251 .elementor-element.elementor-element-0da913c{
        margin-top: 30px;
    }
    .elementor-251 .elementor-element.elementor-element-4f2cc6a .team_member_carousel_title span{
        margin-left: 10px;
        font-size: 16px;
    }
    .elementor-251 .elementor-element.elementor-element-0da913c{
        width: 80%!important;
        margin-top: 0;
    }

    .elementor-251 .elementor-element.elementor-element-2119aec {
        width: 20%!important;
        align-content: center;
        align-items: center;
        margin-top: .25rem;
    }
    .ue-remote-arrow img{
        width: 12px;
    }
    .elementor-251 .elementor-element.elementor-element-4961ce4 .ue-item-image{
        height: 40px!important;
    }
    .elementor-column.elementor-col-33{
        margin-bottom: 20px;
    }
    .quoteMain .quote-top .title{
        margin-top: .5rem;
    }
    .quoteMain {
        padding-top: 1.5rem;
    }
    .quote-bot .title h2{
        font-size: .4rem;
    }
    .quote-bot .biaodan .list{
        width: 100%!important;
    }
    .biaodan .list input{
        height: .6rem;
    }
    .biaodan .list select{
        height: .6rem;
    }
    .quote-bot .biaodan .list:nth-child(6) button{
        height: .6rem;
    }
    .phone-input-wrap{
        height: .6rem;
    }

    .why-one .item:nth-child(2){
        width: 100%;
        flex-flow: wrap;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .why-one .item:nth-child(2) .list{
        width: 100%;
        margin-bottom: .4rem;
    }
    .why-one .item{
        flex-flow: wrap;

    }
    .why-one .item .list{
        width: 100%;
        margin-bottom: .4rem;
    }
    .why-one{
        margin-top: 60px;
        padding-bottom: 60px;
    }
    .why-two .list{
        width: 49%;
        margin-bottom: 30px;
    }
    .why-two .content:before{
        display: none;
    }
    .why-three .left{
        width: 100%;
    }
    .why-three .right{
        width: 100%;
    }
    .why-three .title{
        font-size: 30px;
    }
    .why-three .title .num{
        width: 45px;
        height: 45px;
        font-size: 24px;
    }
    .why-three ul{
        padding-left: .6rem;
        margin-top: .4rem;
    }
    .why-three li{
        margin-bottom: .2rem;
    }
    .why-three .mid{
        width: 240px;
        height: 240px;
        border: .2rem solid #ffebe1;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .why-three .mid .pic{
        border: .2rem solid #ffc39d;
    }
    .why .contact-item2 p{
        width: 100%;
        text-align: center;
    }
    .why .contact-item2 p br{
        display: none;
    }
    .why .contact-item2 .public-btn2{
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .why .contact-item2 .content{
        padding: .8rem 20px;
    }
    .why .contact-item2 .public-btn2 .public-btn0{
        width: max-content;
        margin-right: 0;
    }
    .why .contact-item2 .public-btn2 .public-btn0:last-child{
        margin-top: .1rem;
    }
    .why .contact-item2{
        margin-top: 60px;
    }
    .why-three .content{
        margin-top: 40px;
    }
    .industries-item1 .data .list{
        width: 100%;
        margin-bottom: .2rem;
    }
    .industries-item1 .data .list .num{
        font-size: 50px;
    }
    .industries-item1 .data .list .num span{
        font-size: 22px;
        transform: translateY(-8px);
    }

    .industries-item1 .content .title{
        width: 100%;
    }

    .industries-item2 .carousel-indicators li h4{
        display: none;
    }
    .industries-item2 .item .text{
        width: 100%;
        padding-top: 0;
    }
    .industries-item2 .item .pic{
        position: relative;
        display: flex;
        align-items: center;
        height: auto;
        width: auto;
        margin: 40px 0;
    }
    .industries-item2 .item .pic img{
        border-radius: 8px;
    }
    .industries-item2 .item .content{
        margin: 0;
    }
    .industries-item2 .item .pic:before{
        display: none;
    }
    .industries-item2 .item .pic img{
        transform: none;
    }
    .industries-item2 .carousel-indicators li{
        display: flex;
        align-items: center;
        height: 20px;
    }
    .industries-item4{
        margin-top: 0;
    }
    .industries-item4 .role-card{
        flex-flow: column;
    }
    .industries-item4 .role-card .pic{
        margin-bottom: 20px;
    }
    .industries-item4 .text{
        max-width: 100%;
        text-align: left;
        margin: 0;
    }
    .industries-item4 .text h2{
        font-size: 30px;
        line-height: 36px;
    }
    .industries-item5 .list{
        width: 100%;
    }
    .industries-item6 .content{
        margin: 0;
        margin-top: 30px;
        overflow: hidden;
        overflow-x: auto;
    }
    .industries-item6 .content table{
        width: 1500px;
    }
    .comp-table th{
        padding: .2rem 0;
    }
    .comp-table td{
        padding: .2rem .4rem;
    }
    .industries-item8 .accordion-button{
        font-size: 18px;
        padding: 20px 0;
    }
    .industries-item8 .accordion-body{
        padding: .2rem .45rem;
    }


    .industries .contact-item2 .public-btn2 .public-btn0:last-child{
        margin-top: 30px;
    }

    .navTwo{
        display: none;
    }
    .pricing-container{
        flex-flow: wrap;
    }
    .plan-card{
        width: 100%;
        margin-bottom: .3rem;
    }
    .plan-card .down{
        font-size: .5rem;
    }
    .plans-item2 .list{
        width: 48%;
        margin-bottom: .3rem;
    }
    .plans-item2 .list h3{
        font-size: 22px;
        line-height: 28px;
    }
    .italents-item1 .example{
        text-align: left;
        margin-top: .2rem;
    }
    .italents-item1 .swiper-container{
        padding: 0;
    }
    .italents-item1 .swiper-button-prev{
        left: .3rem;
        background: #e3815c;
    }
    .italents-item2 .left{
        width: 100%;
        margin-bottom: 30px;
    }
    .italents-item2 .right{
        width: 100%;
    }
    .italents-item2 .accordion-body{
        padding: 0 .3rem .2rem;
    }
    .italents-item3 .item .list{
        width: 100%!important;
    }
    .italents-item8{
        margin-bottom: .8rem;
    }
    .content-box{
        width: 100%;
        position: relative;
        top: auto;
    }
    .index-three .year-viewport{
        height: 455px;
    }
    .index-three .timeline-left{
        margin-bottom: 20px;
    }
    .industries-mian .content{
        grid-template-columns: repeat(1, 1fr);
    }
    #c-header .c-nav2 li .c-title-box{
        width: 100%;
    }
    #c-header .c-nav2 li ul{
        width: 100%;
    }
    #c-header .c-nav2 li{
        display: flex;
        flex-flow: wrap;
    }
    #c-header .c-nav2 li ul a{
        line-height: 44px;
    }
}