.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;}
.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;max-width:1600px;margin: 0 auto;}
.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: #fe0000;width:22px;}

/*--  企业优势  sub1  --*/
.sub1-list {text-align: center;padding: 0 12%;}
.sub1-icon {max-width: 52px;margin: 0 auto;transition: .6s; transform:rotateY(0deg);-ms-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);-webkit-transform:rotateY(0deg);-o-transform:rotateY(0deg);}
.sub1-list p {font-family: 'Bahnschrift';font-size: 18px;line-height: 26px;margin: 20px auto 0;}
.sub1-item:hover .sub1-icon {transform:rotateY(360deg);-ms-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-o-transform:rotateY(360deg);}

/*--  Product Index  sub2  --*/
.sub2-tab {display: flex;align-items: center;justify-content: space-between;}
.sub2-tab li {width: 32%;height: 42px;text-align: center;line-height: 42px;background: #424242;color: #fff;font-family: 'Bahnschrift';list-style: none;cursor: pointer;}
.sub2-tab li.default {background: #fe0000;}
.sub2-cont {}
.sub2-item {margin-bottom: 20px;cursor: pointer;}
.sub2-img{position: relative;overflow:hidden;}
.sub2-img .img1 {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.sub2-item:hover .sub2-img .img1 {animation-name: big;-webkit-animation-name: big;-webkit-animation-duration: 0.7s;animation-duration: 0.7s;}
@keyframes big {0% {transform: scale(1);opacity: 1;}100% {transform: scale(1.4);opacity: 0;}}
@-webkit-keyframes big {0% {transform: scale(1);opacity: 1;}100% {transform: scale(1.4);opacity: 0;}}

/*--  Product Application sub3  --*/
.sub {max-width: 1600px;margin: 0 auto;}
.sub3 {margin-top: 3%;}
.sub3-nr .row {margin: 0 -3px;}
.sub3-item {padding: 0 3px;}
.sub3-list {position: relative;overflow:hidden;}
.sub3-list::before {content: "";width:100%;height: 50%;position: absolute;bottom: 0;left: 0;background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, .4) 60%, rgba(0, 0, 0, 0) 100%);}
.sub3-box {width: 100%;height: auto;padding: 0 30px;position: absolute;bottom: 30px;left: 0;}
.sub3-box p{font-size: 26px;color: #fff;font-family: 'Bahnschrift';}
.sub3-box i {display: block;width:90%;height: 1px;background: rgba(255,255,255,.24);}
.sub3-box span {color: #acacac;font-size: 14px;line-height: 16px;margin-top:8px;font-family: 'Raleway';}

/*--  Company profile sub4  --*/
.sub4-tit{position: relative;}
.sub4-tit::before {content: "";width: 56%;height:2px;background: #fe0000;position: absolute;left: -56%;top:21px;}
.sub4-tit h4 {display: flex;align-items: center;font-size:36px;font-family: 'Bahnschrift';color: #000;}
.sub4-tit h4 i {display: block;width: 35px;height: 17px;background: #fe0000;margin-right: 20px;}
.sub4-tit p {color: #fe0000;font-family: 'Raleway';}
.sub4-cont {margin-top: 15px;line-height:24px;color: #404040;font-family: 'Raleway';}
.sub4-btn {margin-top: 30px;}
.sub4-btn a {display: flex;align-items: center;justify-content: space-between;width: 189px;height: 52px;background: #fe0000;border-radius: 30px;padding: 0 8px 0 35px;}
.sub4-btn a span {color: #fff;font-family: 'Raleway';}
.sub4-img {text-align: right;position: relative;z-index: 2;}
.sub4-img::before {content: "";width: 234px;height: 265px;background: #fe0000;position: absolute;top: -17px;right: -20px;z-index: -1;}
.sub4-top>.row{align-items: center;}
.sub4-item {}
.sub4-list {width: 100%;min-height: 132px;background: #fff3f3;display: flex;align-items: center;padding: 0 10px 0 15px;}
.sub4-num {font-size: 60px;font-weight: bold;font-family: 'a_AvanteInt';margin-right: 15px;min-width: 106px;}
.sub4-box p {font-size: 14px;line-height: 20px;color: #000000;font-family: 'Raleway';margin-top: 5px;}
.sub4-bott .row .sub4-item:nth-child(1) .sub4-num{min-width:141px;}

/*--  Customer Stories sub5  --*/
.sub5-item{}
.sub5-box {position: relative;width: 100%;padding: 20px 20px 25px 20px;background: #f5f5f5;display: flex;align-items: center;justify-content: space-between;overflow: hidden;}
.sub5-box::before {content: "";display: block;position: absolute;left: 50%;right: 50%;bottom:0;height:6px;opacity: 0;
	background: #fe0000;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.sub5-zuo {max-width: 90%;}
.sub5-zuo p {font-size: 18px;color: #000000;font-family: 'Bahnschrift';}
.sub5-zuo span {font-size: 14px;color: #7e7e7e;margin-top: 10px;}
.sub5-icon {width: 30px;height: 30px;background:#fff;border-radius: 50%;position: relative;overflow: hidden;transition: 0.6s ease;}
.sub5-icon img {transition: .6s;display: block;left: 0;position: relative;-webkit-filter: drop-shadow(#fff 30px 0);filter: drop-shadow(#fff 30px 0);}
.sub5-item:hover .sub5-icon img {left: -30px;}
.sub5-item:hover .sub5-icon {background: #fe0000;}
.sub5-item:hover .sub5-box::before {left:0;right:0;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;z-index:2;}

/*--  news sub6  --*/
.sub6 {background: #f9f9f9;}
.sub6-cont {display: flex;justify-content: space-between;}
.sub6-left {width: 46.9%;cursor: pointer;}
.sub6-img {overflow: hidden;}
.sub6-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.sub6-left:hover .sub6-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.sub6-box {margin-top: 20px;}
.sub6-box p,.sub6-you p {font-size: 18px;color: #000000;line-height: 24px;font-family: 'Bahnschrift';}
.sub6-box span,.sub6-you span {font-size: 14px;line-height: 24px;color: #454545;font-family: 'Raleway';margin-top: 5px;}
.sub6-rig {width: 50.9%;}
.sub6-item {display: flex;align-items: center;justify-content: space-between;min-height: 146px;padding: 0 6% 0 20px;border: 1px solid #e5e5e5;cursor: pointer;
	border-radius:10px;margin-bottom: 22px;transition: 0.6s ease;}
.sub6-num {width: 70px;height: 70px;background: #000000;text-align: center;line-height: 70px;border-radius:10px;color: #fff;font-size: 30px;font-weight: bold;
	transition: .6s; transform:rotateY(0deg);-ms-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-webkit-transform:rotateY(0deg);-o-transform:rotateY(0deg);}
.sub6-you {width: 82%;}
.sub6-you time {display: block;text-align: right;font-size: 14px;color: #5f5f5f;line-height: 26px;margin-top: -20px;}
.sub6-rig .sub6-item:last-child {margin-bottom: 0;}
.sub6-item:hover {box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);}
.sub6-item:hover .sub6-num {background: #fe0000;transform:rotateY(360deg);-ms-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-o-transform:rotateY(360deg);}

/*--  产品列表页  --*/
.pro-bt {background: #424242;color: #ffffff;line-height: 50px;padding-left: 25px;font-family: 'Bahnschrift';text-transform: uppercase;font-size: 24px;}
.accordion {width: 100%;z-index:2;position: relative;border: 1px solid #efefef;}
.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 dashed #dfe2e6;}
.link a {color: #111111 !important;line-height:42px;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 {}
.accordion .acc-li .default a,.acc-li .link a:hover {color: #fe0000 !important;}
.link a span {display: block;width: 12px;height: 12px;border: 3px solid #fff;border-radius: 50%;margin-right: 15px;}
.submenu-body {background: #efefef;}
.submenu-body li a {display: block;line-height:42px;color: #666666 !important;padding-left:42px;font-size: 14px;display: flex;align-items: center;border-bottom: 1px dashed #dfe2e6;}
.submenu-body li:hover a {}
.submenu-body .active a,.submenu-body li:hover a {color: #fff !important;background: #fe0000;}
.pro-search {width: 100%;height: 40px;background: #f6f5f3;border-radius:5px;display: flex;align-items: center;justify-content: space-between;}
.pro-search input {width: 90%;height: 40px;padding: 0 10px;}
.pro-search button {width: 10%;display: flex;align-items: center;justify-content: center;}
.pro-search button img {transition: .6s; transform:rotateY(0deg);-ms-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-webkit-transform:rotateY(0deg);-o-transform:rotateY(0deg);}
.pro-search button:hover img {transform:rotateY(360deg);-ms-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-o-transform:rotateY(360deg);}
.pro-item {margin-bottom: 30px;cursor: pointer;}
.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 {color: #787878;margin-top: 10px;}
.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-top {display: flex;justify-content:space-between;}
.big {border: 1px solid #dcdcdc;width: 56%;}
.pro-you {width:40%;}
.pro-tit {font-size: 24px;color: #000000;font-weight: bold;}
.pro-fu {font-size: 18px;color: #fe0000;font-weight: bold;margin-top: 15px;}
.pro-cont {line-height: 30px;color: #484848;min-height: 210px;}
.small {margin-top:20px;position: relative;}
.small-list {padding: 1px;}
.small-img {border: 1px solid #dcdcdc;}
.small-list.active .small-img {border: 1px solid #fe0001;}
.small .btn-left,.small .btn-rig{ width:13px; height:13px;cursor: pointer; position: absolute;top:50%;margin-top: -12.5px; z-index:2;opacity:1;display: block;}
.small .btn-rig {right:-6%;background: url(../img/next1.png) no-repeat center center;}
.small .btn-left {left:-6%;background: url(../img/prev1.png) no-repeat center center;}
.pro-tit2 {background: #efefef;border-bottom: 3px solid #fe0000;}
.pro-tit2 p {display: inline-block;color: #fff;line-height: 40px;padding: 0 5%;background: #fe0000;}
.pro-cont2 {line-height: 30px;}

/*--  关于我们页  --*/
.abo1-nr{display: flex;justify-content: space-between;}
.abo1-left {width: 46.2%;padding-left: 14px;position: relative;z-index: 2;}
.abo1-left::before {content: "";width: 100%;height:75%;background: #e3e3e3;position: absolute;left: 0;bottom:0;z-index: -1;}
.abo1-cont {width: 100%;height: auto;background: #f9f9f9;padding:9% 25px 30px 30px;}
.abo1-tit h4 {font-size: 36px;color: #000000;font-family: 'Bahnschrift';}
.abo1-tit p {color: #fe0000;font-family: 'Raleway';}
.abo1-word {color: #404040;line-height: 28px;font-family: 'Raleway';height:420px;padding-right: 5px; margin-top: 30px;
	overflow: hidden; overflow-x: hidden!important;overflow-y: auto!important;-webkit-overflow-scrolling: touch;}
.abo1-word::-webkit-scrollbar-thumb {background-color: #fe0000;height: 30px;-webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);border-radius: 5px;}
.abo1-word::-webkit-scrollbar {width:5px;background-color:#dfdfdf;border-radius: 5px;}
.abo1-rig {width: 53.8%;}
.abo1-top {position: relative;background: #fe0000;padding: 15px 5% 15px 0;display: flex;justify-content: space-between;align-items: center;z-index: 2;}
.abo1-top i {width: 0px;height: 0px;border-bottom: 10px solid transparent;border-top: 10px solid transparent;
	border-right: 10px solid #fe0000;font-size: 0px;line-height: 0px;position: absolute;left: -10px;top: 50%;margin-top: -8px;}
.abo1-name {width:88%;text-align: right;}
.abo1-name h4 {font-size: 32px;text-transform: uppercase;color: #fff;font-family: 'Impact';}
.abo1-name p {color: #fff;margin-top: 5px;}
.abo1-box {position: relative;}
.abo1-box .swiper-button-next,.abo1-box .swiper-button-prev{ width:70px; height:24px; cursor: pointer; position: absolute;top: inherit;left: inherit; bottom:25px;z-index: 99;opacity:1;display: block;}
.abo1-box .swiper-button-next {right:3%;background: url(../img/next0.jpg) no-repeat center center;}
.abo1-box .swiper-button-prev {right:15%;background: url(../img/prev0.jpg) no-repeat center center;}
.abo1-bott .row {margin: 0 -3px;}
.abo1-item{padding: 0 3px;}
.abo2 {background: url(../img/abo2-bg.jpg) left top;}
.abo2-list {text-align: center;}
.abo2-icon {position: relative;max-width:179px;margin-left: 34%;}
.abo2-tu {position: absolute;top:22%;left:23%;width:29.1%;transition: .6s; transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);}
.abo2-tu img {transition: .6s; transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);}
.abo2-list h5 {font-size: 25px;line-height: 48px;text-transform: uppercase;font-family: 'Bahnschrift';}
.abo2-list i {display: block;width: 31px;height: 3px;background: #fe0000;margin:5px auto 15px;}
.abo2-list p {font-size: 18px;line-height: 26px;color: #424242;padding: 0 14%;font-family: 'Bahnschrift';}
.abo2-item:hover .abo2-tu {transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}
.abo3-item {margin-bottom: 15px;}
.abo3-list {width: 100%;background: #fe0000;padding: 5px 5%;color: #fff;text-align: center;font-size: 18px;line-height: 26px;font-family: 'Bahnschrift';}

/*--  新闻列表页  --*/
.news-item {display: flex;justify-content: space-between;align-items: center;background: #f9f9f9;margin-bottom:3%;padding-right: 5%;cursor: pointer;}
.news-left {width:35%;}
.news-img {overflow: hidden;}
.news-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.news-rig {width: 63%;}
.news-tit {display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #e7e7e7;padding-bottom:10px;}
.news-tit h4{font-size:18px;line-height: 30px; color: #000000;font-family: 'Bahnschrift';max-width: 85%;}
.news-tit time {color: #a4a4a4;}
.news-rig p {margin-top:10px;font-size: 14px; line-height:24px;color: #454545;font-family: 'Raleway';}
.news-rig a {display:block;margin-top:15px;font-size: 14px;color: #fe0000;}
.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-bt {display: flex;align-items: center;justify-content: space-between;padding-bottom: 10px;border-bottom: 1px solid #e7e7e7;}
.news-bt h5 {font-size: 18px;line-height: 24px;color: #000000;font-family: 'Bahnschrift';}
.news-bt time {font-size: 14px;line-height: 26px;color: #5f5f5f;}
.news-cont {font-size: 14px;line-height: 24px;color: #454545;}

/*--  联系我们页  --*/
.cont-nr {padding: 3%;background: #fff;box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.2);border-radius: 15px;}
.cont-nr>.row {margin: 0;}
.cont-left {padding: 0;}
.leftnr {width: 100%;height: 100%; padding:20px 5px 15px 6%;background: #efefef;position: relative;}
.cont-tit h3{font-size:40px;color: #000000;text-transform: capitalize;font-family: 'Bahnschrift';}
.cont-tit i {display: block;width: 50px;height: 3px;background: #fe0000;margin:20px 0;}
.cont-left ul {margin-top: 25px;}
.cont-left ul li {display: block;line-height:30px;color: #7d7d7d;}
.cont-left ul li a {color: #747474;}
.cont-left ul li a:hover {color: #fe0000;text-decoration: underline;}
.cont-icon {position: absolute;bottom: 6%;left:7%;width: 80%;display: flex;align-items: center;}
.cont-icon a {display: block;margin-right: 20px;}
.cont-rig {padding:0 15px 0 3%;}
.cont-item{margin-bottom:12%;position: relative;}
.cont-item input {display: block;width: 100%;height:58px;background: #fff;border-radius: 5px;padding: 0 10px;box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);}
.cont-item button {display: block;width: 100%;height:58px;background: #fe0000;text-align: center;line-height: 58px;color: #fff;border-radius: 5px;}
.cont-bott {border-top:28px solid #333f45;}
.cont-item1 {margin-bottom: 0;}

@media only screen and (max-width:1600px) {
	.banner{max-width: 100%;}
	.sub {max-width: 100%;padding: 0 3%;}
	.sub4-tit h4,.abo1-tit h4,.cont-tit h3 {font-size: 32px;}
}
@media only screen and (max-width:1400px) {
	.pad5 {padding:5% 3%;}
	.pad4 {padding:4% 3%;}
	.pad3 {padding:3% 3%;}
	.pad2 {padding:2% 3%;}
	.pad1 {padding:1% 3%;}
	.sub3-box p {font-size: 24px;}
	.sub4-num {font-size: 50px;}
	.sub4-tit h4,.abo1-tit h4,.cont-tit h3 {font-size: 28px;}
	.abo2-list p {padding: 0 10%;}
	.abo1-name h4{font-size: 30px;}
}
@media only screen and (max-width:1300px) {
}
@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;}
	.sub2,.sub4 {padding: 0 15px;overflow: hidden;}
	.sub {padding: 0 15px;overflow: hidden;}
	.sub4-tit::before,.abo1-left::before {display: none;}
	.sub1-list {padding: 0 8%;}
	.sub1-list p {font-size: 16px;}
	.sub3-box {padding: 0 20px;}
	.sub3-box p {font-size: 22px;}
	.sub4-num {font-size: 40px;}
	.sub4-tit h4,.abo1-tit h4,.cont-tit h3 {font-size: 24px;}
	.abo2-list p {padding: 0 5%;}
	.abo1-name h4{font-size: 28px;}
}
@media screen and (max-width:992px) {
	.sub1-list {padding: 0;}
	.sub3-box p {font-size: 20px;}
}
@media screen and (max-width: 768px) {
	.sub2-tab,.sub6-cont,.pro-top,.abo1-nr,.news-item,.news-bt {display: block;}
	.sub2-tab li {width: 100%;margin-bottom: 2px;}
	.sub3-item {margin-bottom: 3px;}
	.sub3-box {padding: 0 5px 0 10px;bottom: 15px;}
	.sub3-box p {font-size: 18px;}
	.sub4-rig,.sub6-rig,.pro-rig,.news-rig,.cont-rig {margin-top: 20px;}
	.sub4-img::before,.sub6-you time,.abo1-top i {display: none;}
	.sub4-num,.sub4-bott .row .sub4-item:nth-child(1) .sub4-num {font-size: 30px;min-width: 70px;}
	.sub5-item,.sub1-item,.cont-item {margin-bottom: 10px;}
	.sub5-box {padding: 10px;}
	.sub6-left,.sub6-rig,.big,.pro-you,.abo1-left,.abo1-rig,.news-left,.news-rig {width: 100%;}
	.sub6-you {width: 70%;}
	.sub1-list p {margin-top: 10px;}
	.pro-you {padding-top: 35%;position: relative;margin-top: 20px;}
	.small {margin: 0;position: absolute;top: 0;left: 0;width: 100%;padding: 0 5%;}
	.small .btn-left {left: 0;}
	.small .btn-rig {right: 0;}
	.pro-cont {min-height: inherit;}
	.pro-tit {font-size: 20px;}
	.abo1-left {padding-left: 0;}
	.abo1-cont {padding:20px 10px;}
	.abo1-name h4 {font-size: 20px;}
	.abo1-name p {font-size: 14px;}
	.abo3-list {font-size: 16px;line-height: 24px;}
	.abo2-icon {margin-left: 31%;}
	.abo2-item,.news-item {margin-bottom: 20px;}
	.news-tit h4 {max-width: 75%;}
	.news-item {padding-right: 0;}
	.cont-rig {padding: 0;}
	.cont-item button {height: 40px;line-height: 40px;}
	.abo1-item {margin-bottom: 6px;}
}