﻿@charset "utf-8";
@import url(style.css);
 @import url(mobile.css);
 @import url(pscroll.css);
 @import url(animate.min.css);
 @keyframes scaleAnim {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
}
/*内页*/

.postions {
	height:68px;
	line-height:68px;
	overflow:hidden;
	color:#999999;
	font-size:14px;
	background:#fff;
}
.postions.bgs2 {
	border-bottom:1px solid #eee;
}
.postions.bgs3 {
	background:#f7f7f7;
	border-bottom:1px solid #eeeeee;
}
/*.postions.bgs2{-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.04);box-shadow: 0 5px 5px rgba(0,0,0,.04); margin-bottom:15px;}*/

.posadd .postions {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:5;
}
.postions a {
	color:#999999;
}
.postions a:hover {
	color:#000000;
}
.postions label {
	color:#000000;
}
.postions .postions_r {
}
.postions .postions_r img {
	vertical-align:text-top;
	vertical-align:unset;
	margin-right:8px;
	margin-left:11px;
	height:12px;
}
.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:18px;
	font-family:Arial;
	color:rgba(255, 255, 255, 0.54);
}
.postions .rclass {
	float:right;
	background:url(../images/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 {
	float:right;/* font-weight:bold; */
}
.postions .postions_b a {
	float:left;
	text-align:center;
	overflow:hidden;
	font-size:16px;
	color:#666666;
	position:relative;
-webkit-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
	z-index:0;
	margin-left:40px;
	padding-left:5px;
	padding-right:5px;
}
.postions .postions_b a:hover {
	color:#000000;
}
.postions .postions_b a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right:50%;
	bottom: 0;
	height:2px;
	opacity: 0;
	background:#000000;
-webkit-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
	z-index:-1;
}
.postions .postions_b a.isel:after {
	left: 0%;
	right: 0%;
	opacity: 1;
}
.postions .postions_b a:hover:after {
	left: 0%;
	right: 0%;
	opacity: 1;
}
.postions .postions_b a.isel {
	color:#000000;
}
/*分类弹窗*/

.about_bgs {
	z-index: 19891024;
	background:url(../images/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:70% 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 .cons .wrap {
	height:100%;
	display:table;
}
.o_big_con .h2 {
	font-weight:normal;
	display:table-cell;
	vertical-align:middle;
	color:rgba(255, 255, 255, 1.0);
	text-align:center;
}
.o_big_con .h2 span {
	max-width:820px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	color:rgba(255, 255, 255, 1.0);
	line-height:1.3;
	margin-top:18px;
	text-transform:none;
	margin-bottom:5px;
}
.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 {
}
.l-scrollDown__iconBarInner {
}
.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:4%;
	padding-bottom:5%;
	clear:both;
}
.yema.bgs2 {
	text-align:right;
}
.yema a {
	display:inline-block;
	height:44px;
	line-height:42px;
	padding-left:10px;
	overflow:hidden;
	padding-right:10px;
	min-width:60px;
	margin-left:3px;
	text-align:center;
	color:#333333;
	font-size:14px;
	border:1px solid #e5e5e5;
	background:#fff;
}
.yema a:hover {
	text-decoration:none;
	color:#fff;
	background:#0079d5;
	border:1px solid #0079d5;
}
.yema a.on {
	color:#fff;
	background:#0079d5;
	border:1px solid #0079d5;
}
.yema a.first, .yema a.last {
	margin-right:0;
}
.yema a.first:hover, .yema a.last:hover {
	background-color:#0079d5;
}
.yema a span {
	font-family:"宋体";
	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(../images/nodata.png) center top no-repeat;
	background-size:auto 169px;
	padding-top:180px;
}
.nodata .title {
	color:#555555;
	font-size:18px;
	overflow:hidden;
	margin-top:2%;
	line-height:26px;
}
.nodata .desc {
	color:#999999;
	font-size:14px;
	overflow:hidden;
	line-height:24px;
	margin-top:5px;
}
/*关于我们*/

.a_name {
	position:relative;
	top:-80px;
}
.about_one {
	background:url(../img/about_bg1.jpg) #f7f7f7 left bottom no-repeat; /*background-size:cover; */
	overflow:hidden;
}
.about_one .wrap {
	margin-top:7%;
	margin-bottom:8.5%;
}
.about_one_t {
	float:left;
	width:28.7%;
	margin-right:2%;
	margin-top:12px;
}
.about_one_t img {
	max-width:309px;
	width:100%;
}
.about_one .about_cons {
	overflow:hidden;
	color:#666666;
	font-size:16px;
	line-height:28px;
}
.about_one .about_cons p {
	overflow:hidden;
	padding-bottom:1.5%;
}
.about_one .about_cons img {
	max-width:100%;
}
.about_one .about_cons .counter {
	text-align:left;
	margin-top:6%;
}
.about_one .about_cons .counter ul li {
	float:left;
	display:inline-block;
	vertical-align:top;
	width:calc(33.33% - 50px);
	width:-webkit-calc(33.33% - 50px);
	width:-moz-calc(33.33% - 50px);
	transition:all 0.3s;
	position:relative;
}
.about_one .about_cons .counter ul li:last-child {
	float:right;
	width:150px;
}
.about_one .about_cons .counter ul li .txts2 {
}
.about_one .about_cons .counter ul li .nums {
	line-height:1;
}
.about_one .about_cons .counter span {
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	color:#333333;
	font-weight:normal;
}
.about_one .about_cons .counter label {
	display:inline-block;
	vertical-align:-webkit-baseline-middle;
	font-weight:500;
	font-size:16px;
	color:#333333;
	margin-left:5px;
}
.about_one .about_cons .counter label sup {
	font-size:12px;
}
.about_one .about_cons .counter .h6 {
	font-weight: normal;
	font-size:16px;
	overflow:hidden;
	line-height:24px;
	height:24px;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-top:6px;
	color:#666;
}
.about_one .about_cons .counter ul li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.about_t {
	overflow:hidden;
	text-align:center;
	margin-top:7%;
	text-align:center;
}
.about_t .h3 {
	line-height:1.3;
	font-weight:bold;
	overflow:hidden;
	color:#333333;
}
.about_two {
	margin-top:2%;
	margin-bottom:1%;
}
.about_two ul {
	width:100%;
	display:flex;
}
.about_two ul li {
	float:left;
	width:23.5%;
	margin-top:2%;
	margin-right:2%;
	overflow:hidden;
	text-align:center;
	background:#fff;
	margin-bottom:2%;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
	border-radius:10px;
}
 .about_two ul li:nth-child(4n) {
margin-right:0;
}
.about_two ul li .boxs {
	margin:0 auto;
	width:94%;
	max-width:240px;
}
.about_two ul li img {
	width:69px;
	height:69px;
	display:block;
	margin:0 auto;
	margin-top:60px;
	transition:all 1s;
}
.about_two ul li .h3 {
	font-weight:normal;
	line-height:30px;
	height:30px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	color:#333333;
	margin-top:19px;
	font-size:20px;
}
.about_two ul li .p {
	color:#666666;
	font-size:16px;
	overflow:hidden;
	line-height:24px;
	margin-bottom:45px;
	margin-top:9px;
}
.about_two ul li:hover img {
	transform: rotateY(180deg);
}
/*发展历程*/

.history_two {
	margin-top:3.5%;
	background:#f7f7f7;
	overflow:hidden;
	text-align:left;
	position:relative;
}
.history_two .history_two_con {
	display:none;
}
.history_two .imgs {
	width:50%;
	max-width:700px;
	float:left;
	overflow:hidden;
}
.history_two .imgs img {
	width:100%;
	height:100%;
	display:block;
	-webkit-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.history_two:hover .imgs img {
	-webkit-transform:scale(1.12, 1.12);
	-moz-transform:scale(1.12, 1.12);
	-o-transform:scale(1.12, 1.12);
	-ms-transform:scale(1.12, 1.12);
	transform:scale(1.12, 1.12);
}
.history_two .txts {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:50%;
	float:right;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: left;
}
.history_two .txts .boxs {
	max-width:545px;
	width:94%;
	margin:0 auto;
	text-align:left;
}
.history_two .txts .year {
	font-weight:normal;
	color:#222222;
	overflow:hidden;/* margin-top:8%;*/
	line-height:40px;
}
.history_two .txts .p {
	color:#555555;
	font-size:16px;
	overflow:hidden;
	line-height:24px;
	margin-top:8px;
}
.about_history {
	overflow:hidden;
	margin-bottom:8%;
}
/*新闻中心*/

.news_ul {
	margin-top:5%;
}
.news_ul ul li {
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-bottom:3%;
	overflow:hidden;
	background:#fff;
	transition:all 0.3s;
}
 .news_ul ul li:nth-child(4n+0) {
margin-right:0%;
}
.news_ul ul li .imgs {
	position:relative;
	padding-top:60.5%;
	overflow:hidden;
	border-radius:10px;
}
.news_ul 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.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;
}
.news_ul 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 ul li .h3 {
	clear:both;
	font-weight:normal;
	height:48px;
	line-height:24px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size:16px;
	transition:all 0.3s;
	display:block;
	color:#333333;
	margin-top:20px;
}
.news_ul ul li:hover .h3 {
	color:#040000;
}
.news_ul ul li .date {
	overflow:hidden;
	height:24px;
	line-height:24px;
	position:relative;
	color:#999999;
	transition:all 0.3s;
	font-size:14px;
	margin-top:5px;
}
.bnts_a {
	transition:all 0.3s;
	text-align:center;
	margin-bottom:7%;
	clear:both;
}
.bnts_a .a {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	border:1px solid #666666;
	border-radius:30px;
	line-height:48px;
	color:#666666;
	font-size:18px; /*padding-left:24px; padding-right:24px;*/
	width:180px;
	transition:all 0.3s;
	margin-top:3%;
	overflow:hidden;
}
.bnts_a .a i {
	margin-left:8px;
	font-family:"宋体";
	font-weight:bold;
	font-style:normal;
}
.bnts_a .a:hover {
	background:#040000;
	color:#fff;
	text-indent:8px;
}
.bnts_a .a em {
	font-style:normal;
}
/*新闻资讯详细*/

.about_x2 {
	max-width:1200px;
	margin:0 auto;
	padding-bottom:1%;
	padding-top:4%;
}
.about_x2 .show_t {
	line-height:34px;
	font-size:24px;
	color:#333333;
	text-align:left;
	margin-bottom:1%;
	margin-top:5px;
	font-weight:normal;
}
.about_x2 .show_t.bgs2 {
	font-size:32px;
}
.about_x2 .con_line {
	padding-bottom:9px;
	line-height:36px;
	font-size:14px;
	color:#999999;
	border-bottom:1px solid #e6e6e6;
	text-align:left;
}
.about_x2 .con_line span {
	padding-left:4%;
}
.about_x2 img {
	max-width:100%;
}
.about_x2 .con_id {
	line-height:32px;
	overflow:hidden;
	white-space:normal;
	word-break:break-all;
	padding-top:3%;
	font-size:16px;
	color:#666666;
	text-align:left;/* font-family:"宋体";*/
	padding-bottom:4%;
}
.about_x2 .con_id .h2 {
	font-size:16px;
	line-height:24px;
	margin-bottom:5px;
}
.about_x2 .con_id p {
	padding-bottom:10px;
	overflow:hidden;
}
.about_x2 .con_id .case_one {
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:2%;
	line-height:38px;
	color:#666666;
	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 {
	line-height:22px;
	height:27px; /*border:1px solid #000;*/
}
.prenext {
	padding-top:2%;
	padding-bottom:2%;
	font-size:16px;
	margin-bottom:3%;
	border-top:1px solid #dedede;
	overflow:hidden;
	line-height:34px;
	text-align:left;
}
.prenext span {
	width:100%;
	overflow:hidden;
	height:34px;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:block;
	color:#999999;
	padding-right:70px;
}
.prenext span em {
	font-style:normal;
	color:#666666;
	text-transform:uppercase;
}
.prenext a {
	color:#999999;
	overflow:hidden;
	transition:all 0.3s;
}
.prenext a:hover {
	color:#000;
	text-decoration:none;
}
.prenext .goback {
	float:right;
	display:inline-block;
	vertical-align:top;
	height:68px;
	line-height:34px;
	padding-top:34px;
	color:#555555;
	margin-top:-68px;
	background:url(../images/news_pic3.png) center top 10px no-repeat;
	background-size:20px 15px;
	transition:all 0.3s;
	font-size:16px;
}
.prenext .goback:hover {
	color:#000;
	background-image:url(../images/news_pic3_on.png);
}
.news_one {
	overflow:hidden;
	margin-top:5%;
	margin-bottom:5%;
	display:flex;
}
.news_one .news_one_l {
	width:71.6%;
	overflow:hidden;
	background:#f7f7f7;
	margin-right:2%;
	padding-left:2%;
	padding-right:2%;
	border-radius:16px;
}
.news_one .news_one_r {
	width:27.4%;
	overflow:hidden;
	background:#f7f7f7;
	padding:2%;
	border-radius:16px;
}
.news_one .news_one_r .h4 {
	font-weight:bold;
	color:#333333;
	overflow:hidden;
	line-height:70px;
}
.news_ul2 {
	margin-top:1%;
	overflow:hidden;
}
.news_ul2 ul li {
	display:block;
	overflow:hidden;
	margin-bottom:4%;
}
.news_ul2 ul li .imgs {
	overflow:hidden;
	position:relative;
	padding-top:64.6%;
	border-radius:10px;
}
.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 .date {
	font-style:normal;
	height:20px;
	line-height:20px;
	color:#999999;
	font-size:14px;
	margin-top:8px;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.news_ul2 ul li .h3 {
	font-weight:normal;
	overflow:hidden;
	line-height:24px;
	height:48px;
	color:#333333;
	font-size:16px;
	margin-top:15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition:all 0.3s;
}
.news_ul2 ul li:hover .h3 {
	color:#000;
}
/*联系我们*/

.contact_one {
	overflow:hidden;
	position:relative;
	z-index:0;
	margin-top:7%;
	margin-bottom:8%;
}
.contact_pos {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	display: flex;
	align-items: center;
	justify-content: left;
}
.contact_pos .wrap {
	width:100%;
}
.contact_l {
	float:left;
	width:50%;
	overflow:hidden;
	height:540px;
	border-radius:20px;
}
.contact_l iframe {
	height: 540px;
}
.contact_r {
	float:right;
	width:48%;
	max-width:640px;
	overflow:hidden;
}
.contact_r .h4 {
	font-weight:normal;
	overflow:hidden;
	line-height:1.2;
	color:#222222;
}
.contact_r .contact_ul {
	overflow:hidden;
	border-top:1px solid #e5e5e5;
	margin-top:4%;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
}
.contact_r .contact_ul li {
	display:block;
	overflow:hidden;
	padding-top:18px;
	padding-bottom:10px;
	background-repeat:no-repeat;
	background-position:left top 20px;
	background-size:auto 40px;
	color:#666666;
	font-size:16px;
	padding-left:60px;
	line-height:24px;
}
.contact_r .contact_ul li.bgs1 {
	background-image:url(../images/contact_pic3.png);
}
.contact_r .contact_ul li.bgs2 {
	background-image:url(../images/contact_pic4.png);
}
.contact_r .contact_ul li.bgs3 {
	background-image:url(../images/contact_pic5.png);
}
.contact_r .contact_ul li label {
	display:block;
	overflow:hidden;
	color:#333333;
	font-size:18px;
}
.contact_r .contact_ul li a {
	color:#666666;
}
.contact_r .contact_ul li a:hover {
	color:#000;
}
.contact_r .contact_fx {
	margin-top:4%;
}
.fenxiang {
	margin-top:3%;
}
.fenxiang div.social-share {
	display:inline-block;
	vertical-align:top;
}
.fenxiang .news_fx {
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
.fenxiang .news_fx ul li {
	display:inline-block;
	width:34px;
	height:30px;
	margin-right:24px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	cursor:pointer;
}
.fenxiang .news_fx ul li.bgs1 {
	background-image:url(../images/fx1.png);
}
.fenxiang .news_fx ul li.bgs2 {
	background-image:url(../images/fx2.png);
}
.fenxiang .news_fx ul li.bgs3 {
	background-image:url(../images/fx3.png);
	position:relative;
}
.fenxiang .news_fx ul li.bgs4 {
	background-image:url(../images/fx4.png);
}
.fenxiang .news_fx ul li.bgs5 {
	background-image:url(../images/fx5.png);
}
.fenxiang .news_fx ul li:hover {
	transition:all 0.3s/*;opacity:0.8;filter:Alpha(opacity=80);*/
}
.fenxiang .news_fx ul li.bgs3 .wem1 {
	width: 203px;
	bottom:36px;
	text-align: center;
	position: absolute;
	margin-left:-86px;
	margin-top: -203px;
	background-image: url(../img/ewm.png);
	background-repeat: no-repeat;
	height:0;
	overflow:hidden;
	transition:all 0.3s;
	transform:scale(0, 0);
}
.fenxiang .news_fx ul li.bgs3 .wem1 img {
	width:155px;
	height:155px;
	margin-right:5px;
	transition:all 0.3s;
}
.fenxiang .news_fx ul li.bgs3 a:hover .wem1 {
	height:195px;
	padding-top: 20px;
	padding-bottom:20px;
	transform:scale(1, 1);
}
.fenxiang .news_fx ul li.bgs1:hover {
	background-image:url(../images/fx1_on.png);
}
.fenxiang .news_fx ul li.bgs2:hover {
	background-image:url(../images/fx2_on.png);
}
.fenxiang .news_fx ul li.bgs3:hover {
	background-image:url(../images/fx3_on.png);
}
.fenxiang .news_fx ul li.bgs4:hover {
	background-image:url(../images/fx4_on.png);
}
.fenxiang .news_fx ul li.bgs5:hover {
	background-image:url(../images/fx5_on.png);
}
.fenxiang .news_fx ul li a {
	display:block;
	width:34px;
	height:30px;
	padding:0;
	margin:0;
}
.fenxiang .news_fx ul li a:hover {
	background:none;
}
.fenxiang .social-share .icon-facebook:before {
	content:"";
}
.fenxiang .social-share .icon-facebook {
	border:0;
}
.fenxiang .social-share .icon-facebook:hover {
	background-image:url(../images/fx1_on.png);
	background-size:100% 100%;
}
/*.fenxiang .social-share .icon-wechat:before{ content:"";}

.fenxiang .social-share .icon-wechat{ border:0;}

.fenxiang .social-share .icon-wechat:hover{ background-image:url(../images/fx_pic3_on.png);background-size:100% 100%;}*/

.fenxiang .social-share .icon-twitter:before {
	content:"";
}
.fenxiang .social-share .icon-twitter {
	border:0;
}
.fenxiang .social-share .icon-twitter:hover {
	background:url(../images/fx2_on.png) no-repeat;
	background-size:100% 100%;
}
.fenxiang .social-share .icon-linkedin:before {
	content:"";
}
.fenxiang .social-share .icon-linkedin {
	border:0;
}
.fenxiang .social-share .icon-linkedin:hover {
	background:url(../images/fx4_on.png) no-repeat;
	background-size:100% 100%;
}
/*服务指南*/

.service_two {
	margin-top:2%;
	margin-bottom:5%;
}
.service_two ul {
	width:100%;
	display:flex;
}
.service_two ul li {
	float:left;
	width:32%;
	margin-top:2%;
	margin-right:2%;
	overflow:hidden;
	text-align:center;
	background:#f5f5f5;
	margin-bottom:2%;
	border-radius:10px;
	transition:all 0.6s;
}
 .service_two ul li:nth-child(3n) {
margin-right:0;
}
/*.service_two ul li:hover{box-shadow: 0 10px 20px rgba(0,0,0,0.08);}*/

.service_two ul li .boxs {
	margin:0 auto;
	width:94%;
	max-width:370px;
}
.service_two ul li img {
	width:80px;
	height:80px;
	display:block;
	margin:0 auto;
	margin-top:60px;
	transition:all 1s;
}
.service_two ul li .h3 {
	font-weight:normal;
	line-height:30px;
	height:30px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	color:#222222;
	margin-top:21px;
}
.service_two ul li .p {
	color:#666666;
	font-size:16px;
	overflow:hidden;
	line-height:24px;
	margin-bottom:66px;
	margin-top:12px;
}
.service_two ul li .p a {
	color:#666666;
}
.service_two ul li .p a:hover {
	color:#040000;
}
.service_two ul li:hover img {
	transform: rotateY(180deg);
}
/*服务视频文档*/

.service_bg {
	overflow:hidden;
	background:#f7f7f7;
}
.video_ul {
	margin-top:4%;
}
.video_ul ul li {
	float:left;
	width:22%;
	margin-right:4%;
	margin-bottom:2%;
	position:relative;
}
 .video_ul ul li:nth-child(4n+0) {
margin-right:0;
}
.video_ul ul li .imgs {
	overflow:hidden;
	position:relative;
	padding-top:64.29%;
	border-radius:10px;
}
.video_ul ul li .imgs:after {
	content:"";
	background:rgba(0, 0, 0, 0.5);
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	transition:all 0.3s;
}
.video_ul ul li:hover .imgs:after {
	background:rgba(0, 0, 0, 0.3);
}
.video_ul 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.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;
}
.video_ul 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);
}
.video_ul ul li .h3 {
	text-align:center;
	font-weight:normal;
	font-size:16px;
	line-height:40px;
	height:40px;
	color:#333333;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition:all 0.3s;
}
.video_ul ul li:hover .h3 {
	color:#040000;
}
.video_ul ul li i {
	display:block;
	width:38px;
	height:38px;
	margin-top:-19px;
	margin-left:-19px;
	position:absolute;
	left:50%;
	top:50%;
	background:url(../images/service_pic4.png) center center no-repeat;
	background-size:100%;
	transition:all 0.3s;
	z-index:2;
}
.video_ul ul li:hover i {/*transform:scale(1.1, 1.1);*/
	background-image:url(../images/service_pic4_on.png);
}
.video_ul2 {
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	margin-top:8%;
	margin-bottom:6%;
}
.video_ul2 ul li {
	display:block;
	margin-bottom:2%;
	overflow:hidden;
	position:relative;
}
.video_ul2 ul li .imgs {
	float:left;
	width:390px;
	overflow:hidden;
	position:relative;
	padding-top:247px;
	border-radius:10px;
	margin-right:2%;
}
.video_ul2 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.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;
}
.video_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);
}
.video_ul2 ul li .txts {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:calc(97% - 390px);
	width:-webkit-calc(97% - 390px);
	width:-moz-calc(97% - 390px);
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: left;
}
.video_ul2 ul li .txts .boxs {
	overflow:hidden;
	width:100%;
}
.video_ul2 ul li .txts .h3 {
	font-weight:normal;
	line-height:36px;
	height:72px;
	color:#222222;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition:all 0.3s;
}
.video_ul2 ul li:hover .txts .h3 {
	color:#040000;
}
.video_ul2 ul li .txts .a {
	overflow:hidden;
	clear:both;
	font-style:normal;
	display:block;
	width:180px;
	line-height:48px;
	border-radius:30px;
	border:1px solid #666666;
	color: #666666;
	font-size:16px;
	text-indent:36px;
	background:url(../images/service_pic5.png) left 124px center no-repeat;
	background-size:13px 15px;
	transition:all 0.3s;
	margin-top:22px;
}
.video_ul2 ul li:hover .txts .a {
	background-color:#333333;
	border:1px solid #333333;
	background-image:url(../images/service_pic5_on.png);
	color:#fff;
}
.video_ul2 ul li .txts .a:hover {
	text-indent:40px;
	background-position:left 128px center;
}
/*购买方式*/

.buy_ul {
	margin-top:6%;
	margin-bottom:6%;
}
.buy_ul ul li {
	float:left;
	width:22.225%;
	margin-right:3.7%;
	transition:all 0.3s;
}
 .buy_ul ul li:nth-child(4n+0) {
margin-right:0%;
}
.buy_ul ul li .imgs {
	position:relative;
	padding-top:64.7%;
	overflow:hidden;
	border-radius:10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	margin-top:4px;
}
.buy_ul 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.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;
}
.buy_ul 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);
}
.buy_ul ul li .h3 {
	clear:both;
	font-weight:normal;
	height:66px;
	line-height:66px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size:16px;
	transition:all 0.3s;
	display:block;
	color:#333333;
	text-align:center;
}
.buy_ul ul li:hover .h3 {
	color:#040000;
}
/*产品列表*/

.product_ul {
	overflow:hidden;
}
.product_ul ul li {
	display:block;
	overflow:hidden;
}
.product_ul ul li a {
	display:block;
	position:relative;
	overflow:hidden;
}
.product_ul ul li .imgs {
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition:all 0.6s;
}
.product_ul ul li .imgs img {
	width:100%;
	min-height:280px;
	display:block;
	opacity:0;
	filter:Alpha(opacity=0);
}
/*.product_ul ul li:hover .imgs{ transform:scale(1.05, 1.05);}*/

.product_ul ul li .pos {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	display: flex;
	align-items: center;
	justify-content: left;
}
.product_ul ul li .txts {
	width:62.8%;
	overflow:hidden;
}
.product_ul ul li .h3 {
	font-weight:normal;
	color:#040000;
	line-height:70px;
}
.product_ul ul li .p {
	overflow:hidden;
	line-height:32px;
	margin-top:24px;
	font-size:20px;
	color:#666666;
	margin-bottom:10px;
}
.product_ul ul li .bnts_a {
	text-align:left;
}
.product_ul ul li .bnts_a .a {
	margin-top:24px;
}
 .product_ul ul li:nth-child(2n) .txts { /*width:52%;*/ /*max-width:700px; float:right;*/
}
.product_ul ul li.rig .txts { /*width:52%;*/
	max-width:700px;
	float:right;
}
.product_ul ul li.bgs2 .h3 {
	color:#fff;
}
.product_ul ul li.bgs2 .p {
	color:#fff;
}
.product_ul ul li.bgs2 .bnts_a .a {
	border-color:#fff;
	color:#fff;
}
.product_ul ul li.bgs2 .bnts_a .a:hover {
	border-color:#040000;
}
/*产品详细*/

.product-page .introduction {
	background: #fff;
	padding-top: 10px;
	padding-bottom:10px;
	overflow: hidden;
}
.product-page .introduction .photo {
	width: 52.9%;
	max-width: 740px;
	padding-left: 140px;
	float: left;
	position: relative;
}
.product-page .introduction .photo img {
	width: 100%;
	display: block;
}
.product-page .introduction .photo .gallery-top {
	border: solid 1px #eee;
}
.product-page .introduction .photo .right {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	z-index: 2;
	padding: 38px 0;
}
.product-page .introduction .photo .gallery-thumbs {
	height: 100%;
	overflow: hidden;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide {
	height: 100px;
	-moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide span {
	border: solid 1px #eeeeee;
	display: block;
	cursor: pointer;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span {
	border: solid 1px #000000;
}
.product-page .introduction .photo .swiper-button-prev,  .product-page .introduction .photo .swiper-button-next {
	width: 100%;
	height: 38px;
	margin: 0;
	top: auto;
	bottom: auto;
	left: 0;
	right: auto;
	background: no-repeat center #ffffff;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.product-page .introduction .photo .swiper-button-prev:hover,  .product-page .introduction .photo .swiper-button-next:hover {
	background-color: #ffffff;
}
.product-page .introduction .photo .swiper-button-prev {
	top: 0;
	background-image: url(../images/arrow11.png);
}
.product-page .introduction .photo .swiper-button-prev:hover {
	background-image: url(../images/arrow13.png);
}
.product-page .introduction .photo .swiper-button-next {
	bottom: 0;
	background-image: url(../images/arrow12.png);
}
.product-page .introduction .photo .swiper-button-next:hover {
	background-image: url(../images/arrow14.png);
}
.product-page .introduction .photo .swiper-button-next.swiper-button-disabled, .product-page .introduction .photo .swiper-button-prev.swiper-button-disabled {
	opacity: 0.9;
}
.product-page .introduction .cont {
	width: 43%;
	float: right;
	overflow:hidden;
}
.product-page .introduction .cont .model {
	font-size: 16px;
	color:#666666;
	margin-top:1%;
}
.product-page .introduction .cont .title {
	font-size: 24px;
	font-weight: bold;
	color:#222222;
	margin-top:10%;
}
.product-page .introduction .cont .text {
	border-top: solid 1px #e5e5e5;
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	margin-top:32px;
	padding-top:26px;
	margin-bottom:3%;
	width:100%;
}
.product-page .introduction .cont .bnts_a {
	text-align:left;
	margin-bottom:0;
}
.product-page .product_two {
	overflow:hidden;
	margin-top:5%;
	border:1px solid #eeeeee;
	margin-bottom:7%;
	padding-bottom:4%;
}
.product-page .product_two .boxs {
	width:94%;
	margin:0 auto;
	max-width:1300px;
}
.product-page .product_two .cons {
	overflow:hidden;
	line-height:1.8;
	font-size:16px;
	color:#333;
	padding-top:3%;
}
.product-page .product_two .cons img {
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
/*发展历程2*/

.about-page .history {
	margin-top:3.5%;
}
.about-page .history .gallery-top {
	background:#f7f7f7;
}
.about-page .history .gallery-top .swiper-slide {
	overflow: hidden;
}
.about-page .history .gallery-top .pic {
	width: 50%;
	float: left;
	overflow: hidden;
	border-radius: 4px;
}
.about-page .history .gallery-top .text {
	width: 48%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 690px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: left;
}
.about-page .history .gallery-top .text .boxs {
	margin:0 auto;
	max-width:545px;
}
.about-page .history .gallery-top img {
	width:100%;
	height:100%;
	display:block;
	-webkit-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.about-page .history .gallery-top .pic:hover img {
	-webkit-transform:scale(1.12, 1.12);
	-moz-transform:scale(1.12, 1.12);
	-o-transform:scale(1.12, 1.12);
	-ms-transform:scale(1.12, 1.12);
	transform:scale(1.12, 1.12);
}
.about-page .history .gallery-top .h3 {
	font-weight: normal;
	color: #222222;
	overflow: hidden;
	line-height: 40px;
}
.about-page .history .gallery-top .txt {
	width:100%;
	font-weight:normal;
	color:#555555;
	overflow:hidden;
	line-height:24px;
	font-size:16px;
	margin-top:8px;
}
.about-page .history .gallery-thumbs {
	margin-top: 4.4%;
	margin-bottom:6%;
	position:relative;
}
.about-page .history .gallery-thumbs:after {
	content:"";
	position:absolute;
	top:19px;
	width:100%;
	left:0;
	height:0;
	border-bottom:1px dashed #0b0b0b;
}
.about-page .history .gallery-thumbs .swiper-slide {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position:relative;
	background: url(../images/history_pic1.png) no-repeat center top;
	background-size: 100% 20px;
	padding-top: 40px;
	color:#999;
	cursor: pointer;
	transition:all 0.3s;
	height:112px;
}
.about-page .history .gallery-thumbs .swiper-slide:after {
	content:"";
	position:absolute;
	left:50%;
	top:0;
	height:20px;
	background:#010101;
	width:1px;
}
.about-page .history .gallery-thumbs .swiper-slide-thumb-active {
	color: #000000;
	font-size:36px; /*background-image:url(../images/history_pic1.png);*/
}
.about-page .history .gallery-thumbs .swiper-button-prev, .about-page .history .gallery-thumbs .swiper-button-next {
	width:40px;
	height:40px;
	margin-top:-55px;
	border-radius:50%;
	opacity: 1;
	cursor:pointer;
}
.about-page .history .gallery-thumbs .swiper-button-prev {
	background: url(../images/arrow2.png) #cdcccc center center no-repeat;
	background-size: 10px 19px;
	left:0;
}
.about-page .history .gallery-thumbs .swiper-button-next {
	background: url(../images/arrow3.png) #cdcccc center center no-repeat;
	background-size: 10px 19px;
	right:0;
}
.about-page .history .gallery-thumbs .swiper-button-prev:hover, .about-page .history .gallery-thumbs .swiper-button-next:hover {
	background-color:#000;
}
 @media screen and (max-width: 1680px) {

/*内页*/

.postions .postions_b a {
margin-left:34px;
}

/*关于我们*/

.about_one .about_cons .counter {
margin-top:4%;
}
}
 @media screen and (max-width: 1440px) {

/*内页*/

.postions {
height:56px;
line-height:56px;
font-size:14px;
}
 .postions .postions_b a {
margin-left:32px;
}

/*产品列表*/

.product_ul ul li .h3 {
line-height:60px;
}
}
 @media screen and (max-width: 1360px) {

/*产品详细*/

.product-page .introduction .cont .title {
margin-top:6%;
}
}
 @media screen and (max-width: 1200px) {

/*内页*/

.postions h2 {
font-size:18px;
}
 .postions h2 span {
font-size:14px;
}
 .postions .postions_b a {
margin-left:30px;
}
 .adicon {
display:none;
}

/*关于我们*/

.a_name {
top:-50px;
}
 .about_one .wrap {
margin-top:5%;
margin-bottom:5%;
}
 .about_one .about_cons {
font-size:15px;
}
 .about_one .about_cons .counter .h6 {
font-size:15px;
margin-top:4px;
line-height:20px;
height:20px;
}
 .about_one .about_cons .counter label {
font-size:15px;
}
 .about_two ul li .p {
font-size:14px;
}
 .about_two ul li .h3 {
font-size:18px;
}

/*新闻资讯详细*/

.about_x2 .con_id {
font-size:15px;
line-height:30px;
}
 .news_one .news_one_r .h4 {
height:60px;
line-height:60px;
}

/*服务指南*/

.service_two ul li .p {
font-size:14px;
}

/*服务视频文档*/

.video_ul ul li {
margin-right:2%;
width:23.5%;
}

/*产品列表*/

.product_ul ul li .h3 {
line-height:50px;
}
 .product_ul ul li .p {
line-height:26px;
font-size:18px;
}
 .product_ul ul li .bnts_a {
margin-bottom:0;
}

/*产品详细*/

.product-page .introduction {
max-width: 1000px;
margin: 0 auto;
padding-top:0;
padding-bottom:0;
}
 .product-page .introduction .photo {
width: 100%;
max-width:none;
padding: 0;
float: none;
}
 .product-page .introduction .photo .right {
display: none;
}
 .product-page .introduction .cont {
width: 100%;
float: none;
margin: 4% 0 0 0;
}
 .product-page .introduction .cont .model {
font-size: 15px;
}
 .product-page .introduction .cont .title {
font-size: 22px;
margin-top:4%;
}
 .product-page .introduction .cont .text {
margin-top:20px;
padding-top:16px;
font-size:15px;
margin-bottom:2%;
}
 .product-page .product_two .cons {
font-size:15px;
}

/*发展历程2*/

.about-page .history .gallery-top .pic,  .about-page .history .gallery-top .text {
 width: 100%;
 float: none;
}
 .about-page .history .gallery-thumbs .swiper-slide {
 font-size: 22px;
/*background-size: 100% 14px;

	padding-top: 24px;*/

}
 .about-page .history .gallery-thumbs .swiper-slide-thumb-active {
font-size:30px;
}
}
 @media screen and (max-width: 1100px) {

/*内页*/

.postions {
height:50px;
line-height:50px;
}
 .postions .postions_b a {
margin-left:20px;
}
 .o_big_con .h2 span {
margin-top:10px;
}







/*分页*/

.yema a {
height:36px;
line-height:34px;
min-width:40px;
}

/*发展历程*/

.history_two .txts .p {
line-height:24px;
margin-top:2%;
font-size:15px;
}



/*联系我们*/

.contact_l {
width:100%;
}
 .contact_pos {
display:block;
position:static;
padding-top:4%;
clear:both;
overflow:hidden;
}
 .contact_r {
float:none;
width:100%;
max-width:none;
}
 .contact_r .contact_ul {
margin-top:2%;
}
 .contact_r .contact_fx {
display:none;
}

/*购买方式*/

.buy_ul ul li {
width:31.33%;
margin-right:3%;
}
 .buy_ul ul li:nth-child(4n+0) {
margin-right:3%;
}
 .buy_ul ul li:nth-child(3n+0) {
margin-right:0;
}

/*发展历程2*/

.about-page .history .gallery-top .txt {
margin-top:2%;
font-size:15px;
}
}
 @media screen and (max-width: 1000px) {
}
 @media screen and (max-width: 960px) {

/*内页*/

/*.postions .postions_r img{ height:14px;}*/

.postions .rclass {
display:block;
}
 .postions .postions_b {
display:none;
}
 .postions .postions_b a {
float:none;
font-size:15px;
display:block;
margin-left:0;
padding-left:3%;
text-align:left;
background:#efefef;
border-bottom:1px solid #fff;
width:auto;
}
 .postions .postions_b a:hover {
background:#0079d5;
color:#fff;
}
 .postions .postions_b a.isel {
color:#fff;
background:#040000;
}
 .postions .postions_b a:after {
height:0;
}
 .o_big_con .h2 span {
font-size:18px;
}

/*分类弹窗*/

.about_tc {
z-index: 19891025;
width: 0%;
right: 0%;
position:absolute;
overflow: hidden;
top:0;
height:100%;/* display: none;*/
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;
}

/*关于我们*/

.about_one .wrap {
margin-top:6%;
margin-bottom:6%;
}
 .about_one .about_cons {
line-height:26px;
font-size:14px;
}
 .about_one .about_cons .counter ul li {
max-width:none;
}
 .about_one_t {
float:none;
width:100%;
margin-right:0;
margin-bottom:3%;
}
 .about_one_t img {
margin:0 auto;
display:block;
}
 .about_two ul li img {
margin-top:35px;
width:60px;
height:60px;
}
 .about_two ul li .p {
margin-bottom:30px;
}

/*发展历程*/

.history_two .txts .year {
margin-top:3%;
line-height:36px;
}
 .history_two .txts .p {
line-height:22px;
font-size:14px;
}

/*新闻中心*/

.news_ul ul li {
width:49%;
}
 .news_ul ul li:nth-child(3n+0) {
margin-right:2%;
}
 .news_ul ul li:nth-child(2n+0) {
margin-right:0;
}
 .bnts_a .a {
line-height:40px;
font-size:16px;
width:160px;
}

/*新闻资讯详细*/

.about_x2 .show_t {
font-size:22px;
line-height:32px;
}
 .about_x2 .show_t.bgs2 {
font-size:26px;
}
 .about_x2 .con_id {
line-height:26px;
font-size:15px;
}
 .about_x2 .con_id .case_one {
line-height:32px;
}
 .prenext {
font-size:15px;
line-height:24px;
}
 .prenext span {
height:24px;
}
 .prenext .goback {
margin-top:-48px;
padding-top:24px;
line-height:24px;
height:48px;
background-position:center top 5px;
font-size:15px;
}

/*服务指南*/

.service_two ul li img {
margin-top:35px;
width:70px;
height:70px;
}
 .service_two ul li .p {
margin-bottom:40px;
}
 .service_two ul li .h3 {
line-height:26px;
height:52px;
white-space:normal;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

/*服务视频文档*/

.video_ul ul li {
width:32%;
}
 .video_ul ul li:nth-child(4n+0) {
margin-right:2%;
}
 .video_ul ul li:nth-child(3n+0) {
margin-right:0;
}
 .video_ul2 ul li .txts .a {
line-height:40px;
width:160px;
text-indent:26px;
background-position:left 118px center;
}
 .video_ul2 ul li .txts .a:hover {
text-indent:30px;
background-position:left 122px center;
}

/*购买方式*/

.buy_ul ul li {
width:48.5%;
}
 .buy_ul ul li:nth-child(3n+0) {
margin-right:3%;
}
 .buy_ul ul li:nth-child(2n+0) {
margin-right:0;
}

/*产品列表*/

.product_ul ul li .h3 {
line-height:40px;
}

/*产品详细*/

.product-page .introduction .cont .model {
font-size:14px;
}
 .product-page .introduction .cont .title {
font-size:20px;
}
 .product-page .introduction .cont .text {
font-size:14px;
}

/*发展历程2*/

.about-page .history .gallery-top .txt {
line-height:22px;
font-size:14px;
}
 .about-page .history .gallery-top .h3 {
margin-top:3%;
line-height:36px;
}
 .about-page .history .gallery-thumbs .swiper-slide {
font-size:20px;/* padding-top:30px; */
height:98px;
}
 .about-page .history .gallery-thumbs .swiper-slide-thumb-active {
font-size:28px;
}
 .about-page .history .gallery-thumbs .swiper-button-prev, .about-page .history .gallery-thumbs .swiper-button-next {
margin-top:-49px;
}
}
 @media screen and (max-width: 830px) {

/*内页*/

.postions h2 {
font-size:16px;
}
 .postions h2 span {
font-size:13px;
}
}
 @media screen and (max-width: 780px) {

/*内页*/

.o_big {
height:250px;
}
 .o_big_con .h2 span {
font-size:16px;
}
 .postions {
height:42px;
line-height:42px;
font-size:13px;
}
 .postions h2 {
display:none;
}
 .postions .postions_b a {
height:44px;
line-height:44px;
font-size:14px;
}



/*分页*/

.yema a {
height:28px;
line-height:26px;
padding-left:6px;
padding-right:6px;
min-width:30px;
margin-left:2px;
font-size:13px;
}

/*关于我们*/

.about_one_t img {
height:22px;
width:auto;
}
 .about_one .about_cons .counter .h6 {
font-size:14px;
}
 .about_one .about_cons .counter label {
font-size:14px;
}
 .about_two {
margin-top:4%;
}
 .about_two ul {
display:block;
}
 .about_two ul li {
width:49%;
margin-top:0;
}
 .about_two ul li:nth-child(2n) {
margin-right:0;
}
 .about_two ul li .p {
height:72px;
}
 .about_two ul li .h3 {
margin-top:15px;
}

/*发展历程*/

.history_two .txts .p {
line-height:24px;
font-size:13px;
}
 .history_two .txts .year {
margin-top:2%;
line-height:30px;
}

/*新闻中心*/

.news_ul ul li .date {
font-size:13px;
}
 .news_ul ul li .h3 {
font-size:15px;
margin-top:12px;
}

/*新闻资讯详细*/

.news_one {
display:block;
}
 .news_one .news_one_l {
width:100%;
margin-right:0;
float:none;
}
 .news_one .news_one_r {
width:100%;
}
 .news_ul2 ul li .h3 {
height:auto;
}

/*联系我们*/

.contact_r .contact_ul li {
padding-top:20px;
padding-left:50px;
background-position: left top 22px;
}

/*服务指南*/

.service_two {
margin-top:4%;
}
 .service_two ul {
display:block;
}
 .service_two ul li {
width:49%;
margin-top:0;
}
 .service_two ul li:nth-child(2n) {
margin-right:0;
}
 .service_two ul li .p {
height:48px;
margin-bottom:20px;
}
 .service_two ul li .h3 {
margin-top:15px;
height:auto;
}

/*服务视频文档*/

.video_ul ul li {
width:49%;
margin-right:2%;
margin-bottom:2%;
}
 .video_ul ul li:nth-child(3n+0) {
margin-right:2%;
}
 .video_ul ul li:nth-child(2n+0) {
margin-right:0;
}
 .video_ul ul li .h3 {
font-size:15px;
line-height:40px;
height:40px;
}
 .video_ul2 ul li .imgs {
width:300px;
padding-top:190px;
}
 .video_ul2 ul li .txts {
width: calc(97% - 300px);
width: -webkit-calc(97% - 300px);
width: -moz-calc(97% - 300px);
}

/*购买方式*/

.buy_ul ul li .h3 {
font-size:15px;
height:50px;
line-height:50px;
}

/*产品列表*/

.product_ul ul li .h3 {
line-height:36px;
}
 .product_ul ul li .p {
line-height:24px;
font-size:16px;
margin-top:20px;
margin-bottom:0;
}

/*发展历程2*/

.about-page .history .gallery-top .txt {
font-size:13px;
}
 .about-page .history .gallery-top .h3 {
margin-top:2%;
line-height:30px;
}
}
 @media screen and (max-width: 640px) {

/*内页*/

.position {
height:44px;
line-height:44px;
font-size:13px;
}
 .position .postions_b a {
font-size:13px;
}



/*分页*/

.yema a {
font-size:12px;
}

/*.yema a span{ font-size:13px;}*/

/*暂无内容*/

.nodata {
background-size:auto 130px;
padding-top:140px;
margin-top:15%;
margin-bottom:15%;
}

/*关于我们*/

.about_one_t {
float:none;
width:100%;
margin-right:0;
}
 .about_one .about_cons {
margin-top:4%;
}
 .about_one .about_cons p {
padding-bottom:2%;
}
 .about_one .about_cons .counter .h6 {
font-size:13px;
}
 .about_one .about_cons .counter label {
font-size:13px;
}
 .about_two ul li .p {
height:88px;
line-height:22px;
margin-bottom:20px;
}

/*发展历程*/

.history_two .imgs {
width:100%;
float:none;
}
 .history_two .txts {
float:none;
position:static;
height:auto;
margin-bottom:5%;
width:100%;
max-width:none;
}
 .history_two .txts .p {
margin-top:1.5%;
}
 .history_two .txts .year {
margin-top:4%;
line-height:26px;
}

/*新闻中心*/

.bnts_a .a {
font-size:15px;
line-height:36px;/* padding-left:18px; padding-right:18px;*/
width:140px;
}

/*.bnts_a .a:hover{ padding-left:22px; padding-right:14px;}*/

/*新闻资讯详细*/

.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:12px;
line-height:30px;
text-align:center;
}
 .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 {
height:500px;
}
 .contact_l iframe {
height: 500px;
}
 .contact_r .contact_ul li {/* padding-left:36px; background-size:auto 30px; */
font-size:14px;
}
 .contact_r .contact_ul li label {
font-size:16px;
}

/*服务视频文档*/

.video_ul2 ul li .txts {
width: calc(49% - 0px);
width: -webkit-calc(49% - 0px);
width: -moz-calc(49% - 0px);
}
 .video_ul2 ul li .txts .a {
font-size:15px;
line-height:36px;
width:140px;
background-position:left 108px center;
text-indent:20px;
margin-top:3%;
}
 .video_ul2 ul li .txts .a:hover {
text-indent:24px;
background-position:left 112px center;
}
 .video_ul2 ul li .imgs {
width:49%;
padding-top:31.1%;
}
 .video_ul2 ul li .txts .h3 {
line-height:30px;
height:70px;
}

/*产品详细*/

.product-page .introduction .cont .model {
font-size:13px;
}
 .product-page .introduction .cont .title {
font-size:18px;
}
 .product-page .introduction .cont .text {
line-height:24px;
font-size:13px;
}
 .product-page .product_two .cons {
font-size:14px;
}
 .product-page .product_two {
margin-top:8%;
}

/*发展历程2*/

.about-page .history .gallery-top .pic {
width:100%;
float:none;
}
 .about-page .history .gallery-top .text {
width:100%;
position:static;
display:block;
height:auto;
margin-top:3%;
margin-bottom:3%;
}
 .about-page .history .gallery-top .txt {
margin-top:1.5%;
}
 .about-page .history .gallery-top .h3 {
margin-top:4%;
line-height:26px;
}
 .about-page .history .gallery-thumbs .swiper-slide {
font-size:18px;/*padding-top:25px;*/
height:82px;
}
 .about-page .history .gallery-thumbs .swiper-slide-thumb-active {
font-size:24px;
}
 .about-page .history .gallery-thumbs .swiper-button-prev, .about-page .history .gallery-thumbs .swiper-button-next {
margin-top:-40px;
display:none;
}
}
 @media screen and (max-width: 520px) {
}
 @media screen and (max-width: 480px) {

/*内页*/

.o_big {
height:200px;
}
 .o_big_con .h2 {
font-size:18px;
padding-top:20px;
}
 .o_big_con .h2 span {
font-size:14px;
margin-top:6px;
margin-bottom:10px;
}
 .postions {
font-size:12px;
}
 .postions .postions_b a {
font-size:13px;
}
 .postions .postions_r span { /* display:none; */
}
 .postions .postions_r img {
margin-left:6px;
margin-right:5px;
vertical-align:revert;
}

/*分页*/

.yema {
padding-top:35px;
padding-bottom:40px;
}
 .yema a {
padding-left:5px;
padding-right:5px;
margin-left:2px;
}

/*关于我们*/

.about_one {
background:#f7f7f7;
}
 .about_one .wrap {
margin-top:7%;
}
 .about_one_t img {
height:20px;
}
 .about_one .about_cons {
font-size:13px;
line-height:24px;
}
 .about_one .about_cons p {
padding-bottom:3%;
}
 .about_one .about_cons .counter .h6 {
font-size:12px;
}
 .about_one .about_cons .counter label {
font-size:12px;
}
 .about_one .about_cons .counter ul li {
width: calc(50% - 0px);
width: -webkit-calc(50% - 0px);
width: -moz-calc(50% - 0px);
margin-bottom:3%;
padding-left:20px;
}
 .about_one .about_cons .counter ul li:last-child {
width:50%;
float:left;
}
 .about_one .about_cons .counter span {
font-weight:bold;
font-size:24px;
}
 .about_two ul li img {
width:50px;
height:50px;
margin-top:25px;
}
 .about_two ul li .h3 {
font-size:16px;
line-height:26px;
height:26px;
}
 .about_two ul li .p {
margin-top:5px;
}



/*新闻中心*/

.news_ul ul li .h3 {
font-size:14px;
margin-top:10px;
height:44px;
line-height:22px;
}
 .news_ul ul li .date {
height:22px;
line-height:22px;
font-size:12px;
margin-top:8px;
}
 .bnts_a .a {
font-size:14px;
width:130px;
}
 .news_ul 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);
}

/*新闻资讯详细*/

.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 {
padding-right:60px;
height:22px;
}
 .prenext .goback {
font-size:12px;
}
 .news_ul2 ul li .h3 {
font-size:16px;
line-height:22px;
}
 .news_ul2 ul li .date {/* width:100px; height:32px; line-height:32px; */
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 {
height:400px;
}
 .contact_l iframe {
height: 400px;
}
 .contact_r .contact_ul li {
padding-top:15px;
padding-bottom:15px;
background-position: left top 18px;
}
 .fenxiang .news_fx ul li {
width:28px;
height:24px;
}
 .fenxiang .news_fx ul li a {
width:28px;
height:24px;
}

/*服务指南*/

.service_two ul li {
float:none;
margin-right:0;
width:100%;
}
 .service_two ul li .p {
height:auto;
margin-bottom:10%;
margin-top:8px;
}
 .service_two ul li img {
margin-top:9%;
}
 .service_two ul li .h3 {
font-size:16px;
}

/*服务视频文档*/

.video_ul ul li .h3 {
font-size:14px;
line-height:36px;
height:36px;
}
 .video_ul ul li i {
width:27px;
height:27px;
margin-left:-15px;
margin-top:-13px;
}
 .video_ul2 ul li .txts .a {
font-size:14px;
width:130px;
background-position: left 96px center;
text-indent: 18px;
margin-top:4%;
}
 .video_ul2 ul li .txts .a:hover {
text-indent:22px;
background-position:left 100px center;
}
 .video_ul2 ul li .txts .h3 {
line-height:26px;
height:52px;
}
 .video_ul 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);
}

/*购买方式*/

.buy_ul ul li .h3 {
font-size:14px;
height:44px;
line-height:44px;
}
 .buy_ul 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);
}

/*产品列表*/

.product_ul ul li .h3 {
line-height:30px;
}
 .product_ul ul li .p {
font-size:14px;
line-height:22px;
margin-top:15px;
}

/*产品详细*/

.product-page .introduction .cont .model {
font-size:12px;
}
 .product-page .introduction .cont .title {
font-size:17px;
}
 .product-page .introduction .cont .text {
line-height:22px;
font-size:12px;
}
 .product-page .product_two .cons {
font-size:13px;
padding-top:4%;
}

/*发展历程2*/

.about-page .history .gallery-thumbs .swiper-slide {
padding-top:20px;
}
 .about-page .history .gallery-top .pic:hover 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);
}

/*服务视频文档*/

.video_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);
}
}
 @media screen and (max-width: 420px) {

/*关于我们*/

.about_one .about_cons {
font-size:12px;
line-height:22px;
}

/*新闻资讯详细*/

.news_ul2 ul li .date {
font-size:12px;
}
 .news_ul2 ul li .h3 {
margin-top:10px;
}

/*联系我们*/

.contact_l {
height:350px;
}
 .contact_l iframe {
height: 350px;
}

/*服务视频文档*/

.video_ul ul li .h3 {
font-size:13px;
}
 .video_ul2 ul li .txts .h3 {
line-height:24px;
height:48px;
}

/*产品列表*/

.product_ul ul li .h3 {
line-height:26px;
}
 .product_ul ul li .p {
margin-top:10px;
font-size:13px;
line-height:20px;
}

/*产品详细*/

.product-page .product_two .cons {
font-size:12px;
}
}
 @media screen and (max-width: 360px) {

/*关于我们*/

.about_one .about_cons {
line-height:20px;
}
}
