@import url(style.css);
@import url(pscroll.css);
@import url(lrtk3.css);

/*内页*/

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


/*荣誉资质*/

.about_bg3 {
	background: #fafafa;
	overflow: hidden;
}

.honor_ul {
	overflow: hidden;
	margin-top: 2%;
}

.honor_ul li {
	float: left;
	overflow: hidden;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
}

.honor_ul li:nth-child(4n+0) {
	margin-right: 0;
}

.honor_ul li .imgs {
	width: 200px;
	margin: 0 auto;
	height: 274px;
	margin-top: 23px;
	margin-bottom: 23px;
	display: flex;
	align-items: center;
	justify-content: left;
}

.honor_ul li .imgs img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	-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;
}

.honor_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);
}

.honor_ul li .txts {
	text-align: center;
	border-top: 1px solid #dddddd;
	overflow: hidden;
}

.honor_ul li .h3 {
	width: 96%;
	margin: 0 auto;
	font-weight: normal;
	font-size: 15px;
	overflow: hidden;
	height: 80px;
	line-height: 80px;
	color: #2b2b2b;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yema {
	width: 100%;
	text-align: center;
	clear: both;
	overflow: hidden;
	padding-top: 4%;
	/* padding-bottom:5%;*/
	clear: both;
}

.yema.bgs2 {
	width: calc(98% - 210px);
	width: -webkit-calc(98% - 210px);
	width: -moz-calc(98% - 210px);
	text-align: right;
	float: right;
	padding-top: 0%;
	clear: none;
}

.yema a {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 8px;
	min-width: 40px;
	margin-left: 4px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 50%;
}

.yema a:hover {
	text-decoration: none;
	color: #fff;
	background: #00aa85;
	border: 1px solid #00aa85;
}

.yema a.on {
	color: #fff;
	background: #00aa85;
	border: 0px solid #00aa85;
}

.yema a.first,
.yema a.last {
	margin-right: 0;
}

.yema a.first:hover,
.yema a.last:hover {
	background-color: #00aa85;
}

.yema a span {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

.news_page {
	clear: both;
	padding-top: 15px;
	background: #f8f8f8;
	overflow: hidden;
	padding-right: 3px;
	margin-top: 3%;
}

.news_page.secs {
	background: #fff;
}

.news_page.secs2 {
	background: none;
	padding-top: 0;
	margin-top: 0;
}

.page_l {
	float: left;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	width: 210px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 6px;
}

.news_page.secs .yema a {
	background: #f5f5f5;
}

.news_page.secs .yema a:hover {
	background: #00aa85;
}

.news_page.secs .yema a.on {
	color: #fff;
	background: #00aa85;
	border: 0px solid #00aa85;
}

.postions {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	color: #555555;
	font-size: 15px;
	position: static;
	width: 100%;
	z-index: 5;
	margin-top: 15px;
}

.posadd .postions {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

.cpzx {
	text-align: center;
	margin-top: 50px;
}

.cpzx h3 {
	font-size: 1.8rem;
}

.cpzx p {
	margin-top: 10px;
	font-size: 1.2rem;
}

.productcenter>ul>li {
	display: inline-block;
	/* height:76px;*/
	margin: 0 5px;
}

.productcenter>ul>li {
	*display: inline;
}

.productcenter>ul>li>a {
	display: block;
	padding: 0 20px;
	height: 34px;
	font-size: 16px;
	color: #555;
	text-decoration: none;
	line-height: 34px;
	border: 1px solid #d7d5d5;
	border-radius: 20px;
	transition: 0.3s all ease;
}

.productcenter {
	position: relative;
	overflow: hidden;
	height: 80px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 0;
}

.productcenter ul>li.cur>a,
.productcenter>ul>li:hover>a {
	background-color: #e1c564;
	border-radius: 20px;
	color: #fff;
}

.E_w_list {
	position: absolute;
	max-width: 1400px;
	display: none;
	margin-top: 10px;
	left: 0;
}

.E_w_list a {
	display: inline-block;
	margin: 0 10px;
	line-height: 40px;
	font-size: 16px;
	color: #343434;
}

.E_w_list a:hover {
	color: #e1c564;
}

.productcenter>ul>li:hover .E_w_list {
	display: block;
	z-index: 3
}

.productcenter>ul>li.cur .E_w_list {
	display: block
}

.postions .wrap2 {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
}

.postions a {
	color: #555555;
}

.postions a:hover {
	color: #e1c564;
}

.postions label {
	color: #555555;
}

.postions .postions_r {}

.postions .postions_r img {
	vertical-align: baseline;
	margin-right: 8px;
	margin-left: 30px;
}

.postions h2 {
	float: left;
	font-weight: normal;
	color: #333;
	height: 58px;
	font-size: 20px;
}

.postions h2 span {
	font-size: 16px;
	font-family: Arial;
}

.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;
	margin-right: 10px;
}

.postions .postions_b {
	float: right;
}

.postions .postions_b a {
	float: left;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	z-index: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.postions .postions_b a:hover {
	color: #0952ae;
}

.postions .postions_b a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 100%;
	opacity: 0;
	background: url(../images/about_bg2.jpg) center center no-repeat;
	background-size: cover;
	-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.isel {
	color: #fff;
}

.page-num-current {
	background-color: #e1c564;
}

.page-num-current a {
	color: white !important;
}


/*分类弹窗*/

.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 {
	position: relative;
	/* overflow:hidden; */
}

.o_big {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 100%;
	-webkit-animation: scaleAnim 5s ease forwards;
	animation: scaleAnim 5s ease forwards;
	height: 350px;
}

.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;
	text-transform: uppercase;
	padding-top: 100px;
}

.o_big_con .h2 span {
	display: block;
	overflow: hidden;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.24);
	line-height: 1;
	text-transform: uppercase;
	margin-top: 12px;
	font-size: 16px;
	font-family: Arial;
}


/*分页*/

.yema {
	width: 100%;
	text-align: center;
	clear: both;
	overflow: hidden;
	padding-top: 4.3%;
	padding-bottom: 4.3%;
	clear: both;
}

.yema a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	overflow: hidden;
	padding-right: 10px;
	min-width: 18px;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	color: #828282;
	font-size: 14px;
	border: 1px solid #eeeeee;
	background: #eeeeee;
}

.yema a:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/news_bg1.png) no-repeat;
	background-size: cover;
	border: 1px solid #3db247;
}

.yema a.on {
	color: #fff;
	background: url(../images/news_bg1.png) no-repeat;
	background-size: cover;
	border: 1px solid #3db247;
}

.yema a.first,
.yema a.last {
	margin-right: 0;
}

.yema a.first:hover,
.yema a.last:hover {
	background: url(../images/news_bg1.png) no-repeat;
	background-size: cover;
}

.yema a span {
	font-family: "宋体";
	font-size: 16px;
}


/*公司介绍*/

.about_con {
	overflow: hidden;
	line-height: 26px;
	font-size: 16px;
	color: #666666;
	padding-top: 2%;
	margin-bottom: 7%;
}

.about_con .dingzhi_desc {
	text-align: center;
	overflow: hidden;
	max-width: 930px;
	margin: 0 auto;
	margin-top: 3%;
}

.about_t {
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 4.5%;
	position: relative;
	color: #f8f8f8;
	font-weight: bold;
	line-height: 1;
}

.about_t .h3 {
	overflow: hidden;
	text-transform: none;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	left: 0;
	width: 100%;
	color: black;
}

.about_t.bgs2 {
	margin-bottom: 0;
	margin-top: 2%;
}

.about_t.bgs2 .h3 {
	position: static;
	transform: translate(0%, 0%);
	color: #333;
	font-weight: normal;
}

.about_con img {
	max-width: 100%;
}

.about_con .h4 {
	font-weight: bold;
}

.about_ul {
	margin-top: 4%;
	overflow: hidden;
}

.about_ul ul li {
	float: left;
	width: 49%;
	text-align: center;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.about_ul ul li:nth-child(2n+0) {
	float: right;
}

.about_ul ul li .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	-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;
}

.about_ul ul li .img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.about_ul 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);
}

.about_ul ul li .boxs {
	padding-bottom: 11%;
	padding-top: 12.5%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.about_ul ul li i {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-bottom: 30px;
}

.about_ul ul li i.bgs1 {
	background-image: url(../images/about_pic2.png);
}

.about_ul ul li i.bgs2 {
	background-image: url(../images/about_pic3.png);
}

.about_ul ul li .h3 {
	font-weight: bold;
	width: 94%;
	margin: 0 auto;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 6px;
	color: white;
}

.about_ul ul li .p {
	width: 94%;
	margin: 0 auto;
	line-height: 26px;
	font-size: 16px;
	color: white;
}


/*联系我们*/

.contact_ul {
	overflow: hidden;
	margin-top: 3%;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 2%;
}

.contact_ul ul li {
	float: left;
	width: 25%;
	overflow: hidden;
	text-align: center;
}

.contact_ul ul li .box {
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 12%;
	padding-bottom: 12%;
}

.contact_ul ul li .box a {
	color: #666666;
	transition: all 0.3s;
}

.contact_ul ul li .box a:hover {
	color: #0952ae;
}

.contact_ul ul li .box .h3 {
	font-weight: normal;
	color: #999999;
	margin-bottom: 1%;
	font-size: 14px;
}

.contact_ul ul li .box i {
	margin: 0 auto;
	width: 52px;
	height: 52px;
	display: block;
	transition: all 0.3s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	margin-bottom: 3%;
	transition: all 0.3s;
	border-radius: 50%;
}

.contact_ul ul li .box i.bgs1 {
	background-image: url(../images/contact_pic1.png);
}

.contact_ul ul li .box i.bgs2 {
	background-image: url(../images/contact_pic2.png);
}

.contact_ul ul li .box i.bgs3 {
	background-image: url(../images/contact_pic3.png);
}

.contact_ul ul li .box i.bgs4 {
	background-image: url(../images/contact_pic4.png);
}


/*.contact_ul ul li:hover i{transform: rotate(360deg);}*/


/*.contact_ul ul li:hover .box i.bgs1{ background-image:url(../images/contact_pic1_on.png);}
.contact_ul ul li:hover .box i.bgs2{ background-image:url(../images/contact_pic2_on.png);}
.contact_ul ul li:hover .box i.bgs3{ background-image:url(../images/contact_pic3_on.png);}*/

.contact_ul ul li .p {
	max-width: 290px;
	margin: 0 auto;
	overflow: hidden;
	/* font-weight:bold; */
}

.contact_ul ul li .p label {
	display: block;
	color: #999999;
	margin-top: 4px;
}

.contact_map {
	margin-top: 0.5%;
	overflow: hidden;
}

.contact_map iframe {
	height: 452px;
}

.feedback_div2 {
	padding-bottom: 6%;
	overflow: hidden;
	text-align: center;
	margin-top: 3%;
}

.feedback_div2 .divs {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}

.feedback_div2 .divs:nth-child(3n+0) {
	margin-right: 0;
}

.feedback_div2 .inputs2 {
	width: 99%;
	background: #f8f8f8;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	color: #a0a0a0;
	border: 1px solid #eeeeee;
	outline: none;
	text-indent: 28px;
	font-family: "微软雅黑";
}

.feedback_div2 .feedback_t {
	color: #999999;
	font-size: 16px;
	padding-left: 28px;
	overflow: hidden;
	background: url(../images/contact_pic5.png) left center no-repeat;
	text-align: left;
	margin-bottom: 2%;
	margin-top: 2%;
}

.feedback_div2 .feedback_t.bgs2 {
	background: none;
	padding-left: 0;
}

.feedback_div2 .feedback_t font {
	color: #fe1212;
}

.feedback_div2 .textarea {
	padding: 1%;
	width: calc(99% - 30px);
	width: -webkit-calc(99% - 30px);
	width: -moz-calc(99% - 30px);
	padding-left: 28px;
	background: #f8f8f8;
	font-size: 15px;
	border: 1px solid #eeeeee;
	outline: none;
	margin-bottom: 2%;
	color: #a0a0a0;
	height: 190px;
	font-family: "微软雅黑";
}

.feedback_div2 .bnts2 {
	float: left;
	border: none;
	width: 100%;
	max-width: 107px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background: url(../images/contact_pic6.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 20px;
}

.feedback_div2 .bnts2:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}

.feedback_div2 .inputs2.bgs2 {
	text-indent: 80px;
}


/*.feedback_div2 .selects{ position:absolute; left:2px; padding-left:4%; height:46px; line-height:46px; top:1px; width:70px; border:0; font-size:15px; outline:none;}*/


/*合作伙伴*/

.partner_ul {
	overflow: hidden;
	margin-top: 3%;
	border-left: 1px solid #ececec;
	border-top: 1px solid #ececec;
}

.partner_ul ul li {
	width: 20%;
	float: left;
	overflow: hidden;
	transition: all 0.3s;
}

.partner_ul ul li .box {
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}

.partner_ul ul li .imgs {
	overflow: hidden;
	transition: all 0.6s;
}

.partner_ul ul li .imgs img {
	display: block;
	width: 100%;
	transition: all 0.6s;
	/* -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/
}


/*.partner_ul ul li:hover .imgs img{-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;}*/

.partner_ul ul li:hover .imgs {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.partner_ul ul li:hover .imgs img {
	transform: rotateY(-180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
}


/*研发定制*/

.feedback_div {
	max-width: 850px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	margin-top: 4%;
}

.feedback_div label {
	display: block;
	color: #999999;
	text-align: left;
	margin-bottom: 1%;
	font-size: 14px;
}

.feedback_div label.bgs2 {
	margin-bottom: 1%;
}

.feedback_div label .reds {
	color: #fe1212;
}

.feedback_div .divs {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.feedback_div .divs:nth-child(2n+0) {
	margin-right: 0;
}

.feedback_div .inputs2 {
	width: 99%;
	background: #f8f8f8;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	color: #999999;
	border: 1px solid #eeeeee;
	outline: none;
	text-indent: 20px;
	font-family: "微软雅黑";
}

.feedback_div .inputs2.bgs2 {
	margin-bottom: 2%;
	text-indent: 0;
	padding-left: 10px;
}

.feedback_div select::-ms-expand {
	display: none;
}


/*.feedback_div .textarea{ padding:1%; padding-left:20px; width:99%;box-sizing:border-box;-moz-box-sizing:border-box;webkit-box-sizing:border-box; background:#f8f8f8; font-size:14px; font-family:"微软雅黑";border:1px solid #eeeeee; outline:none; color:#999999; height:170px;  }*/


/*.feedback_div .textarea:focus{ color:#666;}*/

.feedback_div .bnts2 {
	border: none;
	width: 30%;
	max-width: 165px;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	background: url(../images/dingzhi_bg1.png) no-repeat;
	background-size: 100% 100%;
	font-family: "微软雅黑";
	text-align: center;
	color: #fff;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	margin: 0 auto;
	margin-top: 2%;
	border-radius: 20px;
	text-transform: uppercase;
	transition: all 0.3s;
}

.feedback_div .bnts2:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}


/*新闻中心*/

.news_con {
	overflow: hidden;
	margin-top: 2%;
	margin-bottom: 2%;
}

.news_con ul li {
	overflow: hidden;
	background: url(../images/about_bg3.png) #f8f8f8 right bottom no-repeat;
	background-size: 50% auto;
	display: block;
	position: relative;
	border-radius: 6px;
}

.news_con ul li .imgs {
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
}

.news_con ul li .imgs img {
	width: 100%;
	/* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
	-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_con ul li:hover .imgs img {
	/*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
	-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_con ul li .imgs span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 136px;
	height: 48px;
	line-height: 48px;
	background: #0181c8;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.news_con ul li .i_about_r {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	width: 50%;
	overflow: hidden;
}

.news_con ul li .i_about_r .cons {
	max-width: 550px;
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
}

.news_con ul li .i_about_r h3 {
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	transition: all 0.3s;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_con ul li .i_about_r em {
	display: block;
	text-align: right;
	font-style: normal;
	font-size: 16px;
	color: #999999;
	height: 30px;
	line-height: 30px;
	margin-top: 15%;
	background: url(../images/about_bg4.png) left center no-repeat;
	transition: all 0.3s;
}

.news_con ul li:hover .i_about_r em {
	background-image: url(../images/i_bg4_on.png);
}

.news_con ul li .i_about_r .p {
	height: 60px;
	overflow: hidden;
	font-size: 15px;
	color: #666;
	line-height: 20px;
	margin-top: 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_con ul li:hover .i_about_r h3 {
	color: #0952ae;
}

.news_ul {
	overflow: hidden;
	padding-top: 1%;
}

.news_ul ul li {
	display: block;
	overflow: hidden;
	padding-top: 3.5%;
	padding-bottom: 3.5%;
	border-bottom: 1px solid #eeeeee;
}

.news_ul ul li .txts {
	overflow: hidden;
	max-width: 1130px;
}

.news_ul ul li .dates {
	float: right;
	padding-right: 32px;
	position: relative;
	line-height: 20px;
	overflow: hidden;
	text-align: right;
	margin-top: 16px;
	font-size: 16px;
	color: #999999;
	margin-left: 30px;
}

.news_ul ul li .dates:after {
	content: "";
	width: 1px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 0;
	background: #dddddd;
}

.news_ul ul li .dates b {
	display: block;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

.news_ul ul li .nmores {
	float: right;
	margin-left: 30px;
	margin-top: 21px;
	width: 30px;
	height: 30px;
	background: url(../images/about_bg4.png) no-repeat;
	background-size: 100% 100%;
}

.news_ul ul li:hover .nmores {
	background-image: url(../images/i_bg4_on.png);
}

.news_ul ul li .h3 {
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_ul ul li .p {
	overflow: hidden;
	line-height: 20px;
	height: 40px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #888888;
	margin-top: 12px;
}

.news_ul ul li:hover .h3 {
	color: #0952ae;
}


/*新闻资讯详细*/

.about_x2 {
	float: left;
	width: 70.5%;
	padding-bottom: 1%;
	padding-right: 3%;
	padding-top: 2%;
	border-right: 1px solid #e7e7e7;
}

.about_x2.bgs2 {
	float: none;
	width: 100%;
	border-right: 0;
	padding-right: 0;
}

.about_x2.bgs2 .show_t {
	text-align: center;
}

.about_x2.bgs2 .con_line {
	text-align: center;
	height: auto;
}

.about_x2 .show_t {
	line-height: 32px;
	font-size: 24px;
	color: #333333;
	text-align: left;
	margin-bottom: 1%;
	margin-top: 5px;
	font-weight: bold;
}

.about_x2 .con_line {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #c8c8c8;
	border-bottom: 1px solid #f0f0f0;
	text-align: left;
	padding-bottom: 1%;
}

.about_x2 img {
	margin-bottom: 10px;
	display: block;
	max-width: 100%;
}

.about_x2 .con_id {
	line-height: 28px;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	padding-top: 4%;
	font-size: 14px;
	color: #555555;
	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 table {
	border-collapse: collapse;
	border-spacing: 0;
}

.about_x2 table td {
	line-height: 22px;
	height: 27px;
	/*border:1px solid #000;*/
}

.prenext {
	padding-top: 3%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 4%;
	border-top: 1px solid #f0f0f0;
	overflow: hidden;
	line-height: 26px;
	color: #555555;
	text-align: center;
}

.prenext span {
	width: 40%;
	overflow: hidden;
}

.prenext span.l {
	text-align: left;
}

.prenext span.r {
	text-align: right;
}

.prenext a {
	color: #555555;
	overflow: hidden;
	transition: all 0.3s;
}

.prenext a:hover {
	color: #0952ae;
	text-decoration: none;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.prenext .goback {
	display: inline-block;
	vertical-align: top;
	height: 38px;
	line-height: 38px;
	width: 120px;
	border: 1px solid #9e0534;
	border-radius: 20px;
	color: #2f62b6;
	margin-top: -6px;
}

.prenext .goback:hover {
	background: #0952ae;
	color: #fff;
}

.fenxiang {
	float: right;
}

.about_x2.bgs2 .fenxiang {
	float: none;
	margin-top: 10px;
}

.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-left: 4px;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.fenxiang .news_fx ul li.bgs1 {
	background-image: url(../images/fx_pic1.png);
}

.fenxiang .news_fx ul li.bgs2 {
	background-image: url(../images/fx_pic2.png);
}

.fenxiang .news_fx ul li.bgs3 {
	background-image: url(../images/fx_pic3.png);
}

.fenxiang .news_fx ul li:hover {
	transition: all 0.3s/*;opacity:0.8;filter:Alpha(opacity=80);*/
}

.fenxiang .news_fx ul li.bgs1:hover {
	background-image: url(../images/fx_pic1_on.png);
}

.fenxiang .news_fx ul li.bgs2:hover {
	background-image: url(../images/fx_pic2_on.png);
}

.fenxiang .news_fx ul li.bgs3:hover {
	background-image: url(../images/fx_pic3_on.png);
}

.fenxiang .news_fx ul li a {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
}

.fenxiang .news_fx ul li a:hover {
	background: none;
}

.fenxiang .social-share .icon-qq:before {
	content: "";
}

.fenxiang .social-share .icon-qq {
	border: 0;
}

.fenxiang .social-share .icon-qq:hover {
	background-image: url(../images/fx_pic1_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-weibo:before {
	content: "";
}

.fenxiang .social-share .icon-weibo {
	border: 0;
}

.fenxiang .social-share .icon-weibo:hover {
	background: url(../images/fx_pic2_on.png) no-repeat;
	background-size: 100% 100%;
}

.news_r {
	float: right;
	overflow: hidden;
	background: #fff;
	width: 24%;
	max-width: 290px;
	margin-top: 1%;
	margin-bottom: 5%;
}

.news_r .news_t {
	font-weight: normal;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
}

.news_r .news_t .h2 {
	font-weight: normal;
	color: #333333;
	font-size: 22px;
	margin-right: 30px;
	height: 70px;
	line-height: 70px;
}

.news_r .news_ul3 {
	margin-left: 10px;
	overflow: hidden;
}

.news_r .news_ul3 ul li {
	display: block;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5%;
	margin-bottom: 5%;
	overflow: hidden;
}

.news_r .news_ul3 ul li label {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #c8c8c8;
	font-size: 14px;
}

.news_r .news_ul3 ul li .h3 {
	font-weight: normal;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 15px;
	transition: all 0.3s;
	margin-top: 1%;
	margin-bottom: 1%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_r .news_ul3 ul li:hover .h3 {
	color: #0952ae;
}

.news_r .news_ul3 ul li:last-child {
	border-bottom: 0;
}


/*产品中心*/

.application_ul {
	overflow: hidden;
	margin-top: 3%;
}

.application_ul ul li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s;
	border-radius: 6px;
}

.application_ul ul li:nth-child(4n+0) {
	margin-right: 0;
}

.application_ul ul li .imgs {
	overflow: hidden;
	position: relative;
	padding-top: 70%;
}

.application_ul ul li .imgs img {
	display: block;
	width: 100%;
	position: absolute;
	/*height:100%;*/
	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;
}

.application_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);
}

.application_ul ul li .imgs .bgs {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.application_ul ul li .imgs .bgs i {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/i_bg4_on.png) top center no-repeat;
	background-size: 100% 100%;
}

.application_ul ul li:hover .imgs .bgs {
	opacity: 1.0;
	filter: Alpha(opacity=100);
}

.application_ul ul li .txts {
	clear: both;
	background: #f8f8f8;
	overflow: hidden;
}

.application_ul ul li:hover .txts {
	background: url(../images/application_bg1.png) center center no-repeat;
	background-size: cover;
}

.application_ul ul li .txts .h3 {
	margin-right: 2%;
	margin-left: 2%;
	overflow: hidden;
	height: 70px;
	line-height: 70px;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
}

.application_ul ul li:hover .txts .h3 {
	color: #fff;
}


/*应用领域*/

.application_ul1 {
	overflow: hidden;
	margin-top: 3%;
}

.application_ul1 ul li {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s;
	border-radius: 6px;
}

@media only screen and (max-width: 720px) {
	.application_ul1 ul li {
		float: left;
		width: 100%;
		margin-right: 2%;
		margin-bottom: 2%;
		overflow: hidden;
		text-align: center;
		transition: all 0.3s;
		border-radius: 6px;
		font-size: 14px;
	}
	.application_ul1 ul li .imgs img {
		width: 100% !important;
	}
	.application_ul1 ul li .imgs .wzms1 {
		float: none;
		width: 96% !important;
		position: relative !important;
		top: 10px !important;
		right: 0 !important;
		padding: 10px !important;
		margin-bottom: 10px;
	}
	.application_ul1 ul li .imgs .wzms1 p span {
		font-size: 14px !important;
	}
	.gdfl {
		display: block !important;
		margin-top: 20px;
		overflow: hidden;
	}
	.gdfl li {
		float: left;
		width: 44%;
		text-align: center;
		margin: 5px 10px;
		height: 34px;
		font-size: 15px;
		color: #555;
		text-decoration: none;
		line-height: 34px;
		border: 1px solid #d7d5d5;
		border-radius: 20px;
		transition: 0.3s all ease;
	}
	.gdfl .cur {
		background-color: #e1c564;
		border-radius: 20px;
	}
	.gdfl .cur a{
		color: #fff !important;
	}
	.productcenter {
		height: 30px;
		margin-top: -20px;
		padding-top: 0;
		margin-bottom: 20px;
	}
	.productcenter>ul>li>a {
		display: none;
	}
	.E_w_list a {
		padding: 0 8px;
		border-radius: 6px;
		margin: 0 4px;
		font-size: 14px;
	}
	.o_big_con .h2{
		display: block;
	}
	.o_big{
		transform: scale(1.0) !important;
	}
}

.gdfl {
	display: none;
}

.application_ul1 ul li:nth-child(4n+0) {
	margin-right: 0;
}

.application_ul1 ul li .imgs {
	overflow: hidden;
	position: relative;
	/*padding-top: 70%;*/
	background-color: #f8f8f8;
	border: 2px solid #e1c564;
}

.application_ul1 ul li .imgs img {
	display: block;
	width: 48%;
	/*height:100%;*/
	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;
}


/*.application_ul1 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);
}*/

.application_ul1 ul li .imgs .bgs {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
	opacity: 0;
	filter: Alpha(opacity=0);
}


/*.application_ul1 ul li .imgs .bgs i {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/i_bg4_on.png) top center no-repeat;
	background-size: 100% 100%;
}*/


/*.application_ul1 ul li:hover .imgs .bgs {
	opacity: 1.0;
	filter: Alpha(opacity=100);
}*/

.application_ul1 ul li .imgs .wzms1 {
	width: 48%;
	float: right;
	display: block;
	top: 20px;
	position: absolute;
	right: 10px;
	font-size: 15px;
	text-align: left;
	line-height: 26px;
}

.application_ul1 ul li .txts {
	clear: both;
	background: #e7e6e9;
	overflow: hidden;
}


/*.application_ul1 ul li:hover .txts {
	background: url(../images/application_bg1.png) center center no-repeat;
	background-size: cover;
}*/

.application_ul1 ul li .txts .h3 {
	margin-right: 2%;
	margin-left: 2%;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
}


/*应用领域详细*/

.application_bg {
	overflow: hidden;
	background: #f8f8f8;
}

.pro_one {
	overflow: hidden;
	margin-top: 2%;
	padding: 35px;
	color: #999999;
	font-size: 14px;
	margin-bottom: 5%;
	background: #fff;
}

.pro_one .product_one_l {
	width: 620px;
	overflow: hidden;
	float: left;
	margin-right: 4%;
}

.pro_one .product_one_l .phone_img {
	/*border:1px solid #dddddd;*/
	overflow: hidden;
}

.pro_one.bgs2 .product_one_l {
	overflow: visible;
	position: relative;
	max-width: 560px;
}

.pro_one.bgs2 .product_one_l:before {
	content: "";
	position: absolute;
	right: -2%;
	top: 10%;
	height: 80%;
	width: 1px;
	background: #eeeeee;
}

.pro_one .pro_one_r {
	overflow: hidden;
}

.pro_one .pro_one_r .product_t2 {
	margin-top: 6%;
	overflow: hidden;
}

.pro_one .pro_one_r .product_t2 .h2 {
	color: #333333;
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
}

.pro_one .pro_one_r .product_t2 .p2 {
	font-size: 14px;
	overflow: hidden;
	margin-top: 1%;
	color: #666666;
	line-height: 22px;
}

.pro_one .pro_one_r .p {
	line-height: 22px;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-top: 3%;
}

.pro_one .pro_one_r .p p {
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

.pro_one .pro_one_r .p b {
	font-weight: bold;
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	margin-bottom: 8px;
}

.pro_one .pro_one_r .boxs {
	margin-top: 6%;
	overflow: hidden;
}

.pro_one .pro_one_r .a {
	border-radius: 20px;
	float: left;
	padding-left: 19px;
	height: 41px;
	line-height: 41px;
	background: url(../images/application_bg4.png) no-repeat;
	background-size: cover;
	color: #fff;
	padding-right: 20px;
	transition: all 0.3s;
	display: block;
	font-size: 16px;
}

.pro_one .pro_one_r .a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.pro_one .pro_one_r .a img {
	display: inline-block;
	vertical-align: sub;
	height: 22px;
	margin-right: 10px;
}

.pro_one .pro_one_r .a2 {
	margin-left: 14px;
	border-radius: 20px;
	float: left;
	padding-left: 22px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #0952ae;
	color: #0952ae;
	padding-right: 19px;
	transition: all 0.3s;
	display: block;
	font-size: 16px;
}

.pro_one .pro_one_r .a2 img {
	display: inline-block;
	vertical-align: sub;
	height: 17px;
	margin-right: 13px;
}

.pro_one .pro_one_r .a2:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}


/*产品中心详细*/

.product_t3 {
	line-height: 30px;
	overflow: hidden;
	color: #333333;
	font-size: 20px;
	margin-top: 4%;
}

.product_con {
	margin-top: 2%;
	overflow: hidden;
	line-height: 28px;
	color: #666666;
	font-size: 14px;
}

.product_con.bgs2 {
	margin-bottom: 4%;
}

.product_con img {
	max-width: 100%;
}

.product_con table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

.product_con table th {
	line-height: 20px;
	height: 46px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #eeeeee;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 16px;
	color: #333;
	background: #f5f5f5;
}

.product_con table td {
	line-height: 20px;
	height: 46px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #eeeeee;
	padding-left: 3px;
	padding-right: 3px;
	color: #888888;
	font-size: 14px;
}

.product_a {
	margin-top: 1.5%;
	overflow: hidden;
}

.product_a a {
	float: left;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	text-align: center;
	padding-left: 14px;
	padding-right: 14px;
	min-width: 50px;
	color: #666666;
	font-size: 14px;
	border-radius: 20px;
	background: #f3f3f3;
	transition: all 0.3s;
	margin-right: 12px;
}

.product_a a:hover {
	background: #0952ae;
	color: #fff;
}


/*人才理念*/

.join_one {
	overflow: hidden;
	margin-top: 3%;
	margin-bottom: 5%;
}

.join_one .cons {
	overflow: hidden;
	line-height: 1.6;
	color: #666666;
	font-size: 16px;
	margin-top: 5%;
}

.join_one .cons .ul {
	margin-top: 3%;
	overflow: hidden;
}

.join_one .cons .ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
	border-radius: 6px;
}

.join_one .cons .ul li:nth-child(3n) {
	margin-right: 0;
}

.join_one .cons .ul li 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.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;
}

.join_one .cons .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);
}

.join_one .cons img {
	max-width: 100%;
}

.gr-employ {
	overflow: hidden;
	margin-top: 2%;
	background: #fff;
	border-radius: 6px 6px 0 0;
}

.gr-employ .tit-bar {
	padding: 21px 50px;
	padding-left: 50px;
	font-size: 0;
	background: #fff;
	border-bottom: 1px solid #f5f5fa;
}

.gr-employ .tit-header {
	background: #0952ae;
	border-bottom: 0;
	padding-top: 21px;
	padding-bottom: 21px;
}

.gr-employ .tit-bar li {
	display: inline-block;
	width: 18.75%;
	font-size: 16px;
	vertical-align: middle;
	line-height: 28px;
	box-sizing: border-box;
}

.gr-employ .tit-bar li:first-child {
	width: 25%;
	max-width: 190px;
}

.gr-employ .tit-header li {
	color: #fff;
	font-size: 20px;
}

.gr-employ .tit-bar li.middle {
	text-align: center;
}

.gr-employ .tit-bar li:last-child {
	padding-right: 4%;
}


/*.gr-employ-list .item:nth-child(2n){background:#f6f6f6;}*/

.gr-employ-list .item~.item .cont {
	display: none;
}

.gr-employ-list .item .cont {
	padding: 35px 50px 40px 50px;
	display: none;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	background: #f5f5fa;
	border: 1px solid #f5f5fa;
	margin-bottom: 8px;
	overflow: hidden;
}

.gr-employ-list .item .cont .one {
	overflow: hidden;
}

.gr-employ-list .item .cont .one b {
	display: block;
	font-size: 18px;
	padding-bottom: 1%;
	color: #333333;
}

.gr-employ-list .item .cont .one .p {
	color: #999999;
	overflow: hidden;
	margin-top: 15px;
}

.gr-employ-list .item .tit-bar {
	position: relative;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-tap-highlight-color: transparent;
}

.gr-employ-list .item .tit-bar:before {
	content: "";
	position: absolute;
	right: 2.5%;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background: url(../images/job_bg2.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
}


/*.gr-employ-list .item .tit-bar.on{background:#b49173;color:#fff;}*/

.gr-employ-list .item .tit-bar:hover:before {
	background-image: url(../images/job_bg2_on2.png);
}

.gr-employ-list .item .tit-bar.on:before {
	background-image: url(../images/job_bg2_on.png);
}

.gr-employ-list .item .cont .email a {
	color: #f6960a;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.gr-employ-list .item .cont .email a:hover {
	text-decoration: underline;
}

.flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.index_public_cn {
	font-size: 2.09vw;
	/* line-height: 3.2291666vw; */
	line-height: 1.1;
	font-weight: bold;
	color: #333333;
}

.index_product_text {
	font-size: 16px;
	line-height: 28px;
	margin-top: 3%;
	color: #666;
	/* opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(3vw);
  transform: translateY(3vw); */
}

.index_public_icon {
	/* width: 0.625vw;
    height: 0.625vw; */
	width: 12px;
	height: 12px;
	margin-left: 10px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #0952ae;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s;
}

.index_public_title:hover .index_public_icon {
	transform: translateX(-5px);
	margin-top: 5px;
}

@media screen and (max-width: 1440px) {
	/*内页*/
	.postions {
		height: 46px;
		line-height: 46px;
		font-size: 14px;
	}
	.postions .postions_r img {
		margin-left: 20px;
	}
	.postions .postions_b a {
		padding-left: 18px;
		padding-right: 18px;
	}
	/*新闻资讯详细*/
	.news_r .news_t .h2 {
		margin-right: 20px;
		font-size: 22px;
	}
}

@media screen and (max-width: 1200px) {
	/*人才理念*/
	.gr-employ .tit-bar {
		padding: 15px 40px;
		padding-left: 30px;
	}
	.gr-employ-list .item .cont {
		padding: 25px 40px 40px 30px;
		font-size: 15px;
		line-height: 26px;
	}
	.gr-employ-list .item .cont .one b {
		font-size: 16px;
	}
	.gr-employ .tit-bar li {
		font-size: 15px;
	}
	.gr-employ .tit-header li {
		font-size: 18px;
	}
	/*内页*/
	.postions .postions_r img {
		margin-left: 15px;
	}
	.postions h2 {
		font-size: 18px;
	}
	.postions h2 span {
		font-size: 14px;
	}
	.postions .postions_b a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.o_big_con .h2 span {
		font-size: 15px;
	}
	/*联系我们*/
	.contact_map iframe {
		height: 420px;
	}
	.feedback_div2 .inputs2 {
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	.feedback_div2 .inputs3 {
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	.feedback_div2 .inputs4 {
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	.feedback_div2 .textarea {
		font-size: 14px;
	}
	/*研发定制*/
	.feedback_div .inputs2 {
		height: 42px;
		line-height: 42px;
	}
	/*.feedback_div2 .selects{ font-size:14px; height:38px; line-height:38px;}*/
	/*新闻中心*/
	.news_con ul li .i_about_r em {
		margin-top: 10%;
	}
	.news_con ul li .i_about_r h3 {
		line-height: 26px;
		max-height: 52px;
	}
	.news_con ul li .imgs span {
		font-size: 18px;
		width: 130px;
		height: 46px;
		line-height: 46px;
	}
	/*应用领域详细*/
	.pro_one {
		font-size: 14px;
	}
	.pro_one .product_one_l {
		width: 500px;
		margin-right: 3%;
	}
	.pro_one .pro_one_r .product_t2 {
		margin-top: 2%;
	}
	.pro_one .pro_one_r .p p {
		margin-bottom: 3px;
		margin-top: 3px;
	}
	.pro_one .pro_one_r .boxs {
		margin-top: 4%;
	}
	.pro_one .pro_one_r .a {
		font-size: 15px;
	}
	.pro_one .pro_one_r .a2 {
		font-size: 15px;
	}
	/*产品中心详细*/
	.product_t3 {
		font-size: 18px;
	}
	.product_con table {
		min-width: 1200px;
	}
	.product_con table th {
		font-size: 15px;
	}
	.product_con table td {
		font-size: 13px;
	}
	.product_con .table {
		overflow-x: scroll;
	}
}

@media screen and (max-width: 1100px) {
	/*内页*/
	.postions {
		height: 44px;
		line-height: 44px;
	}
	.postions .postions_b a {
		padding-left: 13px;
		padding-right: 13px;
	}
	.o_big_con .h2 {
		padding-top: 0px;
	}
	.o_big_con .h2 span {
		margin-top: 0px;
		font-size: 14px;
	}
	.postions .postions_r img {
		margin-left: 12px;
	}
	/*新闻资讯详细*/
	.about_x2 {
		width: 59%;
	}
	.news_r {
		width: 37%;
	}
	/*应用领域详细*/
	.pro_one {
		font-size: 13px;
	}
	.pro_one .product_one_l {
		width: 450px;
	}
	.pro_one .pro_one_r .product_t2 .p2 {
		font-size: 13px;
		line-height: 20px;
	}
	.pro_one .pro_one_r .p {
		margin-top: 2%;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.pro_one .pro_one_r .p b {
		font-size: 15px;
	}
}

@media screen and (max-width: 960px) {
	/*荣誉资质*/
	.honor_ul li {
		width: 32%;
	}
	.honor_ul li:nth-child(4n+0) {
		margin-right: 2%;
	}
	.honor_ul li:nth-child(3n+0) {
		margin-right: 0;
	}
	/*内页*/
	.postions {
		position: static;
		clear: both;
		border-bottom: 1px solid #eee;
		margin-top: 6px;
	}
	.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: #0952ae;
		color: #fff;
	}
	.postions .postions_b a.isel {
		color: #fff;
		background: #0952ae;
	}
	.postions .postions_b a:after {
		height: 0;
	}
	.postions .postions_r img {
		margin-left: 10px;
	}
	.o_big_con {
		position: static;
	}
	.o_big_con .h2 span {
		font-size: 13px;
	}
	/*分类弹窗*/
	.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_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_con {
		font-size: 15px;
		line-height: 24px;
	}
	.about_ul ul li i {
		width: 70px;
		height: 70px;
		margin-bottom: 20px;
	}
	.about_ul ul li .h3 {
		height: 30px;
		line-height: 30px;
	}
	.about_ul ul li .p {
		font-size: 15px;
		line-height: 24px;
	}
	/*联系我们*/
	.contact_map iframe {
		height: 360px;
	}
	/*合作伙伴*/
	.partner_ul ul li {
		width: 25%;
	}
	/*新闻中心*/
	.news_con ul li .i_about_r em {
		margin-top: 6%;
	}
	.news_con ul li .i_about_r h3 {
		line-height: 24px;
		max-height: 48px;
		font-size: 16px;
	}
	.news_con ul li .i_about_r .p {
		font-size: 14px;
		margin-top: 15px;
	}
	.news_con ul li .i_about_r em {
		font-size: 15px;
	}
	.news_con ul li .imgs span {
		font-size: 16px;
		width: 120px;
		height: 42px;
		line-height: 42px;
	}
	/*新闻资讯详细*/
	.about_x2 {
		width: 100%;
		float: none;
	}
	.about_x2 .con_id {
		line-height: 26px;
		font-size: 14px;
	}
	.news_r {
		width: 100%;
		float: none;
		max-width: none;
	}
	.news_r .news_ul3 ul li {
		padding-bottom: 2%;
		margin-bottom: 2%;
	}
	.prenext {
		font-size: 14px;
		line-height: 24px;
		text-align: right;
	}
	.prenext span {
		width: 70%;
	}
	.prenext .l {
		float: none;
		display: block;
	}
	.prenext .r {
		float: none;
		display: block;
	}
	.prenext span.r {
		text-align: left;
	}
	.prenext .goback {
		text-align: center;
		margin-top: -44px;
		width: 110px;
	}
	.fenxiang .news_fx ul li {
		width: 26px;
		height: 26px;
	}
	/*应用领域*/
	.application_ul ul li .txts .h3 {
		height: 60px;
		line-height: 60px;
		font-size: 15px;
	}
	/*应用领域详细*/
	.pro_one {
		padding: 20px;
		font-size: 13px;
	}
	.pro_one .product_one_l {
		margin-right: 2%;
	}
	.pro_one .pro_one_r .product_t2 {
		margin-top: 0%;
	}
	.pro_one .pro_one_r .p {
		padding-bottom: 3%;
		line-height: 24px;
		margin-top: 4%;
		padding-top: 3%;
	}
	.pro_one .pro_one_r .a {
		padding-left: 15px;
		font-size: 14px;
		padding-right: 15px;
	}
	.pro_one .pro_one_r .a img {
		height: 20px;
	}
	.pro_one .pro_one_r .a2 {
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 6px;
	}
	.pro_one .pro_one_r .a2 img {
		height: 15px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 900px) {
	/*应用领域详细*/
	.pro_one {
		padding: 15px;
	}
	.pro_one .product_one_l {
		margin-right: 0;
		width: 100%;
		float: none;
	}
	.pro_one.bgs2 .product_one_l {
		max-width: none;
	}
	.pro_one .pro_one_r {
		padding-top: 4%;
		margin-bottom: 4%;
	}
}

@media screen and (max-width: 830px) {
	/*内页*/
	.postions h2 {
		font-size: 16px;
	}
	.postions h2 span {
		font-size: 13px;
	}
}

@media screen and (max-width: 780px) {
	.index_public_cn {
		font-size: 4.6vw;
	}
	.index_public_icon {
		width: 8px;
		height: 8px;
	}
	.join_one .cons {
		font-size: 14px;
	}
	/*人才理念*/
	.join_one .cons {
		font-size: 12px;
	}
	.gr-employ .tit-bar {
		padding: 8px 15px;
		padding-left: 12px;
	}
	.gr-employ-list .item .tit-bar:before {
		background: none;
	}
	.gr-employ-list .item .tit-bar.on:before {
		background: none;
	}
	.gr-employ .tit-bar li {
		font-size: 12px;
		line-height: 20px;
	}
	.gr-employ .tit-bar li:last-child {
		padding-right: 1%;
	}
	.gr-employ .tit-header li {
		font-size: 13px;
	}
	.gr-employ-list .item .cont {
		padding: 20px 15px 25px 12px;
		font-size: 12px;
	}
	.gr-employ-list .item .cont .one b {
		font-size: 13px;
	}
	/*荣誉资质*/
	.honor_ul li {
		width: 49%;
	}
	.honor_ul li:nth-child(3n+0) {
		margin-right: 2%;
	}
	.honor_ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	.honor_ul li .h3 {
		height: 70px;
		line-height: 70px;
		font-size: 14px;
	}
	/*内页*/
	.o_big {
		height: 166px;
	}
	.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: 26px;
		line-height: 26px;
		padding-left: 6px;
		padding-right: 6px;
		margin-left: 2px;
		margin-right: 2px;
		font-size: 13px;
	}
	.yema a span {
		font-size: 14px;
	}
	/*联系我们*/
	.contact_ul ul li {
		width: 50%;
	}
	.contact_ul ul li .box {
		padding-bottom: 6%;
	}
	.contact_ul ul li .box i {
		margin-bottom: 15px;
	}
	.contact_ul ul li .p {
		height: 44px;
	}
	/*新闻中心*/
	.news_con ul li .imgs {
		width: 100%;
		float: none;
	}
	.news_con ul li .i_about_r {
		position: static;
		width: 100%;
		transform: translate(0%, 0%);
	}
	.news_con ul li .i_about_r .cons {
		max-width: none;
		margin-top: 4%;
		margin-bottom: 5%;
	}
	.news_con ul li .i_about_r em {
		margin-top: 4%;
	}
	/*产品中心详细*/
	.product_t3 {
		font-size: 16px;
	}
	.product_a a {
		font-size: 13px;
	}
	.product_con {
		line-height: 26px;
		font-size: 13px;
	}
	.product_con table {
		min-width: 1000px;
	}
	.product_con table th {
		font-size: 14px;
		height: 40px;
	}
	.product_con table td {
		font-size: 12px;
		height: 40px;
	}
}

@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;
	}
	/*公司介绍*/
	.about_con {
		font-size: 14px;
		line-height: 22px;
	}
	.about_ul ul li i {
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}
	.about_ul ul li .h3 {
		height: 26px;
		line-height: 26px;
	}
	.about_ul ul li .p {
		font-size: 14px;
		line-height: 22px;
	}
	/*联系我们*/
	.contact_ul {
		font-size: 14px;
		line-height: 24px;
	}
	.feedback_div2 .divs {
		float: none;
		width: 100%;
	}
	.feedback_div2 .inputs2 {
		font-size: 13px;
		text-indent: 2%;
	}
	.feedback_div2 .inputs3 {
		font-size: 13px;
		padding-left: 2%;
	}
	.feedback_div2 .inputs4 {
		font-size: 13px;
		text-indent: 2%;
	}
	.feedback_div2 .textarea {
		font-size: 13px;
		padding-left: 2%;
		width: 96%;
	}
	.feedback_div2 .bnts2 {
		font-size: 13px;
		margin: 0 auto;
		float: none;
	}
	.feedback_div2 .feedback_t {
		font-size: 14px;
	}
	/*.feedback_div2 .selects{ font-size:13px; padding-left:1.5%; left:3px;}*/
	/*合作伙伴*/
	.partner_ul ul li {
		width: 33.33%;
	}
	/*新闻中心*/
	.news_con ul li .i_about_r .p {
		font-size: 13px;
	}
	.news_con ul li .i_about_r em {
		font-size: 14px;
	}
	.news_ul ul li .nmores {
		display: none;
	}
	.news_ul ul li .dates {
		padding-left: 15px;
		padding-right: 0;
		margin-left: 15px;
		font-size: 14px;
	}
	.news_ul ul li .dates b {
		font-size: 18px;
	}
	.news_ul ul li .dates:after {
		left: 0;
		right: auto;
	}
	.news_ul ul li .h3 {
		font-size: 16px;
		height: 26px;
		line-height: 26px;
	}
	.news_ul ul li .p {
		margin-top: 6px;
	}
	.news_ul ul li .p {
		font-size: 13px;
	}
	.news_con ul li .imgs span {
		font-size: 15px;
		width: 110px;
		height: 38px;
		line-height: 38px;
	}
	/*新闻资讯详细*/
	.about_x2 .show_t {
		font-size: 20px;
		line-height: 28px;
		text-align: center;
	}
	.about_x2 .con_line {
		font-size: 12px;
		height: 65px;
		line-height: 30px;
		text-align: center;
	}
	.about_x2.bgs2 .con_line {
		height: 65px;
	}
	.about_x2 .con_id {
		font-size: 14px;
		line-height: 24px;
	}
	.news_r .news_t .h2 {
		margin-right: 12px;
		font-size: 18px;
		height: 60px;
		line-height: 60px;
	}
	.news_r .news_ul3 ul li .h3 {
		font-size: 15px;
	}
	.news_r .news_ul3 ul li label {
		font-size: 13px;
	}
	.prenext {
		font-size: 13px;
		text-align: center;
	}
	.prenext span {
		width: 100%;
	}
	.prenext .goback {
		margin-top: 15px;
		height: 32px;
		line-height: 32px;
		width: 99%;
		margin-bottom: 10px;
	}
	.fenxiang {
		float: none;
		margin-top: 5px;
	}
	/*应用领域*/
	.application_ul ul li {
		width: 49%;
	}
	.application_ul ul li:nth-child(3n+0) {
		margin-right: 2%;
	}
	.application_ul ul li:nth-child(2n+0) {
		margin-right: 0%;
	}
	.application_ul ul li .txts .h3 {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
}

@media screen and (max-width: 520px) {
	/*内页*/
}

@media screen and (max-width: 480px) {
	/*内页*/
	.o_big {
		height: 130px;
	}
	.o_big_con .h2 {
		font-size: 18px;
	}
	.o_big_con .h2 span {
		font-size: 12px;
	}
	.postions {
		font-size: 12px;
	}
	.postions .postions_b a {
		font-size: 13px;
	}
	.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: 1px;
		margin-right: 1px;
	}
	/*公司介绍*/
	.about_con {
		font-size: 13px;
		line-height: 22px;
	}
	.about_ul ul li i {
		width: 50px;
		height: 50px;
		margin-bottom: 8px;
	}
	.about_ul ul li .h3 {
		height: 24px;
		line-height: 24px;
		margin-bottom: 2px;
	}
	.about_ul ul li .p {
		font-size: 13px;
	}
	/*联系我们*/
	.contact_ul {
		margin-top: 1%;
		font-size: 13px;
	}
	.contact_ul ul li .p label {
		font-size: 12px;
		margin-top: 0;
	}
	.contact_ul ul li .box i {
		width: 50px;
		height: 50px;
	}
	.contact_map iframe {
		height: 320px;
	}
	.feedback_div2 {
		margin-top: 5%;
	}
	/*合作伙伴*/
	.partner_ul ul li {
		width: 50%;
	}
	/*研发定制*/
	.feedback_div .divs {
		float: none;
		width: 100%;
		margin-bottom: 3%;
	}
	.feedback_div label.bgs2 {
		margin-bottom: 2%;
	}
	.feedback_div .inputs2 {
		height: 40px;
		line-height: 40px;
		text-indent: 14px;
	}
	/*.feedback_div .textarea{ padding:2%; padding-left:14px;}*/
	/*新闻中心*/
	.news_con ul li .i_about_r h3 {
		font-size: 15px;
		line-height: 22px;
		max-height: 44px;
	}
	.news_con ul li .i_about_r .p {
		font-size: 12px;
		margin-top: 12px;
	}
	.news_con ul li .i_about_r em {
		font-size: 13px;
		background-size: 25px 25px;
	}
	.news_con ul li .imgs span {
		font-size: 14px;
		width: 100px;
		height: 36px;
		line-height: 36px;
	}
	/*新闻资讯详细*/
	.about_x2 .show_t {
		font-size: 18px;
		line-height: 26px;
	}
	.about_x2 .con_id {
		font-size: 13px;
	}
	.news_r .news_t .h2 {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}
	.prenext {
		font-size: 12px;
		line-height: 22px;
	}
	/*应用领域*/
	.application_ul ul li .txts .h3 {
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}
	.application_ul ul li .imgs .bgs i {
		width: 25px;
		height: 25px;
	}
	/*应用领域详细*/
	.pro_one {
		font-size: 12px;
	}
	.pro_one .pro_one_r .product_t2 .h2 {
		font-size: 18px;
	}
	.pro_one .pro_one_r .product_t2 .p2 {
		font-size: 12px;
	}
	.pro_one .pro_one_r .a2 {
		margin-left: 10px;
	}
	/*产品中心详细*/
	.product_t3 {
		font-size: 15px;
	}
	.product_con {
		line-height: 24px;
		font-size: 12px;
	}
	.product_a a {
		margin-right: 6px;
		font-family: 12px;
	}
	.honor_ul li .imgs {
		width: 100%;
		height: 250px;
	}
}

@media screen and (max-width: 420px) {
	/*研发定制*/
	.feedback_div label {
		font-size: 13px;
	}
	.feedback_div .inputs2 {
		font-size: 13px;
		height: 36px;
		line-height: 36px;
	}
	/*.feedback_div .textarea{ font-size:13px;}*/
	.feedback_div .bnts2 {
		height: 40px;
		line-height: 40px;
		max-width: 150px;
	}
}

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

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