@charset "utf-8";
/* CSS Document */
/*banner*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 659px;
	overflow: hidden;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
/*width: 100% !important;*/
}
.fullSlide .bd li {
	/*width: 100% !important;*/
	height: 659px;
	overflow: hidden;/*text-align: center;*/
}
.fullSlide .bd li a {
	display: block;
	height: 659px;
}
.fullSlide .bd li p {
	font-size: 40px;
	-webkit-text-stroke: 1px #fff;
	font-weight: bold;
	margin-top: 60px;
	margin-left: 120px;
}
.fullSlide .bd li p span {
	font-size: 50px;
	margin: 0px 30px;
}
/*.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 50px;
	left: 0;
	height: 12px;
	line-height: 12px;
	text-align: center;
}
.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 37px;
	height: 12px;
	margin: 5px;
	overflow: hidden;
	line-height: 9999px;
	background: #fff;
	border-radius: 20px;
}
.fullSlide .hd ul .on {
	background: #eb8500;
}*/
.fullSlide .hd {
	width: 66px;
	left: 50%;
	margin-left: -33px;
	bottom: 45px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.fullSlide .hd ul {
	float: right;
}
.fullSlide .hd ul li {
	float: left;
	margin: 0 5px;
	display: inline;
	cursor: pointer;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
}
/*.fullSlide .hd ul li img {
	width: 152px;
	line-height: 84px;
	display: block;
	border: 2px solid #fff;
	filter: alpha(opacity=50);
	opacity: 0.5;
}*/
.fullSlide .hd ul li.on {
	background: #eb8500;
}
.about {
	padding: 60px 0px;
	overflow: hidden;
}
/*.about .left {
	width: 610px;
}*/
.about h2 {
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}
.about p {
	display: block;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
}
.about a {
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 211px;
	height: 51px;
	line-height: 51px;
	background: #eb8500;
	font-size: 16px;
	margin: 30px auto 0px auto;
}
.about a:hover {
	background: #1f3485;
}
/*.about .right {
	width: 533px;
	height: 356px;
	border: 1px solid #ddd;
	padding: 10px;
	position: relative;
}
.about .right #pic {
	width: 533px;
	height: 356px;
	background: url(../img/play.jpg) center no-repeat;
	cursor: pointer;
}
.about .right #play {
	display: none;
	width: 533px;
	height: 356px;
}*/
.fours {
	overflow: hidden;
	margin-top: 60px;
}
.fours ul li {
	display: block;
	float: left;
	margin-right: 20px;
	width: 285px;
	height: 244px;
}
.fours ul li:last-child {
	margin-right: 0px;
}
.fours ul li:nth-child(1) {
	background: url(../img/index1.jpg) center no-repeat;
}
.fours ul li:nth-child(2) {
	background: url(../img/index2.jpg) center no-repeat;
}
.fours ul li:nth-child(3) {
	background: url(../img/index3.jpg) center no-repeat;
}
.fours ul li:nth-child(4) {
	background: url(../img/index4.jpg) center no-repeat;
}
.fours ul li a {
	display: block;
	text-align: center;
	background: url(../img/icon6.png) center 70px no-repeat rgba(0,0,0,0.5);
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	width: 285px;
	height: 104px;
	padding-top: 150px;
}
.fours ul li a:hover {
	background-color: rgba(235,133,0,0.8);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.block {
	height: 448px;
	margin-top: 50px;
	overflow: hidden;
}
.block1 {
	background: url(../img/bg1.jpg) center no-repeat;
}
.block2 {
	background: url(../img/bg2.jpg) center no-repeat;
}
.block .left {
	padding: 60px;
	overflow: hidden;
	width: 620px;
}
.block .left h3 {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #eb8500;
}
.block .left h2 {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0px;
}
.block .left p {
	display: block;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 20px 0px;
}
.block .left a {
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 177px;
	height: 53px;
	line-height: 53px;
	background: #eb8500;
	margin-top: 30px;
	font-size: 16px;
}
.block .left a:hover {
	background: #1f3485;
}
.block .right {
	padding: 60px 60px 60px 0px;
	overflow: hidden;
}
.block1 .right {
	width: 300px;
}
.block2 .right {
	width: 240px;
}
.block .right h3 {
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.block1 #video {
	width: 288px;
	display: block;
	cursor: pointer;
	margin-top: 20px;
	border: 1px solid #ddd;
	padding: 5px;
}
.block2 #video {
	width: 200px;
	display: block;
	cursor: pointer;
	margin-top: 20px;
	border: 1px solid #ddd;
	padding: 5px;
}
.products {
	width: 1198px;
	margin: 0px auto;
	margin-top: 15px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.products h3 {
	display: block;
	border-bottom: 1px solid #ddd;
	height: 55px;
}
.products h3 span {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-left: 30px;
}
.products h3 em {
	display: block;
	margin-left: 30px;
	width: 44px;
	height: 4px;
	background: #eb8500;
	margin-top: 7px;
}
.products ul {
}
.products ul li {
	display: block;
	float: left;
	border-right: 1px solid #ddd;
	width: 298.75px;
	overflow: hidden;
	text-align: center;
}
.products ul li:last-child {
	border-right: 0px;
}
.products ul li img {
	display: block;
	width: 100%;
	height: auto;
}
.products ul li span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	height: 60px;
	line-height: 60px;
}
.products ul li:hover span {
	color: #eb8500;
}
.recommend {
	background: #eeeff4;
	padding: 60px 0px;
	overflow: hidden;
	margin: 35px auto;
}
.recommend h3 {
	display: block;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.recommend ul {
	overflow: hidden;
}
.recommend ul li {
	position: relative;
	float: left;
	overflow: hidden;
	border: 1px solid #ddd;
	width: 384px;
	margin-right: 21px;
	margin-top: 21px;
}
.recommend ul li:nth-child(3n) {
	margin-right: 0px;
}
.recommend ul li img {
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	-webkit-transform: scale(1, 1) rotate(0);
	-ms-transition: .5s all;
	width: 384px;
	height: 278px;
}
.recommend ul li:hover img {
	-webkit-transform: scale(1.06, 1.06);
	-moz-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06);
	transform: scale(1.06, 1.06);
	-ms-transform: scale(1.06, 1.06);
}
.recommend ul li span {
	width: 350px;
	padding-left: 34px;
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.recommend ul li em {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/icon7.png) center no-repeat #eb8500;
	position: absolute;
	right: 30px;
	bottom: 46px;
}
.recommend ul li:hover span {
	color: #eb8500;
}
.why {
	margin-bottom: 70px;
	overflow: hidden;
}
.why .left {
	width: 350px;
}
.why .left h3 {
	display: block;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 40px;
}
.why .left p {
	display: block;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.why .left a {
	display: block;
	width: 211px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	background: #eb8500;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 50px;
	font-size: 16px;
}
.why .left a:hover {
	background: #1f3485;
}
.why .right {
	width: 800px;
	height: 610px;
	background: url(../img/why.jpg) left center no-repeat;
}
.why .right li {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-top: 71.5px;
}
.why .right li em {
	display: block;
	float: left;
	width: 108px;
	height: 108px;
	margin-left: 315px;
	background-color: #fcf2f3;
}
.why .right li:nth-child(1) em {
	background-image: url(../img/icon8.png);
	background-position: center;
	background-repeat: no-repeat;
}
.why .right li:nth-child(2) em {
	background-image: url(../img/icon9.png);
	background-position: center;
	background-repeat: no-repeat;
}
.why .right li:nth-child(3) em {
	background-image: url(../img/icon10.png);
	background-position: center;
	background-repeat: no-repeat;
}
.why .right li .rt {
	display: block;
	float: right;
	width: 360px;
}
.why .right li .rt span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.why .right li .rt p {
	display: block;
	line-height: 30px;
	font-size: 16px;
}
.why .right li:hover em {
	background-color: #fff;
}
.application {
	height: 514px;
	background: url(../img/application.jpg) center no-repeat;
	padding: 70px 0px;
	overflow: hidden;
}
.application h3 {
	display: block;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
}
.application .picScroll-left {
	overflow: hidden;
	position: relative;
}
.application .picScroll-left .hd {
	overflow: hidden;
	height: 60px;
	width: 160px;
	margin: 30px auto;
}
.application .picScroll-left .hd .prev, .application .picScroll-left .hd .next {
	display: block;
	overflow: hidden;
	cursor: pointer;
	width: 58px;
	height: 58px;
	margin: 0px 10px;
	border: 1px solid #fff;
	float: left;
}
.application .picScroll-left .hd .prev {
	background: url(../img/icon11.png) center no-repeat;
}
.application .picScroll-left .hd .next {
	background: url(../img/icon12.png) center no-repeat;
}
.application .picScroll-left .bd {
	margin-top: 70px;
	overflow: hidden;
}
.application .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.application .picScroll-left .bd ul li {
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	margin-right: 20px;
	width: 278px;
	overflow: hidden;
}
.application .picScroll-left .bd ul li img {
	display: block;
	width: 278px;
	height: 201px;
	border-bottom: 1px solid #fff;
}
.application .picScroll-left .bd ul li span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	height: 70px;
	line-height: 26px;
	padding: 0px 20px;
	text-align: left;
	margin-top: 20px;
	font-weight: bold;
}
.application .picScroll-left .bd ul li em {
	display: block;
	padding: 0px 20px;
	margin-bottom: 20px;
	color: #ddd;
	font-size: 12px;
	text-align: left;
	font-style: normal;
}
.news {
	padding: 70px 0px;
	overflow: hidden;
}
.news h3 {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
}
.news .left {
	width: 572px;
	height: 480px;
	position: relative;
	margin-top: 40px;
}
.news .left img {
	display: block;
	width: 572px;
	height: 330px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.news .left .gd {
	display: block;
	width: 410px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 40px;
	z-index: 99;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -245px;
}
.news h2 {
	display: block;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-transform: uppercase;
}
.news span {
	display: block;
	color: #b8b8b8;
	font-weight: bold;
	margin: 10px 0px;
}
.news span em {
	color: #eb8500;
	font-style: normal;
}
.news p {
	display: block;
	line-height: 24px;
}
.news h5 {
	display: block;
	background: url(../img/icon13.png) 90px center no-repeat;
	margin-top: 10px;
	text-transform: uppercase;
}
.news a:hover h2, .news a:hover h5 {
	color: #eb8500;
}
.news .right {
	width: 600px;
	overflow: hidden;
}
.news .right ul li {
	display: block;
	border: 1px solid #ddd;
	padding: 29px 20px;
	margin-top: 40px;
}
