body {
    background: #fff;
    font: 13px/1.75 "Microsoft YaHei", arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}
.head-logo{
    width: 199px;
}
.container {
    margin: 0 auto;
    padding: 0;
    max-width: 84%;
}

.swiper {
    overflow: hidden;
}

textarea,
input {
    background: none;
    outline: none;
    resize: none;
}

.yc {
    overflow: hidden;
}

.xd {
    position: relative;
}

.jd {
    position: absolute;
}

.icon {
    position: relative;
    line-height: 0;
}

.icon img {
    transition: all 0.5s;
}

.icon img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}


.mb-div {
    display: none;
    padding-left: 21px;
}

.mb-div2 {
    display: none;
}

.mb-div2 a::before {
    display: none;
}

.mb-div2 a {
    width: 81% !important;
    line-height: 22px !important;
    margin-left: 11px;
    padding: 11px 0;
    padding-left: 14px !important;
}

.mb-div .mxl-t {
    position: absolute;
    padding: 25.5px 33px;
    right: 0;
    z-index: 3;
    top: -55px;
}

.mb-div .mxl-e {
    position: absolute;
    padding: 25.5px 33px;
    right: 10%;
    z-index: 3;
    top: -7px;
}

.mb-child {
    position: relative;
}

.mb-div a {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2px;
    width: 90%;
    position: relative;
}

.mb-div3 a {
    font-size: 14px !important;
    margin-left: 24px;
    width: 74% !important;
}

.mb-div a:last-child {
    margin-bottom: 0;
}

.mxl-o {
    position: absolute;
    right: 0;
    top: -5px;
    padding: 25.5px 15px;
}

.head.ys {
    background-color: #fff !important;
}

.head-lan {
    transition: all .3s;
}

.ys .head-lan {
    opacity: 0;
}

.mb-nav {
    position: fixed;
    z-index: 205 !important;
    width: 100%;
    background: #fff;
    padding: 88px 0;
    height: 100%;
    padding-top: 0px;
    top: 56px;
    overflow: scroll;
    display: none;
    background: #fff;
}

.mb-nav p {
    width: 80%;
    margin: 0 auto;
}

.mb-nav p img {
    max-width: 26px;
    display: block;
    margin-right: 0;
    margin-left: auto;
}

.mb-nav .logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 55%;
    margin-top: 8%;
}

.mb-nav .logo img {
    max-height: 64px;
}

.mb-nav ul {
    width: 93%;
    margin: 0 auto;
    margin-top: 34px;
}

.mb-nav ul li {
    position: relative;
    width: 90%;
    margin: 0 auto;
    transition: all 0.8s;
    transform: translateY(20px);
    opacity: 0;
}

/*.mb-nav ul li:nth-last-child(2) .mxl-o{*/
/*    display: none;*/
/*}*/

.mb-nav ul li:nth-child(4) .mxl-o {
    /*display: none;*/
}

.mb-nav ul li:nth-child(5) .mxl-o {
    /*display: none;*/
}

.mb-nav ul li a {
    color: #333;
    font-size: 15px;
    line-height: 48px;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 13px;
    display: block;
    position: relative;
    /*white-space: nowrap;*/
}

.zk ul li {
    transform: translateY(0);
    transition-delay: 0.5s;
    opacity: 1;
}

.zk ul li:nth-child(1) {
    transition-delay: 0.2s;
}

.zk ul li:nth-child(2) {
    transition-delay: 0.3s;
}

.zk ul li:nth-child(3) {
    transition-delay: 0.4s;
}

.mb-div3 {
    display: none;
}

.zk ul li:nth-child(4) {
    transition-delay: 0.5s;
}

.zk ul li:nth-child(5) {
    transition-delay: 0.6s;
}

.zk ul li:nth-child(6) {
    transition-delay: 0.7s;
}

.mb-nav .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    margin-top: 27px;
}

.mb-nav .tel img {
    max-height: 24px;
    margin-right: 8px;
}

.mb-nav .mb-dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    margin-top: 48px;
}

.mb-nav .mb-dl li {
    width: fit-content;
}

.mb-nav .mb-dl li a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 35px;
    border-bottom: none;
    font-weight: bold;
    background: #00b7ff;
    color: #fff;
    border-radius: 5px;
    padding: 2px 29px;
}

.mb-nav .mb-dl li a::before {
    display: none;
}

.mb-zd {
    display: none;
    position: relative;
    width: 30px;
    height: 28px;
}

.mb-zd em {
    position: absolute;
    left: 0;
    top: 6px;
    width: 30px;
    height: 1.5px;
    background-color: #000;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.menuBtn.on em {
    display: none;
    margin: -2px 0 0;
    position: absolute;
    top: 40%;
    width: 28px;
    /*background: #000 !important;*/
}

.menuBtn.on em:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.on {
    top: 4px;
}

.menuBtn.on em:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.on .s2 {
    opacity: 0;
}

.menuBtn.on em:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.menuBtn .s1 {
    top: 5px;
}

.qh {
    opacity: 0;
}

.menuBtn .s2 {
    top: 14px;
}

.menuBtn .s3 {
    top: 23px;
}

.mb-zd em {
    background: #000;
}



.head {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 200;
    transition: all .5s;
}

.head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head .container .head-nav {
    display: flex;
    flex: 1;
    margin-left: 5.10416vw;
    white-space: nowrap;
}

.head .container .head-nav .head-li {
    margin-right: 1.927083vw;
}

.head--hidden {
    /*top: -100%;*/
    /* 向上移出视口 */
}

.head .container .head-nav .head-li .head-a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 68px;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
    padding: 24px 0;
    transition: all 0.5s;
}

.head .container .head-nav .head-li .head-a img {
    margin-left: 8px;
    transition: all .3s;
    filter: brightness(0) invert(1);
}

.head .container .head-nav .head-li .head-a::after {
    position: absolute;
    left: calc(50% - 6px);
    transform: translateX(-50%);
    content: '';
    bottom: 36px;
    background: #333;
    width: 0%;
    opacity: 0;
    height: 1px;
    transition: all 0.5s;
}

.head .container .head-nav .head-li:last-child {
    margin-right: 0;
}

.head .container .head-nav .head-li:hover .head-a::after {
    width: calc(100% - 6px);
    opacity: 1;
}

.head .container .head-nav .active .head-a::after {
    width: calc(100% - 20px);
    opacity: 1;
}

.head-dl {
    width: 218px;
    height: 54px;
    background-color: #00ada9;
    border-radius: 8px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffffff !important;
}

.head-dl:hover {
    box-shadow: 1px 1px 15px #00ada9;
    transform: translateX(-4px);
}

.head:hover {
    background: #fff;
}

.head:hover .head-logo img:nth-child(2) {
    opacity: 1;
}

.head:hover .head-logo img:nth-child(1) {
    opacity: 0;
}

.head:hover .container .head-nav .head-li .head-a {
    color: #000;
}

.head:hover .container .head-nav .head-li .head-a img {
    filter: initial;
}

.activehead {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.activehead .head-logo img:nth-child(2) {
    opacity: 1;
}

.activehead .head-logo img:nth-child(1) {
    opacity: 0;
}

.activehead .container .head-nav .head-li .head-a {
    color: #000;
}

.activehead .container .head-nav .head-li .head-a img {
    filter: initial;
}



.head-child.jd {
    width: 100%;
    left: 0;
    top: 100%;
    display: flex;
    /*align-items: flex-start;*/
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.09);
    border-top: 1px solid #cad4e1;
    transition: all .5s;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transform-origin: center top;
}

.head-li:hover .head-child {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.head-child .head-child-lf {
    width: 26%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-left: 6%;
    padding-top: 3.68%;
    padding-right: 1px;
    padding-bottom: 3.68%;
}

.head-child .head-child-lf ul {}

.head-child .head-child-lf ul li {
    margin-bottom: 10px;
    cursor: pointer;
}

.head-child .head-child-lf ul li:last-child {
    margin-bottom: 0;
}

.head-child .head-child-lf ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 68px;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: bold;
    padding: 6% 12%;
    transition: all .5s;
}


.head-child .head-child-lf ul li a span {
    flex: 1;
    position: relative;
    padding-left: 26px;
}

.head-child .head-child-lf ul li a span::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
    transition: all .5s;
}

.head-child .head-child-lf ul li a img {
    filter: brightness(0) invert(1);
    transition: all .3s;
}


.head-child .head-child-rt {
    width: 70%;
    padding: 3% 0;
    padding-right: 8%;
}

.head-li:nth-child(1) .head-child .head-child-rt .head-child-rt-con:nth-child(2) .head-items:nth-child(1) p a,.head-li:nth-child(1) .head-child .head-child-rt .head-child-rt-con:nth-child(2) .head-items:nth-child(4) p a {
    color: #00ada9;
}

.head-li:nth-child(1) .head-child .head-child-rt .head-child-rt-con:nth-child(2) .head-items:nth-child(2) p a {
    color: #17509b;
}

.head-li:nth-child(1) .head-child .head-child-rt .head-child-rt-con:nth-child(2) .head-items:nth-child(3) p a {
    color: #c5d01f;
}

.head-child .head-child-rt .head-child-rt-con {
    display: none;
}

.head-child .head-child-rt .head-child-rt-con:nth-child(1) {
    display: flex;
}

.head-child .head-child-rt .head-child-rt-con .head-items {
    margin-right: 8.3%;
}

.head-child .head-child-rt .head-child-rt-con .head-items p {}

.head-child .head-child-rt .head-child-rt-con .head-items:last-child {
    margin-right: 0;
}

.head-child .head-child-rt .head-child-rt-con .head-items p a {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.head-child .head-child-rt .head-child-rt-con .head-items ul {
    margin-top: 30px;
}

.head-child .head-child-rt .head-child-rt-con .head-items ul li {
    margin-bottom: 13px;
}

.head-child .head-child-rt .head-child-rt-con .head-items ul li:last-child {
    margin-bottom: 0;
}

.head-child .head-child-rt .head-child-rt-con .head-items ul li a {
    font-size: 16px;
    font-weight: 300;
    transition: all .5s;
    color: #333333;
}

.head-child .head-child-rt .head-child-rt-con .head-items ul li a:hover {
    color: #17509b;
}



.head-child .head-child-lf ul li.active a img {
    filter: initial;
}

.head-child .head-child-lf ul li.active a span::before {
    background-color: #17509b;
}

.head-child .head-child-lf ul li.active a {
    color: #17509b;
}

.head-child .head-child-lf ul li.active a {
    background: #fff;
}




.sy-bt {
    text-align: center;
    line-height: 1.3;
}

.sy-bt div:nth-child(1) {
    font-family: 'Barlow', sans-serif;
    font-size: 4.6875vw;
    color: rgba(0, 91, 172, 0.1);
    font-weight: 700;
}

.sy-bt div:nth-child(2) {
    font-size: 2.7083vw;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333333;
    margin-top: -3.3vw;
}

img {
    width: auto;
    height: auto;
}

.home-more {
    width: 212px;
    height: 55px;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all 0.5s;
    color: #005bac;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.home-more::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: '';
    width: 0%;
    background: #00ada9;
    height: 101%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.home-more:hover {
    box-shadow: 1px 1px 15px #00ada9;
    color: #fff;
}

.home-more:hover::after {
    width: 100%;
    opacity: 1;
}

.home-more-lan {
    background-color: #005bac;
    color: #fff;
}

.foot .yzs {
    padding: 5.9% 0 6.73%;
    background-image: -webkit-image-set(url('../images/foot-bg.webp') 1x, url('../images/foot-bg.jpg') 1x);
    background-image: image-set(url('../images/foot-bg.webp') type('image/webp'), url('../images/foot-bg.jpg') type('image/jpeg'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.foot .yzs .container {
    text-align: center;
}

.foot .yzs .container div:nth-child(1) {
    font-size: 2.6vw;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 39px;
}

.foot .yzs .container .head-dl {
    margin: 0 auto;
}

.foot .yzs .container .head-dl:hover {
    transform: translateY(-2px);
}

.foot .footer {
    background-color: #fcfcfc;
}

.foot .footer .foot-tp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 57px 0;
    border-bottom: 1px solid rgba(193, 193, 193, 0.3);
}

.foot .footer .foot-tp .lj {
    flex: 1;
    display: flex;
    align-items: center;
}

.foot .footer .foot-tp .lj .icon {
    margin-right: 30px;
}

.foot .footer .foot-tp .lj .rt {
    flex: 1;
    display: flex;
    font-family: "Noto Serif SC", serif;
    font-weight: 500;
}

.foot .footer .foot-tp .lj .rt div:nth-child(1) {
    font-size: 20px;
    font-weight: 300;
    color: #333333;
    font-weight: 500;
    margin-right: 24px;
}

.foot .footer .foot-tp .lj .rt ul {
    display: flex;
    position: relative;
    top: 1px;
}

.foot .footer .foot-tp .lj .rt ul li {
    margin-right: 20px;
}

.foot .footer .foot-tp .lj .rt ul li a {
    border-radius: 17px;
    border: solid 1px rgba(190, 190, 190, 0.6);
    display: block;
    font-size: 18px;
    color: #333333;
    padding: 0.25px 9.5px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.foot .footer .foot-tp .lj .rt ul li a::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: '';
    width: 0%;
    background: #005bac;
    height: 101%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.foot .footer .foot-tp .lj .rt ul li a:hover {
    color: #fff;
    border: solid 1px #005bac;
    box-shadow: 1px 1px 10px #005bac;
}

.foot .footer .foot-tp .lj .rt ul li a:hover::after {
    width: 101%;
    opacity: 1;
}

.foot .footer .foot-tp .lj .rt ul li:last-child {
    margin-right: 0;
}

.foot .footer .foot-tp .top {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.foot .footer .foot-cen {
    display: flex;
    justify-content: space-between;
    margin-top: 68px;
}

.foot .footer .foot-cen .foot-cen-lf .f-logo {
    display: block;
}

.foot .footer .foot-cen .foot-cen-lf .f-dh {
    margin-top: 45px;
    line-height: 1.3;
}

.foot .footer .foot-cen .foot-cen-lf .f-dh div:nth-child(1) {
    font-size: 18px;
    font-family: "Noto Serif SC", serif;
    color: #141617;
    margin-bottom: 5px;
}

.foot .footer .foot-cen .foot-cen-lf .f-dh a {
    font-size: 36px;
    color: #141617;
    display: block;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.foot .footer .foot-cen .foot-cen-lf ul {
    margin-top: 20px;
}

.foot .footer .foot-cen .foot-cen-lf ul li {
    display: flex;
}

.foot .footer .foot-cen .foot-cen-lf ul li div:nth-child(1) {
    font-size: 18px;
    color: #141617;
    font-weight: 300;
}

.foot .footer .foot-cen .foot-cen-lf ul li div:nth-child(2) {
    flex: 1;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.foot .footer .foot-cen .foot-cen-lf ul li div:nth-child(2) a {
    font-size: 20px;
    color: #141617;
    font-family: 'Barlow', sans-serif;
}

.foot .footer .foot-cen .foot-cen-cen {
    display: flex;
}

.foot .footer .foot-cen .foot-cen-cen .foot-cen-items {
    margin-right: 6.91vw;
}

.foot .footer .foot-cen .foot-cen-cen .foot-cen-items a {
    transition: all 0.5s;
}

.foot .footer .foot-cen .foot-cen-cen .foot-cen-items p a {
    font-size: 22px;
    font-weight: bold;
}

.foot .footer .foot-cen .foot-cen-cen .foot-cen-items ul {
    margin-top: 32px;
}

.foot .footer .foot-cen .foot-cen-cen .foot-cen-items ul li {
    margin-bottom: 7px;
}

.foot .footer .foot-cen .foot-cen-cen .foot-cen-items ul li a {
    font-size: 18px;
    display: block;
    font-weight: 300;
    color: #141617;
}

.foot .footer .foot-cen .foot-cen-cen .foot-cen-items ul li:last-child {
    margin-bottom: 0;
}

.foot .footer .foot-cen .foot-cen-cen .foot-cen-items a:hover {
    color: #005bac !important;
}

.foot .footer .foot-cen .foot-cen-cen .foot-cen-items:last-child {
    margin-right: 0;
}

.foot .footer .foot-cen .foot-cen-rt {
    font-size: 20px;
    text-align: center;
    color: #141617;
}

.foot .footer .foot-cen .foot-cen-rt div:nth-child(1) {
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(43, 45, 46, 0.19);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 167px;
    height: 167px;
    margin-bottom: 9px;
}

.foot .footer .foot-bt {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(193, 193, 193, 0.3);
    margin-top: 62px;
    padding: 3.8% 0;
}

.foot .footer .foot-bt p,
.foot .footer .foot-bt a {
    transition: all 0.5s;
    font-size: 18px;
    font-weight: 300;
    color: #141617;
}

.foot .footer .foot-bt a:hover {
    color: #005bac;
}

object {
    pointer-events: none;
    max-width: 100%;
    max-height: 100%;
}

.foot .footer .foot-cen .foot-cen-cen .foot-cen-items P span {
    display: none;
}


.head-zl-items-con {
    display: flex;
    flex-wrap: wrap;
    padding: 3.7% 0;
}

.head-zl-items-con .head-zl-items {
    width: 50%;
    margin-bottom: 4.30208vw;
}

.head-zl-items-con .head-zl-items:nth-child(3),
.head-zl-items-con .head-zl-items:nth-child(4) {
    margin-bottom: 0;
}

.head-zl-items-con .head-zl-items div:nth-child(1) {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.head-zl-items-con .head-zl-items div:nth-child(1) p:nth-child(1) {
    width: 40px;
    height: 40px;
    background-color: #f3f3f3;
    border: solid 1px #535353;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.head-zl-items-con .head-zl-items div:nth-child(1) p:nth-child(2) {
    flex: 1;
    margin-left: 20px;
    transition: all .5s;
}

.head-zl-items-con .head-zl-items:hover div,
.head-zl-items-con .head-zl-items:hover div p {
    color: #17509b !important;
}

.head-zl-items-con .head-zl-items div:nth-child(2) {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    transition: all .5s;
    color: #666666;
    margin-top: 7px;
    margin-left: 60px;
    white-space: initial;
}

.head-zl-items-con .head-zl-items:nth-last-child(1),
.head-zl-items-con .head-zl-items:nth-last-child(2) {
    margin-bottom: 0;
}

.head-zl-items-con .head-zl-items div:nth-child(2) p {
    display: inline;
}

.head-li:nth-child(3) .head-zl-items-con .head-zl-items {
    width: 354px;
    max-width: 50%;
}

.head-li:nth-child(3) .head-zl-items-con .head-zl-items:nth-child(2n) {
    width: calc(100% - 354px);
    max-width: 50%;
}



.cm-hzhb .xl-con {
    line-height: 1.3;
    margin-top: 36px;
}

.cm-hzhb .xl-con .xl-items {
    margin-left: 8%;
}

.cm-hzhb .xl-con .xl-items .swiper {
    padding: 0.75% 0;
}

.cm-hzhb .xl-con .xl-items .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    transition-timing-function: linear !important;
    /* 强制iOS硬件加速，避免渲染闪烁 */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cm-hzhb .xl-con .xl-items .swiper .swiper-wrapper .swiper-slide {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    height: auto;
    padding: 20px 27px 17px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* 必须给slide设置固定宽度，避免iOS计算错误 */
    flex-shrink: 0;
}

.cm-hzhb .xl-con .xl-items .swiper .swiper-wrapper .swiper-slide div:nth-child(1) {
    display: flex;
    align-items: center;
    height: 2.864584vw;
}

.cm-hzhb .xl-con .xl-items .swiper .swiper-wrapper .swiper-slide div:nth-child(1) img {
    max-height: 100%;
    transition: all 0.5s;
    object-position: left center;
    object-fit: contain;
    width: auto;
    height: auto;
}

.cm-hzhb .xl-con .xl-items .swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 11px;
    color: #050505;
    font-weight: 300;
    transition: all 0.5s;
    line-height: 1.3;
}

.cm-hzhb .xl-con .xl-items .swiper .swiper-wrapper .swiper-slide:hover div:nth-child(2) {
    color: #00a9a9;
}

.cm-hzhb .xl-con .xl-items .swiper .swiper-wrapper .swiper-slide:hover div:nth-child(1) img {
    transform: scale(0.95);
}

.cm-hzhb .xl-con .xl-items:nth-child(2n) {
    margin-left: 0;
    margin-right: 8%;
}

.cm-hzhb .xl-con .xl-items:last-child {
    margin-bottom: 0;
}
.cm-hzhb .xl-con .xl-items .hb0-swiper .swiper-wrapper .swiper-slide div:nth-child(2),.cm-hzhb .xl-con .xl-items .hb0-swiper .swiper-wrapper .swiper-slide div:nth-child(1){
    justify-content: flex-end;
}

.head .head-dl{
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.1;
    width: auto;
    padding: 9.5px 11px 10.5px 11px;
    height: auto;
}
.head .head-dl span{
    font-size: 15px;
}

.mfzx-fix{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5%;
    padding: 8px;
    z-index: 199;
    transition: all .5s;
}
.mfzx-fix .close{
    right: 0;
    bottom: 100%;
    opacity: .4;
    width: 17px;
}
.mfzx-fix:hover{
    right: 1.7%;
}
.mfzx-fix::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed #00ada9;
    border-radius: 50%;
    animation: rotateDashedCircle 10s linear infinite;
    z-index: -1;
}
@keyframes rotateDashedCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.mfzx-fix a{
    font-size: 20px;
	color: #ffffff;
	display: block;
	text-align: center;
}
.mfzx-fix .bg{
    width: 132px;
}
.mfzx-fix .bg img{
    width: 100%;
}
.mfzx-fix .nr{
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 19px;
}


@media (max-width: 1700px) {
    .head .container .head-nav {
        margin-left: 4vw;
    }

    .head-dl {
        width: 200px;
        height: 50px;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items {
        margin-right: 5.91vw;
    }

    .foot .footer .foot-cen .foot-cen-rt div:nth-child(1) {
        width: 145px;
        height: 145px;
    }

    .head-zl-items-con .head-zl-items {
        padding-right: 5%;
    }
    .head-child .head-child-rt .head-child-rt-con .head-items {
    margin-right: 7.3%;
}
}

@media (max-width: 1599px) {
    .head .container .head-nav .head-li .head-a {
        padding: 20px 0;
        line-height: 60px;
    }

    .head .container .head-nav .head-li .head-a::after {
        bottom: 30px;
    }

    .foot .footer .foot-cen .foot-cen-lf .f-dh a {
        font-size: 32px;
    }

    .foot .footer .foot-tp .lj .icon {
        margin-right: 18px;
    }

    .head-child .head-child-rt .head-child-rt-con .head-items ul {
        margin-top: 24px;
    }
    .head-child .head-child-rt .head-child-rt-con .head-items {
    margin-right: 6.3%;
}
}

@media (max-width: 1477px) {
    .head .container .head-nav {
        margin-left: 3vw;
    }
    .head .container .head-nav .head-li {
    margin-right: 2.927083vw;
}
.mfzx-fix a {
    font-size: 17px;
}
.mfzx-fix .bg{
    width: 115px;
}
    .mfzx-fix .nr div:nth-child(1) {
        width: 34px;
        margin: 0 auto;
    }
    .head-child .head-child-rt .head-child-rt-con .head-items {
    margin-right: 5.3%;
}
}

@media (max-width: 1365px) {

    .head .container .head-nav .head-li .head-a {
        padding: 18px 0;
        line-height: 56px;
    }

    .head .container .head-nav .head-li .head-a::after {
        bottom: 26px;
    }

    .head-logo {
        width: 17%;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items {
        margin-right: 4.2vw;
    }

    .foot .footer .foot-cen .foot-cen-rt div:nth-child(1) {
        padding: 4px;
    }
    .cm-hzhb .xl-con .xl-items .swiper {
        padding: 1.1% 0;
    }
    .head-child .head-child-rt .head-child-rt-con .head-items {
    margin-right: 4.3%;
}
.head-child .head-child-rt .head-child-rt-con .head-items ul li a {
    font-size: 15px;
}
.head-child .head-child-rt .head-child-rt-con .head-items p a {
    font-size: 18px;
}
}

@media (max-width: 1199px) {
    .container {
        max-width: 92%;
    }

    .head-dl {
        width: 160px;
        height: 44px;
        font-size: 14px;
        border-radius: 6px;
    }

    .sy-bt div:nth-child(1) {
        font-size: 5vw;
    }

    .sy-bt div:nth-child(2) {
        font-size: 3vw;
        margin-top: -3.5vw;
    }

    .foot .yzs .container div:nth-child(1) {
        font-size: 3vw;
    }

    .foot .footer .foot-tp {
        padding: 40px 0;
    }

    .foot .footer .foot-tp .lj .icon {
        margin-right: 20px;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items {
        margin-right: 4vw;
    }

    .foot .footer .foot-tp .lj .rt ul li a {
        font-size: 14px;
    }

    .foot .footer .foot-tp .lj .rt div:nth-child(1) {
        font-size: 16px;
    }

    .foot .footer .foot-cen .foot-cen-rt div:nth-child(1) {
        width: 130px;
        height: 130px;
    }

    .foot .footer .foot-bt {
        margin-top: 40px;
    }

    .head-child .head-child-lf {
        padding-left: 2%;
    }

    .head-child .head-child-rt .head-child-rt-con .head-items {
        margin-right: 7.6%;
    }

    .head .container .head-nav .head-li .head-a {
        font-size: 15px;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items p a {
        font-size: 19px;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items ul li a,
    .foot .footer .foot-cen .foot-cen-lf ul li div:nth-child(1) {
        font-size: 15px;
    }

    .foot .footer .foot-cen .foot-cen-rt,
    .foot .footer .foot-cen .foot-cen-lf ul li div:nth-child(2) a {
        font-size: 17px;
    }

    .foot .footer .foot-bt p,
    .foot .footer .foot-bt a {
        font-size: 14px;
    }
    .cm-hzhb .xl-con .xl-items {
        margin-left: 5%;
    }

    .cm-hzhb .xl-con .xl-items:nth-child(2n) {
        margin-right: 5%;
    }
    .cm-hzhb .xl-con .xl-items .swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
        font-size: 15px;
    }
    .head .head-dl{
        font-size: 16px;
    }
    .head .head-dl span {
    font-size: 12px;
}
}

@media (max-width: 990px) {
    .sy-bt div:nth-child(1) {
        font-size: 6vw;
    }

    .sy-bt div:nth-child(2) {
        font-size: 3.5vw;
        margin-top: -4vw;
    }

    .home-more {
        width: 180px;
        height: 44px;
        font-size: 14px;
    }

    .foot .yzs {
        padding: 10% 0;
    }

    .foot .yzs .container div:nth-child(1) {
        font-size: 3.5vw;
        margin-bottom: 30px;
    }

    .foot .footer .foot-tp {
        flex-direction: column;
        padding: 30px 0;
    }

    .foot .footer .foot-tp .lj {
        flex-direction: column;
    }

    .foot .footer .foot-tp .lj .icon {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .foot .footer .foot-tp .lj .rt {
        flex-direction: column;
    }

    .foot .footer .foot-tp .lj .rt div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .foot .footer .foot-tp .top {
        margin-top: 30px;
    }

    .foot .footer .foot-cen {
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .foot .footer .foot-cen .foot-cen-lf {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .foot .footer .foot-cen .foot-cen-lf .f-logo {
        margin: 0 auto;
    }

    .foot .footer .foot-cen .foot-cen-lf ul {
        display: inline-block;
    }

    .foot .footer .foot-cen .foot-cen-lf ul li {
        justify-content: center;
    }

    .foot .footer .foot-cen .foot-cen-cen {
        width: 60%;
    }

    .foot .footer .foot-cen .foot-cen-rt {
        width: 40%;
    }

    .foot .footer .foot-bt {
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .foot .footer .foot-bt p,
    .foot .footer .foot-bt a {
        font-size: 14px;
    }

    .head .container .head-nav {
        display: none;
    }

    .head {
        position: sticky;
        top: 0;
        background: #fff;
        padding: 11px 0;
    }

    .foot .footer .foot-cen .foot-cen-lf ul li div:nth-child(2) {
        text-align: left;
    }

    .foot .footer .foot-cen .foot-cen-cen {
        width: 100%;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items ul {
        display: none;
    }

    .foot .yzs {
        padding: 15% 0;
    }

    .foot .yzs .container div:nth-child(1) {
        font-size: 5.5vw;
        margin-bottom: 25px;
    }

    .foot .footer .foot-tp {
        padding: 36px 0;
    }

    .foot .footer .foot-tp .lj .rt ul {
        flex-wrap: wrap;
    }

    .foot .footer .foot-tp .lj .rt ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .foot .footer .foot-cen .foot-cen-lf .f-dh {
        margin-top: 30px;
    }

    .foot .footer .foot-cen .foot-cen-lf .f-dh div:nth-child(1) {
        font-size: 14px;
    }

    .foot .footer .foot-cen .foot-cen-lf .f-dh a {
        font-size: 28px;
    }

    .foot .footer .foot-cen .foot-cen-lf ul li div:nth-child(1),
    .foot .footer .foot-cen .foot-cen-lf ul li div:nth-child(2) a {
        font-size: 14px;
    }

    .foot .footer .foot-cen .foot-cen-cen {
        width: 100%;
        justify-content: space-between;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items {
        margin-right: 0;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items p a {
        font-size: 18px;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items ul {
        margin-top: 20px;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items ul li a {
        font-size: 14px;
    }

    .foot .footer .foot-cen .foot-cen-rt {
        width: 100%;
        margin-top: 40px;
    }

    .foot .footer .foot-cen .foot-cen-rt div:nth-child(1) {
        width: 140px;
        height: 140px;
        margin: 0 auto 10px;
    }

    .foot .footer .foot-bt {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
    }

    .foot .footer .foot-bt p {
        margin-bottom: 10px;
    }

    .foot .footer .foot-cen .foot-cen-lf .f-logo {
        width: 156px;
    }

    .foot .footer .foot-tp .lj .rt ul li a {
        font-size: 13px;
    }

    .foot .footer .foot-cen .foot-cen-lf ul li div:nth-child(2) a {
        font-size: 16px;
    }

    .foot .footer .foot-cen .foot-cen-cen {
        display: block;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items p a {
        font-size: 14px;
        font-weight: 300;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items {
        border-bottom: 1px solid rgba(193, 193, 193, 0.3);
        padding: 8px 5%;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items:last-child {
        border: none;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items ul {
        margin-top: 13px;
        padding-left: 5%;
        margin-bottom: 7px;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items P {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .foot .footer .foot-cen .foot-cen-cen .foot-cen-items P span {
        font-weight: bold;
        font-size: 17px;
        line-height: 1;
        display: block;
    }

    .foot .footer .foot-cen {
        margin-top: 41px;
    }

    .foot .footer .foot-cen .foot-cen-lf .f-dh {
        margin-top: 20px;
    }

    .foot .footer .foot-cen .foot-cen-lf ul {
        margin-top: 16px;
    }

    .foot .footer .foot-cen .foot-cen-lf {
        margin-bottom: 25px;
    }

    .foot .footer .foot-cen .foot-cen-rt div:nth-child(1) {
        width: 120px;
        height: 120px;
        margin: 0 auto 10px;
    }

    .foot .footer .foot-cen .foot-cen-rt {
        margin-top: 27px;
    }

    .foot .footer .foot-bt {
        margin-top: 28px;
        padding: 21px 0;
    }

    .foot .footer .foot-bt p,
    .foot .footer .foot-bt a {
        font-size: 13px;
    }

    .foot .footer .foot-bt p:last-child {
        margin-bottom: 0;
    }

    .head .container .head-logo img:nth-child(2) {
        opacity: 1;
    }

    .head .container .head-logo img:nth-child(1) {
        opacity: 0;
    }

    .head .head-dl {
        display: none;
    }

    .mb-zd {
        display: block;
    }

    .head .container .head-logo {
        max-width: auto !important;
        width: 133px !important;
    }
    .mfzx-fix{
        display: none;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .head .container .head-logo {
        max-width: 40%;
    }

    .head-dl {
        width: 130px;
        height: 40px;
        font-size: 13px;
        border-radius: 5px;
    }

    .sy-bt div:nth-child(1) {
        font-size: 32px;
    }

    .sy-bt div:nth-child(2) {
        font-size: 22px;
        margin-top: -23px;
    }

    .home-more {
        width: 160px;
        height: 42px;
        font-size: 14px;
        border-radius: 21px;
    }
    
    .cm-hzhb .xl-con {
        margin-top: 40px;
    }

    .cm-hzhb .xl-con .xl-items .swiper .swiper-wrapper .swiper-slide div:nth-child(1) {
        height: 6vw;
    }

    .cm-hzhb .xl-con .xl-items .swiper .swiper-wrapper .swiper-slide {
        padding: 20px 17px 17px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
    }

    .cm-hzhb .xl-con .xl-items .swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
        font-size: 14px;
    }

    .cm-hzhb .xl-con .xl-items .swiper {
        padding: 7px 0;
    }
}