@font-face {
    font-family: "din";
    src: url("../fonts/DIN.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "dincond";
    src: url("../fonts/dincond-bold.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "webfont";
    src: url("../fonts/fontawesome-webfont.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "pop";
    src: url("../fonts/Poppins.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PingFangBold";
    src: url("../fonts/PingFang Bold.woff2");
    font-style: normal;
}

@font-face {
    font-family: "PingFangRegular";
    src: url("../fonts/PingFang Regular.woff2");
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

html {
    font-size: calc(100vw / 19.2);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
span,
pre,
input {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    font-weight: 300;
}

html {
    --defaultcolor: #1265c7;
    --littlecolor: #5298eb;
}

body {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #333333;
    height: auto;
    clear: both;
    font-weight: 300;
}

img {
    border: 0px;
    max-width: 100%;
}

.w1520 {
    max-width: 1520px;
    width: 90%;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none !important;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.layout {
    width: calc(100% - 160px);
    margin: 0 auto;
    position: relative;
}

.line1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

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

.page-pd {
    padding: 140px 0;
}

* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

body {
    left: 0px;
    position: relative;
    line-height: 1;
}

.bg {
    background: #f4f4f4;
}

.c-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.title-typea {
    color: #fff
}

.title-typea-tit {
    font-family: webfont;
    font-size: 70px;
    line-height: 1.3
}

.title-typea-title {
    font-size: 40px;
    line-height: 1.3;
    margin-top: 20px
}

.title-typeb {
    color: #fff
}

.title-typeb-tit {
    font-size: 18px;
    line-height: 2
}

.title-typeb-title {
    font-size: 44px;
    line-height: 1.3;
    margin-top: 16px;
    font-weight: 600;
}

/* pc头部 */
.inside-banner-height {
    height: 670px;
    position: relative;
    z-index: 0;
    align-items: flex-end;
}

.inside-banner .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: no-repeat 50%/cover;
    overflow: hidden;
    height: 100%;
}

.inside-banner .img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.inside-banner .container {
    position: relative;
    z-index: 1;
    margin-bottom: 360px;
    text-shadow: 1px 0 30px #000;
}

.menu {
    padding: 0 80px;
    height: 100px;
    background-color: #fff;
    position: relative;
    z-index: 30;
}

.menu header {
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0 4%;
}

.menu header.active {
    height: 90px;
    background-color: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
}

.menu header.active .index-logo .img:nth-of-type(2) {
    opacity: 1;
}

.menu header.active .index-nav .item {
    color: #000;
}

.menu header.active .index-nav .item.active,
.menu header.active .index-nav .item:hover {
    color: #000;
    font-weight: 500
}

.menu header.active .index-tel {
    color: #000;
}

header.active1 .index-logo .img:nth-of-type(2) {
    opacity: 1;
}

header.active1 .index-nav .item {
    color: #000;
}

header.active1 .index-nav .item.active,
header.active .index-nav .item:hover {
    color: #000;
    font-weight: bold
}

header.active1 .index-tel {
    color: #000;
}

.nav_bg {
    width: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 10;
    height: calc(100vh - 80px);
    background: #000000;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner .banner_h {
    height: calc(100vh - 100px);
}

.banner .banner_h .swiper-slide {
    height: auto;
}
.banner .banner_h .swiper-slide .main{
    position:absolute;
    left: 80px;
    top: 46%;
    transform: translateY(-50%);
    text-shadow: 1px 1px 3px #666;
}
.banner .banner_h .swiper-slide .main .tit{
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    top: 1rem;
    opacity: 0;
    transition: all 1s ease;
}

.banner .banner_h .swiper-slide .main .title{
    position: relative;
    top: 1.5rem;
    color: #FFFFFF;
    opacity: 0;
    transition: all 1.2s ease;
}
.banner .banner_h .swiper-slide.swiper-slide-active .main .tit,
.banner .banner_h .swiper-slide.swiper-slide-active .main .title{
    top: 0;
    opacity: 1;
}
.banner .banner_h img {
    /*margin-top: -150px;*/
    /*max-width: initial;*/
    object-fit: cover;
    width: 100%;
    height: calc(100vh - 100px);
}

/*.banner .banner_h .swiper-slide img::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    z-index: 3;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, .2);*/
/*}*/

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ffffff;
    /*opacity: .4;*/
}

.index-logo {
    position: relative;
    height: 35px;
    display: block;
}

.index-logo .img {
    height: 100%;
    transition: opacity .3s
}

.index-logo .img:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0
}

.index-nav {
    display: flex;
}

.index-nav .item {
    display: block;
    font-size: 1.125em;
    color: rgba(255, 255, 255, 1);
    margin-right: 52px;
    transition: color .3s;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.index-nav .item:last-of-type {
    margin-right: 0;
}

.index-nav .item:hover {
    font-weight: bold
}

.index-tel {
    font-family: "din";
    height: 42px;
    line-height: 42px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    right: 0;
}

.index-tel .hc-bg {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 32px;
    height: 32px;
    background: -webkit-gradient(linear, left top, right top, from(var(--littlecolor)), to(var(--defaultcolor)));
    background: linear-gradient(90deg, var(--littlecolor), var(--defaultcolor));
    border-radius: 16px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    transition: all .4s ease;
    display: none;
}

.index-tel .ico {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-left: 4px;
    margin-right: 22px;
}

.index-tel .ico:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--defaultcolor);
    animation: myfirst 1.5s linear infinite;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@keyframes myfirst {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.5;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}

.index-tel .ico img {
    display: block;
    width: 100%;
    height: 100%;
    color: var(--defaultcolor);
}

.index-tel .hc-txt1 {
    position: absolute;
    top: 2px;
    left: 58px;
    right: 0;
    opacity: 0;
    color: #fff;
    transition: all .2s ease .2s;
    z-index: 4;
    font-size: 14px;
}

.index-tel .hc-txt2 {
    position: relative;
    opacity: 1;
    transition: all .2s ease .2s;
    font-weight: bold;
}

.index-tel:hover .hc-bg {
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 30px);
    border-radius: 20px;
}

.index-tel:hover .hc-txt1 {
    opacity: 1;
}

.index-tel:hover .hc-txt2 {
    /*opacity: 0;*/
    opacity: 1;
}

.mbnav-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    overflow: hidden;
    transition: all .4s ease-out;
    display: none
}

.mbnav-btn-list {
    width: 30px;
    position: absolute;
    top: 21px;
    right: 15px
}

.mbnav-btn-item {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    border-radius: 1px;
    border-radius: 1.5px;
    transition: all .3s
}

.mbnav-btn-item:first-of-type {
    top: 0
}

.mbnav-btn-item:nth-of-type(2) {
    top: 8px
}

.mbnav-btn-item:nth-of-type(3) {
    width: 50%;
    top: 16px
}

.index-main {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.index00 {
    padding: 160px 0;
}

.index00 .top {
    margin-bottom: 100px;
}

.index00 .top .h {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000000;
    line-height: 60px;
    font-size: 56px;
}

.index00 .top .h:first-child {
    margin-bottom: 16px;
    font-family: PingFangBold, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.index00 .top .h span {
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.index00 .p {
    display: flex;
    align-items: flex-start;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    line-height: 38px;
    color: #5E6464;
    font-size: 18px;
}

.index00 .p p:first-child {
    width: 63.17vw;
    margin-right: 10vw;
}

.cl-index00 {
    padding: 0;
}

.index01 {
    position: relative;
}

.index01 .item-r {
    float: right;
    width: 100%;
}

.index01 .item-r .item .tit {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    margin-bottom: 80px;
}

.index01 .item-r .item .tit h3 {
    padding-right: 90px;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.index01 .item-r .item .tit h3 .p {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000000;
    line-height: 26px;
    margin-bottom: 5px;
    font-size: 20px;
}

.index01 .item-r .item .tit h3 .h {
    font-family: PingFangBold, Microsoft YaHei, PingFangRegular, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    color: #000000;
    line-height: 64px;
    font-size: 48px;
}

.index01 .item-r .item .tit a.more {
    font-size: 18px;
    font-weight: 100;
    color: #2c2c2c;
    display: block;
    background-color: #fff;
    padding-left: 50px;
    position: relative;
    z-index: 3;
    transition: all .3s;
    font-family: PingFangBold, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.index01 .item-r .item .tit::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 1px solid #DBDBDB;
}

.index01 .item-r .item .list {
    display: flex;
    flex-wrap: wrap;
}

.index01 .item-r .item .list a {
    display: block;
    width: calc(100% / 3 - 26px);
    margin-right: 39px;
}

.index01 .item-r .item .list a:nth-child(3n) {
    margin-right: 0;
}

.index01 .item-r .item .list a .img {
    width: 100%;
    overflow: hidden;
}

.index01 .item-r .item .list a .img img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.index01 .item-r .item .list a .wz {
    margin: 28px 0 60px;
}

.index01 .item-r .item .list a .wz h3 {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 100;
}

.index01 .item-r .item .list a .wz p {
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.btn {
    display: block;
    color: #194ac3;
    width: 230px;
    height: 50px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: center;
    text-indent: 0px;
    line-height: 50px;
    font-size: 14px;
    border: 1px solid #194ac3;
    position: relative;
    margin: 50px auto 0;
    border-radius: 25px;
    font-weight: 600;
}

.btn i {
    background: url(../images/ico_24.png) no-repeat center / 100%;
    font-family: 'pop';
    font-size: 16px;
    text-indent: -10px;
    line-height: 50px;
    transition: all ease-out .3s;
    color: #fff;
    display: inline-block;
    /*opacity: 0;*/
    transform: rotate(-45deg);
    width: 12px;
    height: 12px;
}

.btn:hover {
    color: #ffffff;
    background: #194ac3;
    border: 1px solid #194ac3;
}

.btn:hover i {
    color: #ffffff;
    text-indent: 10px;
    opacity: 1;
    filter: grayscale(100%) brightness(500%);
}

/*.btn:hover {*/
/*    transform: scale(1.1, 1.1);*/
/*}*/

.index02 {
    padding-top: 105px;
    padding-bottom: 150px;
}

.index02 .tit {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    margin-bottom: 80px;
}

.index02 .tit h3 {
    padding-right: 90px;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.index02 .tit h3 .p {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000000;
    line-height: 26px;
    margin-bottom: 5px;
    font-size: 20px;
}

.index02 .tit h3 .h {
    font-family: PingFangBold, Microsoft YaHei, PingFangRegular, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    color: #000000;
    line-height: 64px;
    font-size: 48px;
}

.index02 .tit a.more {
    font-size: 18px;
    font-weight: 100;
    color: #2c2c2c;
    display: block;
    background-color: #fff;
    padding-left: 50px;
    position: relative;
    z-index: 3;
    transition: all .3s;
    font-family: PingFangBold, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.index02 .tit::before {
    content: '';
    width: 100%;
    height: 1px;
    /*background-color: #DBDBDB;*/
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 1px solid #DBDBDB;
}

.index02 .list {
    align-items: stretch
}

.index02 .list .item {
    width: 25%;
    border-right: 1px solid #eee;
    text-align: center
}

.index02 .list .item:last-of-type {
    border-right: none
}

.index02 .list .icon {
    max-width: 146px;
    margin: 0 auto 24px
}

.index02 .list .title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 28px
}

.index02 .list .title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    width: 32px;
    height: 1px;
    background-color: var(--defaultcolor);
    margin-left: -16px
}

.index02 .slist {
    text-align: left;
    max-width: 180px;
    margin: 0 auto
}

.index02 .slist .sitem {
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 17px;
    text-align: center;
    line-height: 2;
}

.index02 .slist .sitem:last-of-type {
    margin-bottom: 0
}

.index03 {
    width: 100%;
    height: 800px;
    background: url(../images/banner-team.jpg) no-repeat 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.index03:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #000;
    opacity: .3
}

.index03 .main {
    color: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center
}

.index03 .tit {
    font-size: 64px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 20px;
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.index03 .desc {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 105px;
}

.warp5-more {
    margin: 0 auto;
    width: 15.3vw;
    height: 3.516vw;
    line-height: 3.516vw;
    border: 1px solid #fff;
    background: #fff;
    color: #444;
    font-size: 0.96vw;
    transition: all 0.3s ease;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

.warp5-more i {
    background: url(../images/b11.png) no-repeat right center;
    width: 1.5vw;
    height: 3.516vw;
    margin-left: 1vw;
    transition: all 0.3s ease;
}

.warp5-more:hover {
    background: #fff;
    color: #444;
    background-color: rgb(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #fff;
}

.warp5-more:hover i {
    background: url(../images/b12.png)no-repeat right center;
    margin-right: 1.3vw;
}

.index04 {
    padding: 100px 0 80px;
}

.index04 .tt h3 {
    line-height: 1.3;
    font-size: 40px;
    color: #2b2b2b;
    width: calc(100% - 100px);
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.index04 .more {
    margin-left: auto;
}

.index04 .index-header {
    align-items: flex-end;
    margin-bottom: 40px;
    position: relative;
}

.index04 .list .item {
    display: block;
    font-size: 15px;
    color: rgba(0, 0, 0, .6);
    border-bottom: 1px solid #eee;
    padding: 24px 8% 24px 0;
    position: relative
}

.index04 .list .item:first-of-type {
    border-top: 1px solid #eee
}

.index04 .list .item:last-child {
    margin-bottom: 60px;
}

.index04 .list .title {
    font-size: 22px;
    margin-bottom: 6px;
    transition: color .3s;
    line-height: 36px;
    font-weight: 360;
}

.index04 .list .content {
    color: rgba(0, 0, 0, .35);
    margin-bottom: 24px;
    line-height: 1.6;
}

.index04 .list .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 0;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    color: rgba(0, 0, 0, .35);
    transition: color .3s
}

.index04 .list .icon {
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    opacity: .8
}

/*footer*/
.footer {
    --color: #646464;
    --hover: #ffffff;
    position: relative;
    background: #222222;
    font-size: 14px;
    line-height: 1.6em;
    color: var(--color);
}

.footer a:hover {
    color: var(--hover);
}

.footer .first-title {
    font-size: 22px;
    line-height: 1.4em;
    color: #ffffff;
}

.footer .top {
    border-bottom: 1px solid #2d2d2d;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer .menus .menus-son {
    font-size: 18px;
    line-height: 1.4em;
    color: #ffffff;
}

.footer .menus .menus-son + .menus-son {
    margin-left: 50px;
}

.footer .menus .menus-son:hover {
    color: var(--defaultcolor);
}

.footer .mid {
    padding-top: 50px;
    padding-bottom: 47px;
}

.footer .mid .tit-box {
    margin-bottom: 25px;
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 16px;
}

.footer .mid .tit-box .first-title + .first-title {
    margin-left: 40px;
}

.footer .mid .tit-box .link {
    color: #555555;
}

.footer .mid .tit-box .link.on {
    color: #fff;
}

.footer .mid .tit-box .link:hover {
    color: #ffffff;
}

.footer .mid .left-cont {
    width: 33.92%;
}

.footer .mid .left-cont .contact-box {
    margin-bottom: 24px;
}

.footer .mid .left-cont .contact-box .phone {
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    -webkit-background-clip: text;
    font-size: 28px;
    line-height: 1em;
    color: transparent;
    font-weight: bold;
}

.footer .mid .left-cont .contact-box .address {
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer .mid .left-cont .contact-box .code-list {
    word-break: keep-all;
}

.footer .mid .left-cont .contact-box .code-list .line {
    margin: 0 50px 0 40px;
    width: 1px;
    background-color: #2d2d2d;
}

.footer .mid .left-cont .contact-box .code-list .code-wid .img img {
    width: 99px;
}

.footer .mid .left-cont .contact-box .code-list .code-wid .code-txt {
    padding-left: 23px;
}

.footer .mid .left-cont .more-box-b .more-box {
    padding-left: 10px;
}

.footer .mid .left-cont .more-box-b .more-box .more-box-word {
    margin-right: 20px;
    color: var(--color);
}

.footer .mid .right-cont {
    width: 57.73%;
}

.footer .mid .right-cont .text {
    margin-bottom: 33px;
    line-height: 2.2em;
}

.footer .mid .right-cont .list {
    --lp: 3px;
    margin-top: -8px;
}

.footer .mid .right-cont .list .list-li {
    width: 25%;
    padding: 3px;
}

.footer .friends-link {
    border-top: 1px solid #2d2d2d;
    padding-top: 27px;
    padding-bottom: 18px;
}

.footer .friends-link .f-title {
    margin-bottom: 6px;
}

.footer .friends-link .f-title .tit {
    font-size: 18px;
    line-height: 1.4em;
}

.footer .friends-link .f-title .tit.on {
    color: #ffffff;
}

.footer .friends-link .f-title .tit + .tit {
    margin-left: 0.8em;
}

.footer .friends-link .f-title .on {
    color: #ffffff;
}

.footer .friends-link .links a {
    margin-right: 40px;
    color: var(--color);
}

.footer .bot {
    border-top: 1px solid #2d2d2d;
    padding: 26px 0;
}

.footer .bot .icp {
    display: flex;
    align-items: center;
}
.footer .bot .icp a{
    color: var(--color);
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    font-weight: 400;
    margin-bottom: 70px;
}

.pagination li {
    display: block;
    font-size: 14px;
    line-height: 28px;
    background: none;
    border: 1px solid #ccc;
    padding: 0 10px;
    margin-right: 8px;
    margin-top: 8px;
    color: #999;
    transition: all .3s ease-out;
}

.pagination li.active {
    color: #fff;
    background-color: var(--defaultcolor);
    border-color: var(--defaultcolor);
}

.pagination li.active a {
    color: #ffffff;
}

/* 内页banner */

.ny-banner {
    position: relative;
}

.ny-banner .img {
    width: 100%;
}
.ny-banner:after{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0,0,0,0.4)
}
.ny-banner .img img {
    display: block;
    width: 100%;
}

.ny-banner .wz {
    position: absolute;
    z-index: 3;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
}

.ny-banner .wz h3 {
    font-size: 56px;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
    font-family: gilroy-semibold;
}

.ny-banner .wz h3 span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--defaultcolor);
    margin-left: 10px;
    margin-bottom: 4px;
}

.ny-banner .wz p {
    font-size: 36px;
    color: #fff;
    font-weight: 100;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.content_bg {
    background: #F4F4F4;
}

.n-casesinfo {
    padding-bottom: 1rem;
    position: relative;
    z-index: 4;
}

.n-casesinfo .contentbox {
    margin-top: -60px;
    background: #fff;
    padding: 0.6rem 0.7rem 1.4rem;
}

.n-casesinfo .more {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 40px;
    box-shadow: inset 0 0 0 black;
    transition: all .5s;
}

.n-casesinfo .more span {
    transition: all .5s;
    position: relative;
    z-index: 4;
    font-size: 14px;
    color: #000;
}

.n-casesinfo .leftbox {
    width: 80%;
}

.n-casesinfo .leftbox .tit {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.n-casesinfo .leftbox .tit2 {
    font-size: 34px;
    line-height: 48px;
    color: #000000;
}

.n-casesinfo .titlebox {
    padding-bottom: 0.3rem;
    position: relative;
    margin-bottom: 0.3rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.n-casesinfo .titlebox:before {
    content: "";
    position: absolute;
    border-bottom: 0;
    height: 4px;
    width: 40px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #7aafe9, var(--defaultcolor));
}

.n-casesinfo .titlebox2 {
    margin-top: 40px;
}

.n-casesinfo .ntext {
    line-height: 36px;
    color: #666666;
}

.n-casesinfo .textbox {
    margin-top: 60px;
}


.bot-paging {
    width: 79%;
    left: 10.5%;
    position: fixed;
    bottom: 50px;
    height: 45px;
    z-index: 20;
    transition: all 0.3s ease 0s;
}

/*切换*/
.bot-paging .link-info {
    display: block;
    width: 46px;
    height: 46px;
    position: relative;
    overflow: hidden;
    transition: width 0.3s ease 0s;
}

.bot-paging .link-info .link-ico {
    display: block;
    width: 46px;
    height: 46px;
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.bot-paging .link-info i {
    display: block;
    width: 100%;
    height: 100%;
}

.bot-paging .link-info .tit-box {
    display: block;
    line-height: 46px;
    height: 46px;
    border-radius: 46px;
    background: rgba(0, 0, 0, 0.22);
    position: absolute;
    top: 0;
    width: 30px;
    color: #fbf9f6;
    z-index: 1;
    font-size: 13px;
    box-sizing: content-box;
    letter-spacing: 2px;
}

.bot-paging .prev i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/ico_23.png) no-repeat center;
}

.bot-paging .prev .link-ico {
    float: left;
}

.bot-paging .prev .tit-box {
    transform: translateX(-102%);
    left: 1px;
    padding: 0 28px 0 68px;
}

.bot-paging .next i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/ico_24.png) no-repeat center;
    filter: grayscale(100%) brightness(500%);
}

.bot-paging .next .link-ico {
    float: right;
}

.bot-paging .next .tit-box {
    transform: translateX(102%);
    right: 1px;
    padding: 0 55px 0 22px;
}

.bot-paging .retun-list {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.bot-paging .retun-list .chunk-box {
    z-index: 10;
    display: block;
    width: 46px;
    height: 46px;
    float: right;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    background: url(../images/ico_26.png) no-repeat center rgba(0, 0, 0, 0.15);
}

.bot-paging .retun-list .round-tit {
    display: block;
    width: 76px;
    padding: 0 68px 0 28px;
    position: absolute;
    right: 1px;
    top: 0;
    transform: translateX(102%);
    color: #fff;
    line-height: 46px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 46px;
    box-sizing: content-box;
}

.bot-paging.long {
    width: 96%;
    left: 2%;
}

.bot-paging .link-info:hover .link-ico {
    background-color: rgba(18, 101, 199, .8);
}

.bot-paging .link-info:hover {
    width: 145px;
}

.bot-paging .link-info:hover .tit-box {
    transform: translateX(0);
}

.bot-paging .link-info:hover .tit-box {
    transform: translateX(0);
}

.bot-paging .retun-list:hover {
    width: 190px;
    margin-left: -95px;
}

.bot-paging .retun-list:hover .round-tit {
    transform: translateX(0);
}

.bot-paging .retun-list:hover .chunk-box {
    background-color: rgba(18, 101, 199, .8);
}

/* 关于我们 */

.about01 {
    padding-top: 160px;
    padding-bottom: 80px;
}

.about01 .tt {
    font-size: 36px;
    line-height: 62px;
    color: #000;
    margin-bottom: 80px;
    text-align: center;
}

.about01 .tt h3 {
    font-weight: 300;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.about01 .tt h3 span {
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.about01 .tt p {
    font-weight: 100;
}

.about01 .ms {
    width: 90%;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.about01 .ms p {
    font-size: 18px;
    line-height: 36px;
    color: #999;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.about02 {
    position: relative;
    height: 650px;
    width: 100%;
    background: url(../images/banner-team.jpg) no-repeat 50%;
    background-size: cover;
}

.about02 .list {
    width: 92%;
    background-color: #fff;
    height: 218px;
    border-radius: 10px;
    position: absolute;
    bottom: -109px;
    left: 4%;
    z-index: 4;
    display: flex;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
}

.about02 .list .item {
    width: calc(100% / 3);
    position: relative;
    text-align: center;
    padding-top: 52px;
}

.about02 .list .item::before {
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    background-color: #D3D2D2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.about02 .list .item .num {
    font-size: 56px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    font-family: din, PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.about02 .list .item .num .counter {
    font-family: din, PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    font-weight: bold;
}

.about02 .list .item .num i {
    display: block;
    margin-left: 10px;
    font-size: 32px;
}

.about02 .list .item p {
    margin-top: 8px;
    font-size: 20px;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.about02 .list .item:last-of-type::before {
    display: none;
}

.about03 {
    padding: 120px 0;
}

.about03 .tit {
    text-align: center;
    font-size: 36px;
    line-height: 62px;
    color: #000;
    margin-bottom: 85px;
    display: block;
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.about03 .tit::before {
    display: none;
}

.about04 {
    padding-bottom: 120px;
}

.about04 .tt {
    font-size: 36px;
    line-height: 62px;
    color: #000;
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    text-align: center;
    margin-bottom: 74px;
}

.about04 ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.about04 ul li {
    width: 15%;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about04 ul li img {
    max-width: 80%;
}

.about05 {
    position: relative;
    height: 480px;
    width: 100%;
    background: url(../images/banner-bg.jpg) no-repeat 50%;
    background-size: cover;
}

.about05::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: .6;
}

.about05 .tt {
    font-size: 36px;
    line-height: 62px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 160px;
    z-index: 3;
    text-align: center;
    width: 100%;
}

.about05 .tt h3 {
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.about05 .tt p {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

/* 联系我们 */

.contact01 {
    width: 100%;
    position: relative;
    height: calc(100vh - 100px) !important;
    display: flex;
    align-items: center;
}

.contact-map-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #1a1a1a
}

.contact01 .wz {
    position: absolute;
    z-index: 3;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
}

.contact01 .wz h3 {
    font-size: 56px;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #fff;
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
}

.contact01 .wz h3 span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--defaultcolor);
    margin-left: 10px;
}

.contact01 .wz p {
    font-size: 36px;
    color: #fff;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    line-height: 0.6rem;
}

.contact01 .dz {
    position: absolute;
    z-index: 3;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 60vw;
}

.contact01 .item {
    width: 20vw;
    color: #FFF;
}

.contact01 .item img {
    display: block;
    width: 60px;
    margin-bottom: 30px;
}

.contact01 .item .d_h {
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0.78vw;
}

.contact01 .item .d_h img {
    margin-right: 1vw;
}

.contact01 .item:nth-child(1) .d_h img {
    height: 4vw;
}

.contact01 .item:nth-child(2) .d_h img {
    height: 2.55vw;
}

.contact01 .item:nth-child(3) .d_h img {
    height: 2.76vw;
}

.contact01 .item .d_p {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
}

.contact01 .h1 {
    position: absolute;
    left: 4%;
    bottom: 11%;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 2;
}

.contact02 {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    padding: 140px 0 160px;
}

.contact02 .index00 .top .h {
    font-size: 48px;
}

.contact02 .container .index00 {
    padding: 0;
}

.contact02 .form {
    justify-content: space-between
}

.contact02 .form ::-moz-placeholder {
    color: #999
}

.contact02 .form ::-webkit-input-placeholder {
    color: #999
}

.contact02 .form :-ms-input-placeholder {
    color: #999
}

.contact02 .submit {
    border: none;
    outline: none;
    background: var(--defaultcolor);
    padding: 0;
    width: 190px;
    height: 46px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 30px;
    justify-content: center;
    letter-spacing: 1px;
    transition: background-color .3s
}

.contact02 .input {
    width: 48%;
    height: 60px;
    line-height: 1.5;
    border: none;
    border-bottom: 1px solid #b9b9ba;
    border-radius: 0;
    padding: 0 14px;
    outline: none;
    color: #000000;
    font-size: 16px;
    background: none;
    margin-bottom: 24px;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

/* 成功案例 */
.case00 {
    padding: 160px 0 60px;
}

.case01 {
    padding: 100px 0 60px;
}

.h1 {
    font-size: 40px;
}

.maxwidth {
    width: 80%;
    margin: 0 auto;
}

/* 服务项目 */
.service00 {
    background: #F4F4F4;
    padding: 100px 0;
}

.service00 .item-r .item .tit {
    text-align: center;
    font-size: 36px;
    line-height: 62px;
    color: #000;
    margin-bottom: 85px;
    display: block;
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.service00 .item-r .item .tit::before {
    display: none;
}

.service01 {
    padding-top: 100px;
}

.tag_pt {
    padding: 100px 0;
}

.tag {
    background: #FFFFFF;
    padding: 80px 60px;
    box-sizing: border-box;
}

.tag .tag00 h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    line-height: 2;
    font-size: 36px;
    color: #2b2b2b;
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
}

.tag .tag00 ul {
    margin-top: 40px;
}

.tag .tag00 ul li {
    display: inline-block;
    background: rgb(244, 244, 244);
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.tag .tag00 ul li span {
    font-size: 16px;
    line-height: 32px;
    padding: 0 12px;
}

.tag .tag00 ul li:hover {
    background: rgb(25, 74, 195);
}

.tag .tag00 ul li:hover span {
    color: rgb(255, 255, 255);
}

.tag .tag00 h3 {
    font-size: 18px;
    color: #333333;
    margin: 20px 0;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
}

.tag .tag00 h3:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 4px;
    content: '';
    background: #194ac3;
}

.advs {
    padding: 0.73rem 2.21rem 0.61rem 0.7rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    /*background: linear-gradient(60deg, transparent, var(--littlecolor));*/
}

.advs .left .h {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000000;
    line-height: 0.48rem;
    margin-bottom: 0.55rem;
}
.advs .left .btn{
    margin: 0;
}
.advs .right .code {
    width: 2rem;
}

.advs .right .code .pic {
    width: 100%;
    margin-bottom: 0.18rem;
}

.advs .right .code .pic img {
    width: 100%;
}

.advs .right .code .txt {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000000;
    line-height: 0.2rem;
    text-align: center;
}

.nd_main {
    padding: 1rem 0 0 0;
}

.nd_main .nd1 {
    position: relative;
    padding: 0.72rem 2rem;
}

.nd_main .nd1 .left {
    float: left;
    width: 9.77rem;
}

.nd_main .nd1 .left .top {
    margin-bottom: 0.75rem;
}

.nd_main .nd1 .left .top .tit {
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    line-height: 0.64rem;
    margin-bottom: 0.5rem;
    font-size: 36px;
}

.nd_main .nd1 .left .top .list .item {
    display: block;
    font-size: 15px;
    color: rgba(0, 0, 0, .6);
    border-bottom: 1px solid #eee;
    padding: 24px 8% 24px 0;
    position: relative
}

.nd_main .nd1 .left .top .list .item:first-child {
    border-top: 1px solid #eee
}

.nd_main .nd1 .left .top .list .item:last-child {
    margin-bottom: 60px;
}

.nd_main .nd1 .left .top .list .title {
    font-size: 22px;
    margin-bottom: 6px;
    transition: color .3s;
    line-height: 36px;
    font-weight: 360;
}

.nd_main .nd1 .left .top .list .content {
    color: rgba(0, 0, 0, .35);
    margin-bottom: 24px;
    line-height: 1.6;
}

.nd_main .nd1 .left .top .list .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 0;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    color: rgba(0, 0, 0, .35);
    transition: color .3s
}

.nd_main .nd1 .left .top .t_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nd_main .nd1 .left .top .t_bottom .day {
    display: flex;
    align-items: center;
}

.nd_main .nd1 .left .top .t_bottom .day .lable {
    padding: 0.04rem 0.1rem;
    background-color: #F3F3F3;
    line-height: 0.2rem;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000000;
    border-radius: 0.03rem;
    margin-right: 0.13rem;
}

.nd_main .nd1 .left .top .t_bottom .day .num {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000;
    opacity: 0.3;
}

.nd_main .nd1 .left .top .t_bottom .fx {
    display: flex;
    align-items: center;
}

.nd_main .nd1 .left .top .t_bottom .fx .name {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #5E615F;
}

.nd_main .nd1 .left .top .t_bottom .fx > a {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.06rem;
    position: relative;
}

.nd_main .nd1 .left .top .t_bottom .fx > a img {
    max-width: 100%;
}

.nd_main .nd1 .left .top .t_bottom .fx a .img2 {
    display: none;
}

.nd_main .nd1 .left .top .t_bottom .fx a:hover .img1 {
    display: none;
}

.nd_main .nd1 .left .top .t_bottom .fx a:hover .img2 {
    display: block;
}

.nd_main .nd1 .left .bottom {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    line-height: 0.36rem;
}

.nd_main .nd1 .left .bottom img {
    max-width: 100%;
}

.nd_main .nd1 .left .bottom .b_con > img {
    width: 100%;
    margin: 0.36rem 0;
}
.nd_main .nd1 .left .bottom .b_con h2{
    font-size: 20px;
    font-weight: 600;
}
.nd_main .nd1 .left .bottom .b_con h3{
    font-size: 18px;
    font-weight: 600;
}
.nd_main .nd1 .left .bottom .b_con li,
.nd_main .nd1 .left .bottom .b_con p {
    font-size: 16px;
    line-height: 36px;
}
.nd_main .nd1 .left .bottom .b_con .current_url{
    font-size: 14px;
}
.nd_main .nd1 .left .bottom .b_con .current_url span{
    padding: 2px 0px 2px 4px;
    border-radius: 2px;
    margin-right: 10px;
    font-weight: bold;
}
.nd_main .nd1 .left .bottom .b_con code{
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    padding: 2px 4px;
    font-size: 90%;
    margin: 0 6px;
}
.nd_main .nd1 .left .bottom .tags {
    margin-top: 20px;
    line-height: 32px;
}

.nd_main .nd1 .left .bottom .tags p span {
    font-size: 16px;
    color: #194ac3;
    font-weight: bold;
    display: block;
    position: relative;
    padding-left:10px;
    line-height: 32px;
}
.nd_main .nd1 .left .bottom .tags p span:before{
    content:"";
    position:absolute;
    width:3px;
    height:17px;
    background:#194ac3;
    left:0;
    top:8px;
}
.nd_main .nd1 .left .bottom .tags p a {
    font-size: 16px;
    color: #666;
    padding: 0 2px;
}

.nd_main .nd1 .left .bottom .tags p a:hover {
    text-decoration: underline;
    color: #194ac3;
}
.nd_main .nd1 .left .bottom .related_news{
    margin-top: 10px;
}
.nd_main .nd1 .left .bottom .related_news .tit{
    font-weight: bold;
    color: #194ac3;
    position:relative;
    padding-left:10px;
    font-size: 16px;
    line-height: 36px;
}
.nd_main .nd1 .left .bottom .related_news .tit:before{
    content:"";
    position:absolute;
    width:3px;
    height:17px;
    background:#194ac3;
    left:0;
    top:10px;
}
.nd_main .nd1 .left .bottom .related_news .item>div{
    color: #000000;
    font-size: 14px;
    line-height: 36px;
}
.nd_main .nd1 .left .bottom .link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.1rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(112, 112, 112, 0.1);
    width: 100%;
}

.nd_main .nd1 .left .bottom .link .h {
    width: 70%;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000000;
    line-height: 0.38rem;
    height: 0.38rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nd_main .nd1 .left .bottom .link .more {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.nd_main .nd1 .left .bottom .link .more .m_p {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000000;
    padding-bottom: 0.073rem;
    border-bottom: 1px solid #DEDEDE;
    line-height: 0.2rem;
}

.nd_main .nd1 .left .bottom .link .more img {
    width: 0.44rem;
    margin-left: 0.27rem;
    transition: all 0.5s;
}

.nd_main .nd1 .left .bottom .link .more:hover img {
    margin-left: 0.1rem;
}

.nd_main .nd1 .right {
    float: right;
    width: 3.88rem;
    position: sticky;
    top: 1.2rem;
}

.nd_main .nd1 .right .pic {
    width: 100%;
    height: 2.07rem;
    border-radius: 0.07rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.nd_main .nd1 .right .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nd_main .nd1 .right .tit {
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #111111;
    line-height: 0.34rem;
    margin-bottom: 0.3rem;
}

.nd_main .nd1 .right .list1 {
    padding-bottom: 0.3rem;
}

.nd_main .nd1 .right .list1 .item {
    margin-bottom: 0.3rem;
    display: block;
}

.nd_main .nd1 .right .list1 .item .h {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #2B393F;
    line-height: 0.24rem;
    height: 0.24rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0.16rem;
}

.nd_main .nd1 .right .list1 .item .p {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #111111;
    opacity: 0.6;
    line-height: 0.2rem;
    display: flex;
    align-items: center;
}

.nd_main .nd1 .right .list1 .item .p span:first-child {
    font-family: gilroy_r;
}

.nd_main .nd1 .right .list1 .item .p span.solid {
    margin: 0 0.11rem;
}

.nd_main .nd1 .right .list1.tags .item {
    display: inline-block;
    margin: 0 10px 20px 0;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 0;
    /*transition: all 0.4s ease-in-out;*/
}

.nd_main .nd1 .right .list1.tags .item span {
    display: inline-block;
    padding: 0 10px;
    color: #333;
    line-height: 30px;
    font-size: 14px;
}

.nd_main .nd1 .right .more {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nd_main .nd1 .right .list1.tags .item:hover {
    background: #194ac3;
}

.nd_main .nd1 .right .list1.tags .item:hover span {
    color: #FFFFFF;
}

.nd_main .nd1 .right .more .m_p {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000000;
    padding-bottom: 0.073rem;
    border-bottom: 1px solid #DEDEDE;
    line-height: 0.2rem;
}

.nd_main .nd1 .right .more img {
    width: 0.44rem;
    margin-left: 0.27rem;
    transition: all 0.5s;
}

.nd_main .nd1 .right .more:hover img {
    margin-left: 0.1rem;
}

.nd_main .nd2 {
    padding: 1.38rem 2rem;
    background-color: #FBFBFB;
}

.nd_main .nd2 .tit {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000000;
    text-align: center;
    line-height: 0.64rem;
    margin-bottom: 0.9rem;
}

.nd_main .nd2 .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
}

.nd_main .nd2 .list:after {
    content: "";
    height: 0;
    width: 4.7rem;
}

.nd_main .nd2 .list .item {
    display: block;
    width: 4.7rem;
    margin-bottom: 50px;
}

.nd_main .nd2 .list .item .pic {
    width: 100%;
    height: 2.36rem;
    overflow: hidden;
    border-radius: 0.07rem;
    margin-bottom: 0.27rem;
}

.nd_main .nd2 .list .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.nd_main .nd2 .list .item:hover .pic img {
    transform: scale(1.05);
}

.nd_main .nd2 .list .item .day {
    display: flex;
    align-items: center;
    margin-bottom: 0.32rem;
}

.nd_main .nd2 .list .item .day .btn {
    padding: 0.04rem 0.1rem;
    background-color: #F3F3F3;
    line-height: 0.2rem;
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000000;
    border-radius: 0.03rem;
    margin-right: 0.13rem;
}

.nd_main .nd2 .list .item .day .num {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000;
    opacity: 0.3;
}

.nd_main .nd2 .list .item .h {
    font-family: PingFangBold, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000000;
    line-height: 0.24rem;
    height: 0.24rem;
    margin-bottom: 0.22rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nd_main .nd2 .list .item .p {
    font-family: PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    color: #000;
    opacity: 0.6;
    line-height: 0.24rem;
    height: 0.48rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

@media only screen and (max-width: 1680px) {
    .about04 .layout .col-l {
        height: 666px;
    }

    .about04 .layout .col-r {
        padding: 0 40px;
    }

    .about04 .layout .col-r::before {
        left: 43px;
    }

    .about04 .layout .col-r .item {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 1480px) {
    .index02 {
        padding-top: 80px;
    }

    .index03 {
        height: 450px;
    }

    .index03 .tit {
        font-size: 42px;
    }

    .index03 .desc {
        margin-bottom: 80px;
    }

    .index-nav .item {
        margin: 0 26px;
    }

    .index01 {
        padding-top: 50px;
    }

    .index01 .item-r {
        width: 100%
    }

    .index01 .item-r .item {
        margin-bottom: 60px;
    }

    .index01 .item-r .item .tit {
        margin-bottom: 30px;
    }

    .index01 .item-r .item .tit h3 {
        font-size: 24px;
    }

    .index01 .item-r .item .list a {
        width: calc(100% / 3 - 8px);
        margin-right: 12px;
    }

    .index01 .item-r .item .list a .wz h3 {
        font-size: 14px;
    }

    .index01 .item-r .item .list a .wz p {
        font-size: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index03 {
        padding: 55px 0 80px;
    }

    .index03 .tt h3 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 50px;
    }

    .index03 .tt .ms p {
        font-size: 14px;
        line-height: 26px;
    }

    .index03 .btn {
        margin-top: 80px
    }

    .index03 .btn a {
        font-size: 14px;
    }

    .index04 {
        padding-bottom: 80px;
    }

    .index04 .tt {
        margin-bottom: 80px;
    }

    .index04 .tt h3 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 0;
    }

    .index04 .tt p {
        font-size: 24px;
    }

    .ny-banner .wz h3 {
        font-size: 30px;
    }

    .ny-banner .wz p {
        font-size: 24px;
    }

    .contact01 .wz h3 {
        font-size: 30px;
    }

    .contact01 .wz p {
        font-size: 24px;
    }

    .contact01 {
        height: 640px;
    }

    .about01 {
        padding: 100px 0 60px 0;
    }

    .about01 .tt {
        font-size: 26px;
        line-height: 40px;
        padding: 60px 0 0;

    }

    .about01 .ms p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .about02 {
        height: 550px;
    }

    .about02 h3 {
        font-size: 26px;
        line-height: 40px;
        bottom: 285px;
    }

    .about02 .list {
        height: 180px;
    }

    .about02 .list .item .num {
        font-size: 40px;
    }

    .about02 .list .item .num i {
        width: 16px;
        height: 16px;
    }

    .about03.index02 {
        padding: 230px 0 120px;
    }

    .about03 .tt {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .about03 .ms p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .about04 .layout .col-l {
        height: 580px;
    }

    .about04 .layout .col-r .item {
        padding-left: 40px;
        padding-bottom: 60px;
    }

    .about04 .layout .col-r .item p {
        font-size: 14px;
    }

    .index00 .top .h {
        font-size: 42px;
        line-height: 45px;
    }

    .index-nav .item {
        margin: 0 30px;
    }

    .index-tel .ico {
        width: 32px;
        height: 32px;
    }

    .index00 {
        padding: 120px 0 15px 0;
    }

    .index00 .top {
        margin-bottom: 75px;
    }

    .index00 .p {
        font-size: 15px;
        line-height: 30px;
    }

    .index01 .item-r .item .tit h3 .p {
        font-size: 15px;
        line-height: 20px;
    }

    .index01 .item-r .item .tit h3 .h {
        font-size: 36px;
        line-height: 48px;
    }

    .index01 .item-r .item .tit h3 {
        padding-right: 65px;
    }

    .index02 .tit h3 .h {
        font-size: 42px;
    }

    .service00 {
        padding: 60px 0;
    }

    .contact01 .item .d_h {
        font-size: 18px;
    }

    .contact01 .item .d_p {
        font-size: 14px;
    }

    .contact01 .h1 {
        font-size: 18px;
    }
    .inside-banner .container{
        margin-bottom: 280px;
    }
}

@media only screen and (max-width: 1366px) {
    .inside-banner-height {
        height: 8rem;
    }

}

@media (max-width: 1300px) {

    .footer .menus .menus-son + .menus-son {
        margin-left: 30px;
    }

    .footer .mid .left-cont {
        width: 38%;
    }

    .footer .friends-link .links a {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1280px) {

    .index-logo {
        height: 30px;
    }

    .index-tel .ico {
        margin-right: 10px;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 60px !important;
    }

    .index00 {
        padding: 60px 0 10px;
    }

    .index00 .top .h {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .index00 .top {
        margin-bottom: 20px;
    }

    .index00 .p {
        display: block;
    }

    .index00 .p p:first-child {
        width: 100%;
        margin-bottom: 12px;
    }

    .index00 .p p:nth-child(2) {
        width: 100%;
    }

    .index01 .item-r .item .tit a.more {
        padding-left: 15px;
    }

    .index01 .item-r .item .tit h3 {
        padding-right: 25px;
    }

    .index01 .item-r .item .tit h3 .h {
        font-size: 20px;
        line-height: 1.3;
    }

    .index01 .item-r .item .tit h3 .p {
        font-size: 12px;
        line-height: 1.3;
    }

    .index04 .list::before {
        display: none;
    }

    .index04 .list .item p {
        margin-top: 16px;
    }

    .warp5-more i {
        height: 30px;
        width: 15px;
        background-size: 15px auto;
    }
}

@media only screen and (max-width: 960px) {

    html {
        font-size: calc(100vw / 7.5);
    }

    .layout {
        width: 94%;
    }

    header {
        background-color: #fff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        height: 60px;
        padding: 0 4% !important
    }

    header.active {
        height: 60px;
        padding: 0 4% !important;
    }

    .index01 .item-r .item .tit a.more:hover {
        color: var(--defaultcolor);
    }

    .index01 .item-r .item .list a:hover .img img {
        transform: scale(1.03);
    }

    .index03 .list .item:hover img {
        transform: scale(1.03);
    }

    .index03 .btn a:hover {
        background: -webkit-gradient(linear, left top, right top, from(var(--littlecolor)), to(var(--defaultcolor)));
        background: linear-gradient(90deg, var(--littlecolor), var(--defaultcolor));
        color: #fff;
    }

    .page-aside .item.tel:hover {
        transform: translateX(-150px)
    }

    .page-aside .item.tel1:hover {
        transform: translateX(-70px)
    }

    .page-aside .item:not(.tel):hover {
        transform: translateX(-10px)
    }

    .about03 .item-r:hover img {
        transform: scale(1.03);
    }

    .about05 .item:hover img {
        transform: scale(1.03);
    }

    .index-logo {
        height: 28px
    }

    .index-logo .img:nth-of-type(2) {
        opacity: 1
    }

    .index-nav,
    .index-tel {
        display: none
    }

    .mbnav-btn {
        display: block;
    }

    body.mbNavOpen .mbnav-btn-item:first-of-type {
        -webkit-animation: phone-navtop-animon .4s linear forwards;
        animation: phone-navtop-animon .4s linear forwards
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(2) {
        opacity: 0
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animon .4s linear forwards;
        animation: phone-navbottom-animon .4s linear forwards
    }

    body.mbNavOpen .mbnav {
        opacity: 1;
        visibility: visible
    }

    body.mbNavOpen .mbnav .main {
        transform: translateX(0)
    }

    body.mbNavOpen header {
        transform: translateX(-240px)
    }

    body.mbNavOff .mbnav-btn-item:first-of-type {
        -webkit-animation: phone-navtop-animoff .4s linear forwards;
        animation: phone-navtop-animoff .4s linear forwards
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(2) {
        opacity: 1;
        transition: opacity .2s linear .2s
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animoff .4s linear forwards;
        animation: phone-navbottom-animoff .4s linear forwards
    }

    body.mbNavOff .mbnav {
        opacity: 0;
        visibility: hidden
    }

    body.mbNavOff .mbnav .main {
        transform: translateX(100%)
    }

    .index01 {
        padding: 40px 0 0;
    }

    .index01 .item-r {
        width: 100%;
        float: none;
    }

    .index01 .item-r .item {
        margin-bottom: 30px;
    }

    .index01 .item-r .item .tit {
        height: 40px;
        margin-bottom: 30px;
    }

    .index01 .item-r .item .tit h3 {
        font-size: 18px;
    }

    .index01 .item-r .item .tit a.more {
        font-size: 12px;
    }

    .index01 .item-r .item .list {
        flex-wrap: wrap;
    }

    .index01 .item-r .item .list a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .index01 .item-r .item .list a .wz {
        margin-top: 14px;
    }

    .index03 {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .index03 .tt {
        margin-bottom: 40px;
        width: 100%;
        margin-left: 0;
    }

    .index03 .tt h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .index03 .tt .ms p {
        font-size: 12px;
        line-height: 20px;
    }

    .index03 .list .item {
        width: 100%;
    }

    .index03 .btn {
        margin-top: 30px;
    }

    .index03 .btn a {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        border-radius: 20px;
        margin: 0 10px;
    }

    .index04 .tt {
        margin-bottom: 20px;
    }

    .index04 .tt h3 {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .index04 .tt p {
        font-size: 18px;
        line-height: 30px;
    }

    .index04 {
        padding-bottom: 20px;
    }

    .index04 .list {
        flex-wrap: wrap;
        justify-content: center
    }

    .index04 .list .item img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .footer .top {
        display: none;
    }

    .footer .mid .left-cont .contact-box .code-list {
        display: none;
    }

    .footer .mid .right-cont {
        display: none;
    }

    .footer .friends-link {
        display: none;
    }

    .footer .mid {
        display: block;
    }

    .footer .mid .left-cont {
        width: 100%;
        text-align: center;
    }

    .footer .mid .left-cont .more-box-b {
        display: inline-block;
        vertical-align: top;
    }

    .footer .bot {
        display: block;
        text-align: center;
    }

    .footer .bot .icp {
        display: block;
    }

    .ny-banner .wz h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ny-banner .wz p {
        font-size: 12px;
    }

    .ny-banner .wz h3 span {
        width: 5px;
        height: 5px;
    }

    .case01 {
        padding: 40px 0 30px 0;
    }

    .contact01 .wz {
        top: 14%;
    }

    .contact01 .dz {
        bottom: 15%;
        width: 100%;
        display: block;
        width: 92%;
        top: auto;
    }

    .contact01 .item {
        width: 100%;
        margin-top: 50px;
    }

    .contact01 .item:first-child {
        margin-top: 0;
    }

    .contact01 .h1 {
        left: 4%;
        bottom: 12%;
        width: 92%;
        line-height: 1.5;
    }

    .contact01 {
        height: 360px;
        margin-top: 60px;
    }

    .contact02 {
        padding: 40px 0 30px 0;
        display: block;
    }

    .contact01 .item .d_h {
        font-size: 18px;
    }

    .contact01 .item .d_p {
        font-size: 14px;
    }

    .about01 {
        padding: 40px 0 30px 0;
    }

    .about01 .tt {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .about02 {
        height: 320px;
        background-attachment: initial;
    }

    .about02 h3 {
        font-size: 18px;
        line-height: 32px;
        bottom: 80px;
    }

    .about02 .list {
        height: 80px;
        bottom: -40px;
    }

    .about02 .list .item {
        padding-top: 20px;
    }

    .about02 .list .item::before {
        height: 40px;
    }

    .about02 .list .item .num {
        font-size: 14px;
    }

    .about02 .list .item .num i {
        width: 6px;
        height: 6px;
    }

    .about02 .list .item p {
        font-size: 12px;
    }

    .about03 {
        padding-top: 80px;
        padding-bottom: 40px;
        display: block;
    }

    .about03 .item-l {
        width: 100%;
    }

    .about03 .tt {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .about03 .ms p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .about03 .item-r {
        display: none;
    }

    .about04 {
        padding: 40px 0;
    }

    .about05 {
        padding: 40px 0 0;
    }
}

@media (max-width: 768px) {
    .title-typeb-title {
        font-size: 30px;
        margin: 10px 0;
        font-weight: bold;
    }

    .n-casesinfo .leftbox {
        width: 70%;
    }

    .n-casesinfo .ntext {
        width: 100%;
        font-size: 16px;
        line-height: 2;
    }

    .n-casesinfo .titlebox {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;

    }

    .n-casesinfo .titlebox2 {
        margin-top: 20px;
    }

    .n-casesinfo .contentbox {
        padding: .4rem;
    }

    .n-casesinfo .leftbox .tit {
        font-size: 14px;
    }

    .n-casesinfo .leftbox .tit2 {
        font-size: 21px;
        font-weight: bold;
        line-height: 1.4;
        padding: 10px 0;
    }

    .n-casesinfo .more {
        width: 84px;
        height: 32px;
        border-radius: 32px;
    }

    .n-casesinfo .textbox {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 640px) {
    html {
        font-size: 16px;
        line-height: 2;
    }

    .tag_pt {
        padding: 14px 0;
    }

    .tag {
        padding: .45rem;
    }

    .tag .tag00 h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .tag .tag00 ul {
        margin-top: 20px;
    }

    .menu {
        height: 80px;
        background: transparent;
    }

    .menu header.active {
        background: #000000;
        box-shadow: none;
        /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    }

    .menu header.active img {
        filter: grayscale(100%) brightness(250%);
    }

    header.active1,
    .menu header.active,
    .mbnav-btn {
        height: 80px;
    }

    .mbnav-btn-list {
        width: 24px;
        top: 30px;
    }

    .mbnav-btn.active .mbnav-btn-list span {
        background: #ffffff;
    }

    .mbnav-btn.active .mbnav-btn-list span:nth-child(1) {
        transform: rotateZ(45deg);
        transform-origin: 2px center;
    }

    .mbnav-btn.active .mbnav-btn-list span:nth-child(2) {
        opacity: 0
    }

    .mbnav-btn.active .mbnav-btn-list span:nth-child(3) {
        width: 100%;
        transform: rotateZ(-45deg);
        transform-origin: left center;
    }

    .nav_bg ul {
        position: relative;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        color: #ffffff;
        border-top: 1px solid rgb(255, 255, 255, 0.1);
        padding: 0 30px;
        box-sizing: border-box;
    }

    .nav_bg ul li {
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid rgb(255, 255, 255, 0.1);
    }

    .nav_bg ul li {
        border-top: 1px solid rgb(255, 255, 255, 0.1);
    }

    .nav_bg ul li .nav_t {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav_bg ul li:first-child {
        border-top: 0
    }

    .nav_bg ul li a {
        color: #ffffff;
        font-size: 18px;
        font-family: PingFangBold, "Microsoft YaHei", Segoe UI, Arial, sans-serif;
        line-height: 64px;
        text-align: left;
    }

    .nav_bg ul li .xln {
        box-sizing: border-box;
        width: 100%;
        display: none;
    }

    .nav_bg ul li .xln dl {
        display: block;
        align-items: flex-start;
        color: #333;
        padding: 10px;
        border-top: 1px solid rgb(255, 255, 255, 0.1);
    }

    .nav_bg ul li .xln dl dt {
        font-size: 14px;
        color: #ffffff;
        margin: 10px 0;
        opacity: .6;
        font-family: din, PingFangRegular, "Microsoft YaHei", Segoe UI, Arial, sans-serif
    }

    .nav_bg ul li .xln dl dd {
        display: inline-block;
        border-top: 0
    }

    .nav_bg ul li .xln dl dd a {
        display: inline-block;
        border: 0;
        width: auto;
        line-height: 42px;
        padding-left: 10px;
        font-size: 16px;
        font-family: din, PingFangRegular, "Microsoft YaHei", Segoe UI, Arial, sans-serif
    }

    .nav_bg ul li i {
        width: 42px;
        height: 64px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-left: 0.36rem;
        flex-shrink: 0;
    }

    .nav_bg ul li i img {
        width: 12px;
        height: 12px;
        transform: rotateZ(-90deg);
        filter: grayscale(100%) brightness(400%);
        transition: all 0.3s;
    }

    .nav_bg ul li.on i img {
        transform: rotateZ(0);
    }

    .nav_bg .odown {
        width: 100%;
        border-top: 1px solid rgb(255, 255, 255, 0.1);
        display: flex;
        justify-content: space-between;
        padding: 10px 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        z-index: 1;
    }

    .nav_bg .odown .tel {
        width: 61.33333333%;
        display: flex;
        align-items: center;
    }

    .nav_bg .odown .tel i {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .nav_bg .odown .tel i img {
        width: 18px;
        height: 18px;
        filter: initial;
    }

    .nav_bg .odown .tel p {
        color: #ffffff;
        font-size: 14px;
        line-height: 24px;
    }

    .nav_bg .odown .tel p span {
        display: block;
        color: #ffffff;
        font-size: 20px;
        font-family: din, PingFangRegular, "Microsoft YaHei", Segoe UI, Arial, sans-serif;
    }

    .nav_bg .odown .wx {
        display: flex;
        align-items: center;
    }

    .nav_bg .odown .wx i {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .nav_bg .odown .wx i img {
        width: 22px;
        height: 22px;
        filter: initial;
    }

    .nav_bg .odown .wx span {
        color: #ffffff;
        font-size: 14px;
    }

    .banner .banner_h {
        /*height: auto;*/
        height: 4rem;
    }

    .banner .banner_h img {
        margin-top: 0;
    }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }

    .index02 .tit a.more {
        font-size: 12px;
    }

    .index03 .desc,
    .index00 .p p:first-child,
    .index04 .list .item p {
        font-size: 16px;
        line-height: 28px;
    }

    .index02 .list .title,
    .index04 .list .title {
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }

    .index00 .top .h,
    .index02 .tit h3 .h,
    .index04 .tt h3,
    .about03 .tit,
    .about04 .tt,
    .index01 .item-r .item .tit,
    .index01 .item-r .item .tit h3 .h {
        font-size: 24px;
        line-height: 24px;
    }

    .index02 .tit h3 .p,
    .index04 .more,
    .about02 .list .item .num i,
    .about02 .list .item p,
    .index01 .item-r .item .tit h3 .p {
        font-size: 14px;
    }

    .index01 .item-r .item .tit h3 .p,
    .index02 .tit h3 .p {
        display: none;
    }

    .index01 .item-r .item .tit::before,
    .index02 .tit::before {
        display: none;
    }

    .btn {
        margin-top: 30px;
        height: 0.86rem;
        line-height: 0.86rem;
        border-radius: 0.43rem;
        background: #194ac3;
        color: #ffffff;
        border: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        padding: 0 1rem;
    }

    .btn i {
        background: url(../images/ico_24.png) no-repeat center / 100%;
        width: 12px;
        height: 12px;
        display: inline-block;
        transform: rotate(-45deg);
        margin-left: 10px;
        opacity: 1;
        filter: grayscale(100%) brightness(500%);
    }

    .index01 .item-r .item,
    .index01 .item-r .item .list a {
        margin-bottom: 0;
    }

    .index01 .item-r .item .list a .wz {
        margin-bottom: 30px;
    }

    .index01 .item-r .item .list a .wz p {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .index02 {
        padding: 60px 0 30px;
    }

    .index04 {
        padding: 60px 0 0;
    }

    .index02 .tit {
        margin-bottom: 40px;
    }

    .index02 .tit h3 {
        padding-right: 25px;
    }

    .index02 .list .item {
        width: 50%;
        border-right: 0;
        margin-bottom: 40px;
    }

    .index02 .list .icon {
        width: 80px;
    }

    .index02 .list .title {
        padding-bottom: 14px;
        margin-bottom: 20px;
    }

    .index02 .slist .sitem {
        font-size: 16px;
        line-height: 28px;
    }

    .index03 {
        padding: 0 2%;
    }

    .index03 .tit {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .index03 .desc {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 42px;
    }

    .warp5-more {
        text-align: center;
        text-indent: 0;
        min-width: 140px;
        overflow: hidden;
        height: 0.86rem;
        line-height: 0.86rem;
        font-size: 16px;
        width: fit-content;
        padding: 0 1rem;
    }

    .warp5-more i {
        width: 24px;
        height: 0.86rem;
        background-size: 18px auto;
    }

    .index04 .list .content {
        color: rgba(0, 0, 0, .5);
    }

    .index04 .list .tags {
        font-family: din, PingFangRegular, Microsoft YaHei, Segoe UI, Arial, sans-serif;
    }

    .inside-banner .container {
        margin-bottom: 30vh;
    }

    .ny-banner .img img {
        height: 4rem;
        object-fit: cover;
    }

    .maxwidth {
        width: 90%;
    }

    .case00.index00 {
        padding: 10px 0;
    }

    .case00.index00 .top .h {
        line-height: 32px;
    }

    .case00.index00 .top {
        margin-bottom: 60px;
    }

    .case01.index01 {
        padding: 60px 0 40px;
    }

    .bot-paging {
        width: 90%;
        left: 5%;
    }

    .about01 .tt {
        padding: 30px 0;
    }

    .about01 .tt h3 {
        font-size: 24px;
        line-height: 36px;
        text-align: left;
    }

    .about01 .tt h3 em {
        display: block;
    }

    .about01 .tt p {
        text-align: left;
        margin-top: 10px;
    }

    .about01 .ms {
        width: 100%;
    }

    .about01 .ms p {
        font-size: 16px;
        line-height: 28px;
        text-align: left;
    }

    .about02 .list {
        height: 90px;
    }

    .about02 .list .item {
        padding: 20px 0;
    }

    .about02 .list .item .num {
        font-size: 32px;
    }

    .about03.index02 {
        padding: 100px 0 0;
    }

    .about04 {
        padding: 20px 0 60px 0;
    }

    .about04 .tt {
        margin-bottom: 30px;
    }

    .about04 ul li {
        width: 33.33%;
    }

    .about05 {
        height: 180px;
    }

    .about05 .tt {
        padding: 20px;
        font-size: 20px;
        line-height: 40px;
        bottom: 10px;
        text-align: left;
    }

    .footer .mid {
        padding-top: 7%;
        padding-bottom: 0%;
    }

    .footer .mid .tit-box {
        margin-bottom: 7%;
        padding-bottom: 0%;
    }

    .footer .mid .left-cont .contact-box {
        margin-bottom: 0;
    }

    .footer .mid .left-cont .contact-box .address {
        margin-top: 5%;
        margin-bottom: 0%;
    }

    .footer .first-title {
        line-height: 2.2;
        margin-top: -10px;
    }

    .footer .bot {
        padding: 4% 0;
    }

    .footer .mid .left-cont .more-box-b .more-box .more-box-word {
        display: none
    }

    .news00.index04 {
        padding: 60px 0 0;
    }

    .service.about03.index02 {
        padding: 70px 0 30px;
    }

    .index01 {
        padding-top: 0;
    }

    .contact01 {
        margin-top: 0;
        height: calc(100vh - 4.6rem) !important;
    }

    .contact01 .wz {
        top: 1rem;
        transform: translateY(0);
    }

    .contact01 .dz {
        top: 4rem;
        transform: translateY(0);
    }

    .contact01 .item {
        display: flex;
        align-items: center;
    }

    .contact01 .item img {
        width: 0.84rem;
        margin-bottom: 0;
    }

    .contact01 .item .txt {
        margin-left: 20px;
    }

    .contact02 {
        padding: 60px 0;
    }

    .contact02 .index00 .top .h {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 4px;
    }

    .nd_main {

        box-sizing: border-box;
        padding: 60px 0 20px;
    }

    .nd_main .nd1 {
        width: 94%;
        padding: 0;
        margin: 0 auto;
    }

    .nd_main .nd1 .left .top .tit {
        font-size: 24px;
    }

    .nd_main .nd1 .left .bottom .b_con {
        font-size: 16px;
        line-height: 28px;
    }

    .nd_main .nd1 .left .top {
        margin-bottom: 30px;
    }

    .nd_main .nd1 .left,
    .nd_main .nd1 .right {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }

    .nd_main .nd1 .left .bottom .link {
        padding-top: 30px;
    }

    .nd_main .nd1 .left .bottom .link .h,
    .nd_main .nd1 .left .top .t_bottom .day .num,
    .nd_main .nd1 .right .list1 .item .p,
    .nd_main .nd1 .right .list1 .item .p span,
    .nd_main .nd1 .left .bottom .link .more .m_p {
        font-size: 14px;
    }

    .nd_main .nd1 .left .top .t_bottom .day .lable {
        font-size: 12px;
        line-height: 16px;
        padding: 2px 6px;
        margin-top: 0;
        height: auto;
    }

    .nd_main .nd1 .right .pic {
        margin: 30px 0;
        height: 3rem;
    }

    .nd_main .nd1 .right .list1 {
        padding-bottom: 50px;
    }

    .nd_main .nd1 .right .list1 .item .h,
    .nd_main .nd2 .list .item .h {
        font-size: 18px;
        line-height: 2;
        height: auto;
    }

    .nd_main .nd2 {
        padding: 50px 3% 30px;
    }

    .nd_main .nd2 .tit {
        margin-bottom: 30px;
        font-size: 24px;
        font-weight: bold;
    }

    .nd_main .nd2 .list {
        display: flex;
    }

    .nd_main .nd2 .list .item {
        width: 100%;
    }

    .nd_main .nd2 .list .item .pic {
        height: 3rem;
    }

    .nd_main .nd2 .list .item .day {
        font-size: 14px;
        margin-bottom: 0;
    }

    .nd_main .nd2 .list .item .h {
        height: auto;
        margin-bottom: 4px;
    }

    .nd_main .nd2 .list .item .p {
        font-size: 16px;
        line-height: 24px;
        height: auto;
        margin-bottom: 30px;
    }

    .advs {
        width: 94%;
        margin: 0 auto;
        padding: 30px 0 60px;
        display: block;
    }

    .advs .left .h {
        font-size: 20px;
        line-height: 2;
    }

    .advs .right {
        display: none;
    }

    .advs .left .more_x {
        width: 2rem;
        height: .64rem;
        line-height: 0.64rem;
        border-radius: .32rem;
        font-size: 14px;
    }

    .advs .left .more_x span {
        font-size: 14px;
        line-height: 0.64rem;
        background-size: 0.24rem auto;
    }
    .advs .left .h {
        margin-bottom: 20px;
        text-align: center;
    }
    .advs .left .btn{
        margin: 0 auto;
    }
    .banner .banner_h img{
        height: 4rem;
    }
    .banner .banner_h .swiper-slide .main{
        left: 4%;
        line-height: 42px;
    }
    .banner .banner_h .swiper-slide .main .tit{
        font-size: 30px;
    }
    .banner .banner_h .swiper-slide .main .title{
        line-height: 30px;
        font-size: 20px;
    }
    .contact02 .submit{
        width: 100%;
    }

}

@media (max-width: 480px) {
    .footer {
        font-size: 13px;
    }
}