﻿@charset "utf-8";

.header-layout {
	background:#fff;
	height: 80px;
	left:0;
	top:0;
	width:1190px;
	margin:0 auto;
}

.header-nav {
	float:right;
	padding:20px 0;
	position:relative;
}

.header-nav li {
	float:left;
	line-height:40px;
	font-size:16px;
	color:#4c4c4c;
	min-width: 102px;
	text-align:center;
}

.header-nav li:hover {
	color:#fc9732;
}

.header-nav li.on {
	color:#fc9732;
}

.header-nav li div {
	display: inline-block;
	padding:0 4px;
}

.header-nav-line {
	position:absolute;
	right:0;
	background:#ff8510;
	height:2px;
	top: 58px;
}

.swiper-slider { position: relative; height: 600px; width: 100%; min-width:1190px; overflow: hidden; }
.swiper-slider .slider-pointer { position: absolute; bottom: 40px; color: #fff; list-style: none; padding: 0; }
.swiper-slider .slider-pointer li { display: inline-block; margin: 0 6px; width: 36px; height: 14px; background:url(../images/swiper-bullet.png) 50% 1px no-repeat; }
.swiper-slider .slider-pointer li:hover { background:url(../images/swiper-bullet-active.png) 50% 0 no-repeat; }
.swiper-slider .slider-pointer li.active { background:url(../images/swiper-bullet-active.png) 50% 0 no-repeat; }
.swiper-slider .slider-inner { width: 100%; height: 100%; }
.swiper-slider .slider-inner .item { width: 100%; height: 100%; float: left; background-position:50% 50%; background-repeat:no-repeat; }
.swiper-slider .slider-inner a { display:block; width: 100%; height: 100%; }
.swiper-slider .slider-control { position: absolute; width: 44px; height: 44px;  cursor: pointer; top: 250px; }
.swiper-slider .slider-control.prev { left: 50%; margin-left:-655px; display: block; background: url(../images/swiper-left.png) 0 0 no-repeat; }
.swiper-slider .slider-control.next { right: 50%; margin-right:-655px; display: block; background: url(../images/swiper-right.png) 0 0 no-repeat; }

@media (max-width: 1300px) {
	.swiper-slider .slider-control.prev { left: 40px; margin-left:0; display: block; background: url(../images/swiper-left.png) 0 0 no-repeat; }
	.swiper-slider .slider-control.next { right: 40px; margin-right:0; display: block; background: url(../images/swiper-right.png) 0 0 no-repeat; }	
}

.choose-us-container {
	text-align:center;
	background:url(../images/ChooseUs.png) 50% 70px no-repeat;
	padding:132px 0 0px;
	width:1190px;
	margin:0 auto;
}

.choose-us-company {
	font-size: 18px;
	color: #808080;
	margin-bottom: 24px;
	font-weight:normal;
}

.choose-us-descript {
	font-size: 14px;
	color: #808080;
	line-height: 28px;
	margin-bottom:30px;
}

.choose-us-charact {
	font-size:0;
}

.choose-us-charact img {
	transition:all .4s cubic-bezier(1,0.2,0.5,3);
	-webkit-transition:all .4s cubic-bezier(1,0.2,0.5,3);
	-moz-transition:all .4s cubic-bezier(1,0.2,0.5,3);
	-ms-transition:all .4s cubic-bezier(1,0.2,0.5,3);
	-o-transition:all .4s cubic-bezier(1,0.2,0.5,3);
}

.choose-us-charact img:hover {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
}

.product-display-container {
	width: 100%;
	min-width:1190px;
	background:url(../images/ProductDisplay.png) 50% 70px no-repeat;
	padding:140px 0 0px;
}

.product-display-content {
	width: 100%;
	background: #f5f5f5;
	padding-bottom: 20px;
}

.container-content {
	width: 1190px;
	margin: auto;
}

.product-display-nav {
	width: 100%;
	overflow:hidden;
	text-align:center;
	padding:24px 0;
	position:relative;
}

.product-display-nav-content {
	display:inline-block;
	white-space: nowrap;
	max-width: 1190px;
	overflow:hidden;
}

.product-display-nav ul {
	display:inline-block;
	white-space: nowrap;
}

.product-display-nav ul li {
	display:inline-block;
	font-size: 14px;
	color: #4c4c4c;
	margin: 0 20px;
	line-height:24px;
	cursor: pointer;
}

.product-display-nav ul li:hover,.product-display-nav ul li.on {
	color: #ff9933;
}

.product-display-nav-left {
	position:absolute;
	width:32px;
	height:100%;
	background:url(../images/navleft.png) 0 50% no-repeat;
	left:0;
	top:0;
	cursor:pointer;
}
.product-display-nav-right {
	position:absolute;
	width:32px;
	height:100%;
	background:url(../images/navright.png) 0 50% no-repeat;
	right:0;
	top:0;
	cursor:pointer;
}

.product-list-img {
	width:230px;
	height:230px;
	text-align:center;
	font-size: 0;
	background:#ffffff;
}

.product-list-img:before {
	content:'';
	width:0;
	height:100%;
	overflow:hidden;
	visibility:hidden;
	display:inline-block;
	vertical-align:middle;
}

.product-list-img>img {
	max-width: 100%;
	max-height: 100%;
	vertical-align:middle;
}

.product-list-descript {
	background:#fff;
	padding:12px 16px 16px;
}

.product-list-descript>p {
	font-size: 12px;
	color: #4c4c4c;
	line-height:18px;
	height:36px;
	overflow:hidden;
}

.product-list ul {
	margin-left: -10px;
}

.product-list ul li {
	width:230px;
	margin-left: 10px;
	margin-bottom: 10px;
	float:left;
	transition:all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
}

.product-list.medium ul li {
	width:240px;	
}

.product-list.medium .product-list-img {
	width:240px;
	height:240px;
}

.product-list ul li:hover {
	box-shadow: 0 4px 10px rgba(49,69,86,.2);
	transform:translate(0, -3px);
	-webkit-transform:translate(0, -3px);
	-moz-transform:translate(0, -3px);
	-ms-transform:translate(0, -3px);
	-o-transform:translate(0, -3px);
}

.contact-us-container {
	background:url(../images/ContactUs.png) 50% 70px no-repeat;
	padding:132px 0 60px;
	width:1190px;
	margin:0 auto;
}

.contact-us-content {
	position:relative;
	margin-bottom: 20px;
}

.contact-us-main {
	width: 460px;
}

.contact-us-company {
	color: #808080;
	font-size: 20px;
	line-height:26px;
	margin-bottom: 20px;
	font-weight:normal;
}

.contact-us-address, .contact-us-tel, .contact-us-mobile {
	color: #808080;
	font-size: 14px;
	line-height:26px;
	position:relative;
	padding-left:74px;
	line-height:30px;
	margin-bottom: 15px;
}

.contact-us-address i,.contact-us-tel i,.contact-us-mobile i {
	display:block;
	position:absolute;
	left:0;
	top:0;
	height: 30px;
	padding-left:30px;
}

.contact-us-address i {
	background:url(../images/address.png) 0 50% no-repeat;
}

.contact-us-tel i {
	background:url(../images/tel.png) 0 50% no-repeat;
}

.contact-us-mobile i {
	background:url(../images/mobile.png) 0 50% no-repeat;
}

.contact-us-tel span {
	color: #ff9933;
	font-size: 36px; 
	font-weight:bold;
	display:inline-block;
	vertical-align:bottom;
	position:relative;
	top: -6px;
	margin-left:10px;
	font-style:oblique;
}

.contact-us-mobile div {
	margin-bottom: 4px;
}

.contact-us-map {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width: 700px;
}

.anchorBL {
	display: none;
}

.corporation-title {
	font-size: 20px;
	color: #808080;
	margin-bottom:20px;
}

.corporation-list ul {
	margin-left: -10px;
}

.corporation-list ul li {
	width: 190px;
	height: 120px;
	outline: 1px solid #e5e5e5;
	float: left;
	margin:0 0 10px 10px;
	cursor: pointer;
	transition:all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
}

.corporation-list ul li:hover {
	box-shadow: 0 4px 10px rgba(49,69,86,.2);
	transform:translate(0, -3px);
	-webkit-transform:translate(0, -3px);
	-moz-transform:translate(0, -3px);
	-ms-transform:translate(0, -3px);
	-o-transform:translate(0, -3px);
}

.corporation-list ul li img {
	width: 100%;
	height: 100%;
} 

.footer-container {
	background: #f5f5f5;
	width: 100%;
	min-width: 1190px;
	padding: 40px 0;
}

.footer-company-intro {
	float:left;
	max-width: 500px;
	min-width: 300px;
	padding-right: 60px;
}

.footer-company-descript {
	font-size:12px;
	color:#808080;
	line-height:24px;
	max-height: 144px;
	overflow: hidden;
	margin-bottom:18px;
}

.footer-title {
	font-size: 18px;
	color: #4c4c4c;
	font-weight:normal;
	height: 20px;
	line-height:20px;
	border-left:2px solid #ff9933;
	padding-left:10px;
	margin-bottom:28px;
}

.footer-company-intro-more {
	font-size:16px;
	color:#ff9933;
}

.footer-sitemap {
	float:left;
	width: 220px;
}

.footer-sitemap-content ul {
	float:left;
	width: 100px;
}

.footer-sitemap-content li {
	margin-bottom: 18px;
}

.footer-sitemap-content li span {
	color: #808080;
	font-size:14px;
}
.footer-sitemap-content li span:hover {
	color: #ff9933;
}

.footer-qrcode {
	float:right;
	max-width: 440px;
}

.footer-qrcode ul {
	font-size:0;
	white-space:nowrap;
	margin-left:-10px;
}

.footer-qrcode li {
	width: 140px;
	text-align:center;
	color: #808080;
	font-size: 12px;
	display:inline-block;
	white-space:normal;
	margin-left:10px;
}

.footer-qrcode li img {
	width: 140px;
	height: 140px;
	margin-bottom: 10px;
}

.copyright-container {
	width:100%;
	min-width: 1190px;
	text-align:center;
	line-height:50px;
	height:50px;
	font-size:14px;
	color:#fff;
	background:#ff9933;
}
.copyright-container span:hover{
	color:#808080;
}
.banner-container {
	width:100%;
	min-width: 1190px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height:	360px;
}

.category-bar-container {
	width:188px;
	float:left;
}

.category-bar-container li {
	padding:20px;
	background:#fff;
	border: 1px solid #e5e5e5;
	margin-bottom: -1px;
}

.category-bar-container li h4 {
	font-size: 14px;
	color:#4c4c4c;
	font-weight:normal;
	padding-left: 8px;
	border-left:2px solid #ff9933;
	line-height:20px;
	height:20px;
	overflow:hidden;
	margin-bottom:10px;
}

.category-bar-container li p  {
	font-size: 12px;
	color:#b2b2b2;
	padding-left: 10px;
	line-height:24px;
}

.category-bar-container li:hover h4,.category-bar-container li.on h4 {
	color:#ff9933;
}

.container-main-right {
	float:right;
	width: 990px;
}

.page {
	text-align: right;
	padding:40px 0;
}

.page ul {
	display:inline-block;
	font-size: 0;
}

.page ul li {
	display:inline-block;
	color:#808080;
	font-size:12px;
	height:26px;
	line-height:24px;
	text-align:center;
	border:1px solid #e5e5e5;
	min-width:30px;
	margin-left:-1px;
	padding:0 10px;
}

.page ul li:hover, .page ul li.on {
	border:1px solid #ff9933;
	color: #ff9933;
	position:relative;
}

.banner-tag {
	position:absolute;
	bottom: -40px;
	left:0;
	background: rgba(255,153,51,.9);
	width: 188px;
	padding: 10px 10px 8px;
}

.banner-tag> div {
	border:1px solid #fff;
	padding: 12px 0 14px;
	text-align:center;
	color: #fff;
}

.banner-tag> div h2 {
	font-size: 24px;
	font-weight: normal;
}

.banner-tag> div p {
	font-size: 14px;
}

.banner-tag-line {
	padding:3px 0;
}

.banner-tag-line:before, .banner-tag-line:after {
	content:'';
	display:inline-block;
	width:20px;
	height: 1px;
	vertical-align:middle;
	background:#fff;
	margin:0 6px;
}

.product-bg {
	width: 100%;
	min-width: 1190px;
	background: #f5f5f5;
	height: 360px;
}

.product-bg-up {
	position:relative;
	top: -348px;
	overflow:hidden;
	margin-bottom: -348px;
}

.product-header-container {
	width: 100%;
	background: #fff;
	border:1px solid #e5e5e5;
	padding: 19px;
}

.product-img-thumb {
	width: 70px;
	height: 390px;
	float:left;
	overflow:hidden;
	position:relative;
}

.product-img-thumb ul {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
}

.product-img-box {
	width: 470px;
	height: 390px;
	float:left;
}

.product-img-thumb li {
	width: 70px;
	height: 70px;
	font-size: 0;
	text-align:center;
	margin-bottom: 10px;
	cursor: pointer;
}

.product-img-thumb li.on {
	border: 1px solid #fc9732;
}

.product-img-big {
	width: 390px;
	height: 390px;
	font-size: 0;
	text-align:center;
	float: right;
}

.product-img-big:before, .product-img-thumb li:before {
	content:'';
	display:inline-block;
	width:0;
	height:100%;
	overflow:hidden;
	visibility:hidden;
	vertical-align:middle;
}

.product-img-big img, .product-img-box li img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.product-img-thumb-prev {
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:24px;
	background:url(../images/productup.png) 50% 0 no-repeat;
	cursor:pointer;
}

.product-img-thumb-next {
	position:absolute;
	left:0;
	bottom:0;
	width:70px;
	height:24px;
	background:url(../images/productdown.png) 50% 0 no-repeat;
	cursor:pointer;
}

.zoomDiv {z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.zoomMask {position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.product-intro-box {
	width: 458px;
	float:right;
}

.product-intro-name {
	color: #4c4c4c;
	font-size: 16px;
	line-height:24px;
	word-break:break-all;
	font-weight:normal;
	min-height:36px;
}

.product-intro-list {
	padding:16px 0;
	border-bottom: 1px solid #f5f5f5;
}
.product-params-list {
	padding:20px 0 10px;
	line-height:32px;
	position:relative;
}
.product-intro-tag {
	font-size: 14px;
	color: #b2b2b2;
	width: 80px;
	float:left;
}
.product-intro-content {
	font-size: 14px;
	color: #b2b2b2;
	width: 378px;
	float:right;
}

.product-params-list .product-intro-content {
	overflow:hidden;
}

.product-params-ul {
	margin-left: -9px;
}
.product-params-ul li {
	border:1px solid #e5e5e5;
	cursor:pointer;
	min-width:68px;
	line-height:30px;
	padding:0 10px;
	text-align:center;
	font-size:14px;
	color: #4c4c4c;
	border-radius:4px;
	float:left;
	margin-left: 9px;
	margin-bottom:10px;
	transition:all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
}
.product-params-ul li:hover {
	background:#f8f8f8;
	padding:0 12px 0 8px;
}
.product-params-ul li.on {
	background:#fc9732;
	border-color: #fc9732;
	color: #fff;
}
.product-params-show-all {
	width:20px;
	height:20px;
	background:url(../images/unfold.png) 0 50% no-repeat;
	position:absolute;
	right:0;
	bottom:-20px;
	display:none;
	cursor:pointer;
}

.product-params-hide-all {
	width:20px;
	height:20px;
	background:url(../images/fold.png) 0 50% no-repeat;
	position:absolute;
	right:0;
	bottom:-1px;
	display:none;
	cursor:pointer;
}
.product-intro-btn {
	padding:30px 0 15px 80px;
}

.orange-btn {
	min-width:140px;
	padding:0 20px;
	height:42px;
	line-height:42px;
	text-align:center;
	color: #fff;
	font-size: 16px;
	background:#ff9933;
	border-radius:4px;
	cursor:pointer;
	opacity:.9;
	transition:all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
}

.blue-btn {
	min-width:140px;
	padding:0 20px;
	height:42px;
	line-height:42px;
	text-align:center;
	color: #fff;
	font-size: 16px;
	background:#2ea8e6;
	border-radius:4px;
	cursor:pointer;
	opacity:.9;
	transition:all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
}
.blue-btn:hover,.orange-btn:hover {
	opacity:1;
	padding: 0 7px 0 13px;
}

.product-descript-container {
	border:1px solid #e5e5e5;
	margin-top: 20px;
}

.product-descript-box {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:-1px;
	padding:10px 20px;
	font-size:14px;
	color:#b2b2b2;
	line-height: 24px;
}
.product-descript-detail {
	margin-top:4px;
	color:#4c4c4c;
	font-size:14px;
}

.online-message-container {
	margin:20px 0 30px 350px;
	width:540px;
}

.online-message-tip {
	font-size:20px;
	color: #808080;
	font-style:oblique;
}

.online-message-tag {
	font-size:14px;
	color: #b2b2b2;
	font-style:oblique;
	line-height:36px;
}

.online-message-input {
	font-size:14px;
	color: #4c4c4c;
	border:1px solid #e5e5e5;
	border-radius:4px;
	width:100%;
	padding:8px 10px;
	margin-bottom: 10px;
}

.online-message-textarea {
	font-size:14px;
	color: #4c4c4c;
	border:1px solid #e5e5e5;
	border-radius:4px;
	width:100%;
	padding:8px 10px;
	margin-bottom: 10px;
	line-height:24px;
}

#beian{
	color:#fff;
}

			
