@import url("style.css");
@import url("mobile.css");
@import url("custom.css");
@import url("pscroll.css");

@keyframes scaleAnim {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.postions {
	height: 72px;
	line-height: 72px;
	overflow: hidden;
	color: #999;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.16);
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	position: relative;
	margin-top: -72px;
}
.postions.bgs3 {
	background: #f6f6f6;
	border-bottom: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	margin-bottom: 0;
}
.postions.bgs2 {
	margin-top: -72px;
	background: rgba(231, 231, 231, 0.19);
	position: relative;
}
.postions.bgs4 {
	display: none;
}
.posadd .postions {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
.postions a {
	color: #ddd;
	letter-spacing: 0.5px;
	padding: 0 8px;
}
.postions a:hover {
	color: #fff;
}
.postions label {
	color: #ddd;
}
.postions .postions_r img {
	height: 16px;
	vertical-align: middle;
	margin: -6px 6px 0 10px;
}
.postions .postions_r img:first-child {
	margin-left: 0;
}
.postions h2 {
	float: left;
	font-weight: normal;
	color: #fff;
	height: 58px;
}
.postions h2 span {
	font-size: 15px;
	font-family: Arial;
	color: rgba(255, 255, 255, 0.5);
}
.postions .rclass {
	float: right;
	background: url("../img/pos_bg2.png") left center no-repeat;
	background-size: 20px auto;
	padding-left: 25px;
	-webkit-tap-highlight-color: #fff;
	-webkit-tap-highlight-color: transparent;
	display: none;
}
.postions .postions_b {
	text-align: center;
}
.postions .postions_b a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	z-index: 0;
	padding-left: 15px;
	padding-right: 15px;
	min-width: 182px;
	margin-left: -3px;
	margin-right: -3px;
}
.postions.bgs5 .postions_b a {
	min-width: 256px;
}
.postions .postions_b a:hover {
	color: #0054a7;
}
.postions .postions_b a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0%;
	width: 2px;
	top: 0%;
	height: 100%;
	margin-top: 0px;
	background: rgba(255, 255, 255, 0.16);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	z-index: -1;
}
.postions .postions_b a:last-child:after {
	display: none;
}
.postions .postions_b a.isel {
	color: #fff;
	background: var(--main-color);
}
.postions.bgs2 .postions_b a {
	color: #fff;
}
.postions.bgs2 .postions_b a.isel {
	color: #0054a7;
}
.about_bgs {
	z-index: 19891024;
	background: url("../img/about_bg.png") repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.about_tc .closed2 {
	display: none;
}
.o_big_con {
	overflow: hidden;
	position: relative;
}
.o_big {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% center;
	background-size: cover;
	position: relative;
	width: 100%;
	-webkit-animation: scaleAnim 5s ease forwards;
	animation: scaleAnim 5s ease forwards;
}
.o_big img {
	width: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.o_big_con .cons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.o_big_con.bgs3 {
	cursor: pointer;
}
.o_big_con .cons .wrap {
	height: 100%;
	display: table;
}
.o_big_con .cons .wrap2 {
	height: 100%;
	display: table;
}
.o_big_con .h2 {
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	transition: all 0.6s;
}
.o_big_con .h2 label {
	display: block;
	width: 100%;
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgba(255, 255, 255, 1.0);
	text-shadow: rgb(0, 0, 0, 0.3) 2px 0 5px;
}
.o_big_con.bgs3 .h2 label {
	cursor: pointer;
}
.o_big_con.bgs3 .h2 label img {
	width: 64px;
}
.o_big_con .h2 span {
	display: block;
	overflow: hidden;
	color: rgba(255, 255, 255, 1.0);
	font-size: 14px;
	line-height: 1.3;
	position: relative;
}
.o_big_con .h2 em {
	font-style: normal;
	border-bottom: 1px solid #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 32px;
}
.o_big_con .videos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.o_big_con.bgs3:hover .h2 {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
}
.o_big_con .videos {
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}
.adicon {
	position: absolute;
	bottom: 25px;
	right: 4%;
	-webkit-transform: translate3d(0, 0, 0) rotate(90deg);
	transform: translate3d(0, 0, 0) rotate(90deg);
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #fff;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	line-height: 1;
	z-index: 20;
}
.adicon a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
}
.l-scrollDown__iconBar {
	width: 110px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	display: block;
	position: relative;
	overflow: hidden;
	margin: auto 0 auto 20px;
}
.l-scrollDown__iconBarInner {
	position: absolute;
	top: 0px;
	right: -240px;
	width: 240px;
	height: 1px;
	-webkit-animation: scroll-bar 2s cubic-bezier(0.63, 0.09, 0.38, 0.81) infinite;
	animation: scroll-bar 2s cubic-bezier(0.63, 0.09, 0.38, 0.81) infinite;
	background-color: #fff;
}
.l-scrollDown--posi {
	color: #111;
}
.l-scrollDown--posi .l-scrollDown__iconBar {
	background: #dce0e3
}
.l-scrollDown--posi .l-scrollDown__iconBarInner {
	background-color: #333;
}
/*分页*/
.yema {
	width: 100%;
	text-align: center;
	clear: both;
	overflow: hidden;
	padding-top: 3%;
	padding-bottom: 5%;
	clear: both;
}
.yema.bgs2 {
	text-align: right;
}
.yema a {
	display: inline-block;
	height: 44px;
	line-height: 43px;
	overflow: hidden;
	min-width: 48px;
	text-align: center;
	color: #333;
	font-size: 16px;
	border: 1px solid #eee;
	background: #f8f8f8;
	padding: 0 15px;
	margin-left: 3px;
}
.yema a:hover {
	text-decoration: none;
	color: #fff;
	background: var(--main-color);
	border: 1px solid var(--main-color);
}
.yema a.on {
	color: #fff;
	background: var(--main-color);
	border: 1px solid var(--main-color);
}
.yema a.first, .yema a.last {
	margin-right: 0;
}
.yema a.first:hover, .yema a.last:hover {
	background-color: var(--main-color);
}
.yema a span {
	font-size: 16px;
}

.nodata {
	clear: both;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	margin-top: 13%;
	margin-bottom: 13%;
	background: url("../img/nodata.png") center top no-repeat;
	background-size: auto 169px;
	padding-top: 180px;
}
.nodata .title {
	color: #555;
	font-size: 18px;
	overflow: hidden;
	margin-top: 2%;
	line-height: 26px;
}
.nodata .desc {
	color: #999;
	font-size: 14px;
	overflow: hidden;
	line-height: 24px;
	margin-top: 5px;
}

.news_ul {
	overflow: hidden;
	margin-top: 3%;
}
.news_ul li {
	display: block;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.news_ul li .imgs {
	width: 414px;
	float: right;
	overflow: hidden;
}
.news_ul li .imgs img {
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	display: block;
}
.news_ul li:hover .imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.news_ul li .nums {
	float: left;
	width: 13.3%;
	overflow: hidden;
	text-align: left;
	margin-top: 10px;
	line-height: 30px;
	color: #777;
	transition: all 0.3s;
}
.news_ul li .nums .day {
	line-height: 36px;
	font-weight: bold;
	color: #222;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
}
.news_ul li .nums.bgs2 {
	display: none;
}
.news_ul li .txts {
	float: left;
	overflow: hidden;
	width: calc(85% - 414px);
	width: -webkit-calc(85% - 414px);
	width: -moz-calc(85% - 414px);
	max-width: 52%;
	margin-top: 10px;
	margin-right: 1.7%;
}
.news_ul li .txts .h3 {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #333;
	font-weight: 600;
	transition: all 0.3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
}
.news_ul li .txts .p {
	height: 84px;
	overflow: hidden;
	color: #888;
	line-height: 28px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 20px;
	transition: all 0.3s;
	max-width: 800px;
}
.news_ul li:hover .txts h3 {
	color: var(--main-color);
}
.news_ul li .txts .o_more {
	position: relative;
	float: left;
	margin-left: 46px;
	margin-top: 50px;
	height: 54px;
	width: 54px;
}
.news_ul li .txts .o_more:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all 0.3s;
	border: 1px dashed #80888f;
	transition: all 0.6s;
}
.news_ul li:hover .txts .o_more:before {
	transform: rotate(180deg);
}
.news_ul li:hover .txts .o_more:after {
	left: -35px;
}
.news_ul li .txts .o_more:after {
	content: "";
	position: absolute;
	left: -45px;
	width: 75px;
	height: 15px;
	top: 50%;
	margin-top: -7px;
	background: url("../img/news_pic1.png") no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
}
.about_x2 {
	max-width: 1200px;
	margin: 72px auto 0;
}
.about_x2 .title {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}
.about_x2 .show_t {
	line-height: 34px;
	font-size: 24px;
	color: #333;
	text-align: left;
	margin-bottom: 1%;
	margin-top: 5px;
	font-weight: normal;
}
.about_x2 .show_t.bgs2 {
	font-size: 32px;
}
.about_x2 .con_line {
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 0.5px;
	color: #666;
}
.about_x2 .con_line span {
	padding-left: 27px;
	margin-right: 4%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 18px;
	display: inline-block;
	vertical-align: top;
}
.about_x2 .con_line span.bgs1 {
	background-image: url("../img/news_pic2.png");
}
.about_x2 .con_line span.bgs2 {
	background-image: url("../img/news_pic3.png");
}
.about_x2 img {
	max-width: 100%;
}
.about_x2 .con_id {
	line-height: 32px;
	overflow: hidden;
	white-space: normal;
	font-size: 16px;
	color: #222;
	text-align: left;
	background: #fff;
	border: 1px solid #dfdfdf;
	padding-top: 50px;
	padding-bottom: 5%;
	margin-top: 15px;
}
.about_x2 .con_id .boxs {
	width: 88%;
	margin: 0 auto;
}
.about_x2 .con_id .h2 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.about_x2 .con_id, .about_x2 .con_id p {
    font-size: 18px;
    line-height: 1.6 !important;
	overflow: hidden;
}
.about_x2 .con_id img {
    max-width: 100%;
    margin: 20px auto;
}
.about_x2 .con_id .case_one {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2%;
	line-height: 38px;
	color: #666;
	margin-top: -1%;
	margin-bottom: 3%;
}
.about_x2 .con_id .case_one ul li {
	display: block;
	overflow: hidden;
}
.about_x2 .con_id .case_one ul li label {
	float: left;
	overflow: hidden;
}
.about_x2 .con_id .case_one ul li .p {
	overflow: hidden;
	color: #333;
	font-weight: bold;
}
.about_x2 table {
	border-collapse: collapse;
	border-spacing: 0;
}
.about_x2 table td {
	height: 26px;
	line-height: 26px;
}
.prenext {
	padding-top: 2%;
	font-size: 16px;
	margin-bottom: 3%;
	border-top: 1px solid #f0f0f0;
	line-height: 34px;
	text-align: left;
}
.prenext span {
	width: 40%;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #555;
}
.prenext span em {
	font-style: normal;
	color: #666;
	text-transform: uppercase;
}
.prenext span.r {
	text-align: right;
}
.prenext a {
	color: #555;
	overflow: hidden;
	transition: all 0.3s;
}
.prenext a:hover {
	color: var(--main-color);
	text-decoration: none;
}
.prenext .goback {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: #555;
	background: url("../img/goback.png") no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
	border-radius: 50%;
	transition: all 0.3s;
	box-shadow: 0 5px 20px 0 rgba(195, 40, 55, 0.3);
	margin: 0 auto;
	clear: both;
}
.prenext .goback:hover {
	color: #000;
	box-shadow: 0 5px 20px 0 rgba(195, 40, 55, 0.5);
}
.news_one {
	margin-bottom: 60px;
}
.news_one .news_one_l {
	float: left;
	width: 71.5%;
}
.news_one .news_one_r {
	float: right;
	width: 25%;
	overflow: hidden;
	padding-top: 60px;
}
.news_one .news_one_r .h4 {
	font-weight: bold;
	color: #333;
	overflow: hidden;
	line-height: 60px;
}
.news_ul2 {
	margin-top: 3%;
	overflow: hidden;
}
.news_ul2 ul li {
	display: block;
	overflow: hidden;
	margin-bottom: 6%;
	padding-bottom: 6%;
	border-bottom: 1px solid #f0f0f0;
}
.news_ul2 ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.news_ul2 ul li .imgs {
	float: left;
	width: 125px;
	overflow: hidden;
	position: relative;
	padding-top: 80px;
	margin-right: 16px;
}
.news_ul2 ul li .imgs img {
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news_ul2 ul li:hover .imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.news_ul2 ul li .h3 {
	font-weight: bold;
	overflow: hidden;
	line-height: 1.1;
	height: 36px;
	color: #333;
	font-size: 16px;
	transition: all 0.3s;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_ul2 ul li .p {
	font-style: normal;
	height: 36px;
	line-height: 18px;
	color: #999;
	font-size: 16px;
	margin-top: 10px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_ul2 ul li:hover .h3 {
	color: var(--main-color);
}
.news_ul2 ul li .txts {
	overflow: hidden;
}

.fenxiang {
	margin-top: 20px;
	--dw: 30px;
	--w: var(--dw);
	--size: 60%;
	--sc: #fff;
	--fill: var(--sc);
}
.fenxiang div.social-share {
	display: inline-block;
	vertical-align: top;
}
.fenxiang .news_fx {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
}
.fenxiang .news_fx ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 6px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	background: #ccc;
	border-radius: 50%;
}
.fenxiang .news_fx ul li.bgs3 {
	position: relative;
}
.fenxiang .news_fx ul li:hover {
	transition: all 0.3s;
}
.fenxiang .news_fx ul li a {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
}
.fenxiang .news_fx ul li a:hover {
	background-color: var(--main-color);
}
.fenxiang .social-share .icon-qq:before {
	content: "";
}
.fenxiang .social-share .icon-qq {
	border: 0;
}
.fenxiang .social-share .icon-wechat:before {
	content: "";
}
.fenxiang .social-share .icon-wechat {
	border: 0;
	--size: 66%;
}
.fenxiang .social-share .icon-weibo:before {
	content: "";
}
.fenxiang .self-svg {
	width: var(--w);
	height: var(--w);
	background: transparent;
}
.fenxiang .self-svg svg {
	transition: all 0.3s;
}
.contact_one {
	position: relative;
	margin: 5% 0 4%;
	overflow: hidden;
	z-index: 0;
}
.contact_l {
	float: left;
	width: 47%;
	max-width: 613px;
	overflow: hidden;
}
.contact_l .h4 {
	font-weight: bold;
	line-height: 1.2;
	color: #222;
}
.contact_l .contact_ul {
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	margin-top: 4%;
	padding-bottom: 10px;
	margin-bottom: 6.5%;
}
.contact_l .contact_ul li {
	display: block;
	float: left;
	width: 50%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top 30px;
	background-size: auto 43px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	padding-left: 60px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 30px;
	padding-bottom: 25px;
}
.contact_l .contact_ul li.bgs1 {
	background-image: url("../img/contact_pic3.png");
}
.contact_l .contact_ul li.bgs2 {
	background-image: url("../img/contact_pic4.png");
}
.contact_l .contact_ul li.bgs3 {
	background-image: url("../img/contact_pic5.png");
	width: 100%;
}
.contact_l .contact_ul li label {
	display: block;
	overflow: hidden;
	color: #999;
	font-size: 15px;
	font-weight: normal;
}
.contact_l .contact_ul li a {
	color: #333;
}
.contact_l .contact_ul li a:hover {
	color: var(--main-color);
}
.contact_r {
	float: right;
	width: 50%;
	overflow: hidden;
}
.contact_r h4 {
	font-weight: 600;
}
.feedback_div {
	overflow: hidden;
	margin-top: 4%;
}
.feedback_div .divs {
	overflow: hidden;
	float: left;
	width: 49%;
	border: 1px solid #e6e6e6;
	background: #fff;
	margin-bottom: 15px;
	position: relative;
}
.feedback_div .divs:nth-child(2n) {
	float: right;
}
.feedback_div .input_shurk {
	width: 100%;
	height: 48px;
	font-size: 16px;
	border: 0;
	overflow: hidden;
	color: #333;
	text-indent: 15px;
	line-height: 48px;
	outline: none;
	background: none;
}
.feedback_div .input_shurk::-webkit-input-placeholder {
	color: #999;
}
.feedback_div .input_shurk:-moz-placeholder {
	color: #999;
}
.feedback_div .input_shurk::-moz-placeholder {
	color: #999;
}
.feedback_div .input_shurk:-ms-input-placeholder {
	color: #999;
}
.feedback_div .textarea {
	padding: 1%;
	width: calc(100% - 0px);
	width: -webkit-calc(100% - 0px);
	width: -moz-calc(100% - 0px);
	padding-left: 15px;
	background: #fff;
	font-size: 16px;
	border: 1px solid #e6e6e6;
	outline: none;
	margin-bottom: 15px;
	padding-top: 12px;
	color: #333;
	height: 100px;
}
.feedback_div .textarea::-webkit-input-placeholder {
	color: #999;
}
.feedback_div .textarea:-moz-placeholder {
	color: #999;
}
.feedback_div .textarea::-moz-placeholder {
	color: #999;
}
.feedback_div .textarea:-ms-input-placeholder {
	color: #999;
}
.feedback_div .bnts {
	opacity: 0;
	filter: Alpha(opacity=0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.feedback_div .bnts2 {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-bottom: 2%;
}
.feedback_con button, .feedback_div button {
	cursor: pointer;
	height: 45px;
	line-height: 43px;
}
.product_class {
	text-align: center;
	overflow: hidden;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
}
.product_class a {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-left: 2%;
	margin-right: 2%;
	position: relative;
	color: #333;
}
.product_class a:after {
	content: "";
	border-bottom: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	width: 0;
	height: 2px;
	background: var(--main-color);
	position: absolute;
}
.product_class a.osel {
	color: var(--main-color);
}
.product_class a.osel:after {
	width: 100%;
	left: 0;
	right: 0;
}
.product_class a:hover {
	color: var(--main-color);
}
#aside {
	width: 20%;
	float: left;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fefefe;
	border: 1px solid #eee;
	margin: 60px 0 60px; 
}
#aside .asideTitle {
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	background: #CE0D17;
	height: 60px;
	padding-top: 3px;
}
#aside .asideTitle:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
#aside .asideTitle .textMidSon {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	font-size: 14px;
	width: 100%;
}
#aside .asideTitle .textMidSon {
    font-family: 'Montserrat';
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	position: relative;
	display: inline-block;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#aside .asideTitle .textMidSon:before {
	left: 0;
	bottom: 0;
}
#aside .asideList > li {
	position: relative;
    border-top: 1px solid #eee;
}
#aside .asideList > li.hasUl:after {
	content: "\e624";
    color: #aaa;
	font-family: 'icomoon', Arial, Helvetica, 'Microsoft YaHei', Sans-serif;
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 20px;
	transition: 0s;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
}
#aside .asideList > li:last-child {
	margin-bottom: 0;
}
#aside .asideList > li > a {
	display: block;
	color: #333;
    font-size: 1.6rem;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	padding: 22px 20px 20px;
}
#aside .asideList > li > a.cur {
	color: #fff;
	background: rgba(0,0,0, 0.8);
}
#aside .asideList > li.submenu > a {
    background: url(../img/icon_arr_r.png) no-repeat 95%;
}
#aside .asideList > li:hover > a {
    color: #fff;
    background: rgba(0,0,0, 0.8);
}
#aside .asideList > li.submenu:hover > a {
	color: #fff;
    background: rgba(0,0,0, 0.8) url(../img/icon_arr_r.png) no-repeat 95%;
}
#aside .asideList > li > ul {
	display: none;
	width: 80.8%;
	position: absolute;
	top: 0;
	left: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 99;
}
#aside .asideList > li > ul > li {
	font-size: 14px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
#aside .asideList > li > ul > li:last-child {
	border: 0;
}
#aside .asideList > li > ul > li > a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 23px 20px 20px;
    position: relative;
}
#aside .asideList > li > ul > li:hover > a, 
#aside .asideList > li > ul > li.active > a {
	background: rgba(206, 13, 22, .8);
}
#aside .asideList > li:hover > ul {
	display: block;
}
@media screen and (max-width: 875px) {
	.content {
		position: relative;
		padding-top: 20px;
		margin-top: 0;
		padding-bottom: 30px;
	}
	#aside {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border-bottom: 1px solid #ddd;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		z-index: 1000;
	}
	#aside .asideTitle {
		background: #c00;
		color: white;
		padding: 13px 60px 13px 10px;
		line-height: 1;
		cursor: pointer;
		margin-bottom: 1px;
		font-size: 20px;
		height: auto;
		margin-top: 0;
	}
	#aside .asideTitle:before {
		display: none;
	}
	#aside .asideTitle:after {
		display: block;
		content: "Open \e636";
		font-family: icomoon;
		width: 60px;
		height: 30px;
		line-height: 30px;
		position: absolute;
		left: 100%;
		top: 50%;
		margin-top: -15px;
		margin-left: -65px;
		z-index: 99;
		font-size: 14px;
		background: none;
	}
	#aside .asideList {
		display: none;
		padding: 0;
		margin-top: 0;
	}
	#aside .asideList > li {
		margin-bottom: 1px;
	}
	#aside .asideList > li > a {
		color: #333;
		font-weight: normal;
		padding-right: 10px;
		padding-left: 10px;
		height: 35px;
		line-height: 35px;
		background: #f7f7f7;
		border: 0;
	}
	#aside .asideList > li:hover > a, 
	#aside .asideList > li.active > a {
		background: #B2860A;
	}
	#aside .asideList > li.active > ul {
		display: none;
	}
	#aside .asideList > li > ul {
		display: none;
	}
	#aside .asideTitle .textMidSon {
		color: #fff;
	}
	#aside .listside:after {
		content: "Close \e656";
	}
	#aside .asideList:before {
		display: none;
	}
	#aside .asideList > li > a:before {
		display: none;
	}
	ul.mtree a {
		font-weight: normal !important;
	}
	ul.mtree li.mtree-node > a:after {
		float: right;
		font-size: 17px;
		margin-right: 5%;
	}
	#aside .asideList li > ul > li > a {
		padding: 5px 10px 5px 14%;
	}
	#aside .asideList > li:hover > a, 
	#aside .asideList > li.active > a {
		color: #222 !important;
		background: #eee;
	}
}
.product_bg {
	background: #f3f3f3;
	overflow: hidden;
}
.product_bg .cont_con {
    float: right;
    width: 78%;
    margin: 20px 0 20px 2%;
}
.product_ul {
	margin-top: 3.85%;
}
.product_ul .divhidden {
	opacity: 0;
	filter: Alpha(opacity=0);
	transition: all 0.6s;
	display: none;
}
.product_ul .divhidden.on {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	display: block;
}
.product_ul li {
	float: left;
	width: 31.6667%;
	margin-right: 2.5%;
	margin-bottom: 2.75%;
	position: relative;
    background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.product_ul li:nth-child(3n) {
	margin-right: 0;
}
.product_ul li:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.product_ul li .imgs {
	position: relative;
	padding-top: 80%;
}
.product_ul li .imgs img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.product_ul li .des {
    padding: 10px 30px 30px;
}
.product_ul li .des .h3 {
    font-family: 'Montserrat';
	font-weight: 700;
	overflow: hidden;
	line-height: 36px;
	height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	transition: all 0.3s;
	margin: 15px 0 5px;
}
.product_ul li .des .h3 a {
    color: #333;
}
.product_ul li .des .h3 a:hover {
    color: var(--main-color);
}
.product_ul li .des p {
    display: block;
    width: 100%;
	font-size: 14px;
	color: #666;
	background: url('../img/pro_line.png') repeat-x;
	letter-spacing: 0.5px;
	line-height: 3.8rem;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.product_ul li:hover .h3 {
	color: var(--main-color);
}
.productDetails {
	overflow: hidden;
	padding: 4% 0;
}
.productDetails .information:after {
	content: "";
	height: 0;
	display: block;
	clear: both
}
.productDetails .product_one_l {
	float: left;
	width: 702px;
	position: relative;
	background: #fff;
	margin-right: 20px;
}
.productDetails .product_one_l .boxs {
	max-width: 640px;
	margin: 0 auto;
	width: 94%;
	margin-top: 42px;
}
.productDetails .product_one_l .pro_big2 {
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
}
.productDetails .product_one_l .big_img {
	width: 100%;
}
.productDetails .information {
	background: #f9f9f9;
	overflow: hidden;
	margin-bottom: 5%;
	border-radius: 20px;
}
.productDetails .information .boxs2 {
	margin-top: 4%;
	margin-bottom: 6%;
}
.productDetails .information .conten {
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
.productDetails .information .conten .boxs {
	max-width: 710px;
	width: 94%;
	margin-right: 3%;
	overflow: hidden;
	float: right;
}
.productDetails .information .conten .cons {
	overflow: hidden;
	max-width: 580px;
	margin: 0 auto;
}
.productDetails .information .h2 {
    font-family: 'Montserrat';
	font-size: 42px;
	font-weight: bold;
	line-height: 50px;
	color: #222;
	margin-top: 6px;
	margin-right: 4%;
}
.productDetails .information .txt {
	overflow: hidden;
	color: #222;
	font-size: 18px;
	line-height: 30px;
	margin-top: 4%;
	margin-right: 4%;
}
.productDetails .information .txt p {
	overflow: hidden;
	padding-bottom: 3%;
}
.productDetails .information .txt .des {
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	margin-top: 4%;
	padding-top: 4%;
	overflow: hidden;
}
.productDetails .information .txt .des p {
	display: block;
	overflow: hidden;
	position: relative;
	color: #777;
	border-bottom: 1px dashed #ddd;
	padding: 3% 0 2.8% 30px;
}
.productDetails .information .txt .des p:last-child {
	border-bottom: none;
}
.productDetails .information .txt .des p:before {
	content: "";
	position: absolute;
	top: 27px;
	left: 4px;
	background: #666;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}
.productDetails .information .rbtn {
    width: 220px;
	margin-top: 13%;
}
.productDetails .product_one_l .video-play {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/i_pic2.png") center center rgba(0, 0, 0, 0.3) no-repeat;
	background-size: 74px 52px;
	transition: all 0.3s;
	cursor: pointer;
	z-index: 6;
	display: none;
}
.productDetails .product_one_l .video-play:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.productDetails .product_one_l.not .video-play {
	display: block;
}
.productDetails .product_one_l .class_small {
	overflow: hidden;
	border-radius: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 44px;
}
.productDetails .product_one_l .content_timglt {
	overflow: hidden;
	text-align: center;
	position: relative;
}
.productDetails .product_one_l .content_timglt#bid {
	padding-top: 66.6667%;
}
.productDetails .product_one_l .content_timglt#bid img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.productDetails .product_one_l .content_timglt#sid {
	position: absolute;
	top: 0;
	left: 0;
}
.productDetails .product_one_l .content_timglt img {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.productDetails .product_one_l .content_timglt .content_timglt {
	width: 100%;
	width: 100%;
	width: 100%;
}
.productDetails .product_one_l #drag_img {
	width: 160px;
	height: 120px;
	background: url("../img/zoom_bg.gif") repeat;
	float: left;
	display: none;
}
.productDetails .product_one_l.not #drag_img {
	display: none !important;
}
.productDetails .information .conten .content_timgr {
	width: 660px;
	height: 440px;
	float: left;
	overflow: hidden;
	display: inline;
	border: 1px solid #eee;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	z-index: 9;
}
.productDetails .information .conten .content_timgr img {
	max-width: none;
	width: 1200px;
	height: 800px;
}
.productDetails .information .conten .content_timgr.not {
	opacity: 0;
	filter: Alpha(opacity=0);
}
.productDetails .product_two {
	overflow: hidden;
	background: #fff;
	padding-bottom: 6%;
	margin-bottom: 5%;
	border-radius: 20px;
}
.productDetails .product_two .boxs {
	width: 94%;
	margin: 0 auto;
	max-width: 1260px;
}
.productDetails .product_two .cons {
	font-size: 1.8rem;
	line-height: 1.7;
	overflow: hidden;
	color: #333;
	padding-top: 3%;
}
.productDetails .product_two .cons img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
.productDetails .product_two .cons table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.5rem;
    min-width: 1200px;
}
.productDetails .product_two .cons th {
    background: #1a2a4a;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 10px 7px;
    text-align: center;
    border: 1px solid #1a2a4a;
    white-space: nowrap;
}
.productDetails .product_two .cons td {
    padding: 7px 6px;
    border: 1px solid #dce3ed;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}
.productDetails .product_two .cons tr:nth-child(even) td {
    background: #f8faff;
}
.productDetails .product_two .cons tr:nth-child(even) td:first-child {
    background: #eaf0f8;
}
.productDetails .product_title {
	line-height: 90px;
	height: 90px;
	overflow: hidden;
	position: relative;
	margin-top: 2.5%;
}
.productDetails .product_title:after {
	content: "";
	position: absolute;
	left: 0%;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ededed;
	z-index: 9;
}
.productDetails .product_title .a {
	float: left;
	overflow: hidden;
	color: #333;
	font-weight: bold;
	position: relative;
}
.productDetails .product_title .a:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	background: var(--main-color);
	z-index: 10;
}
.productDetails .product_title .a.on:after {
	width: 100%;
	left: 0;
	right: 0;
}
.i_jsq_scroll {
	overflow: hidden;
	overflow-y: auto;
	max-height: 100%;
	position: relative;
}
.i_jsq_scroll::-webkit-scrollbar {
	-webkit-appearance: none;
}
.i_jsq_scroll::-webkit-scrollbar:vertical {
	width: 2px;
}
.i_jsq_scroll::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 0;
	background-color: var(--main-color);
}
.about_l {
	float: left;
	width: 286px;
	overflow: hidden;
	margin-bottom: 5%;
	margin-top: -98px;
}
.about_l .category_t {
	color: #fff;
	overflow: hidden;
	height: 98px;
	line-height: 98px;
	background: var(--main-color);
	text-indent: 36px;
}
.about_l .i_left_ul2 li h2 {
	font-weight: normal;
	overflow: hidden;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
	-webkit-tap-highlight-color: transparent;
	background: url("../img/solution_pic1.png") #f3f3f3 left center no-repeat;
	background-size: 8px 12px;
	background-position: right 55px center;
	padding-left: 36px;
}
.about_l .i_left_ul2 li h2 a {
	color: #333;
	text-decoration: none;
	display: block;
	transition: all 0.3s;
}
.about_l .i_left_ul2 li h2 a:hover {
	color: var(--main-color);
	margin-left: 3px;
}
.about_l .i_left_ul2 li h2:hover {
	background-image: url("../img/solution_pic1_on.png");
}
.about_l .i_left_ul2 li h2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 0px;
	background: var(--main-color);
	transition: all 0.3s;
}
.about_l .i_left_ul2 li:hover h2:after {
	height: 30px;
	margin-top: -15px;
}
.about_l .i_left_ul2 li.left_sel h2 {
	color: var(--main-color);
	background-image: url("../img/solution_pic1_on.png");
}
.about_l .i_left_ul2 li.left_sel h2 a {
	color: var(--main-color);
}
.about_l .i_left_ul2 li.left_sel h2:after {
	margin-top: -15px;
	height: 30px;
}
.about_l .i_left_ul2 li {
	display: block;
	position: relative;
	margin-bottom: 5px;
}
.about_r {
	float: right;
	overflow: hidden;
	padding-top: 53px;
	padding-bottom: 10px;
	width: calc(97.65% - 286px);
	width: -webkit-calc(97.65% - 286px);
	width: -moz-calc(97.65% - 286px);
}
.solution_ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 5%;
	position: relative;
}
.solution_ul li:nth-child(2n) {
	margin-right: 0;
}
.solution_ul li:hover .imgs {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.solution_ul li .imgs {
	overflow: hidden;
	position: relative;
	padding-top: 61.3%;
}
.solution_ul li .imgs img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.solution_ul li:hover .imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.solution_ul li .h3 {
	font-weight: bold;
	overflow: hidden;
	line-height: 40px;
	height: 40px;
	margin-top: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	transition: all 0.3s;
}
.solution_ul li:hover .h3 {
	color: var(--main-color);
}
.solution_ul li .p {
	overflow: hidden;
	line-height: 32px;
	height: 64px;
	color: #777;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 14px;
}
.solution_ul li .rbtn {
	margin-top: 27px;
}
.solution_one {
	margin-top: 6%;
	margin-bottom: 6%;
	line-height: 1.8;
	color: #777;
}
.solution_one .h4 {
	font-weight: bold;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 33px 33px;
	padding-left: 54px;
	color: #333;
}
.solution_one .h4.bgs1 {
	background-image: url("../img/solution_pic2.png");
}
.solution_one .h4.bgs2 {
	background-image: url("../img/solution_pic3.png");
	margin-bottom: 2%;
}
.solution_one p {
	overflow: hidden;
	padding-bottom: 2%;
}
.solution_one .ul {
	margin-top: 2%;
}
.solution_one .ul li {
	float: left;
	width: 49%;
	overflow: hidden;
	margin-bottom: 2%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	padding-top: 30.9999%;
	max-width: 678px;
}
.solution_one .ul li:nth-child(2n) {
	float: right;
}
.solution_one .ul li img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.solution_one .ul li:hover img {
	-webkit-transform: scale(1.01, 1.01);
	-moz-transform: scale(1.01, 1.01);
	-o-transform: scale(1.01, 1.01);
	-ms-transform: scale(1.01, 1.01);
	transform: scale(1.01, 1.01);
}
.solution_two {
	clear: both;
	overflow: hidden;
	margin-bottom: 7%;
	line-height: 1.4;
	color: #777;
}
.solution_two .solution_two_l {
	float: left;
	width: 50%;
	overflow: hidden;
}
.solution_two .solution_two_l .color {
	color: var(--main-color);
}
.solution_two .imgs {
	overflow: hidden;
	float: right;
	width: 48%;
	max-width: 620px;
}
.solution_two .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.solution_two .imgs:hover img {
	-webkit-transform: scale(1.01, 1.01);
	-moz-transform: scale(1.01, 1.01);
	-o-transform: scale(1.01, 1.01);
	-ms-transform: scale(1.01, 1.01);
	transform: scale(1.01, 1.01);
}
.solution_two b, .solution_two strong {
	color: #333;
	display: block;
	padding-top: 2%;
	padding-bottom: 2%;
}
.goback2 {
	clear: both;
	margin: 0 auto;
	display: block;
	vertical-align: top;
	height: 116px;
	line-height: 116px;
	width: 116px;
	color: #555;
	margin-top: 5%;
	margin-bottom: 6%;
	background: url("../img/goback.png") no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
	font-size: 16px;
	border-radius: 50%;
	transition: all 0.3s;
	box-shadow: -10px 5px 20px 0 rgba(195, 40, 55, 0.3);
}
.goback2:hover {
	color: #000;
	box-shadow: -10px 5px 20px 0 rgba(195, 40, 55, 0.5);
}
.partner_bg {
	overflow: hidden;
	background: url("../img/partner_bg1.jpg") center center no-repeat;
	background-size: cover;
}
.partner_ul {
	margin-top: 3.5%;
	margin-bottom: 6%;
}
.partner_ul li {
	float: left;
	width: 18.857%;
	margin-right: 1.42875%;
	margin-bottom: 1.42875%;
	position: relative;
	padding-top: 8.36%;
	overflow: hidden;
}
.partner_ul li:nth-child(5n) {
	margin-right: 0;
}
.partner_ul li:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.partner_ul li img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.partner_ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.aboutzr-item {
	width: 100%;
	margin-top: 148px;
	margin-bottom: 8%;
}
.aboutzr-item li {
	float: left;
	width: 12.8%;
	height: 512px;
	padding-top: 206px;
	text-align: center;
	margin-right: 1.5%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .8s ease;
	position: relative;
	z-index: 0;
}
.aboutzr-item li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.43);
	z-index: -1;
}
.aboutzr-item li:last-child {
	margin-right: 0;
	transform: translateY(-15px);
}
.aboutzr-item li:first-child {
	transform: translateY(-40px);
}
.aboutzr-item li:nth-child(3) {
	transform: translateY(-72px);
}
.aboutzr-item li h2 {
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
}
.aboutzr-item li p {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	opacity: 0;
	transition: all .6s ease;
	transform: translateY(30px);
	transition: all 0s ease 0s;
}
.aboutzr-item li.active {
	width: 57.1%;
	padding: 132px 258px 0 48px;
	text-align: left;
}
.aboutzr-item li.active p {
	opacity: 1;
	transform: translateY(0);
	transition: all .4s ease .7s;
}
.about_one {
    color: #333;
	line-height: 1.7;
	margin: 6% 0;
	overflow: hidden;
	transition: all .4s ease .7s;
}
.about_one a {
    color: #353535;
}
.about_one a:hover {
    color: var(--main-color);
}
.about_one img {
	display: block;
	margin: 15px auto;
}
.about_one p {
	overflow: hidden;
	padding-bottom: 1%;
}
.about_one ul li p {
	padding-bottom: 0;
}
.about_one .counter {
	border-top: 1px solid #ddd;
	padding-top: 40px;
	margin: 4% auto 0;
}
.about_one .counter ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 24%;
	text-align: center;
	transition: all 0.3s;
}
.about_one .counter ul li .txts2 {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.about_one .counter ul li .nums {
	line-height: 1;
	color: var(--main-color);
}
.about_one .counter span {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Arial;
}
.about_one .counter label {
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	font-weight: 500;
}
.about_one .counter .h6 {
	font-weight: normal;
	overflow: hidden;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #333;
}
.about_one .counter ul li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.about_one p.fs24color {
    position: relative;
    font-family: 'Montserrat';
    font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding-top: 5px;
}
.about_one p.fs24color:before {
    content: "";
    width: 50px;
    height: 5px;
    background: rgb(222,43,50,0.8);
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
}
.history_bg {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.history_bg .i_title {
	margin-top: 10%;
}
.history_bg .i_title .h3 {
	color: #fff;
	text-align: left;
}
.history_two {
	text-align: left;
	overflow: hidden;
	padding-bottom: 5%;
	margin-top: 3.5%;
}
.history_two .history_two_con {
	display: none;
}
.history_two .txts {
	overflow: hidden;
}
.history_two .txts .year {
	color: var(--main-color);
	font-weight: bold;
	font-size: 100px;
	overflow: hidden;
	font-family: OpenSans bold;
	line-height: 1.2;
}
.history_two .txts .p {
	color: #fff;
	overflow: hidden;
	line-height: 1.6;
	margin-top: 3%;
	min-height: 270px;
}
.about_history {
	overflow: hidden;
	position: relative;
	margin-top: 3.5%;
}
.about_history:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0px;
	border-bottom: 1px dashed rgba(175, 178, 187, 1.0);
	top: 8px;
	left: 0px;
}
.about_two {
	overflow: hidden;
	margin-top: 5%;
	margin-bottom: 9%;
}
.about_two .color {
	color: var(--main-color);
}
.about_two .i_title {
	text-align: left;
}
.about_two .desc {
	line-height: 1.8;
	overflow: hidden;
	margin-top: 2.5%;
}
.about_two .ul {
	overflow: hidden;
	margin-top: 3%;
}
.about_two .ul li {
	float: left;
	width: 37.286%;
	overflow: hidden;
	position: relative;
	padding-top: 39%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.6s;
}
.about_two .ul li img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.about_two .ul li .bgs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.about_two .ul li.active {
	width: 62.714%;
}
.about_two .ul li .h4 {
	overflow: hidden;
	padding-left: 70px;
	padding-right: 2%;
	position: absolute;
	bottom: 6%;
	color: #fff;
	left: 0;
	width: 100%;
	line-height: 1.6;
	font-weight: normal;
	transition: all 0.6s;
}
.about_two .ul li.active .h4 {
	padding-left: 40px;
}
.about_three_bg {
	overflow: hidden;
	background: #f3f3f3;
}
.about_three {
	margin-top: 6%;
	margin-bottom: 6%;
	position: relative;
	min-height: 566px;
	overflow: hidden;
}
.about_three .about_three_l {
	position: absolute;
	width: 50%;
	max-width: 913px;
	overflow: hidden;
	right: 0;
	top: 0;
}
.about_three .about_three_l .img {
	width: 100%;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.about_three .about_three_l:hover .img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.about_three .about_three_l .imgs {
	overflow: hidden;
}
.about_three .about_three_r {
	float: left;
	width: 48%;
	overflow: hidden;
	max-width: 670px;
}
.about_three .about_three_r .i_title {
	text-align: left;
	margin-top: 1%;
}
.about_three .about_three_r .i_title .h3 {
	font-weight: normal;
}
.about_three .about_three_r .ul {
	overflow: hidden;
	margin-top: 37px;
	border-bottom: 1px solid #e6e6e6;
}
.about_three .about_three_r .ul li {
	overflow: hidden;
	position: relative;
	padding-bottom: 70px;
	padding-top: 24px;
}
.about_three .about_three_r .ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #e6e6e6;
	height: 1px;
}
.about_three .about_three_r .ul li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	background: var(--main-color);
	height: 2px;
	transition: all 0.3s;
}
.about_three .about_three_r .ul li:hover:after {
	width: 100%;
}
.about_three .about_three_r .ul li .bgs {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	height: 74px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right bottom;
	transition: all 0.3s;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.about_three .about_three_r .ul li .h4 {
	float: left;
	width: 162px;
	overflow: hidden;
	padding-right: 6px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}
.about_three .about_three_r .ul li .desc {
	overflow: hidden;
	line-height: 28px;
	height: 56px;
	color: #777;
	font-size: 18px;
	text-align: right;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.about_three .about_three_r .ul li:hover .bgs {
	opacity: 1.0;
	filter: Alpha(opacity=100);
}
.video {
    width: 1280px;
    height: 720px;
    overflow: hidden;
    position: relative;
    margin: 10px auto 0;
}
.honor_bg {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.honor_bg .wrap2 {
	padding-top: 1%;
}
.info_list {
	overflow: hidden;
	margin-top: 4%;
}
.info_list ul li {
	display: block;
	overflow: hidden;
	background: #f3f3f3;
	margin-bottom: 4%;
	position: relative;
}
.info_list ul li .imgs {
	float: left;
	width: 50%;
	overflow: hidden;
}
.info_list ul li:nth-child(2n) .imgs {
	float: right;
}
.info_list ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.info_list ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.info_list ul li .text {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	display: flex;
	align-items: center;
	justify-content: left;
}
.info_list ul li:nth-child(2n) .text {
	right: auto;
	left: 0;
}
.info_list ul li .text .boxs {
	padding-left: 6%;
	padding-right: 6%;
	width: 100%;
}
.info_list ul li .text .tit {
	overflow: hidden;
	color: #333;
	line-height: 1.3;
	font-weight: bold;
}
.info_list ul li .text .txt {
	color: #777;
	overflow: hidden;
	line-height: 1.7;
	margin-top: 3%;
}
.info_list ul li .text .txt p {
	overflow: hidden;
	padding-bottom: 1.5%;
}
.info_list ul li .text .txt p:last-child {
	padding-bottom: 0;
}
.info_list ul li .i_jsq_scroll {
	background: none;
}
.make_ul {
	margin-top: 4%;
	margin-bottom: 5%;
}
.make_ul li {
	float: left;
	width: 23.5%;
	overflow: hidden;
	margin-bottom: 2%;
	margin-right: 2%;
	position: relative;
	padding-top: 30.57%;
	transition: all 0.3s;
}
.make_ul li:nth-child(4n) {
	margin-right: 0;
}
.make_ul li:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.make_ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--main-color);
	z-index: 1;
}
.make_ul li img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.make_ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.next-menu {
	--lh: 72px;
	margin-top: -72px;
	position: relative;
	font-size: 20px;
	line-height: var(--lh);
	letter-spacing: 0.5px;
	color: #999;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.next-menu .swiper-wrapper {
	/** align-items: center;
	justify-content: center; */
	transition-duration: none !important;
	transform: none !important;
}
.next-menu .swiper {
	vertical-align: top;
}
.next-menu .swiper .swiper-slide {
	width: auto;
}
.next-menu .swiper .swiper-slide .link {
	display: inline-block;
	position: relative;
	background: transparent;
	transition: background 0.3s;
	text-align: center;
	transition: all 0.3s;
	color: #fff;
	z-index: 0;
	padding: 0 30px;
	min-width: 180px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.next-menu .swiper .swiper-slide .link::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 1px;
	width: 0%;
	height: 100%;
	background: var(--main-color);
	transition: all 0.3s;
	z-index: -1;
}
.next-menu .swiper .swiper-slide:last-child .link {
	border-right: 0;
}
.next-menu .swiper .swiper-slide .link.on {
	color: #fff;
}
.next-menu .swiper .swiper-slide .link.on::after {
	left: 0%;
	width: 100%;
}
@media screen and (max-width: 1700px) {
	.about_three {
		min-height: inherit;
	}
	.about_three .about_three_r .ul li .bgs {
		height: 64px;
	}
	.about_three .about_three_r .ul li {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 1600px) {
	.news_one .news_one_l {
		margin-top: -185px;
	}
	.about_x2 .con_id {
		margin-top: 35px;
		padding-top: 70px;
	}
	.about_three .about_three_r .ul li .bgs {
		height: 54px;
	}
	.about_three .about_three_r .ul li {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 1500px) {
	.postions {
		height: 56px;
		line-height: 56px;
		font-size: 14px;
		margin-top: -56px;
	}
	.postions.bgs5 .postions_b a {
		min-width: 246px;
	}
	.news_one .news_one_l {
		margin-top: -160px;
	}
	.about_x2 .con_id {
		margin-top: 30px;
		padding-top: 50px;
	}
	.product_class {
		height: 56px;
		line-height: 56px;
	}
	.product_class a {
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	.productDetails .product_one_l {
		width: 600px;
		padding-right: 0px;
	}
	.productDetails .information .conten .content_timgr {
		width: 600px;
		height: 452px;
	}
	.productDetails .information .conten .content_timgr img {
		width: 1000px;
		height: 753px;
	}
	.productDetails .information .txt {
		line-height: 30px;
		font-size: 16px;
	}
	.productDetails .information .conten .cons {
		height: 650px;
	}
	.productDetails .information .h2 {
		font-size: 36px;
	}
	.solution_ul li .h3 {
		margin-top: 30px;
	}
	.about_three .about_three_r .ul li .bgs {
		height: 44px;
	}
	.about_three .about_three_r .ul li {
		padding-bottom: 40px;
		padding-top: 20px;
	}
	.next-menu {
		--lh: 56px;
		margin-top: -56px;
		font-size: 15px;
	}
}
@media screen and (max-width: 1360px) {
	.postions.bgs5 .postions_b a {
		min-width: 226px;
	}
	.contact_l {
		width: 50%;
	}
	.contact_r {
		width: 48%;
	}
	.productDetails .product_title {
		height: 80px;
		line-height: 80px;
	}
	.about_three .about_three_r .ul li .desc {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
	}
	.about_three .about_three_r .ul {
		margin-top: 27px;
	}
}
@media screen and (max-width: 1200px) {
	.postions h2 {
		font-size: 18px;
	}
	.postions h2 span {
		font-size: 14px;
	}
	.postions .postions_b a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.adicon {
		display: none;
	}
	.postions.bgs5 .postions_b a {
		min-width: 206px;
	}
	.o_big_con.bgs2 .h2 {
		padding-bottom: 90px;
	}
	.news_ul li {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.news_ul li .imgs {
		width: 400px;
	}
	.news_ul li .txts {
		width: calc(85% - 400px);
		width: -webkit-calc(85% - 400px);
		width: -moz-calc(85% - 400px);
	}
	.news_ul li .txts .o_more {
		margin-top: 40px;
	}
	.about_x2 .con_id {
		font-size: 15px;
		line-height: 30px;
	}
	.news_one .news_one_r .h4 {
		height: 60px;
		line-height: 60px;
	}
	.about_x2 .con_line {
		font-size: 14px;
	}
	.contact_r .contact_ul {
		margin-bottom: 5%;
	}
	.contact_r .contact_ul li {
		float: none;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 20px;
		background-position: left top 20px;
	}
	.productDetails .product_one_l {
		width: 500px;
	}
	.productDetails .product_one_l .boxs {
		margin-top: 30px;
	}
	.productDetails .information .conten {
		margin-top: 30px;
	}
	.productDetails .information .conten .content_timgr {
		width: 500px;
		height: 377px;
	}
	.productDetails .information .conten .content_timgr img {
		width: 800px;
		height: 603px;
	}
	.productDetails .information .txt {
		font-size: 14px;
		line-height: 26px;
	}
	.productDetails .information .txt p {
		padding-bottom: 2%;
	}
	.productDetails .information .conten .cons {
		height: 590px;
	}
	.productDetails .information .h2 {
		font-size: 30px;
		line-height: 42px;
		margin-top: 5px;
	}
	.productDetails .information .ul li:before {
		top: 8px;
	}
	.productDetails .product_two .cons {
		font-size: 15px;
	}
	.solution_ul li .h3 {
		margin-top: 20px;
	}
	.solution_ul li .p {
		line-height: 28px;
		height: 56px;
		margin-top: 6px;
	}
	.solution_ul li .rbtn {
		margin-top: 20px;
	}
	.aboutzr-item li h2 {
		font-size: 18px;
	}
	.aboutzr-item li.active {
		padding: 132px 140px 0 48px;
	}
	.history_two .txts .year {
		font-size: 90px;
	}
	.history_two .txts .p {
		margin-top: 2.5%;
	}
	.about_two .ul li .h4 {
		padding-left: 40px;
	}
	.about_two .ul li.active .h4 {
		padding-left: 20px;
	}
	.about_three {
		margin-bottom: 5%;
	}
	.about_three .about_three_r .ul {
		margin-top: 20px;
	}
	.next-menu .swiper .swiper-slide .link {
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media screen and (max-width: 1100px) {
	.postions {
		height: 50px;
		line-height: 50px;
		margin-top: -50px;
	}
	.postions .postions_b a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 15px;
	}
	.postions.bgs5 .postions_b a {
		min-width: 186px;
	}
	.o_big_con .h2 span {
		font-size: 14px;
	}
	.yema a {
		height: 36px;
		line-height: 34px;
		min-width: 40px;
	}
	.productDetails .product_one_l .pro_big2 {
		margin-bottom: 11px;
	}
	.productDetails .information .conten .content_timgr {
		display: none !important;
	}
	.productDetails .product_one_l #drag_img {
		display: none !important;
	}
	.productDetails .information .conten .boxs {
		max-width: none;
	}
	.productDetails .information .txt {
		font-size: 13px;
		line-height: 26px;
	}
	.productDetails .information .conten .cons {
		height: 580px;
	}
	.productDetails .information .h2 {
		font-size: 26px;
		line-height: 40px;
	}
	.history_two .txts .year {
		font-size: 80px;
	}
	.next-menu {
		--lh: 50px;
		margin-top: -50px;
		font-size: 14px;
	}
	.next-menu .swiper .swiper-slide .link {
		padding-left: 8px;
		padding-right: 8px;
		min-width: 162px;
	}
}
@media screen and (max-width: 992px) {
	.postions {
		position: static;
		margin-top: 0;
		background: #fff;
		border-bottom: 1px solid #e2e2e2;
	}
	.postions .postions_r {
		display: inline;
	}
	.postions .postions_r img {
		height: 12px;
	}
	.postions .rclass {
		display: block;
	}
	.postions .postions_b {
		display: none;
	}
	.postions .postions_b a {
		float: none;
		font-size: 15px;
		display: block;
		padding-right: 0;
		padding-left: 3%;
		text-align: left;
		background: #efefef;
		border-bottom: 1px solid #fff;
		width: auto;
		color: #2b2b2b;
	}
	.postions .postions_b a:hover {
		background: #0000cd;
		color: #fff;
	}
	.postions .postions_b a.isel {
		color: #fff;
		background: var(--main-color);
	}
	.postions .postions_b a:after {
		height: 0;
	}
	.postions.bgs2 {
		margin-top: 0px;
		background: #fff;
		position: inherit;
	}
	.postions.bgs2 .postions_b a {
		color: #333;
	}
	.postions.bgs2 .postions_b a.isel {
		color: #fff;
	}
	.postions.bgs2 .postions_b a:hover {
		color: #fff;
	}
	.postions.bgs4 {
		display: block;
	}
	.about_tc {
		z-index: 19891025;
		width: 0%;
		right: 0%;
		position: absolute;
		overflow: hidden;
		top: 0;
		height: 100%;
		transition: all 0.3s;
	}
	.postions_b.lws .about_tc {
		width: 80%;
	}
	.postions_b.lws {
		display: block;
	}
	.about_l.lws .about_tc {
		width: 100%;
	}
	.about_tc .about_divs {
		position: absolute;
		right: 0;
		width: 85%;
		background-color: #fff;
		top: 0;
		overflow: hidden;
		height: 100%;
	}
	.about_tc .closed2 {
		right: 84.5%;
		position: absolute;
		top: 150px;
		cursor: pointer;
		width: 25px;
		display: block;
	}
	.about_tc .closed2:hover {
		filter: Alpha(Opacity=80);
		opacity: 0.8;
		transition: all 0.3s;
	}
	.news_ul {
		margin-top: 5%;
	}
	.news_ul li {
		float: left;
		width: 49%;
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 3%;
		padding-top: 0;
	}
	.news_ul li:nth-child(2n) {
		float: right;
	}
	.news_ul li .imgs {
		position: relative;
		padding-top: 64%;
	}
	.news_ul li .imgs img {
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
	}
	.news_ul li .nums {
		display: none;
	}
	.news_ul li .nums.bgs2 {
		display: block;
		width: 100%;
	}
	.news_ul li .imgs {
		float: none;
		width: 100%;
	}
	.news_ul li .txts {
		width: calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		max-width: 100%;
		margin-right: 0;
	}
	.news_ul li .txts .o_more {
		display: none;
	}
	.news_ul li .txts .p {
		margin-top: 2%;
	}
	.news_ul li .txts .h3 {
		height: 30px;
		line-height: 30px;
		margin-top: 3%;
	}
	.about_x2 .show_t {
		font-size: 22px;
		line-height: 32px;
	}
	.about_x2 .show_t.bgs2 {
		font-size: 26px;
	}
	.news_one .news_one_l {
		margin-top: -120px;
	}
	.about_x2 .con_id {
		line-height: 26px;
		font-size: 15px;
		margin-top: 15px;
		padding-top: 20px;
	}
	.about_x2 .con_id .case_one {
		line-height: 32px;
	}
	.prenext {
		font-size: 15px;
		line-height: 24px;
	}
	.prenext span {
		height: 24px;
	}
	.prenext .goback {
		line-height: 80px;
		height: 80px;
		width: 80px;
		margin-bottom: -50px;
		font-size: 15px;
	}
	.fenxiang {
		margin-top: 10px;
		--dw: 26px;
	}
	.fenxiang .news_fx ul li {
		width: 26px;
		height: 26px;
	}
	.fenxiang .news_fx ul li a {
		width: 26px;
		height: 26px;
	}
	.contact_l {
		width: 100%;
		position: static;
		margin-top: 6%;
	}
	.contact_l iframe {
		height: 300px;
	}
	.contact_r {
		float: none;
		width: 100%;
		max-width: none;
	}
	.contact_r .contact_ul {
		margin-top: 2%;
	}
	.product_class {
		font-size: 15px;
		height: 50px;
		line-height: 50px;
	}
	.product_ul li {
		width: 100%;
		margin: 0 0 4%;
	}
	.productDetails .product_one_l {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	.productDetails .information .conten {
		min-height: inherit;
		margin-top: 5%;
		margin-bottom: 4%;
	}
	.productDetails .information .txt {
		line-height: 24px;
	}
	.productDetails .information .conten .cons {
		height: 500px;
	}
	.productDetails .information .rbtn {
		margin-top: 7%;
	}
	.productDetails .product_one_l .boxs {
		max-width: none;
	}
	.productDetails .information .conten .cons {
		max-width: none;
		height: auto;
	}
	.productDetails .information .ul li:before {
		top: 6px;
	}
	.productDetails .product_title {
		height: 60px;
		line-height: 60px;
	}
	.about_l {
		float: none;
		width: 0%;
		background: none;
		margin-right: 0;
		margin-left: 0;
		z-index: 19891025;
		right: 0%;
		left: auto;
		position: absolute;
		overflow: hidden;
		top: 0;
		height: 100%;
		margin-top: 0;
		margin-bottom: 0;
		border: 0;
	}
	.about_l.lws {
		width: 90%;
		max-width: 310px;
	}
	.about_l .category_t {
		padding-left: 12px;
		padding-right: 12px;
		text-indent: inherit;
		height: 70px;
		line-height: 70px;
	}
	.about_l .i_left_ul2 li h2:after {
		width: 3px;
	}
	.about_l .i_left_ul2 li h2 {
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		padding-left: 12px;
		background-position: right 20px center;
	}
	.about_l .i_left_ul2 li.left_sel h2:after {
		height: 26px;
		margin-top: -13px;
	}
	.about_l .i_left_ul2 li:hover h2::after {
		height: 26px;
		margin-top: -13px;
	}
	.about_r {
		padding-top: 5%;
		clear: both;
		padding-left: 0;
		margin-left: 0;
		width: calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
	}
	.solution_one .h4 {
		line-height: 26px;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 44px;
		margin-bottom: 4px;
	}
	.solution_two .solution_two_l {
		float: none;
		width: 100%;
	}
	.solution_two .imgs {
		margin-top: 4%;
		float: none;
		width: 100%;
		max-width: none;
	}
	.goback2 {
		line-height: 80px;
		height: 80px;
		width: 80px;
		font-size: 15px;
		margin-top: 6%;
	}
	.partner_ul li {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2%;
		padding-top: 10.66%;
	}
	.partner_ul li:nth-child(5n) {
		margin-right: 2%;
	}
	.partner_ul li:nth-child(4n) {
		margin-right: 0;
	}
	.aboutzr-item {
		margin-top: 120px;
	}
	.aboutzr-item li {
		height: 420px;
		padding-top: 160px;
	}
	.aboutzr-item li h2 {
		font-size: 16px;
	}
	.aboutzr-item li.active {
		padding: 80px 60px 0 40px;
	}
	.aboutzr-item li p {
		font-size: 14px;
	}
	.about_one .counter span {
		font-size: 40px;
	}
	.history_two .txts .year {
		font-size: 80px;
	}
	.history_two .txts .p {
		min-height: 200px;
	}
	.about_two .ul li .h4 {
		padding-left: 30px;
	}
	.about_two .ul li.active .h4 {
		padding-left: 15px;
	}
	.about_two .ul li.active {
		width: 60%;
	}
	.about_two .ul li {
		width: 40%;
	}
	.about_three .about_three_r {
		float: none;
		width: 100%;
		max-width: none;
		margin-top: 5%;
	}
	.about_three .about_three_l {
		position: static;
		width: 100%;
		max-width: none;
	}
	.info_list {
		margin-bottom: 2%;
	}
	.info_list ul li .imgs {
		float: none;
		width: 100%;
		max-width: none;
	}
	.info_list ul li:nth-child(2n) .imgs {
		float: none;
	}
	.info_list ul li .text {
		position: static;
		height: auto;
		display: block;
		width: 100%;
		max-width: none;
		margin-top: 5%;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 5%;
	}
	.info_list ul li .text .boxs {
		padding-left: 4%;
		padding-right: 4%;
	}
}
@media screen and (max-width: 830px) {
	.postions h2 {
		font-size: 16px;
	}
	.postions h2 span {
		font-size: 13px;
	}
	.contact_r .contact_ul li {
		padding-top: 20px;
		padding-left: 50px;
		background-position: left top 20px;
		font-size: 16px;
	}
}
@media screen and (max-width: 780px) {
	.postions {
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	.postions h2 {
		display: none;
	}
	.postions a {
	    color: #333;
	}
	.postions .postions_b a {
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}
	.o_big_con.bgs2 .h2 {
		text-align: center;
		padding-bottom: 0;
	}
	.o_big_con.bgs2 .o_big {
		height: 150px;
	}
	.yema a {
		height: 28px;
		line-height: 26px;
		padding-left: 6px;
		padding-right: 6px;
		min-width: 30px;
		margin-left: 2px;
		font-size: 13px;
	}
	.news_one {
		display: block;
		margin-bottom: 6%;
	}
	.news_one .news_one_l {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.news_one .news_one_r {
		width: 100%;
		float: none;
		max-width: none;
		margin-top: 2%;
	}
	.news_ul2 {
		margin-top: 2%;
	}
	.news_ul2 ul li {
		padding-bottom: 3%;
		margin-bottom: 3%;
	}
	.news_ul2 ul li .h3 {
		height: auto;
	}
	.about_x2 .title {
	    font-size: 20px;
	    line-height: 1.2;
    }
	.about_x2 .con_line {
		line-height: 25px;
		text-align: center;
		padding-top: 5px;
	}
	.about_x2 .con_line span:last-child {
		margin-right: 0;
	}
	.about_x2 .con_id, .about_x2 .con_id p {
        font-size: 16px;
        line-height: 1.55 !important;
    }
	.news_one .news_one_l {
		margin-top: -50px;
	}
	.fenxiang {
		float: none;
		margin-top: 5px;
		text-align: center;
		margin-top: 2%;
	}
	.fenxiang .news_fx ul li {
		margin-left: 2px;
		margin-right: 2px;
	}
	.productDetails .product_one_l .boxs {
		margin-top: 3%;
	}
	.solution_ul li .h3 {
		height: 32px;
		line-height: 32px;
	}
	.solution_ul li .p {
		line-height: 22px;
		height: 44px;
	}
	.history_two .txts .year {
		font-size: 70px;
	}
	.next-menu {
		--lh: 26px;
		font-size: 13px;
		padding: 10px 0;
		margin-top: -73px;
	}
	.next-menu .swiper .swiper-slide .link {
		min-width: 130px;
	}
}
@media screen and (max-width: 640px) {
    .header .nav > ul > li#m2 .arrow,
    .header .nav > ul > li#m4 .arrow,
    .header .nav > ul > li#m5 .arrow,
    .header .nav > ul > li#m6 .arrow {
        display: none;
    }
	.position {
		height: 44px;
		line-height: 44px;
		font-size: 13px;
	}
	.position .postions_b a {
		font-size: 13px;
	}
	.o_big_con .h2 span {
		font-size: 13px;
	}
	.o_big_con.bgs3 .h2 label img {
		width: 50px;
	}
	.o_big {
		height: 380px;
	}
	.yema a {
		font-size: 12px;
	}
	.nodata {
		background-size: auto 130px;
		padding-top: 140px;
		margin-top: 15%;
		margin-bottom: 15%;
	}
	.news_ul li .txts .p {
		line-height: 1.5;
		height: 65px;
	}
	.about_x2 .show_t {
		font-size: 20px;
		line-height: 28px;
		text-align: center;
	}
	.about_x2 .show_t.bgs2 {
		font-size: 24px;
	}
	.about_x2 .con_line {
		font-size: 14px;
	}
	.about_x2 .con_line span {
		padding-left: 0;
	}
	.about_x2 .con_line span.bgs1 {
		background: none;
	}
	.about_x2 .con_line span.bgs2 {
		background: none;
	}
	.about_x2 .con_id {
		font-size: 14px;
		line-height: 24px;
	}
	.about_x2 .con_id .case_one {
		line-height: 26px;
	}
	.prenext {
		font-size: 14px;
	}
	.prenext .goback {
		font-size: 14px;
	}
	.contact_l iframe {
		height: 300px;
	}
	.contact_r .contact_ul li {
		font-size: 14px;
	}
	.contact_r .contact_ul li label {
		font-size: 13px;
	}
	.contact_r .contact_ul li.bgs1 {
		background-image: url("../img/contact_pic6.png");
	}
	.contact_r .contact_ul li.bgs2 {
		background-image: url("../img/contact_pic7.png");
	}
	.contact_r .contact_ul li.bgs3 {
		background-image: url("../img/contact_pic8.png");
	}
	.feedback_div .divs {
		margin-bottom: 10px;
	}
	.feedback_div .divs.sel {
		margin-right: 0;
		float: none;
		width: 100%;
	}
	.feedback_div .divs.partner_file span {
		font-size: 12px;
	}
	.feedback_div .input_shurk {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		text-indent: 12px;
	}
	.feedback_div .textarea {
		margin-bottom: 10px;
		height: 80px;
		font-size: 16px;
		padding-left: 12px;
	}
	.feedback_div .divs2 .imgs {
		height: 34px;
	}
	.feedback_div .bnts {
		height: 36px;
		line-height: 36px;
	}
	.product_class {
		font-size: 14px;
		height: 44px;
		line-height: 44px;
	}
	.product_ul {
		margin-top: 4%;
	}
	.product_ul li .h3 {
		height: 30px;
		line-height: 30px;
		margin-top: 6px;
	}
	.productDetails .information .h2 {
		font-size: 24px;
	}
	.productDetails .product_one_l .video-play {
		background-size: 50px 35px;
	}
	.productDetails .product_two .cons {
		font-size: 14px;
	}
	.productDetails .product_two {
		margin-top: 5%;
	}
	.about_l .category_t {
		font-size: 18px;
	}
	.about_l .i_left_ul2 li h2 {
		font-size: 13px;
		background-position: right 13px center;
	}
	.partner_ul li {
		width: 32%;
		padding-top: 14.52%;
	}
	.partner_ul li:nth-child(4n) {
		margin-right: 2%;
	}
	.partner_ul li:nth-child(3n) {
		margin-right: 0;
	}
	.aboutzr-item {
		margin-top: 20px;
	}
	.aboutzr-item li {
		width: 100%;
		height: auto;
		padding: 36px 20px;
		margin-top: 1%;
		margin-bottom: 1%;
		margin-right: 0;
		position: relative;
	}
	.aboutzr-item li::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.4);
	}
	.aboutzr-item li:first-child {
		transform: translateY(0px);
	}
	.aboutzr-item li:nth-child(3) {
		transform: translateY(0px);
	}
	.aboutzr-item li:last-child {
		transform: translateY(0px);
	}
	.aboutzr-item li h2 {
		position: relative;
		z-index: 2;
		margin-bottom: 10px;
	}
	.aboutzr-item li p {
		opacity: 1;
		line-height: 26px;
		position: relative;
		z-index: 2;
		transform: translateY(0);
		font-size: 13px;
	}
	.aboutzr-item li.active {
		padding: 60px 20px;
		width: 100%;
		text-align: center;
	}
	.about_one {
	    line-height: 1.7;
	    margin: 1% 0;
	}
	.about_one .counter {
		padding-top: 20px;
		margin: 4% auto 2%;
	}
	.about_one .counter span {
		font-size: 32px;
	}
	.about_one .counter ul li {
	    width: 49%;
	}
	.about_one .counter .h6 {
	    margin-top: 0;
	    margin-bottom: 12px;
	}
	.history_two {
		margin-top: 4.5%;
	}
	.history_two .txts .year {
		font-size: 60px;
	}
	.history_two .txts .p {
		min-height: 140px;
	}
	.about_history {
		margin-top: 4.5%;
	}
	.about_three .about_three_r .ul li .desc {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	.info_list ul li .text .txt {
		line-height: 1.6;
	}
	.solution_one .h4.bgs1 {
		background-image: url("../img/solution_pic4.png");
	}
	.solution_one .h4.bgs2 {
		background-image: url("../img/solution_pic5.png");
	}
}
@media screen and (max-width: 480px) {
	.o_big {
		height: 288px;
	}
	.o_big_con .h2 {
		font-size: 18px;
	}
	.o_big_con .h2 span {
		font-size: 12px;
	}
	.postions .postions_r span {
		display: none;
	}
	.postions .postions_r img {
		margin-left: 6px;
	}
	.yema {
		padding-top: 35px;
		padding-bottom: 40px;
	}
	.yema a {
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 2px;
	}
	.news_ul li {
		margin-bottom: 4%;
	}
	.news_ul li .txts .h3 {
		margin-top: 0;
	}
	.news_ul li .nums {
		line-height: 20px;
	}
	.news_ul li .txts .p {
		margin-top: 0;
	}
	.about_x2 .show_t {
		font-size: 18px;
		line-height: 26px;
	}
	.about_x2 .show_t.bgs2 {
		font-size: 20px;
	}
	.about_x2 .con_id {
		font-size: 13px;
	}
	.prenext {
		font-size: 12px;
		line-height: 22px;
	}
	.prenext span {
		height: 22px;
	}
	.prenext .goback {
		font-size: 12px;
	}
	.news_ul2 ul li .h3 {
		font-size: 16px;
	}
	.news_ul2 ul li .p {
		font-size: 13px;
	}
	.news_ul2 ul li:hover .imgs img {
		-webkit-transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
		-o-transform: scale(1.0, 1.0);
		-ms-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}
	.news_one .news_one_r {
		margin-top: 2%;
	}
	.news_one .news_one_r .h4 {
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}
	.contact_l iframe {
		height: 300px;
	}
	.contact_r .contact_ul li {
		padding-top: 15px;
		padding-bottom: 15px;
		background-position: left top 15px;
	}
	.feedback_div .divs {
		margin-bottom: 2%;
		float: none;
		width: 100%;
	}
	.feedback_div .divs:nth-child(2n) {
		float: none;
	}
	.product_class {
		font-size: 13px;
		height: 40px;
		line-height: 40px;
	}
	.product_class a {
		margin-left: 1%;
		margin-right: 1%;
	}
	.productDetails .information .h2 {
		font-size: 24px;
		text-align: center;
		line-height: 30px;
	}
	.productDetails .information .txt {
		font-size: 14px;
		line-height: 22px;
		margin: 0;
	}
	.productDetails .information .txt .des {
		padding-top: 0;
	}
	.productDetails .information .txt .des p:before {
		top: 18px;
	}
	.productDetails .information .ul li {
		padding-left: 20px;
	}
	.productDetails .information .ul li:before {
		width: 8px;
		height: 8px;
	}
	.productDetails .information .rbtn {
		width: 52%;
		font-size: 1.7rem;
	}
	.productDetails .information .rbtn.wa {
		width: 42%;
		font-size: 1.7rem;
	}
	.productDetails .product_one_l .class_small {
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.productDetails .product_two .cons {
		font-size: 15px;
		padding-top: 4%;
	}
	.productDetails .product_two .cons table {
	    font-size: 1.4rem;
	    min-width: 100%;
	}
	.productDetails .product_two .cons th {
	    width: auto !important;
	    padding: 6px;
	}
	.productDetails .product_two .cons td {
	    line-height: 1.3;
	    padding: 6px 5px;
	}
	.solution_ul li {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.solution_ul li .h3 {
		height: 28px;
		line-height: 28px;
		margin-top: 15px;
	}
	.solution_ul li .p {
		line-height: 20px;
		height: 40px;
	}
	.solution_ul li .rbtn {
		margin-top: 15px;
	}
	.solution_one .h4 {
		padding-left: 36px;
		background-size: 30px 30px;
		line-height: 22px;
	}
	.partner_ul li {
		width: 49%;
		padding-top: 22.34%;
	}
	.partner_ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.partner_ul li:nth-child(2n) {
		margin-right: 0;
	}
	.history_two .txts .year {
		font-size: 50px;
	}
	.about_history {
		margin-top: 5%;
	}
	.about_two .ul li .h4 {
		padding-left: 10px;
	}
	.about_two .ul li.active .h4 {
		padding-left: 10px;
	}
	.about_two .ul li.active {
		width: 50%;
	}
	.about_two .ul li {
		width: 50%;
	}
	.about_three .about_three_r .ul li .h4 {
		width: 120px;
	}
	.about_three .about_three_r .ul li .desc {
		font-size: 13px;
	}
	.about_three .about_three_r .ul {
		margin-top: 3%;
	}
	.make_ul li {
		width: 49%;
		padding-top: 63.6%;
	}
	.make_ul li:nth-child(4n) {
		margin-right: 2%;
	}
	.make_ul li:nth-child(2n) {
		margin-right: 0;
	}
	.next-menu {
		font-size: 16px;
	}
	.next-menu .swiper .swiper-slide .link {
		min-width: 100px;
	}
	.contact_l {
	    margin-top: 1%;
	}
	.contact_l .h4 {
	    text-align: center;
	}
	.contact_l .contact_ul {
	    margin-bottom: 4%;
	}
	.contact_l .contact_ul li {
	    font-size: 17px;
	    width: 100%;
	    background-size: auto 40px;
	    background-position: left top 19px;
	    padding-top: 15px;
	    padding-bottom: 10px;
	}
	.contact_l .contact_ul li div {
	    line-height: 1.4;
	}
	.map iframe {
	    height: 360px !important;
	}
}
@media screen and (max-width: 420px) {
	.news_ul2 ul li .p {
		font-size: 12px;
	}
	.news_ul2 ul li .h3 {
		margin-top: 10px;
	}
	.contact_l iframe {
		height: 350px;
	}
	.product_class {
		font-size: 12px;
		height: 38px;
		line-height: 38px;
	}
	.productDetails .product_two .cons {
		font-size: 12px;
	}
	.solution_ul li .h3 {
		line-height: 24px;
		height: 24px;
		margin-top: 10px;
	}
	.solution_ul li .p {
		margin-top: 4px;
	}
	.history_two .txts .year {
		font-size: 40px;
	}
	.about_two .ul li .h4 {
		font-size: 16px;
		line-height: 1.4;
	}
	.about_three .about_three_r .ul li .h4 {
		width: 100px;
	}
	.about_three .about_three_r .ul li .desc {
		font-size: 12px;
	}
}
@media screen and (max-width: 360px) {
	.o_big {
		height: 216px;
	}
	.about_one .counter ul li {
		width: 23.5%;
	}
	.about_two .ul li .h4 {
		font-size: 14px;
	}
}
.selects {
	height: 52px;
	width: 100%;
	border: 1px solid #e8e8e8;
	color: #656565;
	font-size: 16px;
	padding-left: 66px;
}
@media screen and (max-width: 1440px) {
	.selects {
		height: 46px;
		padding-left: 50px;
	}
}
@media screen and (max-width: 640px) {
	.selects {
		height: 40px;
		width: 100%;
		border: 1px solid #e8e8e8;
		color: #656565;
		font-size: 16px;
		padding-left: 10px;
	}
}
@media screen and (max-width: 480px) {
	.selects {
		font-size: 14px;
	}
}