.mar1 {margin-top: 1%;}
.mar2 {margin-top: 2%;}
.mar3 {margin-top: 3%;}
.mar4 {margin-top: 4%;}
.mar5 {margin-top: 5%;}
.center {text-align: center;}
.upp {text-transform: uppercase;}
.right {text-align: right;}
.white h1 {color: #fff;}
.white i {background: #fff;}
.contact img {width: auto;max-width: 100%; height: auto !important;}
.contact ul{padding-left: 15px;}
.contact ul li {list-style: inherit;}
.row1 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;}
.row2 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
.row3 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:3;}
.row4 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:4;}
.row5 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:5;}
.row6 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:6;}
.banner {max-height:900px;overflow: hidden;position: relative;}
.banner .swiper-pagination1 {bottom:10px;position: absolute;text-align: center;z-index:9;width: 100%;}
.banner .pagination {position: absolute;left: 0;text-align: center;bottom: 5px;width: 100%;z-index:9;}
.banner .swiper-pagination-bullet {display: inline-block;width: 6px;height: 6px;opacity:1;border-radius: 10px;background: white;margin: 0 3px;cursor: pointer;transition: width 0.3s ease-in-out;}
.banner .swiper-pagination-bullet-active{background: #d71e28;width:22px;}
.banner .swiper-button-prev1,.banner .swiper-button-next1{width:30px;height:50px;position: absolute;top: 50%;margin-top: -25px;z-index: 2;}
.banner .swiper-button-prev1{left:5%;background:#d71e28 url(../img/zuo.png) no-repeat center center;}
.banner .swiper-button-next1{right:5%;background:#d71e28 url(../img/you.png) no-repeat center center;}

/*--  products series  sub1  --*/
.sub1-item{position: relative;}
.sub1-item::before {content: "";width: 3px;height: 100%;background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(224,223,225,.8),rgba(255,255,255,0));
	position: absolute;top: 0;right: 0;}
.sub1-list {text-align: center;}
.sub1-list h4 {font-size: 42px;color: #000000;font-family: 'a_AvanteInt';text-transform: uppercase;}
.sub1-list p {font-size: 14px;color: #383838;margin-top: 10px;padding: 0 15%;}
.sub1 .row .sub1-item:nth-child(4)::before {display: none;}

/*--  welcome  sub2  --*/
.sub2 {background: url(../img/sub2-bg.jpg) no-repeat left 8%;padding: 0 5%;display: flex;justify-content: space-between;}
.sub2-left {width: 40%;text-align: center;margin-top: 6%;}
.sub2-left h4 {font-size: 38px;line-height: 50px;text-transform: uppercase; color: #fff;font-family: 'a_AvanteInt';}
.sub2-left p {font-size: 18px;color: #ffffff;font-family: 'Trueno';font-weight: bold;padding: 0 8%;margin-top: 10px;}
.sub2-rig {width: 49.6%;}
.sub2-rig:hover{animation-name:shake;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1;}

/*--  Product Category  sub3  --*/
.sub3-item{margin-bottom: 20px;}
.sub3-list{position: relative;overflow: hidden;}
.sub3-box {width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;}
.sub3-boxnr {padding: 0 0 0 12%;text-align: left;color: #fff;}
.sub3-boxnr h4 {font-size: 50px;text-transform: uppercase;font-family: 'a_AvanteInt';margin-bottom: 15px;}
.sub3-boxnr p {font-size: 20px;line-height: 30px;}
.sub3-boxnr a {display: flex;align-items: center;justify-content: space-evenly;width: 157px;height: 45px;border: 1px solid #fff;margin-top:5%;transition: all 300ms ease-in-out;}
.sub3-boxnr a span {font-family: 'a_AvanteInt';}
.sub3-item:hover .sub3-boxnr a {border: 1px solid #d71e28;background: #d71e28;}
.sub3-boxnr a:hover img {animation-name:shake;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1;}

/*--  About us  sub4  --*/
.sub4 {background: url(../img/sub4-bg.jpg) left top;}
.sub4-nr {padding: 10% 0 10% 0;display: flex;}
.sub4-left {margin-right:5%;}
.sub4-left i {display: block;width: 1px;height: 70px;background: #003b83;margin: 0 auto;}
.sub4-left h3 {font-size: 100px;color: #003b83;font-family: 'a_AvanteInt';writing-mode: tb-rl;margin-top: 20px;}
.sub4-rig {width:60%;padding-top: 82px;}
.sub4-rig h2{font-size: 42px;color: #141414;font-family: 'a_AvanteInt';}
.sub4-cont {font-size: 18px;line-height: 28px;color: #636363;margin-top:6%;width: 78%;}
.sub4-rig .sub4-btn{width: 240px;height: 70px;margin-top:5%;}
.sub4-btn span {font-size:24px;}
.sub-btn{background: #d71e28;display: flex;align-items: center;justify-content:center;}
.sub-btn span{color: #fff;font-family: 'a_AvanteInt';margin-right: 15px;}
.sub-btn:hover img {animation-name:shake;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1;}
@keyframes shake{
      33.3%{transform:translateX(-6px)}
      49.95%{transform:translateX(4px)} 
      66.6%{transform:translateX(-2px)}
      83.25%{transform:translateX(1px)}
      to{transform:translateX(0)}
}

/*--  Video  sub5  --*/
.sub5 {position: relative;overflow: hidden;}
.sub5 video {width: 100%;height: auto;}

/*--    sub6  --*/
.sub6{padding: 5% 0;}
.sub6-nr {position: relative;overflow: hidden;}
.sub6-cont {width: 48.2%;position: absolute;top:8%;right: 0;background: #fff;padding: 20px;clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0 100%);}
.sub6-cont ul{padding-left: 30px;}
.sub6-cont ul li {display: flex;align-items: center;}
.sub6-cont ul li i {display: block;width: 13px;height: 13px;background: #d71e28;border-radius: 13px;margin-right: 10px;}
.sub6-cont ul li p {font-size: 22px;line-height: 32px;color: #182b7e;font-family: 'a_AvanteInt';width: calc(100% - 23px);}
.sub6-cont ul li:nth-child(1){margin-left: 10%;}
.sub6-cont ul li:nth-child(2){margin-left: 8%;}
.sub6-cont ul li:nth-child(3){margin-left: 6%;}
.sub6-cont ul li:nth-child(4){margin-left: 4%;}
.sub6-cont ul li:nth-child(5){margin-left: 2%;}

/*--  Our Certificate  sub7  --*/
.sub7{position: relative;overflow: hidden;}
.sub7::before{content: "";width: 100%;height: 60px;background: linear-gradient(to bottom,#f2f2f2,#f5f5f5,#fff); position: absolute;top: 0;left: 0;}
.sub7 .title {padding-bottom: 20px;border-bottom: 1px solid #d71e28;}
.sub7-cont {position: relative;}
.sub7-cont .btn-rig,.sub7-cont .btn-left{ width:32px; height:41px;cursor: pointer; position: absolute;top:50%;margin-top:-20.5px;z-index: 99;opacity:1;display: block;}
.sub7-cont .btn-rig{right:-3%;background:url(../img/next1.png) no-repeat center center;}
.sub7-cont .btn-left{left:-3%;background:url(../img/prev1.png) no-repeat center center;}

/*--  news  sub8  --*/
.sub8-cont{padding: 0 0 3%;}
.sub8-cont .row {margin:0 -20px;}
.sub8-item{padding: 0 20px;}
.sub8-list{box-shadow: 0px 4px 32px 1px rgba(0, 0, 0, 0.12);}
.sub8-img{overflow: hidden;}
.sub8-img img {width: 100%;}
.sub8-box {padding: 25px 20px 30px;}
.sub8-time{display: flex;align-items: center;}
.sub8-time time {color: #2d2d2d;font-family: 'a_AvanteInt';margin-left: 10px;}
.sub8-box h5 {font-size: 26px;color: #0e0e0e;font-family: 'a_AvanteInt';margin: 15px 0;}
.sub8-box p {line-height: 28px;color: #656565;}
.sub8-btn {width: 223px;height: 66px;margin-top: 20px;}
.sub8-btn span {font-size: 22px;}

/*--  产品列表页  --*/
.accordion {width: 100%;z-index: 10;position: relative;display: flex;justify-content: space-between;}
.accordion li {display: block;margin-bottom: 20px;width: 24%;}
.accordion li i { display: block;background: url(../img/rig.png) no-repeat center center; width:20px; height:20px;cursor: pointer;}
.accordion .acc-li .default i {background: url(../img/up.png) no-repeat center center;width:20px;height:20px;}
.accordion .acc-li .default,.link.open {}
.accordion .acc-li:last-child .link {border-bottom: none;}
.link {padding:0;position: relative;background: #ebebeb;display: flex;align-items: center;justify-content: center;}
.link a {color: #333333 !important;line-height:70px;font-size:24px;display: flex;align-items: center;padding-right: 20px;font-family: 'a_AvanteInt';}
.accordion .acc-li .default{background: #d71e28;}
.accordion .acc-li .default a{color: #fff !important;}
.link a span {display: block;width: 12px;height: 12px;border: 3px solid #fff;border-radius: 50%;margin-right: 15px;}
.submenu {}
.submenu-body {background: #fff;}
.submenu-body li {width: 100%;margin-bottom: 0;background: #f8f8f8;}
.submenu-body li a {display: block;line-height:50px;color: #6b6b6b !important;padding-left:20px;font-size: 16px;display: flex;align-items: center;border-bottom: 1px solid #d9d9d9;}
.submenu-body li:hover a {}
.submenu-body li:last-child a{border-bottom: none;}
.submenu-body .active a, .submenu-body li a:hover {color: #d71e28 !important;}
.pro-item {margin-bottom: 3%;cursor: pointer;}
.pro-img {border-bottom: 1px solid #dddddd;overflow: hidden;}
.pro-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.pro-box {background: #f8f8f8;border: 1px solid #eeeeee;padding:20px;margin-top: 8px;transition: 0.5s ease;}
.pro-box h5 {font-size: 24px;color: #333333;font-family: 'a_AvanteInt';transition: 0.5s ease;}
.pro-box p {line-height: 26px;color: #5f5f5f;margin-top: 5px;transition: 0.5s ease;}
.pro-item:hover .pro-box{background: #d71e28;}
.pro-item:hover .pro-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.pro-item:hover .pro-box h5,.pro-item:hover .pro-box p {color: #fff;}

/*--  产品详情页  --*/
.pro-bt{font-family: 'a_AvanteInt';}
.pro-bt h6 {font-size: 58px;color: #d71e28;}
.pro-bt p {font-size:30px;}
.pro-top{display: flex;align-items: center;justify-content: space-between;position: relative;}
.big{border: 1px solid #c9c9c9;width:70.4%;position: relative;}
.big .btn-left,.big .btn-rig{ width:21px; height:48px;cursor: pointer; position: absolute;top:50%;margin-top: -24px; z-index: 999;display: block;}
.big .btn-left {left:4%;background:url(../img/prev2.png) no-repeat center center;opacity: 0;transition:all 0.5s;}
.big .btn-rig {right:4%;background:url(../img/next2.png) no-repeat center center;opacity: 0;transition:all 0.5s;}
.big:hover .btn-left {left:15px;opacity:1;}
.big:hover .btn-rig {right:15px;opacity:1;}
.small .swiper-wrapper {height:665px;}
.small {position: relative;width: 21%;}
.small{width:28%;height: 100%;position: relative;overflow: hidden;padding: 43px 0;}
.small-list{padding: 1px;border: 1px solid #dfdfdf;cursor: pointer;}
.small .swiper-slide-thumb-active{border: 1px solid #d71e28;}
.small .btn-left,.small .btn-rig{ width:45px; height:20px;cursor: pointer; position: absolute;top:inherit;left: 50%; margin-left: -22.5px; z-index:2;display: block;right: inherit;}
.small .btn-left {top:0;background:url(../img/prev3.png) no-repeat center center;margin-top: inherit;}
.small .btn-rig {bottom:0;background:url(../img/next3.png) no-repeat center center;}
.pro-tit {border-bottom: 1px solid #c6c6c6;position: relative;padding-bottom: 15px;}
.pro-tit::before {content: "";width: 162px;height: 3px;background: #d71e28;position: absolute;bottom: -2px;left: 0;}
.pro-tit p {font-size: 32px;line-height:40px;color: #414040;}
.pro-cont ul{padding-left: 15px;}
.pro-cont ul li {list-style: inherit;}

/*--  案例列表页  --*/
.cases .row {margin: 0 -11px;}
.cases-item{padding: 0 11px;margin-bottom: 30px;}
.cases-box{width: 100%;padding:20px 10px 20px 20px;border: 1px solid #c9c9c9;border-top: none;}
.cases-box p {font-size: 21px;font-family: 'a_AvanteInt';}

/*--  关于我们页  --*/
.abo1-tit h1,.abo2-tit h3{font-family: 'a_AvanteInt';font-size: 42px;}
.abo1-cont {font-size: 18px;line-height: 28px;color: #636363;}
.abo2 {display: flex;align-items: center;justify-content: space-between;}
.abo2-left{width: 62%;}
.abo2-left video{width: 100%;height: auto;}
.abo2-rig{width: 34%;}
.abo2-cont {line-height: 30px;color: #141414;}
.abo2-btn {width: 240px;height: 60px;}
.abo2-btn span {font-size: 24px;}
.abo-bt{display: flex;align-items: center;justify-content: center;margin-bottom: 10px;}
.abo-bt span{font-size: 20px;color: #d71e28;text-transform: uppercase;font-family: 'Trueno';line-height: 31px;margin: 0 5px;}
.abo-bt span:nth-child(1){width: 86px;line-height: 31px;text-align: center;background: #182b7e;}
.abo-tit h3{font-size: 42px;font-family: 'a_AvanteInt';}
.abo4{background: #f9f9f9;}
.abo4-item {margin-bottom: 3%;}
.abo4-list {text-align: center;}
.abo4-icon{max-width: 124px;margin: 0 auto;transition: .6s; transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);}
.abo4-num {width: 70%;height:278px;background: #003b83;text-align: center;font-size: 121px;color: #0650ab;font-family: 'a_AvanteInt';margin: -60px auto 0;
	display: flex;align-items: center;justify-content: center;padding-top: 15px;}
.abo4-list p {font-size: 30px;line-height: 52px;color: #333333;margin-top: 20px;}
.abo4-item:hover .abo4-icon {transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}
.abo5-nr {position: relative;}
.abo5-item{position: relative;overflow: hidden;}
.abo5-item::before{content: "";width: 9px;height: 100%;background: #d71e28;position: absolute;left: 0;top: 0;z-index: 2;}
.abo5-nr .btn-rig,.abo5-nr .btn-left{ width:32px; height:41px;cursor: pointer; position: absolute;top:50%;margin-top:-20.5px;z-index: 99;opacity:1;display: block;}
.abo5-nr .btn-rig{right:-3%;background:url(../img/next1.png) no-repeat center center;}
.abo5-nr .btn-left{left:-3%;background:url(../img/prev1.png) no-repeat center center;}

/*--  新闻列表页  --*/
.news-item {padding: 10px;display: flex;align-items: center;justify-content: space-between;transition: all 300ms ease-in-out;margin-bottom: 20px;}
.news-left {width:34%;}
.news-rig {width: 62%;}
.news-time {display: flex;align-items: center;}
.news-time time {font-size: 18px;color: #2d2d2d;font-family: 'a_AvanteInt';margin-left: 15px;}
.news-rig h5 {font-size: 28px;color: #0e0e0e;font-family: 'a_AvanteInt';margin: 20px 0 15px;}
.news-rig p {font-size: 18px;line-height: 30px;color: #656565;}
.news-btn {width: 223px;height: 66px;margin-top: 3%;transition: all 300ms ease-in-out;}
.news-btn span {font-size: 22px;}
.news-item:hover {box-shadow: 0px 2px 32px 1px rgba(0, 0, 0, 0.12);}
.news-btn:hover {background: #182b7e;}

/*--  新闻详情页  --*/
.news-tit{font-family: 'a_AvanteInt';}
.news-tit h6 {font-size: 58px;color: #d71e28;}
.news-tit time {font-size: 36px;display: block;margin-top: 5px;}
.news-cont {font-size: 20px;line-height: 40px;color: #515151;}

/*--  视频列表页  --*/
.video-item {margin-bottom:30px;cursor:pointer;}
.video-img{overflow: hidden;}
.video-dw {position: fixed;top: -100%;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.9);z-index: 999;overflow: hidden;opacity: 0;}
.block {opacity: 1;top: 0;}
.video-word {width: 100%;height: 100%;display: -ms-flexbox;-ms-flex-pack: center;-ms-flex-align: center;display: -moz-box;-moz-box-pack: center;-moz-box-align: center;display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center;display: box;box-pack: center;}
.video-cont {max-width: 950px;max-height:520px;}
.video-cont video,.video-cont iframe {width: 950px;height: 514px;}
.video-img .img {transition: all 0.5s;}
.video-item:hover .video-img .img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

/*--  联系我们页  --*/
.cont {padding: 3% 0 0;overflow: hidden;}
.cont-top {display: flex;align-items: center;}
.cont-left {width: 57.5%;margin-right: 5%;}
.cont-rig {width: 31%;}
.cont-tit h3 {font-size: 42px;font-family: 'a_AvanteInt';}
.cont-tit p {color: #636363;font-size: 18px;line-height: 28px;margin-top: 20px;}
.cont-cent {padding: 0;display: flex;justify-content: end;position: relative;margin-top: -5%;}
.cont-nr {width: 80.9%;padding: 5% 8% 5% 5%;box-shadow: 0px 2px 65px 2px rgba(0, 0, 0, 0.08);background: #fff;display: flex;justify-content: space-between;}
.cont-zuo {width:34%;}
.cont-item {width: 100%;height: 132px;border: 1px solid #e5e5e5;padding:0 10%;display: flex;align-items: center;margin-bottom:13%;}
.cont-icon {width: 47px;margin-right: 15px;}
.cont-item p {width: calc(100% - 62px);}
.cont-item p a {color: #141414;}
.cont-item p a:hover {text-decoration: underline;color: #d71e28;}
.cont-zuo .cont-item:last-child {margin-bottom: 0;}
.cont-you {width:61.3%;}
.cont-you .row {margin: 0 -5px;}
.cont-item2 {padding: 0 5px;margin-bottom: 15px;}
.cont-item2 input {display: block;width: 100%;height:62px;background: #ebebeb;padding: 0 10px;}
.cont-item2 textarea {display: block;width: 100%;height:111px;background: #ebebeb;padding:10px;}
.cont-item2 button {display: block;width: 217px;height: 60px;text-align: center;line-height: 60px;background: #d71e28;font-size: 22px;color: #fff;margin-top:23px;}
.cont-item2 input::-webkit-input-placeholder {color: #8e8e8e;}
.cont-item2 input:-moz-placeholder {color: #8e8e8e;}
.cont-item2 input::-moz-placeholder {color: #8e8e8e;}
.cont-item2 input::-ms-input-placeholder {color: #8e8e8e;}

.cont-item2 textarea::-webkit-input-placeholder {color: #8e8e8e;}
.cont-item2 textarea:-moz-placeholder {color: #8e8e8e;}
.cont-item2 textarea::-moz-placeholder {color: #8e8e8e;}
.cont-item2 textarea::-ms-input-placeholder {color: #8e8e8e;}



@media only screen and (max-width:1700px) {
	.pad5 {padding:5% 3%;}
	.pad4 {padding:4% 3%;}
	.pad3 {padding:3% 3%;}
	.pad2 {padding:2% 3%;}
	.pad1 {padding:1% 3%;}
	.sub4-nr {padding: 10% 0 10% 3%;}
	.sub6-cont ul li p{font-size: 20px;}
}

@media only screen and (max-width:1600px) {
	.sub2-left{margin-top: 5%;}
	.sub2-left p{padding: 0;}
	.sub8-box h5{font-size: 24px;}
	.pro-bt h6{font-size: 52px;}

}
@media only screen and (max-width:1500px) {
	.sub1-list h4,.cont-tit h3{font-size: 40px;}
	.sub2-left h4{font-size: 36px;}
	.sub3-boxnr h4 {font-size:40px;}
	.sub3-boxnr p,.news-cont{font-size: 18px;}
	.sub4-left h3{font-size: 80px;}
	.sub4-rig h2{font-size: 38px;}
	.sub4-rig{width: 52%;}
	.sub4-btn span,.sub8-btn span,.abo2-btn span,.news-btn span{font-size: 20px;}
	.sub6-cont{width: 59%;}
	.sub2-left p{font-size: 16px;}
	.pro-bt h6{font-size: 50px;}
	.pro-bt p{font-size:24px;}
	.news-rig h5{font-size: 26px;}
	.news-rig p{font-size: 16px;}
	.news-left{width: 37%;}
	.news-rig{width: 60%;}
	.news-tit h6{font-size:55px;}
	.news-tit time{font-size:30px;}
	
}
@media only screen and (max-width:1400px) {
	.sub2-left{width: 45%;}
	.sub3 {margin-top: 3%;}
	.sub1-list h4{font-size:35px;}
	.sub1-list p{padding: 0 5%;}
	.sub2-left{margin-top: 0;}
	.sub2{align-items: center;}
	.sub3-boxnr h4,.pro-tit p{font-size: 30px;}
	.sub3-boxnr p{font-size: 16px;}
	.sub8-box h5,.link a{font-size: 22px;}
	.sub8-btn{height: 50px;}
	.sub2-left h4{font-size: 32px;}
	.sub3-boxnr h4,.sub3-boxnr p{width: 100%;}
	.sub4-rig{width:60%;}
	.sub4-left h3{font-size: 70px;}
	.sub4-cont,.abo1-cont,.news-cont,.cont-tit p{font-size: 16px;line-height: 24px;}
	.sub4-rig .sub4-btn{margin-top: 5%;}
	.sub4-rig h2,.cont-tit h3{font-size: 36px;}
	.sub6-cont ul li p{font-size: 18px;}
	.abo1-tit h1, .abo2-tit h3,.abo-tit h3{font-size: 40px;}
	.abo4-list p{font-size: 28px;}
	.pro-bt h6{font-size:45px;}
	.pro-bt p,.cases-list p{font-size: 20px;}
	.small .swiper-wrapper{height: 550px;}
	.news-tit h6{font-size:50px;}
	.news-tit time{font-size:24px;}
}
@media only screen and (max-width:1300px) {
	.sub1-list h4{font-size: 30px;}
	.sub1-list p{padding: 0;}
	.sub2-left h4{font-size:28px;}
	.sub3-boxnr{padding: 0 0 0 35px;}
	.sub3-boxnr h4,.pro-tit p{font-size: 28px;}
	.sub4-left h3{font-size: 60px;}
	.sub4-rig h2,.abo1-tit h1, .abo2-tit h3,.abo-tit h3,.cont-tit h3{font-size: 34px;}
	.sub4-rig{width:70%;}
	.abo4-list p{font-size: 24px;}
	.pro-bt h6{font-size: 40px;}
	.news-tit h6{font-size:40px;}
	.news-tit time{font-size:20px;}
}
@media only screen and (max-width:1200px) {
	.pad5 {padding:5% 15px;overflow: hidden;}
	.pad4 {padding:4% 15px;overflow: hidden;}
	.pad3 {padding:3% 15px;overflow: hidden;}
	.pad2 {padding:2% 15px;overflow: hidden;}
	.pad1 {padding:1% 15px;overflow: hidden;}
	.sub1-list h4{font-size:28px;}
	.sub2-left h4{font-size: 24px;line-height: 30px;}
	.sub3-boxnr h4,.pro-tit p{font-size: 24px;}
	.sub3-boxnr p,.sub3-boxnr a{margin-top: 5px;}
	.sub4-left h3{font-size: 50px;}
	.sub4-rig h2,.abo1-tit h1, .abo2-tit h3,.abo-tit h3,.cont-tit h3{font-size: 32px;}
	.sub4-rig,.sub6-cont{width:80%;}
	.sub4-btn span,.sub8-btn span,.abo2-btn span,.news-btn span{font-size:18px;}
	.sub6-cont ul li p{font-size: 16px;}
	.sub8-box h5,.abo4-list p,.link a{font-size: 20px;}
	.sub7-cont .btn-left,.abo5-nr .btn-left{left: 0;}
	.sub7-cont .btn-rig,.abo5-nr .btn-rig{right: 0;}
	.abo-bt span{font-size: 18px;}
	.abo4-num{width: 100%;font-size: 80px;}
	.abo4-list p{line-height:30px;}
	.pro-box{padding: 10px;}
	.pro-box h5{font-size: 20px;}
	.pro-bt h6{font-size: 35px;}
	.small .swiper-wrapper{height: 460px;}
	.pro-bt p{font-size: 18px;}
	.cases-list p{font-size: 18px;}
	.news-left{width:50%;}
	.news-rig{width:48%;}
	.news-rig h5{font-size:24px;}
	.news-rig p{font-size: 14px;}
	.news-tit h6{font-size:30px;}
	.news-tit time{font-size:18px;}
	.cont-nr{width: 100%;}
	.cont-cent{margin-top: 0;}
}
@media screen and (max-width:992px) {
	.sub1-list h4{font-size:24px;}
	.sub2-left h4,.pro-tit p{font-size:20px;}
	.sub4-rig h2,.abo1-tit h1, .abo2-tit h3,.abo-tit h3,.cont-tit h3{font-size: 30px;}
	.sub8-box h5,.abo4-list p{font-size:18px;}
	.abo2{align-items: inherit;}
	.abo4-icon{max-width: 84px;}
	.pro-bt h6{font-size: 30px;}
	.small .swiper-wrapper{height: 375px;}
	.pro-bt p,.cases-list p{font-size: 16px;}
	.news-item{align-items: inherit;}
	.news-left{width:55%;}
	.news-rig{width:42%;}
	.news-tit h6{font-size:28px;}
	.news-tit time,.abo-bt span{font-size:16px;}
	.video-item{margin-bottom: 20px;}
	.cont-nr{padding:20px;}
	.video-cont {max-width: 100%;max-height:inherit;min-width: 320px;}
	.video-cont video,.video-cont iframe {width:100%;height: inherit;min-width: 320px;}
	.link a{font-size: 18px;padding-right: 0;}
	
}
@media screen and (max-width: 768px) {
	.mar3 {margin-top: 20px;}
	.sub1-item{margin-bottom: 20px;}
	.sub1 .row .sub1-item:nth-child(2)::before,.sub4-left{display: none;}
	.sub2{display: block;background-repeat:url(../img/sub2-bg.jpg) no-repeat left 0;padding-top: 30px;}
	.sub2-left,.sub2-rig,.sub4-rig,.abo2-left,.abo2-rig,.news-left,.news-rig,.cont-zuo,.cont-you{width: 100%;}
	.sub2-rig,.abo2-rig,.abo2-btn,.news-rig,.cont-you {margin-top: 20px;}
	.sub4-rig h2,.abo1-tit h1, .abo2-tit h3,.abo-tit h3,.cont-tit h3{font-size:26px;}
	.sub4-nr{display: block;padding: 30px 15px;}
	.sub4-rig {padding:0;}
	.sub6-cont{position: inherit;top:inherit;right: inherit;width: 100%;clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);}
	.sub6-cont ul{padding: 0;}
	.sub6-cont ul li{margin-left: 0 !important;}
	.abo2,.news-item,.cont-nr,.accordion,.cont-top{display: block;}
	.abo4-list p{font-size: 16px;line-height: 24px;}
	.abo4-num{height: 220px;}
	.pro-bt h6{font-size:28px;}
	.small .swiper-wrapper{height:175px;}
	.pro-tit{padding-bottom: 10px;}
	.cases-box{padding: 10px;}
	.news-tit h6{font-size:22px;}
	.cont-item{margin-bottom: 20px;}
	.cont-item2 button{width: 100%;margin-top: 10px;font-size: 18px;}
	.accordion li {width: 100%;margin-bottom: 10px;}
	.link{justify-content: space-between;padding: 0 20px;}
	.link a{line-height: 40px;}
	.pro-nr {margin-top: 20px !important;}
	.pro-box p{font-size: 14px;line-height: 20px;}
	.abo-bt span{font-size: 14px;}
	.foot-item1 img {width: auto !important;}
	.cont-left{width: 100%;margin: 0;}
	.cont-rig{width: 100%;padding: 20px;}
	.cont-item{height: inherit;padding: 20px;}
}