.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:800px;overflow: hidden;position: relative;}
.banner .swiper-pagination1 {bottom:10px;position: absolute;text-align: center;z-index:999;width: 100%;}
.banner .pagination {position: absolute;left: 0;text-align: center;bottom: 5px;width: 100%;z-index:999;}
.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: #c41e24;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:#c41e24 url(../img/zuo.png) no-repeat center center;}
.banner .swiper-button-next1{right:5%;background:#c41e24 url(../img/you.png) no-repeat center center;}

/*--  Product categories  sub1  --*/
.sub1{background: url(../img/sub1-bg.jpg) left top;}
.sub1-nr {padding: 3% 0 4%;}
.sub1-item{cursor: pointer;}
.sub1-list{position: relative;overflow: hidden;}
.sub1-img{position: relative;overflow: hidden;}
.sub1-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.sub1-img h5 {font-family: 'TT0173M';font-size: 20px;text-transform: uppercase; width: 100%;text-align: center;position: absolute;bottom: 28px;left: 0;opacity: 1; transition: all 300ms ease-in-out;}
.sub1-box{width: 100%;height: 100%;position: absolute;bottom:-100%;left: 0;background: rgba(0,0,0,.72);opacity: 0;transition: all 300ms ease-in-out;}
.sub1-di {width: 100%;height: auto;position: absolute;bottom: 28px;left: 0;text-align: center;}
.sub1-di h5 {font-family: 'TT0173M';font-size: 20px;text-transform: uppercase;}
.sub1-di a {display:block;margin: 15px auto 0;width: 144px;height: 33px;text-align: center;line-height: 33px;background: #c41e24;color: #fff;font-family: 'Helvetica Light';}
.sub1-item:hover .sub1-box {bottom: 0;opacity: 1;}
.sub1-item:hover .sub1-img h5 {bottom: -100%;opacity: 0;}
.sub1-item:hover .sub1-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

/*--  company video  sub2  --*/
.sub2{position: relative;}
.sub2-img {position: relative;}
.sub2-icon{width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;justify-content: center;}
.sub2-play {width: 90px;height: 90px;position: relative;z-index: 2;cursor: pointer;border-radius: 50%;}
.sub2-play::after {content: "";position: absolute;display: block;left: 0;right: 0;top: 0;width: 100%;height: 100%;
	-webkit-animation: ripple1 1500ms ease-out infinite;animation: ripple1 1500ms ease-out infinite;border:1px solid rgba(255,255,255,.5); border-radius: 50%;z-index: -2;
}
.sub2-play::before {content: "";position: absolute;display: block;left: 0;right: 0;top: 0;width: 100%;height: 100%;
	-webkit-animation: ripple 1500ms ease-out infinite;animation: ripple 1500ms ease-out infinite;border:1px solid rgba(255,255,255,.3); border-radius: 50%;z-index: -2;
}
@-webkit-keyframes ripple {
	0% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	100% {-webkit-transform: scale(1.5);transform: scale(1.5);opacity: 0;}
}
@keyframes ripple {
	0% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	100% {-webkit-transform: scale(1.5);transform: scale(1.5);opacity: 0;}
}
@-webkit-keyframes ripple1 {
	0% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	100% {-webkit-transform: scale(2);transform: scale(2);opacity: 0;}
}
@keyframes ripple1 {
	0% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	100% {-webkit-transform: scale(2);transform: scale(2);opacity: 0;}
}
.videvMask{width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(0,0,0,0.8);z-index: 1001;display: none;}
.videv{margin: 10% auto;width: 800px;height: 450px;background: #050505;border-radius: 5px;}
#video{width: 100%;height: 100%;}
.closes{cursor: pointer;padding: 5px 10px;float: right;font-size:30px;text-align: center;color: #fff;
	transition: .6s; transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);}
.closes:hover {transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}
.sub2-nr{width:31%;height: auto;padding:3%;background: #c41e24;position: absolute;right:8%;bottom: -21%;z-index: 2;}
.sub2-tit {display: flex;align-items: center;justify-content: space-between;padding-bottom: 15px;border-bottom: 1px solid rgba(255,255,255,.26);}
.sub2-tit h3 {font-size: 36px;font-family: 'TT0173M';text-transform: uppercase;}
.sub2-nr p {font-family: 'Raleway';margin-top: 15px;line-height: 24px;}

/*--  Company Profile  sub3  --*/
.sub3{background: url(../img/sub3-bg.jpg) left top;}
.sub3-nr {padding:10% 0 3%;}
.sub3-tit h4{font-size: 22px;font-family: 'Helvetica Light';line-height: 30px;text-transform: uppercase;margin: 15px 0 30px;}
.sub3-tit i {display: block;width: 37px;height: 3px;border-radius: 3px;background: #c41e24;}
.sub3-cont {font-size: 16px;line-height: 30px;font-family: 'Helvetica Light';opacity: .52;max-width: 62%;}
.sub3-btn {margin-top: 4%;}
.sub3-btn a {display: flex;align-items: center;justify-content: space-between;width: 172px;height: 47px;background: #da0d14;border-radius:23.5px;
	padding: 0 8px 0 35px;}
.sub3-btn a span {color: #fff;font-size: 14px;}

/*--  数字优势  sub4  --*/
.sub4-item{}
.sub4-list {text-align: center;}
.sub4-list span {display: block;font-size: 55px;font-family: 'TT0173M';transition: all 300ms ease-in-out;}
.sub4-list p{opacity: .43;padding: 0 15%;}
.sub4-item:hover .sub4-list span {color: #c41e24;}

/*--  Our Advantages  sub5  --*/
.sub5 {background: url(../img/sub5-bg.jpg) left top;}
.sub5-nr {padding: 5% 0 3%;}
.sub5-nr .row {margin: 0;}
.sub5-item {padding: 0;}
.sub5-list {padding: 5% 10% 0 0;}
.sub5-list h3 {font-size: 36px;text-transform: uppercase;color: #da0d14;font-family: 'TT0173M';}
.sub5-list p {font-family: 'Raleway';margin-top: 15px;line-height: 24px;}
.sub5-box {width: 100%;height: 100%;background: rgba(255,255,255,.2);text-align: center;padding: 0 10%;
	display: flex;align-items: center;justify-content: center;flex-direction: column;transition: all 300ms ease-in-out;}
.sub5-box h5 {font-size: 26px;font-family: 'TT0173M';}
.sub5-box p {font-family: 'Helvetica Light';line-height: 30px;margin-top: 15px;opacity: .5;}
.sub5-item:hover .sub5-box {background: rgba(0,0,0,.62);}
.sub5-item:hover .sub5-box h5 {color: #da0d14;}
.sub5-item:hover .sub5-box p {opacity: 1;}

/*--  products cases  sub6  --*/
.sub6 {background: url(../img/sub6-bg.jpg) left top;}
.sub6-nr{display: flex;justify-content: space-between;padding:8% 0 9.4%;position: relative;}
.sub6-word{font-size: 165px;color: #c41e24;opacity: .12;text-transform: uppercase;writing-mode: tb-rl;font-family: 'TT0173M';position: absolute;top:25%;left: 31%;}
.sub6-left {width: 34.6%;}
.sub6-cont {font-size: 16px;line-height: 30px;opacity: .52;font-family: 'Helvetica Light';margin-top:15%;}
.sub6-rig{width: 55.6%;position: relative;padding-top:5%;}
.sub6-rig::before{content: "";width: 1px;height: 22px;background: #dddddc;position: absolute;top:5.4%;right:33px;}
.sub6-rig .swiper-button-next,.sub6-rig .swiper-button-prev{ width:11px; height:19px;cursor: pointer; position: absolute;top:10%;z-index: 99;opacity:1;display: block;}
.sub6-rig .swiper-button-next{right:0;background:url(../img/next1.png) no-repeat center center;}
.sub6-rig .swiper-button-prev{left:inherit;right:55px;background:url(../img/prev1.png) no-repeat center center;}

/*--  News  sub7  --*/
.sub7{background: url(../img/sub7-bg.jpg) left top;}
.sub7-cont {display: flex;justify-content: space-between;}
.sub7-left {width: 43.7%;}
.sub7-rig {width: 55.1%;}
.sub7-rig .row {margin: 0 -6.5px;}
.sub7-item {padding: 0 6.5px;cursor: pointer;}
.sub7-list {width: 100%;height: inherit;background: rgba(255,255,255,.1);border-radius:20px;padding:8% 10%;position: relative;transition: all 300ms ease-in-out;}
.sub7-list img {width:30%;height: auto;position: absolute;right: 10%;bottom:8%;opacity: 0;transition: all 300ms ease-in-out;}
.sub7-list h5 {font-size: 18px;font-weight: bold;text-transform: uppercase;transition: all 300ms ease-in-out;}
.sub7-list p {font-size: 14px;line-height: 24px;font-family: 'Helvetica Light';opacity: .5;margin-top:7%;}
.sub7-list time {display:block;opacity: .32;font-size: 14px;line-height: 24px;font-family: 'Helvetica Light';margin-top:9.5%;transition: all 300ms ease-in-out;}
.sub7-rig .row .sub7-item:nth-child(-n+2){margin-bottom: 2%;}
.sub7-item:hover .sub7-list{background: rgba(0,0,0,1);}
.sub7-item:hover .sub7-list h5 {color: #c41e24;}
.sub7-item:hover .sub7-list time {opacity: 1;}
.sub7-item:hover .sub7-list img {opacity: 1;}

/*--  xunpan  --*/
.xunpan{background: #050505;}
.xunpan-item {margin-bottom: 18px;}
.xunpan-list {width: 100%;height:61px;display: flex;align-items: center;justify-content: space-between; background:rgba(255,255,255,.09);padding: 0 30px;}
.xunpan-list i {color: #ff0000;margin-top: 7px;}
.xunpan-list input {display: block;width:98%;height: 61px;padding: 0 0 0 10px;color:rgba(255,255,255,1);font-family: 'Roboto';}
.xunpan-list input::-webkit-input-placeholder,.xunpan-item1 input::-webkit-input-placeholder {color:rgba(255,255,255,.22);}
.xunpan-list input::-moz-placeholder,.xunpan-item1 input::-moz-placeholder {color:rgba(255,255,255,.22);}
.xunpan-list input::-moz-placeholder,.xunpan-item1 input::-moz-placeholder {color:rgba(255,255,255,.22);}
.xunpan-list input::-ms-input-placeholder,.xunpan-item1 input::-ms-input-placeholder {color:rgba(255,255,255,.22);}
.xunpan-item button {display:block;width: 100%;height: 60px;text-align: center;line-height: 60px;background: #c41e24;color: #fff;}
.xunpan-item img {height: 60px;}

/*--  产品列表页  --*/
.pro {display: flex;justify-content: space-between;}
.pro-left {width: 26.4%;}
.element {position:sticky;top:0;z-index: 99;}
.accordion{width: 100%;margin-top:8px;}
.accordion li {display: block;}
.accordion li i { display: block; position: absolute;right:0;top:0px;background: url(../img/rig.png) no-repeat center center; width:40px; height:100%;cursor: pointer;}
.accordion .acc-li .open i {background: url(../img/up.png) no-repeat center center;width:40px;height:100%;}
.accordion .acc-li .default,.link.open {}
/* .accordion .acc-li:last-child .link {border-bottom: none;} */
.link {padding:0;position: relative;border-bottom: 1px solid rgba(25,80,217,.13);}
.link a {color: #fff !important;line-height:50px;padding-left:40px;font-size:16px;display: flex;align-items: center;background: url(../img/li-icon.png) no-repeat 10px center;}
.accordion .acc-li .default, .link.default, .acc-li:hover .link:hover {background: #c41e24;}
.accordion .acc-li .default a,.acc-li .link a:hover {color: #fff !important;background: url(../img/li-icon.png) no-repeat 10px center;}
.link a span {display: block;width: 12px;height: 12px;border: 3px solid #fff;border-radius: 50%;margin-right: 15px;}
.submenu-body {background: #242424;}
.submenu-body li a {display: block;line-height:42px;color: #cfcfcf !important;padding-left:42px;font-size: 14px;display: flex;align-items: center;border-bottom: 1px solid rgba(25,80,217,.13);}
.submenu-body li:hover a {}
.submenu-body .active a,.submenu-body li:hover a {color: #fff !important;background: #c41e24;}
.pro-rig {width: 71.2%;}
.pro-rig .row {margin: 0 -19px;}
.pro-item{margin-bottom:4%;padding: 0 19px;cursor: pointer;}
.pro-list{text-align: center;}
.pro-img{border: 1px solid #dcdcdc;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-list p {margin-top: 10px;}
.pro-list span {display: block;color: #c41e24;font-family: 'Roboto';margin:5px auto 10px;font-size: 14px;}
.pro-list a {display: block;width: 123px;height: 25px;margin: 0 auto;text-align: center;background: rgba(255,255,255,.27);
	border-radius:12.5px;color: #fff;font-size: 14px;line-height: 25px;}
.pro-item:hover .pro-img img,.bott-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-list a,.bott-item:hover .pro-list a {background: #c41e24;color: #fff;}

/*--  产品详情页  --*/
.pro-top {width: 100%;display: flex;justify-content: space-between;}
.pro-zuo {width: 47.9%;}
.big {position: relative;}
.big-img{border: 1px solid #dcdcdc;}
.small{margin-top:12px;position: relative;padding-bottom: 30px;}
.small-list {border: 1px solid #dcdcdc;cursor: pointer;}
.mySwiper3 .swiper-slide-thumb-active {border: 1px solid #c41e24;}
.small .swiper-button-next,.small .swiper-button-prev{ width:13px; height:14px;cursor: pointer; position: absolute;top:inherit;bottom: 0; z-index: 99;opacity:1;display: block;}
.small .swiper-button-next {right:45%;background: url(../img/next2.png) no-repeat center center;}
.small .swiper-button-prev {left:45%;background: url(../img/prev2.png) no-repeat center center;}
.big-item{position: relative;overflow: hidden;height: 100%;}
.big-item video {width: 100%;height: 100% !important;position: absolute;top: 0;/* object-fit: cover; */}
.small-img {position: relative;overflow:hidden;}
.small-box {width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;justify-content: center;}
.pro-you{width: 48%;background: #242424;padding: 5% 5% 0;}
.pro-tit h5 {font-size: 20px; font-family: 'TT0173M';color: #c41e24;}
.pro-tit h6 {font-size: 26px;font-family: 'TT0173M';margin:20px 0;}
.pro-tit p {color: #6a6a6a;}
.pro-word {line-height: 30px;color: #9c9c9c;margin-top: 12%;height: 300px;}
.pro-btn {margin-top: 5%;}
.pro-btn a {display: block;width: 135px;height: 30px;text-align: center;line-height: 30px;background: #c41e24;border-radius: 15px;color: #fff;}
.pro-tit2 {background: #242424;border-bottom: 3px solid #c41e24;}
.pro-tit2 p {display: inline-block;color: #fff;line-height: 40px;padding: 0 5%;background: #c41e24;}
.pro-cont {line-height: 30px;color: #9c9c9c;}
.pro-cont table tr td{padding:5px;}
.bott-nr {position: relative;}
.bott-item{cursor: pointer;}

/*--  关于我们页  --*/
.abo1-cont {font-size: 20px;line-height: 36px;color: #6e6e6e;}
.abo2 {background: #202020;position: relative;overflow: hidden;}
.abo2::before {content: "";width:35%;height: 30%; background: #c41e24;position: absolute;top: 0;left: 0;}
.abo2-top {display: flex;align-items: center;justify-content: space-between;position: relative;}
.abo2-top p {font-size: 16px; line-height:30px;color: #808080;width: 65%;}
.abo2-bott{position: relative;}
.abo2-item {margin-bottom: 2%;}
.abo3-nr .row {margin: 0 -42px;}
.abo3-item {padding: 0 42px;}
.abo3-list {position: relative;}
.abo3-box{width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;justify-content: center;flex-direction: column;text-align: center;}
.abo3-box h5 {font-size: 26px;color: #c41e24;font-family: 'TT0173M';}
.abo3-box p {line-height: 30px;font-family: 'Helvetica Light';margin-top: 20px;opacity: .5;padding: 0 15%;}
.abo4-nr{padding: 0 16px;}
.abo4-nr .row {margin: 0 -10px;}
.abo4-item{padding: 0 10px;transition: all 300ms ease-in-out;-webkit-transform:all 300ms ease-in-out;-ms-transform:all 300ms ease-in-out;-o-transform:all 300ms ease-in-out;}
.abo4-list {background: #0f0f0f;padding: 10px;box-shadow: 0px 0px 10px 0px rgba(190, 30, 36, 0.65);}
.abo4-box {width: 100%;height: 59px; margin-top: 12px;background: #c41e24;display: flex;align-items: center;padding: 0 5px 0 11px;}
.abo4-box span {display: block;width: 37px;height: 37px;background: #000000;text-align: center;line-height: 37px;font-size: 20px;font-family: 'TT0173M';margin-right: 15px;}
.abo4-box p {font-size: 20px;font-family: 'TT0173M';text-transform: uppercase;}
.abo4-item:hover {transform: translateY(-20px);-webkit-transform: translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);}

/*--  新闻列表页  --*/
.news .row {margin: 0 -45px;}
.news-item {padding: 0 45px;margin-bottom: 3%;cursor: pointer;}
.news-list {background: #282828;}
.news-img{position: relative;overflow: hidden;}
.news-img::before {content: ""; width: 100%;height: 100%;position: absolute;top: 0;left: 0;border:10px solid rgba(255,255,255,0);z-index: 2;
	transition: all 300ms ease-in-out;-webkit-transform:all 300ms ease-in-out;-ms-transform:all 300ms ease-in-out;-o-transform:all 300ms ease-in-out;}
.news-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.news-box {padding: 30px 30px 20px 35px;}
.news-box h5 {font-size: 18px;line-height: 30px;color: #c41e24;font-weight: bold;text-transform: uppercase;}
.news-box p {font-size: 14px;line-height: 24px;font-family: 'Helvetica Light';opacity: .5;margin-top: 25px;}
.news-box a {display: block;width: 123px;height: 25px;text-align: center;line-height: 25px;background: #c41e24;border-radius:12.5px;color: #fff;font-size: 14px;margin-top: 8%;}
.news-box time {display: block;text-align: right;margin-top: 10px;}
.news-item:hover .news-img::before {border:15px solid rgba(255,255,255,.3);}
.news-item:hover .news-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

/*--  新闻详情页  --*/
.news-nr {position: relative;}
.news-bt {display: flex;align-items: center;justify-content: space-between;padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.1);}
.news-bt h6 {font-size: 18px;font-weight: bold;color: #c41e24;text-transform: uppercase;}
.news-bt time {font-size: 14px;display: block;}
.news-bott {font-size: 14px;line-height: 30px;font-family: 'Helvetica Light';opacity: .5;}

/*--  联系我们页  --*/
.cont {display: flex;justify-content: space-between;}
.cont-left {width: 54%;}
.cont-rig {width: 42.8%;padding-top: 3%;}
.cont-tit img {margin-bottom: 25px;}
.cont-tit p {font-size: 16px;line-height: 30px;opacity: .5;}
.cont-rig ul {margin-top:8%;}
.cont-rig ul li {display: flex;align-items: center;padding: 5% 0;border-bottom: 1px solid rgba(191,191,191,.14);}
.cont-rig ul li a:hover {text-decoration: underline;}
.cont-rig ul li img {width: 63px;margin-right:28px;}
.cont-rig ul li .cont-box {width: calc(100% - 91px);}
.cont-box span {display: block;font-size: 26px;text-transform: uppercase;font-weight: bold;color: #c41e24;}
.cont-box p {line-height:24px;margin-top:8px;}
.cont-box p a{color: #fff;}
.cont-rig ul li:last-child {border-bottom: none;}



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

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


}
@media only screen and (max-width:1500px) {
	.pad5 {padding:5% 3%;}
	.pad4 {padding:4% 3%;}
	.pad3 {padding:3% 3%;}
	.pad2 {padding:2% 3%;}
	.pad1 {padding:1% 3%;}
	.sub3-nr {padding:10% 3% 3%;}
	.sub5-nr {padding: 5% 3% 3%;}
	.sub6-nr {padding:8% 3% 9.4%;}
}
@media only screen and (max-width:1400px) {
	.sub2-tit h3,.sub5-list h3{font-size: 32px;}
	.sub3-tit h4{font-size: 20px;}
	.sub4-list span{font-size:50px;}
	.abo4-nr{padding: 0;}
	.abo1-cont{font-size: 18px;}
}
@media only screen and (max-width:1300px) {
	.pro-you{padding: 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;}
	.sub3-nr {padding:10% 15px 3%;}
	.sub5-nr {padding: 5% 15px 3%;}
	.sub6-nr{padding:8% 15px 9.4%;}
	.sub2-tit h3,.sub5-list h3{font-size: 30px;}
	.sub3-cont{max-width: 100%;}
	.sub1-img h5,.sub1-di h5{font-size: 18px;}
	.sub5-box h5,.cont-box span{font-size: 24px;}
	.sub5-box p{margin-top: 5px;}
	.sub4-list span{font-size:45px;}
	.sub4-list p{padding: 0 5%;}
	.sub2-tit h3,.sub5-list h3{font-size:28px;}
	.sub3-tit h4{font-size:18px;}
	.sub6-rig{padding-top: 9%;}
	.pro-rig .row{margin: 0 -10px;}
	.pro-item{padding: 0 10px;}
	.pro-word{height: inherit;}
	.abo1-cont{font-size: 16px;line-height: 30px;}
	.abo3-box{padding: 0 10px;}
	.abo3-nr .row{margin: 0 -30px;}
	.abo3-item{padding: 0 30px;}
	.abo3-box p{padding: 0 10px;}
	
}
@media screen and (max-width:992px) {
	.video-cont {max-width: 100%;max-height:inherit;min-width: 320px;}
	.video-cont video,.video-cont iframe {width:100%;height: inherit;min-width: 320px;}
	.videv{width: 100%;height: inherit;padding: 10px;}
	#video{width: 100%;height: inherit;}
	.sub6-word{display: none;}
	.sub6-rig{padding-top: 9%;}
	/* .sub2-tit h3,.sub5-list h3{font-size:24px;} */
	.sub5-box{padding: 20px 10%;}
	.abo3-nr .row{margin: 0 -10px;}
	.abo3-item{padding: 0 10px;}
	.abo3-box p{padding: 0 10px;}
	.news .row{margin: 0 -20px;}
	.news-item{padding: 0 20px;}
	.cont{display: block;}
	.cont-left,.cont-rig{width: 100%;}
	.cont-rig{margin-top: 20px;}
	.cont-box span{font-size: 20px;}
}
@media screen and (max-width: 768px) {
	.abo2::before{display: none;}
	.sub1-item,.abo3-item,.abo4-item{margin-bottom: 20px;}
	.sub2-nr{position: inherit;bottom: inherit;right: inherit;width: 100%;}
	.sub2-play{width: 45px;height: 45px;}
	.sub5-list{padding: 0;}
	.sub5-item,.sub4-item{margin-bottom: 15px;}
	.sub6-nr,.sub7-cont,.pro,.pro-top,.abo2-top{display: block;}
	.sub6-cont,.pro-word{margin-top: 30px;}
	.sub6-left,.sub6-rig,.sub7-left,.sub7-rig,.pro-left,.pro-rig,.pro-zuo,.pro-you,.abo2-top p{width: 100%;}
	.sub6-rig,.sub7-rig,.pro-rig,.pro-you,.abo2-top p,.abo2{margin-top: 20px;}
	.sub6-rig::before{top: 0;}
	.sub7-item{margin-bottom: 20px !important;}
	.xunpan-list{padding: 0 20px;}
	.xunpan-list,.xunpan-list input,.xunpan-item button{height: 50px;}
	.xunpan-item button{line-height: 50px;}
	#video{height: 500px;}
	.pro-tit h6{font-size: 24px;}
	.abo4-nr .row{margin: 0 -15px;}
	.abo4-item{padding: 0 15px;}
	.news-box{padding: 20px;}
	.news-box p{margin-top: 10px;}
}