﻿/* * {
	box-sizing: content-box;
} */
.news .container,
.other1 .container,
.index-advantage .container {
	box-sizing: content-box;
}
body {
	background-color: #f3f3f3;
}

/* .banner {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:120px;
}
.banner .container {
	height:100%;
}
.banner .contents {
	position:absolute;
	top:120px;
	left:0px;
	width:100%;
	height:100%;
}
.banner .content {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
}
.banner .contentInfo {
	display:none;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:100px;
	width:675px;
	height:200px;
	margin-top:-100px;
	z-index:1;
	text-align:left;
}
.banner .contentInfo .sub {
	text-shadow:0px 0px 3px #b67ebc;
	position:absolute;
	top:17px;
	left:8px;
	width:2px;
	height:120px;
	background:#fff;
}
.banner .contentInfo .sub {
	transform-origin:left bottom;
	-moz-transform-origin:left bottom;
	-ms-transform-origin:left bottom;
	-o-transform-origin:left bottom;
	-webkit-transform-origin:left bottom;
}
.banner .contentInfo .quan {
	text-shadow:0px 0px 3px #b67ebc;
	position:absolute;
	top:128px;
	left:0px;
	width:14px;
	height:14px;
	border:2px solid #fff;
	border-radius:16px;
	-moz-border-radius:16px;
	-ms-border-radius:16px;
	-o-border-radius:16px;
	-webkit-border-radius:16px;
}
.banner .contentInfo .title {
	text-shadow:0px 0px 3px #b67ebc;
	position:absolute;
	left:32px;
	top:8px;
	line-height:50px;
	font-size:40px;
	color:#fff;
	font-family:"微软雅黑";
}
.banner .contentInfo .info {
	text-shadow:0px 0px 3px #b67ebc;
	position:absolute;
	left:32px;
	top:70px;
	line-height:32px;
	font-size:20px;
	color:#fff;
}
.banner .contentInfo .btn {
	text-shadow:0px 0px 3px #b67ebc;
	position:absolute;
	top:146px;
	left:32px;
	color:#fff;
	border:1px solid #fff;
	text-align:center;
	line-height:32px;
	width:110px;
	height:30px;
	border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	-webkit-border-radius:30px;
}
.banner .bannerNav {
	position:absolute;
	bottom:10px;
	width:100%;
	text-align:center;
	z-index:2;
}
.banner .bannerNav .bannerNavChild {
	margin:0 10px;
	width:10px;
	height:10px;
	display:inline-block;
*display:inline;
*zoom:1;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
}
.banner .bannerNav .bannerNavChild.on {
	background:#000;
	animation:bannerNavChildOn .2s ease-in-out 0s both;
	-moz-animation:bannerNavChildOn .2s ease-in-out 0s both;
	-webkit-animation:bannerNavChildOn .2s ease-in-out 0s both;
	-o-animation:bannerNavChildOn .2s ease-in-out 0s both;
}
.banner .bannerBg {
	width:100%;
	height:auto;
	vertical-align:middle;
} 
.about {
	padding:80px 0;
	background:#fff;
}
.about .left {
	width:50%;
	height:284px;
	float:left;
}
.about .left img {
	width:100%;
	height:100%;
	vertical-align:middle;
}
.about .right {
	position:relative;
	width:524px;
	height:284px;
	float:right;
}
.about .right .title {
	font-size:20px;
	color:#da221b;
	line-height:20px;
	padding-bottom:20px;
}
.about .right .info {
	font-size:14px;
	color:#666;
	line-height:22px;
}
.about .right .btn {
	position:absolute;
	bottom:0px;
	left:0px;
	width:122px;
	height:38px;
	border:1px solid #dcdcdc;
	line-height:38px;
	text-align:center;
	color:#999999;
	font-size:14px;
	background:#da221b;
	color:#fff;
	border:1px solid #fff;
}
*/
/*.about .right .btn {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.about .right .btn:hover {
	background:#da221b;
	color:#fff;
	border:1px solid #fff;
}*/
.news {
	padding: 65px 0;
	background: #fff;
}

.news .container {
	/*height:415px;*/
	margin: 30px auto 0 auto;
	overflow: hidden;
}

.news .contents {
	position: relative;
	width: 1200px;
	/*height:415px;*/
	overflow: hidden;
}

.news .content {
	position: absolute;
	top: 0;
	left: 0;
}

.news .child {
	display: none;
	position: absolute;
	width: 342px;
}

.news .child .childImg {
	width: 342px;
	height: 228px;
	overflow: hidden;
}

/*.news .child .childImg {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.news .child .childImg:hover {
	box-shadow:0px 0px 5px #000;
	-moz-box-shadow:0px 0px 5px #000;
	-ms-box-shadow:0px 0px 5px #000;
	-o-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
}
.news .child .childImg img {
	vertical-align:middle;
	width:100%;
	height:100%;
}
.news .child .childImg img {
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.news .child .childImg img:hover {
	transform:rotate(20deg) scale(1.4);
	-moz-transform:rotate(20deg) scale(1.4);
	-ms-transform:rotate(20deg) scale(1.4);
	-o-transform:rotate(20deg) scale(1.4);
	-webkit-transform:rotate(20deg) scale(1.4);
}*/
.news .child .childTitle {
	line-height: 30px;
	padding-top: 40px;
	color: #666;
	font-size: 24px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .child .childTime {
	color: #999999;
	font-size: 14px;
	line-height: 40px;
}

.news .child .childInfo {
	color: #878787;
	font-size: 14px;
	line-height: 22px;
}

.news .navBtn {
	position: absolute;
	top: 80px;
	height: 70px;
	cursor: pointer;
}

.news .navBtn.leftBtn {
	left: -88px;
}

.news .navBtn.rightBtn {
	right: -88px;
}

.other {
	padding: 40px 0;
	background: #f3f3f3;
	text-align: center;
	padding-bottom: 0px;
}

.other .container {
	/*height: 415px;*/
	margin: 56px auto 0 auto;
}

.other .child {
	width: 380px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 16px;
	vertical-align: text-top;
}

.other .child#vedioChild {
	margin-right: 0px;
}

.other .child#vedioChild .childImg {
	position: relative;
	overflow: hidden;
}

.other img {
	/*height: 100%;*/
	width: 100%;

}

.other .child .childImg {
	width: 380px;
	height: 380px;
	/*background:#EFEFEF;
	border-radius:280px;
	-moz-border-radius:280px;
	-ms-border-radius:280px;
	-o-border-radius:280px;
	-webkit-border-radius:280px;*/
	overflow: hidden;
}

.other .child .childImg .childImgc {
	vertical-align: middle;
}

/*.other .child .childImg .childImgc {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.other .child .childImg .childImgc:hover {
	transform:rotate(20deg) scale(1.4);
	-moz-transform:rotate(20deg) scale(1.4);
	-ms-transform:rotate(20deg) scale(1.4);
	-o-transform:rotate(20deg) scale(1.4);
	-webkit-transform:rotate(20deg) scale(1.4);
}*/
.other .child .childTitle {
	margin-top: 20px;
	/*border:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:52px;*/
	color: #666;
	font-size: 24px;
}

.other .child .childInfo {
	padding-top: 50px;
	line-height: 26px;
	color: #999999;
	font-size: 14px;
}

.other .child#vedioChild {
	cursor: pointer;
}

.other .child#vedioChild .childImg .childImgc:hover {
	transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
}

.other .child#vedioChild .childImg .childHide {
	border-raidus: 280px;
	-moz-border-raidus: 280px;
	-ms-border-raidus: 280px;
	-o-border-raidus: 280px;
	-webkit-border-raidus: 280px;
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 280px;
	background: url(../images/pruplebg.png);
}

.other .child#vedioChild .childImg .childVedio {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76px;
	height: 76px;
	margin: -38px 0 0 -38px;
}

.work {
	position: relative;
}

.work .workTitle {
	padding: 40px 0;
	/*background:#f7f7f7;*/
}

.work .container {
	margin: 50px auto;
	height: 533px;
}

.work .container .child {
	position: absolute;
	width: 385px;
	height: 257px;
	background-color: #fcdedc;
}

.work .container .child .childImg {
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.work .container .child .childFoot {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 240px;
}

.work .container .child .childRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.work .container .child .childTitle {
	color: #333;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-left: 18px;
	line-height: 36px;
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 1;
	background-color: #fffcfc;
	/*opacity: 0.5;*/
}

/*.work .container .child .childHide {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
	background:url(../images/pruplebg.png);
}
.work .container .child .childSearchBg {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:66px;
	height:66px;
	margin:-33px 0 0 -33px;
	background:url(../images/seachbg.png);
	border-radius:66px;
	-moz-border-radius:66px;
	-ms-border-radius:66px;
	-o-border-radius:66px;
	-webkit-border-radius:66px;
	z-index:2;
}
.work .container .child .childSearch {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:30px;
	height:24px;
	margin:-12px 0 0 -15px;
	z-index:3;
}
.work .container .child:hover .childHide {
	display:block;
}
.work .container .child:hover .childSearchBg {
	display:block;
	animation:quan .2s ease-in-out 0s both;
	-moz-animation:quan .2s ease-in-out 0s both;
	-webkit-animation:quan .2s ease-in-out 0s both;
	-o-animation:quan .2s ease-in-out 0s both;
}*/
@keyframes quan {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@-moz-keyframes quan {
	0% {
		-moz-transform: scale(0);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-webkit-keyframes quan {
	0% {
		-webkit-transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-o-keyframes quan {
	0% {
		-o-transform: scale(0);
	}

	100% {
		-o-transform: scale(1);
	}
}

.work .container .child:hover .childSearch {
	display: block;
}

.work .container .child#work1 {
	top: 0px;
	left: 0px;
}

.work .container .child#work2 {
	top: 0px;
	left: 406px;
}

.work .container .child#work3 {
	top: 0px;
	left: 810px;
}

.work .container .child#work4 {
	top: 277px;
	left: 0px;
}

.work .container .child#work5 {
	top: 277px;
	left: 406px;
}

.work .container .child#work6 {
	top: 277px;
	left: 810px;
}

@media (max-width: 639px) {
	/* .banner {
		padding-top: 50px;
	}

	.banner .contents {
		top: 50px;
	}

	.banner .content {
		background-size: auto 160px;
		background-position: center 0px;
		background-attachment: inherit;
	}

	.banner .contentInfo {
		top: 50%;
		left: 0px;
		height: 200px;
		width: 100%;
		margin-top: -100px;
	}

	.banner .contentInfo .sub {
		top: 47px;
		left: 8px;
		width: 2px;
		height: 120px;
	}

	.banner .contentInfo .quan {
		top: 98px;
		left: 0px;
		width: 14px;
		height: 14px;
		border: 2px solid #fff;
		border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
		-webkit-border-radius: 16px;
	}

	.banner .contentInfo .title {
		position: relative;
		left: 32px;
		top: 0px;
		line-height: 30px;
		font-size: 22px;
		padding-top: 40px;
	}

	.banner .contentInfo .info {
		display: none;
		position: relative;
		left: 32px;
		top: 0px;
		line-height: 32px;
		padding-top: 10px;
		font-size: 20px;
	}

	.banner .contentInfo .btn {
		position: relative;
		top: 0;
		left: 32px;
		line-height: 32px;
		margin-top: 6px;
		width: 110px;
		height: 30px;
		border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		-o-border-radius: 30px;
		-webkit-border-radius: 30px;
	}

	.banner .bannerNav {
		bottom: 10px;
	}

	.banner .bannerNav .bannerNavChild {
		margin: 0 10px;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	.banner .bannerBg {
		width: auto;
		height: 160px;
	}
 */
	@keyframes sub {
		0% {
			height: 0px;
		}

		100% {
			height: 60px;
		}
	}

	@-moz-keyframes sub {
		0% {
			height: 0px;
		}

		100% {
			height: 60px;
		}
	}

	@-webkit-keyframes sub {
		0% {
			height: 0px;
		}

		100% {
			height: 60px;
		}
	}

	@-o-keyframes sub {
		0% {
			height: 0px;
		}

		100% {
			height: 60px;
		}
	}

	/* .about {
		padding: 17px 0 25px 0;
	}

	.about .left {
		width: 100%;
		height: auto;
		float: none;
	}

	.about .left img {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}

	.about .right {
		width: 100%;
		height: auto;
		float: none;
	}

	.about .right .title {
		font-size: 16px;
		line-height: 20px;
		padding: 17px 0 12px 0;
	}

	.about .right .info {
		font-size: 12px;
		line-height: 18px;
	}

	.about .right .btn {
		position: relative;
		margin-top: 15px;
		width: 86px;
		height: 23px;
		border: 1px solid #dcdcdc;
		line-height: 23px;
		font-size: 12px;
		border-radius: 23px;
		-moz-border-radius: 23px;
		-moz-border-radius: 23px;
		-ms-border-radius: 23px;
		-o-border-radius: 23px;
		-webkit-border-radius: 23px;
	}

	.about .right .btn:hover {
		border: 1px solid #fff;
	}
 */
	.news {
		padding: 32px 0;
	}

	.news .container {
		/*height:250px;*/
		margin: 56px auto 0 auto;

	}

	.news .contents {
		width: 209px;
		height: 250px;
		margin: 0 auto;
	}

	.news .child {
		width: 209px;
	}

	.news .child .childImg {
		width: 209px;
		height: 125px;
	}

	.news .child .childTitle {
		line-height: 20px;
		padding-top: 10px;
		font-size: 14px;
	}

	.news .child .childTime {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 8px;
	}

	.news .child .childInfo {
		font-size: 12px;
		line-height: 16px;
	}

	.news .navBtn {
		top: 40px;
		height: 35px;
	}

	.news .navBtn.leftBtn {
		left: 0px;
	}

	.news .navBtn.rightBtn {
		right: 0px;
	}

	.other {
		padding: 30px 0 0px 0;
	}

	.other .child {
		width: 75%;
		margin: 0 auto;
		display: block;
		padding-bottom: 30px;
	}

	.other .child#vedioChild {
		margin: 0 auto;
	}

	.other .child .childImg {
		width: 100%;
		height: 100%;
		/*border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	-webkit-border-radius:100%;*/
	}

	.other .child .childImg .childImgc {
		max-width: 100%;
		max-height: 100%;
	}

	.other .child .childTitle {
		margin-top: 23px;
		/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
		line-height: 30px;
		font-size: 14px;
	}

	.other .child .childInfo {
		padding-top: 20px;
		line-height: 20px;
		font-size: 12px;
	}

	.other .child#vedioChild .childImg .childHide {
		border-raidus: 140px;
		-moz-border-raidus: 140px;
		-ms-border-raidus: 140px;
		-o-border-raidus: 140px;
		-webkit-border-raidus: 140px;
		width: 280px;
		height: 280px;
	}

	.other .child#vedioChild .childImg .childVedio {
		width: 38px;
		height: 38px;
		margin: -19px 0 0 -19px;
	}

	.work {
		position: relative;
	}

	.work .workTitle {
		padding: 20px 0;
	}

	.work .container {
		margin: 20px auto;
		height: auto;
	}

	.work .container .child {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 18px auto;
	}

	.work .container .child .childImg {
		vertical-align: middle;
		width: 100%;
		height: auto;
	}

	.work .container .child .childFoot {
		height: 120px;
	}

	.work .container .child .childTitle {
		font-size: 12px;
		padding-left: 5px;
		line-height: 18px;
	}

	.work .container .child .childSearchBg {
		width: 33px;
		height: 33px;
		margin: -16px 0 0 -16px;
		border-radius: 33px;
		-moz-border-radius: 33px;
		-ms-border-radius: 33px;
		-o-border-radius: 33px;
		-webkit-border-radius: 33px;
	}

	.work .container .child .childSearch {
		width: 15px;
		height: 12px;
		margin: -6px 0 0 -8px;
	}

	.work .container .child#work1 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work2 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work3 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work4 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work5 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work6 {
		top: 0px;
		left: 0px;
	}
}

@media (min-width: 640px) and (max-width:1023px) {
	/* .banner {
		padding-top: 73px;
	}

	.banner .content {
		background-size: auto 320px;
		background-position: center 0px;
		background-attachment: inherit;
	}

	.banner .contents {
		top: 73px;
	}

	.banner .contentInfo {
		top: 50%;
		left: 0px;
		height: 200px;
		width: 100%;
		margin-top: -100px;
	}

	.banner .contentInfo .sub {
		top: 17px;
		left: 8px;
		width: 2px;
		height: 120px;
	}

	.banner .contentInfo .quan {
		top: 128px;
		left: 0px;
		width: 14px;
		height: 14px;
		border: 2px solid #fff;
		border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
		-webkit-border-radius: 16px;
	}

	.banner .contentInfo .title {
		position: relative;
		left: 32px;
		top: 0px;
		line-height: 50px;
		font-size: 40px;
	}

	.banner .contentInfo .info {
		position: relative;
		left: 32px;
		top: 0px;
		line-height: 32px;
		padding-top: 10px;
		font-size: 20px;
	}

	.banner .contentInfo .btn {
		position: relative;
		top: 0;
		left: 32px;
		line-height: 32px;
		margin-top: 6px;
		width: 110px;
		height: 30px;
		border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		-o-border-radius: 30px;
		-webkit-border-radius: 30px;
	}

	.banner .bannerNav {
		bottom: 10px;
	}

	.banner .bannerNav .bannerNavChild {
		margin: 0 10px;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	.banner .bannerBg {
		width: auto;
		height: 320px;
		opacity: 0;
	}

	.about {
		padding: 34px 0 50px 0;
	}

	.about .left {
		width: 100%;
		height: auto;
		float: none;
	}

	.about .left img {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}

	.about .right {
		width: 100%;
		height: auto;
		float: none;
	}

	.about .right .title {
		font-size: 25px;
		line-height: 33px;
		padding: 18px 0 12px 0;
	}

	.about .right .info {
		font-size: 16px;
		line-height: 28px;
	}

	.about .right .btn {
		position: relative;
		margin-top: 20px;
		width: 130px;
		height: 32px;
		border: 2px solid #dcdcdc;
		line-height: 30px;
		font-size: 16px;
		border-radius: 46px;
		-moz-border-radius: 46px;
		-moz-border-radius: 46px;
		-ms-border-radius: 46px;
		-o-border-radius: 46px;
		-webkit-border-radius: 46px;
	}

	.about .right .btn:hover {
		border: 2px solid #fff;
	}
 */
	.news {
		padding: 36px 0;
	}

	.news .container {
		/* height: 411px; */
		margin: 50px auto 0 auto;
	}

	.news .contents {
		width: 418px;
		height: 500px;
		margin: 0 auto;
	}

	.news .child {
		width: 418px;
	}

	.news .child .childImg {
		width: 418px;
		height: 250px;
	}

	.news .child .childTitle {
		line-height: 28px;
		padding-top: 11px;
		font-size: 18px;
	}

	.news .child .childTime {
		font-size: 17px;
		line-height: 26px;
		padding-bottom: 10px;
	}

	.news .child .childInfo {
		font-size: 16px;
		line-height: 26px;
	}

	.news .navBtn {
		top: 80px;
		height: 70px;
	}

	.news .navBtn.leftBtn {
		left: 0px;
	}

	.news .navBtn.rightBtn {
		right: 0px;
	}

	.other {
		padding: 60px 0 0px 0;
	}

	.other .child {
		width: 280px;
		margin: 0 auto;
		display: block;
		padding-bottom: 60px;
	}

	.other .child#vedioChild {
		margin: 0 auto;
	}

	.other .child .childImg {
		width: 280px;
		height: 280px;
		/*border-radius:280px;
	-moz-border-radius:280px;
	-ms-border-radius:280px;
	-o-border-radius:280px;
	-webkit-border-radius:280px;*/
	}

	.other .child .childImg .childImgc {
		vertical-align: middle;
	}

	.other .child .childImg .childImgc {
		transition-duration: .5s;
		-ms-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
	}

	.other .child .childImg .childImgc:hover {
		transform: rotate(20deg) scale(1.4);
		-moz-transform: rotate(20deg) scale(1.4);
		-ms-transform: rotate(20deg) scale(1.4);
		-o-transform: rotate(20deg) scale(1.4);
		-webkit-transform: rotate(20deg) scale(1.4);
	}

	.other .child .childTitle {
		margin-top: 46px;
		/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
		line-height: 52px;
		color: #666;
		font-size: 25px;
	}

	.other .child .childInfo {
		padding-top: 26px;
		line-height: 26px;
		color: #999999;
		font-size: 14px;
	}

	.other .child#vedioChild {
		cursor: pointer;
	}

	.other .child#vedioChild .childImg .childImgc:hover {
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
	}

	.other .child#vedioChild .childImg .childHide {
		border-raidus: 280px;
		-moz-border-raidus: 280px;
		-ms-border-raidus: 280px;
		-o-border-raidus: 280px;
		-webkit-border-raidus: 280px;
		position: absolute;
		top: 0;
		left: 0;
		width: 280px;
		height: 280px;
		background: url(../images/pruplebg.png);
	}

	.other .child#vedioChild .childImg .childVedio {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 76px;
		height: 76px;
		margin: -38px 0 0 -38px;
	}

	.work {
		position: relative;
	}

	.work .workTitle {
		padding: 40px 0;
	}

	.work .container {
		margin: 15px auto;
		height: auto;
	}

	.work .container .child {
		position: relative;
		width: 385px;
		height: 257px;
		margin: 0 auto 35px auto;
	}

	.work .container .child .childFoot {
		height: 240px;
	}

	.work .container .child .childTitle {
		font-size: 20px;
		padding-left: 10px;
		line-height: 36px;
	}

	.work .container .child .childSearchBg {
		width: 66px;
		height: 66px;
		margin: -33px 0 0 -33px;
		border-radius: 66px;
		-moz-border-radius: 66px;
		-ms-border-radius: 66px;
		-o-border-radius: 66px;
		-webkit-border-radius: 66px;
	}

	.work .container .child .childSearch {
		width: 30px;
		height: 24px;
		margin: -12px 0 0 -15px;
	}

	.work .container .child#work1 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work2 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work3 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work4 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work5 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work6 {
		top: 0px;
		left: 0px;
	}
}

@media (min-width: 1024px) and (max-width:1199px) {
	/* .banner {
		padding-top: 80px;
	}

	.banner .contents {
		top: 80px;
	}

	.banner .content {
		background-size: auto 500px;
		background-position: center 0px;
		background-attachment: inherit;
	}

	.banner .contentInfo {
		margin-top: -100px;
	}

	.banner .bannerBg {
		width: auto;
		height: 500px;
	}

	.about {
		padding: 60px 0;
	}

	.about .left {
		width: 490px;
		height: 230px;
	}

	.about .right {
		width: 450px;
		height: 230px;
	}

	.about .right .title {
		padding-bottom: 8px;
	}
 */
	.news {
		padding: 40px 0;
	}

	.news .container {
		/* height: 340px; */
		margin: 56px auto 0 auto;
	}

	.news .contents {
		width: 980px;
		height: 340px;
	}

	.news .child {
		width: 280px;
	}

	.news .child .childImg {
		width: 280px;
		height: 186px;
	}

	.news .child .childTitle {
		line-height: 24px;
		padding-top: 20px;
		font-size: 20px;
	}

	.news .child .childTime {
		font-size: 14px;
		line-height: 30px;
	}

	.news .child .childInfo {
		font-size: 12px;
		line-height: 20px;
	}

	.news .navBtn {
		top: 80px;
		height: 70px;
	}

	.news .navBtn.leftBtn {
		left: 0px;
	}

	.news .navBtn.rightBtn {
		right: 0px;
	}

	.other {
		padding: 60px 0 40px 0;
	}

	.other .child {
		width: 280px;
		margin-right: 65px;
	}

	.other .child .childImg {
		width: 280px;
		height: 280px;
		background: #EFEFEF;
		/*border-radius:280px;
	-moz-border-radius:280px;
	-ms-border-radius:280px;
	-o-border-radius:280px;
	-webkit-border-radius:280px;*/
	}

	.other .child .childImg .childImgc {
		vertical-align: middle;
	}

	.other .child .childImg .childImgc {
		transition-duration: .5s;
		-ms-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
	}

	.other .child .childImg .childImgc:hover {
		transform: rotate(20deg) scale(1.4);
		-moz-transform: rotate(20deg) scale(1.4);
		-ms-transform: rotate(20deg) scale(1.4);
		-o-transform: rotate(20deg) scale(1.4);
		-webkit-transform: rotate(20deg) scale(1.4);
	}

	.other .child .childTitle {
		margin-top: 46px;
		/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
		line-height: 52px;
		color: #666;
		font-size: 24px;
	}

	.other .child .childInfo {
		padding-top: 26px;
		line-height: 26px;
		color: #999999;
		font-size: 14px;
	}

	.other .child#vedioChild {
		cursor: pointer;
	}

	.other .child#vedioChild .childImg .childImgc:hover {
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
	}

	.other .child#vedioChild .childImg .childHide {
		border-raidus: 280px;
		-moz-border-raidus: 280px;
		-ms-border-raidus: 280px;
		-o-border-raidus: 280px;
		-webkit-border-raidus: 280px;
		position: absolute;
		top: 0;
		left: 0;
		width: 280px;
		height: 280px;
		background: url(../images/pruplebg.png);
	}

	.other .child#vedioChild .childImg .childVedio {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 76px;
		height: 76px;
		margin: -38px 0 0 -38px;
	}

	.work .workTitle {
		padding: 40px 0;
	}

	.work .container {
		width: 790px;
		margin: 50px auto;
		height: 814px;
	}

	.work .container .child#work1 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work2 {
		top: 0px;
		left: 406px;
	}

	.work .container .child#work3 {
		top: 277px;
		left: 0px;
	}

	.work .container .child#work4 {
		top: 277px;
		left: 406px;
	}

	.work .container .child#work5 {
		top: 555px;
		left: 0px;
	}

	.work .container .child#work6 {
		top: 555px;
		left: 406px;
	}
}

@media (min-width: 1200px) and (max-width:1439px) {}

@media (min-width: 1440px) and (max-width:1920px) {}

@keyframes scaleOpacityShow {
	0% {
		transform: scale(0) rotate(20deg);
		opacity: 0;
	}

	80% {
		opacity: 0.5;
	}

	100% {
		transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}

@-moz-keyframes scaleOpacityShow {
	0% {
		-moz-transform: scale(0) rotate(20deg);
		opacity: 0;
	}

	80% {
		opacity: 0.5;
	}

	100% {
		-moz-transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes scaleOpacityShow {
	0% {
		-webkit-transform: scale(0) rotate(20deg);
		opacity: 0;
	}

	80% {
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}

@-o-keyframes scaleOpacityShow {
	0% {
		-o-transform: scale(0) rotate(20deg);
		opacity: 0;
	}

	80% {
		opacity: 0.5;
	}

	100% {
		-o-transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}




@media only screen and (max-width:767px) {
	.inner {
		width: 96%
	}



	menu-item {
		width: 80px;
		float: left;
		margin: 0px 30px;
	}
}

.news {
	padding: 65px 0;
}

.news .container {
	/*height:415px;*/
	margin: 30px auto 0 auto;
	overflow: hidden;
}

.news .contents {
	position: relative;
	width: 1200px;
	/*height:415px;*/
	overflow: hidden;
}

.news .content {
	position: absolute;
	top: 0;
	left: 0;
}

.news .child {
	display: none;
	position: absolute;
	width: 342px;
}

.news .child .childImg {
	width: 342px;
	height: 228px;
	overflow: hidden;
}

.news .child .childTitle {
	line-height: 30px;
	padding-top: 40px;
	color: #666;
	font-size: 24px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .child .childTime {
	color: #999999;
	font-size: 14px;
	line-height: 40px;
}

.news .child .childInfo {
	color: #878787;
	font-size: 14px;
	line-height: 22px;
}

.news .navBtn {
	position: absolute;
	top: 80px;
	height: 70px;
	cursor: pointer;
}

.news .navBtn.leftBtn {
	left: -88px;
}

.news .navBtn.rightBtn {
	right: -88px;
}

/* 首页案例 */
.other1 {
	padding: 80px 0;
	background: #f3f3f3;
	text-align: center;
	padding-bottom: 0px;
}

.other1 .container {
	/*height: 415px;*/
	margin: 56px auto 0 auto;
}

.other1 .child {
	width: 350px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0px;
	margin-right: 40px;
	vertical-align: text-top;
}

.other1 .child#vedioChild {
	margin-right: 0px;
}

.other1 .child#vedioChild .childImg {
	position: relative;
	overflow: hidden;
}

.other1 img {
	/*height: 100%;*/
	width: 100%;

}

.other1 .child .childImg {
	width: 350px;
	height: 350px;
	/*background: url(../images/index_case_bg.jpg) no-repeat;*/
	overflow: hidden;
}

.other1 .child .childImg img{
	width: 302px;
	height: 302px;
	border-radius: 302px;
	margin: 24px 24px 24px 24px;
}

.other1 .child .childImg .childImgc {
	vertical-align: middle;
}

.other1 .child .childTitle {
	margin-top: 10px;
	color: #666;
	font-size: 17px;
}

.other1 .child .childInfo {
	padding-top: 50px;
	line-height: 26px;
	color: #999999;
	font-size: 14px;
}

.other1 .child#vedioChild {
	cursor: pointer;
}

.other1 .child#vedioChild .childImg .childImgc:hover {
	transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
}

.other1 .child#vedioChild .childImg .childHide {
	border-raidus: 280px;
	-moz-border-raidus: 280px;
	-ms-border-raidus: 280px;
	-o-border-raidus: 280px;
	-webkit-border-raidus: 280px;
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 280px;
	background: url(../images/pruplebg.png);
}

.other1 .child#vedioChild .childImg .childVedio {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76px;
	height: 76px;
	margin: -38px 0 0 -38px;
}

@keyframes quan {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@-moz-keyframes quan {
	0% {
		-moz-transform: scale(0);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-webkit-keyframes quan {
	0% {
		-webkit-transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-o-keyframes quan {
	0% {
		-o-transform: scale(0);
	}

	100% {
		-o-transform: scale(1);
	}
}

@media (max-width: 639px) {
	.banner {
		padding-top: 50px;
	}

	.banner .contents {
		top: 50px;
	}

	.banner .content {
		background-size: auto 160px;
		background-position: center 0px;
		background-attachment: inherit;
	}

	.banner .contentInfo {
		top: 50%;
		left: 0px;
		height: 200px;
		width: 100%;
		margin-top: -100px;
	}

	.banner .contentInfo .sub {
		top: 47px;
		left: 8px;
		width: 2px;
		height: 120px;
	}

	.banner .contentInfo .quan {
		top: 98px;
		left: 0px;
		width: 14px;
		height: 14px;
		border: 2px solid #fff;
		border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
		-webkit-border-radius: 16px;
	}

	.banner .contentInfo .title {
		position: relative;
		left: 32px;
		top: 0px;
		line-height: 30px;
		font-size: 22px;
		padding-top: 40px;
	}

	.banner .contentInfo .info {
		display: none;
		position: relative;
		left: 32px;
		top: 0px;
		line-height: 32px;
		padding-top: 10px;
		font-size: 20px;
	}

	.banner .contentInfo .btn {
		position: relative;
		top: 0;
		left: 32px;
		line-height: 32px;
		margin-top: 6px;
		width: 110px;
		height: 30px;
		border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		-o-border-radius: 30px;
		-webkit-border-radius: 30px;
	}

	.banner .bannerNav {
		bottom: 10px;
	}

	.banner .bannerNav .bannerNavChild {
		margin: 0 10px;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	.banner .bannerBg {
		width: auto;
		height: 160px;
	}

	@keyframes sub {
		0% {
			height: 0px;
		}

		100% {
			height: 60px;
		}
	}

	@-moz-keyframes sub {
		0% {
			height: 0px;
		}

		100% {
			height: 60px;
		}
	}

	@-webkit-keyframes sub {
		0% {
			height: 0px;
		}

		100% {
			height: 60px;
		}
	}

	@-o-keyframes sub {
		0% {
			height: 0px;
		}

		100% {
			height: 60px;
		}
	}

	.about {
		padding: 17px 0 25px 0;
	}

	.about .left {
		width: 100%;
		height: auto;
		float: none;
	}

	.about .left img {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}

	.about .right {
		width: 100%;
		height: auto;
		float: none;
	}

	.about .right .title {
		font-size: 16px;
		line-height: 20px;
		padding: 17px 0 12px 0;
	}

	.about .right .info {
		font-size: 12px;
		line-height: 18px;
	}

	.about .right .btn {
		position: relative;
		margin-top: 15px;
		width: 86px;
		height: 23px;
		border: 1px solid #dcdcdc;
		line-height: 23px;
		font-size: 12px;
		border-radius: 23px;
		-moz-border-radius: 23px;
		-moz-border-radius: 23px;
		-ms-border-radius: 23px;
		-o-border-radius: 23px;
		-webkit-border-radius: 23px;
	}

	.about .right .btn:hover {
		border: 1px solid #fff;
	}

	.news {
		padding: 32px 0;
		background: rgb(245, 245, 245);
	}

	.news .container {
		/*height:250px;*/
		margin: 56px auto 0 auto;

	}

	.news .contents {
		width: 209px;
		height: 250px;
		margin: 0 auto;
	}

	.news .child {
		width: 209px;
	}

	.news .child .childImg {
		width: 209px;
		height: 125px;
	}

	.news .child .childTitle {
		line-height: 20px;
		padding-top: 10px;
		font-size: 14px;
	}

	.news .child .childTime {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 8px;
	}

	.news .child .childInfo {
		font-size: 12px;
		line-height: 16px;
	}

	.news .navBtn {
		top: 40px;
		height: 35px;
	}

	.news .navBtn.leftBtn {
		left: 0px;
	}

	.news .navBtn.rightBtn {
		right: 0px;
	}

	.other1 {
		padding: 30px 0 0px 0;
	}

	/*.other1 .child {
		width: 75%;
		margin: 0 auto;
		display: block;
		padding-bottom: 30px;
	}*/

	.other1 .child#vedioChild {
		margin: 0 auto;
	}

	.other1 .child .childImg {
		width: 100%;
		height: 100%;
		/*border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	-webkit-border-radius:100%;*/
	}

	.other1 .child .childImg .childImgc {
		max-width: 100%;
		max-height: 100%;
	}

	.other1 .child .childTitle {
		margin-top: 23px;
		/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
		line-height: 30px;
		font-size: 14px;
	}

	.other1 .child .childInfo {
		padding-top: 20px;
		line-height: 20px;
		font-size: 12px;
	}

	.other1 .child#vedioChild .childImg .childHide {
		border-raidus: 140px;
		-moz-border-raidus: 140px;
		-ms-border-raidus: 140px;
		-o-border-raidus: 140px;
		-webkit-border-raidus: 140px;
		width: 280px;
		height: 280px;
	}

	.other1 .child#vedioChild .childImg .childVedio {
		width: 38px;
		height: 38px;
		margin: -19px 0 0 -19px;
	}

	.work {
		position: relative;
	}

	.work .workTitle {
		padding: 20px 0;
	}

	.work .container {
		margin: 20px auto;
		height: auto;
	}

	.work .container .child {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 18px auto;
	}

	.work .container .child .childImg {
		vertical-align: middle;
		width: 100%;
		height: auto;
	}

	.work .container .child .childFoot {
		height: 120px;
	}

	.work .container .child .childTitle {
		font-size: 12px;
		padding-left: 5px;
		line-height: 18px;
	}

	.work .container .child .childSearchBg {
		width: 33px;
		height: 33px;
		margin: -16px 0 0 -16px;
		border-radius: 33px;
		-moz-border-radius: 33px;
		-ms-border-radius: 33px;
		-o-border-radius: 33px;
		-webkit-border-radius: 33px;
	}

	.work .container .child .childSearch {
		width: 15px;
		height: 12px;
		margin: -6px 0 0 -8px;
	}

	.work .container .child#work1 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work2 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work3 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work4 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work5 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work6 {
		top: 0px;
		left: 0px;
	}
}

@media (min-width: 640px) and (max-width:1023px) {
	.banner {
		padding-top: 73px;
	}

	.banner .content {
		background-size: auto 320px;
		background-position: center 0px;
		background-attachment: inherit;
	}

	.banner .contents {
		top: 73px;
	}

	.banner .contentInfo {
		top: 50%;
		left: 0px;
		height: 200px;
		width: 100%;
		margin-top: -100px;
	}

	.banner .contentInfo .sub {
		top: 17px;
		left: 8px;
		width: 2px;
		height: 120px;
	}

	.banner .contentInfo .quan {
		top: 128px;
		left: 0px;
		width: 14px;
		height: 14px;
		border: 2px solid #fff;
		border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
		-webkit-border-radius: 16px;
	}

	.banner .contentInfo .title {
		position: relative;
		left: 32px;
		top: 0px;
		line-height: 50px;
		font-size: 40px;
	}

	.banner .contentInfo .info {
		position: relative;
		left: 32px;
		top: 0px;
		line-height: 32px;
		padding-top: 10px;
		font-size: 20px;
	}

	.banner .contentInfo .btn {
		position: relative;
		top: 0;
		left: 32px;
		line-height: 32px;
		margin-top: 6px;
		width: 110px;
		height: 30px;
		border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		-o-border-radius: 30px;
		-webkit-border-radius: 30px;
	}

	.banner .bannerNav {
		bottom: 10px;
	}

	.banner .bannerNav .bannerNavChild {
		margin: 0 10px;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	.banner .bannerBg {
		width: auto;
		height: 320px;
		opacity: 0;
	}

	.about {
		padding: 34px 0 50px 0;
	}

	.about .left {
		width: 100%;
		height: auto;
		float: none;
	}

	.about .left img {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}

	.about .right {
		width: 100%;
		height: auto;
		float: none;
	}

	.about .right .title {
		font-size: 25px;
		line-height: 33px;
		padding: 18px 0 12px 0;
	}

	.about .right .info {
		font-size: 16px;
		line-height: 28px;
	}

	.about .right .btn {
		position: relative;
		margin-top: 20px;
		width: 130px;
		height: 32px;
		border: 2px solid #dcdcdc;
		line-height: 30px;
		font-size: 16px;
		border-radius: 46px;
		-moz-border-radius: 46px;
		-moz-border-radius: 46px;
		-ms-border-radius: 46px;
		-o-border-radius: 46px;
		-webkit-border-radius: 46px;
	}

	.about .right .btn:hover {
		border: 2px solid #fff;
	}

	.news {
		padding: 36px 0;
	}

	.news .container {
		/* height: 411px; */
		margin: 50px auto 0 auto;
	}

	.news .contents {
		width: 418px;
		height: 500px;
		margin: 0 auto;
	}

	.news .child {
		width: 418px;
	}

	.news .child .childImg {
		width: 418px;
		height: 250px;
	}

	.news .child .childTitle {
		line-height: 28px;
		padding-top: 11px;
		font-size: 18px;
	}

	.news .child .childTime {
		font-size: 17px;
		line-height: 26px;
		padding-bottom: 10px;
	}

	.news .child .childInfo {
		font-size: 16px;
		line-height: 26px;
	}

	.news .navBtn {
		top: 80px;
		height: 70px;
	}

	.news .navBtn.leftBtn {
		left: 0px;
	}

	.news .navBtn.rightBtn {
		right: 0px;
	}

	.other1 {
		padding: 60px 0 0px 0;
	}

	/*.other1 .child {
		width: 280px;
		margin: 0 auto;
		display: block;
		padding-bottom: 60px;
	}*/

	.other1 .child#vedioChild {
		margin: 0 auto;
	}

	/*.other1 .child .childImg {
		width: 280px;
		height: 280px;
	}*/

	.other1 .child .childImg .childImgc {
		vertical-align: middle;
	}

	.other1 .child .childImg .childImgc {
		transition-duration: .5s;
		-ms-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
	}

	.other1 .child .childImg .childImgc:hover {
		transform: rotate(20deg) scale(1.4);
		-moz-transform: rotate(20deg) scale(1.4);
		-ms-transform: rotate(20deg) scale(1.4);
		-o-transform: rotate(20deg) scale(1.4);
		-webkit-transform: rotate(20deg) scale(1.4);
	}

	.other1 .child .childTitle {
		margin-top: 46px;
		/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
		line-height: 52px;
		color: #666;
		font-size: 25px;
	}

	.other1 .child .childInfo {
		padding-top: 26px;
		line-height: 26px;
		color: #999999;
		font-size: 14px;
	}

	.other1 .child#vedioChild {
		cursor: pointer;
	}

	.other1 .child#vedioChild .childImg .childImgc:hover {
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
	}

	.other1 .child#vedioChild .childImg .childHide {
		border-raidus: 280px;
		-moz-border-raidus: 280px;
		-ms-border-raidus: 280px;
		-o-border-raidus: 280px;
		-webkit-border-raidus: 280px;
		position: absolute;
		top: 0;
		left: 0;
		width: 280px;
		height: 280px;
		background: url(../images/pruplebg.png);
	}

	.other1 .child#vedioChild .childImg .childVedio {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 76px;
		height: 76px;
		margin: -38px 0 0 -38px;
	}

	.work {
		position: relative;
	}

	.work .workTitle {
		padding: 40px 0;
	}

	.work .container {
		margin: 15px auto;
		height: auto;
	}

	.work .container .child {
		position: relative;
		width: 385px;
		height: 257px;
		margin: 0 auto 35px auto;
	}

	.work .container .child .childFoot {
		height: 240px;
	}

	.work .container .child .childTitle {
		font-size: 20px;
		padding-left: 10px;
		line-height: 36px;
	}

	.work .container .child .childSearchBg {
		width: 66px;
		height: 66px;
		margin: -33px 0 0 -33px;
		border-radius: 66px;
		-moz-border-radius: 66px;
		-ms-border-radius: 66px;
		-o-border-radius: 66px;
		-webkit-border-radius: 66px;
	}

	.work .container .child .childSearch {
		width: 30px;
		height: 24px;
		margin: -12px 0 0 -15px;
	}

	.work .container .child#work1 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work2 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work3 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work4 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work5 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work6 {
		top: 0px;
		left: 0px;
	}
}

@media (min-width: 1024px) and (max-width:1199px) {
	.banner {
		padding-top: 80px;
	}

	.banner .contents {
		top: 80px;
	}

	.banner .content {
		background-size: auto 500px;
		background-position: center 0px;
		background-attachment: inherit;
	}

	.banner .contentInfo {
		margin-top: -100px;
	}

	.banner .bannerBg {
		width: auto;
		height: 500px;
	}

	.about {
		padding: 60px 0;
	}

	.about .left {
		width: 490px;
		height: 230px;
	}

	.about .right {
		width: 450px;
		height: 230px;
	}

	.about .right .title {
		padding-bottom: 8px;
	}

	.news {
		padding: 40px 0;
	}

	.news .container {
		/* height: 340px; */
		margin: 56px auto 0 auto;
	}

	.news .contents {
		width: 980px;
		height: 340px;
	}

	.news .child {
		width: 280px;
	}

	.news .child .childImg {
		width: 280px;
		height: 186px;
	}

	.news .child .childTitle {
		line-height: 24px;
		padding-top: 20px;
		font-size: 20px;
	}

	.news .child .childTime {
		font-size: 14px;
		line-height: 30px;
	}

	.news .child .childInfo {
		font-size: 12px;
		line-height: 20px;
	}

	.news .navBtn {
		top: 80px;
		height: 70px;
	}

	.news .navBtn.leftBtn {
		left: 0px;
	}

	.news .navBtn.rightBtn {
		right: 0px;
	}

	.other1 {
		padding: 60px 0 40px 0;
	}

	/*.other1 .child {
		width: 280px;
		margin-right: 65px;
	}*/

/*	.other1 .child .childImg {
		width: 280px;
		height: 280px;
	}*/

	.other1 .child .childImg .childImgc {
		vertical-align: middle;
	}

	.other1 .child .childImg .childImgc {
		transition-duration: .5s;
		-ms-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
	}

	.other1 .child .childImg .childImgc:hover {
		transform: rotate(20deg) scale(1.4);
		-moz-transform: rotate(20deg) scale(1.4);
		-ms-transform: rotate(20deg) scale(1.4);
		-o-transform: rotate(20deg) scale(1.4);
		-webkit-transform: rotate(20deg) scale(1.4);
	}

	.other1 .child .childTitle {
		margin-top: 46px;
		/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
		line-height: 52px;
		color: #666;
		font-size: 24px;
	}

	.other1 .child .childInfo {
		padding-top: 26px;
		line-height: 26px;
		color: #999999;
		font-size: 14px;
	}

	.other1 .child#vedioChild {
		cursor: pointer;
	}

	.other1 .child#vedioChild .childImg .childImgc:hover {
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
	}

	.other1 .child#vedioChild .childImg .childHide {
		border-raidus: 280px;
		-moz-border-raidus: 280px;
		-ms-border-raidus: 280px;
		-o-border-raidus: 280px;
		-webkit-border-raidus: 280px;
		position: absolute;
		top: 0;
		left: 0;
		width: 280px;
		height: 280px;
		background: url(../images/pruplebg.png);
	}

	.other1 .child#vedioChild .childImg .childVedio {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 76px;
		height: 76px;
		margin: -38px 0 0 -38px;
	}

	.work .workTitle {
		padding: 40px 0;
	}

	.work .container {
		width: 790px;
		margin: 50px auto;
		height: 814px;
	}

	.work .container .child#work1 {
		top: 0px;
		left: 0px;
	}

	.work .container .child#work2 {
		top: 0px;
		left: 406px;
	}

	.work .container .child#work3 {
		top: 277px;
		left: 0px;
	}

	.work .container .child#work4 {
		top: 277px;
		left: 406px;
	}

	.work .container .child#work5 {
		top: 555px;
		left: 0px;
	}

	.work .container .child#work6 {
		top: 555px;
		left: 406px;
	}
}

@media (min-width: 1200px) and (max-width:1439px) {}

@media (min-width: 1440px) and (max-width:1920px) {}

@keyframes scaleOpacityShow {
	0% {
		transform: scale(0) rotate(20deg);
		opacity: 0;
	}

	80% {
		opacity: 0.5;
	}

	100% {
		transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}

@-moz-keyframes scaleOpacityShow {
	0% {
		-moz-transform: scale(0) rotate(20deg);
		opacity: 0;
	}

	80% {
		opacity: 0.5;
	}

	100% {
		-moz-transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes scaleOpacityShow {
	0% {
		-webkit-transform: scale(0) rotate(20deg);
		opacity: 0;
	}

	80% {
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}

@-o-keyframes scaleOpacityShow {
	0% {
		-o-transform: scale(0) rotate(20deg);
		opacity: 0;
	}

	80% {
		opacity: 0.5;
	}

	100% {
		-o-transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}

/*新闻*/
.news ul {
	float: left;
	width: 540px;
	overflow: hidden;
	margin: 30px;
}

.news ul li {
	clear: both;
	padding: 20px 0;
}


.index-title {

	color: #333;
	width: 100%;
	font-size: 24px;
	line-height: 48px;
	border-bottom: 1px #333 solid;
}

.index-time {

	color: #999;

	font-size: 18px;
	width: 110px
}

.index-tittle {
	width: 440px;
	font-size: 18px;
	color: #666;

}

.index-xuhao {
	width: 40px;
	height: 40px;
	background-color: #da221b;
	color: #000;
	float: left;
	text-align: center;
	line-height: 40px;
	margin-right: 16px;
	margin-top: 4px;
}

.index-news {
	float: left;
}

.index-more {

	float: left;
	font-size: 18px;
}

.index-more a {
	color: #999;
}



.footer .inner {
	padding: 25px 0;
	overflow: visible;
	position: relative
}

.foot-rt {
	/*float:right;*/
	margin-top: 8px;
	max-width: 40%;
	text-align: center;
}

.foot-rt p {
	margin-bottom: 5px
}

.foot-nav {
	font-weight: 700;

	margin: 0 auto;
	padding-top: 20px;
}

.foot-rt {
	margin: 40px auto 20px
}

@media only screen and (max-width:767px) {
	.inner {
		width: 96%
	}

	.foot-nav {
		margin-bottom: 25px;
		width: 100%;
		font-size: 14px
	}

	menu-item {
		width: 80px;
		float: left;
		margin: 0px 30px;
	}
}

/*轮播图---------------------------------------------*/
.myBigCarousel .container-fluid .row .carousel {
	position: relative;
}

.myBigCarousel .container-fluid .row .carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 30px;
	margin: 0 auto;
	z-index: 15;
	width: 100%;
	text-align: center;
	list-style: none;
}

.myBigCarousel .container-fluid .row .carousel .carousel-indicators li {
	width: 18px;
	height: 18px;
	background-color: #fff;
}

.myBigCarousel .container-fluid .row .carousel .carousel-indicators li.active {
	background-color: rgb(153, 47, 35);
}

.myBigCarousel .container-fluid .row .carousel .carousel-control .glyphicon-chevron-left,
.myBigCarousel .container-fluid .row .carousel .carousel-control .glyphicon-chevron-right,
.myBigCarousel .container-fluid .row .carousel .carousel-control .icon-next,
.myBigCarousel .container-fluid .row .carousel .carousel-control .icon-prev {
	margin-top: -52px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 44px;
	height: 0px;
	margin-top: 0px;
	font-size: 12px;
	margin-right: 0px;
}

/*首页-我们的产品*/
.index-product {
	width: 100%;
	background-color: #fff;
}

.index-product .index-pro-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.index-product .pro-tit {
	position: relative;
	margin: 50px 0;
}

.index-product .pro-tit .cn {
	font-size: 28px;
	font-weight: normal;
	color: #000000;
	z-index: 1;
}

.index-product .pro-tit .en {
	font-size: 36px;
	font-weight: normal;
	color: #e2e2e2;
	z-index: -1;
	position: absolute;
	bottom: -30px;
	left: 90px;
	text-transform: uppercase;
}

.index-product .inpro-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.inpro-list .list-item {
	margin: 0 5% 25px;
	max-width: 310px;
}

.inpro-list .list-item-inner {
	position: relative;
	width: 310px;
	height: 310px;
	display: block;
}

.inpro-list .list-item .wheel-button {
	width: 310px;
	height: 310px;
	display: block;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	opacity: 1;
}

.inpro-list .list-item:hover .wheel-button {
	zoom: 1;
	opacity: .8;
}

.inpro-list .list-item .wheel-button img {
	width: 100%;
	height: auto;
	border-radius: 50% 50%;
	border: 1px solid #dcdcdc;
}

.inpro-list .list-item .wheel-link {
	width: 70px;
	height: 70px;
	background: #00a0e9;
	border-radius: 50% 50%;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 2;
	position: absolute;
}

.inpro-list .list-item .item {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	visibility: hidden;
	transition: all 0.4s;
	opacity: 0;
	transform: scale(.6);
}

.inpro-list .list-item .item a {
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #dcdcdc;
	border-radius: 50% 50%;
	overflow: hidden;
	background: linear-gradient(#cacacc, #ffffff);
	*background: url(../images/a-bg.jpg) center no-repeat;
}

.inpro-list .list-item:hover .item {
	zoom: 1;
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.inpro-list .list-item #wheel>.item {
	left: -50px;
	bottom: 10px;
}

.inpro-list .list-item #wheel>.item+.item {
	left: -75px;
	bottom: 135px;
}

.inpro-list .list-item #wheel>.item+.item+.item {
	left: -10px;
	bottom: 246px;
}

.inpro-list .list-item #wheel>.item+.item+.item+.item {
	left: 108px;
	bottom: 290px;
}

.inpro-list .list-item #wheel>.item+.item+.item+.item+.item {
	left: 227px;
	bottom: 246px;
}

.inpro-list .list-item #wheel>.item+.item+.item+.item+.item+.item {
	left: 280px;
	bottom: 130px;
}

.inpro-list .list-item h6.tit {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	padding: 15px 0;
	transition: all 0.4s;
}

.inpro-list .list-item:hover h6.tit {
	color: #00AFFF;
}

.inpro-list .list-item #wheel .item img {
	width: 100%;
	height: auto;
	border-radius: 50% 50%;
	margin-top: 10px;
}


/* 首页-为什么选择我们 */
.index-advantage {
	padding: 50px 0
}

.index-advantage .box {
	width: 280px;
	display: block;
	float: left;
	height: 291px;
	margin: 10px;
}

.index-advantage .box img {
	margin: 22px 78px 11px;
	width: 122px;
	height: 117px;
}

.index-advantage .box:nth-child(1) {
	background: #00a8ee;
}

.index-advantage .box:nth-child(2) {
	background: #00b591;
}

.index-advantage .box:nth-child(3) {
	background: #fd5c5c;
}

.index-advantage .box:nth-child(4) {
	background: #ffa800;
}

.index-advantage p {
	line-height: 20px;
}

/*首页友情链接*/
.index-links {
	width: 100%;
	background: #f3f3f3;
	padding: 60px 0;
}

.index-links .index-links-inner {
	max-width: 1400px;
	margin: 0 auto;
}

.index-links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.index-links ul li {
	width: 16%;
	margin: 2% 0.3%;
}

.index-links ul li a {
	display: block;
	text-align: center;
}

.index-links ul li img {
	max-width: 100%;
	height: auto;
}


@media screen and (max-width:1400px) {
	.index-product {
		padding: 0 20px;
	}

	.index-links ul li img {
		width: auto;
		height: 70px;
	}

	.index-links {
		padding: 60px 20px;
		width: auto;
	}

}

@media screen and (max-width: 1000px) {
	.index-product .pro-tit .cn {
		font-size: 20px;
	}

	.index-product .pro-tit .en {
		font-size: 20px;
		bottom: -20px;
		left: 50px;
	}

	.index-links ul li img {
		height: auto;
	}

	.index-links ul li {
		width: 30%;
	}

}

/* 为什么选择XX */
.indexWhy { background-color: #fff; padding: 0 0 40px;}
.til{ text-align: center; font-weight: normal; font-size:36px; color: #333; line-height: 100%; margin-top: 80px; padding-bottom: 49px;/*background:url(../images/p_h2.png) no-repeat center 72px;*/ }
.til i{ font-weight: bold;}
.til span{ display: block; color: #666; padding-top:10px;font-size:16px; line-height: 100%;}
.ysy{ /*height: 1853px;background:url(../images/ys.gif) repeat-x left bottom;*/}
.ysy .til{ padding-bottom:56px;}
.ysy dl{ overflow: hidden; margin-bottom:30px; background: #f4f4f4;}
.ysy dl dt{/* float: right; width: 600px; margin:0 10px ;*/ overflow: hidden; float: right; }
.ysy dl dt img{ max-width: 100%; }
.ysy dl dd{ /*float: left; width: 600px; margin: 20px 10px 0;*/ overflow: hidden; }
.ysy dl dd h3{background:url(../images/y_dt1.gif) no-repeat; height: 81px; overflow: hidden;}
.ysy dl dd h3 span{ display: inline-block; float: left; width: 88px; height: 80px; line-height: 80px; text-align: center; font-size: 48px; font-family: Arial; color: #fff;}
.ysy dl dd h3 em{ display: inline-block; float: left; padding-top: 21px; padding-left:20px; color: #095db0; font-size: 24px;}
.ysy dl dd h3 em i{ color: #ffae00;}
.ysy dl dd p{ padding: 35px 42px 0 90px;}
.ysy dl dd p span{ display: block; padding-left: 17px; line-height: 22px; margin-bottom: 10px;background:url(../images/y_li.png) no-repeat 0 7px;}
.ysy dl.fan dt{ float: left; }
.ysy dl.fan dd h3{background:url(../images/y_dt2.gif) no-repeat; }
.ysy dl.bg3 dd h3{background:url(../images/y_dt3.gif) no-repeat; }
.ysy dl.fan2 dd h3{background:url(../images/y_dt4.gif) no-repeat; }
.ysy dl.bg3,.ysy dl.fan2{ background: #fff;}
.ysy h4{ text-align: center;}
.ysy h4 em{ display: block; margin-top: 7px;}
.ysy h4 em a{  box-sizing:content-box;display: inline-block;background:url(../images/ly_btn.png) no-repeat; padding-left: 60px; width: 108px; height: 36px; line-height: 33px; font-size: 18px; color: #fff; font-weight: bold; text-align: left;}
.ysy h4 span{ display: inline-block; font-weight: normal; font-size: 16px; color: #333; padding-left: 32px;background:url(../images/y_tel.gif) no-repeat; min-height:24px;}
.ysy h4 i{ font-family: Arial; font-size: 26px; color: #333;}
