.p260 {
    padding-left: 13.5417vw;
    padding-right: 13.5417vw;
}

.pl260 {
    padding-left: 13.5417vw;
}

.pr260 {
    padding-right: 13.5417vw;
}

.logo {
    background-color: #154a9a;
    padding-right: 20px;
    margin-right: 20px;
    height: 100%;
    height: 87px;
}

.bg15 {
    background-color: #154a9a;
}

.bgf3 {
    background-color: #f3f6fd;
}

.header .header-menu>li {
    margin-left: 2.0833vw;
    position: relative;
    line-height: 86px;
}

.header .header-icon {
    height: 86px;
}

.header .header-icon div {
    margin-right: 1.0417vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 86px;
    height: 86px;
    align-items: center;
    cursor: pointer;
}

.header .header-icon div img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 22px;
    height: 22px;
}

.header .header-icon div:last-child {
    margin-right: 0;
}

@font-face {
    font-family: din;
    src: url('../fonts/DIN-Bold.otf');
}

.din {
    font-family: din;
}


/* @font-face {
    font-family: futura;
    src: url('../fonts/Futura-Medium-6.ttf');
} */

.head2,
.header:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.header-menu ul {
    position: absolute;
    top: 45px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.header-menu>li:hover>a,
.header-menu ul li:hover a {
    color: #154a9a;
}

.header-menu>li:hover>ul {
    top: 86px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.header-menu ul li {
    width: 100%;
    white-space: nowrap;
    padding: 15px 0;
    line-height: initial;
}

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

.swiper-pagination-bullet-active {
    background-color: #154a9a;
}

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

.flexsta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexend {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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

.flexaro {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.menu>ul>li {
    float: left
}

.menu>ul>li>a {
    padding: 0;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #555555;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.menu ul ul {
    position: fixed;
    text-align: left;
    background: #ffffff;
    padding: 0;
    width: 100%;
    top: 86px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: transform .6s;
    /* box-shadow: 0px 5px 5px rgba(0, 0, 0, .1); */
    padding: 0 calc((100vw - 1440px) / 2);
    border-top: 2px solid #f4f4f4;
    background: #f7f7f7;
}

.menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


/*.menu ul ul ul{left:-9999px;top:0px;width: calc(1200px - 450px);z-index: 11;}
.menu ul ul li:hover>ul{left:100%;}*/

.menu ul ul .flexbet {
    align-items: flex-start;
    padding: 40px 0;
}

.menu ul ul .flexend {
    padding: 20px 0;
}

.menu ul ul .ulDiv {
    width: 69.5%;
}

.menu ul ul .ulDiv .title {
    font-size: 22px;
    color: #333333;
}

.menu ul ul .ulDiv .line {
    width: 30px;
    height: 4px;
    background: #0251c2;
    margin: 10px 0;
}

.menu ul ul .ulDiv .liDiv.w20 li {
    width: 25%;
}

.menu ul ul .ulDiv .liDiv.w25 li {
    width: 25%;
}

.menu ul ul .ulDiv .liDiv {
    overflow: hidden;
}

.menu ul ul .ulDiv .liDiv li {
    float: left;
    margin-top: 15px;
}

.menu ul ul .ulDiv .liDiv li a {
    color: #555555;
    max-width: 80%;
    font-size: 16px;
}

.menu ul ul .ulDiv .liDiv li a:hover {
    color: #0251c2;
}

.menu ul ul .urDiv {
    width: 28%;
    text-align: right;
    margin-top: 76px;
    height: 180px;
}

.menu ul ul .urDiv img {
    height: 100%;
}

.menu ul ul .flexend>li {
    margin: 0 0 0 60px;
}

.menu ul ul .flexend>li a {
    color: #555555;
}

.menu ul ul .flexend>li a:hover {
    color: #0251c2;
}


/* .menu ul ul .ulrDiv img{width: 100%;height: 100%;object-fit: cover;} */

.menu ul ul>li>a {
    border-left: 3px solid #f9f9f9;
    line-height: 56px;
    font-size: 16px;
    text-decoration: none;
    color: #666;
    text-align: center;
}

.menu ul ul>li:hover>a {
    color: #a40000;
    background: #fff;
    border-left: 3px solid #a40000;
}

.header-menu li.active a {
    color: #0251c2;
}

.text-con {
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 1px 0px 0px #e5e5e5;
}

.text-con>div {
    height: 100%;
}

.text-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 28px 20px;
    color: #fff;
    font-size: 1.0417vw;
    line-height: 1.5625vw;
    z-index: 2;
    width: 306px;
}

.text-box span {
    font-size: 1.0417vw;
}

.text-pone {
    padding-left: 23.9583vw;
}

.text-pone .flex-center p {
    font-size: 1.0417vw;
    margin-left: 10px;
}

.text-pone .flex-center {
    margin-right: 3.125vw;
}

.text-pone input {
    width: 18.5938vw;
    height: 36px;
    background-color: #ffffff;
    border-radius: 18px;
    border: solid 1px #154a9a;
    font-size: 0.7292vw;
    padding-left: 10px;
    background-image: url(../images/search.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.text-pone input::placeholder {
    color: #999999;
}

.pro-box {
    padding-top: 2.6042vw;
    padding-bottom: 4.1667vw;
}

.all-title {
    font-size: 1.9792vw;
    margin-top: 20px;
}

.home-img {
    /* width: 16.7708vw; */
    object-fit: contain;
    height: 2.3958vw;
}

.pro-menu li {
    line-height: 2.6042vw;
    background-color: #e0e3ed;
    border-radius: 1.3021vw;
    padding: 0 2.3958vw;
    margin-left: 10px;
    font-size: 0.9375vw;
}

.pro-menu li.active a,
.pro-menu li:hover a,
.pro-menu a:hover {
    color: #ffffff;
}

.pro-menu li.active,
.pro-menu li:hover {
    background-color: #caa566;
    box-shadow: 0px 0px 30px 0px rgba(30, 117, 252, 0.15);
}

.pro-con {
    display: grid;
    grid-gap: 1.7708vw;
    grid-template-columns: 1fr 1fr 1fr;
}

.pro-box2,
.adv-box2 .adv-con,
.al-swiper,
.about-text,
.mySwiper3,
.new-box {
    padding-top: 40px;
}

.pro-con>div {
    background-color: #fff;
    padding: 10px 10px 30px 10px;
}

.pro-box .pro-img {
    background-color: #fff;
    padding: 1.9792vw 1.5625vw;
    height: 22.6042vw;
    margin-bottom: 30px;
    overflow: hidden;
}

.pro-box .text-center p:first-child {
    font-size: 1.1458vw;
    line-height: 1.5625vw;
    margin-bottom: 10px;
}

.pro-box .text-center p:last-child {
    color: #666;
}

.pro-con>div:hover {
    background-color: #154a9a;
    transition: all .5s;
}

.pro-con>div:hover p {
    color: #fff;
}

.pro-con>div:hover p:last-child {
    color: #edd5a1;
}

.pro-con>div:hover .all-img {
    transform: scale(1.1);
    transition: all 1s;
}

.adv-box2,
.about-box,
.hz-box,
.zl-box {
    padding-top: 80px;
    padding-bottom: 80px;
}

.adv-box2 .adv-con {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.0417vw;
    height: 38.1146vw;
}

.adv-box2 .adv-con>div {
    background-repeat: no-repeat;
    background-size: cover;
}

.adv-text2 {
    padding: 3.125vw 2.0833vw 3.125vw 2.0833vw;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.adv-none {
    display: none;
    /* opacity: 0; */
    /* visibility: hidden; */
    margin-top: 3.3854vw;
    letter-spacing: 0px;
    color: #e0e3ed;
}

.adv-none p {
    font-size: 0.7813vw;
    line-height: 1.7188vw;
}

.adv-title {
    margin-top: 1.3542vw;
}

.adv-title p {
    font-size: 1.1458vw;
    line-height: 1.7188vw;
    color: #ffffff;
}

.adv-box2 .adv-con>div:hover .adv-text2 {
    background-color: rgba(21, 74, 154, .9);
    transition: all .5s;
    align-items: flex-start;
}

.adv-box2 .adv-con>div:hover .adv-none {
    transition: all .5s;
    display: block;
}

.adv-box2 .adv-con>div:hover .text-center {
    text-align: left;
}

.adv-box2 .adv-con>div:hover .adv-title::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -30px;
    width: 2.0833vw;
    height: 4px;
    background-color: #edd5a1;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 122px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36.3%;
    overflow: hidden;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
}

.mySwiper .swiper-slide img {
    height: 93px;
    margin-bottom: 8px;
    object-fit: contain;
    background-color: #fff;
}

.mySwiper .swiper-slide p {
    font-size: 0.7813vw;
    line-height: normal;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.al-box {
    /* background: linear-gradient(26deg, #c4d7ef, #f3f6fd); */
    background-image: url(../images/al-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}

.al-swiper {
    width: 100%;
    overflow: hidden;
}

.al-swiper .al-img {
    width: 42.7083vw;
    height: 23.9583vw;
    background-color: #fff;
    padding: 20px 30px;
}

.al-swiper .al-img img {
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.al-swiper .al-con {
    flex: 0.9;
}

.al-swiper .al-title {
    color: #154a9a;
    font-size: 1.4583vw;
    margin-top: 1.5625vw;
    margin-bottom: 1.0417vw;
}

.al-swiper .al-text,
.al-swiper .al-text p {
    font-size: 0.7813vw;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    line-height: 1.25vw;
}

.al-more {
    color: #154a9a;
    font-size: 0.7813vw;
    width: 120px;
    background-color: #ffffff;
    border-radius: 1.0417vw;
    border: solid 1px #154a9a;
    line-height: 2.0833vw;
    margin-top: 1.5625vw;
}

.al-more:hover {
    background-color: #154a9a;
    color: #fff;
    transition: all .5s;
}

.al-swiper .swiper-pagination {
    color: #999999;
    font-size: 0.7813vw;
}

.al-swiper .swiper-pagination-current {
    color: #154a9a;
}

.al-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.al-swiper .swiper-pagination-custom,
.al-swiper .swiper-pagination-fraction {
    /* right: 30px; */
    left: 45.9%;
    bottom: auto;
    top: 63%;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    font-size: 0;
}

.al-swiper .swiper-button-prev,
.al-swiper .swiper-button-next {
    /* background-image: url(../images/left.png); */
    /* background-repeat: no-repeat; */
    z-index: 100;
    filter: grayscale(100%) brightness(200%);
}

.al-swiper .swiper-button-prev:hover,
.al-swiper .swiper-button-next:hover {
    filter: grayscale(0);
}

.al-swiper .swiper-button-prev,
.al-swiper .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 88px;
}

.al-swiper .swiper-button-next,
.al-swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.al-swiper .swiper-button-next,
.al-swiper .swiper-button-prev {
    top: 65%;
}

.about-left {
    width: 35.9375vw;
}

.about-right {
    width: calc(100% - 39.5833vw);
}

.about-left .about-text p {
    color: #666666;
    font-size: 0.7813vw;
    line-height: 1.25vw;
}

.about-left .about-icon {
    margin-top: 4.7917vw;
}

.about-left .about-icon img {
    margin-bottom: 12px;
}

.about-right::after {
    position: absolute;
    right: -1.9792vw;
    bottom: 0;
    content: '';
    height: 12.5vw;
    background-color: #154a9a;
    width: 1.9792vw;
}

.about-right img {
    height: 100%;
}

.hz-box {
    background-image: url(../images/hz-bg.jpg);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}

.mySwiper3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper3 {
    height: 18.4375vw;
    padding-bottom: 2.6042vw;
}

.mySwiper4 {
    padding-bottom: 2.6042vw;
}

.hz-box .swiper-button-next,
.hz-box .swiper-button-prev,
.zl-box .swiper-button-next,
.zl-box .swiper-button-prev {
    top: 45%;
    width: 3.125vw;
    height: 3.125vw;
    border: solid 1px #154a9a;
    border-radius: 50%;
}

.hz-box .swiper-button-prev,
.hz-box .swiper-rtl .swiper-button-next,
.zl-box .swiper-button-prev,
.zl-box .swiper-rtl .swiper-button-next {
    left: -5.2083vw;
}

.hz-box .swiper-button-next,
.hz-box .swiper-rtl .swiper-button-prev,
.zl-box .swiper-button-next,
.zl-box .swiper-rtl .swiper-button-prev {
    right: -5.2083vw;
}

.hz-box .swiper-button-next:hover,
.hz-box .swiper-button-prev:hover,
.zl-box .swiper-button-next:hover,
.zl-box .swiper-button-prev:hover {
    background-color: #154a9a;
}

.hz-box .swiper-button-next:hover img,
.hz-box .swiper-button-prev:hover img,
.zl-box .swiper-button-next:hover img,
.zl-box .swiper-button-prev:hover img {
    filter: grayscale(100%) brightness(400%);
}

.zl-text {
    color: #666666;
    margin-top: 2.9167vw;
    font-size: 1.0417vw;
    line-height: 1.25vw;
    margin-bottom: 60px;
}

.mySwiper4 .text-center {
    font-size: 0.7813vw;
    line-height: 20px;
    margin-top: 8px;
}

.zl-img {
    height: 18.75vw;
}

.zl-big {
    width: 100%;
    height: 100%;
    background-color: rgba(21, 74, 154, .9);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.mySwiper4 .zl-img:hover .zl-big {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
    cursor: pointer;
}

.bg-zhezhao {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 999999;
    display: none;
}

.zhezhao-show {
    display: block !important;
}

.bg-zhezhao-content {
    /* width: 56%;
    height: 73vh;
    margin: 0 auto;
    background-color: #fff; */
    /* margin-top: 10vh; */
    position: relative;
    padding: 40px 80px;
}

.bg-zhezhao-content img {
    object-fit: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: 30px;
    /* width: 80%; */
    object-fit: contain;
    /* height: 60vh; */
}

.new-left {
    width: 31.25vw;
    background-color: #e0e3ed;
    padding: 2.0833vw;
}

.new-left a {
    border-bottom: 1px dashed #c4c6cc;
    display: block;
    padding: 2.0833vw 0;
}

.new-title {
    font-size: 0.9375vw;
    line-height: 1.7188vw;
    margin-bottom: 1.0417vw;
}

.new-con {
    line-height: 1.1979vw;
    color: #e0e3ed;
    font-size: 0.7813vw;
    /* display: none; */
    margin-bottom: 1.8229vw;
}

.new-time {
    color: #999999;
    font-size: 0.7813vw;
    width: 100%;
    background-image: url(../images/new-right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.new-left a:hover .new-con {
    display: block;
}

.new-left a:first-child {
    background-color: #154a9a;
    padding: 1.5625vw;
    border-bottom: none;
}

.new-box a:hover .new-title {
    color: #154a9a;
}

.new-box a:hover .new-time {
    background-image: url(../images/new-right3.png);
}

.new-left a:first-child .new-title {
    color: #edd5a1;
    font-size: 1.1458vw;
}

.new-left a:first-child .new-time {
    background-image: url(../images/new-right2.png);
    color: #e0e3ed;
}

.new-right {
    width: calc(100% - 33.3333vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.0833vw;
}

.new-img {
    margin-bottom: 1.0417vw;
    height: 12.3438vw;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.mySwiper3 .swiper-slide>div {
    overflow: hidden;
}

.new-right a:hover .new-img img,
.mySwiper3 .swiper-slide:hover .all-img {
    transform: scale(1.1);
    transition: all .5s;
}

footer {
    background-color: #272e39;
}

.footer-top {
    padding-top: 3.125vw;
    padding-bottom: 2.0833vw;
}

.footer-menu p {
    color: #fff;
    font-size: 1.0417vw;
    margin-bottom: 1.5625vw;
}

.footer-menu li a,
.footer-menu li span {
    color: #999999;
    font-size: 0.7292vw;
    line-height: 1.3542vw;
}

.footer-menu>div {
    margin-left: 5.0417vw;
    max-width: 210px;
}

.footer-menu li a:hover {
    color: #edd5a1;
}

.footer-menu li span:last-child {
    flex: 1;
}

.footer-wx {
    width: 6.7708vw;
    margin-top: 1.5625vw;
}

.footer-wx p {
    color: #fff;
    font-size: 0.7813vw;
    margin-top: 0.7292vw;
}

.footer-bottom {
    line-height: 40px;
    background-color: #154a9a;
}

.footer-bottom p,
.footer-bottom a {
    color: #e0e3ed;
    font-size: 0.7292vw;
}

.position-now {
    color: #666;
    font-size: .875rem;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e0e3ed;
}

.position-now2 {
    padding-left: 16vw;
}

.link-box>div {
    border-bottom: 1px solid #fff;
    width: 230px;
    line-height: 30px;
}

.link-box div.text-center {
    width: 90%;
}

.link-text {
    position: absolute;
    right: 0;
    bottom: 30px;
    background-color: #272e39;
    padding: 10px 1.0417vw;
    opacity: 0;
    visibility: hidden;
}

.link-text a {
    color: #999999;
}

.link-text a:hover {
    color: #edd5a1;
}

.link-box div:hover .link-text {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.phone-block {
    display: none;
}

.phone-none {
    display: block;
}

.phone-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #333;
    z-index: 11;
    display: none;
}

.close {
    font-size: 36px;
    color: #fff;
    text-align: right;
    padding: 20px;
}

.list_dt {
    background: #333;
    color: white;
    width: 100%;
    padding: 0 40px 0 20px;
    line-height: 48px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #464646;
}

.list_dt:hover {
    background: #222;
}

.list_dt:hover ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}

.list_dt p {
    color: #fff;
}

#open {
    background: #222;
}

#open ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #002b6e;
}

.list_dt_icon {
    position: absolute;
    right: 10px;
    top: 8px;
    display: block;
    width: 26px;
    height: 26px;
    background: url("../imgs/off.png") no-repeat;
}

#open .list_dt_icon {
    background: url("../imgs/open.png") no-repeat;
}

.list_dd {
    display: none;
}

.list_li {
    background: #4e4e4e;
    list-style-type: none;
    color: white;
    width: 100%;
    padding: 0 30px;
    line-height: 48px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}

.list_li a {
    color: #fff;
}

.list_li:hover {
    background: #002b6e;
}

@media (min-width: 1366px) and (max-width: 1700px) {
    .header .header-menu>li {
        margin-left: 1.083vw;
    }
    .footer-menu>div {
        margin-left: 3vw;
    }
    .footer-menu li a,
    .footer-menu li span,
    .footer-bottom p,
    .footer-bottom a,
    .footer-wx p {
        font-size: 13px;
    }
    .footer-menu li a,
    .footer-menu li span {
        line-height: 28px;
    }
    .footer-menu p {
        font-size: 15px;
    }
    .contactDiv .hdDiv .rightDiv .p p a {
        font-size: 16px;
    }
    .neiyetop{
        padding-left: 4vw;
        padding-right: 4vw;
    }
    
    .neiyetop .pl260 {
        padding-left: 4vw;
    }
    
    .neiyetop .pr260 {
        padding-right: 4vw;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .header .header-menu>li {
        margin-left: 1vw;
    }
    
    .footer-menu>div {
        margin-left: 4vw;
    }
    html,
    body,
    div,
    span,
    p,
    a {
        font-size: 14px;
    }
    .p260 {
        padding-left: 8.5417vw;
        padding-right: 8.5417vw;
    }
    .pl260 {
        padding-left: 8.5417vw;
    }
    .pr260 {
        padding-right: 8.5417vw;
    }
    .neiyetop{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .neiyetop .pl260 {
        padding-left: 30px;
    }
    
    .neiyetop .pr260 {
        padding-right: 30px;
    }
    .logo {
        height: 88px;
    }
    .zl-img {
        height: 20vw;
    }
    .mySwiper3 {
        height: 21.438vw;
    }
    .footer-menu li a,
    .footer-menu li span,
    .footer-bottom p,
    .footer-bottom a,
    .footer-wx p {
        font-size: 13px;
    }
    .footer-menu li a,
    .footer-menu li span {
        line-height: 28px;
    }
    .footer-menu p {
        font-size: 15px;
    }
    .contactDiv .hdDiv .rightDiv .p p a {
        font-size: 16px;
    }
}
@media (max-width: 1199px){
    html,
    body,
    div,
    span,
    p,
    a {
        font-size: 14px;
    }
    .p260 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .pl260 {
        padding-left: 30px;
    }
    .pr260 {
        padding-right: 30px;
    }
    .header .header-menu>li{
        margin-left: 6px;
    }
}
@media (max-width: 991px) {
    .phone-none {
        display: none;
    }
    .phone-block {
        display: block;
    }
    .menu-button img {
        filter: grayscale(100%) brightness(30%);
    }
    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,
    strong,
    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 {
        font-size: .875rem;
    }
    .logo {
        height: 58px;
        padding-right: 0;
    }
    .logo img {
        width: 70%;
    }
    .pl260 {
        padding-left: 2vw;
    }
    .pr260 {
        padding-right: 2vw;
    }
    .p260 {
        padding-left: 2vw;
        padding-right: 2vw;
    }
        .al-swiper .swiper-container-horizontal>.swiper-pagination-bullets, .al-swiper .swiper-pagination-custom, .al-swiper .swiper-pagination-fraction {
    /* right: 30px; */
    left: 40.9%;
    bottom: auto;
    top: 63%;
}
    .text-box,
    .text-box span {
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .text-box {
        width: 200px;
        position: initial;
        padding: 10px;
    }
    .text-con {
        height: auto;
    }
    .text-pone {
        padding-left: 0;
        margin: 14px 0;
    }
    .text-pone .flex-center img {
        width: 24px;
    }
    .text-pone .flex-center p {
        font-size: 14px;
        margin-left: 4px;
    }
    .text-pone input {
        width: 37.594vw;
        height: 34px;
        font-size: 10px;
        padding-left: 10px;
        padding-right: 30px;
        margin-left: 14px;
    }
    .all-title {
        font-size: 1.5rem;
        margin-top: 10px;
    }
    .home-img {
        height: 26px;
    }
    .pro-box,
    .adv-box2,
    .about-box,
    .hz-box,
    .zl-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pro-menu {
        margin-top: 20px;
        justify-content: space-between;
    }
    .cp-menu {
        width: 100%;
    }
    .pro-menu li {
        line-height: 30px;
        border-radius: 19px;
        font-size: 0.9375vw;
        height: 30px;
        margin-left: 0;
        font-size: 12px;
    }
    .pro-con,
    .adv-box2 .adv-con {
        grid-template-columns: 1fr 1fr;
    }
    .pro-box .text-center p:first-child {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .pro-box .pro-img {
        padding: 1.9792vw 1.5625vw;
        height: 172px;
        margin-bottom: 14px;
    }
    .pro-box2,
    .adv-box2 .adv-con,
    .al-swiper,
    .about-text,
    .mySwiper3,
    .new-box {
        padding-top: 20px;
    }
    .adv-box2 .adv-con {
        height: auto;
    }
    .adv-box2 .adv-con>div {
        height: 400px;
    }
    .adv-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .adv-text2 img {
        width: 50px;
    }
    .adv-none p {
        font-size: 11px;
        line-height: 18px;
    }
    .adv-box2 .adv-con>div:hover .adv-title::after {
        bottom: -8px;
        width: 30px;
        height: 2px;
    }
    .al-swiper .al-img,
    .al-swiper .al-con,
    .about-left,
    .about-right,
    .new-left,
    .new-right {
        width: 100%;
    }
    .al-swiper .al-con,
    .about-right {
        flex: auto;
        margin-top: 20px;
    }
    .mySwiper {
        position: initial;
    }
    .al-swiper .al-title {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: inherit;
    }
    .al-swiper .al-text,
    .al-swiper .al-text p {
        font-size: .75rem;
        line-height: 18px;
    }
    .al-swiper .al-img,
    .zl-img {
        height: 235px;
    }
    .al-more {
        font-size: 12px;
        width: 120px;
        border-radius: 16px;
        line-height: 30px;
    }
    .mySwiper .swiper-slide p {
        font-size: 12px;
        line-height: 18px;
    }
    .mySwiper {
        width: 100%;
        margin-top: 20px;
    }
    .al-swiper .swiper-button-next,
    .al-swiper .swiper-button-prev {
        display: none;
    }
    .al-swiper .swiper-pagination {
        font-size: 14px;
    }
    .about-left .about-text p {
        font-size: 12px;
        line-height: 20px;
    }
    .about-text {
        margin-bottom: 20px;
    }
    .mySwiper3 {
        height: auto;
        padding-bottom: 38px;
    }
    .zl-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .mySwiper4 .text-center {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
    }
    .mySwiper4 {
        padding-bottom: 38px;
    }
    .new-menu {
        width: 60%;
    }
    .new-left a:first-child {
        padding: 10px;
    }
    .new-left a:first-child .new-title {
        font-size: 15px;
    }
    .new-title {
        font-size: 12px;
        line-height: 22px;
    }
    .new-con {
        line-height: 20px;
        font-size: 11px;
    }
    .new-time {
        font-size: 12px;
    }
    .new-left a {
        padding: 14px 0;
    }
    .new-img {
        height: 140px;
    }
    .new-time {
        background-size: 26px;
    }
    .footer-menu> :not(:last-child) {
        display: none;
    }
    .footer-menu li a,
    .footer-menu li span {
        color: #999999;
        font-size: 14px;
        line-height: 20px;
    }
    .footer-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-wx p {
        font-size: 14px;
    }
    .footer-wx {
        width: 100px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer-menu p {
        font-size: 16px;
    }
    .footer-menu>div {
        margin-left: 0;
    }
    .footer-top img {
        width: 100px;
    }
    .footer-bottom p,
    .footer-bottom a {
        font-size: 11px;
    }
    .link-box {
        display: none;
    }
    .text-con>div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}