/*
各页面相关布局的样式及媒体查询样式相邻，方便查询，调用；
*/

body {
	/*overflow-x:hidden;*/
}

/*一级页-关于我们*/
/*inner-banner的样式*/
.inner-banner {
	width: 100%;
	position: relative;
}

.inner-banner .bannerpic {
	display: block;
	*zoom: 1;
	*display: inline;
	position: relative;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	width: 1920px;
	height: auto;
}

.inner-banner .mbannerpic {
	display: none;
}

.inner-banner .context {
	position: absolute;
	width: 1440px;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -125px;
}

.inner-banner .context .tit {
	font-size: 42px;
	color: #1a1a1a;
	line-height: 60px;
	margin-bottom: 20px;
}

.inner-banner .context .text {
	font-size: 16px;
	line-height: 25px;
	color: #303030;
	width: 560px;
}

.inner-banner .context .linkbtn a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border-radius: 30px;
	background: none;
	width: 200px;
	padding: 15px 0;
	font-size: 1.285em;
	text-align: left;
	color: #e10032;
	margin-top: 20px;
}

@media screen and (max-width: 1440px) {
	.inner-banner .context {
		position: absolute;
		width: 1440px;
		left: 50%;
		margin-left: -600px;
		top: 50%;
		margin-top: -98px;
	}

	.inner-banner .context .tit {
		font-size: 36px;
		color: #1a1a1a;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.inner-banner .context .text {
		line-height: 25px;
		color: #303030;
		width: 560px;
	}

	.inner-banner .context .linkbtn a {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		border-radius: 30px;
		background: none;
		width: 150px;
		padding: 10px 0;
		font-size: 1.085em;
		text-align: left;
		color: #e10032;
		margin-top: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.inner-banner .context {
		position: absolute;
		width: 900px;
		left: 5%;
		margin-left: 0;
		top: 50%;
		margin-top: -98px;
	}

	.inner-banner .context .tit {
		font-size: 30px;
		color: #1a1a1a;
		line-height: 40px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.inner-banner {
		background: #f3f3f3
	}

	.inner-banner .context {
		position: relative;
		width: 90%;
		left: 0;
		top: 0;
		margin: 40px auto 0;
	}

	.inner-banner .context .tit {
		font-size: 24px;
		color: #1a1a1a;
		line-height: 30px;
		margin-bottom: 20px;
		text-align: center;
	}

	.inner-banner .context .text {
		line-height: 30px;
		color: #303030;
		width: 100%;
		margin: 0 auto;
		text-align: justify;
	}

	.inner-banner .context .linkbtn {
		text-align: center;
	}

	.inner-banner .context .linkbtn a {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		border-radius: 30px;
		background: url(../jpg/btn_bg.jpg) repeat-y left top;
		width: 200px;
		padding: 15px 0;
		font-size: 1.285em;
		text-align: center;
		color: #fff;
		margin-top: 20px;
		margin: 40px 20px;
	}
}

@media screen and (max-width: 768px) {
	.inner-banner .bannerpic {
		display: none
	}

	.inner-banner .mbannerpic {
		display: block;
		width: 100%;
		height: auto;
	}

	.inner-banner .context {
		margin-bottom: 0px;
	}

	.inner-banner .context .linkbtn a {
		color: #e10032;
		display: inline-block;
		*zoom: 1;
		*display: inline;
		border-radius: 30px;
		background: none;
		width: 46%;
		padding: 15px 0;
		font-size: 1.285em;
		text-align: center;
		margin: 10px 0;
	}
}

@media screen and (max-width: 480px) {
	/*	.inner-banner .context .linkbtn a{width: 46%;margin: 0 2%;float: left;background: rgba(0, 0, 0, 0) url("../img/btn_bg.jpg") repeat scroll left top;margin-top: 20px;}
*/

}


.content {
	width: 100%;
	background: #f3f3f3;
}

.inner-main .theme {
	font-size: 28px;
	color: #1a1a1a;
	padding: 60px 0 40px;
	text-align: center;
	font-weight: normal;
}

.inner-main .toptheme {
	margin-top: 0px;
}

.inner-main .con-develop {
	position: relative;
	overflow: hidden;
}

.inner-main .con-develop .devbox {
	float: left;
	width: 386px;
	margin-right: 21px;
	background: #fff;
	padding: 30px 0;
	height: 193px;
}

.inner-main .con-develop .last-devbox {
	margin-right: 0px;
}

.inner-main .con-develop .devbox p {
	text-align: center;
	font-size: 18px;
	color: #000;
}

.inner-main .con-develop .devbox p span {
	display: block;
	font-size: 14px;
	color: #b2b2b2;
	margin: 6px 0 18px;
}

.inner-main .con-develop .devbox p span.rank {
	color: #e10032;
	font-size: 16px;
}

.inner-main .con-develop .devbox p span.sline {
	width: 20px;
	height: 2px;
	background: #c4c4c4;
	color: #c4c4c4;
	margin: 20px auto;
}

.dev-swiper {
	margin: 30px 0 0;
	width: 101.4%;
	overflow: hidden;
	position: relative;
	left: -0.8%;
	margin-bottom: -30px;
}

.m-swiper {
	display: none;
}

.swiperbox {
	position: relative;
}

.ab-slide {
	display: block;
	float: left;
	width: 32%;
	/*margin-right: 2%;*/
	cursor: default;
	overflow: hidden;
}

.ab-slide.m-on {
	display: block;
	float: left;
	width: 100%;
	margin-right: 0%;
	cursor: pointer;
}

.last-slide {
	margin-right: 0;
}

.ab-slide img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.ab-slide .text {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	color: #1a1a1a;
}

.con-develop .hd {
	display: block;
	text-align: center;
	margin: 30px 0;
}

.con-develop .swiper-button-prev {
	display: block;
	position: absolute;
	left: 1%;
	top: 50%;
	margin-top: -40px;
	width: 24px;
	height: 42px;
	background: url(../png/prev1.png) no-repeat center center;
}

/*.con-develop .prev{position: relative;left: -20px;top:-61px;z-index: 22;width: 24px;height: 42px;}
*/
.con-develop .swiper-button-next {
	display: block;
	position: absolute;
	right: 1.5%;
	top: 50%;
	margin-top: -40px;
	width: 24px;
	height: 42px;
	background: url(../png/next1.png) no-repeat center center;
}

.con-develop .hd .swiper-pagination-switch {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	width: 15px;
	height: 15px;
	*height: 20px;
	text-indent: -10em;
	overflow: hidden;
	margin: 0 8px;
	cursor: pointer;
	background: url("../png/pointer.png") center no-repeat;
}

.con-develop .hd .swiper-pagination-switch.swiper-active-switch {
	display: inline-block;
	background-image: url("../png/pointer_on.png");
}

.sa-hj-more {
	position: absolute;
	top: 68px;
	right: 20px;
	color: #e10032;
	font-size: 18px;
}

.sa-hj-more a {
	padding-right: 16px;
	color: #e10032;
	background: url(../png/sa-r-arr.png) no-repeat right center;
}

@media screen and (max-width: 1280px) {
	.inner-main .con-develop .devbox {
		float: left;
		width: 32%;
		margin-right: 2%;
		background: #fff;
		padding: 30px 0;
	}

	.inner-main .con-develop .last-devbox {
		margin-right: 0;
	}

	.dev-swiper {
		margin-top: 30px;
	}

}

@media screen and (max-width: 996px) {
	.inner-main .con-develop .devbox {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.ab-slide img {
		width: 100%;
		height: auto;
	}

	.con-develop {
		padding: 0 10px 0 !important;
	}

	.dev-swiper {
		margin-top: 0px;
		left: 0;
	}

	.con-develop .swiper-button-prev,
	.con-develop .swiper-button-next {
		display: none;
	}

	.con-develop .m-hd {
		display: block;
		text-align: center;
		margin-top: 20px;
	}

	.con-develop .m-hd .swiper-pagination-switch {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		font-size: 14px;
		width: 15px;
		height: 15px;
		*height: 20px;
		text-indent: -10em;
		overflow: hidden;
		margin: 0 10px;
		cursor: pointer;
		background: url("../png/pointer.png") center no-repeat;
	}

	.con-develop .m-hd .swiper-pagination-switch.swiper-active-switch {
		display: inline-block;
		background-image: url("../png/pointer_on.png");
	}

	.inner-main .con-develop .devbox {
		position: relative;
		height: auto;
		margin-bottom: 1px;
	}

	.inner-main .con-develop .devbox p {
		text-align: left;
		padding-left: 90px;
		padding-right: 10px;
	}

	.inner-main .con-develop .devbox p.tp {
		position: absolute;
		top: 50%;
		margin-top: -25px;
		left: 20px;
		padding-left: 0;
	}

	.inner-main .con-develop .devbox p.tp span {
		display: none;
	}

	.inner-main .con-develop .devbox p.text span {
		display: none;
	}

	.inner-main .con-develop .devbox p.text span.rank {
		display: block;
	}

	.sa-hj-more {
		position: static;
		text-align: center;
		margin-top: 20px;
	}

	.inner-main .con-develop {
		margin-bottom: 80px;
	}
}









.inner-main .con-creat .creat-left {
	width: 810px;
	float: left;
}

.inner-main .con-creat .creat-right {
	width: 330px;
	float: right;
	background: #fff;
	padding: 20px 30px;
}

.inner-main .con-creat .creat-left .about-creat {
	float: left;
	width: 249px;
	margin-right: 21px;
	background: #fff;
	padding: 30px 0;
	height: 180px;
	margin-bottom: 21px;
}

.inner-main .con-creat .creat-left .t-creat {
	width: 519px;
}

.inner-main .con-creat .creat-left .about-creat p {
	text-align: center;
	font-size: 16px;
	color: #1a1a1a;
}

.inner-main .con-creat .creat-left .about-creat p.text {
	padding: 0 30px;
	text-align: left;
}

.inner-main .con-creat .creat-left .about-creat p span.sline {
	display: block;
	width: 20px;
	height: 2px;
	background: #c4c4c4;
	color: #c4c4c4;
	margin: 20px auto;
}

.inner-main .con-creat .creat-left .t-creat p span.sline {
	margin-top: 28px;
}

.inner-main .con-creat .creat-right li {
	font-size: 20px;
	color: #4c4c4c;
	line-height: 66px;
}

.inner-main .showpic img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}

@media screen and (max-width: 1280px) {
	.inner-main .theme {
		font-size: 30px;
		margin: 0;
	}

	.inner-main .con-creat .creat-left {
		width: 70%;
		margin-right: 2%;
	}

	.inner-main .con-creat .creat-left .about-creat {
		width: 32%;
		margin-right: 2%;
		float: left;
	}

	.inner-main .con-creat .creat-left .side-creat {
		margin-right: 0%;
	}

	.inner-main .con-creat .creat-left .t-creat {
		width: 66%;
		margin-right: 0;
	}

	.inner-main .con-creat .creat-right {
		width: 28%;
		float: left;
		padding: 0;
	}

	.inner-main .con-creat .creat-right ul {
		padding: 20px 30px;
	}

	.inner-main .con-creat .creat-right ul li {
		font-size: 16px;
		line-height: 46px;
	}
}

@media screen and (max-width: 1440px) {
	.inner-main .con-develop .devbox p {
		font-size: 20px;
	}
}

@media screen and (max-width: 992px) {
	.inner-main .con-creat .creat-left {
		width: 100%;
		float: none
	}

	.inner-main .con-creat .creat-left .about-creat {
		width: 32%;
		margin-right: 2%;
		float: left;
	}

	.inner-main .con-creat .creat-left .side-creat {
		margin-right: 0%;
	}

	.inner-main .con-creat .creat-left .t-creat {
		width: 66%;
		margin-right: 0%;
	}

	.inner-main .con-creat .creat-right {
		width: 100%;
		float: left;
		padding: 0;
	}

	.inner-main .con-creat .creat-right ul {
		padding: 20px 30px;
	}

	.inner-main .con-creat .creat-right ul li {
		font-size: 16px;
		line-height: 46px;
		width: 50%;
		float: left;
	}
}

@media screen and (max-width: 768px) {
	.inner-main .theme {
		font-size: 30px;
		margin: 0;
	}

	.inner-main .con-creat {
		padding: 0 10px;
	}

	.inner-main .con-creat .creat-left .about-creat {
		width: 100%;
		margin-right: 0%;
		float: none;
		height: auto;
		position: relative;
		margin-bottom: 1px;
	}

	.inner-main .con-creat .creat-left .about-creat p {
		position: relative;
	}

	.inner-main .con-creat .creat-left .about-creat p span.sline {
		display: none;
	}

	.inner-main .con-creat .creat-left .about-creat p.tp {
		position: absolute;
		top: 50%;
		margin-top: -22px;
		left: 20px;
	}

	.inner-main .con-creat .creat-left .about-creat p.text {
		padding: 0 30px 0 90px;
	}

	.inner-main .con-creat .creat-right {
		display: none;
	}

	.inner-main .showpic {
		display: none;
	}
}








.con-news p.tit {
	font-size: 28px;
	color: #1a1a1a;
	padding: 0 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.con-news p.tit a {
	display: block;
	color: #e10032;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	top: 30px;
	right: 30px;
}

.con-news .news-left {
	padding: 40px 0px;
	background: #fff;
	width: 49%;
	margin-right: 1%;
	float: left;
	position: relative;
}

.con-news .news-left ul li {
	padding: 0 30px 0 45px;
	background: url(../png/dot.png) no-repeat 30px 15px;
	line-height: 35px;
	font-size: 16px;
}

.con-news .news-left ul li p {
	float: left;
	width: 70%;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.con-news .news-left ul li span {
	float: right;
	line-height: 35px;
}

.con-news .news-right {
	padding: 40px 0px;
	background: #fff;
	width: 49%;
	margin-left: 1%;
	float: left;
	height: 215px;
	position: relative;
}

.con-news .news-right .con {
	padding: 0 30px 0 20px;
	position: relative;
}

.con-news .news-right .con img {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 160px;
	height: auto;
}

.con-news .news-right .con dl {
	float: right;
	padding-left: 200px;
}

.con-news .news-right .con dl dt {
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
}

.con-news .news-right .con dl dd {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	max-height: 140px;
	overflow: hidden;
	text-align: justify;
}

@media screen and (max-width: 992px) {
	.inner-main .showpic img {
		margin-bottom: 60px;
	}

	.con-news .news-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.con-news .news-right {
		width: 100%;
		margin-right: 0;
	}

	.con-news p.tit {
		font-size: 28px;
		color: #1a1a1a;
		padding: 0 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.con-news .news-right .con dl dd {
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (max-width: 768px) {

	.con-news .news-left,
	.con-news .news-right {
		position: relative;
		padding-bottom: 80px;
		float: none;
		margin-left: 0;
	}

	.con-news .news-left {
		margin-bottom: 10px;
	}

	.con-news p.tit {
		font-size: 24px;
		color: #1a1a1a;
		padding: 0 30px;
		line-height: 30px;
		margin-bottom: 20px;
		text-align: center;
	}

	.con-news p.tit a {
		position: absolute;
		bottom: 20px;
		left: 50%;
		margin-left: -50px;
		font-size: 16px;
		top: auto;
		right: auto;
	}

	.con-news .news-left ul li {
		font-size: 16px;
	}

	.con-news .news-left ul li span {
		display: none;
	}

	.con-news .news-right .con dl {
		padding-left: 170px;
	}

	.con-news .news-right .con dl dd {
		max-height: 110px;
	}

	.con-news .news-left ul li p {
		width: 96%;
	}
}

.join-us {
	padding-bottom: 60px;
}

.join-us .con {
	padding: 30px 0px;
	background: #fff;
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-bottom: 2%;
	position: relative;
}

.join-us .con.tcon {
	margin-right: 0;
}

.join-us .con img {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 150px;
	height: auto;
}

.join-us .con dl {
	float: left;
	padding: 0 30px 0 200px;
	margin-bottom: 0px;
}

.join-us .con dl dt {
	font-size: 22px;
	color: #000;
	margin-bottom: 10px;
}

.join-us .con dl dt a {
	font-size: 22px;
	color: #000;
}

.join-us .con dl dd {
	height: 39px;
	overflow: hidden;
}

.join-us .con dl dt a span {
	font-size: 18px;
	color: #e10032;
	display: block;
	position: absolute;
	top: 32px;
	right: 30px;
}

@media screen and (max-width: 992px) {
	.join-us .con {
		width: 100%;
		margin-right: 0;
	}

	.join-us .con dl {
		width: 100%;
		padding: 0;
	}

	.join-us .con dl dt {
		font-size: 20px;
		color: #000;
		margin-bottom: 10px;
		padding: 0 30px 0 200px;
	}

	.join-us .con dl dd {
		height: 46px;
		overflow: hidden;
		padding: 0 30px 0 200px;
	}

	.join-us .con dl dt a span {
		font-size: 16px;
		color: #e10032;
	}
}

@media screen and (max-width: 768px) {
	.conboxs {
		background: #fff;
		padding: 30px 0;
	}

	.con-news {
		margin-top: 50px;
		margin-bottom: 20px;
	}

	.inner-main .theme {
		font-size: 24px;
		padding: 30px 0;
	}

	.join-us .con {
		width: 49%;
		margin-right: 2%;
		padding: 0;
	}

	.join-us .con img {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
	}

	.join-us .tcon {
		margin-right: 0;
	}

	.join-us .con dl dt {
		font-size: 24px;
		color: #1a1a1a;
		margin-bottom: 0px;
		padding: 0;
		text-align: center;
		line-height: 60px;
	}

	.join-us .con dl dd {
		display: none;
	}

	.join-us .con dl dt a span {
		display: none;
	}

	.join-us .con dl dt a {
		font-size: 18px;
	}

	.join-us {
		padding-bottom: 0;
	}
}



/*一级页-行业*/

.con-profession {
	position: relative;
	margin-right: -20px;
	width: 100%;
}

.con-profession .con {
	width: 386px;
	margin-right: 21px;
	float: left;
	margin-bottom: 21px;
}

.con-profession .side-con {
	margin-right: 0;
}

.con-profession .con img {
	display: block;
	width: 100%;
	height: auto;
}

.con-profession .con .text {
	padding: 20px 15px;
	position: relative;
	background: #fff;
	height: 200px;
}

.con-profession .con .text p {
	font-size: 14px;
	color: #808080;
	line-height: 25px;
	margin-bottom: 10px;
	max-height: 100px;
	overflow: hidden;
}

.con-profession .con .text a {
	margin-bottom: 10px;
	font-size: 14px;
	color: #808080;
}

.con-profession .con .text a img {
	display: inline;
	margin-right: 15px;
	width: auto;
	height: 35px;
}

.con-profession .con .text a span {
	font-size: 22px;
	color: #000;
	vertical-align: middle;
	color: #808080;
}

.con-profession .con .text a {
	display: inline-block;
}

.con-profession .con .text a.more {
	display: block;
	font-size: 16px;
	color: #de0031;
	position: absolute;
	bottom: 20px;
	right: 15px;
}

.case-container {
	width: 100%;
	position: relative;
}

.case-container .bd .casebox {
	position: relative;
	margin-right: 21px;
	width: 386px;
}

.case-container .bd .casebox .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background: url(../png/textbg.png) no-repeat 0 0;
	width: 100%;
}

.con-cases .swiper-slide .infor {
	position: relative;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.con-cases .swiper-slide .infor .text {
	width: 88%;
	position: absolute;
	bottom: 0;
	left: 2%;
	padding: 20px 4%;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background: url(../png/textbg.png) repeat 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media screen and (max-width: 1199px) {
	.con-profession .con {
		width: 32%;
		margin-right: 2%
	}

	.con-profession .con {
		width: 32%;
		margin-right: 2%
	}

	.con-profession .side-con {
		margin-right: 0;
	}
}

@media screen and (max-width: 1024px) {
	.con-profession .side-con {
		margin-right: 0;
	}

	.con-profession .con {
		width: 49%;
		margin-right: 2%
	}

	.con-profession .tcon {
		margin-right: 0%
	}
}

@media screen and (max-width: 768px) {
	.con-profession .con .text a {
		display: block;
	}

	.breadnav {
		display: none
	}

	.con-profession {
		background: #fff;
	}

	.con-profession .con {
		width: 50%;
		margin-right: 0%
	}

	.con-profession .con img {
		display: none;
	}

	.con-profession .con .text {
		height: 100px;
		padding: 0px 15px;
	}

	.con-profession .con .text a {
		text-align: center;
	}

	.con-profession .con .text a img {
		display: block;
		margin: 0 auto 20px;
	}

	.con-profession .con .text p {
		display: none;
	}

	.con-profession .con .text a.more {
		display: none
	}

	.con-profession .con .text a {
		position: relative;
		height: 90px;
	}

	.con-profession .con .text a span {
		font-size: 18px;
		color: #303030;
		vertical-align: bottom;
		color: #808080;
		position: absolute;
		left: 0;
		bottom: 0;
		text-align: center;
		width: 100%;
	}

	.con-profession .con .text a span i {
		display: block;
	}

	.con-profession .con .text a span.sa-b-down {
		bottom: -24px;
	}

	.con-cases .swiper-slide .infor {
		width: 100%;
	}

	.con-cases .swiper-slide .infor .text {
		width: 92%;
		left: 0;
	}
}

/*一级页-服务支持*/
.pro-top {
	background: #fff;
	padding: 60px 0;
	width: 100%;
}

.pro-top ul {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.pro-top li {
	float: left;
}

.pro-top li a {
	display: block;
	width: 239px;
	border-right: 1px solid #f7f7f7;
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	color: #666;
}

.pro-top li a img {
	margin-right: 20px;
}

.pro-mid {
	margin-top: 0px;
}

.pro-mid .serbox .con {
	display: block;
	position: relative;
	width: 346px;
	padding: 40px 20px;
	background: #fff;
	margin: 0 21px 21px 0;
	float: left;
}

.pro-mid .serbox .tcon {
	margin-right: 0;
}

.pro-mid .serbox .con img {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 20px;
}

.pro-mid .serbox .con p {
	font-size: 16px;
	color: #666;
	padding-left: 80px;
}

.pro-mid .serbox .con p.tp {
	font-size: 22px;
	color: #303030;
}

.pro-mid .serclass {
	margin-top: 40px;
}

.pro-mid .serclass .con {
	display: block;
	position: relative;
	width: 250px;
	padding: 40px 20px;
	float: left;
	margin: 0 13px 60px 0;
	background: #eee;
}

.pro-mid .serclass .tcon {
	margin-right: 0;
}

.pro-mid .serclass .con .xbg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.pro-mid .serclass .con .m-xbg {
	display: none;
}

.pro-mid .serclass .con .sicon {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}

.pro-mid .serclass .con p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	text-align: center;
	position: relative;
	z-index: 2;
	min-height: 3.5em;
}

.pro-mid .serclass .con .tp {
	font-size: 22px;
	color: #303030;
	margin-bottom: 10px;
	min-height: 0;
}



.tools {
	background: #fff;
	padding-bottom: 60px;
}

.tools .toolbox {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 80px;
}

.tools .theme {
	padding: 60px 0;
	font-size: 28px;
	color: #1a1a1a;
	text-align: center;
	font-weight: normal;
}

.tools .toolbox .con {
	position: relative;
	float: left;
	width: 324px;
	border: 1px solid #e6e6e6;
	margin-right: 21px;
	padding: 50px 30px;
	height: 100px;
	margin-bottom: 20px;
}

.tools .toolbox .m-con {
	display: none;
}

.tools .toolbox .tcon {
	margin-right: 0
}

.tools .toolbox .con img {
	position: absolute;
	top: 50%;
	margin-top: -52px;
	left: 30px;
}

.tools .toolbox .con p {
	padding-left: 100px;
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.tools .toolbox .con .tp {
	font-size: 22px;
	color: #303030;
	margin-bottom: 10px;
}

.tools .toolbox .con a.more {
	cursor: pointer;
	color: #e10032;
	font-size: 16px;
	position: absolute;
	bottom: 20px;
	right: 30px;
}

@media screen and (max-width: 1280px) {
	.pro-top li {
		float: left;
		width: 20%
	}

	.pro-top li a {
		float: left;
		width: 100%
	}

	.pro-mid .serbox .con {
		position: relative;
		width: 32%;
		height: 80px;
		padding: 40px 0;
		background: #fff;
		margin-right: 2%;
		float: left;
	}

	.pro-mid .serbox .con img {
		margin-top: -35px;
	}

	.pro-mid .serbox .con p {
		padding: 0 20px 0 100px;
	}

	.pro-mid .serbox .tcon {
		margin-right: 0;
	}

	.pro-mid .serclass .con {
		position: relative;
		width: 23.5%;
		padding: 40px 0px;
		margin-right: 2%;
		float: left;
		overflow: hidden;
	}

	.pro-mid .serclass .tcon {
		margin-right: 0px;
	}

	.pro-mid .serclass .con p {
		padding: 0 20px;
	}

	.pro-mid .serclass .con .tp {
		font-size: 20px;
	}

	.tools .toolbox .con {
		position: relative;
		float: left;
		width: 32%;
		border: 1px solid #e6e6e6;
		margin-right: 1.5%;
		padding: 50px 0px;
		height: 100px;
	}

	.tools .toolbox .tcon {
		margin-right: 0
	}

	.tools .toolbox .con img {
		position: absolute;
		top: 50%;
		margin-top: -52px;
		left: 10px;
	}

	.tools .toolbox .con p {
		padding: 0 10px 0 110px;
		font-size: 16px;
		color: #666;
		line-height: 28px;
	}


}

@media screen and (max-width: 1024px) {
	.pro-top li a {
		font-size: 20px;
	}

	.pro-mid .serclass .con {
		position: relative;
		width: 49%;
		padding: 40px 0px;
		margin-right: 2%;
		float: left;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.pro-mid .serclass .con .xbg {
		width: 100%;
		height: auto;
	}

	.pro-mid .serclass .con:nth-child(2n) {
		margin-right: 0;
	}


	.pro-mid .serclass .con .sicon {
		position: absolute;
		top: 50%;
		margin-top: -40px;
		left: 30px;
	}

	.pro-mid .serclass .con p {
		text-align: left;
		padding-left: 130px;
	}

	.pro-mid .serclass .con .tp {
		font-size: 20px;
	}

	.tools .toolbox .con {
		position: relative;
		float: left;
		width: 49%;
		border: 1px solid #e6e6e6;
		margin-right: 1.5%;
		padding: 50px 0px;
		height: 100px;
		margin-bottom: 20px;
	}

	.tools .toolbox .con:nth-child(2n) {
		margin-right: 0;
	}

	.tools .toolbox .con img {
		position: absolute;
		top: 50%;
		margin-top: -52px;
		left: 30px;
	}

	.tools .toolbox .con p {
		padding: 0 10px 0 130px;
		font-size: 16px;
		color: #666;
		line-height: 28px;
	}


}

@media screen and (max-width: 992px) {
	.tools .toolbox .con {
		margin-right: 1%;
	}

	.pro-top li a {
		font-size: 18px;
	}

}

@media screen and (max-width: 768px) {
	.pro-top {
		padding: 30px 0;
	}

	.pro-top li {
		float: left;
		width: 100%;
		border-bottom: 1px solid #eeeeee;
	}

	.pro-top li a {
		font-size: 20px;
	}

	.pro-mid .serbox .con p.tp {
		font-size: 20px;
	}

	.pro-mid .serbox {
		padding: 0 10px;
	}

	.pro-mid .serbox .con {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0;
		background: #fff;
		margin-right: 0%;
		float: left;
		margin-bottom: 5px;
	}

	.pro-mid .serbox .con img {
		margin-top: -25px;
	}

	.pro-mid .serclass {
		padding: 0 10px;
	}

	.pro-mid .serclass .con {
		position: relative;
		width: 100%;
		padding: 40px 0px;
		margin-right: 0%;
		float: left;
		overflow: hidden;
		margin-bottom: 5px;
	}

	.pro-mid .serclass .con .xbg {
		display: none
	}

	.pro-mid .serclass .con .m-xbg {
		display: block;
		width: 100%;
		height: 174px;
	}

	.pro-mid .serclass .con .sicon {
		width: 60px;
		height: auto;
		left: 20px;
	}

	.pro-mid .serclass .con p {
		padding-left: 100px;
		min-height: 0;
	}

	.tools {
		padding: 0 10px;
	}

	.tools .theme {
		padding: 40px 0px;
		font-size: 24px;
	}

	.tools .toolbox .con {
		display: none;
	}

	.tools .toolbox .m-con {
		display: block;
		width: 100%;
		height: 150px;
		padding: 0;
		margin-bottom: 10px;
	}

	.tools .toolbox .m-con img {
		top: 0;
		margin-top: 0px;
		left: 0;
		width: 150px;
		height: auto;
	}

	.tools .toolbox .con .tp {
		font-size: 16px;
		color: #303030;
		padding: 20px 20px 0 160px;
	}

	.tools .toolbox .con a.more {
		width: 120px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		background: url(../jpg/btn_bg.jpg) repeat-y 0 0;
		border-radius: 15px;
		right: auto;
		left: 212px;
		bottom: 10px;
	}

}


/*合作伙伴*/
.workers-top {
	margin-top: 20px;
}

.workers-content {
	background: #fff;
}

.workers-banner .banner-slider .bd ul li .slidebox {
	display: block;
}

.workers-banner .banner-slider .bd ul li .pic {
	overflow: hidden;
	/* display: flex;
	justify-content: center;
	align-items: center; */
	display: block;
}

.workers-banner .banner-slider .bd ul li .pic img.pc-pic {
	position: relative;
	/* left: 50%;
	margin-left: -846px; */
	width: 1920px;
	overflow: hidden;
}

.workers-banner .banner-slider .bd ul li .pic img.m-pic {
	display: none;
}

.workers-banner .banner-slider .bd ul li .cont .tit {
	font-size: 42px;
}

.workers-banner .banner-slider .bd ul li .cont .text {
	font-size: 20px;
	color: #1a1a1a;
	line-height: 24px;
}

.workers-banner .banner-slider .hd {
	position: absolute;
	bottom: 20px;
	left: 1;
}

.workers-content .workers-top .con {
	height: 280px;
	width: 384px;
	border: 1px solid #e6e6e6;
	position: relative;
	float: left;
	margin-right: 21px;
}

.workers-content .workers-top .tcon {
	margin-right: 0px;
}

.workers-content .workers-top .con img {
	position: absolute;
	top: 0;
	left: 0;
}

.workers-content .workers-top .con img.m-worker {
	display: none;
}

.workers-content .workers-top .con p {
	padding: 0px 0px 0 200px;
}

.workers-content .workers-top .con p a {
	font-size: 16px;
	color: #303030;
	line-height: 40px;
	display: block;
}

.workers-content .workers-top .con .tp {
	font-size: 22px;
	color: #303030;
	margin: 30px 0 20px 0;
}

.workers-content .notices .notice-box {
	position: relative;
	width: 593px;
	border: 1px solid #e6e6e6;
	padding: 20px 0px 60px;
	float: left;
	margin-top: 30px;
}

.workers-content .notices .notice-l {
	margin-right: 10px;
}

.workers-content .notices .notice-box li a {
	font-size: 16px;
	color: #666;
	line-height: 35px;
	display: block;
	background: url(../png/dot.png) no-repeat 20px center;
	padding: 0 20px 0 35px
}

.workers-content .notices .notice-box li a span {
	float: right;
}

.workers-content .notices p.theme {
	font-size: 22px;
	color: #000;
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
}

.workers-content .notices .notice-box a.more {
	position: absolute;
	bottom: 30px;
	right: 20px;
	color: #de0031;
	font-size: 14px;
	cursor: pointer;
}

.recomment .comment-l {
	float: left;
}

.recomment .comment-l .lbox {
	width: 513px;
	width: 513px;
	border: 1px solid #e6e6e6;
	padding: 20px 40px 50px;
	background: url(../png/worker-pic2.png) no-repeat 0 0;
	margin-bottom: 10px;
}

.recomment .comment-l .lbox-top {
	background: url(../png/worker-pic1.png) no-repeat 0 0;
}

.recomment .comment-l .lbox p {
	font-size: 18px;
	color: #666;
	line-height: 30px;
}

.recomment .comment-l .lbox .top {
	font-size: 22px;
	color: #303030;
	text-align: center;
	margin: 20px 0;
}

.recomment .comment-l .lbox .tp {
	font-size: 23px;
	color: #000;
}

.recomment .comment-l .lbox .tp span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin: 10px 0 19px;
}

.recomment .comment-l .lbox .dowload a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 200px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background: url(../jpg/btn_bg.jpg) repeat-y 0 0;
	font-size: 16px;
	color: #fff;
	border-radius: 23px;
	margin-top: 20px;
}

.recomment .comment-l .lbox .dowload a.ta {
	margin-left: 113px;
}

.recomment .comment-l .lbox .dowload a.ca {
	position: relative;
	left: 50%;
	margin-left: -100px;
}

.recomment .comment-r {
	float: left;
	width: 605px;
}

.recomment .comment-r ul li {
	float: left;
	width: 292px;
	margin-left: 10px;
	background: #f7f7f7;
	margin-bottom: 10px;
}

.recomment .comment-r ul li a {
	display: block;
	padding: 68px 40px;
}

.recomment .comment-r ul li a img {
	display: block;
	margin: 0 auto 20px;
	height: 40px;
	width: auto;
}

.recomment .comment-r ul li a p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.recomment .comment-r ul li a .top {
	font-size: 22px;
	color: #000;
	margin-bottom: 11px;
	text-align: center;
}

.contact-us {
	padding-bottom: 60px;
}

.contact-us .con {
	width: 290px;
	border: 1px solid #e6e6e6;
	float: left;
	margin-right: 10.5px;
	position: relative;
	height: 85px;
	padding: 55px 0 30px;
}

.contact-us .con img {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: relative;
	left: 20px;
	top: 0;
	margin-right: 25px;
	line-height: 110px;
}

.contact-us .con p {
	padding-left: 0px;
	font-size: 22px;
	line-height: 30px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.contact-us .con p span {
	display: block;
	font-size: 18px;
}

.contact-us .tcon {
	margin-right: 0px;
	height: 110px;
	padding: 30px 0;
}

@media screen and (max-width: 1280px) {
	.workers-content .workers-top .con {
		width: 32%;
		margin-right: 2%;
		box-sizing: border-box;
		height: auto;
	}

	.workers-content .workers-top .tcon {
		margin-right: 0;
	}

	.workers-content .workers-top .con img {
		width: 40%;
		height: 100%;
	}

	.workers-content .workers-top .con p {
		padding-left: 45%;
	}

	.workers-content .workers-top .con .tp {
		font-size: 20px;
		margin: 15px 0 10px;
	}

	.workers-content .notices .notice-box {
		width: 49%;
		margin-right: 2%;
		box-sizing: border-box;
	}

	.workers-content .notices .notice-r {
		margin-right: 0;
	}

	.recomment .comment-l .lbox {
		position: relative;
		width: 49%;
		height: 303px;
		box-sizing: border-box;
		float: left;
		background: url(../png/worker-pic2.png) repeat-y 0 0;
	}

	.recomment .comment-l .lbox .tp {
		font-size: 20px;
	}

	.recomment .comment-l .lbox-top {
		margin-right: 2%;
	}

	.recomment .comment-l .lbox .dowload {}

	.recomment .comment-l .lbox .dowload a {
		width: 150px;
		position: absolute;
		bottom: 30px;
		left: 40px;
	}

	.recomment .comment-l .lbox .dowload a.ta {
		position: absolute;
		bottom: 30px;
		right: 40px;
		left: auto;
	}

	.recomment .comment-l .lbox .dowload a.ca {
		position: absolute;
		bottom: 30px;
		left: 50%;
		margin-left: -75px;
	}

	.recomment .comment-r {
		width: 100%;
	}

	.recomment .comment-r ul li {
		width: 24%;
		margin-right: 1.333%;
		margin-left: 0px;
		height: 247px;
	}

	.recomment .comment-r ul li:last-child {
		margin-right: 0%;
	}

	.recomment .comment-r ul li a {
		padding: 28px 20px;
	}

	.recomment .comment-r ul li a p {
		max-height: 90px;
	}


	.contact-us .con {
		width: 24%;
		margin-right: 1%;
		margin-left: 0px;
	}

	.contact-us .con p {
		font-size: 20px;
	}

	.contact-us .con p span {
		font-size: 16px;
	}

	.contact-us .tcon {
		margin-right: 0
	}

	.contact-us .con img {
		left: 10px;
		margin-right: 15px;
	}


}

@media screen and (max-width: 1024px) {
	.workers-content .workers-top .con {
		width: 49%;
		margin-right: 2%;
		box-sizing: border-box;
		height: 280px;
		margin-bottom: 2%;
	}

	.workers-content .workers-top .con:nth-child(2n) {
		margin-right: 0;
	}

	.workers-content .workers-top .con img {
		width: auto;
		height: 100%;
	}

	.workers-content .notices .notice-box {
		width: 100%;
		margin-right: 0%;
		box-sizing: border-box;
	}

	.workers-content .workers-top .con p {
		padding-left: 200px;
	}

	.contact-us .con {
		width: 49%;
		margin-right: 1.2%;
		margin-left: 0px;
		margin-bottom: 10px;
	}

	.contact-us .con:nth-child(odd) {
		margin-right: 0;
	}

	.contact-us .con .text {
		position: absolute;
		top: 50%;
		margin-top: -30px;
		left: 50%;
		margin-left: -25%;
	}

	.contact-us .tcon .text {
		margin-top: -58px;
	}

	.workers-content .notices .notice-box a.more {
		position: absolute;
		bottom: 30px;
		right: 50%;
		color: #de0031;
		font-size: 16px;
		cursor: pointer;
		margin-right: -40px;
	}

	.recomment .comment-l .lbox .dowload a {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		width: 35%;
		height: 46px;
		text-align: center;
		line-height: 46px;
		background: url(../jpg/btn_bg.jpg) repeat-y 0 0;
		font-size: 16px;
		color: #fff;
		border-radius: 23px;
		margin-top: 20px;
		max-width: 200px;
	}


}

@media screen and (max-width: 768px) {

	.inner-main .recomment .theme,
	.inner-main .notice-box .theme {
		padding: 20px 0;
		background: #ebebeb;
	}

	.workers-banner .banner-slider .hd {
		bottom: 10px;
	}

	.workers-banner .banner-slider .bd ul li .pic img {
		display: none;
	}

	.workers-banner .banner-slider .bd ul li .pic img.m-pic {
		display: block;
		width: 100%;
		height: 100%;
	}

	.workers-content .workers-top {
		padding: 20px 15px 20px;
	}

	.workers-content .workers-top .con {
		width: 100%;
		float: none;
	}

	.workers-content .workers-top .con img {
		width: 50%;
		height: auto;
		display: none;
	}

	.workers-content .workers-top .con img.m-worker {
		display: block;
		width: auto;
		height: 100%;
	}

	.workers-content .workers-top .con .text {
		position: absolute;
		top: 50%;
		margin-top: -92px;
		width: 48%;
	}

	.workers-content .workers-top .con p {
		padding-left: 220px;
		font-size: 16px;
		color: #303030;
	}

	.workers-content .workers-top .con .tp {
		font-size: 20px;
		margin: 15px 0 10px;
		color: #000
	}

	.workers-content .notices .notice-box {
		margin-top: 0;
		padding: 0 0 60px;
		border: none;
	}

	.workers-content .notices .notice-box li a {
		line-height: 22px;
		background: url(../png/dot.png) no-repeat 20px 10px;
		padding: 0 20px 10px 35px
	}

	.workers-content .notices .notice-box li a span {
		line-height: 20px;
		float: none;
		display: block;
	}

	.workers-content .notices p.theme {
		padding: 20px 0;
	}

	.recomment .comment-l .lbox .dowload a.ca {
		margin-left: -100px;
		width: 200px;
	}

	.recomment .comment-l {
		width: 100%;
		float: none
	}

	.recomment .comment-l .lbox {
		position: relative;
		width: 100%;
		height: 303px;
		box-sizing: border-box;
		float: left;
		background: none;
	}

	.recomment .comment-l .lbox .tp {
		text-align: center;
	}

	.recomment .comment-l .lbox-top {
		display: none;
	}

	.recomment .comment-r ul li {
		width: 100%;
		margin-right: 0%;
		margin-left: 0px;
		height: auto;
		border-bottom: 1px solid #e6e6e6;
	}

	.recomment .comment-r ul li a {
		background: #fff
	}

	.recomment .comment-r ul li a p {
		width: 260px;
		text-align: center;
		font-size: 16px;
		margin: 0 auto;
	}

	.recomment .comment-r ul li a p.top {
		border: none;
		padding-bottom: 0;
	}

	.contact-us {
		padding: 0 15px 40px;
	}

	.contact-us .con {
		width: 100%;
		margin-right: 0%;
		margin-left: 0px;
		margin-bottom: 10px;
		box-sizing: border-box;
		float: none;
	}

	.contact-us .con img {
		margin-right: 30px;
	}

	.contact-us .tcon {
		height: 150px;
	}

	.workers-banner .banner-slider .bd ul li .cont .tit {
		font-size: 36px;
	}


}

@media screen and (max-width: 480px) {

	.workers-banner .banner-slider .bd ul li .cont {
		display: block;
		top: 20%;
	}

	.workers-banner .banner-slider .bd ul li .cont .tit {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.workers-banner .banner-slider .bd ul li .cont .text {
		font-size: 16px;
	}

	.workers-content .workers-top .con img.m-worker {
		width: 50%;
		height: 100%;
	}

	.workers-content .workers-top .con {
		overflow: hidden;
	}

	.workers-content .workers-top .con .text {
		position: relative;
		left: 53%;
	}

	.workers-content .workers-top .con p {
		padding-left: 0;
		font-size: 14px;
	}

	.workers-content .workers-top .con p.tp {
		padding-left: 0;
		font-size: 18px;
		margin: 10px 0;
	}

	.contact-us .con .text {
		left: 18%;
		margin-left: 0;
	}

	.contact-us .con img {
		margin-right: 0px;
		left: -20px;
	}

	.contact-us .con p {
		font-size: 18px;
	}

	.contact-us .con p span {
		font-size: 14px;
	}

}

@media screen and (max-width: 320px) {
	.workers-content .inner-main .theme {
		font-size: 24px;
		margin: 30px 0 20px;
	}

	.workers-content .workers-top .con p {
		padding-left: 0;
		font-size: 12px;
	}

	.workers-content .workers-top .con p.tp {
		padding-left: 0;
		font-size: 16px;
		margin: 10px 0;
	}
}



/*产品与方案*/

.pro-search {
	width: 100%;
	background: #f2f2f2;
	padding: 20px 0;
}

.pro-search .search {
	width: 683px;
	height: 60px;
	border-radius: 10px;
	margin: 0 auto;
	overflow: hidden;
}

.pro-search .search input[type="text"] {
	font-size: 16px;
	color: #1a1a1a;
	line-height: 60px;
	width: 530px;
	padding-left: 50px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border: none;
	background: url(../png/zoom.png) no-repeat 10px center #fff;
}

.pro-search .search input[type="button"] {
	font-size: 18px;
	color: #e10032;
	line-height: 60px;
	text-align: center;
	width: 100px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border: none;
	background: #fff;
	overflow: hidden;
	border-radius: 0 10px 10px 0
}

.products {
	padding: 60px 0;
}

.products .hd {
	margin-bottom: 60px;
}

.products .hd li {
	float: left;
	padding: 0px 18px;
	background: url(../png/sline.png) no-repeat right center;
}

.products .hd li:last-child {
	background: none;
}

.products .hd li a {
	font-size: 18px;
	color: #1a1a1a;
	display: block;
	padding: 10px 0;
}

.products .hd li.on a {
	color: #db0030;
	border-bottom: 2px solid #db0030;
}

.products .hd li.all {
	padding-left: 0;
}

.products .bd .con {
	float: left;
	width: 240px;
	height: 255px;
	margin-bottom: 40px;
}

.products .bd .con li a {
	display: block;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 32px;
}

.products .bd .in-con li dl {
	margin-bottom: 20px;
}

.products .bd .in-con li dt {
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}

.products .bd .in-con li a {
	display: block;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 32px;
}

.products .bd .con li a.on {
	color: #e10032;
}

.products .bd .in-con li a.on {
	color: #e10032;
}

.products .bd .con li.top a {
	font-size: 22px;
	color: #e10032;
	vertical-align: middle;
	margin-bottom: 20px;
	display: block;
}

.products .bd .in-con {
	margin-bottom: 20px;
}

.products .bd .in-con dd {
	width: 33.33%;
	float: left;
}

.products .bd .in-con li.top a {
	font-size: 22px;
	color: #e10032;
	vertical-align: middle;
	margin-bottom: 20px;
	display: block;
}

.products .bd .con li.top img {
	margin-right: 10px;
}

.pro-class {
	padding: 40px 0 60px;
}

.pro-class .con {
	display: block;
	width: 275px;
	margin-right: 21px;
	background: #f2f2f2;
	position: relative;
	float: left;
	height: 126px;
}

.pro-class .tcon {
	margin-right: 0px;
}

.pro-class .con .text {
	position: absolute;
	left: 35%;
	margin-left: -25%;
	top: 50%;
	margin-top: -31px;
}

.pro-class .con p {
	font-size: 22px;
	color: #303030;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.pro-class .con img {
	margin-right: 20px;
}

.pro-class .con p span {
	font-size: 16px;
	color: #999;
	margin-top: 5px;
}

.solutions {
	padding: 0 0 60px;
}

.solbox .con {
	float: left;
	width: 346px;
	margin-right: 21px;
	background: #fff;
	padding: 20px;
	height: 327px;
}

.solbox .con img {
	margin: 0 auto;
	display: block;
}

.solbox .con img.m-pic {
	display: none;
}

.solbox .con p.top {
	font-size: 22px;
	color: #db0030;
	margin: 20px 0;
	text-align: center;
}

.solbox .tcon {
	margin-right: 0px;
}

.solbox .con .left {
	float: left;
	width: 173px;
}

.solbox .con li a {
	font-size: 14px;
	color: #1a1a1a;
	line-height: 30px;
}

.solbox .con .topli {
	font-size: 18px;
	color: #1a1a1a;
	margin-bottom: 10px;
}

.sa-p-hj-close {
	display: none;
}

@media screen and (max-width: 1280px) {
	.products .bd {
		padding: 0 15px;
	}

	.products .bd .con {
		width: 25%;
		height: 250px;
	}

	.pro-class .con {
		display: block;
		width: 32%;
		margin-right: 2%;
	}

	.pro-class .tcon {
		margin-right: 0%;
	}

	.products .hd {
		width: 100%;
	}

	.products .hd li {
		width: 9.09%;
		padding: 0;
		text-align: center;
	}

	.products .hd li a {
		width: 100%;
		text-align: center;
	}

	.solbox .con {
		width: 49%;
		margin-right: 2%;
		box-sizing: border-box;
		margin-bottom: 2%;
		height: 370px;
	}

	.solbox .con:nth-child(2n) {
		margin-right: 0;
	}

	/*.solbox .con img{width: 100%;height: auto;}*/
	.solbox .tcon {
		margin-right: 0%
	}
}

@media screen and (max-width: 1024px) {
	.products .hd {
		margin: 0 auto 30px;
	}

	.products .bd .con {
		width: 33.33%;
	}

	.products .bd {
		margin: 0 auto;
	}

	.products .hd li {
		width: 128px;
		padding: 0;
		text-align: center;
	}

	/*	.products .hd li a{font-size: 16px;}
*/
	.pro-class .con .text {
		margin-left: -39%;
	}

	.pro-class .tcon .text {
		margin-left: -25%;
	}

	.products .bd .in-con li a {
		padding-right: 20px;
	}

	.products .hd li.on a {
		color: #db0030;
		border-bottom: none;
	}
}

@media screen and (max-width: 992px) {
	.solbox .con {
		padding: 10px;
	}
}

@media screen and (max-width: 768px) {
	.solutions {
		padding: 0px 0 30px;
	}

	.pro-class {
		padding: 0px 0 30px;
	}

	.solbox .con {
		width: 100%;
		margin-right: 0;
		height: auto;
	}

	.solbox .con .left {
		width: 50%;
	}

	.pro-class .con p span {
		display: none;
	}

	.pro-class .con p {
		display: block;
		margin: 5px auto 0;
		font-size: 18px;
	}

	.pro-class .con img {
		margin: 0 auto;
		display: block;
	}

	.pro-class .con .text {
		position: relative;
		left: 0;
		top: 0;
		margin-top: 31px;
		margin-left: 0;
	}

	.pro-class .con .text p {
		text-align: center;
	}

	.solbox .con img {
		display: none;
	}

	.solbox .con img.m-pic {
		display: block;
		width: 100%;
		height: auto;
	}

	.solbox .con p.top {
		font-size: 22px;
	}

	.pro-search {
		padding: 15px;
		box-sizing: border-box;
	}

	.pro-search .search {
		width: 100%;
	}

	.pro-search .search input[type="text"] {
		width: 85%;
		box-sizing: border-box;
	}

	.pro-search .search input[type="button"] {
		width: 15%;
		box-sizing: border-box;
	}

	.products {
		position: relative;
	}

	.products .bd {
		display: none;
		padding: 20px;
		box-sizing: border-box;
		position: absolute;
		right: -70%;
		top: 0;
		height: auto;
		width: 70%;
		background: #e6e6e6;
		z-index: 2;
		/*overflow: scroll;*/
	}

	.products .bd .con {
		width: 100%;
		height: auto;
	}

	.products .bd .con li {
		width: 100%;
	}

	.products .bd .con li a {
		font-size: 18px;
		line-height: 50px;
	}

	.products .bd .con li.top {
		display: none;
	}

	.products .bd .in-con li dd {
		float: none;
		width: 100%
	}

	.products .bd .in-con li dd a {
		padding-right: 0;
		font-size: 14px;
	}

	.products .bd .in-con li.top a {
		font-size: 20px;
		color: #e10032;
		margin-bottom: 10px;
	}

	.products .hd {
		width: 100%;
	}

	.products .hd li.all {
		display: none;
	}

	.products {
		padding: 0 15px;
	}

	.products .hd li.all {
		display: none;
	}

	.products .hd li {
		width: 100%;
		border-bottom: 1px solid #e5e5e5;
		background: none;
	}

	.products .hd li a {
		font-size: 18px;
		text-align: left;
		line-height: 45px;
		height: 45px;
		color: #1a1a1a;
		background: url(../png/into.png) no-repeat right center;
		background-size: 3%;
	}


	.sa-p-hj-close {
		display: block;
		position: absolute;
		top: 4px;
		right: 4px;
	}

	.sa-p-hj-close img {
		width: 24px;
		height: 24px;
	}

	.solbox .con p.top {
		font-size: 20px;
	}
}

/*@media screen and (max-width: 480px){
	.solbox .con p.top{font-size: 16px;}
	.solbox .con .topli{font-size: 14px;}
}*/

/****---------------------------------其它行业模块开始-------------------------------***/
/*轮播图*/
.other-industry .banner-slider .bd {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.other-industry .pic img {
	display: block;
	width: 100%;
}

.other-industry .banner-slider {
	position: relative;
}

.other-industry .bd ul {}

.other-industry .other-learn {
	display: none;
	*display: inline;
	*zoom: 1;
	padding: 4px 0;
	width: 110px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #ec5735 url("../jpg/btn_bg.jpg") left top repeat-y;
}

.other-industry .pic {
	overflow: hidden;
	display: block;
	width: 100%;
}

.other-industry .pic img.pc-pic {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	overflow: hidden;
}

.other-industry .pic img.m-pic {
	display: none;
	width: 100%;
}

.other-industry .swiper-slide {
	float: left;
	position: relative;
	width: 16.666%;
}

.swiper-slide>a {
	display: block;
}

.other-industry .cont {
	position: absolute;
	left: 50%;
	top: 26%;
	width: 1440px;
	margin-left: -600px;
}

.other-industry .tit {
	font-size: 42px;
	font-weight: normal;
	color: #e10332;
	margin: 0;
}

.other-industry .cont .text {
	font-size: 20px;
	color: #1a1a1a;
	line-height: 36px;
}

.other-industry .banner-slider .hd {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	z-index: 2;
	text-align: center;
	font-size: 0;
}

.other-industry .banner-slider .hd .swiper-pagination-switch {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-indent: -10em;
	overflow: hidden;
	margin: 0 10px;
	cursor: pointer;
	background: url(../png/pointer.png) center no-repeat;
}

.other-industry .banner-slider .hd .swiper-pagination-switch.swiper-active-switch {
	background-image: url(../png/pointer_on.png);
}

@media screen and (max-width: 1366px) {
	.other-industry .cont {
		width: auto;
		margin-left: 0;
		left: 5%;
	}
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1024px) {
	.other-industry .banner-slider .bd ul li .cont {
		width: 80%;
		margin-left: 0;
		left: 5%;
	}

	.other-industry .banner-slider .hd {
		bottom: 20px;
	}
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {
	.other-industry .pic img.m-pic {
		display: inline;
	}

	.other-industry .pic img.pc-pic {
		display: none;
	}

	.other-industry .banner-slider .bd ul li .cont {
		width: 90%;
		left: 5%;
	}

	.other-industry .banner-slider .bd ul li .cont .tit {
		font-size: 36px;
	}

	.other-industry .banner-slider .hd {
		bottom: 30px;
	}

	.other-industry .banner-slider .bd ul li .cont .tit {
		font-size: 20px;
	}

	.other-industry .other-learn {
		display: inline-block;
	}
}

/*面包悬停*/
.pc-breadnav {
	padding: 20px 0;
}

.pc-breadnav p a {
	display: inline-block;
	font-size: 14px;
	color: #303030;
	text-decoration: underline;
}

.other-bread-more {
	border: 1px solid #fff;
	padding: 5px;
	padding-right: 15px;
	position: relative;
	z-index: 2;
	*top: 6px;
	background: url(../jpg/img_31.jpg) no-repeat right center;
	color: #e10032 !important;
}

.other-industry .pc-breadnav {
	position: relative;
}

.other-industry .pc-breadnav .on {
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

.other-ind-bread-child {
	border: 1px solid #e5e5e5;
	width: 320px;
	position: absolute;
	left: 85px;
	top: 50px;
	*top: 56px;
	z-index: 1;
	background: #fff;
	display: none;
}

.other-ind-bread-child>ul {
	margin: 10px;
}

.other-ind-bread-child>ul li {
	padding: 3px;
	display: inline-block
}

.other-ind-bread-child>ul li a {
	color: #333;
}

.other-ind-bread-child>ul li span {
	font-family: '宋体';
}

/**内页栏目**/
.other-industry-inner-menu {
	width: 100%;
	height: 80px;
	line-height: 78px;
	background: #f7f7f7;
	margin-bottom: 20px;
}

.other-industry-inner-menu .inner-menu-list>li {
	float: left;
	margin-right: 6%;
	cursor: pointer;
}

.other-industry-inner-menu .inner-menu-list>li a {
	color: #333;
	font-size: 20px;
	display: block;
	outline: none;
}

.other-industry-inner-menu .inner-menu-list>li .on {
	color: #e10332;
	border-bottom: 2px solid #e10332;
}

/**四大模块**/
.other-industry-info {
	padding: 20px 0;
	margin-top: 10px;
}

.other-industry-info .list-hide-model-btn {
	color: #e00032;
	cursor: pointer;
}

.other-industry-info .parp-hide-model-btn {
	color: #e00032;
	cursor: pointer;
}

.other-industry-info .title {
	color: #333;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	margin: 20px 0 20px;
}

.other-industry-info .yun-wei {
	margin-bottom: 20px;
}

.other-industry-info .yun-wei-left {
	width: 58.333%;
	float: left;
}

.other-industry-info .yun-wei-left>h3 {
	font-weight: normal;
	color: #333;
	font-size: 24px;
	margin: 0 0 12px;
}

.other-industry-info .yun-wei-left .text {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.other-industry-info .yun-wei-right {
	padding-top: 45px;
	width: 33.333%;
	float: right;
}

.other-industry-info .yun-wei-right img {
	width: 100%;
	display: block;
}

.other-industry-info .yun-wei-left ul {
	padding-left: 20px;
}

.other-industry-info .yun-wei-left li {
	list-style-type: disc;
	line-height: 2;
}

.fang-an-top,
.fang-an-down {
	margin: 16px 0;
}

.fang-an-top a {
	display: inline-block;
	padding: 10px 0;
	width: 130px;
	text-align: center;
	font-size: 1.285em;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #ec5735 url(../jpg/btn_bg.jpg) left top repeat-y;
	margin-right: 10px;
}

.fang-an-top .fang-an {}

.fang-an-top .fang-an-z {
	background: #fff;
	color: #e00032;
	border: 1px solid #e00032;
	padding: 9px 0;
}

.fang-an-down>a {
	color: #0068f8;
	font-size: 16px;
	margin-right: 10%;
}

.other-industry-info .share ul {
	padding: 0;
}

.other-industry-info .share li {
	list-style-type: none;
	float: left;
	margin-right: 4px;
}

.other-industry-info .c-title {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0 20px;
}

.other-industry-line {
	width: 100%;
	height: 1px;
	border-top: 1px solid #e5e5e5;
}

.an-li-wrap ul {
	margin-right: -24px;
}

.an-li-wrap li {
	float: left;
	width: 23%;
	margin-right: 2%;
}

.an-li-wrap li img {
	display: block;
	width: 100%;
}

.an-li-wrap li h4 {
	font-weight: normal;
	font-size: 18px;
	margin: 20px 0 0;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.an-li-wrap li p {
	color: #666;
	line-height: 1.7;
	font-size: 16px;
}

.other-industry-info-more {
	color: #e00032;
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 30px auto;
	width: 88px;
}

.fang-an-t {
	border-top: 1px solid #e5e5e5;
	font-size: 16px;
	line-height: 1.7;
	padding-top: 20px;
	margin-top: 20px;
}

.fang-an-t a {
	color: #333;
}

@media screen and (max-width: 768px) {
	.other-industry-info .yun-wei-left {
		width: 94%;
		float: none;
		margin: 0 auto;
	}

	.other-industry-info .yun-wei-right {
		width: 94%;
		float: none;
		margin: 12px auto;
		padding-top: 0;
	}

	.other-industry-inner-menu {
		display: none;
	}

	.other-industry-info .c-title {
		padding: 0 3%;
	}

	.an-li-wrap ul {
		margin: 0;
	}

	.an-li-wrap li {
		float: none;
		width: 94%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.an-li-wrap .m-left {
		float: left;
		width: 50%;
	}

	.an-li-wrap .m-right {
		float: right;
		width: 46%;
		padding: 0 2%;
	}
}

@media screen and (max-width: 480px) {
	.an-li-wrap li h4 {
		margin: 0;
	}
}

/*相关信息*/
.other-industry-news {
	background: #f2f2f2;
	padding-bottom: 30px;
}

.other-industry-news h2.title {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	padding: 70px 0 40px;
	margin: 0;
	color: #333;
}

.other-industry-news .con-news .news-left {
	margin-right: 0;
	padding: 0;
	background: #f2f2f2;
	width: 49%;
	float: left;
	position: relative;
	border-right: 1px solid #d9d9d9;
}

.other-industry-news .con-news .news-left-no-line {
	border-right: none;
}

.other-industry-news .con-news p.tit {
	font-size: 24px;
	color: #1a1a1a;
	padding: 0 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

.other-industry-news .con-news p.tit a {
	display: block;
	color: #e10032;
	font-size: 18px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 30px;
}

.other-industry-news .con-news .news-left ul li {
	padding: 0 30px 0 45px;
	background: url(../png/dot.png) no-repeat 30px 15px;
	line-height: 35px;
	font-size: 16px;
}

.other-industry-news .con-news .news-left ul li p {
	float: left;
	width: 67%;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.other-industry-news .con-news .news-left ul li span {
	float: right;
	line-height: 35px;
}

.other-industry-news .con-news .news-right {
	margin-right: 0;
	padding: 0;
	background: #f2f2f2;
	width: 49%;
	margin-left: 1%;
	float: left;
	height: 215px;
	position: relative;
}

.other-industry-news .con-news .news-right .con {
	padding: 0 30px 0 20px;
	position: relative;
}

.other-industry-news .con-news .news-right .con img {
	position: absolute;
	top: 4px;
	left: 20px;
	width: 170px;
	height: auto;
}

.other-industry-news .con-news .news-right .con dl {
	float: none;
}

.other-industry-news .con-news .news-right .con dl dt {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.other-industry-pdf {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 32px;
	width: 100px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	margin-top: 6px;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #ec5735 url("../jpg/btn_bg.jpg") left top repeat-y;
}

.other-targer-link>span {
	display: none;
}

@media screen and (max-width: 992px) {
	.other-industry-news .con-news .news-right .con dl dd {
		max-height: 170px;
	}

	.other-industry-news .con-news .news-right .con {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.other-industry-news .con-news .news-left {
		width: 100%;
		border-right: none;
	}

	.other-industry-news .con-news .news-left ul li span {
		display: none;
	}

	.other-industry-news .con-news .news-left ul li p {
		width: 100%;
	}

	.other-industry-news .con-news p.tit a {
		display: none;
	}

	.other-industry-news .con-news .news-left {
		background: #fff;
	}

	.other-industry-news .con-news p.tit {
		text-align: center;
		padding-top: 14px;
		font-size: 24px;
		margin-top: 20px;
	}

	.other-industry-news .con-news .news-right .con img {
		width: 32%;
	}

	.other-industry-news .con-news .news-right .con dl {
		padding-left: 40%;
		padding-right: 12px;
	}

	.other-industry-news .con-news .news-right {
		width: 100%;
		border-top: 1px solid #e5e5e5;
		min-height: 360px;
		background: #fff;
		margin-left: 0;
	}

	.other-industry-news h2.title {
		padding: 20px 0 20px;
		background: #f2f2f2;
		font-size: 24px;
	}

	.other-industry-news {
		background: #fff;
	}

	.other-industry-news .my-container {
		padding: 0;
	}

	.other-targer-link {
		position: relative;
	}

	.other-industry-arr {
		position: absolute;
		top: 0;
		right: 10px;
	}

	.other-targer-link>span {
		display: block;
		font-size: 20px;
		color: #333;
		padding: 14px;
		background: #f7f7f7;
		cursor: pointer;
	}

	.other-industry-info {
		display: none;
	}

	.pc-breadnav {
		display: none;
	}

	.other-industry-info .title {
		font-size: 24px;
	}

	.other-industry-info .yun-wei-left>h3 {
		font-size: 20px;
	}

	.other-industry-info .list-hide-model-btn {
		margin: 12px 0;
	}

	.other-industry-info .parp-hide-model-btn {
		margin: 12px 0;
	}

	.an-li-wrap li p {
		height: 80px;
		overflow: hidden;
	}
}

.other-industry .cont .text {
	font-size: 16px;
}

/****---------------------------------其它行业模块结束-------------------------------***/

/****---------------------------------运营商开始-------------------------------***/
.operator .banner-slider .bd {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.operator .pic img {
	display: block;
	width: 100%;
}

.operator .banner-slider {
	position: relative;
}

.operator .pic {
	overflow: hidden;
	display: block;
	width: 100%;
}

.operator .pic img.pc-pic {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	overflow: hidden;
}

.operator .pic img.m-pic {
	display: none;
	width: 100%;
}

.operator .swiper-slide {
	float: left;
	position: relative;
	width: 16.666%;
}

.operator .cont {
	position: absolute;
	left: 50%;
	top: 26%;
	width: 1440px;
	margin-left: -600px;
}

.operator .tit {
	font-size: 42px;
	font-weight: normal;
	color: #e10332;
	margin: 0;
}

.operator .cont .text {
	font-size: 20px;
	color: #1a1a1a;
	line-height: 36px;
}

.operator .banner-slider .hd {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	z-index: 2;
	text-align: center;
	font-size: 0;
}

.operator .banner-slider .hd .swiper-pagination-switch {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-indent: -10em;
	overflow: hidden;
	margin: 0 10px;
	cursor: pointer;
	background: url(../png/pointer.png) center no-repeat;
}

.operator .banner-slider .hd .swiper-pagination-switch.swiper-active-switch {
	background-image: url(../png/pointer_on.png);
}

@media screen and (max-width: 1366px) {
	.operator .cont {
		width: auto;
		margin-left: 0;
		left: 5%;
	}
}

@media screen and (max-width: 1024px) {
	.operator .banner-slider .bd ul li .cont {
		width: 80%;
		margin-left: 0;
		left: 5%;
	}

	.operator .banner-slider .hd {
		bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.operator .pic img.m-pic {
		display: inline;
	}

	.operator .pic img.pc-pic {
		display: none;
	}

	.operator .banner-slider .bd ul li .cont {
		width: 90%;
		left: 5%;
	}

	.operator .banner-slider .bd ul li .cont .tit {
		font-size: 36px;
	}

	.operator .banner-slider .hd {
		bottom: 30px;
	}

	.operator .banner-slider .bd ul li .cont .tit {
		font-size: 20px;
	}

	.operator .other-learn {
		display: inline-block;
	}
}

.operator-desc {
	padding: 10px 0 20px;
}

.operator-desc h2 {
	font-weight: normal;
	font-size: 28px;
	color: #333;
	text-align: center;
	margin: 20px 0;
}

.operator-desc>div {
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

.operator-partner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.operator-partner-item {
	position: relative;
	width: 49%;
	padding: 1% 0px;
}

.operator-partner-item img {
	width: 100%;
	display: block;
}

/*.operator-partner-item .text{position:absolute;bottom:0;left:0;padding:20px;}*/
.operator-partner-item h4 {
	position: relative;
	z-index: 2;
	font-weight: normal;
	font-size: 22px;
	color: #cf1f45;
	margin: 0 0 12px 0;
}

.operator-partner-item p {
	position: relative;
	z-index: 2;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

.operator-partner-item .mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
}

.operator-related {
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 80px;
}

.operator-related .o-title {
	font-weight: normal;
	color: #333;
	font-size: 28px;
	text-align: center;
	padding-top: 60px;
	margin: 20px 0;
}

.operator-related-news {
	padding: 3%;
	background: #fff;
	width: 49%;
	float: left;
	min-height: 290px;
}

.operator-related-qk {
	padding: 3%;
	background: #fff;
	width: 43%;
	float: right;
	min-height: 290px;
}

.operator-related-video {
	background: #fff;
	margin-top: 20px;
	padding: 3%;
}

.operator-related-news .title {}

.operator-related-news .title h3,
.operator-related-qk .title h3,
.operator-related-video .title h3 {
	font-weight: normal;
	font-size: 24px;
	color: #333;
	margin: 0 0 16px 0;
}

.operator-related-news .title a,
.operator-related-qk .title a,
.operator-related-video .title a {
	display: block;
	font-size: 16px;
	color: #df003b;
	margin-top: 6px;
}

.operator-related-news li {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.operator-related-news li .icon {
	color: #df003b;
	font-family: '宋体';
	font-size: 20px;
}

.operator-related-news li>p {
	width: 76%;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.operator-related-news li .time {
	float: right;
	display: inline-block;
	color: #666;
}

.operator-related-qk .more {
	display: inline-block;
	padding: 7px 0;
	width: 100px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #ec5735 url("../jpg/btn_bg.jpg") left top repeat-y;
	position: absolute;
	bottom: 0;
	right: 39%;
}

.operator-related-qk .qk-right {
	width: 100%;
	position: relative;
	min-height: 230px;
}

.operator-related-qk .qk-img {
	width: 32%;
}

.operator-related-qk .qk-img img {
	width: 100%;
}

.operator-related-qk .qk-text {
	width: 60%;
}

.operator-related-qk .qk-text h4 {
	font-weight: normal;
	font-size: 20px;
	color: #333;
	margin: 0 0 16px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.operator-related-qk .qk-text h4 a {
	color: #333;
}

.operator-related-qk .qk-text p {
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

.operator-related-video .video-list {
	position: relative;
	left: -16px;
	width: 102%;
}

.operator-related-video .video-list li {
	float: left;
	margin-left: 2%;
	width: 23%;
}

.operator-related-video .video-list li p {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.operator-related-video .video-inner {
	position: relative;
}

.operator-related-video .video-inner .icon {
	width: 33%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16.5%;
	margin-left: -16.5%;
}

.operator-related-video .video-inner .icon img {
	width: 100%;
}

.operator-related-video .video-img img {
	width: 100%;
}

/*运营商模块优化修改内容*/
.operator-partner-item {
	min-height: 250px;
}

.operator-partner-item .item-img {
	width: 53%;
	float: left;
	margin-right: 2%;
	text-align: center;
}

.operator-partner-item .item-img img {
	max-width: 100%;
}

.operator-partner-item .text {
	width: 45%;
	padding: 0;
	float: left;
}

.operator-partner-item .text h4 {}

.operator-partner-item .text ul {
	margin-bottom: 10px;
	height: 108px;
	overflow: hidden;
}

.operator-partner-item .text ul li {
	line-height: 27px;
	padding-left: 15px;
	font-size: 16px;
	background: url(../png/wms-circle.png) no-repeat 0 10px;
}

.operator-partner-item .text ul li a {
	display: block;
	width: 100%;
	line-height: 27px;
}

.operator-partner-item .text ul li a:hover {
	color: #cf1f45;
}

.operator-partner-item .text .red-alink-more {
	padding: 0 15px;
	font-size: 16px;
	color: #cf1f45;
}

.clearfloat {
	clear: both;
}

@media screen and (max-width: 1440px) {
	.operator-related-news li .time {
		display: none;
	}
}

@media screen and (max-width: 992px) {

	/*运营商模块*/
	.operator-related-news,
	.operator-related-qk {
		width: 94%;
		float: none;
		margin-bottom: 20px;
	}

	.operator .banner-slider .bd ul li .tit {
		font-size: 22px;
	}
}

@media screen and (max-width: 768px) {
	.operator-related-news li>p {
		width: 96%;
	}

	.operator-desc h2 {
		font-size: 24px;
	}

	.operator-partner-item {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 16px;
	}

	.operator-partner-item .text {
		padding: 6px;
	}

	.operator-partner-item h4 {
		font-size: 18px;
		margin: 0;
	}

	.operator-partner-item p {
		line-height: 22px;
	}

	.operator-related .o-title {
		padding-top: 10px;
		font-size: 24px;
	}

	.operator-related-news .title h3,
	.operator-related-qk .title h3,
	.operator-related-video .title h3 {
		font-size: 24px;
	}

	.operator-related-qk .more {
		width: 110px;
		padding: 7px 0;
	}

	.operator-related-video .video-list li {
		width: 48%;
		float: left;
		margin-bottom: 12px;
	}

	.operator-related-video .video-list {
		width: 100%;
		left: 0;
	}

	/*运营商模块优化*/
	.operator-partner-item .item-img {
		float: none;
		width: 100%;
		margin: 0 auto 10px auto;
		text-align: center;
	}

	.operator-partner-item .item-img img {
		width: 100%;
		max-width: auto;
	}

	.operator-partner-item .text {
		width: 100%;
		margin: 0 auto 10px auto;
	}

	.operator-partner-item .text .red-alink-more {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
}

/****---------------------------------运营商结束-------------------------------***/
/****---------------------------------产品详情开始-------------------------------***/
.main {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.product-details {}

.product-details .left-layout {
	width: 58.33333333%;
	float: left;
	position: relative;
	height: 420px;
}

.product-details .right-layout {
	width: 406px;
	float: right;
	margin-bottom: 20px;
}

.product-details .title {
	color: #333;
	font-size: 26px;
	margin: 20px 0;
	font-weight: normal;
}

.product-list .left-layout {
	height: auto;
}

.product-details .text {
	line-height: 28px;
	color: #333;
	font-size: 16px;
	margin-bottom: 26px;
	padding: 0 10px;
	max-height: 200px;
	overflow: hidden;
}

.product-list .text {
	height: 200px;
}

.product-details .text-2 {
	line-height: 28px;
	color: #333;
	font-size: 16px;
	margin-bottom: 26px;
	padding: 0 15px;
	max-height: 340px;
	overflow: hidden;
}

.product-details .right-layout img {
	width: 100%;
}

.product-details .product-open,
.operator-open {
	color: #e10032;
	font-size: 18px;
	cursor: pointer;
	display: none;
}

.product-details .server-list {
	text-align: center;
	margin: 30px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.product-details .server-list li {
	padding: 0 3%;
	border-left: 1px solid #e5e5e5;
}

.product-details .server-list li img {
	height: 54px;
}

.product-details .server-list li:first-child {
	border-left: none;
}

.product-details .server-list h5 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	margin: 4px 4px 0 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.product-details .right-layout .bd {
	text-align: center;
	width: 390px;
	min-height: 320px;
	margin: 0 auto;
	overflow: hidden;
}

.product-details .right-layout .hd li {
	width: 90px;
	height: 48px;
	float: left;
	border: 1px solid #e5e5e5;
	margin: 4px;
}

.product-details .right-layout .hd img {
	width: 100%;
	height: 100%;
}

.product-details-nav {
	width: 100%;
	background: #f7f7f7;
	line-height: 80px;
}

.product-details-nav ul {
	width: 100%;
}

.product-details-nav-wrap {
	max-width: 1440px;
	margin: 0 auto;
}

.m-nav {
	display: none;
}

.product-details-nav ul li {
	float: left;
	font-size: 18px;
	color: #333;
	margin-right: 24px;
	cursor: pointer;
}

.product-details-nav ul li.on {
	color: #ea496d;
	border-bottom: 2px solid #ea496d;
}

.product-details-content {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #333;
	display: none;
	padding-bottom: 40px;
}

div.detail-active {
	display: block;
}

.product-details-content h4 {
	font-size: 20px;
	margin: 20px 0;
}

.product-details-content dl dt {
	font-size: 16px;
	margin: 26px 0 12px;
}

.product-details-content dl dt span {
	padding-right: 6px;
}

.product-details-content dl dd {
	font-size: 16px;
}

.product-jscs {
	padding: 20px;
}

.product-cptx {
	padding: 20px;
}

.product-jscs table thead {
	background: #f2f2f2;
}

.product-jscs table {
	margin: 0 auto;
	border-collapse: collapse;
	border-top: windowtext 1pt solid;
	width: 60%;
}

.product-jscs table th,
td {
	padding: 5px;
}

.product-jscs table p {
	margin: 1.12em 0;
	padding: 0;
}

.product-dxyy {
	padding: 20px;
}

.product-dxyy p {
	line-height: 1.7;
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
}

.product-dxyy p img {
	max-width: 100%;
	display: block;
}

.product-dgxx {
	padding: 20px;
}

.product-dgxx table thead {
	background: #f2f2f2;
}

.product-dgxx table {
	margin: 0 auto;
	border-collapse: collapse;
	border-top: windowtext 1pt solid;
	width: 60%;
}

.product-dgxx table th,
td {
	padding: 5px;
}

.product-dgxx table p {
	margin: 1.12em 0;
	padding: 0;
}

.product-azwh {
	padding: 20px;
}

.product-azwh dl {
	margin-top: 20px;
}

.product-azwh dt {
	font-size: 16px;
	font-weight: bold;
}

.product-azwh li {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #b4b4b4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-azwh-more {
	float: right;
	color: #333;
	font-weight: normal;
}

.product-details-other {
	background: #f2f2f2;
	width: 100%;
	padding-bottom: 40px;
}

.product-details-other .p-title {
	margin-bottom: 30px;
	color: #333;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	padding-top: 40px;
}

.product-details-other .picScroll-left {
	width: 1222px;
	position: relative;
	background: #f2f2f2;
	left: -22px;
}

.product-details-other .picScroll-left .hd {
	position: relative;
}

.product-details-other .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.product-details-other .picScroll-left .bd ul li {
	width: 224px;
	margin: 0 11px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.product-details-other .picScroll-left .bd ul li .pic {
	text-align: center;
}

.product-details-other .picScroll-left .bd ul li .pic img {
	width: 224px;
	height: 137px;
	display: block;
	padding: 2px;
}

.product-details-other .picScroll-left .bd ul li .title {
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	padding: 10px 36px;
}

.product-details-other .picScroll-left .bd ul li .title a {
	color: #333;
}

.product-details-other .next-pic {
	position: absolute;
	left: -32px;
	top: -157px;
	cursor: pointer;
	z-index: 99;
}

.product-details-other .prev-pic {
	position: absolute;
	right: -60px;
	top: -157px;
	cursor: pointer;
	z-index: 99;
}

@media screen and (max-width: 1440px) {

	/*产品详情页*/
	.product-details .left-layout {
		width: 50%;
	}

	.product-details .server-list li {
		padding: 0 1%;
	}

	.product-details .server-list h5 {
		font-size: 16px;
	}

	.product-details-other .next-pic {
		left: -60px;
	}
}

@media screen and (max-width: 1024px) {
	.product-details-nav {
		display: none;
	}

	.m-nav {
		padding-left: 12px;
		font-size: 20px;
		height: 90px;
		line-height: 90px;
		background: #f7f7f7;
		border-bottom: 1px solid #fff;
		display: block;
		cursor: pointer;
	}

	.m-nav span {
		float: right;
		margin-right: 12px;
	}

}

@media screen and (max-width: 996px) {
	.product-details .left-layout {
		width: 100%;
		float: none;
	}

	.product-details .left-layout-2 {
		height: auto;
	}

	.product-details .right-layout {
		margin-top: 10px;
		width: 100%;
		float: none;
	}

	.product-details .right-layout .hd ul {
		width: 404px;
		margin: 0 auto;
	}

	.product-details .title {
		text-align: center;
	}

	.product-details .product-open {
		display: block;
		text-align: center;
	}

	.hidden-996 {
		display: none;
	}

	.product-details .pic-focus li {
		float: left;
	}

	.product-details .pic-focus .swiper-pagination-switch {
		display: inline-block;
		font-size: 14px;
		width: 15px;
		height: 15px;
		text-indent: -10em;
		overflow: hidden;
		margin: 0 10px;
		cursor: pointer;
		background: url(../png/pointer.png) center no-repeat;
	}

	.product-details .pic-focus .swiper-active-switch {
		background-image: url(../png/pointer_on.png);
	}

	.product-details .pic-focus .hd {
		text-align: center;
	}

	.product-details .server-list li {
		padding: 0;
		width: 24%;
	}

	.product-details-other .picScroll-left .swiper-pagination-switch {
		display: inline-block;
		font-size: 14px;
		width: 15px;
		height: 15px;
		text-indent: -10em;
		overflow: hidden;
		margin: 0 10px;
		cursor: pointer;
		background: url(../png/pointer.png) center no-repeat;
	}

	.product-details-other .picScroll-left .swiper-active-switch {
		background-image: url(../png/pointer_on.png);
	}

	.product-details-other .picScroll-left .hd {
		top: 0;
		text-align: center;
	}

	.product-details-other .picScroll-left .bd {
		width: 92%;
		overflow: hidden;
		margin: 0 auto;
	}

	.product-details-other .picScroll-left .bd ul li .title {
		padding: 10px;
	}

	.product-details-other .picScroll-left {
		width: 92%;
		margin: 0 auto;
		left: 0;
	}

	.product-details-other .picScroll-left .bd ul li {
		margin: 0;
	}

	.product-details-other .picScroll-left .bd ul li .pic img {
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.product-list .text {
		height: auto;
	}
}

.myStyle {
	word-wrap: break-word;
	text-align: left;
}

.myStyle p {
	line-height: 30px;
	font-size: 14px !important;
}

.myStyle table {
	margin: 0 auto;
	/* 2022年8月4日 17:40:31 border-collapse: collapse;*/
	border-collapse: separate;
	border-spacing: 0;
	border-top: windowtext 1pt solid;
	width: 93% !important;
	font-size: 16px !important;
}

.myStyle table tr:first-child td,
.myStyle table tr:first-child th {
	background: #d9d9d9;
	font-weight: bold;
}

/*.myStyle table th{background: #f2f2f2;padding: 14px 0;font-size: 16px;font-weight: normal;}*/
.myStyle table td,
.myStyle table th {
	padding: 14px 10px;
}

.myStyle table td p,
.myStyle table th p {
	/* margin: 0px auto; */
	line-height: none;
	font-size: 16px !important;
}

.myStyle table td li {
	margin: 3.6pt 4.55pt 3.6pt 0;
	display: flex;
	justify-content: flex-start;
}

.myStyle table td li:before {
	content: "●";
	font-size: 23px;
	margin-right: 10px;
}

.myStyle table thead+tbody tr:first-child td,
.myStyle table thead+tbody tr:first-child th {
	background-color: initial;
	font-weight: initial;
}

.myStyle strong {
	font-size: 16px;
}

/*.myStyle p{margin-bottom:20px;line-height:1.7;font-size:16px;}*/

.clear-table-tr td {
	background: #ffffff !important;
	font-size: 16px !important;
	font-weight: normal !important;
}

.Article-text .myStyle table {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.main {
		padding: 0 6px;
		width: auto;
	}

	.product-details .title {
		font-size: 22px;
	}

	.m-nav {
		height: 60px;
		line-height: 60px;
	}

	.product-details-other .p-title {
		font-size: 18px;
		padding-top: 28px;
	}

	.product-azwh li span {
		display: none;
	}

	.product-jscs table,
	.product-dgxx table {
		width: 100%;
	}

	.operator-open {
		display: block;
		color: #e10032 !important;
		text-align: center;
		cursor: pointer;
	}

	.product-details-content .myStyle {
		overflow-x: auto;
	}

	.myStyle {
		padding: 0;
	}

	.myStyle table {
		width: 93%;
		overflow: auto;
	}

	.product-details .server-list {
		position: static;
	}

	.product-details .left-layout {
		height: auto;
	}

	.product-details .right-layout .bd {
		overflow: hidden;
		width: auto;
	}
}

/****---------------------------------产品详情结束-------------------------------***/

.s-mark {
	display: none;
	position: absolute;
	top: 9px;
	left: -8px;
	z-index: 1002;
}

.ydc-mark {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1001;
}

.s-mark-t-1 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}

.s-mark-t-2 {
	color: #fff;
	font-size: 16px;
	padding: 2px 4px;
	border: 1px solid #fff;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 50px;
}

.s-mark-relative {
	position: relative;
}

.s-mark-arr {
	position: absolute;
	top: -40px;
	left: 163px;
}

.s-mark-tt {
	position: absolute;
	top: -70px;
	left: 280px;
	width: 200px;
}

@media (max-width: 768px) {
	.s-mark {
		top: 45px;
	}

	.s-mark-tt {
		top: -128px;
		left: 120px;
	}

	.s-mark-arr {
		top: -43px;
		left: 160px;
		transform: rotate(-21deg);
		-ms-transform: rotate(-21deg);
		/* IE 9 */
		-webkit-transform: rotate(-21deg);
		/* Safari and Chrome */
	}
}

/****---------------------------------产品列表开始-------------------------------***/
.product-list .title {
	text-align: center;
}

.product-list-a {
	padding: 20px 10px;
	padding-left: 0;
	position: relative;
}

.product-list-a a {
	color: #0068f8;
	font-size: 16px;
	margin-right: 6%;
	display: inline-block;
}

.product-list-tj {
	padding: 0 20px 10px;
}

.product-list-tj h4 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
}

.product-list-tj dl {
	margin-bottom: 5px;
}

.product-list-tj dl dt {
	margin: 0;
	width: 10%;
	color: #000;
}

.product-list-tj dl dd {
	width: 90%;
}

.product-list-tj dl dd>span {
	display: inline-block;
	margin-bottom: 10px;
}

.product-list-tj dl dd input {
	margin: 0 10px;
}

.product-list-tj dl dd label {
	color: #666;
	font-size: 16px;
}

.product-list-xx-img {
	width: 30%;
	text-align: center;
}

.product-list-xx-img img {
	max-width: 100%;
	display: inline-block;
	width: 180px;
}

.product-list-xx-info {
	width: 70%;
}

.product-list-xx-info h5 {
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0;
	word-break: break-all;
}

.product-list-xx-info h5 a {
	color: #333;
}

.product-list-xx-info p {
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

.product-list-xx-info .product-list-ljxq {
	color: #e10032;
	font-size: 16px;
	margin: 12px 0;
	display: block;
}

.product-list-xx li {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}

.product-list-arr {
	cursor: pointer;
	margin-left: 2%;
}

.sa-p-l-xx-t {
	font-weight: normal;
	font-size: 28px;
	color: #333;
	padding-bottom: 6px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 12px;
	line-height: 48px;
}

.product-list-arr .m-pic {
	display: none;
}

.product-list-i {
	float: right;
	display: none;
	cursor: pointer;
}

.product-list-i img {
	width: 16px;
}

.product-list .right-layout .bd {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	min-height: auto;
}

.product-list .right-layout .bd img {
	width: 100%;
}

.product-list-focus li {
	float: left;
	margin-left: -1px;
}

.product-list-focus .swiper-pagination-switch {
	display: inline-block;
	font-size: 14px;
	width: 15px;
	height: 15px;
	text-indent: -10em;
	overflow: hidden;
	margin: 0 10px;
	cursor: pointer;
	background: url(../png/pointer.png) center no-repeat;
}

.product-list-focus .swiper-active-switch {
	background-image: url(../png/pointer_on.png);
}

.product-list-focus .hd {
	text-align: center;
}

.product-list .right-layout {
	width: 41%;
}

.product-list .product-list-open {
	padding-left: 10px;
}

.product-list .hidden-996 {
	display: none;
}

@media screen and (max-width: 768px) {
	.product-list-focus li {
		margin-left: 0;
	}

	.product-list-arr .pc-pic {
		display: none;
	}

	.product-list-arr .m-pic {
		display: inline;
	}

	.product-details-content {
		width: 96% !important;
		overflow: hidden;
	}

	.product-list-tj h4 {
		margin: 0;
	}

	.product-list-tj dl {
		margin: 0;
	}

	.product-list-tj h4 {
		padding: 0 2%;
		height: 55px;
		line-height: 55px;
		border-bottom: 1px solid #e5e5e5;
	}

	.product-list-tj {
		background: #f7f7f7;
		border: 1px solid #e5e5e5;
		border-radius: 4px;
		margin-top: 20px;
		padding-bottom: 0;
	}

	.product-list-tj dl {
		display: none;
	}

	.product-list-tj dl dt {
		width: 96%;
		margin: 0 auto;
		float: none;
		border-bottom: 1px solid #e5e5e5;
		height: 55px;
		line-height: 55px;
	}

	.product-list-tj dl dd {
		display: none;
	}

	.product-list-i {
		display: block;
	}

	.product-list .right-layout {
		width: 100%;
	}

	.product-list-xx-info p {
		display: none;
	}

	.product-list-xx-info .product-list-ljxq {
		display: none;
	}

	.product-list-arr {
		float: right;
	}

	.sa-p-l-xx-t {
		margin: 20px 0;
		font-size: 24px;
	}
}

@media screen and (max-width: 768px) {

	.product-list-xx-info h5 {
		height: 56px;
		overflow: hidden;
		margin: 0;
		padding-left: 7%;
		font-size: 18px;
	}
}

/****---------------------------------产品列表结束-------------------------------***/
/****---------------------------------合作伙伴开始-------------------------------***/
.ch-partners .banner-slider .bd {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ch-partners .pic img {
	display: block;
	width: 100%;
}

.ch-partners .banner-slider {
	position: relative;
}

.ch-partners .pic {
	overflow: hidden;
	display: block;
	width: 100%;
}

.ch-partners .pic img.pc-pic {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	overflow: hidden;
}

.ch-partners .pic img.m-pic {
	display: none;
	width: 100%;
}

.ch-partners .swiper-slide {
	float: left;
	position: relative;
	width: 16.666%;
}

.ch-partners .cont {
	position: absolute;
	left: 50%;
	top: 26%;
	width: 1440px;
	margin-left: -600px;
}

.ch-partners .tit {
	font-size: 42px;
	font-weight: normal;
	color: #e10332;
	margin: 0;
}

.ch-partners .cont .text {
	font-size: 18px;
	color: #666;
	line-height: 36px;
}

.ch-partners .banner-slider .hd {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	z-index: 2;
	text-align: center;
	font-size: 0;
}

.ch-partners .banner-slider .hd .swiper-pagination-switch {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-indent: -10em;
	overflow: hidden;
	margin: 0 10px;
	cursor: pointer;
	background: url(../png/pointer.png) center no-repeat;
}

.ch-partners .banner-slider .hd .swiper-pagination-switch.swiper-active-switch {
	background-image: url(../png/pointer_on.png);
}

.ch-partners .ban-zq {
	margin-top: 20px;
	padding: 14px 0;
	width: 205px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #ec5735 url(../jpg/btn_bg.jpg) left top repeat-y;
}

@media screen and (max-width: 1366px) {
	.ch-partners .cont {
		width: auto;
		margin-left: 0;
		left: 5%;
	}
}

@media screen and (max-width: 1024px) {
	.ch-partners .banner-slider .bd ul li .cont {
		width: 80%;
		margin-left: 0;
		left: 5%;
	}

	.ch-partners .banner-slider .hd {
		bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.ch-partners .ban-zq {
		display: none;
	}

	.ch-partners .pic img.m-pic {
		display: inline;
	}

	.ch-partners .pic img.pc-pic {
		display: none;
	}

	.ch-partners .banner-slider .bd ul li .cont {
		width: 90%;
		left: 5%;
	}

	.ch-partners .banner-slider .bd ul li .cont .tit {
		font-size: 36px;
	}

	.ch-partners .banner-slider .hd {
		bottom: 30px;
	}

	.ch-partners .banner-slider .bd ul li .cont .tit {
		font-size: 28px;
	}

	.ch-partners .other-learn {
		display: inline-block;
	}
}

.ch-partners-gg {
	margin-top: 20px;
}

.ch-partners-gg h2 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	text-align: center;
	margin: 10px 0 16px;
}

.ch-partners-gg-left {
	float: left;
	width: 45%;
	border: 1px solid #e5e5e5;
	padding: 2%;
}

.ch-partners-gg-right {
	float: right;
	width: 45%;
	border: 1px solid #e5e5e5;
	padding: 2%;
}

.ch-partners-gg ul li {
	font-size: 16px;
	color: #666;
	line-height: 2;
}

.ch-partners-gg li .time {
	float: right;
	color: #999;
	font-size: 14px;
}

.ch-partners-gg li>p {
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	padding-left: 16px;
	background: url(../png/dot.png) no-repeat left center;
}

.ch-partners-gg .look-more {
	text-align: right;
}

.ch-partners-gg .look-more a {
	color: #e60012;
	font-size: 16px;
}

.ch-partners-hzhb {
	margin: 60px 0;
	margin-right: -1.2%;
}

.ch-partners-hzhb .item {
	float: left;
	width: 32%;
	margin-right: 1%;
	border: 1px solid #e5e5e5;
	min-height: 200px;
}

.ch-partners-hzhb-img {
	width: 40%;
	float: left;
}

.ch-partners-hzhb-img img {
	width: 100%;
	min-height: 200px;
}

.ch-partners-hzhb-text {
	width: 60%;
	float: left;
}

.ch-partners-hzhb-text h3 {
	padding-top: 20%;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 22px;
	color: #333;
	padding-left: 14%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ch-partners-hzhb-text .text-li {
	line-height: 2.4;
	font-size: 16px;
	padding-left: 14%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ch-partners-hzhb-text .text {
	padding-left: 14%;
	padding-right: 10%;
	line-height: 2;
}

.ch-partners-hzhb-text .text-link {
	padding-left: 14%;
	margin-top: 20px;
}

.ch-partners-hzhb-text .text-link a {
	font-size: 16px;
	color: #0780fe;
}

.ch-partners .wntj-title {
	font-weight: normal;
	font-size: 28px;
	color: #333;
	margin-bottom: 40px;
	text-align: center;
}

.ch-partners-wntj {
	margin-right: -1%;
}

.ch-partners-wntj li {
	float: left;
	width: 18%;
	padding: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #f7f7f7;
	min-height: 200px;
}

.ch-partners-wntj li p {
	font-size: 16px;
}

.ch-partners-wntj li .img {
	text-align: center;
	margin-top: 16px;
}

.ch-partners-wntj li .img .m-pic {
	display: none;
}

.ch-partners-wntj li h4 {
	font-weight: normal;
	color: #333;
	font-size: 20px;
	text-align: center;
	margin: 14px 0;
}

.ch-partners-wntj li {
	text-align: center;
	line-height: 1.7;
}

.ch-partners-djtspq {
	margin-right: -1%;
	margin-bottom: 70px;
}

.ch-partners-djtspq li {
	width: 49%;
	float: left;
	margin-right: 1%;
	position: relative;
}

.ch-partners-djtspq li>img {
	width: 100%;
	display: block;
	border: 1px solid #e5e5e5;
}

.ch-partners-djtspq-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ch-partners-djtspq-main h4 {
	font-weight: normal;
	font-size: 22px;
	color: #333;
	text-align: center;
	margin: 8% 0;
}

.ch-partners-djtspq-main .djt-t {
	font-size: 22px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ch-partners-djtspq-main .djt-s {
	margin-top: 12px;
	font-size: 16px;
	color: #666;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ch-partners-djtspq-main .spq-s {
	line-height: 2;
	margin-top: 12px;
	font-size: 16px;
	color: #666;
	padding: 0 20px;
}

.ch-partners-djtspq-main .dj-more {
	margin: 6% auto;
	padding: 12px 0;
	width: 205px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #ec5735 url(../jpg/btn_bg.jpg) left top repeat-y;
}

.ch-partners-djtspq-main .spq-dowm {
	margin-top: 34px;
	margin-left: 20px;
	padding: 12px 0;
	width: 205px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #ec5735 url(../jpg/btn_bg.jpg) left top repeat-y;
}

.ch-partners-lxwm {
	margin-right: -4.5%;
	margin-bottom: 60px;
}

.ch-partners-lxwm li {
	float: left;
	width: 21%;
	margin-right: 1%;
	border: 1px solid #e5e5e5;
	padding: 2% 1%;
	min-height: 110px;
}

.ch-partners-lxwm .img {
	float: left;
	width: 30%;
	line-height: 110px;
	text-align: center;
}

.ch-partners-lxwm .text {
	float: left;
	font-size: 18px;
	color: #333;
	width: 70%;
	margin-top: 10%;
}

.ch-partners-lxwm .wx-img {
	float: left;
	width: 50%;
}

.ch-partners-lxwm .wx-text {
	float: left;
	font-size: 18px;
	color: #333;
	width: 50%;
	margin-top: 10%;
}

@media screen and (max-width: 1440px) {
	.ch-partners-djtspq-main .dj-more {
		padding: 8px 0;
		width: 160px;
	}

	.ch-partners-djtspq-main .spq-dowm {
		padding: 8px 0;
		width: 160px;
		margin-top: 3px;
	}

	.ch-partners-lxwm {
		margin-right: -8%;
	}

	.ch-partners-lxwm li {
		width: 42%;
		margin-right: 4%;
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 992px) {
	.ch-partners-djtspq li>img {
		min-height: 250px;
	}
}

@media screen and (max-width: 768px) {
	.ch-partners-gg {
		margin: 0;
	}

	.ch-partners-gg-left {
		float: none;
		width: 100%;
		border: none;
		padding: 0;
	}

	.ch-partners-gg-right {
		float: none;
		width: 100%;
		border: none;
		padding: 0;
	}

	.ch-partners-gg h2 {
		background: #f7f7f7;
		margin: 0;
		height: 80px;
		line-height: 80px;
	}

	div.ch-partners {
		padding: 0;
	}

	div.ch-partners .main {
		padding: 0;
	}

	.ch-partners-gg .look-more {
		text-align: center;
		padding: 0 0 12px;
	}

	.ch-partners-gg-left ul {
		padding: 35px 10px 15px;
	}

	.ch-partners-gg-right ul {
		padding: 35px 10px;
	}

	.ch-partners-gg li>p {
		float: none;
		width: 95%;
	}

	.ch-partners-gg li .time {
		float: none;
	}

	.ch-partners-hzhb .item {
		width: 96%;
		margin: 16px auto;
		float: none;
	}

	.ch-partners-hzhb {
		margin: 20px 0;
	}

	.ch-partners-wntj {
		margin: 0;
	}

	.ch-partners-wntj li {
		width: 70%;
		float: none;
		background: #fff;
		border-bottom: 1px solid #e5e5e5;
		padding: 0;
		margin: 0 auto;
	}

	.ch-partners-wntj li .img .pc-pic {
		display: none;
	}

	.ch-partners-wntj li .img .m-pic {
		display: inline;
		width: 70px;
	}

	.ch-partners-djtspq-r {
		display: none;
	}

	.ch-partners-djtspq {
		margin-right: 0;
		margin-top: 80px;
	}

	.ch-partners-djtspq li {
		width: 100%;
		margin-right: 0;
	}

	.ch-partners-djtspq-main h4 {
		position: relative;
		top: -80px;
		left: 0;
		background: #f7f7f7;
		margin: 0;
		height: 80px;
		line-height: 80px;
	}

	.ch-partners-lxwm li {
		float: none;
		width: 95%;
		margin: 4% auto;
	}

	.ch-partners-lxwm {
		margin-right: 0;
	}

	.ch-partners-lxwm .img {
		text-align: center;
		width: 33%;
		margin-right: 10%;
	}

	.ch-partners-lxwm .text {
		width: 50%;
		margin-top: 6%;
	}

	.ch-partners-lxwm .wx-img {
		text-align: center;
		width: 33%;
		margin-left: 6%;
	}

	.ch-partners-lxwm .wx-img img {
		width: 100%;
	}

	.ch-partners-lxwm .wx-text {
		width: 50%;
		margin-top: 6%;
		text-align: center;
	}

	.ch-partners .wntj-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 468px) {
	.ch-partners-djtspq-main h4 {
		margin-bottom: -50px;
	}

	.ch-partners-lxwm .img {
		margin-right: 0;
	}
}

/****---------------------------------合作伙伴结束-------------------------------***/
/****---------------------------------服务公告开始-------------------------------***/
.service-announcement-top-line {
	width: 100%;
	height: 1px;
	border-top: 1px solid #e6e6e6;
}

.service-announcement .breadnav a {
	color: #333;
}

.announcement-desc {
	padding-bottom: 20px;
}

.announcement-desc>h2 {
	font-weight: normal;
	font-size: 28px;
	color: #333;
	padding-bottom: 12px;
	line-height: 48px;
	border-bottom: 1px solid #e6e6e6;
}

.announcement-desc dl dt {
	padding: 20px 0;
	color: #666;
	font-size: 16px;
}

.announcement-desc dd div {
	line-height: 1.7;
	color: #666;
	font-size: 16px;
}

.announcement-yz {
	margin-top: 30px;
}

.announcement-yz li {
	line-height: 1.7;
	color: #666;
	font-size: 16px;
	list-style-type: decimal;
	list-style-position: inside;
}

.announcement-ljxq {
	text-align: right;
	margin: 12px 0;
}

.announcement-ljxq a {
	font-size: 16px;
	color: #d90030;
}

.announcement-chanpin {
	margin-top: 30px;
}

.announcement-chanpin>h2 {
	font-weight: normal;
	font-size: 28px;
	color: #333;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
}

.announcement-chanpin-check {
	margin: 26px 0;
	font-size: 16px;
	color: #333;
}

.announcement-chanpin-check dt {
	width: 10%;
	float: left;
	font-size: 16px;
}

.announcement-chanpin-check dd {
	width: 90%;
	float: left;
}

.announcement-chanpin-check dd span {
	display: inline-block;
	margin-bottom: 10px;
}

.announcement-chanpin-check dd input {
	margin: 0 10px;
}

.announcement-chanpin-check span.on {
	color: #d90030;
}

.announcement-chanpin-list {
	font-size: 16px;
	color: #333;
}

.announcement-chanpin-list li {
	line-height: 2;
}

.announcement-chanpin-list li p {
	float: left;
	width: 77%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../png/dot.png) no-repeat left center;
	padding-left: 20px;
}

.announcement-chanpin-list li a {
	color: #333;
	font-size: 16px;
}

.announcement-chanpin-list .time {
	float: right;
	display: block;
	color: #666;
	font-size: 14px;
}

.announcement-chanpin-more {
	margin: 12px 0;
	text-align: right;
}

.announcement-chanpin-more a {
	font-size: 16px;
	color: #d90030;
}

.announcement-chanpin-c-b {
	display: none;
	cursor: pointer;
}

.service-announcement {
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {

	.announcement-desc>h2,
	.announcement-chanpin>h2 {
		text-align: center;
		font-size: 28px;
	}

	.announcement-chanpin-list li p {
		float: none;
		width: 96%;
	}

	.announcement-chanpin-list .time {
		float: none;
	}

	.announcement-chanpin-check {
		border: 1px solid #e6e6e6;
		border-radius: 4px;
	}

	.announcement-chanpin-check dt {
		font-size: 18px;
		float: none;
		width: 90%;
		margin: 0 auto;
		padding: 2%;
	}

	.announcement-chanpin-check dd {
		display: none;
		padding: 1%;
	}

	.announcement-chanpin-c-b {
		display: block;
		float: right;
	}

	.announcement-chanpin-check dd span {
		padding: 2%;
		display: block;
		border-bottom: 1px solid #f7f7f7;
	}
}

@media screen and (max-width: 468px) {

	.announcement-desc>h2,
	.announcement-chanpin>h2 {
		font-size: 20px;
	}

}

/****---------------------------------服务公告结束-------------------------------***/
/****---------------------------------维修中心开始-------------------------------***/
.ch-RepairCore {
	background-color: #f2f2f2;
}

.ch-RepairCore .breadnav {}

.ch-RepairCore-process {
	padding: 20px 0 40px;
}

.ch-RepairCore-process h2 {
	font-size: 28px;
	color: #333;
	font-weight: normal;
}

.ch-RepairCore-process .process ul {
	position: relative;
	margin-top: 45px;
}

.ch-RepairCore-process .process li {
	float: left;
	width: 25%;
	margin: 0 4%;
}

.ch-RepairCore-process li.process-line {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 60%;
	margin-left: -30%;
	border: 1px dashed #ccc;
	z-index: 0;
}

.ch-RepairCore-process .process img {
	display: block;
	height: 106px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.ch-RepairCore-process .process-ewm img {
	height: 170px;
	margin-bottom: 30px;
}

.ch-RepairCore-process .process-wx2,
.ch-RepairCore-process .process-wx3 {
	margin: 32px 0 64px;
}

.ch-RepairCore-process .process h5 {
	font-size: 20px;
	color: #333;
	line-height: 35px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.ch-RepairCore-process li.process-line {
		display: none;
	}

	.ch-RepairCore-process .process li {
		float: none;
		width: 92%;
		margin-bottom: 90px;
	}

	.ch-RepairCore-process h2 {
		font-size: 24px;
		text-align: center;
	}
}

/*ch-RepairCore-process*/
.ch-RepairCore-select {
	padding: 40px 0 60px;
}

.ch-RepairCore-select h2 {
	font-size: 28px;
	color: #333;
	font-weight: normal;
}

.ch-RepairCore-select .select {
	margin-top: 30px;
}

.ch-RepairCore-select .select span {
	font-size: 20px;
	color: #333;
	letter-spacing: 2px;
}

.ch-RepairCore-select .select select {
	width: 421px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-indent: 10px;
}

.ch-RepairCore-select .select input {
	width: 75px;
	height: 30px;
	font-size: 16px;
	color: #fff;
	background-color: #d90030;
	outline: none;
	border: none;
	margin-left: 2%;
}

@media screen and (max-width: 768px) {
	.ch-RepairCore-select h2 {
		text-align: center;
		font-size: 24px;
	}

	.ch-RepairCore-select .select span {
		display: block;
		margin-bottom: 15px;
	}

	.ch-RepairCore-select .select select {
		width: 80%;
		height: 60px;
	}

	.ch-RepairCore-select .select input {
		width: 15%;
		height: 60px;
		margin: 0 0 0 2%;
	}

	.ch-RepairCore-process .process img {
		height: auto;
		width: 30%;
	}

	.ch-RepairCore-process .process-wx2 img {
		width: 25%;
	}

	.ch-RepairCore-process .process-wx2,
	.ch-RepairCore-process .process-wx3 {
		margin: 32px 0 20px;
	}
}

/*ch-RepairCore-select*/
.ch-RepairCore-service {
	padding: 60px 0;
	background-color: #f2f2f2;
}

.ch-RepairCore-service .service li {
	position: relative;
	float: left;
	width: 40%;
	padding: 2.5% 2.5%;
	margin: 0 2.5% 2.5%;
	background-color: #fff;
	height: 170px;
}

.ch-RepairCore-service .service h3 {
	font-size: 22px;
	color: #1c75a4;
	font-weight: normal;
	margin-bottom: 20px;
}

.ch-RepairCore-service .service p {
	text-align: center;
	margin: 30px 0 0;
}

.ch-RepairCore-service .service dd {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	border-bottom: 1px dashed #ccc;
}

.ch-RepairCore-service .service dd i {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #d90030;
	border-radius: 5px;
	margin-bottom: 2px;
	margin-right: 5px;
}

.ch-RepairCore-service .service .more {
	position: absolute;
	right: 5%;
	top: 14%;
	outline: none;
}

.ch-RepairCore-service .service .more i {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 5px solid transparent;
	border-left: 5px solid red;
	border-bottom: 5px solid transparent;
}

.ch-RepairCore-service .service .text {
	float: left;
	padding-left: 20px;
	background: url(../png/dot.png) no-repeat left center;
	margin: 0;
	text-align: left;
	width: 56%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}

.ch-RepairCore-service .service .text a {
	color: #333;
}

.ch-RepairCore-service .service .gx-time {
	margin-left: 30px;
}

@media screen and (max-width: 768px) {
	.ch-RepairCore-service .main {
		padding: 0;
	}

	.ch-RepairCore-service .service li {
		float: none;
		width: 95%;
		padding: 5% 2.5% 5%;
		margin-left: 0;
		margin-right: 0;
		height: 200px;
	}

	.ch-RepairCore-service .service h3 {
		text-align: center;
	}

	.ch-RepairCore-service .service .more {
		position: static;
		font-size: 16px;
	}

	.ch-RepairCore-service .service .gx-time {
		margin-left: 0;
		float: right;
	}
}


/*ch-RepairCore-service*/
/****---------------------------------维修中心结束-------------------------------***/
/****---------------------------------案例中心开始-------------------------------***/
.s-CaseCenter .banner-slider .bd {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.s-CaseCenter .pic img {
	display: block;
	width: 100%;
}

.s-CaseCenter .banner-slider {
	position: relative;
}

.s-CaseCenter .pic {
	overflow: hidden;
	display: block;
	width: 100%;
}

.s-CaseCenter .pic img.pc-pic {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	overflow: hidden;
}

.s-CaseCenter .pic img.m-pic {
	display: none;
	width: 100%;
}

.s-CaseCenter .swiper-slide {
	float: left;
	position: relative;
	width: 16.666%;
}

.s-CaseCenter .cont {
	position: absolute;
	left: 50%;
	top: 26%;
	width: 1440px;
	margin-left: -600px;
}

.s-CaseCenter .tit {
	font-size: 36px;
	font-weight: normal;
	color: #e10332;
	margin: 0;
}

.s-CaseCenter .cont .text {
	font-size: 20px;
	color: #fff;
	line-height: 36px;
}

.s-CaseCenter .banner-slider .hd {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	z-index: 2;
	text-align: center;
	font-size: 0;
}

.s-CaseCenter .banner-slider .hd .swiper-pagination-switch {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-indent: -10em;
	overflow: hidden;
	margin: 0 10px;
	cursor: pointer;
	background: url(../png/pointer.png) center no-repeat;
}

.s-CaseCenter .banner-slider .hd .swiper-pagination-switch.swiper-active-switch {
	background-image: url(../png/pointer_on.png);
}

.s-CaseCenter .ban-zq {
	margin-top: 20px;
	padding: 13px 0;
	width: 205px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #ec5735 url(../jpg/btn_bg.jpg) left top repeat-y;
}

@media screen and (max-width: 1366px) {
	.s-CaseCenter .cont {
		width: auto;
		margin-left: 0;
		left: 5%;
	}
}

@media screen and (max-width: 1024px) {
	.s-CaseCenter .banner-slider .bd ul li .cont {
		width: 80%;
		margin-left: 0;
		left: 5%;
	}

	.s-CaseCenter .banner-slider .hd {
		bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.s-CaseCenter .ban-zq {
		width: 140px;
		padding: 10px 0;
		margin-top: 20px;
		font-size: 12px;
	}

	.s-CaseCenter .pic img.m-pic {
		display: inline;
	}

	.s-CaseCenter .pic img.pc-pic {
		display: none;
	}

	.s-CaseCenter .banner-slider .bd ul li .cont {
		width: 90%;
		left: 5%;
	}

	.s-CaseCenter .banner-slider .bd ul li .cont .tit {
		font-size: 22px;
	}

	.s-CaseCenter .banner-slider .bd ul li .cont .text {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width: 414px) {
	.s-CaseCenter .ban-zq {
		width: 90px;
		padding: 5px 0;
		margin-top: 7px;
		font-size: 12px;
	}
}

.s-CaseCenter .breadnav {
	padding: 20px 0;
}

@media screen and (max-width: 1250px) {
	.s-CaseCenter .breadnav {
		padding: 20px 20px;
	}
}

/*s-CaseCenter*/
.s-CaseCenter-search {
	background-color: #f2f2f2;
}


.s-CaseCenter-search .main {
	padding: 40px 0;
}

.s-CaseCenter-search .search input[type="text"] {
	outline: none;
	text-indent: 10px;
	position: absolute;
	top: 0;
	top: 8px\9;
	left: 0;
	height: 100%;
	width: 80%;
	border: 0;
}

.s-CaseCenter-search .search input[type="button"] {
	color: #fff;
	background: #e10032;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 20%;
	border: 0;
	border-radius: 0;
}

.s-CaseCenter-search .search {
	background: #fff;
	font-size: 16px;
	margin: auto;
	position: absolute;
	overflow: hidden;
	width: 43%;
	height: 40px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}

@media screen and (max-width: 768px) {
	.s-CaseCenter-search .search {
		width: 95%;
	}

	.s-CaseCenter-search .search input[type="text"] {
		font-size: 14xp;
	}

	.s-CaseCenter-search .search input[type="button"] {
		font-size: 14px;
	}

}

/*s-CaseCenter-search*/
.s-CaseCenter-screen {
	padding: 35px 0;
	margin: 0 15px;
}

.s-CaseCenter-screen .Condition {
	margin-bottom: 35px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	font-weight: normal;
}

.s-CaseCenter-screen .Condition-m,
.s-CaseCenter-screen .m-screen {
	display: none;
}

.s-CaseCenter-screen .ScreenCondition ul {
	margin-bottom: 5px;
}

.s-CaseCenter-screen .ScreenCondition .h5tit {
	float: left;
	width: 90px;
	font-size: 16px;
	color: #000;
	margin-right: 2%;
	text-align: right;
}

.s-CaseCenter-screen .ScreenCondition .h5tit strong {
	font-weight: normal;
}

.s-CaseCenter-screen .ScreenCondition .screen-input {
	float: left;
	width: 90%;
}

.s-CaseCenter-screen .ScreenCondition input {
	vertical-align: middle;
	margin-right: 10px;
}

.s-CaseCenter-screen .ScreenCondition li {
	float: left;
	font-size: 16px;
	color: #666;
	margin-right: 28px;
	margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
	.s-CaseCenter-screen .ScreenCondition .screen-input {
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
	.s-CaseCenter-screen .Condition img {
		float: right;
		margin-right: 7px;
	}

	.s-CaseCenter-screen .Condition-m {
		display: block;
		font-size: 15px;
		color: #000;
		line-height: 25px;
		padding: 15px 20px;
		border: 1px solid #eee;
		border-radius: 3px;
	}

	.s-CaseCenter-screen .ScreenCondition img {
		margin-top: 7px;
	}

	.s-CaseCenter-screen .Condition-m img {
		float: right;
		margin-top: 5px;
	}

	.ScreenCondition {
		background: #f7f7f7;
		border-radius: 4px;
	}

	.s-CaseCenter-screen .screen {
		padding: 0 0 0 20px;
	}

	.s-CaseCenter-screen .Condition {
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 0;
		padding: 16px;
	}

	.s-CaseCenter-screen .ScreenCondition .screen-input {
		display: none;
	}

	.s-CaseCenter-screen .ScreenCondition .nth-child-1 {
		display: block;
	}

	.s-CaseCenter-screen .ScreenCondition .h5tit {
		float: none;
		padding: 15px 0;
		margin-right: 22px;
		border-bottom: 1px solid #eee;
		width: 96%;
		text-align: left;
	}

	.s-CaseCenter-screen .m-screen {
		display: block;
		float: right;
	}

	.s-CaseCenter-screen .ScreenCondition .screen-input {
		float: none;
	}

	.s-CaseCenter-screen .ScreenCondition li {
		width: 50%;
		margin: 15px 0 15px;
	}
}

/*CaseList*/
.s-CaseCenter-screen .CaseList li {
	width: 100%;
	margin: 40px 0;
}

.s-CaseCenter-screen .CaseList .pic {
	float: left;
	position: relative;
	width: 25%;
}

.s-CaseCenter-screen .pic img {
	width: 100%;
}

.s-CaseCenter-screen .CaseList .Describe {
	float: right;
	position: relative;
	width: 70%;
	line-height: 30px;
}

.s-CaseCenter-screen .Describe .tit {

	font-weight: normal;
}

.s-CaseCenter-screen .Describe .tit a {
	display: inline-block;
	font-size: 20px;
	color: #333;
	margin-bottom: 2%;
}

.s-CaseCenter-screen .Describe .more {
	color: #d70b35;
	font-size: 16px;
}

.s-CaseCenter-screen .Describe .txt {
	font-size: 16px;
	overflow: hidden;
	line-height: 1.7;
}

.s-CaseCenter-screen .Describe .time {
	position: absolute;
	top: 0;
	right: 5px;
}

.s-CaseCenter-screen .option-img-m {
	display: none;
}

.sa-al-page {
	text-align: center;
	margin: 30px 0;
}

.sa-al-page a {
	color: #333;
	font-size: 16px;
	border: 1px solid #666;
	padding: 3px 10px;
	margin-right: 3px;
}

.sa-al-page a.on {
	color: #e10032;
	border: 1px solid #999;
}

.sa-al-page a.no {
	color: #999;
	border: 1px solid #999;
}

.sa-al-page-m {
	text-align: center;
	margin: 30px 0;
	display: none;
}

@media screen and (max-width: 1440px) {
	.s-CaseCenter-screen .Describe .txt {
		/*height: 78px;*/
	}

	.s-CaseCenter-screen .pic .more {
		right: -47%;
	}
}

@media screen and (max-width: 768px) {
	.sa-al-page {
		display: none;
	}

	.sa-al-page-m {
		display: block;
	}

	.s-CaseCenter-screen .main {
		padding: 0;
	}

	.s-CaseCenter-screen .Describe .txt {
		display: none;
	}

	.s-CaseCenter-screen .Describe .tit a {
		margin: 0;
		font-size: 16px;
	}

	.s-CaseCenter-screen .Describe .time {
		position: static;
	}

	.s-CaseCenter-screen .Describe .more {
		display: none;
	}

	.s-CaseCenter-screen .img-pic {
		display: none;
	}

	.s-CaseCenter-screen .option-img-m {
		display: inline;
	}
}

/*s-CaseCenter-screen*/
.sa-alzx-title {
	padding-bottom: 12px;
	border-bottom: 1px solid #e0e0e0;
	margin: 20px 0;
}

.sa-alzx-title-l {
	font-size: 28px;
	font-weight: normal;
	color: #333;
	line-height: 48px;
}

.sa-alzx-title-r {
	margin-top: 15px;
}

.sa-alzx-title-r a {
	color: #e10032;
	font-size: 16px;
	padding-right: 18px;
	background: url(../png/sa-r-arr.png) no-repeat right center;
}

/****---------------------------------案例中心结束-------------------------------***/


/****---------------------------------视频中心结束-------------------------------***/
.sa-c-title {
	font-size: 28px;
	font-weight: normal;
	color: #333;
	margin: 6px 0;
	padding-bottom: 12px;
	line-height: 48px;
	border-bottom: 1px solid #e6e6e6;
}

.sa-video-tjsp {
	width: 64%;
	margin-right: 2%;
	float: left;
}

.sa-video-rbph {
	width: 34%;
	float: right;
}

.sa-video-tjsp h3,
.sa-video-rbph h3 {
	color: #333;
	font-size: 24px;
	margin: 12px 0;
	font-weight: normal;
}

.sa-video-tjsp-player {
	position: relative;
}

.sa-video-tjsp-player img {
	width: 100%;
	display: block;
}

.sa-video-tjsp-div {
	background: #f7f7f7;
}

.sa-video-tjsp-player .sa-video-play-icon {
	position: absolute;
	top: 38%;
	left: 40%;
	width: 16%;
}

.sa-video-tjsp-title {
	padding: 24px 16px;
}

.sa-video-tjsp-title h5 {
	font-weight: normal;
	font-size: 18px;
	line-height: 2.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sa-video-tjsp-title p {
	color: #666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sa-video-tjsp-title h5 a {
	color: #333;
}

.sa-video-tjsp-title p a {
	color: #333;
}

.sa-video-rbph-item {
	position: relative;
	margin-bottom: 2px;
}

.sa-video-rbph-item .sa-num {
	z-index: 1;
	padding: 2px 7px;
	display: block;
	position: absolute;
	top: 27px;
	left: 10px;
	color: #fff;
	background: #e10032;
	border-radius: 50%;
}

.sa-video-rbph-item .sa-img {
	height: 74px;
}

.sa-video-rbph-item .sa-img img {
	width: 100%;
	display: none;
}

.sa-video-rbph-item .sa-mark {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.sa-video-rbph-item .sa-title {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f7f7f7;
	width: 88%;
	padding-left: 12%;
	line-height: 74px;
	font-weight: normal;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sa-video-rbph-active {}

.sa-video-rbph-active .sa-num {
	top: 10px;
}

.sa-video-rbph-active .sa-title {
	color: #fff;
	line-height: 38px;
	background: none;
}

.sa-video-rbph-active .sa-mark {
	display: block;
}

.sa-video-rbph-active .sa-img {
	height: auto;
}

.sa-video-rbph-active .sa-img img {
	display: block;
}

.sa-video-list {
	margin: 60px 0;
	position: relative;
}

.sa-video-list>h3 {
	font-weight: normal;
	font-size: 28px;
	color: #333;
}

.sa-video-list .sa-vide0-more {
	font-size: 16px;
	color: #e10032;
	float: right;
	margin-top: 10px;
}

.sa-video-list ul {
	margin-right: -1%;
	margin-top: 20px;
}

.sa-video-list ul li {
	float: left;
	width: 24%;
	margin-right: 1%;
}

.sa-video-list ul li img {
	width: 100%;
}

.sa-video-list ul li h5 {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	color: #333;
	padding-top: 12px;
	height: 62px;
	overflow: hidden;
}

.sa-video-list-check {
	margin: 20px 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.sa-video-list-check span {
	font-size: 18px;
	color: #333;
	margin-right: 2%;
	cursor: pointer;
	display: inline-block;
}

.sa-video-list-check span.on {
	color: #e10032;
}

.sa-video-list-check .m-icon {
	display: none;
}

@media screen and (max-width: 1440px) {
	.sa-video-rbph-item .sa-img {
		height: 66px;
	}

	.sa-video-rbph-active .sa-img {
		height: auto;
	}

	.sa-video-rbph-item .sa-title {
		line-height: 66px;
	}

	.sa-video-rbph-item .sa-num {
		top: 20px;
	}
}

@media screen and (max-width: 992px) {
	.sa-video-rbph-item .sa-img {
		height: 56px;
	}

	.sa-video-rbph-active .sa-img {
		height: auto;
	}

	.sa-video-rbph-item .sa-title {
		line-height: 56px;
	}

	.sa-video-rbph-item .sa-num {
		top: 17px;
		padding: 1px 6px;
		left: 6px;
	}
}

@media screen and (max-width: 768px) {

	.sa-video-tjsp h3,
	.sa-video-rbph h3 {
		font-size: 22px;
	}

	.sa-video-list>h3 {
		font-size: 24px;
	}

	.sa-video-tjsp {
		width: 96%;
		float: none;
		margin: 30px auto;
	}

	.sa-video-rbph {
		width: 96%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.sa-video-rbph-active .sa-num {
		top: 17px;
	}

	.sa-video-rbph-active .sa-title {
		color: #333;
		line-height: 56px;
		background: #f7f7f7;
	}

	.sa-video-rbph-active .sa-mark {
		display: none;
	}

	.sa-video-rbph-active .sa-img {
		height: 56px;
	}

	.sa-video-rbph-active .sa-img img {
		display: none;
	}

	.sa-video-list ul {
		margin-right: -2%;
	}

	.sa-video-list ul li {
		width: 48%;
		margin-right: 2%;
	}

	.sa-video-list ul li:nth-child(3) {
		display: none;
	}

	.sa-video-list ul li:nth-child(4) {
		display: none;
	}

	.sa-video-list-check {
		background: #f7f7f7;
		padding: 10px;
		border-radius: 4px;
		border: 1px solid #e6e6e6;
	}

	.sa-video-list-check span {
		display: none;
		line-height: 2;
	}

	.sa-video-list-check span.on {
		display: block;
	}

	.sa-video-list-check .m-icon {
		display: block;
		position: absolute;
		top: 18px;
		right: 23px;
		cursor: pointer;
	}

	.sa-video-list .sa-vide0-more {
		position: absolute;
		bottom: -10%;
		left: 50%;
		margin-left: -36px;
	}

	.sa-video-list ul li h5 {
		font-size: 16px;
	}
}

/****---------------------------------视频中心结束-------------------------------***/


/****---------------------------------授权申请开始-------------------------------***/
.sa-sqzx-list {
	margin: 10px auto 60px;
}

.sa-sqzx-list .sa-sqzx-list-model {
	margin-right: -2%;
	margin-top: 20px;
}

.sa-sqzx-list .sa-sqzx-list-model li {
	/* max-height: 76px; */
	padding: 43px 0;
	text-align: center;
	margin-bottom: 2%;
	float: left;
	background: #f7f7f7;
	width: 31.33%;
	margin-right: 2%;
}

.sa-sqzx-img {
	margin-bottom: 14px;
}

.sa-sqsq-img-x {
	width: 50px;
}

.sa-sqzx-list .sa-sqzx-list-model li p {
	color: #333;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sa-sqzx-list .sa-sqzx-list-model li p a {
	color: #333;
}

.sa-sqzx-list-txt li {
	font-size: 16px;
	line-height: 2;
	padding-left: 20px;
	background: url(../png/dot.png) no-repeat left center;
}

.sa-sqzx-list-txt a {
	color: #333;
}

.sa-sqzx-list .sa-sqzx-list-model li p.sa-sqzx-red {
	color: #e10032;
	font-size: 14px;
	margin-top: 8px;
}

.sa-sqzx-list .sa-sqzx-list-model li p.sa-sqzx-red a {
	color: #e10032;
}

.sa-sqzx-list .sa-sqzx-list-model li p.sa-sqzx-hui {
	color: #999;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.sa-sqzx-list .sa-title {
		font-size: 24px;
	}

	.sa-sqzx-list .sa-sqzx-list-model {
		margin-right: 0;
	}

	.sa-sqzx-list .sa-sqzx-list-model li {
		width: 96%;
		float: none;
		margin: 0 auto;
		margin-bottom: 2%;
	}
}

/****---------------------------------授权申请结束-------------------------------***/
/****---------------------------------常见问题开始-------------------------------***/
.sa-cjwt {
	margin: 0;
}

.sa-cjwt .sa-title {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
}

.sa-cjwt-search-desc {
	margin: 24px 0 12px;
	font-size: 18px;
	color: #666;
}

.sa-cjwt-search {
	position: relative;
	width: 46%;
	font-size: 16px;
}

.sa-cjwt-search {
	background: #fff;
	font-size: 16px;
	margin: 30px 0;
	position: absolute;
	overflow: hidden;
	width: 50%;
	height: 40px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}

.sa-cjwt-search .sa-cjwt-key {
	outline: none;
	text-indent: 10px;
	position: absolute;
	top: 0;
	top: 8px\9;
	: 0;
	height: 100%;
	width: 80%;
	border: 0;
}

.sa-cjwt-search .sa-cjwt-ss {
	color: #fff;
	background: #e10032;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 20%;
	border: 0;
	border-radius: 0;
}

.sa-cjwt-check {
	margin: 20px 0;
}

.sa-cjwt-check dl {
	margin-bottom: 15px;
	position: relative;
	padding-right: 24px;
}

.sa-cjwt-check dl dt {
	font-size: 16px;
	color: #333;
	float: left;
	text-align: right;
}

.sa-cjwt-check dl dd {
	font-size: 16px;
	color: #333;
	float: left;
	width: 88%;
	height: 22px;
	overflow: hidden;
}

.sa-cjwt-check dl dd span {
	display: inline-block;
	margin-bottom: 12px;
}

.sa-cjwt-check dl dd a {
	display: inline-block;
	margin-bottom: 12px;
	margin: 0 8px 10px;
}

.sa-cjwt-check dl dd .on {
	color: #e10032;
}

.sa-cjwt-check dl dd span label {
	margin: 0 8px;
}

.sa-cjwt-check dl dd.sa-cjwt-check-more {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	float: none;
	width: auto;
}

.sa-cjwt-list {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #e6e6e6;
	font-size: 16px;
	margin-bottom: 50px;
}

.sa-cjwt-list li {
	line-height: 2.2;
}

.sa-cjwt-list li p {
	color: #333;
	float: left;
	width: 65%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 20px;
	background: url(../png/dot.png) no-repeat left center;
}

.sa-cjwt-list li p a {
	color: #333;
}

.sa-cjwt-list li div {
	float: right;
	color: #666;
}

.sa-cjwt-list-f {}

.sa-cjwt-list-t {
	margin-left: 14px;
}

.sa-cjwt-check-more .m-img {
	display: none;
}

@media screen and (max-width: 1000px) {
	.sa-cjwt-check dl dt {
		width: 13%;
	}

	.sa-cjwt-check dl dd {
		width: 85%;
	}
}

@media screen and (max-width: 768px) {
	.sa-cjwt-search {
		width: 94%;
	}

	.sa-cjwt-list li p {
		width: 90%;
		float: none;
	}

	.sa-cjwt-list li div {
		padding-left: 20px;
		float: none;
	}

	.sa-cjwt-check-more .m-img {
		display: block;
	}

	.sa-cjwt-check-more .pc-img {
		display: none;
	}

	.sa-cjwt-check dl dd {
		max-height: 150px;
		background: #f7f7f7;
		width: 98%;
		border: 1px solid #e6e6e6;
		padding: 12px;
		border-radius: 6px;
		float: none;
	}

	.sa-cjwt-check dl dt {
		width: 94%;
		float: none;
		font-weight: normal;
		color: #666;
		font-size: 18px;
		text-align: left;
	}

	.sa-cjwt-check dl dd a {
		display: block;
	}

	.sa-cjwt-check dl dd.sa-cjwt-check-more {
		border: none;
		right: 14px;
		top: 28px;
		background: none;
	}

	.sa-c-title {
		font-size: 24px;
	}
}

/****---------------------------------常见问题结束-------------------------------***/
/****---------------------------------文章详情开始-------------------------------***/
.s-ArticleDetails-wrapper {
	width: 1440px;
	margin: 0 auto;
}

/*Articledetails-wrapper*/
.s-Article-content {
	position: relative;
	margin-top:30px;
}

.s-Article-title {
	font-size: 28px;
	font-weight: normal;
	color: #1a1a1a;
	text-align: center;
	margin-top: 12px;
}

.Statistics-border {
	width: 100%;
	text-align: center;
	margin: 2% 0;
	font-size: 16px;
}

.Statistics-border>span {
	color: #666;
}

.Statistics-border-djl {
	margin-left: 3%;
}

.Statistics-border-xzl {
	margin-left: 3%;
}

.Statistics-border-xz {
	color: #e10032;
	margin-left: 1%;
}

.s-Article-content .Article-text {
	font-size: 16px;
	color: #666;
	line-height: 2;
	border-top: 1px solid #e6e6e6;
	padding-top: 2%;
	overflow: hidden;
}

.s-Article-content .Article-text ul {
	padding-left: 2em;
}

.s-Article-content .Article-text p {
	margin-bottom: 12px;
}

.s-Article-content .Article-text div {
	/*margin-bottom: 12px;*/
}

.s-Article-content .Article-text ul {
	margin-bottom: 12px;
}

.s-Article-content .Article-text ol {
	margin-bottom: 12px;
}

.s-Article-content .Article-text li {
	list-style-type: disc;
	list-style-position: inside;
}

.s-Article-content .Article-text img {
	max-width: 100%;
}

.s-Article-content .Article-text table {
	margin-bottom: 12px;
}

.s-Article-content .Article-download {
	padding-bottom: 45px;
	/*border-bottom: 1px solid #e6e6e6*/
	;
}

.s-Article-content .Article-download a {
	font-size: 16px;
	color: #e10133;
}

.s-Article-content .Article-download .s_fenxiangwailian {
	position: absolute;
	right: 0;
	top: 58px;
}

.s-Article-content .Article-download .s_fenxiangwailian li {
	float: left;
}

.s-Article-content .s_fenxiangwailian img {
	width: 40px;
	margin-right: 5px;
}

.s-Article-content .ArticleWhether p {
	color: #999;
	font-size: 16px;
	padding: 20px 0;
}

.s-Article-content .ArticleWhether p span {
	display: inline-block;
	padding: 4px 7px;
	margin: 0 5px;
	border: 1px solid #006afe;
	border-radius: 50%;
	color: #006afe;
	cursor: pointer;
}

.s-Article-content .ArticleWhether p span:nth-child(2) {
	margin-right: 15px;
}

.s-Article-content .Article-textarea {
	font-size: 16px;
	color: #999;
	display: none;
}

.s-Article-content .Article-textarea .txt1 {
	float: left;
	width: 9%;
}

.s-Article-content .Article-textarea .txt2 {
	float: left;
	width: 82%;
	height: 200px;
	border: 2px solid #999;
	font-size: 16px;
	color: #999;
	text-indent: 5px;
}

.s-Article-content .Article-textarea .txt3 a {
	float: right;
	width: 7%;
	margin-top: 190px;
	font-size: 14px;
	font-weight: 600;
	color: #006afe;
}

@media screen and (max-width: 1024px) {
	.s-Article-content .Article-download {
		position: relative;
	}

	.s-Article-content .Article-download .s_fenxiangwailian {
		top: -10px;
	}
}

@media screen and (max-width: 900px) {
	.s-Article-content .Statistics {
		width: 65%;
	}
}

@media screen and (max-width: 875px) {
	.s-Article-content .Article-textarea .txt1 {
		width: 11%;
	}

	.s-Article-content .Article-textarea .txt2 {
		width: 77%;
	}

	.s-Article-content .Article-textarea .txt3 a {
		width: 8%;
	}
}

@media screen and (max-width: 768px) {
	.Statistics-border>span {
		padding-bottom: 2%;
	}

	.Statistics-border-m-l {
		display: block;
	}

	.Statistics-border-djl {
		margin-left: 5%;
	}

	.Statistics-border-xzl {
		margin-left: 0;
	}

	.Statistics-border-xz {
		margin-left: 14%;
	}

	.s-Article-content .Statistics {
		width: 65%;
	}

	.s-Article-content .Statistics li {
		width: 44%;
		font-size: 14px;
	}

	.s-Article-content .Article-img {
		width: 65%;
		height: auto;
	}

	.s-Article-content .Article-img p {
		margin: 5% 0;
	}

	.s-Article-content .Article-textarea .txt1 {
		float: none;
		width: auto;
		margin-bottom: 3%;
	}

	.s-Article-content .Article-textarea .txt2 {
		float: none;
		width: 97%;
		height: 127px;
	}

	.s-Article-content .Article-textarea .txt3 a {
		width: auto;
		margin: 2% 2% 0 0;
	}
}

@media screen and (max-width: 610px) {
	.s-Article-title {
		font-size: 20px;
	}

	.s-Article-content .Statistics {
		width: 95%;
	}

	.s-Article-content .Article-img p {
		letter-spacing: 0;
		font-size: 14px;
	}

	.s-Article-content .ArticleWhether p {
		font-size: 14px;
	}

	.s-Article-content .Article-textarea .txt1 {
		font-size: 14px;
	}

	.s-Article-content .Article-textarea .txt2 {
		font-size: 14px;
	}
}

@media screen and (max-width: 414px) {
	.s-Article-content h2 {
		font-size: 18px;
	}

	.s-Article-content .Statistics {
		width: 100%;
	}

	.s-Article-content .Statistics li {
		font-size: 12px;
	}

	.s-Article-content .Article-img p {
		letter-spacing: 0;
		font-size: 12px;
	}

	.s-Article-content .ArticleWhether p {
		font-size: 12px;
	}

	.s-Article-content .Article-textarea .txt1 {
		font-size: 12px;
	}

	.s-Article-content .Article-textarea .txt2 {
		font-size: 12px;
	}

	.s-Article-Relevant h3 {
		font-size: 18px;
	}

	.s-Article-Relevant .txt {
		font-size: 12px;
	}

	.s-Article-Relevant .time {
		font-size: 12px;
	}
}

/*s-Article-content*/
.s-Article-Relevant {
	position: relative;
	background-color: #f3f3f3;
	padding: 3%;
	margin: 30px 0;
}

.s-Article-Relevant ul {
	margin-top: 3%;
}

.s-Article-Relevant ul li {
	float: none;
	margin: 1% 0;
}

.s-Article-Relevant h3 {
	font-size: 28px;
	color: #303030;
	font-weight: normal;
}

.s-Article-Relevant .txt {
	float: left;
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.s-Article-Relevant .txt img {
	margin-right: 10px;
	margin-bottom: 5px;
}

.s-Article-Relevant .time {
	float: right;
	font-size: 14px;
	color: #afafaf;
}

.s-Article-Relevant .more {
	font-size: 16px;
	color: #de0031;
}

.s-Article-Relevant .more-box {
	position: absolute;
	top: 40px;
	right: 3%;
}

@media screen and (max-width: 768px) {
	.s-Article-Relevant {
		padding: 3%;
	}

	.s-Article-Relevant h3 {
		margin-top: 20px;
	}

	.s-Article-Relevant p.txt {
		float: none;
		margin: 1% 0;
	}

	.s-Article-Relevant p.time {
		float: none;
		margin-left: 10px;
	}

	.s-Article-Relevant ul li {
		margin: 2% 0;
	}

	.s-Article-Relevant .more-box {
		position: static;
		text-align: center;
	}
}

@media screen and (max-width: 414px) {
	.s-Article-Relevant h3 {
		font-size: 24px;
	}

	.s-Article-Relevant p.time {
		font-size: 14px;
	}
}

/*s-Article-Relevant*/
.s-Article-product {
	position: relative;
	background: #f3f3f3;
	width: 94%;
	padding: 3%;
	margin-bottom: 50px;
}

.s-Article-product .p-title {
	margin-bottom: 20px;
	color: #333;
	text-align: left;
	font-size: 28px;
	font-weight: normal;
	padding-top: 20px;
}

.s-Article-product .product {
	position: relative;
	width: 94%;
	height: 230px;
	padding: 0 3%;
	overflow: hidden;
}

.s-Article-product .product a img {
	width: 96%;
	display: block;
	margin: 0 auto;
}

.s-Article-product .product .title {
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	padding: 5%;
}

.s-Article-product .product .title a {
	color: #333;
}

.s-Article-product .product .prev {
	position: absolute;
	top: 25%;
	left: 0;
	cursor: pointer;
}

.s-Article-product .product .next {
	position: absolute;
	top: 25%;
	right: 0;
	cursor: pointer;
}

.s-Article-product .pagination {
	display: none;
}

.s-Article-product .pagination .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #de0031;
	cursor: pointer;
}

.s-Article-product .pagination .swiper-active-switch {
	background: #de0031;
}

@media screen and (max-width: 1390px) {
	.s-Article-product .product {
		height: 285px;
	}
}

@media screen and (max-width: 996px) {
	.s-Article-Relevant .more-box {
		top: 36px;
	}

	.s-Article-product .pagination {
		display: block;
		position: absolute;
		z-index: 20;
		bottom: 10px;
		left: 50%;
		margin-left: -50%;
		width: 100%;
		text-align: center;
	}

	.s-Article-product .product {
		height: 350px;
	}
}

@media screen and (max-width: 768px) {

	.s-Article-product .product .prev,
	.s-Article-product .product .next {
		display: none;
	}

	.s-Article-product .product {
		height: 300px;
	}

	.s-Article-product .product .title {
		padding: 5% 10%;
	}

	.s-Article-product .p-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 450px) {
	.s-Article-product .product {
		height: 200px;
	}
}

/*s-Article-product*/
/****---------------------------------文章详情结束-------------------------------***/
/****---------------------------------社会招聘开始-------------------------------***/
.sa-recruitment {
	width: 100%;
}

.sa-recruitment-banner {
	position: relative;
	width: 1440px;
	margin: 0 auto;
}

.sa-recruitment-banner-img .pc-img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

.sa-recruitment-banner-img .m-img {
	display: none;
	width: 100%;
}

.sa-recruitment-banner-txt {
	position: absolute;
	top: 40%;
	left: 0;
	font-size: 42px;
	color: #d90030;
}

/*面包屑导航*/
.sa-breadcrumb {
	width: 100%;
	margin: 20px 0;
}

.sa-breadcrumb a {
	color: #333;
}

@media screen and (max-width: 768px) {
	.sa-breadcrumb {
		display: none;
	}

	.sa-recruitment-banner {
		width: 100%;
	}

	.sa-recruitment-banner-img .pc-img {
		display: none;
	}

	.sa-recruitment-banner-img .m-img {
		display: block;
	}

	.sa-recruitment-banner-txt {
		font-size: 28px;
		left: 6%;
	}
}

/*面包屑导航end*/
@media screen and (max-width: 1440px) {
	.sa-recruitment-banner {
		width: 100%;
	}

	.sa-recruitment-banner-txt {
		left: 6%;
	}
}

.sa-recruitment-search {
	background: #f2f2f2;
	padding: 22px 0;
}

.sa-search .sa-input {
	outline: none;
	text-indent: 10px;
	position: absolute;
	top: 0;
	top: 8px\9;
	: 0;
	height: 100%;
	width: 80%;
	border: 0;
}

.sa-search .sa-button {
	color: #fff;
	background: #e10032;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 20%;
	border: 0;
	border-radius: 0;
}

.sa-search {
	position: relative;
	background: #fff;
	font-size: 16px;
	margin: 30px auto;
	overflow: hidden;
	width: 43%;
	height: 40px;
	border-radius: 4px;
}

.sa-recruitment-check {
	margin: 50px 0;
}

.sa-recruitment-check dl {
	width: 100%;
	margin-bottom: 15px;
}

.sa-recruitment-check dt {
	font-size: 18px;
	color: #333;
	float: left;
	width: 8%;
}

.sa-recruitment-check dd {
	float: left;
	width: 88%;
}

.sa-recruitment-check dd a {
	font-size: 16px;
	color: #666;
	margin: 2px 15px 4px;
	display: inline-block;
}

.sa-recruitment-check dd a.on {
	color: #d90030;
}

.sa-recruitment-check-icon {
	display: none;
}

@media screen and (max-width: 1440px) {
	.sa-recruitment-check dt {
		width: 12%;
	}

	.sa-recruitment-check dd {
		width: 88%;
	}
}

@media screen and (max-width: 992px) {
	.sa-recruitment-check dt {
		width: 16%;
	}

	.sa-recruitment-check dd {
		width: 84%;
	}
}

@media screen and (max-width: 768px) {
	.sa-search {
		width: 94%;
	}

	.sa-recruitment-check dt {
		font-size: 18px;
		display: block;
		float: none;
		width: 96%;
		position: relative;
		margin-top: 12px;
		margin-bottom: 10px;
	}

	.sa-recruitment-check dd a {
		font-size: 16px;
		display: block;
		float: none;
	}

	.sa-recruitment-check dd {
		width: 100%;
		float: none;
		background: #f7f7f7;
		border: 1px solid #e6e6e6;
		border-radius: 4px;
		max-height: 250px;
		overflow: auto;
	}

	.sa-recruitment-check-icon {
		display: block;
		position: absolute;
		top: 45px;
		right: 0;
		cursor: pointer;
	}

	.sa-recruitment-check dd a {
		display: none;
		margin: 10px 15px 10px;
	}

	.sa-recruitment-check dd a:first-child {
		display: block;
	}

	.sa-recruitment-check {
		margin: 23px 0 40px;
	}
}

.sa-recruitment-list-head {
	background: #f2f2f2;
	position: relative;
	z-index: -1;
	height: 80px;
}

.sa-recruitment-list-body {
	color: #333;
	width: 100%;
	position: relative;
	top: -80px;
	margin-bottom: -60px;
}

.sa-recruitment-list-body table {
	width: 100%;
	text-align: center;
}

.sa-recruitment-list-body table thead tr {
	font-size: 20px;
	height: 80px;
}

.sa-recruitment-list-body table tbody {
	font-size: 16px;
}

.sa-recruitment-list-body table tbody tr {
	height: 45px;
}

.sa-recruitment-list-body table tbody .sa-time {
	color: #666;
}

.sa-recruitment-list-body table .sa-zwmc {
	width: 60%;
	text-align: left;
}

.sa-recruitment-list-body table .sa-zwxz {
	width: 12%;
}

.sa-recruitment-list-body table tbody .sa-name {
	text-align: left;
	color: #333;
	display: block;
	padding-left: 16px;
	background: url(../png/dot.png) no-repeat left 8px;
}

@media screen and (max-width: 992px) {
	.sa-recruitment-list-body table .sa-zwmc {
		width: 50%;
	}

	.sa-recruitment-list-body table .sa-zwxz {
		width: 16%;
	}
}

@media screen and (max-width: 768px) {
	.sa-recruitment-list-body table thead tr {
		font-size: 18px;
	}

	.sa-recruitment-list-body table tbody {
		font-size: 16px;
	}

	.sa-recruitment-list-body table .sa-zwmc {
		width: 40%;
	}

	.sa-recruitment-list-body table .sa-zwxz {
		width: 20%;
	}
}

.sa-recruitment-more-a {
	display: none;
}

/*分页*/
.sa-page {
	text-align: center;
	margin: 12px 0;
	position: relative;
	cursor: pointer;
}

.sa-page a,
.sa-page span {
	display: inline-block;
	color: #666;
	font-size: 18px;
	border: 1px solid #666;
	padding: 4px 12px;
	margin: 0 4px;
}

.sa-page .on {
	color: #d90030;
}

.sa-page .no {
	color: #999;
	border: 1px solid #999;
}

@media screen and (max-width: 768px) {
	.sa-page a {
		padding: 4px 10px;
		line-height: 22px;
	}

	.sa-page a.on {
		display: inline-block;
		border: 0;
		color: #333;
		overflow: hidden;
		vertical-align: middle;
	}

	.sa-recruitment-more-a {
		display: block;
		text-align: center;
	}

	.sa-page a.page-prev {
		vertical-align: middle;
		color: #fff;
		display: none;
		border: 0;
		width: 54px;
		height: 25px;
		overflow: hidden;
		text-indent: 100px;
		position: relative;
	}

	.sa-page a.page-next {
		vertical-align: middle;
		color: #fff;
		display: none;
		border: 0;
		width: 54px;
		height: 25px;
		overflow: hidden;
		text-indent: 100px;
		position: relative;
	}

	.sa-page a.page-next:after {
		color: #e10032;
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: 30px;
		width: 14px;
		height: 14px;
		border-left: 1px solid #f00;
		border-bottom: 1px solid;
		transform: rotate(224deg);
		-ms-transform: rotate(224deg);
		-webkit-transform: rotate(224deg);
	}

	.sa-page a.page-prev:before {
		color: #e10032;
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: 18px;
		width: 14px;
		height: 14px;
		border-left: 1px solid #f00;
		border-bottom: 1px solid;
		transform: rotate(44deg);
		-ms-transform: rotate(44deg);
		-webkit-transform: rotate(44deg);
	}

	.sa-page-mark {
		width: 80px;
		height: 40px;
		z-index: 1;
		position: absolute;
		top: -3px;
		left: 50%;
		margin-left: -40px;
	}
}

/*分页end*/
/****---------------------------------社会招聘结束-------------------------------***/
/****---------------------------------文档中心开始-------------------------------***/
.s-ServiceSupport {
	background: #f7f7f7;
}

.s-ServiceSupport .Box {
	position: relative;
	width: 1440px;
	margin: 0 auto;
}

.s-ServiceSupport .CommonList .m-more {
	display: none;
	color: #d90032;
	font-size: 16px;
	position: absolute;
	top: 54px;
	right: 40px;

}

.s-ServiceSupport .CommonList .sa-wdzx-m-cytj {
	display: block;
}

.s-ServiceSupport .CommonList .m-more a {
	color: #000;
}

@media screen and (max-width: 1440px) {
	.s-ServiceSupport .Box {
		width: 94%;
		margin: 0 auto;
	}
}

.s-ServiceSupport .search {
	background-color: #f2f2f2;
	padding: 45px 0;
	font-size: 16px;
}

.s-ServiceSupport .search .Box {
	background: #fff;
	position: absolute;
	overflow: hidden;
	width: 42%;
	height: 40px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}

.s-ServiceSupport .search input[type="text"] {
	outline: none;
	text-indent: 10px;
	position: absolute;
	top: 0;
	top: 8px\9;
	left: 0;
	height: 100%;
	width: 80%;
	border: 0;
}

.s-ServiceSupport .search input[type="button"] {
	color: #fff;
	background: #e10032;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 20%;
	border: 0;
	border-radius: 0;
}

@media screen and (max-width: 768px) {
	.s-ServiceSupport .search .Box {
		width: 96%;
	}

	.s-ServiceSupport .CommonList .m-more {
		position: static;
		text-align: center;

	}

	.s-ServiceSupport .CommonList .m-more a {
		color: #e10032;
	}
}

@media screen and (max-width: 475px) {
	.s-ServiceSupport .search {
		width: 100%;
	}
}

.s-ServiceSupport .Common {
	position: relative;
	padding: 40px 0;
}

.s-ServiceSupport .CommonTit {
	background: -webkit-linear-gradient(left, #e2e2e2, #fff);
	background: -o-linear-gradient(right, #e2e2e2, #fff);
	background: -moz-linear-gradient(right, #e2e2e2, #fff);
	background: linear-gradient(to right, #e2e2e2, #fff);
}

.s-ServiceSupport .CommonTit h3 {
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	padding: 10px 50px;
	cursor: pointer;
}

.s-ServiceSupport .CommonTit .on {
	color: #d90030;
	background-color: #fff;
}

.s-ServiceSupport .Common .right-jb {
	position: absolute;
	top: 40px;
	right: 0;
}

.s-ServiceSupport .Common .CommonList {
	margin-top: 40px;
}

.s-ServiceSupport .CommonList li {
	margin-bottom: 30px;
}

.s-ServiceSupport .CommonList li img {
	float: left;
	width: 6px;
	margin-right: 10px;
	margin-top: 6px;
}

.s-ServiceSupport .CommonList li a {
	float: left;
	width: 94%;
	font-size: 16px;
	color: #666;
}

.s-ServiceSupport .CommonList li .time {
	display: none;
}

@media screen and (max-width: 768px) {
	.s-ServiceSupport .CommonTit {
		background: transparent;
	}

	.s-ServiceSupport .CommonTit h3 {
		width: 50%;
		padding: 10px 0;
		text-align: center;
	}

	.s-ServiceSupport .Common .right-jb {
		display: none;
	}

	.s-ServiceSupport .CommonList li a {
		margin-bottom: 10px;
		color: #000;
	}

	.s-ServiceSupport .CommonList li .time {
		display: block;
		font-size: 12px;
		color: #a9a9a9;
		margin: 0 0 0 16px;
	}


}

.s-ServiceSupport .ProductQuery {
	background-color: #f2f2f2;
	padding: 40px 0;
	border-bottom: 3px solid #d90032;
}

.s-ServiceSupport .ProductQuery h3 {
	font-size: 22px;
	color: #d90032;
	margin-bottom: 40px;
}

.s-ServiceSupport .APass {
	margin-bottom: 40px;
}

.s-ServiceSupport .APass ul {
	float: left;
	width: 20%;
}

.s-ServiceSupport .APass li {
	margin-bottom: 18px;
}

.s-ServiceSupport .APass li a {
	font-size: 16px;
	color: #666;
}

.ProductQuery .manual {
	width: 100%;
	margin-bottom: 60px;
}

.ProductQuery .manual .Document-type {
	float: left;
	width: 25%;
	padding: 2%;
	background-color: #fff;
	margin-right: 4%;
	overflow: hidden;
}

.ProductQuery .manual ul {
	position: relative;

}

.ProductQuery .manual .m-tit {
	display: none;
}

.ProductQuery .manual h4 {
	font-size: 16px;
	color: #333;
	padding: 20px 18px;
	position: relative;
}

.ProductQuery .manual li {
	font-size: 16px;
	color: #4d4d4d;
	padding: 18px;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ProductQuery .manual li:hover {
	background: #e6e6e6;
}

.ProductQuery .manual .m-pic {
	display: none;
}

.ProductQuery .manual .on {
	background: #e6e6e6;
}

.s-ServiceSupport .monographs {
	margin-bottom: 40px;
}

.s-ServiceSupport .monographs li {
	float: left;
	width: 25%;
	margin-bottom: 18px;
}

.s-ServiceSupport .monographs li a {
	font-size: 16px;
	color: #666;
}

.APass-z-t {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 12px 0;
}

@media screen and (max-width: 768px) {
	.s-ServiceSupport .ProductQuery {
		border: none;
	}

	.s-ServiceSupport .APass ul {
		width: 50%;
		height: 185px;
	}

	.s-ServiceSupport .monographs li {
		width: 50%;
	}

	.ProductQuery .manual .p-tit {
		display: none;
	}

	.ProductQuery .manual .m-tit {
		display: block;
		color: #666;
		font-size: 16px;
		padding: 10px 0;
		font-weight: normal;
	}

	.ProductQuery .manual li:hover {
		background: #fff;
		color: #d90030;
	}

	.ProductQuery .Cookbook {
		border-bottom: 1px solid #fff;
	}

	.ProductQuery .Cookbook ul {
		background: #fff;
		margin: 0 -3%;
	}

	.ProductQuery .manual .Document-type {
		float: none;
		width: 100%;
		background: none;
		padding: 0;
	}

	.ProductQuery .manual ul {
		border: 1px solid #e0e0e0;
		background: #fff;
		max-height: 200px;
		overflow-y: auto;
		border-radius: 4px;
	}

	.ProductQuery .manual li {
		border-bottom: 1px solid #e6e6e6;
	}

	.ProductQuery .manual .on {
		background: #fff;
		color: #d90030;
	}

	.ProductQuery .manual .m-pic {
		display: block;
		position: absolute;
		top: 43px;
		right: 0;
		width: 59px;
		height: 59px;
		z-index: 99;
	}

	.ProductQuery .manual .m-pic img {

		margin: 0 auto;
		display: block;
		margin-top: 20px;
	}

	.ProductQuery .Model li {
		border-bottom: 1px solid #e0e0e0;
	}

	.ProductQuery .Model .on {
		color: #e10032;
	}

	.s-ServiceSupport .ProductQuery h3 {
		font-size: 18px;
	}
}

/****---------------------------------文档中心结束-------------------------------***/
/****---------------------------------发展历程开始-------------------------------***/

.s-DevelopmentHistory {
	width: 1440px;
	margin: 0 auto;
	margin-bottom: 80px;
}

@media screen and (max-width: 1440px) {
	.s-DevelopmentHistory {
		width: 94%;
		padding: 0 3%;
	}
}

.DevelopmentHistory-more-a {
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
	display: none;
}

.DevelopmentHistory-more-a a {
	color: #e00032;
}

.DevelopmentHistory .year {
	position: relative;
}

.DevelopmentHistory .year h4,
.DevelopmentHistory .year .m-more {
	display: none;
}

.DevelopmentHistory .year ul {
	padding: 40px 10%;
}

.DevelopmentHistory .year li a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.DevelopmentHistory .year li a:hover {
	color: #df0031;
}

.DevelopmentHistory .year .on {
	color: #df0031;
}

.DevelopmentHistory .hd a {
	position: absolute;
	z-index: 10;
}

.DevelopmentHistory .hd .next-pic {
	top: 39px;
	left: 0;
}

.DevelopmentHistory .hd .prev-pic {
	top: 39px;
	right: 0;
}

@media screen and (max-width: 768px) {
	.DevelopmentHistory-more-a {
		display: block;
	}

	.DevelopmentHistory .hd {
		display: none;
	}

	.DevelopmentHistory .year h4 {
		display: block;
		color: #666;
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 6px;
	}

	.DevelopmentHistory .year .m-more {
		display: block;
		position: absolute;
		top: 45px;
		right: 4%;
		z-index: 10;
	}

	.DevelopmentHistory .year ul {
		width: 91%;
		padding: 12px 4%;
		border: 1px solid #e6e6e6;
		border-radius: 3px;
	}

	.DevelopmentHistory .year li {
		float: none;
		line-height: 28px;
	}

	.DevelopmentHistory .year li a {
		font-size: 16px;
	}

	.s-DevelopmentHistory .sa-c-title {
		text-align: center;
	}
}

.DevelopmentHistory .Event li {
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
}

.DevelopmentHistory .Event li img {
	float: left;
	margin: 7px 10px 0 0;
}

.DevelopmentHistory .Event li a {
	float: left;
	width: 97%;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 24px;
	cursor: default;
}

@media screen and (max-width: 768px) {
	.DevelopmentHistory .Event li {
		border-bottom: 1px solid #e6e6e6;
	}

	.DevelopmentHistory .Event li a {
		width: 94%;
	}
}

/****---------------------------------发展历程结束-------------------------------***/
/****---------------------------------联系我们开始-------------------------------***/
.s-ContactUs {
	width: 1440px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.ContactUsBox-top-menu {
	display: none;
}

@media screen and (max-width: 1440px) {
	.s-ContactUs {
		width: 94%;
		padding: 0 3%;
	}
}

.s-ContactUs .ContactUsBox .m-more {
	display: none;
}

.s-ContactUs .ContactUsBox .sa-c-title {
	border: none;
	margin-bottom: 0;
}

.s-ContactUs .ContactUsBox h4 {
	color: #303030;
	font-size: 22px;
	padding: 40px 0 20px;
	border-top: 1px solid #e6e6e6;
	font-weight: normal;
}

.s-ContactUs .ContactUsBox h5 {
	color: #303030;
	font-size: 18px;
	padding: 20px 0;
	font-weight: normal;
}

.s-ContactUs .ContactUsBox li {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 26px;
}

.s-ContactUs .contact-Support div {
	margin-bottom: 40px;

}

.s-ContactUs .contact-Support ul {
	float: left;
	width: 40%;
}

.OverseasBranch ul {
	float: left;
	width: 48%;
	padding-right: 2%;
	height: 230px;
}

@media screen and (max-width: 768px) {
	.OverseasBranch ul {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.s-ContactUs .ContactUsBox .m-more {
		display: block;
		width: 90%;
		color: #000;
		font-size: 16px;
		padding: 16px 5%;
		margin-top: 5px;
		border: 1px solid #e6e6e6;
		border-radius: 3px;
	}

	.s-ContactUs .ContactUsBox .m-more img {
		float: right;
		margin-top: 7px;
	}

	.s-ContactUs .ContactUsBox .sa-c-title {
		text-align: center;
	}

	.s-ContactUs .contact-Support ul {
		float: none;
		width: 100%;
	}

	.ContactUsBox-top-menu {
		display: block;
		background: #f7f7f7;
		position: relative;
		padding: 10px;
	}

	.ContactUsBox-top-menu ul {
		background: #fff;
		border: 1px solid #e6e6e6;
		border-radius: 4px;
		width: 96%;
		line-height: 2;
		font-size: 16px;
		padding: 2%;
	}

	.ContactUsBox-top-menu ul a {
		color: #333;
		display: block;
	}

	.ContactUsBox-top-menu-arr {
		position: absolute;
		top: 22px;
		right: 17px;
	}

	.s-ContactUs .ContactUsBox h4 {
		font-size: 20px;
		padding: 40px 0 0px;
	}
}

.s-ContactUs .Office li {
	float: left;
	width: 30.333%;
	height: 165px;
	margin-right: 3%;
	margin-bottom: 50px;
}

.s-ContactUs .Office li p {
	line-height: 25px;
}

.s-ContactUs .Office h5 img {
	margin-left: 20px;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.s-ContactUs .Office li {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.s-ContactUs .Office h5 img {
		float: right;
	}
}

/****---------------------------------联系我们结束-------------------------------***/
/****---------------------------------图片列表页开始-------------------------------***/
.sa-tplby-check {
	font-size: 18px;
	color: #333;
	margin: 30px 20px;
}

.sa-tplby-check .sa-tplby-check-icon {
	display: none;
}

.sa-tplby-check dl {
	width: 100%;
}

.sa-tplby-check dt {
	font-size: 20px;
	width: 12%;
	float: left;
}

.sa-tplby-check dd {
	width: 88%;
	float: left;
	padding-top: 4px;
}

.sa-tplby-check dd span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 12px;
}

.sa-tplby-check dd span label {
	margin-left: 8px;
}

@media screen and (max-width: 992px) {
	.sa-tplby-check dt {
		width: 16%;
	}

	.sa-tplby-check dd {
		width: 84%;
	}
}

.sa-tplby-list {
	width: 100%;
	margin-right: 2%;
	margin-bottom: 60px;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.sa-tplby-item {
	padding-bottom: 12px;
	float: left;
	width: 31.33%;
	margin-right: 2%;
	background: #f7f7f7;
	margin-bottom: 2%;
}

.sa-tplby-img img {
	width: 100%;
	display: block;
}

.sa-tplby-desc h3 {
	font-size: 20px;
	color: #333;
	padding: 12px;
	height: 46px;
	overflow: hidden;
	font-weight: normal;
	box-sizing: content-box;
}

.sa-tplby-desc h3 a {
	color: #333;
}

.sa-tplby-desc p {
	font-size: 15px;
	line-height: 1.7;
	padding: 12px;
	height: 92px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.sa-tplby .sa-c-title {
		text-align: center;
	}

	.sa-tplby-check dl {
		background: #f7f7f7;
		border: 1px solid #e6e6e6;
		border-radius: 4px;
		padding: 4% 2%;
		width: 100%;
		max-height: 200px;
		overflow: auto;
	}

	.sa-tplby-check dt {
		width: 96%;
		float: none;
		font-size: 18px;
	}

	.sa-tplby-check dd {
		width: 96%;
		float: none;
		display: none;
		margin-top: 12px;
	}

	.sa-tplby-check dd span {
		display: block;
	}

	.sa-tplby-item {
		width: 48%;
	}

	.sa-tplby-desc p {
		display: none;
	}

	.sa-tplby-desc h3 {
		font-size: 18px;
		height: 36px;
	}

	.sa-tplby-check .sa-tplby-check-icon {
		display: block;
		float: right;
	}
}

@media screen and (max-width: 500px) {
	.sa-tplby-desc h3 {
		font-size: 16px;
		height: 32px;
	}
}

/****---------------------------------图片列表页结束-------------------------------***/
/****---------------------------------信息列表页开始-------------------------------***/
.sa-xxlly {
	margin: 30px 0;
}

.sa-xxlly .sa-xxlly-title {
	font-size: 24px;
	font-weight: normal;
	color: #333;
}

.sa-xxlly-coll-head {
	height: 70px;
	line-height: 70px;
	background: #f7f7f7;
}

.sa-xxlly-coll-head li {
	float: left;
	cursor: pointer;
	font-size: 20px;
	color: #333;
	line-height: 70px;
	margin: 0 3%;
}

.sa-xxlly-coll-head li.on {
	color: #e00032;
	border-bottom: 2px solid;
}

.sa-xxlly-coll-body {
	margin: 20px 0;
}

.sa-xxlly-coll-item {}

.sa-xxlly-coll-item dl {}

.sa-xxlly-coll-item dt {
	font-size: 18px;
	color: #333;
	margin: 20px 0 10px;
}

.sa-xxlly-coll-item dd {
	font-size: 16px;
	line-height: 2;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.sa-xxlly-coll-item dd a {
	color: #333;
}

.sa-xxlly-coll-item dd .sa-txt {
	float: left;
	padding-left: 16px;
	background: url(../png/dot.png) no-repeat left center;
	width: 78%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sa-xxlly-coll-item dd .sa-time {
	color: #666;
	float: right;
}

.sa-xxlly-arr {
	display: none;
}

.sa-xxlb-3-item {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
	font-size: 16px;
	position: relative;
}

.sa-xxlb-3-item .sa-title {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin: 20px 0;
	width: 90%;
}

.sa-xxlb-3-item .sa-desc {
	font-size: 14px;
	line-height: 1.7;
	width: 80%;
	color: #8e8e8e;
	word-break: break-all;
}

.sa-xxlb-3-item .sa-key {
	font-size: 14px;
	line-height: 2;
	width: 80%;
	margin-top: 20px;
}

.sa-xxlb-3-item .sa-more {
	color: #e00032;
	margin-top: 12px;
	display: block;
}

.sa-xxlb-3-item .sa-time {
	position: absolute;
	top: 0;
	right: 0;
}

.sa-xxlb-2-ul {
	margin: 20px auto 30px;
}

.sa-xxlb-2-item {
	font-size: 16px;
	line-height: 2;
}

.sa-xxlb-2-item .sa-title {
	float: left;
	font-size: 18px;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 12px;
	background: url(../png/dot.png) no-repeat left 14px;
}

.sa-xxlb-2-item .sa-title a {
	color: #333;
}

.sa-xxlb-2-item .sa-time {
	float: right;
}

@media screen and (max-width: 768px) {
	.sa-xxlly-coll-item dd .sa-txt {
		width: 90%;
		float: none;
	}

	.sa-xxlly-coll-item dd .sa-time {
		float: none;
		padding-left: 16px;
	}

	.sa-xxlly .sa-xxlly-title {
		font-size: 20px;
	}

	.sa-xxlly-arr {
		display: block;
		position: absolute;
		top: -2px;
		right: 6px;
	}

	.sa-xxlly-coll-head li {
		float: none;
		margin: 1% 0;
		line-height: 50px;
		padding: 0 12px;
		display: none;
		font-size: 18px;
	}

	.sa-xxlly-coll-head li.on {
		border: 0;
	}

	.sa-xxlly-coll-head li:first-child {
		display: block;
	}

	.sa-xxlly-coll-head {
		border: 1px solid #e6e6e6;
		border-radius: 4px;
		height: auto;
		line-height: 60px;
		position: relative;
	}

	.sa-xxlb-3-item .sa-desc {
		width: 100%;
	}

	.sa-xxlb-3-item .sa-time {
		position: static;
		margin-bottom: 12px;
	}

	.sa-xxlb-2-ul {
		margin: 20px;
	}

	.sa-xxlb-2-item .sa-title {
		float: none;
		font-size: 18px;
		width: 100%;
		/* text-overflow: ellipsis; */
		/* overflow: hidden; */
		white-space: normal;
		padding-left: 12px;
		background: url(../png/dot.png) no-repeat left 14px;
	}

	.sa-xxlb-2-item .sa-time {
		float: none;
		padding-left: 12px;
	}

	.sa-xxlly {
		margin: 20px 0;
	}
}

.sa-xxlb-5-title {
	font-weight: normal;
	font-size: 24px;
	color: #333;
	margin: 0 0 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-xxlb-5 .sa-c-title {
	border-bottom: 0;
}

.sa-xxlb-5-txt ul>li:last-child {
	border-bottom: 0;
}

.sa-xxlb-5-txt {
	margin-bottom: 30px;
}

.sa-xxlb-5-more {
	font-size: 16px;
	color: #e10032;
	float: right;
	line-height: 36px;
}

/****---------------------------------信息列表页结束-------------------------------***/

/****---------------------------------维修网点开始-------------------------------***/
.sa-wxwd {
	position: relative;
}

.sa-wxwd-check {
	margin: 30px 0;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	font-size: 18px;
}

.sa-wxwd-check li {
	height: 50px;
	line-height: 50px;
	color: #333;
	padding: 0 12px;
	display: none;
}

.sa-wxwd .sa-wxwd-arr {
	position: absolute;
	top: 14px;
	right: 4px;
}

.sa-wxwd-check li:first-child {
	display: block;
}

.sa-wxwd-check li.on {
	color: #e00032;
}

.sa-wxwd-addr {
	margin: 20px 0;
	background: #f7f7f7;
	padding: 30px 20px;
	font-size: 16px;
	line-height: 1.7;
}

.sa-wxwd-addr-t {
	margin-bottom: 24px;
}

.sa-wxwd-addr-tx {
	width: 10%;
	height: 2px;
	background: #999;
	margin: 0 auto;
}

.sa-wxwd-addr-t p {
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}

.sa-wxwd-addr-t p img {
	width: 30%;
}

.sa-wxwd-wrap {
	display: none;
}

.sel_container {
	width: 95%;
	margin: 20px auto;
	font-size: 16px;
}

.sel_container strong {
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	.downQA {
		display: none;
	}

	.sa-wxwd-wrap {
		display: block;
	}
}

/****---------------------------------维修网点结束-------------------------------***/
/****---------------------------------公司刊物开始-------------------------------***/
.sa-gskw {
	margin: 0 auto 60px;
}

.sa-gskw-i-title {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}

.sa-gskw .sa-gskw-i-img {
	float: left;
	width: 12%;
	margin-right: 4%;
}

.sa-gskw .sa-gskw-i-img img {
	width: 100%;
}

.sa-gskw-dl {
	margin-top: 30px;
}

.sa-gskw-dl dd {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}

.sa-gskw .sa-gskw-i-desc {
	float: left;
	width: 84%;
}

.sa-gskw .sa-gskw-i-desc h4 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 12px;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sa-gskw .sa-gskw-i-desc h4 a {
	color: #000;
}

.sa-gskw-i-desc-txt {
	font-size: 16px;
	line-height: 1.7;
}

.sa-gskw-i-abso {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}

.sa-gskw-i-yl {
	color: #e10032;
	display: inline-block;
	padding: 5px 15px;
}

.sa-gskw-i-xz {
	display: inline-block;
	color: #e00032;
	padding-left: 16px;
	border-left: 1px solid #e0e0e0;
}

.sa-gskw-i-xz img {
	padding-right: 3px;
}

@media screen and (max-width: 992px) {
	.sa-gskw .sa-gskw-i-img {
		width: 16%;
	}

	.sa-gskw .sa-gskw-i-desc {
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
	.sa-gskw-dl dd {
		padding-bottom: 80px;
	}

	.sa-gskw .sa-gskw-i-img {
		width: 40%;
	}

	.sa-gskw .sa-gskw-i-desc {
		width: 56%;
	}

	.sa-gskw .sa-c-title {
		text-align: center;
	}

	.sa-gskw-i-desc-txt {
		position: absolute;
		right: 0;
		top: 50px;
		width: 55%;
		bottom: 78px;
		overflow: hidden;
	}

	.sa-gskw .sa-gskw-i-desc h4 {
		width: 96%;
		font-size: 18px;
		white-space: normal;
		height: 50px;
	}

	.sa-gskw-i-abso {
		bottom: 15px;
		top: initial;
	}

	.sa-gskw-i-title {
		font-size: 22px;
		color: #000;
	}
}

/****---------------------------------公司刊物结束-------------------------------***/
/****---------------------------------企业文化开始-------------------------------***/
.s-CorporateCulture {
	width: 1440px;
	margin: 0 auto;
}

@media screen and (max-width: 1440px) {
	.s-CorporateCulture {
		width: 94%;
		padding: 0 3%;
	}
}

.s-CorporateCulture h3 {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 500;
	padding: 10px 0 20px;
	border-bottom: 1px solid #e6e6e6;
}

.CorporateCulture .Subtitle {
	color: #666;
	font-size: 18px;
	line-height: 26px;
	padding: 40px 0;
}

.CorporateCulture .Idea {}

.CorporateCulture .Idea li {
	margin-bottom: 40px;
	background: #f7f7f7;
	padding: 12px;
}

.CorporateCulture .Idea .Icon {
	float: left;
	width: 34px;
	height: 30px;
	margin-right: 10px;
}

.CorporateCulture .Idea .h4tit {
	float: left;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	padding-right: 30px;
	border-right: 1px solid #d5d5d5;
}

.CorporateCulture .Idea .txt {
	float: left;
	width: 83%;
	font-size: 16px;
	line-height: 26px;
	color: #646464;
	margin-left: 30px;
}

.CorporateCulture .Idea .txt a {
	color: #e10032;
	font-size: 16px;
	margin-left: 10px;
}

@media screen and (max-width: 1440px) {
	.CorporateCulture .Idea .txt {
		width: 75%;
	}
}

@media screen and (max-width: 1024px) {
	.CorporateCulture .Idea .txt {
		width: 65%;
	}
}

@media screen and (max-width: 768px) {
	.CorporateCulture h3 {
		text-align: center;
	}

	.CorporateCulture .Idea .Icon {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

	.CorporateCulture .Idea .h4tit {
		float: none;
		display: block;
		width: 96px;
		margin: 0 auto;
		padding: 0;
		border: none;
	}

	.CorporateCulture .Idea .h4tit:after {
		content: '';
		display: block;
		width: 25px;
		margin: 10px auto 20px;
		border-top: 2px solid #cacaca;
	}

	.CorporateCulture .Idea .txt {
		float: none;
		display: block;
		margin: 0 auto;
		width: 80%;
		text-align: center;
	}

	.CorporateCulture .Idea .txt a {
		display: block;
		text-align: center;
		margin-top: 65px;
	}

	.CorporateCulture .Idea li {
		padding: 40px 12px;
	}
}

.SourcePower {
	padding-bottom: 60px;
}

.SourcePower h3 a {
	float: right;
	font-size: 16px;
	color: #e10032;
	line-height: 48px;
}

.SourcePower .ActivityBox {
	margin-top: 40px;
}

.SourcePower .pic {
	width: 22%;
}

.SourcePower .pic img {
	width: 100%;
}

.SourcePower .activity {
	width: 75%;
}

.SourcePower .activity p {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.SourcePower .activity .tit a {
	color: #e10032;
	font-size: 20px;
}

.SourcePower .activity .txt a {
	color: #666;
	font-size: 16px;
}

.SourcePower .activity .txt img {
	margin: 0 10px 5px 0;
}

.SourcePower .activity .more {
	display: inline-block;
	padding: 8px 0;
	width: 160px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #ec5735 url("../jpg/btn_bg.jpg") left top repeat-y;
}

@media screen and (max-width: 768px) {
	.SourcePower h3 {
		text-align: center;
	}

	.SourcePower h3 a {
		display: none;
	}

	.SourcePower .pic {
		float: none;
		width: 80%;
		margin: 0 auto;
	}

	.SourcePower .activity {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.SourcePower .activity .more {
		display: block;
		margin: 0 auto;
	}
}

.Review {
	padding-bottom: 120px;
}

.s-CorporateCulture .Review .Review-Past {
	margin-bottom: 20px;
}

.Review .Review-Past .m-more {
	display: none;
}

.s-CorporateCulture .Review .h4tit {
	float: left;
	color: #000;
	font-size: 26px;
	font-weight: 500;
	margin-right: 20px;
}

.s-CorporateCulture .Review ul {
	float: left;
	margin-top: 10px;
}

.s-CorporateCulture .Review ul li {
	float: left;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
	margin-right: 25px;
}

.s-CorporateCulture .Review ul .on {
	color: #e10032;
}

.s-CorporateCulture .Review .sa-qywh-more {
	float: right;
	color: #e10032;
	font-size: 16px;
	line-height: 30px;
	display: none;
}

.Review .Past1 {
	display: none;
	position: relative;
}

.Review .Past1 .ImgTxt {
	position: relative;
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

.Review .Past1 .ImgTxt img {
	width: 100%;
}

.Review .Past1 .ImgTxt .period {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	padding: 0 1%;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	z-index: 1;
}

.Review .Past1 .ImgTxt .period span {
	margin-right: 10px;
}

.Review .Past1 .ImgTxt .period i {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: -1;
}

.Review .Past1 .Control img {
	position: absolute;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 2;
}

.Review .Past1 .Control .m-more {
	display: none;
}

.Review .Past1 .Control .prev {
	left: 1%;
	top: 50%;
	margin-top: -30px;
}

.Review .Past1 .Control .next {
	right: 1%;
	top: 50%;
	margin-top: -30px;
}

@media screen and (max-width: 768px) {
	.s-CorporateCulture .Review .h4tit {
		float: none;
		margin-bottom: 20px;
	}

	.s-CorporateCulture .Review ul {
		float: none;
		position: relative;
		padding: 10px 20px;
		border: 1px solid #e6e6e6;
		border-radius: 3px;
	}

	.s-CorporateCulture .Review ul li {
		float: none;
	}

	.Review .Review-Past .m-more {
		display: block;
		position: absolute;
		top: 14px;
		right: 20px;
		cursor: pointer;
	}

	.s-CorporateCulture .Review-Past .sa-qywh-more {
		display: none;
	}

	.Review .Past1 .Control .prev,
	.Review .Past1 .Control .next {
		display: none;
	}

	.s-CorporateCulture .Review a {}

	.Review .Past1 .ImgTxtBox {
		width: 48%;
		margin: 1% 1%;
	}

	.Review .Past1 .Control .m-more {
		display: block;
		bottom: -60px;
		left: 50%;
		margin-left: -28.5px;
		width: 57px;
		height: 29px;
	}

	.s-CorporateCulture h3 {
		font-size: 24px;
	}

	.s-CorporateCulture .Review .h4tit {
		font-size: 24px;
	}
}


/****---------------------------------企业文化结束-------------------------------***/


/****---------------------------------视频详情页开始-------------------------------***/
.sa-video-xq .sa-c-title {
	border-bottom: 0;
	font-size: 24px;
}

.sa-video-xq-player .sa-player {
	width: 86%;
	margin: 20px auto;
	position: relative;
}

.sa-video-xq-player .sa-player-v {
	/*position:absolute;top:0;left:0;width:100%;height:100%;*/
}

.sa-video-xq-player .sa-player img {
	width: 98%;
	display: none;
	margin: 0 auto;
}

.sa-video-related-t {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 16px;
}

.sa-player-tool {
	position: relative;
	width: 86%;
	margin: 0 auto 40px;
	font-size: 16px;
	color: #666;
	line-height: 38px;
}

.sa-player-tool li {
	float: left;
}

.sa-video-share {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -150px;
}

.sa-video-share li {
	margin: 0 2px;
	cursor: pointer;
}

.sa-video-dz li {
	margin-right: 22px;
}

.sa-video-z {
	cursor: pointer;
	margin-right: 4px;
}

.sa-video-c {
	cursor: pointer;
	margin-right: 4px;
}

.sa-video-download ul {}

.sa-video-download li {}

.sa-video-download .sa-d-d a {
	color: #e10032;
}

.sa-video-download .sa-d-d a img {
	padding-left: 6px;
}

.sa-video-desc {
	font-size: 16px;
	color: #666;
	margin-bottom: 60px;
}

.sa-video-opinion {
	width: 100%;
	height: 162px;
	position: relative;
}

.sa-video-opinion-l {
	float: left;
	color: #666;
	font-size: 18px;
	width: 118px;
}

.sa-video-opinion-m {
	float: left;
	color: #666;
	font-size: 16px;
	width: 950px;
	height: 148px;
}

.sa-video-opinion-r {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #666;
	font-size: 18px;
	width: 100px;
}

.sa-video-opinion-r a {
	color: #0069fb;
}

.sa-video-opinion-m textarea {
	border: 1px solid #e0e0e0;
	width: 96%;
	height: 148px;
	color: #666;
	padding: 1%;
	max-height: 138px;
}

.sa-video-opinion-totle {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin: 20px 0;
}

.sa-video-opinion-liyan {
	min-height: 150px;
}

.sa-video-opinion-page .sa-page {
	float: right;
}

.sa-video-opinion-page .sa-page a {
	font-size: 14px;
	padding: 4px 10px;
}

.sa-video-bottom {
	margin-bottom: 80px;
	margin-top: -20px;
}

.sa-video-download-m {
	display: none;
}

.sa-video-xq-list {
	margin: 60px 0;
	position: relative;
}

.sa-video-xq-list>h3 {
	font-weight: normal;
	font-size: 28px;
	color: #333;
}

.sa-video-xq-list .sa-vide0-more {
	font-size: 16px;
	color: #e10032;
	float: right;
	margin-top: 10px;
}

.sa-video-xq-list ul {
	margin-right: -1%;
	margin-top: 20px;
}

.sa-video-xq-list ul li {
	float: left;
	width: 24%;
	margin-right: 1%;
}

.sa-video-xq-list ul li img {
	width: 100%;
}

.sa-video-xq-list ul li h5 {
	font-size: 18px;
	text-align: center;
	color: #333;
	padding-top: 12px;
	height: 62px;
	overflow: hidden;
	font-weight: normal;
}

.sa-video-opinion-liyan {}

.sa-video-opinion-liyan li {
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
}

.sa-video-opinion-liyan .sa-v-p-name {
	font-size: 14px;
	color: #2477fb;
}

.sa-video-opinion-liyan .sa-v-p-text {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	margin: 10px 0;
}

.sa-video-opinion-liyan .sa-v-p-time {
	font-size: 14px;
	color: #666;
}

.sa-vide0-more-m {
	display: none;
}

@media screen and (max-width:1440px) {
	.sa-video-opinion-m {
		width: 750px;
	}
}

@media screen and (max-width:992px) {
	.sa-video-opinion {
		height: 228px;
	}

	.sa-video-opinion-l {
		float: none;
	}

	.sa-video-opinion-m {
		float: none;
		margin: 12px 0;
		width: 100%;
	}

	.sa-video-opinion-r {
		position: static;
		float: right;
	}

	.sa-video-xq {
		width: 90%;
	}

	.sa-video-xq-player .sa-player {
		width: 100%;
	}

	.sa-player-tool {
		width: 100%;
		margin: 0 auto 60px;
	}
}

@media screen and (max-width:768px) {
	.sa-video-xq-player .sa-player embed {
		height: 300px;
	}

	.sa-video-opinion-page .sa-page a {
		font-size: 18px;
		padding: 4px 12px;
	}

	.sa-video-opinion-page .sa-page {
		float: none;
	}

	.sa-video-download-m {
		display: block;
		text-align: right;
	}

	.sa-video-download-m a {
		color: #e10032;
		font-size: 16px;
	}

	.sa-video-download .sa-d-d {
		display: none;
	}

	.sa-video-related-t {
		margin-bottom: 40px;
	}

	.sa-video-share {
		top: 44px;
		left: 0;
		margin-left: 0;
	}

	.sa-video-share img {
		width: 34px;
	}

	.sa-video-xq .sa-c-title {
		font-size: 20px;
		padding-bottom: 0;
		line-height: 1.7;
	}

	.sa-video-xq-list ul {
		margin-right: 0;
	}

	.sa-video-xq-list ul li {
		width: 100%;
		margin-right: 0;
	}

	.sa-video-dz li {
		margin-right: 0;
	}

	.sa-video-dz span img {
		width: 30px;
	}

	.sa-video-xq-list .sa-vide0-more {
		display: none;
	}

	.sa-video-xq-list>h3 {
		text-align: center;
		font-size: 24px;
	}

	.sa-vide0-more-m {
		display: block;
		text-align: center;
	}
}

/****---------------------------------视频详情页结束-------------------------------***/

.breadnav {
	padding: 20px 0;
}

.breadnav a {
	text-decoration: underline;
}

.breadnav a.on {
	text-decoration: none;
	color: #e10032;
}

@media screen and (max-width:768px) {
	.breadnav {
		display: none;
	}

	.sa-xxlb-3 {
		padding: 20px;
	}
}

/****---------------------------------innovations 开始-------------------------------***/
.sa-innovations-one {}

.sa-innovations-one>h3 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	color: #333;
	margin: 30px 0 20px;
}

.sa-innovations-one li {
	background: #f7f7f7;
	padding: 16px 24px;
	margin-bottom: 20px;
	position: relative;
}

.sa-innovations-one .sa-innovations-o-img {
	position: absolute;
	text-align: center;
	top: 24%;
	left: 4%;
}

.sa-innovations-one .sa-innovations-o-desc {
	font-size: 16px;
	float: left;
	line-height: 1.7;
	width: 90%;
	margin-left: 10%;
}

.sa-innovations-two {}

.sa-innovations-two>h3 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	color: #333;
	margin: 30px 0 20px;
}

.sa-innovations-two ul {
	margin-right: -3%;
}

.sa-innovations-two li {
	float: left;
	width: 47%;
	margin-right: 3%;
	background: #f7f7f7;
	margin-bottom: 3%;
	position: relative;
	height: 270px;
}

.sa-innovations-t-img {
	position: absolute;
	top: 30%;
	left: 4%;
}

.sa-innovations-t-desc {
	margin-top: 16%;
	margin-left: 30%;
	line-height: 1.7;
	color: #333;
	width: 60%;
	font-size: 16px;
	word-break: break-all;
}

.sa-innovations-three>h3 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	color: #333;
	margin: 30px 0 20px;
}

.sa-innovations-three ul {
	margin-right: -3%;
	display: flex;
	flex-wrap: wrap;
}

.sa-innovations-three li {
	margin-right: 3%;
	width: 47%;
	background: #f7f7f7;
	padding: 3% 4%;
	margin-bottom: 20px;
	position: relative;
}

.sa-innovations-three .sa-innovations-o-img {
	position: absolute;
	text-align: center;
	top: 24%;
	left: 2%;
}

.sa-innovations-three .sa-innovations-o-desc {
	font-size: 16px;
	float: left;
	line-height: 1.7;
	width: 90%;
	margin-left: 14%;
}

.sa-innovations-four {
	margin-bottom: 80px;
}

.sa-innovations-four>h3 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	color: #333;
	margin: 30px 0 20px;
}

.sa-innovations-four ul {
	margin-right: -3%;
}

.sa-innovations-four li {
	float: left;
	background: #f7f7f7;
	width: 30.33%;
	margin-right: 3%;
	height: 310px;
	text-align: center;
}

.sa-innovations-f-img {
	margin-top: 34px;
}

.sa-innovations-f-line {
	width: 28px;
	height: 2px;
	background: #e0e0e0;
	margin: 26px auto;
}

.sa-innovations-f-title {
	color: #333;
	font-size: 18px;
	line-height: 1.7;
	height: 60px;
	overflow: hidden;
}

.sa-innovations-f-num {
	color: #e10032;
	font-size: 18px;
	margin: 12px 0;
}

.sa-innovations-f-desc {
	color: #666;
	font-size: 16px;
}

@media screen and (max-width:768px) {
	.sa-innovations-two ul {
		margin-right: 0;
	}

	.sa-innovations-two li {
		width: 47%;
		height: auto;
		min-height: 154px;
	}

	.sa-innovations-t-desc {
		margin: 0 auto;
		padding: 76px 0 0 0;
		width: 92%;
		font-size: 12px;
		height: 92px;
	}

	.sa-innovations-t-img {
		width: 43px;
		top: 12%;
		left: 50%;
		margin-left: -21px;
	}

	.sa-innovations-t-img img {
		width: 100%;
	}

	.sa-innovations-three .sa-innovations-o-img img {
		width: 43px;
	}

	.sa-innovations-four ul {
		margin-right: 0;
	}

	.sa-innovations-four li {
		padding: 12px 0;
		margin-bottom: 12px;
		float: none;
		width: 100%;
		height: auto;
		text-align: left;
		position: relative;
	}

	.sa-innovations-f-line {
		display: none;
	}

	.sa-innovations-f-desc {
		display: none;
	}

	.sa-innovations-f-img {
		float: left;
		margin-right: 16px;
		margin-top: 18px;
		margin-left: 26px;
		height: 66px;
	}

	.sa-innovations-f-img img {
		width: 42px;
	}

	.sa-innovations-f-num {
		margin-top: 0;
	}

	.sa-innovations-one li {
		margin-bottom: 4px;
	}

	.sa-innovations-three ul {
		margin-right: 0;
	}

	.sa-innovations-three li {
		margin-bottom: 4px;
		float: none;
		width: 92%;
		margin-right: 0;
		padding: 6% 4%;
	}
}

/****---------------------------------innovations 结束-------------------------------***/


/****---------------------------------服务产品 开始-------------------------------***/
.sa-fwcp-item {
	margin-top: 30px;
}

.sa-fwcp-item>h3 {
	font-weight: normal;
	font-size: 22px;
	color: #333;
	padding-bottom: 16px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.sa-fwcp-item>h3>span {
	display: inline-block;
	width: 3px;
	height: 24px;
	background: #e10032;
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.sa-fwcp-item dl dt {
	float: left;
	font-size: 16px;
	color: #000;
	margin: 0 0 20px;
	width: 10%;
}

.sa-fwcp-item dl dd {
	float: left;
	margin: ;
	font-size: 16px;
	width: 80%;
}

.sa-fwcp-item dl dd a {
	margin-left: 16px;
	display: inline-block;
	margin-bottom: 12px;
}

.sa-fucp-cgal {}

.sa-fucp-cgal li {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}

.sa-fucp-cgal-title {
	float: left;
	padding-left: 16px;
	background: url(../png/dot.png) no-repeat left 8px;
	width: 76%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sa-fucp-cgal-title a {
	color: #333;
}

.sa-fucp-cgal-time {
	float: right;
	color: #666;
	font-size: 16px;
}

@media screen and (max-width:992px) {
	.sa-fwcp-item dl dt {
		width: 20%;
	}
}

@media screen and (max-width:768px) {
	.sa-fwcp-c .sa-c-title {
		text-align: center;
	}

	.sa-fwcp-item dl dt {
		width: 40%;
	}

	.sa-fwcp-item dl dd {
		width: 60%;
	}

	.sa-fucp-cgal li {
		margin-top: 16px;
	}

	.sa-fucp-cgal-title {
		float: none;
	}

	.sa-fucp-cgal-time {
		float: none;
		padding-left: 16px;
		margin-top: 12px;
	}
}

/****---------------------------------服务产品 结束-------------------------------***/



/****---------------------------------公司概况 开始-------------------------------***/
.sa-gsgk {
	margin-bottom: 80px;
}

.sa-gsgk-desc {
	margin: 30px 0;
}

.sa-gsgk-desc p {
	line-height: 1.7;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

.sa-gsgk-title {
	color: #e10032;
	font-weight: normal;
	text-align: center;
	font-size: 24px;
	margin: 30px 0;
}

.sa-gsgk-ul {
	margin-right: -3%;
}

.sa-gsgk-ul li {
	float: left;
	width: 30.33%;
	margin-right: 3%;
	margin-bottom: 2%;
}

.sa-gsgk-ul li .sa-gsgk-sb-img img {
	width: 100%;
}

.sa-gsgk-ul li .sa-gsgk-sb-desc {
	background: #f7f7f7;
	padding: 12px;
	height: 114px;
	overflow: hidden;
}

.sa-gsgk-ul li .sa-gsgk-sb-desc h4 {
	font-weight: normal;
	text-align: center;
	color: #333;
	font-size: 22px;
}

.sa-gsgk-ul li .sa-gsgk-sb-desc p {
	line-height: 1.7;
	font-size: 16px;
	color: #333;
}

.sa-gsgk-xm {
	margin-right: -3%;
	margin-top: 35px;
}

.sa-gsgk-xm li {
	float: left;
	width: 30%;
	margin-right: 3%;
	position: relative;
	margin-bottom: 2%;
	border: 1px solid #e0e0e0;
}

.sa-gsgk-xm-img img {
	width: 100%;
}

.sa-gsgk-xm-desc .sa-mark {
	position: absolute;
	width: 100%;
	height: 50px;
	background: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	bottom: 0;
	left: 0;
}

.sa-gsgk-xm-desc p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 20px;
	height: 50px;
	overflow: hidden;
}

.sa-gsgk-more {
	display: none;
}

@media screen and (max-width:768px) {
	.sa-gsgk-ul {
		margin-right: -2%;
	}

	.sa-gsgk-ul li {
		width: 48%;
		margin-right: 2%;
	}

	.sa-gsgk-xm {
		margin-right: -2%;
	}

	.sa-gsgk-xm li {
		width: 47%;
		margin-right: 2%;
	}

	.sa-gsgk-xm-desc p {
		font-size: 16px;
		line-height: 30px;
		height: 30px;
		overflow: hidden;
		width: 100%;
	}

	.sa-gsgk-ul li .sa-gsgk-sb-desc h4 {
		font-size: 18px;
	}

	.sa-gsgk-ul li .sa-gsgk-sb-desc p {
		font-size: 16px;
		display: none;
	}

	.sa-gsgk-ul li .sa-gsgk-sb-desc {
		height: 24px;
	}

	.sa-gsgk-xm-desc .sa-mark {
		height: 30px;
	}

	.sa-gsgk-more {
		display: block;
		text-align: center;
	}

	.sa-gsgk-title {
		font-size: 20px;
	}
}

/****---------------------------------公司概况 结束-------------------------------***/


/****---------------------------------营销资料 开始-------------------------------***/
.sa-yxzl-main {
	margin-bottom: 80px;
	padding-top: 40px;
}

.sa-yxzl-search {
	position: relative;
}

.sa-yxzl-search .sa-search {
	margin: 0;
	margin-left: 24%;
}

.sa-yxzl-search-rul {
	position: absolute;
	top: 37%;
	left: 70%;
	font-size: 16px;
	color: #666;
}

.sa-yxzl-search-rul span {
	color: #e10032;
}

.sa-yxzl-left-menu {
	float: left;
	width: 180px;
	border: 1px solid #e0e0e0;
}

.sa-yxzl-l-m-t {
	position: relative;
	cursor: pointer;
	height: 34px;
	background: #e10032 url(../jpg/sa_yxzl_03.jpg) repeat-x;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	padding-left: 34px;
}

.sa-yxzl-l-m-t .sa-arr {
	position: absolute;
	top: 14px;
	right: 10px;
}

.sa-yxzl-l-m-l {
	padding: 12px 0;
}

.sa-yxzl-l-m-l li {
	position: relative;
	cursor: pointer;
	line-height: 34px;
	padding-left: 34px;
	color: #333;
	font-size: 16px;
}

.sa-yxzl-l-m-l .sa-li .sa-yxzl-m-bt i {
	font-style: normal;
}

.sa-yxzl-l-m-l li .sa-arr {
	position: absolute;
	top: 14px;
	right: 10px;
}

.sa-yxzl-right {
	width: 960px;
	float: right;
}

.sa-yxzl-r-check {
	color: #333;
	font-size: 16px;
	margin: 24px 0 10px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-yxzl-r-check dl {
	margin-bottom: 14px;
}

.sa-yxzl-r-check dt {
	float: left;
	width: 20%;
	color: #000;
}

.sa-yxzl-r-check dd {
	float: left;
	width: 80%;
}

.sa-yxzl-r-check dd span {
	display: inline-block;
	margin-bottom: 12px;
}

.sa-yxzl-r-check dd label {
	margin: 0 10px;
}

.sa-yxzl-r-check a {
	color: #333;
}

.sa-yxzl-r-n-c label {
	background: url(../png/s_articledetails_yudian000.png) no-repeat left center;
	padding-left: 12px;
}

.sa-yxzl-r-back {
	margin-bottom: 12px;
}

.sa-yxzl-r-back a {
	font-size: 18px;
	display: inline-block;
	color: #333;
	padding: 4px 14px;
	background: #f2f2f2;
}

.sa-yxzl-r-txt {}

.sa-yxzl-r-txt h3 {
	padding-top: 30px;
	font-weight: normal;
	font-size: 28px;
	color: #000;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-yxzl-r-txt ul li {
	padding: 16px 0;
	border-bottom: 1px solid #e0e0e0;
}

.sa-yxzl-r-t {
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sa-yxzl-r-t>img {
	margin-right: 14px;
}

.sa-yxzl-r-t a {
	color: #000;
}

.sa-yxzl-r-b {
	font-size: 15px;
	color: #333;
	margin-top: 16px;
}

.sa-yxzl-r-b a {
	color: #e10032;
	font-size: 15px;
	margin-right: 14px;
}

.sa-yxzl-r-b i {
	font-style: normal;
	color: #e0e0e0;
	margin: 0 14px;
}

.sa-yxzl-more {
	display: none;
}

.sa-yxzl-l-mt {
	display: none;
	width: 740px;
	padding: 14px;
	position: absolute;
	top: 35px;
	left: 191px;
	z-index: 2;
	background: #fff;
	border: 1px solid #e0e0e0;
}

.sa-yxzl-m-item {}

.sa-yxzl-m-item>h3 {
	font-size: 18px;
	color: #e10032;
	font-weight: normal;
	margin-bottom: 20px;
}

.sa-yxzl-m-item dl {}

.sa-yxzl-m-item dt {}

.sa-yxzl-m-item dd {}

.sa-yxzl-m-item dd span {}

.sa-txzl-r-more {
	display: none;
}

.sa-yxzl-m-item dd span input {
	display: none;
}

.sa-yxzl-m-item dt .sa-arr {
	display: none;
}

.sa-yxzl-r-sx {
	color: #333;
	font-size: 16px;
	margin: 24px 0;
	border-bottom: 1px solid #e0e0e0;
}

.sa-yxzl-r-sx dl {
	margin-bottom: 14px;
}

.sa-yxzl-r-sx dt {
	float: left;
	width: 20%;
	color: #000;
}

.sa-yxzl-r-sx dd {
	float: left;
	width: 80%;
}

.sa-yxzl-r-sx dd span i {
	font-style: normal;
	font-size: 20px;
	font-weight: 300;
	font-family: initial;
	position: relative;
	top: 1px;
	left: 4px;
}

.sa-yxzl-r-sx dd span {
	display: inline-block;
	margin: 0 12px 12px 0;
	cursor: pointer;
	background: #f2f2f2;
	padding: 4px 12px;
}

.sa-yxzl-sx-reset {
	display: none;
}

.sa-yxzl-yd-c {
	display: none;
}

.sa-yxzl-x-img {
	display: none;
}

.sa-yxzl-menu-top {
	display: none;
}

@media screen and (max-width:1440px) {
	.sa-yxzl-right {
		width: 750px;
	}
}

@media screen and (max-width:992px) {
	.sa-yxzl-right {
		width: 550px;
	}

	.sa-yxzl-l-mt {
		width: 550px;
	}
}

@media screen and (max-width:768px) {
	.sa-yxzl-sx-reset {
		display: block;
		text-align: right;
		font-size: 16px;
		color: #e10032;
		padding: 20px 0;
	}

	.sa-yxzl-sx-reset span {
		margin-right: 12px;
	}

	.sa-yxzl-r-sx {
		display: none;
	}

	.sa-yxzl-l-m-l li {
		padding-left: 0;
		float: left;
		width: 25%;
		text-align: center;
		height: 100px;
		position: relative;
	}

	.sa-yxzl-r-txt {
		background: #fff;
		margin-top: 0;
	}

	.sa-yxzl-main {
		background: #f2f2f2;
		padding: 0;
	}

	.sa-yxzl-search-rul {
		left: 0;
		text-align: center;
		width: 100%;
		top: 70%;
	}

	.sa-yxzl-search-rul #yxlogin {
		display: none;
	}

	.sa-recruitment-search {
		padding-bottom: 40px;
	}

	.sa-yxzl-search .sa-search {
		margin: 0 auto;
	}

	.sa-yxzl-r-back {
		display: none;
	}

	.sa-yxzl-right {
		width: 100%;
		float: none;
	}

	.sa-yxzl-left-menu {
		float: none;
		width: 100%;
		border-bottom: 3px solid #e0e0e0;
		position: relative;
		border-left: none;
		border-right: none;
	}

	.sa-yxzl-r-txt h3 {
		font-size: 24px;
		text-align: center;
		background: #fff;
	}

	.sa-yxzl-r-b i {
		margin: 0 4px;
	}

	.sa-yxzl-r-b .sa-last-line {
		color: #fff;
		display: block;
	}

	.sa-yxzl-r-b a {
		margin-right: 30px;
	}

	.sa-yxzl-more {
		display: block;
		text-align: center;
		padding: 24px 0 12px;
	}

	.sa-yxzl-r-check dt {
		display: none;
	}

	.sa-yxzl-r-check dd {
		width: 100%;
		float: none;
		display: none;
	}

	.sa-yxzl-r-check dd span {
		display: block;
		margin: 12px 0;
		padding: 0 12px;
	}

	.sa-txzl-r-more {
		display: block;
		position: absolute;
		top: 15px;
		right: 10px;
	}

	.sa-yxzl-l-m-t {
		display: none;
	}

	.sa-yxzl-l-m-t .sa-txzl-r-more {
		right: 12px;
	}

	.sa-yxzl-l-m-l {
		display: none;
		padding: 20px 0;
		background: #fff;
	}

	.sa-yxzl-r-check {
		margin: 14px 0;
		display: none;
	}

	.sa-yxzl-l-m-l .sa-li>span {
		display: block;
	}

	.sa-li .sa-yxzl-m-item {
		margin-left: -26px;
	}

	.sa-li .sa-yxzl-m-item>h3 {
		display: none;
		background: #ebebeb;
		padding: 12px 51px;
		font-size: 16px;
		margin-bottom: 0;
	}

	.sa-li .sa-yxzl-m-item dt {
		position: relative;
		background: #ebebeb;
		padding: 12px 0 12px 10%;
		font-size: 16px;
		margin-bottom: 0;
		color: #333;
		width: 90%;
		border-bottom: 1px solid #f2f2f2;
	}

	.sa-li .sa-yxzl-m-item dl {
		background: #e3e3e3;
		margin-left: 0;
		margin-bottom: 0;
	}

	.sa-li .sa-yxzl-m-item dd {
		width: 90%;
		padding-left: 10%;
		display: none;
	}

	.sa-yxzl-m-item dd span {
		display: block;
		line-height: 2.2;
		font-size: 16px;
	}

	.sa-yxzl-m-item dd span input {
		display: inline;
		margin-right: 12px;
		width: 16px;
		height: 16px;
	}

	.sa-yxzl-m-item dt .sa-arr {
		display: block;
	}

	.sa-yxzl-r-n-c label {
		display: block;
		line-height: 2;
	}

	.sa-yxzl-yd-c {
		display: inline;
		margin-right: 12px;
		width: 16px;
		height: 16px;
	}

	.sa-yxzl-x-img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		text-align: center;
		margin-top: -37px;
		-ms-transform: scale(0.7);
		/* IE 9 */
		-webkit-transform: scale(0.7);
		/* Safari */
		transform: scale(0.7);
		/* 标准语法 */
	}

	.sa-yxzl-m-bt {
		display: block;
		position: absolute;
		top: 66px;
		left: 0;
		text-align: center;
		width: 100%;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.sa-yxzl-m-bt-arr {
		display: none;
	}

	.sa-yxzl-l-m-l .sa-li .sa-yxzl-m-bt i {
		display: none;
	}

	.sa-yxzl-menu-top {
		display: block;
		background: #fff;
		padding: 20px 0 0;
	}

	.sa-yxzl-menu-top li {
		float: left;
		font-size: 17px;
		color: #333;
		padding-bottom: 12px;
		margin-right: 3%;
		margin-left: 3%;
	}

	.sa-yxzl-menu-top li.on {
		color: #e10032;
		border-bottom: 2px solid #e10032;
	}

	.sa-yxzl-sx-hidden {
		display: none;
	}
}

.sa-yxzlyl-head {
	background: #f7f7f7;
	padding: 12px 0;
}

.sa-yxzlyl-relative {
	position: relative;
}

.sa-yxzlyl-head .sa-title {
	font-weight: normal;
	font-size: 26px;
	color: #333;
	margin: 12px 0;
}

.sa-yxzlyl-head .sa-yxzlyl-tool {
	color: #333;
	font-size: 18px;
}

.sa-yxzlyl-head .sa-yxzlyl-tool i {
	font-style: normal;
	padding: 0 12px;
	color: #e0e0e0;
	font-size: 16px;
}

.sa-yxzlyl-head .sa-yxzlyl-dl {
	position: absolute;
	top: 0;
	right: 0;
}

.sa-yxzlyl-body .sa-yxzlyl-dl a,
.sa-yxzlyl-head .sa-yxzlyl-dl a {
	display: inline-block;
	height: 45px;
	width: 133px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #ec5735 url(../jpg/btn_bg_x.jpg) left top repeat-y;
}

.sa-yxzlyl-dl a img {
	padding-left: 10px;
}

.sa-yxzlyl-body {
	margin-bottom: 80px;
}

.sa-yxzlyl-body .sa-yxzlyl-desc {
	margin: 40px 0;
	font-size: 18px;
	color: 666;
	line-height: 2;
}

.sa-yxzlyl-body .sa-yxzlyl-img {
	text-align: center;
}

.sa-yxzlyl-body .sa-yxzlyl-img img {
	max-width: 100%;
}

.sa-yxzlyl-body .sa-yxzlyl-dl {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.sa-yxzlyl-body .sa-yxzlyl-dl-left {
	width: 12%;
	margin: 24px 0 0 57%;
}

.sa-yxzlyl-video {
	width: 70%;
	margin: 20px auto;
	position: relative;
}

.sa-yxzlyl-video .sa-player {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.sa-yxzlyl-video .sa-video-bg {
	width: 98%;
}

.sa-yxzlyl-txt {
	position: relative;
	width: 100%;
	min-height: 300px;
}

.sa-yxzlyl-txt-nav {
	float: left;
	width: 262px;
	background: #f7f7f7;
}

.sa-yxzlyl-txt-nav-ml {
	font-size: 20px;
	padding: 14px;
	color: #333;
	border-bottom: 1px solid #e0e0e0;
}

.sa-yxzlyl-txt-nav li {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	padding-left: 14px;
	color: #333;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
}

.sa-yxzlyl-txt-nav li:last-child {
	border-bottom: 0;
}

.sa-yxzlyl-txt-nav li.on {
	color: #fff;
	background: #e10032;
}

.sa-yxzlyl-txt-body {
	float: left;
	width: 800px;
	background: #f7f7f7;
	padding: 40px;
	margin-left: 28px;
}

.sa-yxzlyl-txt-body {
	line-height: 1.7;
	font-size: 16px;
	color: #666;
	max-height: 500px;
	overflow: auto;
}

.sa-yxzlyl-txt-body h4 {
	color: #e10032;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
}

.sa-yxzlyl-txt-body h5 {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	padding-bottom: 12px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-yxzlyl-txt-n-m {
	display: none;
}

.sa-yxzl-m-ding,
.sa-yxzlyl-txt-body li {
	display: none;
}

.sa-yxzlyl-txt-nav-m {
	display: none;
	cursor: pointer;
	height: 60px;
	width: 100%;
	background: #f7f7f7 url(../jpg/sa_yxzlyl_04.jpg) no-repeat center;
}

@media screen and (max-width:1440px) {
	.sa-yxzlyl-txt-body {
		width: 600px;
	}
}

@media screen and (max-width:992px) {
	.sa-yxzlyl-txt-body {
		width: 434px;
		padding: 12px;
	}
}

@media screen and (max-width:768px) {
	.sa-yxzlyl-t-title .sa-c-title {
		text-align: center;
		font-size: 28px;
	}

	.sa-yxzlyl-head .sa-yxzlyl-dl {
		display: none;
	}

	.sa-yxzlyl-head .sa-title {
		font-size: 20px;
	}

	.sa-yxzlyl-head .sa-yxzlyl-tool {
		font-size: 14px;
	}

	.sa-yxzlyl-video {
		width: 90%;
	}

	.sa-yxzlyl-txt-nav {
		float: none;
		width: 100%;
		margin-top: 10px;
		height: 50px;
		overflow: hidden;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		margin-bottom: 20px;
	}

	.sa-yxzlyl-txt-nav li {}

	.sa-yxzlyl-txt-nav li.on {
		background: #f7f7f7;
		color: #e10032;
	}

	.sa-yxzlyl-txt-body {
		float: none;
		width: 96%;
		padding: 5% 2%;
		margin-left: 0;
	}

	.sa-yxzlyl-txt-n-m {
		display: block;
		position: absolute;
		top: 25px;
		right: 12px;
		z-index: 2;
	}

	.sa-yxzlyl-txt-nav-m {
		display: none;
	}

	.sa-yxzlyl-txt-nav-ml {
		display: none;
	}

	.sa-yxzl-m-ding {
		background: #fff;
		display: block;
		position: relative;
	}

	.sa-yxzl-m-ding .sa-top {
		position: relative;
		font-size: 24px;
		color: #e10032;
		text-align: center;
		height: 70px;
		line-height: 70px;
	}

	.sa-yxzl-m-ding .sa-top .sa-back-img {
		width: 12px;
		position: absolute;
		top: 27px;
		left: 3%;
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		/* IE 9 */
		-webkit-transform: rotate(180deg);
		/* Safari and Chrome */
	}

	.sa-yxzl-m-ding .sa-menu {
		background: #f7f7f7;
		padding: 20px 0;
		position: relative;
	}

	.sa-yxzl-m-ding .sa-menu li {
		float: left;
		width: 48%;
		padding-left: 2%;
		font-size: 20px;
		color: #333;
	}

	.sa-yxzl-m-ding .sa-menu li .sa-icon {
		display: inline-block;
		border-top: 8px solid #999;
		position: relative;
		left: 6px;
		top: -6px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
	}

	.sa-yxzl-m-ding .sa-menu li.on span {
		border-bottom: 8px solid #e10032;
		border-left: 8px solid transparent;
		border-top: 8px solid transparent;
		border-right: 8px solid transparent;
	}

	.sa-yxzl-m-ding .sa-content {
		display: none;
		position: absolute;
		top: 147px;
		left: 4%;
		z-index: 1001;
		background: #fff;
		width: 92%;
		border: 1px solid #e0e0e0;
		box-shadow: 0 0 4px #999;
	}

	.sa-yxzl-m-ding .sa-content:before {
		content: '';
		position: absolute;
		top: -6px;
		left: 27px;
		width: 8px;
		height: 8px;
		background: #fff;
		border-left: 1px solid #999;
		border-top: 1px solid #999;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		/* IE 9 */
		-webkit-transform: rotate(45deg);
		/* Safari and Chrome */
	}

	.sa-yxzl-m-item dt {
		font-size: 18px;
		position: relative;
		height: 50px;
		line-height: 50px;
	}

	.sa-yxzl-m-item dl dd dt {
		font-size: 16px;
		line-height: 2.2;
		height: 35px;
	}

	.sa-yxzl-m-item dd {
		background: #f7f7f7;
		width: 92%;
		margin: 0 auto;
		padding: 2% 4%;
		display: none;
	}

	.sa-yxzl-m-item dt .sa-arr {
		position: absolute;
		top: 14px;
		right: 10px;
	}

	.sa-yxzl-m-item dl dl dt .sa-arr {
		top: 10px;
	}

	.sa-yxzl-m-item {
		padding: 0 10px 20px;
	}

	.sa-yxzl-m-item dl {
		border-bottom: 1px solid #e0e0e0;
	}

	.sa-yxzl-m-item dl dl {
		border-bottom: none;
		margin-right: -4%;
	}

	.sa-yxzl-m-item ul div {
		font-size: 16px;
		position: relative;
		line-height: 50px;
	}

	.sa-yxzl-m-item>ul ul li {
		border-bottom: none;
		margin-right: -4%;
	}

	.sa-yxzl-m-item>ul li {
		border-bottom: 1px solid #e0e0e0;
	}

	.sa-yxzl-m-item ul .sa-arr {
		position: absolute;
		top: 14px;
		right: 10px;
	}

	.sa-yxzl-m-item>ul ul {
		background: #f7f7f7;
		width: 92%;
		margin: 0 auto;
		padding: 2% 4%;
		display: none;
	}

	.sa-yxzl-m-ding .sa-content-two {
		display: none;
		position: absolute;
		top: 147px;
		left: 2%;
		z-index: 1001;
		background: #fff;
		width: 88%;
		border: 1px solid #e0e0e0;
		box-shadow: 0 0 4px #999;
	}

	.sa-yxzl-m-ding .sa-content-two:before {
		content: '';
		position: absolute;
		top: -6px;
		right: 70px;
		width: 8px;
		height: 8px;
		background: #fff;
		border-left: 1px solid #999;
		border-top: 1px solid #999;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		/* IE 9 */
		-webkit-transform: rotate(45deg);
		/* Safari and Chrome */
	}

	.sa-yxzl-m-ding .sa-mark {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 1000;
		top: 0;
		left: 0;
	}

	.sa-content-two {
		padding: 0 10px 2%;
	}

	.sa-content-two dl {
		border-bottom: 1px solid #e0e0e0;
	}

	.sa-content-two dt {
		font-size: 18px;
		position: relative;
		height: 50px;
		line-height: 50px;
	}

	.sa-content-two dd {
		background: #f7f7f7;
		width: 92%;
		padding: 2% 4%;
		margin: 0 auto;
		display: none;
	}

	.sa-content-two dd span {
		display: block;
		line-height: 2.2;
	}

	.sa-content-two .sa-yxzl-r-check {
		display: block;
		border-bottom: none;
	}

	.sa-content-two dt {
		display: block;
		width: 100%;
		float: none;
	}

	.sa-yxzl-r-txt {
		padding: 0 10px;
	}

	.sa-yxzlyl-body .sa-yxzlyl-dl-left {
		width: 100%;
		margin: 24px auto;
		text-align: center;
	}

	.sa-content .sa-yxzl-l-mt {
		position: static;
		width: auto;
		display: block;
	}
}

/****---------------------------------营销资料 结束-------------------------------***/


/****---------------------------------it管理产品  开始-------------------------------***/
.workers-banner .banner-slider .bd ul li .cont .sa-itgl-text {
	color: #fff;
}

.sa-itgl .sa-itgl-title {
	font-weight: normal;
	font-size: 28px;
	color: #333;
	margin: 20px 0;
}

.sa-itgl .sa-itgl-desc {
	font-size: 16px;
	line-height: 1.7;
	color: #666;
	height: 80px;
	overflow: hidden;
	padding: 0 15px;
}

.sa-itgl .sa-itgl-desc p {
	margin-bottom: 10px;
}

.sa-itgl-desc-open {
	color: #e10032;
	font-size: 16px;
	margin: 10px 0;
	padding: 0 15px;
	cursor: pointer;
}

.sa-itgl-desc-open span {
	cursor: pointer;
}

.sa-itgl-desc-open i {
	font-style: normal;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	top: 2px;
	left: 4px;
}

.sa-itgl-cp-title {
	font-weight: normal;
	font-size: 28px;
	color: #333;
	margin-bottom: 16px;
	margin-top: 50px;
}

.sa-itgl-cp-desc {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	padding-bottom: 14px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-itgl-cp {
	margin: 16px 0 0;
}

.sa-itgl-cp ul {
	margin-right: -2%;
}

.sa-itgl-cp ul li {
	float: left;
	width: 31.33%;
	margin-right: 2%;
	background: #f7f7f7;
	margin-top: 2%;
}

.sa-itgl-cp-img {}

.sa-itgl-cp-img img {
	width: 100%;
}

.sa-itgl-cp-t {
	font-weight: normal;
	font-size: 22px;
	color: #333;
	margin: 24px 0 12px;
	padding: 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sa-itgl-cp-d {
	color: #333;
	font-size: 15px;
	line-height: 1.7;
	padding: 0 12px;
	height: 80px;
	overflow: hidden;
}

.sa-itgl-cp-m {
	color: #e10032;
	text-align: right;
	font-size: 16px;
	margin: 12px 0;
	padding: 0 12px 20px;
}

.sa-itgl-cp-m a {
	color: #e10032;
	padding-right: 18px;
	background: url(../png/sa-r-arr.png) no-repeat right center;
}

.sa-itgl-fa-title {
	font-weight: normal;
	font-size: 28px;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin: 50px 0 30px;
}

.sa-itgl-fa-list {
	margin-bottom: 30px;
}

.sa-itgl-fa-list ul {
	margin-right: -2%;
}

.sa-itgl-fa-list ul li {
	float: left;
	width: 31.33%;
	margin-right: 2%;
	background: #f7f7f7;
}

.sa-itgl-fa-img {
	font-size: 18px;
	position: relative;
}

.sa-itgl-fa-img .sa-t {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: url(../png/sa_it_bg.png);
	width: 96%;
	padding: 0 2%;
	height: 70px;
	line-height: 106px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sa-itgl-fa-img img {
	width: 100%;
}

.sa-itgl-fa-d {
	font-size: 15px;
	padding: 12px;
	margin-top: 12px;
	height: 76px;
	overflow: hidden;
}

.sa-itgl-fa-d p {
	background: url(../png/s_articledetails_yudian000.png) no-repeat left 8px;
	padding-left: 12px;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sa-itgl-fa-d p a {
	color: #333;
}

.sa-itgl-fa-m {
	color: #e10032;
	text-align: right;
	font-size: 16px;
	margin: 12px 0;
	padding: 0 12px 20px;
}

.sa-itgl-fa-m a {
	color: #e10032;
	padding-right: 18px;
	background: url(../png/sa-r-arr.png) no-repeat right center;
}

.sa-itgl-video {
	margin-bottom: 80px;
	position: relative;
}

.sa-itgl-video ul {
	margin-right: -2%;
}

.sa-itgl-video li {
	float: left;
	width: 23%;
	margin-right: 2%;
	background: #f7f7f7;
}

.sa-itgl-video-img {
	position: relative;
}

.sa-itgl-video-img img {
	width: 100%;
}

.sa-itgl-video-img .sa-v-b {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../png/video-hover.png);
}

.sa-itgl-video-img .sa-v-b>img {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -22px;
	margin-top: -22px;
}

.sa-itgl-video-t {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	padding: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sa-itgl-video-d {
	font-size: 15px;
	line-height: 1.7;
	color: #333;
	padding: 0 12px;
	height: 75px;
	overflow: hidden;
}

.sa-itgl-videm {
	color: #e10032;
	text-align: right;
	font-size: 16px;
	margin: 12px 0;
	padding: 0 12px 20px;
}

.sa-itgl-videm a {
	color: #e10032;
	padding-right: 18px;
	background: url(../png/sa-r-arr.png) no-repeat right center;
}

.sa-itgl-mm {
	font-size: 16px;
	color: #e10032;
	position: absolute;
	top: -60px;
	right: 0;
}

.sa-itgl-mm img {
	display: none;
}

.sa-itgl-mm span {
	color: #e10032;
	padding-right: 18px;
	background: url(../png/sa-r-arr.png) no-repeat right center;
}

.sa-content-two dd span {
	font-size: 16px;
}

@media screen and (max-width:768px) {
	.sa-itgl .sa-itgl-title {
		text-align: center;
		font-size: 24px;
	}

	.sa-itgl-desc-open {
		text-align: center;
	}

	.sa-itgl-cp-title,
	.sa-itgl-fa-title {
		text-align: center;
		font-size: 24px;
	}

	.sa-itgl-cp ul li {
		width: 48%;
	}

	.sa-itgl-cp-d {
		display: none;
	}

	.sa-itgl-cp-t {
		font-size: 16px;
	}

	.sa-itgl-cp-m {
		margin: 0;
	}

	.sa-itgl-fa-list ul {
		margin-right: 0;
	}

	.sa-itgl-fa-list ul li {
		margin-right: 0;
		float: none;
		width: 100%;
	}

	.sa-itgl-video li {
		width: 48%;
		margin-bottom: 2%;
	}

	.sa-itgl-video-d {
		display: none;
	}

	.sa-itgl-videm {
		display: none;
	}

	.sa-itgl-mm {
		display: block;
		text-align: center;
		margin: 30px 0;
		position: static;
	}

	.sa-itgl-mm img {
		display: inline-block;
	}

	.sa-itgl-mm span {
		display: none;
	}

	.sa-content-two dd span label {
		padding-left: 10px;
	}
}

/****---------------------------------it管理产品 结束-------------------------------***/


/****---------------------------------合作伙伴 开始-------------------------------***/
.sa-hzhb-login {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

.sa-hzhb-login-mark {
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.sa-hzhb-login-wrap {
	width: 490px;
	margin: 20px auto;
	background: #fff;
	padding: 30px;
	position: relative;
	z-index: 2;
}

.sa-hzhb-login-wrap-close {
	position: absolute;
	top: 2%;
	right: 2%;
	cursor: pointer;
}

.sa-hzhb-title {
	font-weight: normal;
	font-size: 28px;
	color: #333;
	text-align: center;
}

.sa-hzhb-form {
	margin-top: 40px;
}

.sa-hzhb-f-item {
	margin-bottom: 20px;
	position: relative;
}

.sa-hzhb-f-l {
	background: #f7f7f7;
	position: absolute;
	top: 0;
	left: 0x;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.sa-hzhb-f-l img {}

.sa-hzhb-name,
.sa-hzhb-password {
	font-size: 20px;
	border: 0;
	float: left;
	margin-left: 60px;
	height: 97%;
	line-height: 58px;
	width: 422px;
	text-indent: 20px;
}

.sa-hzhb-f-o {
	height: 60px;
	border: 1px solid #e0e0e0;
}

.sa-hzhb-f-c-l {
	float: left;
	position: relative;
	border: 1px solid #e0e0e0;
	width: 330px;
	height: 60px;
}

.sa-hzhb-f-c-r {
	float: right;
	border: 1px solid #e0e0e0;
	width: 143px;
	height: 60px;
	overflow: hidden;
}

.sa-hzhb-f-c-r img {
	width: 100%;
	height: 100%;
}

.sa-hzhb-cord {
	font-size: 20px;
	border: 0;
	float: left;
	margin-left: 60px;
	height: 97%;
	line-height: 58px;
	width: 264px;
	text-indent: 20px;
}

.sa-hzhb-wjma {
	float: left;
	font-size: 16px;
}

.sa-hzhb-change {
	float: right;
	font-size: 16px;
}

.sa-hzhb-link {
	width: 100%;
	margin: 12px 0;
}

.sa-hzhb-submit {
	color: #fff;
	font-size: 18px;
	display: block;
	margin: 20px 0;
	background: #eb5635 url(../jpg/btn_bg.jpg) repeat-y;
	outline: none;
	height: 50px;
	border: 0;
	width: 100%;
	border-radius: 30px;
	background-size: 100%;
}

.sa-hzhb-reg {
	color: #e10032;
	font-size: 18px;
	border: 1px solid #e10032;
	border-radius: 30px;
	height: 48px;
	display: block;
	width: 100%;
	background: #fff;
	outline: none;
}

@media screen and (max-width:768px) {
	.sa-hzhb-form input {
		outline: none;
	}

	.sa-hzhb-login-wrap {
		width: 94%;
		padding: 30px 3%;
		margin: 0;
		height: 100%;
	}

	.sa-hzhb-name,
	.sa-hzhb-password {
		width: 99%;
		margin: 0;
		text-indent: 16%;
		line-height: 96px;
	}

	.sa-hzhb-f-c-r {
		width: 30%;
	}

	.sa-hzhb-f-c-l {
		width: 60%;
	}

	.sa-hzhb-cord {
		width: 99%;
		margin: 0;
		text-indent: 27%;
	}
}

@media screen and (max-width:480px) {

	.sa-hzhb-name,
	.sa-hzhb-password {
		text-indent: 19%;
	}

	.sa-hzhb-cord {
		text-indent: 31%;
	}
}

@media screen and (max-width:375px) {

	.sa-hzhb-name,
	.sa-hzhb-password {
		text-indent: 25%;
	}

	.sa-hzhb-cord {
		text-indent: 42%;
	}
}

/****---------------------------------合作伙伴 结束-------------------------------***/


/****---------------------------------售后工具包 开始-------------------------------***/
.sa-ssgjb-menu {
	background: #f7f7f7;
}

.sa-ssgjb-left-box {
	float: left;
	width: 140px;
	text-align: center;
}

.sa-ssgjb-right-box {
	float: left;
	padding-left: 4%;
	width: 83%;
}

.sa-ssgjb-body {
	margin-top: 30px;
}

.sa-ssgjb-menu li {
	font-size: 18px;
	color: #333;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	border-bottom: 1px solid #e0e0e0;
}

.sa-ssgjb-menu li.on {
	color: #fff;
	background: #e10032;
}

.sa-ssgjb-menu li:last-child {
	border-bottom: 0;
}

.sa-ssgjb-check {
	margin-bottom: 30px;
}

.sa-ssgjb-check dl {
	margin: 12px 0;
}

.sa-ssgjb-check dt {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.sa-ssgjb-check dd {
	font-size: 16px;
	color: #333;
}

.sa-ssgjb-check dd input {
	margin: 0 10px;
}

.sa-ssgjb-check dd span {
	display: inline-block;
	margin-bottom: 12px;
}

.sa-ssgjb-check dd em {
	font-style: normal;
}

.sa-ssgjb-list {
	margin-bottom: 40px;
}

.sa-ssgjb-list ul {
	padding-bottom: 12px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-ssgjb-list-t {
	font-weight: normal;
	font-size: 20px;
	color: #333;
	margin: 12px 0;
}

.sa-ssgjb-list .sa-ssgjb-l-title {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 46px;
}

.sa-ssgjb-list .sa-ssgjb-l-dl {
	float: right
}

.sa-ssgjb-list .sa-ssgjb-l-dl a {
	font-size: 16px;
	color: #e10032;
}

.sa-ssgjb-list .sa-ssgjb-l-dl a img {
	margin-left: 10px;
}

.sa-ssgjb-list .sa-ssgjb-l-title input {
	margin-right: 10px;
}

.sa-ssgjb-list-all {
	width: 100%;
	margin: 20px 0;
}

.sa-ssgjb-list-all-l {
	float: left;
	font-size: 16px;
	cursor: pointer;
}

.sa-ssgjb-list-all-l input {
	margin-right: 10px;
}

.sa-ssgjb-list-all-r {
	float: right;
}

.sa-ssgjb-list-all-r a {
	display: inline-block;
	height: 45px;
	width: 133px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #ec5735 url(../jpg/btn_bg_x.jpg) left top repeat-y;
}

.sa-ssgjb-list-all-r a img {
	margin-left: 10px;
}

.sa-ssgjb-help {
	color: #e10032;
	font-size: 16px;
	padding-left: 24px;
	background: url(../png/sa_ssgjb_01.png) no-repeat left center;
}

.sa-ssgjb-check-arr,
.sa-ssgjb-menu-arr {
	display: none;
}

@media screen and (max-width:1440px) {
	.sa-ssgjb-right-box {
		width: 80%;
	}
}

@media screen and (max-width:1440px) {
	.sa-ssgjb-right-box {
		width: 76%;
	}
}

@media screen and (max-width:768px) {
	.sa-ssgjb-left-box {
		float: none;
		width: auto;
	}

	.sa-ssgjb-right-box {
		float: none;
		width: auto;
	}

	.sa-ssgjb-list-t {
		font-size: 18px;
	}

	.sa-ssgjb-list .sa-ssgjb-l-title {
		float: none;
	}

	.sa-ssgjb-list .sa-ssgjb-l-dl {
		float: none;
	}

	.sa-ssgjb-menu {
		height: 80px;
		position: relative;
	}

	.sa-ssgjb-menu ul {
		background: #fff;
	}

	.sa-ssgjb-menu li {
		text-align: left;
		padding-left: 12px;
	}

	.sa-ssgjb-menu li.on {
		color: #e10032;
		background: transparent;
	}

	.sa-ssgjb-menu-ul {
		z-index: 2;
		width: 94%;
		margin: 0 auto;
		padding: 0;
		border-radius: 4px;
		position: absolute;
		top: 10px;
		left: 3%;
		border: 1px solid #e0e0e0;
	}

	.sa-ssgjb-menu-arr {
		display: block;
		position: absolute;
		top: 24px;
		right: 4%;
		z-index: 3;
	}

	.sa-ssgjb-check {
		position: relative;
	}

	.sa-ssgjb-check dl {
		background: #f7f7f7;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
	}

	.sa-ssgjb-check dt {
		float: none;
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding-left: 12px;
		margin-bottom: 0;
	}

	.sa-ssgjb-check dd {
		float: none;
		width: 100%;
		padding: 3%;
		display: none;
	}

	.sa-ssgjb-check-arr {
		display: block;
		position: absolute;
		top: 16px;
		right: 2%;
	}
}

/****---------------------------------售后工具包 结束-------------------------------***/


/****---------------------------------注册 开始-------------------------------***/
.sa-reg-head {
	margin: 12px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-reg-title {
	font-weight: normal;
	font-size: 30px;
	color: #333;
	float: left;
}

.sa-reg-aut-g {
	font-size: 18px;
	color: #666;
	float: right;
}

.sa-reg-aut-g dt {
	float: left;
	line-height: 36px;
	padding-right: 20px;
}

.sa-reg-aut-g dd {
	float: left;
}

.sa-reg-aut-g dd span {
	cursor: pointer;
}

.sa-reg-body {
	max-width: 1230px;
	margin: 0px auto;
	padding: 36px;
}

.sa-reg-body .sa-reg-b-title {
	font-weight: normal;
	font-size: 28px;
	color: #333;
	text-align: center;
	margin: 20px 0;
}

.sa-reg-inner-form {
	width: 100%;
	margin: 30px auto 50px;
	color: #333;
}

.sa-reg-inner-form dl {
	margin-bottom: 18px;
	position: relative;
}

.sa-reg-inner-form .sa-reg-name {
	font-size: 18px;
	color: #333;
	float: left;
	width: 20%;
	text-align: right;
	line-height: 42px;
}

.sa-reg-inner-form .sa-reg-in {
	float: left;
	width: 54%;
	margin-left: 2%;
}

.sa-reg-inner-form .sa-reg-in input {
	color: #333;
	height: 42px;
	width: 100%;
	line-height: 42px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	text-indent: 12px;
}

.sa-reg-inner-form .sa-reg-in input[type="radio"] {
	height: auto;
	width: auto;
}

.sa-reg-inner-form .sa-reg-in textarea {
	color: #333;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	text-indent: 12px;
}

.sa-reg-inner-form .sa-reg-in select {
	color: #333;
	height: 42px;
	width: 100%;
	line-height: 42px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	text-indent: 12px;
}

.sa-reg-inner-form .sa-reg-ts {
	color: #333;
	position: absolute;
	top: 6px;
	right: 0;
	width: 270px;
	font-size: 16px;
	color: #333;
}

#rblclaim {
	line-height: 38px;
}

.sa-reg-inner-form .sa-reg-in-yzm {
	float: left;
	width: 78%;
	margin-left: 2%;
}

.sa-reg-inner-form .sa-reg-in-yzm input {
	float: left;
	color: #333;
	height: 42px;
	width: 44%;
	line-height: 42px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	text-indent: 12px;
}

.sa-reg-inner-form .sa-reg-in-yzm .sa-get-cord {
	color: #333;
	color: #e10032;
	font-size: 16px;
	line-height: 44px;
	height: 42px;
	border: 1px solid #e0e0e0;
	display: block;
	float: left;
	width: 19%;
	margin-left: 6%;
	text-align: center;
	cursor: pointer;
}

.sa-reg-inner-form .sa-bi-tian {
	color: #e10032;
	font-weight: bold;
	vertical-align: sub;
	font-size: 20px;
}

.sa-reg-inner-form .sa-bi-tian-m {
	color: #e10032;
	font-weight: bold;
	vertical-align: sub;
	font-size: 20px;
	display: none;
}

.sa-reg-inner-form .sa-reg-in-yzm .sa-yz-cord {
	height: 44px;
	border: 1px solid #e0e0e0;
	display: inline-block;
	width: 19%;
	float: left;
	margin-left: 6%;
	text-align: center;
	cursor: pointer;
}

.sa-reg-inner-form .sa-reg-in-yzm .sa-yz-cord img {
	width: 100%;
	height: 100%;
	display: block;
}

.sa-reg-inner-form .sa-reg-in-cs {
	float: left;
	width: 78%;
	margin-left: 2%;
	font-size: 18px;
	color: #333;
}

.sa-reg-inner-form .sa-reg-in-cs select {
	color: #333;
	height: 42px;
	width: 31%;
	line-height: 42px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	text-indent: 12px;
}

.sa-reg-inner-form .sa-reg-in-cs .sa-ss {
	padding-right: 12px;
}

.sa-reg-xie-yi {
	margin: 20px 0;
	font-size: 18px;
	color: #333;
	text-align: right;
	padding-right: 23%;
}

.sa-reg-sub-div {
	margin: 20px auto 80px;
	text-align: center;
}

.sa-reg-sub-div .sa-reg-sub {
	outline: none;
	border: none;
	display: inline-block;
	height: 46px;
	width: 215px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #ec5735 url(../jpg/btn_bg.jpg) left top repeat-y;
}

@media screen and (max-width:1440px) {
	.sa-reg-inner-form .sa-reg-name {
		width: 15%;
	}
}

@media screen and (max-width:992px) {
	.sa-reg-inner-form .sa-reg-in {
		width: 45%;
	}

	.sa-reg-inner-form .sa-reg-in-yzm input {
		width: 35%;
	}

	.sa-reg-inner-form .sa-reg-in-yzm .sa-get-cord {
		width: 16.2%;
	}

	.sa-reg-inner-form .sa-reg-in-cs select {
		width: 23%;
	}

	.sa-reg-inner-form .sa-reg-in-yzm .sa-yz-cord {
		width: 16.2%;
	}

	.sa-reg-xie-yi {
		padding-right: 38%;
	}
}

@media screen and (max-width:768px) {
	.sa-reg-inner-form .sa-bi-tian-m {
		display: inline;
	}

	.sa-reg-head {
		border-bottom: none;
	}

	.sa-reg-aut-g {
		float: none;
		margin-top: 20px;
	}

	.sa-reg-aut-g dt {
		font-size: 14px;
		padding: 0;
	}

	.sa-reg-aut-g dd span {
		width: 40px;
		display: inline-block;
	}

	.sa-reg-aut-g dd img {
		width: 100%;
	}

	.sa-reg-title {
		font-size: 24px;
		text-align: center;
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: 6px;
		width: 100%;
		float: none;
	}

	.sa-reg-inner-form dl {
		margin-bottom: 0;
	}

	.sa-reg-inner-form .sa-reg-ts {
		position: static;
		width: 100%;
		text-align: right;
	}

	.sa-reg-inner-form .sa-reg-name {
		float: none;
		width: 100%;
		text-align: left;
	}

	.sa-reg-inner-form .sa-reg-in {
		float: none;
		width: 100%;
		margin: 12px 0;
	}

	.sa-reg-inner-form .sa-reg-in-yzm {
		float: none;
		width: 100%;
	}

	.sa-reg-inner-form .sa-reg-in-yzm input {
		width: 55%;
	}

	.sa-reg-inner-form .sa-reg-in-yzm .sa-get-cord {
		float: right;
		width: 35%;
		margin-left: 0;
	}

	.sa-reg-xie-yi {
		padding-right: 0;
	}

	.sa-reg-inner-form .sa-reg-in-yzm .sa-yz-cord {
		float: right;
		width: 35%;
		margin-left: 0;
	}

	.sa-reg-inner-form .sa-reg-in-cs {
		width: 100%;
		float: none;
	}

	.sa-reg-inner-form .sa-reg-in-cs select {
		width: 86%;
		margin-bottom: 2%;
	}

	.sa-reg-inner-form .sa-reg-in-cs .sa-ss {
		margin-right: 0;
	}

	.sa-reg-inner-form .sa-bi-tian {
		display: none;
	}

	.sa-bi-tian-m {
		display: inline;
	}
}

/****---------------------------------注册 结束-------------------------------***/


/****---------------------------------登录 开始-------------------------------***/
.sa-login {
	margin: 10px auto 80px;
}

.sa-login-head {
	border-bottom: 1px solid #e0e0e0;
}

.sa-login-head li {
	float: left;
	margin-right: 3%;
	font-size: 22px;
	color: #333;
	line-height: 40px;
	padding-bottom: 12px;
	cursor: pointer;
}

.sa-login-head li.on {
	color: #e11032;
	border-bottom: 2px solid #e10032;
}

.sa-login-body {
	margin: 36px 0;
}

.sa-login-body-left {
	width: 49%;
	float: left;
	border-right: 1px solid #e0e0e0;
}

.sa-login-body-right {
	width: 50%;
	float: left;
}

.sa-login-i-i {
	font-size: 18px;
	color: #333;
	margin-bottom: 30px;
}

.sa-login-i-i dt {
	border: 1px solid #e0e0e0;
	border-right: 0;
	float: left;
	background: #f7f7f7;
	width: 58px;
	height: 58px;
	text-align: center;
	line-height: 60px;
}

.sa-login-i-i dd {
	float: left;
	width: 80%;
}

.sa-login-i-i dd input {
	color: #333;
	border: 1px solid #e0e0e0;
	border-left: 0;
	height: 56px;
	line-height: 56px;
	text-indent: 12px;
	width: 100%;
}

.sa-login-inner-box .sa-yz input {
	width: 60%;
	float: left;
}

.sa-yz .sa-yz-img {
	float: right;
	border: 1px solid #e0e0e0;
	height: 60px;
	width: 28%;
}

.sa-yz .sa-yz-img img {
	width: 100%;
	height: 100%;
}

.sa-login-i-i .sa-login-ts {
	color: #999;
	margin-bottom: -12px;
	width: 90%;
	text-align: right;
	padding-right: 10%;
	margin-top: 12px;
	font-size: 16px;
}

.sa-login-wjcz {
	width: 90%;
}

.sa-login-wjma {
	float: left;
	font-size: 16px;
}

.sa-login-cz {
	float: right;
	font-size: 16px;
}

.sa-login-zctj {
	margin: 20px 0;
	position: relative;
}

.sa-login-zhuce {
	font-size: 18px;
	color: #e10032;
	border: 1px solid #e10032;
	background: #fff;
	width: 43%;
	height: 45px;
	border-radius: 20px;
	margin-right: 20px;
}

.sa-login-denglu {
	outline: none;
	border: none;
	display: inline-block;
	height: 45px;
	width: 43%;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #ec5735 url(../jpg/btn_bg.jpg) left top repeat-y;
}

.sa-login-body-r-dl {
	padding-left: 12%;
}

.sa-login-body-r-dl p {
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

.sa-login-body-r-dl li {
	float: left;
	cursor: pointer;
}

.sa-login-body-r-ndl {
	padding-left: 12%;
	margin-top: 60px;
	font-size: 18px;
	color: #666;
}

.sa-login-body-r-ndl-a {
	margin: 30px 0;
}

.sa-login-body-hzhb .sa-login-body-left {
	border: 0;
	float: none;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.sa-login-body-left {
		float: none;
		border: 0;
		width: 100%;
	}

	.sa-login-body-right {
		float: none;
		width: 100%;
		position: relative;
	}

	.sa-login-zctj {
		height: 105px;
	}

	.sa-login-zhuce {
		display: block;
		width: 100%;
		position: absolute;
		top: 60px;
		left: 0;
	}

	.sa-login-denglu {
		display: block;
		width: 100%;
	}

	.sa-login-m-la {
		position: absolute;
		top: 0;
		right: 0;
	}

	.sa-login-body-r-dl {
		padding-left: 2%;
	}

	.sa-login-body-r-ndl {
		padding-left: 2%;
		font-size: 16px;
	}

	.sa-login-body-r-ndl-a {
		margin: 20px 0;
	}

	.sa-login-body-r-dl p {
		font-size: 16px;
	}
}

/****---------------------------------登录 结束-------------------------------***/


/****---------------------------------产品列表首页 开始-------------------------------***/
.sa-p-cpjz {}

.sa-p-cpjz .sa-p-cpjz-title {
	font-size: 28px;
	font-weight: normal;
	color: #333;
	line-height: 48px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-p-cpjz>ul {
	margin-right: -3%;
}

.sa-p-cpjz .sa-p-cpjz-item {
	float: left;
	width: 30.33%;
	margin-right: 3%;
	margin-top: 40px;
}

.sa-p-cpjz-item .sa-img {
	border: 1px solid #e0e0e0;
}

.sa-p-cpjz-item .sa-img img {
	width: 100%;
	display: block;
}

.sa-p-cpjz-item .sa-title {
	font-weight: normal;
	font-size: 22px;
	color: #333;
	margin: 20px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
}

.sa-p-cpjz-item .sa-title a {
	color: #333;
}

.sa-p-cpjz-item .sa-desc {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sa-p-xgfa {
	margin-top: 60px;
}

.sa-p-xgfa .sa-p-xgfa-title {
	font-size: 28px;
	font-weight: normal;
	color: #333;
	padding-bottom: 12px;
	line-height: 48px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-p-xgfa>ul {
	margin-right: -2%;
}

.sa-p-xgfa .sa-p-xgfa-item {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-top: 30px;
}

.sa-p-xgfa-item .sa-img {
	float: left;
	width: 30%;
}

.sa-p-xgfa-item .sa-img img {
	width: 100%;
	display: block;
}

.sa-p-xgfa-item .sa-txt {
	float: left;
	width: 68%;
	margin-left: 2%;
}

.sa-p-xgfa-item .sa-title {
	font-weight: normal;
	font-size: 22px;
	color: #333;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sa-p-xgfa-item .sa-desc {
	font-size: 16px;
	line-height: 1.7;
	color: #666;
	max-height: 52px;
	overflow: hidden;
}

.sa-p-xgfa-item .sa-more {
	font-size: 15px;
	margin-top: 6px;
}

.sa-p-xgfa-item .sa-more a {
	color: #e10032;
	padding-right: 16px;
	background: url(../png/sa-r-arr.png) no-repeat right center;
}

.sa-p-cgal {
	margin-top: 60px;
	position: relative;
}

.sa-p-cgal .sa-p-cgal-title {
	font-size: 28px;
	font-weight: normal;
	color: #333;
	padding-bottom: 12px;
	line-height: 48px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-p-cgal>ul {
	margin-right: -2%;
}

.sa-p-cgal .sa-p-cgal-item {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-top: 30px;
}

.sa-p-cgal-item img {
	width: 100%;
	display: block;
}

.sa-p-cgal-item h5 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 16px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sa-p-cgal-more {
	position: absolute;
	top: 16px;
	right: 6px;
	font-size: 16px;
}

.sa-p-cgal-more a {
	color: #e10032;
	padding-right: 16px;
	background: url(../png/sa-r-arr.png) no-repeat right center;
}

.sa-p-xgsp {
	margin-top: 60px;
	position: relative;
}

.sa-p-xgsp .sa-p-xgsp-title {
	font-size: 28px;
	font-weight: normal;
	color: #333;
	padding-bottom: 14px;
	line-height: 48px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-p-xgsp>ul {
	margin-right: -2%;
}

.sa-p-xgsp-item {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-top: 30px;
}

.sa-p-xgsp-item .sa-title {
	height: 50px;
	overflow: hidden;
	font-weight: normal;
	font-size: 18px;
	color: #333;
	margin-top: 10px;
}

.sa-p-xgsp-pic {
	position: relative;
}

.sa-p-xgsp-pic img {
	width: 100%;
}

.sa-p-xgsp-pic .sa-p-xgsp-play {
	width: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -22px;
	margin-top: -22px;
}

.sa-p-xgsp-more {
	position: absolute;
	top: 16px;
	right: 6px;
	font-size: 16px;
}

.sa-p-xgsp-more a {
	color: #e10032;
	padding-right: 16px;
	background: url(../png/sa-r-arr.png) no-repeat right center;
}

@media screen and (max-width:768px) {
	.sa-p-cpjz>ul {
		margin-right: 0;
	}

	.sa-p-cpjz .sa-p-cpjz-item {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.sa-p-xgfa>ul {
		margin-right: 0;
	}

	.sa-p-xgfa .sa-p-xgfa-item {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.sa-p-cgal>ul {
		margin-right: 0;
	}

	.sa-p-cgal .sa-p-cgal-item {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.sa-p-xgsp>ul {
		margin-right: 0;
	}

	.sa-p-xgsp .sa-p-xgsp-item {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.sa-p-cgal-more {
		position: static;
		text-align: center;
		margin: 12px 0;
	}

	.sa-p-xgsp-more {
		position: static;
		text-align: center;
		margin: 12px 0;
	}

	.sa-p-xgfa-item .sa-desc {
		display: none;
	}

	.sa-p-xgfa .sa-p-xgfa-item {
		position: relative;
	}

	.sa-p-xgfa-item .sa-more {
		position: absolute;
		bottom: 0;
		left: 32%;
	}
}

/****---------------------------------产品列表首页 结束-------------------------------***/

/****---------------------------------信息列表 开始-------------------------------***/
.sa-xxlb-4 {
	margin: 20px auto 50px;
}

.sa-xxlb-4 a {
	color: #333;
}

.sa-xxlb-4 .sa-xxlb-4-title {
	font-weight: normal;
	font-size: 22px;
	color: #e10032;
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-xxlb-4-o .sa-xxlb-4-title {
	font-weight: normal;
	font-size: 22px;
	color: #e10032;
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e0e0e0;
}

.sa-xxlb-4 .sa-xxlb-4-4>ul li {
	float: left;
	width: 25%;
	padding-left: 12px;
	background: url(../png/dot.png) no-repeat left 16px;
}

.sa-xxlb-4 .sa-xxlb-4-5>ul li {
	float: left;
	width: 20%;
	padding-left: 12px;
	background: url(../png/dot.png) no-repeat left 16px;
}

.sa-xxlb-4 .sa-xxlb-4-6>ul li {
	float: left;
	width: 16.666%;
	padding-left: 12px;
	background: url(../png/dot.png) no-repeat left 16px;
}

.sa-xxlb-4 dd>ul li {
	line-height: 36px;
	font-size: 16px;
}

.sa-xxlb-4-o {
	margin: 20px auto 50px;
}

.sa-xxlb-4-o a {
	color: #333;
}

.sa-xxlb-4-o-item {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.sa-xxlb-4-o-item-3 {
	float: left;
	width: 30.33%;
	margin-right: 2%;
}

.sa-xxlb-4-o-item-4 {
	float: left;
	width: 23%;
	margin-right: 2%;
}

.sa-xxlb-4-o li {
	line-height: 36px;
	font-size: 16px;
	padding-left: 12px;
	background: url(../png/dot.png) no-repeat left 16px;
}

@media screen and (max-width:1220px) {
	.sa-xxlb-4 .sa-xxlb-4-5>ul li {
		float: left;
		width: 25%;
	}

	.sa-xxlb-4 .sa-xxlb-4-6>ul li {
		float: left;
		width: 25%;
	}

	.sa-xxlb-4-o-item-3 {
		float: left;
		width: 48%;
		margin-right: 2%;
	}

	.sa-xxlb-4-o-item ul {
		margin-bottom: 24px;
	}

	.sa-xxlb-4-o-item-3 ul {
		margin-bottom: 24px;
	}

	.sa-xxlb-4-o-item-4 {
		float: left;
		width: 48%;
		margin-right: 2%;
	}

	.sa-xxlb-4-o-item-4 ul {
		margin-bottom: 24px;
	}
}

@media screen and (max-width:768px) {
	.sa-xxlb-4 .sa-xxlb-4-4>ul li {
		float: left;
		width: 50%;
	}

	.sa-xxlb-4 .sa-xxlb-4-5>ul li {
		float: left;
		width: 50%;
	}

	.sa-xxlb-4 .sa-xxlb-4-6>ul li {
		float: left;
		width: 50%;
	}

	.sa-xxlb-4-o-item {
		float: left;
		width: 100%;
		margin-right: 0
	}

	.sa-xxlb-4-o-item-3 {
		float: left;
		width: 100%;
		margin-right: 0;
	}

	.sa-xxlb-4-o-item-4 {
		float: left;
		width: 100%;
		margin-right: 0;
	}
}

/****---------------------------------信息列表 结束-------------------------------***/


/****---------------------------------网站地图 开始-------------------------------***/
.sa-wang-wrap {
	margin-bottom: 80px;
}

.sa-wang-item {
	float: left;
	width: 12%;
	border: 1px solid #e0e0e0;
	margin-right: 2%;
	padding: 1%;
	line-height: 1.7;
	margin-bottom: 20px;
}

.sa-wang-title {
	font-weight: normal;
	font-size: 20px;
	color: #e10032;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

.sa-wang-inner {
	font-size: 18px;
}

.sa-wang-title a {
	color: #e10032;
}

.sa-wang-title-e {
	font-weight: normal;
	font-size: 18px;
	color: #e10032;
}

.sa-wang-inner div {
	padding-left: 14px;
	font-size: 16px;
	color: #999;
}

.sa-wang-inner div a {
	color: #999;
}

@media screen and (max-width:1440px) {
	.sa-wang-item {
		width: 29%;
	}
}

@media screen and (max-width:768px) {
	.sa-wang-item {
		float: none;
		width: 98%;
		margin-right: 0;
	}
}

/****---------------------------------网站地图 结束-------------------------------***/
.chanpin-view-all {
	font-size: 16px;
	margin-bottom: 24px;
	position: relative;
	top: -16px;
}

.chanpin-view-all-btn {
	cursor: pointer;
	display: inline-block;
	padding: 10px 0;
	width: 130px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #ec5735 url(../jpg/btn_bg.jpg) left top repeat-y;
	margin-right: 10px;
}

.chanpin-view-all .dt-title {
	margin: 6px 0;
	color: #000;
	font-size: 18px;
	color: #e10032;
}

.chanpin-view-all .dt-title a {
	color: #e10032;
}

.chanpin-view-all .dt-title-child {
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0;
}

.chanpin-view-all .dd-item {
	float: left;
	line-height: 28px;
	width: 31.33%;
	padding-right: 2%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.chanpin-view-all .close {
	text-align: center;
	color: #e10032;
	cursor: pointer;
	padding: 6px 0;
}

.chanpin-view-all .v-all {
	display: none;
}

.chanpin-view-all .dt-title-child:before,
.chanpin-view-all .dt-title-child:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
	clear: both;
}

@media (min-width: 768px) {
	.chanpin-view-all .dd-item {
		width: 98%;
	}

	.product-list-a {
		height: 73px;
		position: relative;
	}

	.chanpin-view-all-btn {
		position: absolute;
		top: 50px;
	}
}

@media (min-width: 992px) {
	.chanpin-view-all .dd-item {
		width: 48%;
	}
}

@media (min-width: 1280px) {
	.s-ArticleDetails-wrapper {
		width: 1100px;
		margin: 0 auto;
	}
}
@media (max-width: 1280px) {
	.s-ArticleDetails-wrapper {
		width: 90%;
		margin: 0 auto;
	}
}

@media (min-width: 1440px) {
	.s-ArticleDetails-wrapper {
		width: 1200px;
		margin: 0 auto;
	}
}

@media (min-width: 1600px) {
	.s-ArticleDetails-wrapper {
		width: 1440px;
		margin: 0 auto;
	}
}
