﻿/*banner*/
/* =Skitter styles
----------------------------------------------- */
.box_skitter {
	position: relative;
	width:100%;
	height:540px;
	background: #333;
}

.box_skitter img {
	max-width: none;
} /* Tip for stildv */
.box_skitter ul {
	display: none;
}

.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}

.box_skitter .image {
	overflow: hidden;
}

.box_skitter .image img {
	display: none;
}

/* =Box clone
-------------------------------------------------------------- */
.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}

.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

/* =Navigation
-------------------------------------------------------------- */
.box_skitter .prev_button {
	position: absolute;
	top: 50%;
	left: 35px;
	z-index: 152;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.box_skitter .next_button {
	position: absolute;
	top: 50%;
	right: 35px;
	z-index: 152;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.box_skitter .prev_button:hover, .box_skitter .next_button:hover {
	opacity: 0.5 !important;
}

/* =Numbers
-------------------------------------------------------------- */
.box_skitter .info_slide {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 100;
	background: #000;
	color: #fff;
	font: bold 11px arial;
	padding: 5px 0 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.75;
}

.box_skitter .info_slide .image_number {
	background: #333;
	float: left;
	padding: 2px 10px;
	margin: 0 5px 0 0;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.box_skitter .info_slide .image_number:hover {
	background: #000;
}

.box_skitter .info_slide .image_number_select, .box_skitter .info_slide .image_number_select:hover {
	background: #cc3333;
	float: left;
	padding: 2px 10px;
	margin: 0 5px 0 0;
}

/* =Thumbs
	Change width and height to customization dimension thumb
-------------------------------------------------------------- */
.box_skitter .container_thumbs {
	position: relative;
	overflow: hidden;
	height: 50px;
}

.box_skitter .info_slide_thumb {
	height: 50px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	top: auto;
	top: 0;
	left: 0;
	padding: 0 !important;
	opacity: 1.0;
}

.box_skitter .info_slide_thumb .image_number {
	overflow: hidden;
	width: 100px;
	height: 50px;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.box_skitter .info_slide_thumb .image_number img {
	position: absolute;
	top: -30px;
	left: -30px;
	height: 100px;
}

.box_skitter .box_scroll_thumbs {
	padding: 0;
}

.box_skitter .box_scroll_thumbs .scroll_thumbs {
	position: absolute;
	bottom: 60px;
	left: 50px;
	background: #ccc;
	background: -moz-linear-gradient(-90deg, #555, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
	width: 200px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999em;
	z-index: 101;
	cursor: pointer;
	border: 0px solid #333;
}

/* =Dots
-------------------------------------------------------------- */
.box_skitter .info_slide_dots {
	position: absolute;
	bottom: -40px;
	z-index: 151;
	padding: 8px 10px 8px 18px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.box_skitter .info_slide_dots .image_number {
	background: #333;
	float: left;
	margin: 0 8px 0 0;
	cursor: pointer;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.box_skitter .info_slide_dots .image_number:hover {
	background: #000;
}

.box_skitter .info_slide_dots .image_number_select, .box_skitter .info_slide_dots .image_number_select:hover {
	background: #cc3333;
	float: left;
	margin: 0 5px 0 0;
}

/* =Loading
-------------------------------------------------------------- */
.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/ajax-loader.gif) no-repeat left top;
	width: 32px;
	height: 32px;
}

/* =Label
-------------------------------------------------------------- */
.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
}

.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	display: none;
	opacity: 0.4;
	background: #000;
}

.box_skitter .label_skitter p {
	padding: 10px;
	margin: 0;
	font: normal 16px arial,tahoma;
	letter-spacing: -1px;
}

.box_skitter .progressbar {
	background: #000;
	position: absolute;
	top: 5px;
	left: 15px;
	height: 5px;
	width: 200px;
	z-index: 99;
	border-radius: 20px;
}

/* =Preview slide
-------------------------------------------------------------- */
.box_skitter .preview_slide {
	display: none;
	position: absolute;
	z-index: 152;
	bottom: 30px;
	left: -40px;
	width: 100px;
	height: 100px;
	background: #fff;
	border: 1px solid #222;
	-moz-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
	box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
	overflow: hidden;
}

.box_skitter .preview_slide ul {
	height: 100px !important;
	overflow: hidden !important;
	margin: 0 !important;
	list-style: none !important;
	display: block !important;
	position: absolute !important;
	top: 0;
	left: 0;
}

.box_skitter .preview_slide ul li {
	width: 100px !important;
	height: 100px !important;
	overflow: hidden !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	display: block !important;
}

.box_skitter .preview_slide ul li img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 150px !important;
	width: auto !important;
}

/* =Focus
-------------------------------------------------------------- */
#overlay_skitter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	opacity: 1;
	background: #000;
}

.box_skitter .focus_button {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.box_skitter .play_pause_button {
	position: absolute;
	top: 50%;
	z-index: 151;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.box_skitter .play_pause_button.play_button {
}


.box_skitter .play_pause_button:hover {
	opacity: 0.5 !important;
}

.box_skitter .focus_button:hover {
	opacity: 0.5 !important;
}


/* =Clean theme
-------------------------------------------------------------- */
.skitter-clean .prev_button, 
.skitter-clean .next_button, 
.skitter-clean .play_pause_button, 
.skitter-clean .focus_button 
{
	display: block;
	background: url('../images/sprite-clean.png') no-repeat;
}

.skitter-clean .prev_button {
	background-position: 0px 0px;
	width: 47px;
	height: 46px;
}

.skitter-clean .next_button {
	background-position: 0px -46px;
	width: 47px;
	height: 46px;
}

.skitter-clean .play_pause_button {
	background-position: -0px -133px;
	width: 41px;
	height: 41px;
}

.skitter-clean .play_pause_button.play_button {
	background-position: -0px -92px;
	width: 41px;
	height: 41px;
}

.skitter-clean .focus_button {
	background-position: -0px -174px;
	width: 41px;
	height: 41px;
}

.skitter-clean .info_slide {
	background: transparent;
}

.skitter-clean .info_slide .image_number {
	background: #fff;
	box-shadow: rgba(0,0,0,0.2) 1px 1px 0;
	font-size: 12px;
	font-weight: normal;
	color:#333;
}

.skitter-clean .info_slide .image_number:hover {
	background: #ccc;
}

.skitter-clean .info_slide .image_number_select, .skitter-clean .info_slide .image_number_select:hover {
	background: #ef4a4b;
	color:#fff;
}

.skitter-clean .info_slide_dots {
	bottom:20px;
	background: rgba(255,255,255,0.8);
	box-shadow: rgba(0,0,0,0.3) 1px 1px 0;
}

.skitter-clean .info_slide_dots .image_number {
	width: 14px;
	height: 14px;
	background: #36404b;
}

.skitter-clean .info_slide_dots .image_number:hover {
	background: #ef4a4b;
}

.skitter-clean .info_slide_dots .image_number_select, .skitter-clean .info_slide_dots .image_number_select:hover {
	background: #ef4a4b;
}

.skitter-clean .progressbar {
	top: 5px;
	left: 5px;
	background: #fff;
	box-shadow: rgba(0,0,0,0.5) 1px 1px 0;
}


.index-cate h4{ font-size:30px; text-align:center; font-weight:normal; margin-top:60px; line-height:48px;}
.index-cate p{ font-size:14px; color:#999; text-align:center; margin-bottom:30px; line-height:20px;}
.cate-list li{ width:222px; height:400px; background:#f7f7f7; border:#ededed 1px solid; float:left; margin-left:20px;overflow:hidden;}
.cate-list li a img{transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;z-index:0; position:relative;}
.cate-list li a:hover img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); }
.cate-list li a h2{ background:#ef4a4b; color:#fff; height:38px; line-height:38px; text-align:center; display:block; font-weight:normal; font-size:14px;transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;z-index:1; position:relative;}
.cate-list li a:hover h2{ background:#36404b;transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; }
.cate-list li a p{ padding:20px 16px; color:#999; line-height:22px; font-size:12px; text-align:left; margin:0;}
.cate-list li:nth-child(1){ margin-left:0;}

.scroll-proxy{width:1200px;height:326px;margin:20px auto;position:relative;}
.scroll-proxy .proxy-box{overflow:hidden;position:relative;width:999px;height:266px;margin:0 auto; background:#fff; padding:30px;}
.scroll-proxy .proxy-list{overflow:hidden;width:9999px;}
.scroll-proxy .proxy-list li{float:left;width:250px; text-align:center;}

.scroll-proxy .prev,.scroll-proxy .next{position:absolute;top:50%;margin-top:-25px;width:50px;height:50px;background-image:url(../images/control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer; background-color:#36404b; border-radius:50px; border:4px solid rgba(239,74,75,0.75);}
.scroll-proxy .prev{left:0px;background-position:0 0;}
.scroll-proxy .next{right:0px;background-position:0 -50px;}
.scroll-proxy .prev:hover,.scroll-proxy .next:hover{ background-color:#ef4a4b;}



.title-box{position:relative; text-align:center; margin:70px 0 30px 0;}
.title-box a{width:220px; height:54px; line-height:54px; display:block; margin:0 auto;-webkit-transform:translateX(0); -o-transform:translateX(0); -ms-transform:translateX(0); -moz-transform:translateX(0);transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; -o-transition:.3s;text-align:center; position:relative; background:#36404b; z-index:1;}
.title-box a h2{color:#fff; font-size:18px; margin:0; display:inline; padding:0; padding-right:24px; font-weight:normal;}
.title-box p{display:block; color:#999; margin-top:30px; font-size:14px;line-height:20px;}
.title-box a:hover{background:#fb4848;}
.title-box i{position:absolute; width:46px; height:0; top:0px; margin:0 0 0 79px; left:50%; cursor:pointer; z-index:99;border-width:0 0 54px 24px;border-color:transparent transparent #fb4848 transparent; border-style:solid;}
.title-box i b.more{ background:#fb4848 url(../images/ico-more.png) no-repeat center center; width:46px; height:54px; display:block;}
.title-box a:hover i{border-color:transparent transparent #36404b transparent;}
.title-box a:hover i b.more{ background-color:#36404b;}

.gray-box{ background:#f6f7f8 url(../images/bg002.jpg) no-repeat center center; padding:40px; margin-top:60px;}


.products-tab {width:1200px;margin:0 auto;}
.products-tab .product-nav {height:40px; text-align:center;letter-spacing:-3px;}
.products-tab .product-nav li { border:#ddd 1px solid; border-left:0;display:inline-block;letter-spacing:0;}
.products-tab .product-nav li:nth-of-type(1){border-left:#ddd 1px solid;}
.products-tab .product-nav li a {display: block;height:38px; font-size:14px;line-height:38px;padding: 0 30px;background:#fff;}
.products-tab .product-con { border-left:#eee 1px solid; margin-top:30px;}
.products-tab .product-nav li a:hover, .products-tab .product-nav .on a{background:#fb4848; color:#fff;}
.product-wrap{overflow:hidden; position:relative; width:1200px}
.product-list{width:6000px; position:relative; overflow:hidden; padding:0px; margin:0px; left:0px;}
.products-tab .product-list ul {zoom:1;	overflow:hidden;width:1200px; float:left;}
.products-tab .product-list li { width:259px; height:280px; overflow:hidden; padding:20px; border-right:#eee 1px  solid; border-bottom:#eee 1px solid;float: left;display:inline; text-align:center; color:#999; line-height:24px; font-size:14px;}
.products-tab .product-list li a{ display:block; font-size:14px;}
.products-tab .product-list li:nth-of-type(1),.products-tab .product-list li:nth-of-type(2),.products-tab .product-list li:nth-of-type(3),.products-tab .product-list li:nth-of-type(4){border-top:#eee 1px  solid;}
.products-tab .product-list li:nth-of-type(4n+0){ width:258px;}
.products-tab .product-list li img {width:230px;height:230px; margin-bottom:10px;transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;z-index:0; position:relative;}
.products-tab .product-list li a:hover img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); }

.case-list{ border-left:#eee 1px solid; overflow:hidden;}
.case-list li{border:#eee 1px solid; width:298px; height:380px; float:left; border-left:0;overflow:hidden; font-size:14px; color:#999; text-align:center;}
.case-list li img{ width:298px; height:298px;transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;z-index:0; position:relative;}
.case-list li:nth-of-type(4n+0){ width:297px;}
.case-list li:nth-of-type(4n+0) img{ width:297px;}
.case-list li a:hover img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); }
.case-list li a{ display:block; font-size:15px;}
.case-list li a b{ border-top:#ef4a4b 2px solid; background:#fff; height:30px; padding-top:10px; line-height:30px;display:block; font-weight:normal;transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;z-index:1; position:relative;}

.brand-list{ border-left:#eee 1px solid; overflow:hidden;}
.brand-list li{border-right:#eee 1px solid;border-bottom:#eee 1px solid; width:298px; height:140px; line-height:140px; float:left; border-left:0;overflow:hidden; font-size:14px; color:#999; text-align:center;}
.brand-list li img{max-height:90px; max-width:100%;transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;z-index:0; position:relative;display: inline-block; vertical-align: middle;}
.brand-list li:nth-of-type(4n+0){ width:297px;}
.brand-list li:nth-of-type(1),.brand-list li:nth-of-type(2),.brand-list li:nth-of-type(3),.brand-list li:nth-of-type(4){border-top:#eee 1px  solid;}
.brand-list li a:hover img{-webkit-animation:swing 1s .2s ease both;-moz-animation:swing 1s .2s ease both;}
@-webkit-keyframes swing{
20%,40%,60%,80%,100%{-webkit-transform-origin:top center}
20%{-webkit-transform:rotate(15deg)}
40%{-webkit-transform:rotate(-10deg)}
60%{-webkit-transform:rotate(5deg)}
80%{-webkit-transform:rotate(-5deg)}
100%{-webkit-transform:rotate(0deg)}
}
@-moz-keyframes swing{
20%,40%,60%,80%,100%{-moz-transform-origin:top center}
20%{-moz-transform:rotate(15deg)}
40%{-moz-transform:rotate(-10deg)}
60%{-moz-transform:rotate(5deg)}
80%{-moz-transform:rotate(-5deg)}
100%{-moz-transform:rotate(0deg)}
}

.index-company{ width:890px; height:298px; background:#f7f7f7; overflow:hidden; float:left; margin:40px 0;}
.index-company img{ float:left;}
.company-con{ width:510px; padding:30px; float:right;}
.company-con b{ font-size:16px; font-weight:normal;}
.company-con h3{ color:#fb4848; font-size:20px; font-weight:normal; line-height:60px;}
.company-con p{ color:#777; line-height:22px;}

.company-con .title-box{margin:30px 0 0 0;}
.company-con .title-box a{width:140px; height:34px; line-height:34px; float:left;}
.company-con .title-box a h2{font-size:12px;}
.company-con .title-box i{width:23px;margin:0 0 0 29px; z-index:99;border-width:0 0 34px 18px;}
.company-con .title-box i b.more{  width:23px; height:34px;}

.index-news{ width:290px; height:298px; background:#f7f7f7; overflow:hidden; float:right; margin:40px 0;}
.index-news .title-box{margin:0;}
.index-news .title-box a{width:90%; text-align:left; padding-left:10%;}
.index-news ul{ padding:30px 20px;}
.index-news li{ background:url(../images/ico-arrow.png) no-repeat left center;  padding-left:16px; height:26px; line-height:26px; text-overflow:ellipsis; }

.left_bar{ width:230px; float:left;}
.right_bar{ width:750px; float:right;}

