a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

@font-face {
    font-family: 'bebas';
    src: url('../font/Bebas.ttf')
}

.font {
    font-family: bebas;
}

table {
    width: 100% !important;
}


/**导航菜单**/

.pro_nav .content2 {
    padding: 0 16vw;
    display: flex;
    justify-content: space-between;
}

.pro_nav .content2 .left2 {
    width: 34vw;
}

.pro_nav .content2 .left2 ul li {
    width: 50%;
    text-align: left;
}

.pro_nav .content2 .left2 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 20px;
}

.pro_nav .content2 .left2 h5 {
    font-weight: bold;
    font-size: 22px;
    color: #2c972d;
    /*margin-bottom: 20px;*/
    text-align: left;
}

.pro_nav .content2 .left2 ul li a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    font-family: STHeiti;
    font-weight: 600;
}

.pro_nav .content2 .left2 ul li a span {
    overflow: hidden;
}

.pro_nav .content2 .left2 ul li a span img {
    position: relative;
    top: -2px;
}

.pro_nav .content2 .left2 ul li a:hover span,
.pro_nav .content2 .right2:hover a {
    color: #2c972d;
}

.pro_nav .content2 .right2 {
    width: 32vw;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.pro_nav .content2 .right2 img {
    width: 32vw;
    height: 233px;
    object-fit: cover;
}

.pro_nav .content2 .right2 h5 {
    margin-top: 0px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-bottom: 0px;
}

.pro_nav .content2 .right2 h5 a {
    font-size: 18px;
    color: #000;
}


/* 头部结束 */

.all-box {
    width: 81vw;
    margin: 0 auto;
}

.mt130 {
    margin-top: 90px;
}

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

.all-title {
    font-size: 2.5rem;
    color: #333333;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translate(-50%);
}

.all-title2 {
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translate(-50%);
    z-index: 10;
}

.all-title3 {
    font-size: 2.5rem;
    color: #fff;
    z-index: 10;
    width: 600px;
    position: absolute;
    padding-top: 80px;
}

.all-title4 {
    font-size: 2.5rem;
    color: #333;
    position: absolute;
    z-index: 10;
}

.p80 {
    padding: 80px 0;
}

.title-en {
    font-size: 3.75rem;
    color: #e8ecee;
    opacity: 0.8;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
}

.title-en2 {
    font-size: 2.8125rem;
    line-height: 50px;
    letter-spacing: 0px;
    color: #07439d;
    opacity: 0.8;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    /* transform: translate(-50%); */
}

.title-en3 {
    font-size: 2.8125rem;
    line-height: 50px;
    letter-spacing: 0px;
    color: #07439d;
    opacity: 0.8;
    font-weight: bold;
    position: absolute;
    width: 600px;
    padding-top: 80px;
}

.title-en4 {
    font-size: 2.8125rem;
    line-height: 50px;
    letter-spacing: 0px;
    color: #e8ecee;
    opacity: 0.8;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translate(-50%); */
}

.products-text {
    font-size: 1.125rem;
    color: #333333;
    margin-top: 70px;
}

.pro-menu {
    width: 54vw;
    margin: 0 auto;
    margin-top: 60px;
}

.pro-menu a {
    font-size: 1.125rem;
    color: #666666;
}

.pro-menu a.ok {
    color: #333333;
    position: relative;
}

.pro-menu a.ok::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 11px solid #2c972d;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 11px solid transparent;
    top: 26px;
    left: 50%;
    transform: translate(-50%);
}

.pro-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 60px;
}

.pro-box2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pt60 {
    padding-top: 60px;
}

.myswiper1 .swiper-horizontal>.swiper-pagination-bullets,
.myswiper1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.myswiper1 .swiper-pagination-custom,
.myswiper1.swiper-pagination-fraction {
    bottom: 20px;
}

.pro-box2>div {
    overflow: hidden;
    padding: 15px;
    /* height: 450px; */
}

.pro-box>div {
    background-color: #f7f7f7;
    padding-top: 30px;
}

.pro-title {
    font-size: 2.375rem;
    color: #333;
    margin-bottom: 30px;
}

.pro-box .pro-img {
    width: 16vw;
    height: 16vw;
    margin: 0 auto;
    overflow: hidden;
}

.pro-box2 .pro-img {
    overflow: hidden;
    width: 100%;
    height: 15vw;
    margin: 0 auto;
    background: url(../imgs/pr-bg.png) no-repeat;
    padding: 20px;
}

.pro-box .pro-name,
.pro-box2 .pro-name {
    font-size: 1.25rem;
    color: #333;
    margin: 20px 0 10px 0;
    line-height: 26px;
}

.pro-box .pro-text,
.pro-box2 .pro-text {
    font-size: .875rem;
    color: #666;
    margin-bottom: 30px;
}

.pro-box .pro-more,
.pro-box2 .pro-more {
    width: 140px;
    height: 0px;
    background-color: #2c972d;
    border-radius: 18px;
    border: solid 0px #0964b0;
    color: #fff;
    height: 36px;
    line-height: 36px;
    opacity: 0;
}

.pro-more,
.pro-box>div:hover .pro-text,
.pro-box2>div:hover .pro-text {
    display: none;
}

.myswiper4 .swiper-wrapper {
    transition-timing-function: linear !important;
}

.pro-box2>div:hover {
    border: solid 1px #2c972d;
}

.pro-box>div:hover .pro-more,
.pro-box2>div:hover .pro-more {
    display: inline-block;
}

.solution-box li {
    position: relative;
}

.solution-box li:hover .solution-title {
    width: 100%;
    height: 16vw;
    line-height: 16vw;
    /*text-align: center;*/
    /*background: rgba(0,0,0,.5);*/
    transition: .5s;
}

.pro-box>div:hover img,
.solution-box li:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.left-zizhi {
    background: url(../imgs/leftzz.png) no-repeat;
    width: 28vw;
    height: 100%;
    background-size: cover;
}

.sticky {
    position: sticky;
    top: 90px;
    z-index: 10;
}

.right-zizhi {
    background-image: url(../imgs/zz-bg.png);
    height: 100%;
    width: 71vw;
}

.zz-box {
    height: 42vw;
}

.myswiper2 {
    height: 100%;
    margin-left: 4vw;
    margin-right: 9vw;
    padding-bottom: 60px;
}

.myswiper2 .swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    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;
}

.myswiper2 .swiper-slide a {
    border: 4px solid #000;
    width: 100%;
    height: 100%;
}

.solution-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 30px;
    padding-top: 60px;
}

.solution-box li {
    overflow: hidden;
}

.solution-title {
    background: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    /*opacity: 0.6;*/
    color: #ffffff;
    font-size: 1.125rem;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
    padding-left: 30px;
}

.shili-box {
    background: url(../imgs/shili-bg.png) no-repeat;
}

.shili-top {
    height: 187px;
}

.num-box {
    color: #fff;
    margin-left: 4vw;
    font-size: 1rem;
}

.num-num {
    font-size: 2.875rem;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 68px;
}

.shili-img {
    width: 58vw;
}

.shili-content {
    background-color: #f5f6f6;
    flex: 1;
    padding: 80px 60px 70px 60px;
    height: 583px;
}

.shili-title {
    font-size: 1.875rem;
    color: #333333;
    font-weight: bold;
}

.shili-ftitle {
    font-size: 1.25rem;
    line-height: 30px;
    color: #333333;
    margin-top: 28px;
    margin-bottom: 30px;
}

.shili-nr {
    line-height: 26px;
    color: #666666;
    font-size: .9375rem;
    letter-spacing: 0px;
}

.myswiper3 .swiper-pagination {
    width: 17vw;
    height: 4px;
    left: 61.2vw;
    top: 90%;
}

.myswiper3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #f58201;
}

.myswiper3 .swiper-pagination-progressbar {
    background: #e5e5e5;
}


/*去掉默认CSS样式*/

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}


/*自定义CSS样式*/

.swiper-button-prev {
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    left: auto;
    top: 490px;
    right: 86px;
    background: transparent;
    color: #cdcbcb;
    line-height: 45px;
    font-size: 1.5625rem;
    text-align: center;
    opacity: 1;
    transition: all 0.3s;
}

.swiper-button-next {
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    top: 490px;
    right: 60px;
    bottom: 10px;
    background: transparent;
    color: #cdcbcb;
    line-height: 45px;
    font-size: 1.5625rem;
    text-align: center;
    opacity: 1;
    transition: all 0.3s;
}

.topSlide:hover .swiper-button-next,
.topSlide:hover .swiper-button-prev,
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #666;
}

.page-box {
    position: absolute;
    right: 334px;
    bottom: 82px;
    z-index: 10;
    color: #666;
    font-size: .875rem;
}

.page-box .now-page {
    color: #f58201;
    font-size: 1.5rem;
}

.about-box {
    background: url(../imgs/about-bg.png) no-repeat;
    margin-top: 80px;
}

.about-left {
    width: 28vw;
}

.about-right {
    width: 48vw;
}

.about-contet {
    margin-top: 104px;
    color: #666;
    line-height: 27px;
    padding-bottom: 80px;
}

.about-more {
    width: 180px;
    height: 50px;
    background-color: transparent;
    border: solid 1px #2c972d;
    line-height: 50px;
    position: absolute;
    bottom: 0;
}

.about-more a {
    color: #2c972d;
    font-size: .875rem;
}

.link-link {
    display: none;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 22px;
}

.link-link a {
    line-height: 30px;
    color: #333;
    display: block;
    text-align: center;
}

.hezuo-img-box {
    /* width: 195px; */
    height: 90px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

.firstRow td {
    background-color: #2c972d;
    color: #fff;
    font-weight: bold;
}

.new-box {
    margin-top: 60px;
}

.big-new-img {
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    /*  	background-image: linear-gradient(0deg, */
    /*#333333 0%, */
    /*#333333 100%);*/
    position: absolute;
    bottom: 0;
    padding: 20px 96px 20px 20px;
    color: #fff;
}

.new-time {
    font-size: .875rem;
    color: #999;
}

.left-new-title {
    font-size: 1.25rem;
    margin: 18px 0;
}

.left-new-text {
    font-size: .875rem;
    line-height: 25px;
}

.new-box>div {
    width: 25vw;
    overflow: hidden;
}

.center-new-img {
    width: 10vw;
    height: 134px;
    margin-right: 1vw;
    overflow: hidden;
}

.cente-new-title {
    font-size: 1rem;
    color: #333333;
}

.cente-new-text {
    font-size: .875rem;
    line-height: 20px;
    color: #666;
    margin: 10px 0 30px 0;
}

.center-new-box2 a .center-new-box {
    margin-bottom: 40px;
}

.right-new-box2>div {
    margin-bottom: 20px;
}

.center-new-box2 a:last-child .center-new-box,
.right-new-box2:last-child {
    margin-bottom: 0;
}

.center-new-box:hover,
.right-new-box:hover {
    background-color: #2c972d;
    transition: .5s;
}

.center-new-box:hover .cente-new-title,
.center-new-box:hover .cente-new-text,
.center-new-box:hover .new-time,
.right-new-box:hover .right-tile,
.right-new-box:hover i {
    color: #fff;
}

.center-new-box:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.right-new-box {
    background-color: #f5f6f6;
}

.right-new-box a {
    padding: 20px;
}

.right-tile {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.right-more i {
    font-size: 24px;
}

footer {
    background-color: #001e44;
}

.footer-title {
    margin-bottom: 30px;
    color: #fff;
}

.footer-title a {
    color: #fff;
}

.footer-menu li a {
    color: #ccc;
    line-height: 30px;
}

.footer-menu li:hover a,
.icons-box a:hover i,
.icons a:hover i {
    color: #f58201;
    transition: .5s;
}

.icons-box i {
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
}

.weixin-img,
.gzh-img {
    width: 5vw;
    height: 5vw;
    margin-top: 22px;
}

.weixin-img {
    margin-right: 20px;
}

.weixin-img img,
.gzh-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.weixin-img p,
.gzh-img p {
    color: #fff;
    margin-top: 10px;
}

.footer-bottom {
    /*height: 73px;*/
    line-height: 73px;
    color: #cccccc;
    font-size: 14px;
    border-top: 1px solid #003375;
}

.beian {
    margin-left: 30px;
}

.link-box {
    width: 16vw;
    border-bottom: 1px solid #cccccc;
    height: 50px;
    cursor: pointer;
}

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

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

.neiye-menu {
    width: 241px;
    height: 119px;
    background-color: #2c972d;
    color: #fff;
    padding-top: 30PX;
}

.neiye-menu .neiye-title {
    font-size: 2.375rem;
}

.neiye-menu .neiye-ftitle {
    font-size: 1.125rem;
    margin-top: 8px;
}

.line {
    display: flex;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(232, 236, 238, 0.1) 0%, #e8ecee 100%);
}

.noe-menu {
    height: 60px;
    color: #333;
}

.cur1 {
    background-image: -moz-linear-gradient( 0deg, rgba(208, 215, 226, 0) 0%, rgb(208, 215, 226) 100%);
}

.noe-menu>div {
    position: relative;
    padding-left: 20px;
}

.noe-menu>div::after {
    background: url(../imgs/f1.png) no-repeat;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
}

.cur1>div::after {
    background: url(../imgs/f2.png) no-repeat;
}

.noe-menu {
    padding-right: 20px;
}

.noe-menu~ul {
    display: none;
}

.noe-menu2~ul {
    display: block;
}

.cur1~ul {
    /* display: block; */
}

tbody td {
    border: 1px solid #999;
    line-height: 40px;
    padding-left: 14px;
    color: #333;
    vertical-align: middle;
    text-align: left !important;
}

tbody tr:nth-child(2n+1) {
    background-color: #f5f6f6;
}

.ch-menu a {
    color: #666;
    line-height: 60px;
}

.detail-pro-content p {
    color: #666;
    line-height: 26px;
}

.detail-pro-content {
    margin-bottom: 60px;
}

.detail-pro-content img {
    max-width: 100%;
    object-fit: contain;
}


/*.yingyong-img p {*/


/*    display: flex;*/


/*    justify-content: space-between;*/


/*    flex-wrap: wrap;*/


/*}*/


/*.yingyong-img p img {*/


/*    margin-bottom: 10px;*/


/*}*/

.cur1::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 60px;
    background-color: #2c972d;
    right: 0;
    top: -1px;
}

.ch-menu {
    padding-left: 40px;
}

.ch-menu::after {
    background: url(../imgs/y1.png) no-repeat;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 46%;
}

.cur2 a {
    color: #2c972d;
}

.cur2::after {
    background: url(../imgs/y2.png) no-repeat;
}

.right-pro {
    border-left: 1px solid #e8ecee;
    flex: 1;
    /* padding-left: 60px; */
}

.right-pro>div {
    padding-left: 3vw;
}

.all-box2 {
    /* width: 71vw; */
    /* margin: 0 auto; */
    /* padding: 0 0 0 14vw; */
    /* padding-left: 14vw; */
    width: 1600px;
    margin: 0 auto;
}

.p16 {
    padding-right: 16vw;
}

.all-box3 {
    width: 68vw;
    margin: 0 auto;
}

.bf {
    background-color: #f5f6f6;
}

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

.swiper-box .swiper-slide {
    width: 112px !important;
    height: 112px !important;
    opacity: 0.6;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #2c972d;
}

.detaile-pro {
    width: 31vw;
    height: 31vw;
    /* background: url(../imgs/pr-bg.png) no-repeat; */
    background-size: cover;
    border: 4px solid #2c972d;
    padding: 30px;
}

.detaile-pro .swiper-slide {
    /* margin-top: 10%; */
}

.detaile-pro .swiper-slide img {
    object-fit: contain;
}

.detaile-right {
    width: 48%;
    padding: 60px;
}

.p40 {
    padding: 20px 0 40px 0;
}

.swiper-box {
    margin-left: 10px;
    height: 31vw;
}

.detail-title {
    font-size: 2.25rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 18px;
    line-height: 46px;
}

.detail-ftitle {
    font-size: 1.25rem;
    color: #333;
}

.line2 {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed #cccccc;
    margin: 30px 0;
}

.detail-content {
    color: #666;
    font-size: .875rem;
    line-height: 22px;
}

.rz-title {
    font-size: .875rem;
    margin-left: 30px;
    color: #333;
}

.zixun {
    width: 240px;
    height: 50px;
    background-color: #2c972d;
    border: solid 0px #0964b0;
    display: block;
    line-height: 50px;
}

.detail-a {
    line-height: 60px;
    font-size: 1.25rem;
    flex: 1;
    color: pink;
}

.detail-active {
    background-color: #2c972d;
}

.detail-a a {
    color: #333;
}

.zixun a,
.detail-active a {
    color: #fff;
}

.detail-pro-title {
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    font-size: 1.75rem;
    color: #333;
    font-weight: bold;
    padding-top: 60px;
    margin-bottom: 30px;
}

.detail-pro-title::after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #2c972d;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p60 {
    padding: 60px 0;
}

.pb60 {
    padding-bottom: 60px;
}

.tuijian-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px 40px;
}

.tuijian-img {
    background: url(../imgs/pr-bg.png) no-repeat;
    padding: 30px;
    margin-bottom: 20px;
    width: 100%;
    height: 16vw;
}

.tuijian-title,
.xgtj {
    color: #333;
    line-height: 22px;
}

.xgtj {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 10px;
    margin-left: 30px;
}

.xgtj::after {
    content: '';
    width: 4px;
    height: 30px;
    background-color: #2c972d;
    position: absolute;
    left: -26px;
    bottom: -7px;
}

.tuijian:hover .tuijian-title {
    color: #2c972d;
}

.left-new-box {
    height: 481px;
}

.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
    margin-left: 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #2c972d;
    content: '';
}

.menu-btn:before {
    width: 24px;
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}

@media (min-width: 1700px) and (max-width: 1900px) {
    .shili-img {
        width: 54vw;
    }
    .myswiper3 .swiper-pagination {
        left: 58vw;
        width: 20vw;
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {
    .shili-img {
        width: 54vw;
    }
    .myswiper3 .swiper-pagination {
        left: 58vw;
        width: 20vw;
    }
}

@media (min-width: 1500px) and (max-width: 1600px) {
    .shili-img {
        width: 52vw;
    }
    .myswiper3 .swiper-pagination {
        left: 55.6vw;
        width: 21vw;
    }
    .pro_nav .content2 {
        padding: 0 12vw;
    }
    .pro_nav .content2 .left2 {
        width: 42vw;
    }
}

@media (min-width: 1366px) and (max-width: 1500px) {
    .pro_nav .content2 {
        padding: 0 12vw;
    }
    .pro_nav .content2 .left2 {
        width: 42vw;
    }
    .all-box {
        width: 90vw;
    }
    .pro-menu {
        width: 72vw;
    }
    .myswiper3 .swiper-pagination {
        left: 62.6vw;
    }
    .about-left {
        width: 38vw;
        padding-bottom: 80px;
    }
    .new-box>div {
        width: 29vw;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .pro_nav .content2 {
        padding: 0 10vw;
    }
    .pro-menu {
        width: 80vw;
    }
    .pro_nav .content2 .left2 {
        width: 48vw;
    }
    .all-box {
        width: 90vw;
    }
    .detaile-right {
        width: 41%;
    }
    .detaile-pro {
        width: 37vw;
        height: 37vw;
    }
    .line2 {
        margin: 20px 0;
    }
    .tuijian-img {
        width: 20vw;
        height: 20vw;
    }
    .swiper-box {
        height: 37vw;
    }
    .all-box3 {
        width: 90vw;
    }
    .zz-box {
        height: 48vw;
    }
    .shili-img {
        width: 53vw;
    }
    .myswiper3 .swiper-pagination {
        left: 58.2vw;
    }
    .about-left {
        width: 39vw;
        padding-bottom: 80px;
    }
    .new-box>div {
        width: 29vw;
    }
    .p16 {
        padding-right: 10vw;
    }
    .content {
        max-width: 90vw;
    }
    .show_news .content .news_left {
        width: 65vw;
    }
    .list_news .content .list ul li a .word {
        width: 50vw;
    }
    .list_news .content .list ul li a .pic {
        width: 33%;
    }
    .show_news .content .news_left .up_next a {
        width: 220px;
    }
    .contact_us .content .item2 .form form div {
        width: 43vw;
        display: flex;
    }
}

@media (min-width: 797px) and (max-width: 1200px) {
    .all-box,
    .pro-menu,
    .new-box>div,
    .about-left,
    .about-right,
    .shili-img,
    .all-box3,
    .word2,
    .up_next,
    .show_news .content .news_left .title {
        width: 90vw;
    }
    .list_news .content .list ul li a .pic {
        width: 30vw;
    }
    .sticky {
        top: 80px;
    }
    .about-left {
        padding-bottom: 80px;
    }
    .tuijian-title {
        max-width: 44vw;
    }
    .pro-box2>div {
        padding: 4px;
    }
    .show_news .content .news_left .up_next a {
        width: 30%;
    }
    .header-top,
    header .rightDiv .menu,
    .son_nav,
    .news_right {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .mt130 {
        margin-top: 80px;
    }
    .logo {
        width: 33vw;
    }
    header .header {
        height: 80px;
    }
    .myswiper1 .swiper-horizontal>.swiper-pagination-bullets,
    .myswiper1 .swiper-pagination-bullets.swiper-pagination-horizontal,
    .myswiper1 .swiper-pagination-custom,
    .myswiper1.swiper-pagination-fraction {
        bottom: 5px;
    }
    .p80 {
        padding: 50px 0;
    }
    .title-en {
        font-size: 2.375rem;
        white-space: nowrap;
        top: 8px;
    }
    .all-title,
    .all-title3,
    .all-title2 {
        font-size: 2.375rem;
    }
    .title-en3,
    .title-en4 {
        font-size: 2.25rem;
    }
    .all-title3,
    .title-en3 {
        padding-top: 50px;
    }
    .pro-menu a {
        width: auto;
        line-height: 34px;
    }
    .pro-box {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px 20px;
        padding-top: 40px;
    }
    .pro-menu,
    .about-right {
        margin-top: 40px;
    }
    .pro-box>div {
        width: auto;
    }
    .zz-box {
        height: 462px;
    }
    .products-text {
        line-height: 24px;
        /* margin-top: -26px; */
    }
    .m26 {
        margin-top: -26px;
    }
    .solution-box {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px 10px;
        padding-top: 40px;
    }
    .solution-title {
        opacity: 1;
    }
    .tuijian-box {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    .tuijian-img {
        width: 100%;
        height: 200px;
    }
    .num-box {
        margin-top: 40px;
    }
    .num-num {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .myswiper3 .swiper-pagination {
        left: 12vw;
        width: 66vw;
    }
    .page-box {
        right: auto;
        left: 44px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: auto;
        bottom: 68px;
    }
    .swiper-button-next {
        right: 30px;
    }
    .swiper-button-prev {
        right: 55px;
    }
    .shili-content {
        height: 612px;
        padding: 40px;
    }
    .myswiper3 .swiper-pagination {
        top: 93%;
    }
    .new-box>div:nth-child(2) {
        margin: 30px 0;
    }
    .center-new-img {
        width: 33vw;
        margin-right: 10px;
    }
    .footer-menu,
    .link-box,
    .d-none {
        display: none;
    }
    .footer-wx,
    .footer-wx>div,
    .contact_us .content .item2 .form form .sub,
    .contact_us .content .item2 .form form div input,
    .contact_us .content .item2 .form form div,
    .detaile-right {
        width: 90vw;
    }
    .detaile-pro,
    .swiper-box {
        height: 500px;
    }
    .detaile-pro {
        width: 51vw;
    }
    .detaile-pro .swiper-slide img {
        object-fit: contain;
    }
    /*.p40 {*/
    /*    padding: 60px 0 40px 0;*/
    /*}*/
    .contact_us .content .item2 .form form div {
        display: flex;
    }
    .footer-wx>div div {
        width: 50vw;
        height: 100px;
    }
    .detail-a {
        font-size: 1rem;
    }
    .footer-wx>div div img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    .footer-wx>div div p {
        text-align: left;
    }
    .footer-bottom {
        font-size: 12px;
        line-height: 36px;
    }
    .detaile-right {
        margin-top: 30px;
        padding: 40px;
    }
    .footer-bottom>div,
    .fw {
        flex-wrap: wrap;
    }
    .beian {
        margin-left: 0;
    }
    .pro-box2 {
        grid-template-columns: 1fr 1fr 1fr;
        width: 90vw;
    }
    .pro-box2 .pro-img {
        height: 200px;
    }
    .content {
        max-width: 90vw;
        width: 100%;
        margin: 0 auto;
    }
    .list_case .content .list ul li {
        padding: 0 8px;
    }
    .about_us .content .item1 .center .word {
        width: 50%;
    }
    .list_news .content .list ul li a .word {
        width: 57vw;
    }
    .about_us .content .item3 .center .list ul li {
        width: 50%;
    }
    .about_us .content .item5 .center .list:first-child ul li a,
    .about_us .content .item5 .center .list:last-child ul li a {
        height: auto;
    }
    .slide .swiper-pagination {
        display: none;
    }
    .page a {
        height: 44px;
        line-height: 44px;
    }
}

@media (max-width: 796px) {
    .all-box,
    .pro-menu,
    .new-box>div,
    .about-left,
    .about-right,
    .shili-img,
    .all-box3,
    .word2,
    .up_next,
    .show_news .content .news_left .title,
    .list_news .content .list ul li a .pic,
    .page {
        width: 90vw;
    }
    header .header .logo img {
        width: 75%;
    }
    header .header .logo2 img {
        width: 90%;
    }
    .banner {
        height: 210px;
    }
    .pro-menu a {
        font-size: 16px;
    }
    .pro-menu a.ok::after {
        left: 32%;
    }
    .about-left {
        padding-bottom: 80px;
    }
    .sticky {
        top: 80px;
    }
    .tuijian-title {
        max-width: 44vw;
    }
    .pro-box2>div {
        padding: 4px;
    }
    .show_news .content .news_left .up_next a {
        width: 30%;
    }
    .header-top,
    header .rightDiv .menu,
    .son_nav,
    .news_right {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .mt130 {
        margin-top: 80px;
    }
    .logo {
        width: 60vw;
    }
    header .header {
        height: 80px;
    }
    .myswiper1 .swiper-horizontal>.swiper-pagination-bullets,
    .myswiper1 .swiper-pagination-bullets.swiper-pagination-horizontal,
    .myswiper1 .swiper-pagination-custom,
    .myswiper1.swiper-pagination-fraction {
        bottom: 5px;
    }
    .p80 {
        padding: 50px 0;
    }
    .title-en {
        font-size: 2.375rem;
        white-space: nowrap;
        top: 8px;
    }
    .all-title,
    .all-title3,
    .all-title2 {
        font-size: 2.375rem;
    }
    .title-en3,
    .title-en4 {
        font-size: 2.25rem;
    }
    .all-title3,
    .title-en3 {
        padding-top: 50px;
    }
    .pro-menu a {
        width: 30%;
        line-height: 34px;
    }
    .pro-box {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 10px;
        padding-top: 40px;
    }
    .pro-menu,
    .about-right {
        margin-top: 40px;
    }
    .pro-box .pro-name,
    .pro-box2 .pro-name {
        font-size: 16px;
    }
    .pro-box .pro-img {
        width: auto;
        height: auto;
    }
    .pro-box .pro-text,
    .pro-box2 .pro-text {
        font-size: 12px;
    }
    .pro-box>div {
        width: 43.1vw;
        padding-top: 0;
    }
    .zz-box {
        height: 462px;
    }
    .products-text {
        line-height: 24px;
        /* margin-top: -26px; */
    }
    .m26 {
        margin-top: -26px;
    }
    .solution-box {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px 10px;
        padding-top: 40px;
    }
    .solution-title {
        opacity: 1;
    }
    .tuijian-box {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .tuijian-img {
        width: 100%;
        height: 200px;
    }
    .num-box {
        margin-top: 40px;
    }
    .num-num {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .myswiper3 .swiper-pagination {
        left: 12vw;
        width: 66vw;
    }
    .page-box {
        right: auto;
        left: 44px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: auto;
        bottom: 68px;
    }
    .swiper-button-next {
        right: 30px;
    }
    .swiper-button-prev {
        right: 55px;
    }
    .shili-content {
        height: 612px;
        padding: 40px;
    }
    .myswiper3 .swiper-pagination {
        top: 93%;
    }
    .new-box>div:nth-child(2) {
        margin: 30px 0;
    }
    .center-new-img {
        width: 33vw;
        margin-right: 10px;
    }
    .footer-menu,
    .link-box,
    .d-none {
        display: none;
    }
    .footer-wx,
    .footer-wx>div,
    .contact_us .content .item2 .form form .sub,
    .contact_us .content .item2 .form form div input,
    .contact_us .content .item2 .form form div,
    .detaile-right {
        width: 90vw;
    }
    .detaile-pro,
    .swiper-box {
        height: 300px;
    }
    .detaile-pro {
        width: 100%;
    }
    .swiper-box {
        display: none;
    }
    .detaile-pro .swiper-slide img {
        object-fit: contain;
    }
    /*.p40 {*/
    /*    padding: 60px 0 40px 0;*/
    /*}*/
    .contact_us .content .item2 .form form div {
        display: flex;
    }
    .footer-wx>div div {
        width: 50vw;
        height: 100px;
    }
    .detail-a {
        font-size: 1rem;
    }
    .footer-wx>div div img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    .footer-wx>div div p {
        text-align: left;
    }
    .footer-bottom {
        font-size: 12px;
        line-height: 36px;
    }
    .detaile-right {
        margin-top: 30px;
        padding: 40px;
    }
    .footer-bottom>div,
    .fw {
        flex-wrap: wrap;
    }
    .beian {
        margin-left: 0;
    }
    .all-box2 {
        padding-left: 0;
        width: 90vw;
    }
    .pro-box2 {
        grid-template-columns: 1fr 1fr;
        width: 90vw;
    }
    .pro-box2 .pro-img {
        height: 200px;
    }
    .content {
        max-width: 90vw;
        width: 100%;
        margin: 0 auto;
    }
    .list_case .content .list ul li {
        padding: 0 0px;
        width: 100%;
    }
    .about_us .content .item1 .center .word,
    .list_news .content .list ul li a .word {
        margin-left: 0;
        width: 90vw;
    }
    .about_us .content .item3 .center .list ul li {
        width: 50%;
    }
    .about_us .content .item5 .center .list:first-child ul li a,
    .about_us .content .item5 .center .list:last-child ul li a {
        height: auto;
    }
    .slide .swiper-pagination {
        display: none;
    }
    .page a {
        height: 44px;
        line-height: 44px;
    }
}

@media (min-width: 1366px) and (max-width: 1700px) {
    .content,
    .all-box2 {
        width: 1200px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .content,
    .all-box2 {
        width: 1100px;
    }
}