@charset "utf-8";
/* CSS Document */
.banners {
	text-align: center;
	height: 380px;
	line-height: 380px;
}
.banners h3 {
	font-size: 50px;
	background-image: -webkit-linear-gradient(top, #fff, #999);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
.banners span {
	color: #fff;
	font-size: 24px;
	display: block;
	margin-top: 30px;
}
.banners em {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin: 10px auto;
}
.banners a {
	display: block;
	width: 180px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	margin: 40px auto;
	font-size: 24px;
}
.banner1 {
	background: url(../img/inbanner1.jpg) center no-repeat;
}
.banner2 {
	background: url(../img/inbanner2.jpg) center no-repeat;
}
.banner3 {
	background: url(../img/inbanner3.jpg) center no-repeat;
}
.banner33 {
	background: url(../img/inbanner33.jpg) center no-repeat;
}
.banner4 {
	background: url(../img/inbanner4.jpg) center no-repeat;
}
.banner5 {
	background: url(../img/inbanner5.jpg) center no-repeat;
}
.banner6 {
	background: url(../img/inbanner6.jpg) center no-repeat;
}
.aboutus {
	/*background: #1e336a;*/
	padding: 65px 0px;
	overflow: hidden;
}
.aboutus h3 {
	display: block;
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}
.aboutus p {
	display: block;
	font-size: 24px;
	line-height: 45px;
	width: 100%;
	text-indent: 20px;
	margin-bottom: 10px;
}
.aboutus ul {
	padding: 40px 0px;
	overflow: hidden;
}
.aboutus ul li {
	display: block;
	float: left;
	width: 50%;
}
.aboutus ul li span {
	display: block;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}
.aboutus ul li em {
	display: block;
	text-align: center;
	color: #999;
	font-size: 18px;
	margin: 10px 0px;
}
.aboutus img {
	margin: 10px 0px;
}
.contact h2 {
	display: block;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 15px;
}
.contact h4 {
	display: block;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.contact p {
	display: block;
	font-size: 22px;
	line-height: 36px;
}
.news {
	padding: 65px 0px;
	overflow: hidden;
	background: #f1f1f1;
}
.news h3 {
	display: block;
	font-size: 36px;
	text-align: center;
}
.news ul {
	padding: 30px 30px 0px 30px;
}
.news ul li {
	display: block;
	float: left;
	/*width: 560px;*/
	margin-bottom: 50px;
}
.news ul li h4 a {
	font-size: 26px;
	display: block;
}
.news ul li p.tit {
	display: block;
	font-size: 18px;
	color: #999;
	line-height: 35px;
	margin-top: 15px;
}
.news ul li p.date {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}
.news ul li p.date span {
	float: left;
	color: #999;
	font-size: 14px;
}
.news ul li p.date em {
	float: right;
	font-size: 14px;
	background: url(../img/icon3.png) right center no-repeat;
	padding-right: 16px;
}
.newsview h3 {
	display: block;
	width: 100%;
	font-size: 32px;
	text-align: center;
	line-height: 45px;
	padding-top: 80px;
}
.newsview p.date {
	display: block;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	padding: 10px 0px 30px 0px;
}
.newsview p.date span {
	font-size: 18px;
	color: #999;
	margin-right: 20px;
}
.newsview .w100 {
	padding: 50px 0px;
	overflow: hidden;
	line-height: 32px;
}
.newsview .w100 img {
	margin-bottom: 30px;
	max-width: 100%;
}
.newsview .w100 p {
	line-height: 40px;
	font-size: 20px;
}
.products h3 {
	display: block;
	width: 100%;
	font-size: 32px;
	text-align: center;
	line-height: 45px;
	padding-top: 80px;
}
.products .n_ul {
	padding: 50px 0px;
	overflow: hidden;
}
.products .n_ul li {
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	width: 33%;
	border: 1px solid #ddd;
	text-align: center;
}
.products .n_ul li a {
	font-size: 22px;
}
.imglist dl {
	display: block;
	width: 293pxpx;
	border: 1px solid #ddd;
	float: left;
	margin-right: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.imglist dl:nth-child(2n) {
	margin-right: 0px;
}
.imglist dt {
	width: 293px;
	height: 174px;
	overflow: hidden;
}
.imglist dt img {
	width: 293px;
	height: 174px;
	-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;
}
/*.plus dt {
	height: 414px !important;
}
.plus dt img {
	height: 414px !important;
}*/
.imglist dt img:hover {
	-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);
}
.imglist dd {
	padding: 20px 0px;
}
.productsdetial .txMovie {
	position: relative;
	width: 618px;
	height: 367px;
	overflow: hidden;
	border: 1px solid #ddd;
	margin: 20px 0px;
}
.productsdetial .focus_pic {
	width: 618px;
	height: 367px;
	overflow: hidden
}
.productsdetial .focus_pic li {
	vertical-align: top
}
.productsdetial .focus_pic img {
	width: 618px;
	height: 367px;
	display: inline-block;
	vertical-align: top
}
.productsdetial .focus_nav {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0,0,.6);
	width: 608px;
	height: 60px;
*zoom:1;
	padding-left: 10px;
}
.productsdetial :root .focus_nav {
	-ms-filter: none
}
.productsdetial .focus_nav ul {
	position: relative;
*zoom:1;
	padding-top: 10px !important;
}
.productsdetial .focus_nav li {
	position: relative;
*zoom:1;
	float: left;
	display: inline;
	margin-right: 10px;
	cursor: pointer;
}
.productsdetial .focus_nav .navPrev, .productsdetial .focus_nav .navNext {
	border: 1px solid #fff;
	background-color: rgba(0, 0,0,.6);
	display: inline-block;
*zoom:1;
	width: 36px;
	height: 36px;
	line-height: 100;
	overflow: hidden;
	opacity: .6;
	filter: Alpha(Opacity=60);
	background-image: url(../img/focus_nav.png);
	_background-image: url(../img/focus_nav.ie6.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px
}
.productsdetial .focus_nav .navPrev {
	background-position: 10px 8px;
}
.productsdetial .focus_nav .navNext {
	background-position: -22px 8px;
}
.productsdetial .focus_nav .navPrev {
	right: 58px;
}
.productsdetial .focus_nav .navNext {
	right: 10px;
}
.productsdetial .focus_nav img {
	border: 2px solid #fff;
	width: 64px;
	height: 38px
}
.productsdetial .focus_nav .on img {
	border: 2px solid #c72700;
}
.recently {
	background: #f3f3f5;
	overflow: hidden;
	padding: 30px 30px 80px 30px;
	width: 620px;
}
.recently li {
	position: relative;
	float: left;
	overflow: hidden;
	border: 1px solid #ddd;
	width: 300px;
	margin-right: 16px;
	margin-top: 16px;
}
.recently li:nth-child(2n) {
	margin-right: 0px;
}
.recently 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: 300px;
	height: 178px;
}
.recently 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);
}
.recently li span {
	width: 266px;
	padding-left: 34px;
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.recently li em {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/icon7.png) center no-repeat #c72700;
	position: absolute;
	right: 30px;
	bottom: 46px;
}
.recently li:hover span {
	color: #c72700;
}
.sideMenu {
	width: 618px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 10px 0px 20px 0px;
	overflow: hidden;
}
.sideMenu h3 {
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #ddd;
	font-size: 18px;
	background: #f7f7f7;
	cursor: pointer;
	padding-top: 0px;
	text-align: left;
	padding-left: 20px;
}
.sideMenu h3 em {
	float: left;
	display: block;
	width: 18px;
	height: 9px;
	margin: 25px 20px 0px 20px;
	cursor: pointer;
	background: url(../img/icon20.png) center no-repeat;
}
.sideMenu ul {
	padding: 15px 40px 15px 77px;
	display: none;
}
.sideMenu ul li {
	font-size: 16px;
	line-height: 30px;
	display: block;
}
.message {
	border: 1px solid #ddd;
	width: 618px;
	overflow: hidden;
	padding: 0px !important;
}
.message p {
	display: block;
	background: #f7f7f7;
	height: 50px;
	line-height: 50px;
	margin-bottom: 15px;
}
.message p span {
	display: block;
	float: left;
	color: #e70012;
	margin-left: 10px;
}
.message input {
	float: left;
	border: 0px;
	background: none;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	display: block;
	color: #ddd;
	text-transform: uppercase;
	width: 70%;
}
.message p img, .message p a {
	display: block;
	float: left;
}
.message p img {
	margin-top: 15px;
}
.message p a {
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
}
.message p.ts input {
	width: 30%;
}
.message p.ts button {
	background: #e70012;
	display: block;
	float: right;
	width: 40%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}
.message p.ts button:hover {
	background: #231816;
}
