@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
ul, ol {
	list-style:none;
}
a {
	color:#333;
	text-decoration:none;
	outline:none;
 blr:eapression(this.onFocus=this.blur)
}
img {
	border:0;
}
body {
	font-family:"微软雅黑";
	font-size:14px;
	overflow-x:hidden;
	background:url(../images/mainbg.png);
	word-wrap:break-word;
	break-word:break-all;
}
@font-face {
    font-family: 'garfeldserialregular';
    src: url('../font/garfeldserial-regular-webfont.eot');
    src: url('../font/garfeldserial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/garfeldserial-regular-webfont.woff2') format('woff2'),
         url('../font/garfeldserial-regular-webfont.woff') format('woff'),
         url('../font/garfeldserial-regular-webfont.ttf') format('truetype'),
         url('../font/garfeldserial-regular-webfont.svg#garfeldserialregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.l {
	float:left;
}
.r {
	float:right;
}
.inner {
	width:1000px;
	margin:auto;
}
#header {
	height:130px;
	background:url(../images/topbg.png) no-repeat top center;
}
#header .right {
	width:800px;
	height:110px;
}
#header .right .language {
	color:#ed7401;
	font-size:12px;
	text-transform:uppercase;
	margin-top:25px;
	text-align:right;
}
#header .right .language a {
	color:#ed7401;
}
#productbg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/black0.5.png);	
}
#main_top, #main_top a {
	color:#a8aaac;
	margin:0 5px;
}
#main_top a:hover {
	color:#ed7401;
}
#main_top {
	padding:40px 0;
}
#h2 {
	background:url(../images/h2bg.png) no-repeat top center;
	text-align:center;
	margin-bottom:50px;
}
.productone #h2 {
	margin-bottom:20px;
}
#h2 span {
	font-size:26px;
	color:#a5a8a9;
	font-family: 'garfeldserialregular';
	text-align:center;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
}
#h2 p {
	color:#f37a07;
	font-size:16px;
}
#h2 h2 {
	color:#42494e;
	font-size:26px;
	font-weight:normal;
}
#h2 .h2bg {
	display:inline-block;
	min-width:200px;
	border:10px #f37a07 solid;
	border-top:7px #f37a07 solid;
	border-bottom:0;
	padding:10px 15px 0;
	background:url(../images/mainbg.png);
}
#h2 .h2bg {
 *display:inline;
	_zoom:1
}
/* focus_Box */
#box {
	position:relative;
	height:550px;
	
}
#box ul {
	position:relative;
	width:1000px;
	height:500px;
}
#box li {
	position:absolute;
	list-style:none;
	background:url(../images/productbg.png) no-repeat bottom center;
	width:0;
	height:0;
	top:100px;
	left:377px;
	z-index:0;
	cursor:pointer;
	overflow:hidden;
	border-radius:3px;
}
#box li .right {
	position:absolute;
	bottom:0;
	right:110px;
	padding:0;
}
#box li .right img {
	height:500px;
	vertical-align:top;
}
#box li div.left {
	width:280px;
	padding-left:90px;
	padding-top:250px;
}
#box li div.left h4 {
	font-size:24px;
	text-align:center;
	color:#222;
}
#box li div.left h4 span {
	color:red;
	margin-left:10px;
}
#box .prev, #box .next {
	position:absolute;
	top:50%;
	width:49px;
	height:49px;
	margin-top:10px;
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
	background:url(../images/btn.png) no-repeat;
	z-index:9;
}
#box .prev {
	left:90px;
}
#box .next {
	right:95px;
	background-position:right 0;
}
#copyright {
	padding-top:10px;
	text-align:center;
}
/* 本例子css */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.navBar {
	position:relative;
	z-index:1;
	color:#fff;
	height:40px;
	line-height:40px;
	margin-left:50px;
	font-size:16px;
	margin-top:15px;
}
.nav {
	width:800px;
	margin:0 auto;
	font-family:"Microsoft YaHei", SimSun, SimHei;
}
.nav a {
	color:#fff;
}
.nav h3 {
	float:left;
	font-size:100%;
	font-weight:normal;
}
.nav .m {
	float:left;
	position:relative;
}
.nav .s {
	float:left;
	width:9px;
	text-align:center;
	color:#eee;
}
.nav h3 a {
	display:block;
	padding:0 12px;
	color:#fff;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.nav .on h3 a {
	filter:alpha(opacity=100);
	opacity:1;
}
.nav .sub {
	display:none; /*默认隐藏*/
	width:200px;
	position:absolute;
	left:50%;
	top:40px;
	margin-left:-100px;
	line-height:20px;
	padding:3px 0;
	float:left;
	background:url(../images/black0.5.png);
	font-size:14px
}
.nav .sub li {
	display:inline;
	text-align:center;
}
.nav .sub li a {
	display:block;
	padding:4px 10px;
	color:#fff;
}
.nav .sub li a:hover {
	color:#ed7401;
}
#footer {
	height:55px;
	border-bottom:5px #ed7401 solid;
	line-height:55px;
	text-align:center;
	color:#e0e0e0;
	position:relative;
	background:url(../images/footerbg.png) no-repeat top center;
}
#footer p span {
	color:#ed7401;
	font-size:16px;
	margin-right:10px;
}
#footer a.totop {
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-16px;
}
#product .product_d {
	width:960px;
	margin:auto;
}
#product .product_d .imglist {
	height:560px;
	width:960px;	
}
#product .product_d .imglist li {
	float:left;
	margin:0 27px;
}
#page {
	height:40px;
	width:960px;
	margin:auto;
	margin-bottom:40px;
}
#page .left {
	float:left;
}
#page .left li {
	float:left;	
	margin-right:5px;	
}
#page a {
	display:inline-block;
	width:43px;
	height:38px;
	font-size:16px;
	border:1px #b9bbbb solid;
	line-height:38px;
	text-align:center;
	color:#808080;
}
#page a {
	*display:inline;
	_zoom:1;	
}
#page .prev a,#page .next a {
	width:38px;
	height:38px;
	font-family:"宋体";	
	overflow:hidden;
	font-size:26px;
}
#page a {
	*display:inline;
	_zoom:1;	
}
#page .on a {
	background:#ed7401;
	color:white;
	font-size:16px;	
	border:0;
	height:40px;
	width:45px;
}
#page .right {
	color:#717171;
}

#page .right input {
	width:38px;
	height:38px;
	border:1px #b8baba solid;
	background:#ededed;
	font-size:16px;
	color:#717171;
	text-align:center;
	line-height:38px;	
}
#page .right label.submit {
	border:1px #b8baba solid;
	display:inline-block;
	width:38px;
	height:38px;
}
#page .right label.submit input {
	border:0;
	cursor:pointer;
}
#cases .cases_d {
	height:700px;	
}
#cases .cases_d li {
	width:454px;
	height:160px;
	border:1px #d5d5d5 solid;	
	padding:12px;
	background:#eeeeee;
	color:#696969;
	float:left;
	margin-bottom:28px;
}
#cases .cases_d li h5 {
	font-size:16px;
	font-weight:normal;	
}
#cases .cases_d li .left {
	width:215px;
	height:160px;	
}
#cases .cases_d li .right {
	width:214px;	
}
#cases .cases_d li .right .text {
	height:90px;
	line-height:22px;
	overflow:hidden;
	margin:10px 0;	
}
#cases .cases_d li .right a {
	display:block;
	height:28px;
	width:112px;
	border:1px #d5d5d5 solid;
	text-align:center;
	line-height:28px;
	color:#f37a07;
	font-family:"宋丽";
	font-size:12px;
	padding-right:11px;
	background:url(../images/casesmorebg.png) no-repeat 89px center;	
}
#cases .cases_d li .right a:hover {
	color:#fff;	
	background:#f28939 url(../images/casesmorebg01.png) no-repeat 89px center;	
}
.content {
	background:#fff;
	border-top:1px #dbdbdb solid;	
	position:relative;
}
.content_top {
	width:1920px;
	height:32px;
	position:absolute;
	top:-16px;
	left:50%;
	margin-left:-960px;
	text-align:center;
}
.content_top li {
	display:inline-block;
	width:300px;
	height:32px;
	font-size:16px;
}
.content_top li a {
	color:#696969;	
	display:inline-block;
	height:32px;
	line-height:32px;
	background:#cacaca;
	width:100%;
}
.content_top li{
	*display:inline;
	_zoom:1;
}
.content_top li a.on {
	color:#fff;
	background:#f37a07;
}
.content_top li a {
	*display:inline;
	_zoom:1;	
}
#technology .technology .inner ul{
	margin:100px 0;
}
#technology .technology .inner li {
	height:250px;
	width:278px;
	text-align:center;	
	position:relative;
	float:left;
	margin:0 25px 40px;
}

#technology .technology .inner li a span.text {
	display:block;
	width:278px;
	height:42px;
	line-height:42px;
	font-size:16px;
	color:#696969;	
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:2;
}
#technology .technology .inner li a:hover span.text{
	color:#fff;	
}
#technology .technology .inner li a .zz {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/jszz.png) no-repeat center center;	
	z-index:1;
	cursor:pointer;
}
#newscontent {
	padding:55px 0 30px;	
}

#newslist li {
	width:968px;
	padding:0 20px 0 12px;
	height:153px;
	margin-bottom:45px;	
}
#newslist li .right {
	width:730px;
	color:#959595;
}
#newslist li .right h5 {
	font-weight:normal;
	color:#68696a;
	font-size:14px;	
	margin-bottom:10px;
	line-height:30px;
}
#newslist li .right h5 .data {
	font-size:12px;	
	font-family:"宋体";
	color:#a3a3a3;
	margin-left:20px;
}
#newslist li .right .text {
	font-family:"宋体";
	font-size:12px;
	line-height:20px;	
	height:60px;
	overflow:hidden;
}
#newslist li .right .more {
	display:block;
	width:108px;
	height:28px;
	color:#a0a0a0;
	font-family:"宋体";
	font-size:12px;
	line-height:28px;
	background:#ececec url(../images/newslibg.png) no-repeat 90px center;
	text-align:center;
	padding-right:15px;	
	margin-top:10px;
}
#newslist li .right .more:hover {
	background:#f37a07 url(../images/casesmorebg01.png) no-repeat 90px center;
	color:#fff;		
}
#join .join {
	padding:100px 0;	
}
#join .join .left {
	width:245px;
	margin-left:20px;	
}
#join .join .right {
	width:690px;
	margin-right:20px;	
}
#product {
	padding: 0px 0 75px;
	position:relative;
}
#product #bg {
	position:fixed;
	width:1920px;
	bootom:55px;
	left:50%;
	margin-left:-960px;
	background:url(../images/aboutbg.png) no-repeat center bottom fixed;
	z-index:-1;
}
#product #main_top {
	display:block;
	color:#666;
}#product #main_top a{
	color:#666;
}
	/* 本例子css */
.product_bottom .picScroll{ width:1000px;}
.product_bottom .picScroll .hd{height:36px;line-height:35px;padding:0 15px; background:#f4f4f4; }
.product_bottom .picScroll .hd h2{ font-family: "Microsoft YaHei"; font-size: 17px; color: #C80300; float: left; margin-right: 15px; }
.product_bottom .picScroll .bd{ position:relative;  }
.product_bottom .picScroll .prev,.product_bottom .picScroll .next{ position: absolute; top: 160px; left:-1px; display: block; width: 33px; height: 64px; background: url(../images/slide_tigger.png) 0 -65px; z-index: 9; overflow: hidden; }
.product_bottom .picScroll .next{ left:auto; right:-1px; background-position: right -65px; }
.product_bottom .picScroll .prev:hover{ background-position:0 -130px; }
.product_bottom .picScroll .next:hover{ background-position:right -130px; }
.product_bottom .picScroll .prevStop{ background-position:0 -65px !important; }
.product_bottom .picScroll .nextStop{ background-position:right -65px !important; }

.product_bottom .picScroll .scrollWrap{ padding-left:40px  }
.product_bottom .picScroll ul{ overflow:hidden; zoom:1; }
.product_bottom .picScroll li{ height:358px;width:222px; position:relative; float:left; display:inline;margin:0 4px;padding-bottom:61px;background:url(../images/ty.png) no-repeat bottom center;position:relative; }
.product_bottom .picScroll li .div1 {
width: 160px;
height: 72px;
margin-left: -90px;
margin-top: -46px;
position: absolute;
top: 50%;
left: 50%;
background: url(../images/divbg.png) no-repeat center center;
text-align: center;
padding: 25px 10px 15px;
font-size: 14px;
color: #000;
line-height: 30px;
font-family: Arial;


}
.product_bottom .picScroll li .div2 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/black0.8.png);
	color:#fff;
	font-size:16px;
	text-align:center;	
	display:none;
}
.product_bottom .picScroll li .div2 p {
	display:block;
	padding:20px;
	color:#fff;
	line-height:26px;
	margin-top:120px;	
	height:90px;
	font-size:18px;
}
.product_bottom .picScroll li .div2 span {
	display:block;
	width:135px;
	height:30px;
	line-height:30px;
	border:1px #f37a07 solid;
	margin:auto;
	background:url(../images/casesmorebg.png) no-repeat 110px center;
	padding-right:15px;
	color:#f37a07;
	font-size:14px;
}
.product_bottom .picScroll li .pic {position:relative;display:block;overflow:hidden;margin-bottom:6px;}
.product_bottom .picScroll li .pic img {display:block;background:#ddd;border:1px #fff solid;}
.product_bottom .picScroll li p {height:15px;margin-top:5px;color:#999;line-height:15px;overflow:hidden;}
.product_bottom .picScroll li .txt1 a{color:#333;}
.product_bottom .picScroll li .movielist_tt {position:relative;height:16px;line-height:16px;padding-right:30px;overflow:hidden;position:relative;}
.product_bottom .picScroll li .movielist_tt a {font-size:14px;}
.product_bottom .picScroll li .score {color:#FF6600;font-family:Arial;position:absolute;top:0;right:10px;}
.Marketing .inner{
	padding:30px 0;
}