.menu-ctent {
	width: 480px;
	height: 357px;
	background-color: #fff;
	position: absolute;
	left: 179px;
	top: 0;
	display: none;
	padding: 37px 32px;
}

.menu-ctent .top {
	width: 100%;
}

.menu-ctent .top img {
	width: 100%;
}

.menu-ctent .bottom {
	width: 100%;
	color: #7b7b7b;
	line-height: 25px;
	text-align: left;
	margin-top: 20px;
	text-indent: 2em;
}

.subMenu li:hover {
	background-color: #fff;
}

.subMenu li:hover .menu-ctent {
	display: block;
}

.cover {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	z-index: 998;
	opacity: .4;
	filter: alpah(opacity=40);
}

.bannerbg {
	width: 100%;
	height: 500px;
	background-size: cover;
}

.dakai {
	position: absolute;
}

/*
*  头部样式
*/

.header-top {
	width: 100%;
	height: 42px;
	background-color: #1B6EC9;
}

.header-top .content {
	width: 1170px;
	margin: 0 auto;
	line-height: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-top .content .right {
	display: flex;
	align-items: center;
}
.header-top .content p.tit {
	font-size: 14px;
	color: #FFF;
}

.header-top .content .right .tel {
	font-size: 14px;
	color: #FFF;
	margin-right: 50px;
}

.header-top .content .right .wechart {
	position: relative;
	z-index: 9;
	margin-right: 20px;
}
.header-top .content .right .wechart:last-child{
	margin-right: 30px;
}
.header-top .content .right .wechart .code {
	position: absolute;
	top: 42px;
	z-index: 9;
	left: -26px;
	width: 64px;
	height: 64px;
	display: none;
}

.header-top .content .right .wechart:hover .code {
	display: block;
}

.header-top .content .right .wechart .code img {
	width: 130%;
}

.qx-product {
	width: 100%;
	background-color: #fff;
	padding: 50px 0;
}

.qx-product .content {
	width: 1230px;
	margin: 0 auto;
}

.qx-tit {
	width: 100%;
	text-align: center;
}

.qx-tit p {
	font-size: 32px;
	color: #343434;
	font-weight: 600;
	margin-bottom: 5px;
}

.qx-product .content .bottom {
	width: 100%;
	margin-top: 50px;
}

.qx-product .content .bottom .list {
	width: 30.5%;
	position: relative;
	z-index: 8;
	height: 433px;
	cursor: pointer;
	margin-right: 4.25%;
}

.qx-product .content .bottom .list:last-child {
	margin-right: 0;
}

.qx-product .content .bottom .list .tu {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}

.qx-product .content .bottom .list .tu img {
	width: 100%;
	height: 100%;
}

.qx-product .content .bottom .list span.opa4 {
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9;
	opacity: .4;
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
}

.qx-product .content .bottom .list span.opa6 {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: block;
	z-index: 10;
}

.qx-product .content .bottom .list p.tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: block;
	z-index: 11;
	line-height: 60px;
	font-size: 20px;
	color: #141414;
	text-align: center;
	width: 100%;
}

.qx-product .content .bottom .list .tel {
	position: relative;
	z-index: 12;
	margin: 90px auto 0;
	width: 100%;
	text-align: center;
}

.qx-product .content .bottom .list a.btn {
	width: 140px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	position: relative;
	z-index: 12;
	display: block;
	background-color: #e74028;
	margin: 20px auto 0;
}

.qx-product .content .bottom .list:hover {
	box-shadow: 0 0 15px #ccc;
	-webkit-box-shadow: 0 0 15px #ccc;
	-moz-box-shadow: 0 0 15px #ccc;
	-o-box-shadow: 0 0 15px #ccc;
}

.qx-product .content .bottom .list:hover span.opa4 {
	opacity: .6;
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
}

.qx-product .content .bottom .list:hover .tel {
	animation: slistoneLeft 1s
}

@keyframes slistoneLeft {
	0% {
		opacity: 0;
		transform: translate3d(-200px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		transform: translate3d(5px, 0, 0);
	}
	100% {
		transform: none;
	}
}

.qx-product .content .bottom .list a.btn:hover {
	background-color: #e45743;
}

.qx-product .content .bottom .list:hover a.btn {
	animation: listoneTop 1s;
}

@keyframes listoneTop {
	0% {
		opacity: 0;
		transform: translate3d(0, 200px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	75% {
		transform: translate3d(0, -10px, 0);
	}
	90% {
		transform: translate3d(0, 5px, 0);
	}
	100% {
		transform: none;
	}
}

.qx-news {
	width: 100%;
	/*background: url(../img/bg.jpg) center no-repeat;*/
	background-color: #f4f4f4;
	background-size: cover;
	padding: 50px 0;
}

.qx-news .content {
	width: 1200px;
	margin: 0 auto;
}

.qx-news .content .bottom {
	width: 100%;
	margin-top: 50px;
}

.qx-news .content .bottom .list {
	width: 100%;
	margin-bottom: 23px;
	position: relative;
}

.qx-news .content .bottom .list:last-child {
	margin-bottom: 0;
}

.qx-news .content .bottom .list .tu {
	width: 225px;
	height: 155px;
}

.qx-news .content .bottom .list .tu img {
	width: 100%;
	height: 100%;
}

.qx-news .content .bottom .list .right {
	width: 915px;
	border-bottom: 1px solid #d2d2d2;
	position: absolute;
	right: 15px;
	height: 100%;
}

.qx-news .content .bottom .list .right p.time {
	color: #666666;
	font-size: 14px;
}

.qx-news .content .bottom .list .right p.tit {
	font-size: 18px;
	color: #262626;
	margin-top: 10px;
}

.qx-news .content .bottom .list .right p.tit a {
	color: #262626;
}

.qx-news .content .bottom .list .right p.tit a:hover {
	text-decoration: underline;
	color: #4e88d5;
}

.qx-news .content .bottom .list .right p.ctent {
	color: #555555;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
}

.qx-advantage {
	width: 100%;
	padding: 50px 0 0;
	background-color: #fff;
}

.qx-advantage .content {
	width: 1200px;
	margin: 0 auto;
}

.qx-advantage .content .bottom {
	width: 100%;
	margin-top: 50px;
}

.qx-advantage .content .bottom .list {
	width: 25%;
	text-align: center;
	margin-bottom: 70px;
}

.qx-advantage .content .bottom .list .tit {
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
}

.qx-advantage .content .bottom .list .fu-tit {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}

.qx-advantage .content .bottom .list:hover .fu-tit,
.qx-advantage .content .bottom .list:hover .tit {
	color: #4e88d5;
}

.qx-business {
	width: 100%;
	background-color: #fff;
}

.qx-business .content {
	width: 100%;
}

.qx-business .content .bottom {
	width: 100%;
	position: relative;
	margin-top: 40px;
}

.qx-business .content .bottom .list {
	width: 20%;
	text-align: center;
	background-color: #f4f4f4;
	padding: 30px 0;
	margin-bottom: 40px;
	height: 514px;
	cursor: pointer;
}

.qx-business .content .bottom .list .busxia {
	width: 100%;
	margin-top: 30px;
	border-right: 1px solid #313131;
	height: 270px;
}

.qx-business .content .bottom .list:last-child .busxia {
	border-right: none;
}

.qx-business .content .bottom .list .busxia p.tit {
	font-size: 22px;
	color: #333333;
	margin-bottom: 20px;
}

.qx-business .content .bottom .list .busxia .lie ul li {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
}

.qx-business .content .bottom .listone,
.qx-business .content .bottom .listtwo,
.qx-business .content .bottom .listthree,
.qx-business .content .bottom .listfour,
.qx-business .content .bottom .listfive {
	position: absolute;
	left: 0;
}

.qx-business .content .bottom .listtwo {
	left: 20%;
}

.qx-business .content .bottom .listthree {
	left: 40%;
}

.qx-business .content .bottom .listfour {
	left: 60%;
}

.qx-business .content .bottom .listfive {
	left: 80%;
}

.qx-business .content .bottom .listone:hover,
.qx-business .content .bottom .listtwo:hover,
.qx-business .content .bottom .listthree:hover,
.qx-business .content .bottom .listfour:hover,
.qx-business .content .bottom .listfive:hover {
	box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-o-box-shadow: 0 0 10px #ccc;
	z-index: 99;
	margin-left: -1px;
}

.qx-business .content .bottom .listone:hover .busxia,
.qx-business .content .bottom .listtwo:hover .busxia,
.qx-business .content .bottom .listthree:hover .busxia,
.qx-business .content .bottom .listfour:hover .busxia,
.qx-business .content .bottom .listfive:hover .busxia {
	border-right: none;
	margin-top: 10px;
}

.qx-business .content .bottom .listone:hover .busxia p.tit,
.qx-business .content .bottom .listtwo:hover .busxia p.tit,
.qx-business .content .bottom .listthree:hover .busxia p.tit,
.qx-business .content .bottom .listfour:hover .busxia p.tit,
.qx-business .content .bottom .listfive:hover .busxia p.tit {
	font-size: 28px;
}

.qx-business .content .bottom .listone:hover .busxia .lie ul li,
.qx-business .content .bottom .listtwo:hover .busxia .lie ul li,
.qx-business .content .bottom .listthree:hover .busxia .lie ul li,
.qx-business .content .bottom .listfour:hover .busxia .lie ul li,
.qx-business .content .bottom .listfive:hover .busxia .lie ul li {
	font-size: 22px;
}

.qx-business .content .bottom .list .business-top {
	width: 120px;
	height: 120px;
	text-align: center;
	margin: 30px auto;
}

.icon9 {
	background: url(../img/icon9.png) center no-repeat;
	background-size: cover;
}

.icon10 {
	background: url(../img/icon10.png) center no-repeat;
	background-size: cover;
}

.icon11 {
	background: url(../img/icon11.png) center no-repeat;
	background-size: cover;
}

.icon12 {
	background: url(../img/icon12.png) center no-repeat;
	background-size: cover;
}

.icon23 {
	background: url(../img/icon23.png) center no-repeat;
	background-size: cover;
}

.qx-business .content .bottom .list:hover .icon9 {
	background: url(../img/icon9-1.png) center no-repeat;
	background-size: cover;
}

.qx-business .content .bottom .list:hover .icon10 {
	background: url(../img/icon10-1.png) center no-repeat;
	background-size: cover;
}

.qx-business .content .bottom .list:hover .icon11 {
	background: url(../img/icon11-1.png) center no-repeat;
	background-size: cover;
}

.qx-business .content .bottom .list:hover .icon12 {
	background: url(../img/icon12-1.png) center no-repeat;
	background-size: cover;
}

.qx-business .content .bottom .list:hover .icon23 {
	background: url(../img/icon23-1.png) center no-repeat;
	background-size: cover;
}

.qx-business .content .bottom .listone:hover .business-top,
.qx-business .content .bottom .listtwo:hover .business-top,
.qx-business .content .bottom .listthree:hover .business-top,
.qx-business .content .bottom .listfour:hover .business-top,
.qx-business .content .bottom .listfive:hover .business-top {
	width: 120px;
	height: 120px;
	margin: 10px auto;
}



.qx-case {
	width: 100%;
	background-color: #fff;
	padding: 50px 0;
	margin-top: 514px;
}

.qx-case .content {
	width: 1200px;
	margin: 0 auto;
}

.bodyCon07 .teacher {
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.bodyCon07 .teacher .teacherPic {
	width: 100%;
	height: 313px;
	margin-top: 40px;
}

.bodyCon07 .teacher .teacherPic .case-content {
	width: 23.25%;
	height: 313px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 2.333%;
}

.bodyCon07 .teacher .teacherPic .case-content:last-child {
	margin-right: 0;
}

.bodyCon07 .teacher .teacherPic .case-content .txt {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.bodyCon07 .teacher .teacherPic .case-content:hover {
	background: rgba(0, 0, 0, 0.7);
}

.bodyCon07 .teacher .teacherPic .case-content span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
}

.bodyCon07 .teacher .teacherPic .case-content:hover span {
	display: block;
}

.bodyCon07 .teacher .teacherPic .case-content .txt h3 {
	color: #CB5412;
	font-size: 24px;
	margin: 10px auto 6px;
	text-align: center;
}

.bodyCon07 .teacher .teacherPic .case-content .txt h3 img:first-child {
	display: block;
	margin: 0 auto;
}

.bodyCon07 .teacher .teacherPic .case-content .txt h3 img:last-child {
	display: none;
	margin: 0 auto;
}

.bodyCon07 .teacher .teacherPic .case-content:hover h3 img:first-child {
	display: none;
}

.bodyCon07 .teacher .teacherPic .case-content:hover .txt h3 img:last-child {
	display: block;
}

.bodyCon07 .teacher .teacherPic .case-content:hover h4 {
	display: none;
}

.bodyCon07 .teacher .teacherPic h4 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 45px;
	text-align: center;
	font-weight: bold;
}

.bodyCon07 .teacher .teacherPic .case-content .txt p {
	color: #fff;
	margin: 20px 10px 0 0;
	-webkit-margin-before: 0;
	padding: 0 10px;
	-webkit-margin-after: 0;
	padding-top: 12px;
	display: none;
}

.bodyCon07 .teacher .teacherPic .case-content:hover .txt p {
	display: block;
}

.qx-map {
	width: 100%;
	height: 375px;
	position: relative;
}

.qx-map .bg {
	width: 35%;
	height: 375px;
	background: url(../img/bg.png) right no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	z-index: 12;
}

.qx-map .bg img {
	position: absolute;
	right: 0;
	z-index: 13;
	top: 50px;
	opacity: 1;
}

#container3 {
	width: 100%;
	height: 375px;
	position: relative;
	z-index: 9;
}

.qx-map .content {
	width: 1200px;
	margin: -300px auto 0;
	position: relative;
	/* z-index: 14; */
}

.qx-map .content .contact{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 14;
}

.qx-map .content .bottom {
	width: 100%;
	margin-top: 40px;
}

.qx-map .content .bottom ul li {
	width: 100%;
	line-height: 25px;
	margin-top: 25px;
	color: #111111;
}

.qx-map .content .bottom ul li img {
	margin-right: 10px;
}

.footer {
	width: 100%;
	background-color: #262c36;
}

.footer .top {
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0;
}

.footer .top .list {
	width: 30%;
}

.footer .top .list:nth-child(2) {
	width: 20%;
}

.footer .top .list p.tit {
	font-size: 16px;
	color: #c1c1c1;
	font-weight: 600;
}

.footer .top .list p span {
	display: block;
	float: left;
	height: 15px;
	border-left: 5px solid #cfcfcf;
	margin-right: 8px;
	margin-top: 4px;
}

.footer .top .list .bottom {
	width: 100%;
	margin-top: 20px;
}

.footer .top .list .bottom ul li {
	width: 100%;
	float: left;
	line-height: 25px;
	color: #c1c1c1;
}

.footer .top .list .bottom ul li a {
	color: #c1c1c1;
}

.footer .top .list .bottom ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-code {
	margin-top: 15px;
	float: right;
}

.footer-bottom {
	width: 100%;
	font-size: 12px;
	color: #6c6c6c;
	text-align: center;
	line-height: 20px;
	padding: 8px 0;
	background-color: #1d2128;
	font-weight: 600;
}

.fixed-right {
	width: 120px;
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 99;
}

.fixed-right .list {
	width: 100%;
	padding: 22px 0;
	background-color: #ff7601;
	text-align: center;
	color: #fff;
	cursor: pointer;
	margin-bottom: 6px;
}

.fixed-right .list p {
	margin-top: 5px;
	color: #fff;
}

.fixed-right .list:hover {
	background-color: #fb8a29;
}

.fixed-right .list:last-child {
	padding: 15px 0;
	background-color: #0faad1;
}

.fixed-right .list:last-child:hover {
	background-color: #21b7dd;
}


@media only screen and (max-width: 1250px) {
	.qx-product .content,
	.qx-advantage .content {
		width: 100%;
	}
	.qx-product .content .bottom .list {
		height: auto;
		padding-bottom: 5%;
	}
	.qx-product .content .bottom .list .tel img {
		width: 30%;
	}
	.qx-news .content {
		width: 96%;
	}
	.qx-news .content .bottom .list .tu {
		width: 18.75%;
		height: auto;
	}
	.qx-news .content .bottom .list .right {
		width: 78%;
		right: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.header-top .content {
		width: 100%;
		padding: 0 15px;
	}
	.bannerbg {
		height: 400px;
	}
	.qx-advantage .content .bottom .list img {
		width: 70%;
	}
	.qx-case .content,
	.footer .top {
		width: 96%;
		margin: 0 auto;
	}
	.qx-map .content {
		width: 96%;
		margin: -300 auto 0;
	}
	.bodyCon07 .teacher .teacherPic h4 {
		font-size: 16px;
	}
	.header-top .content .right .wechart:last-child{
		margin-right: 0;
	}
}

@media only screen and (max-width: 960px) {
	.qx-product .content .bottom .list p.tit,
	.qx-news .content .bottom .list .right p.tit {
		font-size: 16px;
	}
	.qx-news .content .bottom .list .right p.tit,
	.qx-news .content .bottom .list .right p.ctent {
		margin-top: 5px;
	}
	.qx-news .content .bottom .list .right p.time,
	.qx-news .content .bottom .list .right p.ctent {
		font-size: 12px;
		line-height: 18px;
	}
	.qx-advantage .content .bottom .list {
		margin-bottom: 0;
	}
	.qx-advantage .content .bottom .list .tit {
		font-size: 16px;
	}
	.qx-business .content .bottom .list .business-top {
		width: 64px;
		height: 64px;
		text-align: center;
		line-height: 64px;
		margin: 20px auto;
	}
	.qx-business .content .bottom .list .business-top img {
		max-width: 85%;
	}
	.qx-business .content .bottom .listone:hover .business-top,
	.qx-business .content .bottom .listtwo:hover .business-top,
	.qx-business .content .bottom .listthree:hover .business-top,
	.qx-business .content .bottom .listfour:hover .business-top,
	.qx-business .content .bottom .listfive:hover .business-top {
		width: 80px;
		height: 80px;
		margin: 10px auto;
	}
	.qx-business .content .bottom .list {
		height: 400px;
	}
	.qx-business .content .bottom .list .busxia {
		height: 220px;
	}
	.qx-business .content .bottom .listone:hover .busxia p.tit,
	.qx-business .content .bottom .listtwo:hover .busxia p.tit,
	.qx-business .content .bottom .listthree:hover .busxia p.tit,
	.qx-business .content .bottom .listfour:hover .busxia p.tit,
	.qx-business .content .bottom .listfive:hover .busxia p.tit {
		font-size: 18px;
	}
	.qx-business .content .bottom .listone:hover .busxia .lie ul li,
	.qx-business .content .bottom .listtwo:hover .busxia .lie ul li,
	.qx-business .content .bottom .listthree:hover .busxia .lie ul li,
	.qx-business .content .bottom .listfour:hover .busxia .lie ul li,
	.qx-business .content .bottom .listfive:hover .busxia .lie ul li {
		font-size: 16px;
	}
	.qx-business .content .bottom .list .busxia p.tit {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.qx-business .content .bottom .list .busxia .lie ul li {
		font-size: 14px;
		line-height: 30px;
	}
	.bodyCon07 .teacher .teacherPic .case-content {
		width: 24%;
		margin-right: 1.333%;
	}
	.qx-case {
		margin-top: 400px;
	}
	.bodyCon07 .teacher .teacherPic .case-content {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.bodyCon07 .teacher .teacherPic .case-content:nth-child(2n) {
		margin-right: 0;
	}
	.qx-map .content p.tit img {
		width: 15%;
	}
	.qx-map .content .bottom {
		margin-top: 20px;
		width: 33%;
	}
	.footer .top .list {
		width: 50%;
	}
	.footer .top .list:nth-child(2) {
		width: 50%;
	}
	.fixed-right {
		display: none;
	}
}

@media only screen and (max-width: 750px) {
	.subMenu {
		background-color: #f9f8f8;
		border-top: 1px solid #ededed;
		border-right: none;
		padding-bottom: 0;
	}
	.subMenu li:hover {
		background-color: #fff;
	}
	.subMenu li:hover .menu-ctent {
		display: none;
	}
	.bannerbg {
		height: 280px;
	}
	.qx-tit p {
		font-size: 20px;
	}
	.qx-news .content .bottom .list .tu {
		width: 25%;
	}
	.qx-news .content .bottom .list .right {
		width: 70%;
	}
	.qx-case {
		margin-top: 400px;
	}
	.bodyCon07 .teacher .teacherPic h4 {
		font-size: 14px;
	}
	.qx-map .bg {
		width: 50%;
	}
	.qx-map .content .bottom {
		width: 49%;
	}
}

@media only screen and (max-width: 640px) {
	.bannerbg {
		height: 120px;
	}
	.header-top {
		display: none;
	}
	.qx-product,
	.qx-case {
		padding: 20px 0;
	}
	.qx-news {
		padding: 0 0 20px;
	}
	.qx-advantage {
		padding: 0;
	}
	.qx-product .content .bottom,
	.qx-advantage .content .bottom {
		margin-top: 20px;
	}
	.qx-news .content .bottom {
		margin-top: 20px;
	}
	.qx-product .content .bottom .list {
		width: 47%;
		margin-left: 2%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.qx-product .content .bottom .list:last-child {
		width: 96%;
	}
	.qx-product .content .bottom .list p.tit {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.qx-product .content .bottom .list span.opa6 {
		height: 40px;
	}
	.qx-product .content .bottom .list a.btn {
		font-size: 12px;
		width: 70%;
		height: 35px;
		line-height: 35px;
	}
	.qx-product .content .bottom .list .tel {
		margin: 50px auto 0;
	}
	.qx-product .content .bottom .list:hover a.btn {
		animation: listoneTop 0s;
	}
	.qx-product .content .bottom .list:hover .tel {
		animation: slistoneLeft 0s
	}
	.qx-tit p {
		font-size: 16px;
	}
	.qx-tit img {
		width: 40%;
	}
	.qx-news .content .bottom .list .right p.tit {
		font-size: 14px;
	}
	.qx-news .content .bottom .list .tu {
		width: 100%;
	}
	.qx-news .content .bottom .list .right {
		width: 100%;
		position: relative;
		padding-bottom: 20px;
	}
	.qx-news .content .bottom .list .right p.time {
		margin-top: 10px;
	}
	.qx-news .content .bottom .list:last-child .right {
		border-bottom: none;
	}
	.qx-advantage .content {
		width: 96%;
		margin: 0 auto;
	}
	.qx-advantage .content .bottom .list {
		width: 50%;
		margin-bottom: 20px;
	}
	.qx-advantage .content .bottom .list .tit {
		font-size: 14px;
	}
	.qx-advantage .content .bottom .list .fu-tit {
		font-size: 12px;
	}
	.qx-business .content .bottom .list {
		height: 360px;
		width: 50%;
		position: relative;
		margin-bottom: 0;
		border: 1px solid #fff;
		padding: 10px;
	}
	.qx-business .content .bottom .listtwo,
	.qx-business .content .bottom .listthree,
	.qx-business .content .bottom .listfour,
	.qx-business .content .bottom .listfive {
		left: 0;
	}
	.qx-business .content .bottom .listfive {
		width: 100%;
		height: 310px;
	}
	.qx-business .content .bottom .list .busxia {
		border-right: none;
	}
	.qx-case {
		margin-top: 0;
	}
	.bodyCon07 .teacher .teacherPic .case-content {
		height: 250px;
	}
	.bodyCon07 .teacher .teacherPic .case-content .txt p {
		font-size: 12px;
		width: 90%;
	}
	.qx-map .content .bottom ul li img {
		max-width: 15px;
		display: inline-block;
	}
	.qx-map .bg {
		width: 100%;
		background: rgba(255, 255, 255, 0.6);
	}
	.qx-map .content {
		display: none;
	}
	.qx-map .content .bottom {
		width: 99%;
	}
	.qx-map .content p.tit img {
		width: 30%;
	}
	.qx-map,
	#container3 {
		height: 300px;
	}
	.qx-map .bg {
		display: none;
	}
	.footer .top .list {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-code {
		float: left;
		width: 30%;
		margin-left: 35%;
	}
	.footer-code img {
		width: 100%;
	}
}


/*------------------------------------------------------------------
 * 
 * product*/

.product-banner {
	width: 100%;
}

.product-banner img {
	width: 100%;
}

.product {
	width: 100%;
}

.product .one {
	width: 100%;
}

.product .one .content,
.product .two .content,
.product .three .content,
.product .four .content {
	width: 1200px;
	margin: 0 auto;
}

.product .one .content .left {
	width: 50%;
	text-align: center;
	padding: 50px 0;
}

.product .one .content .left img {
	max-width: 80%;
}

.product .one .content .right {
	width: 50%;
	padding: 75px;
}
.product .one .content .box-s1{
	width: 96%;
	padding: 0;
}

.product .one .content .right p.tit {
	font-size: 32px;
	color: #333333;
	font-weight: 600;
}
.product .one .content .box-s1 p.tit{
	text-align: center;
}

.product .one .content .right p.tit samp {
	color: #a7a7a7;
}

.product .one .content .right p.tit span {
	font-size: 18px;
	color: #585858;
	font-weight: 200;
}

.product .one .content .right p.ctent {
	color: #333333;
	line-height: 36px;
	margin-top: 40px;
}
.product .one .content .icon{
	position: relative;
}
.product .one .content .icon div{
	display: inline-block;
	width: 210px;
	height: 192px;
	text-align: center;
	line-height: 192px;
	font-size: 20px;
	color: #fff;
	position: absolute;
}
.product .two {
	width: 100%;
}
.product .one .content .icon div:nth-child(1){
	background:url('../img/product/lock/icon_8.png') no-repeat 100%;
	top: 335px;
	left: 90px;
}
.product .one .content .icon div:nth-child(2){
	background:url('../img/product/lock/icon_9.png') no-repeat 100%;
	top: 225px;
	left: 300px;
}
.product .one .content .icon div:nth-child(3){
	background:url('../img/product/lock/icon_10.png') no-repeat 100%;
	top: 335px;
	left: 500px;
}
.product .one .content .icon div:nth-child(4){
	background:url('../img/product/lock/icon_11.png') no-repeat 100%;
	top: 225px;
	right: 290px;
}
.product .one .content .icon div:nth-child(5){
	background:url('../img/product/lock/icon_12.png') no-repeat 100%;
	top: 335px;
	right: 90px;
}

.product .two .content .bottom {
	width: 100%;
}

.product .two .content .bottom .list {
	margin-top: 50px;
	width: 50%;
	cursor: pointer;
}

.product .two .content .bottom .list .tu {
	width: 20.333%;
	height: 120px;
	line-height: 120px;
	float: left;
}

.product .two .content .bottom .list .tu img {
	max-width: 100%;
	max-height: 100%;
}

.product .two .content .bottom .list .right {
	margin-top: 15px;
	width: 70%;
}

.product .two .content .bottom .list .right p.tit {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}

.product .two .content .bottom .list .right p.ctent {
	color: #333333;
	line-height: 25px;
	margin-top: 10px;
}

.product .two .content .bottom .list:hover .right p.tit,
.product .two .content .bottom .list:hover .right p.ctent {
	color: #4e88d5;
}

.product .three {
	width: 100%;
	margin-top: 30px;
	background-color: #f8f8f8;
	padding: 30px 0;
}
.product .show{
	background: url('../img/product/lock/icon_5.png') no-repeat 53% 100%;
}

.product .three .content .bottom {
	margin-top: 50px;
	width: 100%;
}
.product .show .content .bottom{
	height: 485px;
}

.product .showTrade{
	background: url('../img/product/trade/banner3.png') no-repeat 53% 70%;
}
.product .showTrade .content .bottom{
	height: 485px;
	margin-top: 0;
}

.product .three .content .bottom .list {
	width: 33.333%;
	text-align: center;
	cursor: pointer;
	float: left;
}

.product .three .content .bottom .list img {
	width: 32.75%;
}

.product .three .content .bottom .list p.tit {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	margin-top: 25px;
}

.product .three .content .bottom .list p.ctent {
	color: #333333;
	line-height: 25px;
	width: 260px;
	margin: 10px auto 0;
	text-align: left;
}

.product .three .content .bottom .list:hover p.tit,
.product .three .content .bottom .list:hover p.ctent {
	color: #4e88d5;
}

.product .four {
	width: 100%;
	padding: 40px 0;
	background-color: #fff;
}

.product .four .content .four-tit {
	font-size: 26px;
	color: #333333;
	font-weight: 600;
	text-align: center;
}

.product .four .content .bottom {
	width: 100%;
	margin-top: 50px;
}

.product .four .content .bottom .list {
	width: 27.5%;
	padding: 35px 25px;
	background-color: #f8f8f8;
	cursor: pointer;
	margin-right: 8.75%;
}

.product .four .content .bottom .list:last-child {
	margin-right: 0;
}

.product .four .content .bottom .list .tu {
	width: 100px;
	height: 100px;
	/* border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%; */
	overflow: hidden;
}

.product .four .content .bottom .list .tu img {
	height: 100px;
	width: 100px;
}

.product .four .content .bottom .list .right {
	width: 58%;
	margin-left: 5%;
}

.product .four .content .bottom .list .right p.tit {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	margin-top: 15px;
}

.product .four .content .bottom .list .right p.ctent {
	color: #333333;
	line-height: 22px;
	margin-top: 10px;
}

.product .four .content .bottom .list:hover {
	box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-o-box-shadow: 0 0 10px #ccc;
}

@media only screen and (max-width: 1220px) {
	.product .one .content,
	.product .two .content,
	.product .three .content,
	.product .four .content {
		width: 96%;
		margin: 0 auto;
	}
	.product .four .content .bottom .list .tu {
		width: 60px;
		height: 60px;
	}
	.product .four .content .bottom .list .right p.tit {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1000px) {
	.product .one .content .left {
		width: 100%;
	}
	.product .one .content .right {
		width: 100%;
		padding: 0 2%;
	}
	.product .one .content .right p.tit {
		font-size: 20px;
	}
	.product .one .content .right p.ctent {
		margin-top: 20px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.product .one .content .left {
		padding: 20px 0;
	}
	.product .two .content .bottom .list {
		width: 50%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0 2%;
	}
	.product .two .content .bottom .list .tu {
		max-height: 120px;
	}
	.product .three .content .bottom .list {
		width: 50%;
	}
	.product .three .content .bottom .list:last-child {
		float: none;
		margin: 0 auto;
	}
	.product .four .content .bottom .list {
		width: 32%;
		margin-right: 2%;
	}
}

@media only screen and (max-width: 760px) {
	.product .four .content .bottom .list .tu {
		width: 40px;
		height: 40px;
	}
	.product .four .content .bottom .list .right p.tit {
		font-size: 14px;
	}
	.product .four .content .bottom .list .right p.ctent {
		font-size: 12px;
	}
}

@media only screen and (max-width: 640px) {
	.product .two .content .bottom .list .right {
		width: 100%;
		text-align: center;
	}
	.product .two .content .bottom .list {
		height: 182px;
		margin-top: 20px;
	}
	.product .two .content .bottom .list .tu {
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	.product .three .content .bottom .list {
		width: 100%;
		margin-bottom: 20px;
	}
	.product .three .content .bottom .list p.ctent {
		width: 80%;
	}
	.product .three .content .bottom,
	.product .four .content .bottom {
		margin-top: 20px;
	}
	.product .one .content .right p.tit,
	.product .four .content .four-tit {
		font-size: 16px;
	}
	.product .one .content .right p.tit img{
		width: 50%;
	}
	.product .one .content .right p.tit span {
		font-size: 14px;
	}
	.product .four {
		padding: 20px 0;
	}
	.product .four .content .bottom .list {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
		padding: 20px;
	}
}


/*------------------------------------------------------------------
 * 
 * case*/

.case {
	width: 100%;
	background-color: #fff;
}

.case .content {
	width: 1200px;
	margin: 100px auto 0;
	min-height: 550px;
}

.case .content .left {
	width: 18.33%;
}

.case .content .left p.tit {
	height: 45px;
	width: 100%;
	line-height: 45px;
	background-color: #17c1cd;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #17c1cd;
}

.case .content .left .bottom {
	width: 100%;
	border: 1px solid #eeeeee;
	background-color: #fafafa;
}

.case .content .left .bottom ul li {
	border-bottom: 1px solid #eeeeee;
	width: 100%;
}

.case .content .left .bottom ul li:last-child {
	border-bottom: none;
}

.case .content .left .bottom ul li a {
	display: block;
	width: 100%;
	height: 75px;
	text-align: center;
	line-height: 75px;
	font-size: 16px;
	color: #818181;
}

.case .content .left .bottom ul li.active a,
.case .content .left .bottom ul li:hover a {
	background-color: #364e6b;
	color: #fff;
}

.case .content .right {
	width: 76.666%;
}

.case .content .right .list {
	border: 1px solid #eeeeee;
	padding: 15px;
	width: 28.26%;
	margin-right: 7.61%;
	margin-bottom: 70px;
	cursor: pointer;
}

.case .content .right .list:nth-child(3n) {
	margin-right: 0;
}

.case .content .right .list .tu {
	text-align: center;
	line-height: 180px;
}

.case .content .right .list .tu img {
	max-width: 100%;
	max-height: 100%;
}

.case .content .right .list p.tit {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}

.case .content .right .list p.ctent {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 10px;
}

.case .content .right .list:hover {
	border: 1px solid #fff;
	box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-o-box-shadow: 0 0 10px #ccc;
}

@media only screen and (max-width: 1220px) {
	.case .content {
		width: 96%;
		margin: 10% auto;
		min-height: auto;
	}
}

@media only screen and (max-width: 1000px) {
	.case .content {
		margin: 5% auto;
	}
	.case .content .left {
		width: 20%;
	}
	.case .content .right .list {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 5%;
	}
}

@media only screen and (max-width: 760px) {
	.case .content .right .list {
		width: 49%;
		margin-right: 2%;
	}
	.case .content .right .list:nth-child(3n) {
		margin-right: 2%;
	}
	.case .content .right .list:nth-child(2n) {
		margin-right: 0;
	}
	.case .content .left .bottom ul li a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.case .content .left p.tit {
		font-size: 16px;
	}
}

@media only screen and (max-width: 640px) {
	.case .content .left,
	.case .content .right {
		width: 100%;
	}
	.case .content .right {
		margin-top: 20px;
	}
	.case .content .left .bottom ul li {
		width: 50%;
	}
	.case .content .left .bottom ul li:nth-child(5) {
		border-bottom: none;
	}
	.case .content .left .bottom ul li:nth-child(2n) {
		border-left: 1px solid #eeeeee;
	}
	.case .content .left .bottom ul li a {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.case .content .left p.tit {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.case .content .right .list .tu {
		line-height: 100px;
	}
	.case .content .right .list p.tit {
		font-size: 14px;
		margin-top: 10px;
	}
	.case .content .right .list p.ctent {
		font-size: 12px;
		line-height: 20px;
	}
}


/*------------------------------------------------------------------
 * 
 * news*/

.news {
	width: 100%;
	margin: 50px auto;
}

.news .content {
	width: 1200px;
	margin: 0 auto;
	border: 2px solid #f5f5f5;
}

.news .content .news-top {
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #f5f5f5;
	padding-left: 20px;
}

.news .content .news-top ul li {
	float: left;
	width: 230px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #f5f5f5;
	margin-right: 10px;
}

.news .content .news-top ul li.active {
	background-color: #3d8ed0;
}

.news .content .news-top ul li a {
	display: block;
	color: #555555;
	font-size: 20px;
	font-weight: 600;
}

.news .content .news-top ul li.active a {
	color: #fff;
}

.news .content .news-bottom {
	width: 100%;
	padding: 20px 0 0;
}

.qx-newstwo {
	width: 100%;
	background-color: #ffffff;
	padding: 0;
}

.qx-newstwo .content {
	width: 100%;
	border: none;
}

.qx-newstwo .content .bottom {
	border-bottom: 1px solid #f5f5f5;
}

.qx-newstwo .content .bottom .list .right {
	right: 0;
	padding-right: 20px;
}

.qx-newstwo .content .bottom .list {
	padding-left: 20px;
}

.qx-newstwo .content .bottom {
	margin-top: 20px;
}

.qx-news .content .bottom .list .right p.time span {
	color: #787878;
}

.qx-newstwo .content .bottom .list:last-child {
	margin-bottom: 20px;
}

.qx-newstwo .content .bottom .list:last-child .right {
	border-bottom: none;
}


/*分页*/

.pages {
	padding: 30px 0;
	margin-right: 20px;
}

.pages ul li {
	float: left;
	width: 18px;
	height: 18px;
	border: 1px solid #ececec;
	background-color: #ececec;
	color: #555555;
	text-align: center;
	line-height: 18px;
	margin-left: 5px;
	cursor: pointer;
}

.pages ul li:hover {
	color: #53b1fd;
	border: 1px solid #53b1fd;
}

.pages ul li.num,
.pages ul li.dian {
	height: auto;
	width: auto;
	border: 1px solid #fff;
	background-color: #fff;
	margin-right: 5px;
}

.pages ul li.pre,
.pages ul li.next {
	height: auto;
	width: auto;
	border: 1px solid #fff;
	background-color: #fff;
	color: #222222;
}

.pages ul li.pre:hover,
.pages ul li.next:hover {
	color: #53b1fd;
	text-decoration: underline;
}

@media only screen and (max-width: 1220px) {
	.news .content {
		width: 96%;
	}
}

@media only screen and (max-width: 640px) {
	.news .content .news-top ul li {
		height: 40px;
		line-height: 40px;
		margin-right: 0;
		width: 50%;
	}
	.news .content .news-top {
		padding-left: 0;
		margin-top: 0;
	}
	.news .content .news-top ul li a {
		font-size: 16px;
		font-weight: normal;
	}
	.news .content .news-bottom {
		padding: 0;
	}
	.qx-newstwo .content .bottom .list {
		padding-left: 0;
	}
	.news {
		margin: 20px auto;
	}
}


/*------------------------------------------------------------------
 * 
 * news-detail*/

.news-detail {
	width: 100%;
	margin: 50px auto;
}

.news-detail .content {
	width: 1200px;
	margin: 0 auto;
}

.news-detail .content p.tit {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #262626;
	font-weight: 600;
}

.news-detail .content p.fu-tit {
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #787878;
	margin-top: 10px;
	margin-bottom: 30px;
}

.news-detail .content p.ctent {
	color: #555555;
	line-height: 25px;
	text-indent: 2em;
	margin-top: 10px;
}

.news-detail .content .tu {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.news-detail .content .tu img {
	max-width: 100%;
}

.news-detail .content .bottom {
	width: 100%;
	border-top: 1px solid #f5f5f5;
	padding: 20px 0;
	margin-top: 20px;
}

.news-detail .content .bottom .left {
	width: 60%;
}

.news-detail .content .bottom .left ul li {
	width: 100%;
	line-height: 30px;
	color: #222222;
}

.news-detail .content .bottom .left ul li a {
	color: #222222;
}

.news-detail .content .bottom .left ul li a:hover,
.news-detail .content .bottom a.back:hover {
	color: #53b1fd;
	text-decoration: underline;
}

.news-detail .content .bottom a.back {
	line-height: 30px;
	color: #222222;
}

@media only screen and (max-width: 1220px) {
	.news-detail .content {
		width: 96%;
	}
}

@media only screen and (max-width: 640px) {
	.news-detail .content .bottom .left {
		width: 80%;
	}
	.news-detail .content .bottom .left ul li a,
	.news-detail .content .bottom a.back {
		font-size: 12px;
	}
	.news-detail {
		margin: 20px auto;
	}
	.news-detail .content p.tit {
		font-size: 16px;
	}
	.news-detail .content p.fu-tit {
		margin-bottom: 10px;
	}
}


/*------------------------------------------------------------------
 * 
 * case-detail*/

.case-detail {
	width: 100%;
}

.case-detail .one {
	width: 100%;
	padding: 50px 0;
	background-color: #f8f8f8;
}

.case-detail .one .content,
.case-detail .two .content {
	width: 1200px;
	margin: 0 auto;
}

.case-detail .one .content p.tit {
	font-size: 30px;
	color: #2c2c2c;
	font-weight: 600;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.case-detail .one .content .list {
	width: 100%;
	margin-top: 20px;
}

.case-detail .one .content .list .fu-tit {
	font-size: 20px;
	color: #2c2c2c;
	font-weight: 600;
	margin-bottom: 15px;
}

.case-detail .one .content .list .ctent {
	color: #333333;
	line-height: 25px;
}

.case-detail .one .content .tu {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.case-detail .one .content .tu img {
	max-width: 100%;
}

.case-detail .two {
	width: 100%;
	padding: 30px 0;
	background-color: #fff;
}

.case-detail .two .content .four-tit {
	font-size: 26px;
	color: #333333;
	font-weight: 600;
}

.case-detail .content .right {
	width: 100%;
	margin-top: 30px;
}

.case-detail .content .right .list {
	border: 1px solid #eeeeee;
	padding: 15px;
	width: 22%;
	margin-right: 4%;
	cursor: pointer;
}

.case-detail .content .right .list:nth-child(4n) {
	margin-right: 0;
}

.case-detail .content .right .list .tu {
	text-align: center;
	line-height: 180px;
}

.case-detail .content .right .list .tu img {
	max-width: 100%;
	max-height: 100%;
}

.case-detail .content .right .list p.tit {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}

.case-detail .content .right .list p.ctent {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 10px;
}

.case-detail .content .right .list:hover {
	border: 1px solid #fff;
	box-shadow: 0 0 10px #ccc;
}

@media only screen and (max-width: 1220px) {
	.case-detail .one .content,
	.case-detail .two .content {
		width: 96%;
	}
}

@media only screen and (max-width: 760px) {
	.case-detail .content .right .list {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.case-detail .content .right .list:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 640px) {
	.case-detail .one {
		padding: 20px 0;
	}
	.case-detail .one .content p.tit {
		font-size: 18px;
	}
	.case-detail .one .content .list .fu-tit,
	.case-detail .two .content .four-tit {
		font-size: 14px;
	}
	.case-detail .content .right {
		margin-top: 20px;
	}
	.case-detail .content .right .list p.tit {
		font-size: 14px;
	}
	.case-detail .content .right .list .tu {
		line-height: 100px;
	}
	.case-detail .content .right .list p.ctent {
		font-size: 12px;
		margin-top: 5px;
		line-height: 20px;
	}
}


/*------------------------------------------------------------------
 * 
 * recruit*/

.recruit {
	width: 100%;
	background-color: #fff;
	padding: 50px 0;
}

.recruit .content {
	width: 1200px;
	margin: 0 auto;
	border: 2px solid #f5f5f5;
	padding-bottom: 20px;
}

.recruit-tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #f5f5f5;
	padding: 0 20px;
}

.recruit-tit ul li {
	float: left;
	width: 15.5%;
	text-align: center;
	font-size: 20px;
	color: #555555;
	font-weight: 600;
	border-right: 5px solid #fff;
}

.recruit-tit ul li:first-child {
	width: 38%;
}

.recruit-tit ul li:last-child {
	border-right: none;
}

.recruit-side {
	padding: 0 20px;
}

.recruit-side h3 {
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #f5f5f5;
	font-weight: normal;
	cursor: pointer;
}
.recruit-side h3 ul li{
	float: left;
	font-size: 16px;
	color: #555555;
	width: 15.5%;	
	text-align: center;
	border-right: 5px solid #fff;
}

.recruit-side h3 ul li:first-child {
	width: 38%;
	text-align: left;
	padding-left: 5%;
}
.recruit-side h3 ul li:last-child {
	border-right: none;
}

.recruit-side h3 ul li.xq em {
	display: inline-block;
	margin-left: 5px;
	width: 11px;
	height: 7px;
	background: url(../img/up.png) no-repeat;
	cursor: pointer;
}
.recruit-side h3.on ul li.xq em {
	background: url(../img/down.png) no-repeat;
}
.recruit-side h3.on ul li.xq{
	color: #35a832;
}
.recruit-side h3.on em {
	background-position: 16px -57px;
}

.recruit-side .zpcontent{
	width: 100%;
	padding: 0 5%;
	display: none;
}
.recruit-side .zpcontent .list{
	width: 100%;
	margin-top: 20px;
}
.recruit-side .zpcontent .list p.tit{
	font-size: 16px;
	color: #666666;
	font-weight: 600;
	margin-bottom: 10px;
}
.recruit-side .zpcontent .list p.ctent{
	color: #666666;
	line-height: 30px;
	font-size: 14px;
}

@media only screen and (max-width: 1220px) {
	.recruit .content {
		width: 96%;
	}
}
@media only screen and (max-width: 960px) {
	.recruit-tit ul li{
		font-size: 16px;
		font-weight: normal;
	}
	.recruit-side h3 ul li,
	.recruit-side .zpcontent .list p.tit{
		font-size: 14px;
	}
}
@media only screen and (max-width: 640px) {
	.recruit-tit{
		padding: 0;
	}
	.recruit-tit ul li:first-child,
	.recruit-tit ul li{
		width: 20%;
		border-right: 1px solid #fff;
	}
	.recruit{
		padding: 20px 0;
	}
	.recruit-side{
		padding: 0;
	}
	.recruit-side h3{
		height: 40px;
		line-height: 40px;
	}
}

/*------------------------------------------------------------------
 * 
 * aboutus*/
.aboutus{
	width: 100%;
}
.aboutus .one{
	width: 100%;
	background-color: #fff;
	padding: 40px 0;
}
.aboutus .one .content,
.aboutus .two .content,
.aboutus .three .content{
	width: 1200px;
	margin: 0 auto;
}
.aboutus .one .content .one-tit{
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 20px;
}
.aboutus .one .content .bottom{
	width: 100%;
}
.aboutus .one .content .bottom .list{
	width: 100%;
	margin-top: 30px;
}
.aboutus .one .content .bottom .list .left{
	width: 29%;
	text-align: center;
	line-height: 280px;
}
.aboutus .one .content .bottom .list .left img{
	max-width: 100%;
}
.aboutus .one .content .bottom .list .right{
	width: 66%;
	margin: 0 2%;
}
.aboutus .one .content .bottom .list .right p.tit{
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	margin-top: 50px;
}
.aboutus .one .content .bottom .list .right p.fu-tit{
	font-size: 16px;
	color: #222222;
	font-style: italic;
	margin-top: 15px;
}
.aboutus .one .content .bottom .list .right p.ctent{
	font-size: 14px;
	color: #555555;
	line-height: 26px;
	margin-top: 5px;
}
.aboutus .one .content .bottom .list:nth-child(2) .left{
	margin-top: 30px;
}
.aboutus .one .content .bottom .list:nth-child(3) .left{
	margin-top: 50px;
}

.aboutus .two{
	width: 100%;
	background-color: #57aabd;
	padding: 40px 0;
}
.aboutus .two .content p.tit{
	font-size: 24px;
	color: #293032;
	font-weight: 600;
	margin-bottom: 5px;
}
.aboutus .two .content p.fu-tit{
	max-width: 40%;
}
.aboutus .two .content p.fu-tit img{
	max-width: 100%;
}
.aboutus .two .content p.jg{
	width: 100%;
	text-align: center;
}
.aboutus .two .content p.jg img{
	max-width: 100%;
}

.aboutus .three{
	width: 100%;
	background-color: #fff;
	padding: 40px 0;
}
.aboutus .three .content p.tit{
	font-size: 26px;
	color: #424242;
	font-weight: 600;
}
.aboutus .three .content .bottom{
	width: 100%;
	margin-top: 30px;
}
.aboutus .three .content .bottom ul li{
	float: left;
	width: 100%;
	line-height: 32px;
	color: #111111;
	font-size: 13px;
}

.aboutus .one .content .bottom .listtwo{
	display: none;
}
@media only screen and (max-width: 1220px) {
	.aboutus .one .content,
	.aboutus .two .content,
	.aboutus .three .content {
		width: 96%;
	}
}

@media only screen and (max-width: 640px) {
	.aboutus .one{
		padding: 20px 0;
	}
	.aboutus .one .content .one-tit{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.aboutus .one .content .bottom .list{
		margin-top: 10px;
	}
	.aboutus .one .content .bottom .list .left{
		width: 100%;
	}
	.aboutus .one .content .bottom .list .right{
		width: 96%;
	}
	.aboutus .one .content .bottom .list:nth-child(2){
		display: none;
	}
	.aboutus .one .content .bottom .listtwo{
		display: block;
	}
	.aboutus .one .content .bottom .list .right p.tit{
		font-size: 16px;
		margin-top: 20px;
	}
	.aboutus .one .content .bottom .list:nth-child(3) .left{
		margin-top: 0;
	}
	.aboutus .two .content p.tit{
		font-size: 16px;
	}
	.aboutus .two,
	.aboutus .three{
		padding: 20px 0;
	}
	.aboutus .three .content p.tit{
		font-size: 16px;
	}

}
.product .two .content .bottom>div{
	display: flex;
}
.imgList{
	text-align: center;
}
.imgList img{
	margin: 20px auto; 
}



/*------------------------------------------------------------------
 * 
 * 官网页面 */

 .s-product,.s-partner{
	 width: 100%;
	 background-color: #ffffff;
 }

 .product-content{
	 width: 1230px;
	 margin: 0 auto;
 }


 .s-hd p:nth-child(1){
	 text-align: center;
	 font-size: 36px;
    color: #333333;
    margin-bottom: 5px;
 }

 .s-hd{
	 padding: 45px 0px;
	 text-align: center;
 }

 .s-hd .line1{
	 width: 200px;
	 height: 6px;
	 background-color: #003499;
	 margin: 0 auto;
 }
 .s-hd .line2{
	width: 800px;
	height: 2px;
	margin: 0 auto;
	background-color:burlywood;
}

.s-hd p:last-child{
	text-align: center;
	font-size: 22px;
   	color: #333333;
   margin-bottom: 5px;
}

.product-content .bd li{
	width:25%;
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
}
.product-content .bd li:hover{
	box-shadow: 0px 0px 21px 0px rgba(73, 73, 73, 0.21);
	border-radius: 6px;
}
.product-content .bd li img{
	width: 286px;
	margin: 0 auto;
	display: block;
}

.product-content .bd li h3{
	font-size: 24px;
	color: #121212;
	margin:  10px 20px;
}

.product-content .bd li p{
	width: 252px;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}

.product-content .bd li a{
	border: 1px solid #fb8a29;
	color: #fb8a29;
	font-size: 12px;
	padding: 5px;
	display: inline-block;
	margin-left: 20px;
	margin-top: 10px;
}

.product-content .bd li div{
	padding-bottom: 20px;
}

.partner-content{
	width: 1200px;
	margin: 0 auto;
}

.partner-content .bd li{
	width: 248px;
	float: left;
	padding: 20px 0px;
	border-radius: 5px;
	border: 1px solid #ffffff;
}

.partner-content .bd li img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: block;
}
.partner-content .bd li button{
	width: 208px;
	margin: 20px;
	background-color: #ededed;
	color: #ffffff;
	border-radius: 7px;
	padding: 5px 0px;
	border: 1px solid #FFFFFF;
	
}

.partner-content .bd li p{
	width: 208px;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	color: #FFFFFF;
}

.partner-content .bd li:hover{
	border: 1px solid #fb8a29;
}
.partner-content .bd li:hover p{
	color: blue;
}
.partner-content .bd li:hover button{
	background-color: blue;
}



/*************************
合作客户移动*/

.partner-content_application1_box{
	width: 6509px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
  }
  
  .partner-content_move_application{
	position: relative;
	animation:mymove1 80s infinite;
	animation-direction:alternate;
	animation-timing-function: linear;
  }
  
  @keyframes mymove1 {
	  from {left:0px;}
	  to {left: -5309px;}
  }

  .partner-content_application1_case > div {
	width: calc(100% / 6);
	margin-bottom: 100px;
  }
  
  .partner-content_application1_case{
	width: 283px;
	margin-bottom: 66px;
	flex-direction: column;
  }
  .partner-content_application1_case p{
	background-color: #F8F8F8;
	border-radius: 10px;
	line-height: 52px;
	color: #222222;
	width: 240px;
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
  }


  /*************************
企业资质*/

.s-qualification{
	width: 100%;
	background-color: #F9F9F9;
}

.qualification-content{
	width: 1200px;
	margin: 0 auto;
}

.qualification_application1_box{
	width: 2142px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
  }
  
  .qualification_move_application{
	position: relative;
	animation:mymove 10s infinite;
	animation-direction:alternate;
	animation-timing-function: linear;
  }
  
  @keyframes mymove {
	  from {left:0px;}
	  to {left: -942px;}
  }
  .qualification_application1_case{
	width: 424px;
	margin-bottom: 66px;
  }

  .qualification_application2_case{
	width: 240px;
	margin-bottom: 66px;
  }


    /*************************
联系我们*/

.s-contact{
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

.contact-content{
	width: 1230px;
	margin: 0 auto;
}

.contact-bd .left p{
	width: 346px;
	font-size: 18px;
	color: #666666;
	line-height: 48px;
	margin-left: 10px;
}

.contact-bd .left div{
	margin-top: 60px;
}

.contact-bd .left div:last-child p{
	text-align: center;
}

.s-map{
	float: right;
}

/***********************
底部介绍*/
.footer4 {
	width: 100%;
	background-color: #262c36;
}

.footer4 .hd {
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0;
}

.footer4 .hd .left{
	width: 167px;
}

.footer4 .hd .right{
	font-size: 16px;
	line-height: 52px;
	float: right;
	color: #FFFFFF;
	margin-right: 16px;
}



.footer4 .top {
	border-top: 4px solid #979797;
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0;
}

.footer4 .top .list {
	width: 20%;
}

.footer4 .top .list:nth-child(2) {
	width: 20%;
}

.footer4 .top .list p.tit {
	font-size: 16px;
	color: #c1c1c1;
	font-weight: 600;
}

.footer4 .top .list p span {
	display: block;
	float: left;
	height: 15px;
	border-left: 5px solid #cfcfcf;
	margin-right: 8px;
	margin-top: 4px;
}

.footer4 .top .list .bottom {
	width: 100%;
	margin-top: 20px;
}

.footer4 .top .list .bottom ul li {
	width: 100%;
	float: left;
	line-height: 40px;
	color: #c1c1c1;
}

.footer4 .top .list .bottom ul li a {
	color: #c1c1c1;
}

.footer4 .top .list .bottom ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer4 .footer-code4 {
	float: right;
}

.footer4 .footer-code4 p{
	width: 100%;
	text-align: center;
	line-height: 56px;
	color: #ffffff;
	font-size: 16px;
}

.footer4 .footer-code4 .right{
	position: relative;
	float: right;
}
.footer4 .footer-code4 .right img:nth-child(2){
	margin-left: 20px;
}
.footer4 .footer-code4 .right .right-po{
	position: absolute;
	top: 50%;
	transform: translate(-43%,-50%);
	right: 60px;
}

.footer-bottom {
	width: 100%;
	font-size: 12px;
	color: #6c6c6c;
	text-align: center;
	line-height: 20px;
	padding: 8px 0;
	background-color: #1d2128;
	font-weight: 600;
}

/************************************
电动游船页面样式*/


.bd1{
	justify-content: space-around;
}

.bd1 .bd1-li{
	width: 260px;
	height: 320px;
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #E5E5E5;
}

.bd1 .bd1-li img{
	padding: 40px 0px;
}

.bd1 .bd1-li .bd1-title{
	font-size: 22px;
	line-height: 80px;
	border-top: 2px solid #000000;
	color: #111111;
}

.bd1 .bd1-li p{
	font-size: 14px;
	line-height: 34px;
	color: #111111;
	padding: 0px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}

.hd-title{
	margin-top: 0;font-size: 24px; margin-top: 10px
}

.bd2{
	color: #ffffff;
	flex-wrap: wrap;
	justify-content: space-around;
}

.bd2 .bd2-li{
	width: 25%;
	height: 200px;
}

.bd2 .bd2-li p{
	line-height: 80px;
	font-size: 16px;
}

.bd3{
	width: 1200px;
	margin: 0 auto;
}

.bd3 .bd3-right .bd3-right-li{
	padding: 30px 0px 30px 60px;
}

.bd3 .bd3-right .bd3-right-li div:nth-child(1){
	width: 25px;
	height: 4px;
	background-color: #1B6EC9;
}

.bd3 .bd3-right .bd3-right-li div:nth-child(2){
	font-size: 26px;
	line-height: 40px;
	color: #000000;
	margin-top: 20px;
	font-weight: bold;
}

.bd3 .bd3-right .bd3-right-li p:nth-child(3){
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	padding-bottom: 30px;
}


.bd4{
	color: #ffffff;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 50px 0px 60px 0px;
}

.bd4 .bd4-li{
	width: 46%;
	margin-bottom: 40px;
  padding-left: 30px;
}

.bd4 .bd4-li .bd4-li-content{
	margin-left: 30px;
}

.bd4 .bd4-li .bd4-li-content p:nth-child(1){
	font-size: 20px;
	line-height: 32px;
}

.bd4 .bd4-li .bd4-li-content p:nth-child(2){
	font-size: 16px;
}

.bd4 .bd4-li img{
	width: 32px;
	height: 32px;
}
.bd5{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.bd5 .bd5-right .bd5-right-li{
	padding: 27px 0px 27px 30px;
}

.bd5 .bd5-right .bd5-right-li div:nth-child(1){
	width: 25px;
	height: 4px;
	background-color: #1B6EC9;
}

.bd5 .bd5-right .bd5-right-li div:nth-child(2){
	font-size: 26px;
	line-height: 40px;
	color: #000000;
	margin-top: 20px;
	font-weight: bold;
}

.bd5 .bd5-right .bd5-right-li p:nth-child(3){
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	/* padding-bottom: 30px; */
}

/************************************
共享婴儿车*/

.application5s_2{
	background-color: #ffffff;
	border-radius: 12px ;
}

.application5s_2_bd{
	padding: 60px 0px 60px 60px;
}

.application5s_2_bd div h3{
	font-size: 34px;
	color: #111111;
	line-height: 60px;
}

.application5s_2_bd div:nth-child(1) p{
	font-size: 28px;
	line-height: 80px;
}

.application5s_2_bd div:nth-child(2) div{
	font-size: 28px;
	width: 743px;
}


.application5s_3_left{
	width: 50%;
	flex-wrap: wrap;
	justify-content: space-around;

}

.application5s_3_left .left_li{
	margin-bottom: 20px;
}

.application5s_3_left .left_li .li_title{
	margin-bottom: 5px;

}

.application5s_3_left .left_li p{
	color: #333333;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	margin-left: 10px;
}

.application5s_3_left .left_li .li_content{
	width: 256px;
	height: 64px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}


.application5s_3_right{
	width: 50%;
}


/**************************************************
共享轮椅*/
.application_6_right .right_li{
	margin-bottom: 20px;
}
.application_6_right .right_li p{
	color: #1296DB;
	font-size: 36px;
	line-height: 50px;
	margin-left: 30px;

}

.application_6_right .right_li div:nth-child(2){
	font-size: 24px;
	color: #333333;
	line-height: 80px;
	width: 500px;
}

.application_6_2{
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100% 72%;
	height: 700px;
	margin: 0 auto;
	position: relative;
}
.application_6_2 .application_6_content{
	width: 1200px;
	height: 65%;
	border-radius: 12px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	justify-content: space-around;
	box-shadow: 0px 0px 21px 0px rgba(73, 73, 73, 0.21);
	
}

.application_6_2 .application_6_content .content_line1{
	flex-wrap: nowrap;
	justify-content: space-around;
}

.application_6_2 .application_6_content .content_line1 div{
	color: #1B6EC9;
	font-size: 45px;
	font-weight: bold;
	width: 100px;
}

.application_6_2 .application_6_content .content_line2 div{
	width: 20%;
}

.application_6_2 .application_6_content .content_line2 div:nth-child(1){

	margin-left: 10px;
}

.application_6_2 .application_6_content .content_line2 div:nth-child(2){

	margin-left: 64px;
}

.application_6_2 .application_6_content .content_line2 div:nth-child(3){

	margin-left: 40px;
}

.application_6_2 .application_6_content .content_line2 div:nth-child(4){

	margin-left: 110px;
}

.application_6_2 .application_6_content .content_line2 div p{
	text-align: center;
}
.application_6_2 .application_6_content .content_line2 div p:nth-child(1){
	font-size: 22px;
	line-height: 40px;
	color: #000000;
	font-weight: bold;
}

.application_6_2 .application_6_content .content_line2 div p:nth-child(2){
	font-size: 18px;
	color: #000000;
}


/********************************************
景区购票*/

.application7s_1 .application7s_1_li h3{
	font-size: 24px;
	color: #000000;
	line-height: 70px;

}

.application7s_1 .application7s_1_li div{
	padding: 0 30px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.application7s_2_bd{
	margin: 0 auto;
	padding-top: 45px;
}

.application7s_2_bd .application7s_2_right{
	flex-wrap: wrap;
	justify-content: space-around;
}

.application7s_2_bd .application7s_2_right img{
	margin-bottom: 15px;
}
.application7s_2_bd .application7s_2_left div{
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	line-height: 60px;

}

.application7s_2_bd .application7s_2_left p{
	width: 500px;
	font-size: 18px;
	line-height: 40px;
	color: #000000;
	margin-top: 30px;
}

.application7s_3_li{
	margin-bottom: 30px;
}

.application7s_3_li h3{
	font-size: 24px;
	line-height: 50px;
	color: #000000;
}

.application7s_3_li p{
	font-size: 18px;
	line-height: 40px;
	color: #000000;
	width: 360px;
}

/*********************************************
加盟合作*/

.partner_1_bd{
	flex-wrap: wrap;
	justify-content: space-around;
}

.partner_1_bd .partner_1_bd_li{
	color: #111111;
}

.partner_1_bd .partner_1_bd_li div{
	text-align: center;
	font-size: 26px;
	line-height: 80px;
}

.partner_1_bd .partner_1_bd_li p{
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	width: 300px;
}

.partner_2_bd .partner_1_bd_li div{
	text-align: center;
	font-size: 26px;
	line-height: 40px;
}
.partner_3{
	padding: 100px 0px;
}
.partner_3_bd{
	width: 1200px;
	height: 270px;
	color: #ffffff;
}

.partner_3_bd .partner_3_bd_left{
	margin-left: 30px;
}
.partner_3_bd_left img{
	margin-top: 10px;
	width: 50px;
	height: 46px;
}
.partner_3_bd .partner_3_bd_left div{
	margin-left: 20px;
}

.partner_3_bd .partner_3_bd_left div h3{
	font-size: 40px;
}

.partner_3_bd .partner_3_bd_left div p{
	font-size: 12px;
	line-height: 30px;
}

.partner_3_bd .partner_3_bd_right{
	font-size: 40px;
	margin-right: 30px;
}












