﻿#wrapper #head #FocusBG{
	width:100%;
	height:606px;
}
.fullSlide {
	width:100%;
	position:relative;
	height:606px;
	background:#000;
	margin-top:90px;
}
.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:606px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:606px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:0;
	bottom:20px;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:40px;
	height:5px;
	margin:5px;
	overflow:hidden;
	background:#FFF;
	line-height:999px;
/*	background:url("/images/pagination.png") no-repeat 0px 0px;
*/	margin:5px;
	overflow:hidden;
	filter:alpha(opacity=80);
	opacity:0.8;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#C90A16;
/*	background:url("/images/pagination.png") no-repeat 0px -26px;
*/}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:0%;
	z-index:1;
	width:40px;
	height:60px;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:0%;
	background-position:-6px -137px;
}

/*ScrollNews*/	
.ScrollNewsBG{
	width:100%;
	background:url("/images/gg38.jpg") repeat-x left top;
	height:38px;
	overflow:hidden;
	margin:auto;}
.ScrollNews{
	width:1180px;
	margin:auto;
	height:38px;
	overflow:hidden;
	}
/*	
.ScrollNews  ul{}
.ScrollNews  ul li a{font-size:12px; line-height:63px;
}
.ScrollNews  ul li span{
	color:#999;
	font-size:12px;
	padding-left:10px;}
*/	
	
.ScrollNews .ScrollTitle{
	width:60px;
	float:left;
	line-height:38px;
	color:#333;
	font-size:14px;
	font-weight:bold;}
.ScrollNews .ScrollTitle a{
	color:#999}	
.ScrollNews #marqueebox{
	padding-left:100px;}	
.ScrollNews .ScrollTitle p{
	padding:2px 0px;
	cursor:pointer;}

.ScrollNews .left ul{position:relative}
.ScrollNews .left li{float:left;width:1030px;}
.ScrollNews .left li table{}
.ScrollNews .left li p{font-size:14px;line-height:38px;float:left;}
.ScrollNews .left li p a{color:#666;}
.ScrollNews .left li p span{color:#000;padding-left:20px;}
.ScrollNews .left li .UpDown{float:right;padding-top:15px;}
.ScrollNews .left li .UpDown span{top:10px;width:28px;height:12px;cursor:pointer;display:block;float:left;}
.ScrollNews .left li .UpDown .ico_l{background:url("/images/shang.png") no-repeat 0px 0px;}
.ScrollNews .left li .UpDown .ico_r{background:url("/images/xia.png") no-repeat 0px 0px;}
.ScrollNews .left li .UpDown .ico_l:hover{
	background:url("/images/shangh.png") no-repeat 0px 0px;}
.ScrollNews .left li .UpDown .ico_r:hover{
	background:url("/images/xiah.png") no-repeat 0px 0px;}



/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.html) no-repeat center center
}

    #owl-demo .item{
        margin: 3px;
    }
    #owl-demo .item img{
        display: block;
        width: 280px;
        height:280px;
    }
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 11px;
  font-weight: 400;
}



@-ms-viewport {
  width: device-width;
}

  .row {
    margin-left: -0px;
    *zoom: 1;
  }



  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
 
.flagEnterLunbo .container .item{padding:2px;position:relative; }
.flagEnterLunbo .container .item .gsm {	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	 width: 98.1%;display: block;position:absolute; left: 0px;bottom: 0px;margin:3px;background:#9ca3af ;z-index: 1;height:52px;}
.flagEnterLunbo .container .item .gsm  p{text-align:center;line-height:52px;color:#fff;font-size:1.1em;}
 .flagEnterLunbo .container .item .gsm  p a{
	 color:#FFF;}
 
/* main block*/
 .MainBlock{
	font-size:12px;
	width:1200px;
	margin:auto;
	}
 .BlockTopic{
	height:38px;
	line-height:38px;
	background:url(/images/Title_bg1.png) no-repeat center 0px;
	color:#eb6100;
	text-align:center;
}
 .BlockTopic a{
	color:#eb6100;
	font-size:24px;
	}



 a,img {
	border:0;
}

/* case */
.case_box {
	position:relative;
	width:100%;
	height:606px;
	overflow:hidden;
}

.case_box ul {
	position:absolute;
	height:470px;
	overflow:hidden;
	top:0px;
	left:0px;
}
.case_box ul li {
	width:1900px;
	overflow:hidden;
	float:left;
	height:606px;
   cursor:pointer;
}
.case_box ul li dl.case_info {
	width:1175px;
	color:#616741;
	font-size:13px;
   margin-left:120px;
}

.case_box ul li.case_1 {
	height:606px;
	display:block; 
	overflow:hidden; 
}
.case_box ul li.case_2 {
	height:606px;
	display:block; 
	overflow:hidden; 
}

.case_box ul li.case_4 {
	height:606px;
	display:block; 
	overflow:hidden; 
}

.case_box ul li.case_5 {
	height:606px;
	
	display:block; 
	overflow:hidden; 
}

.case_box ul li.case_6 {
	height:606px;
	display:block; 
	overflow:hidden; 
}

.case_box ul li.case_7 {
	height:606px;
	display:block; 
	overflow:hidden; 
}

.case_box ul li.case_3 {
	height:606px;
	display:block; 
	overflow:hidden; 
}

.case_box ol {
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 20px -65px;
	height:24px;
	z-index:99;
}
.case_box ol li {
	float:left;
	margin:0 6px;
	display:inline;
	width:23px;
	height:24px;
	line-height:999em;
	background:url(/images/pagination.png) no-repeat;
	overflow:hidden;
	cursor:pointer;
}
.case_box ol li.active {
	background-position:0 -27px;
}

.ljmore{
	background-image:url(/images/img-more.png);
	background-repeat:no-repeat;
	background-position:5px 28px;
	height:60px;
	padding-left:35px;
	padding-top:37px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}

.ljmore a{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}

.ljmore a:hover{
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}

.z-biaoyu{
	font-size:56px; 
	color:#2A2F2B; 
	font-weight:bold; 
	margin-top:126px; 
	letter-spacing:2px;
}

.s-biaoyu{
	font-size:40px; 
	color:#2A2F2B; 
	font-weight:bold; 
	margin:40px 0 0 60px; 
}

.z-content{
	font-size:16px; 
	color:#2A2F2B; 
	margin-top:20px; 
	line-height:28px;
}
/* 左侧图片轮播调用 */

.left-case_box {
	position:relative;
	width:380px;
	height:210px;
	overflow:hidden
}

.left-case_box ul {
	position:absolute;
	height:210px;
	overflow:hidden;
	top:0px;
	left:0px
}

.left-case_box ul li.left-case_1 {
	background:url(/images/zmyg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	
}

.left-case_box ul li.left-case_2 {
	background:url(/images/zmyg2.jpg) no-repeat center top;
}

.left-case_box ul li {
	float:left;
	width:380px;
	height:210px;
}
.left-case_box ul li dl.case_info {
	zoom:1;
	color:#616741;
	font-size:13px;
}
.left-case_box ol {
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 40px -30px;
	height:13px;
	z-index:99;
}
.left-case_box ol li {
	float:left;
	margin:0 4px;
	display:inline;
	width:13px;
	height:13px;
	line-height:999em;
	background:url(/images/pagion.png) no-repeat;
	overflow:hidden;
	cursor:pointer;
}
.left-case_box ol li.active {
	background-position:0 -20px;
}

/* 中间图片轮播调用 */
.mid-case_box {
	position:relative;
	width:380px;
	height:210px;
	overflow:hidden
}

.mid-case_box ul {
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px
}
.mid-case_box ul li {
	float:left;
	width:380px;
	height:210px;
}

.mid-case_box p{
	z-index:2;
	position:absolute;
	text-indent:-9999px;
	width:37px;
	height:50px;
	top:35%;
	cursor:pointer
}

.mid-case_box ul li dl.case_info {
	zoom:1;
	color:#616741;
	font-size:13px;
}
.mid-case_box .prev {
	text-indent:-9999px;
	background:url(/images/previous.png) no-repeat;
	filter:alpha(opacity=20); 
	-moz-opacity:0.2; 
	opacity:0.2;
	left:0px;
	top:35%;
}
.mid-case_box .next {
	text-indent:-9999px;
	background:url(/images/next.png) no-repeat;
	filter:alpha(opacity=20); 
	-moz-opacity:0.2; 
	opacity:0.2;
	top:35%;
	right:0px
}

.mid-case_box .prev:hover {
	text-indent:-9999px;
	background:url(/images/previous.png) no-repeat;
	filter:alpha(opacity=40); 
	-moz-opacity:0.4; 
	opacity:0.4;
	left:0px;
	top:35%;
}
.mid-case_box .next:hover {
	text-indent:-9999px;
	background:url(/images/next.png) no-repeat;
	filter:alpha(opacity=40); 
	-moz-opacity:0.4; 
	opacity:0.4;
	top:35%;
	right:0px
}

.mid-case_box ul li.mid-case_1 {
	background:url(/images/z-zdj.jpg) no-repeat center top;
}
.mid-case_box ul li.mid-case_2 {
	background:url(/images/z-zdj.jpg) no-repeat center top;
}

/* 二级页面调用图片轮播 */

.sec_case_box {
	position:relative;
	width:100%;
	height:606px;
	overflow:hidden
}



.sec_case_box ul {
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px
}
.sec_case_box ul li {
	float:left;
	width:2000px;
	height:606px;
}

#div-auto1180{
	width:1000px;
	margin:0 auto;
	position:relative;
	padding-top:340px;
   padding-left:175px;
	z-index:1;
}

#div-auto1180 p{
	margin:5px;
	width:70px;
	height:50px;
	cursor:pointer;
	z-index:1;
}

.sec_case_box ul li dl.case_info {
	zoom:1;
	color:#616741;
	font-size:13px;
}
.sec_case_box .prev {
   float:left;
	text-indent:-9999px;
	background:url(/images/prevs.png) no-repeat;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity:0.5;
	top:362px;
   margin-left:-15px !important;
}
.sec_case_box .next {
   float:left;
	text-indent:-9999px;
	background:url(/images/nexs.png) no-repeat;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity:0.5;
	top:362px;
}

.sec_case_box .prev:hover {
   float:left;
	text-indent:-9999px;
	background:url(/images/prevs.png) no-repeat;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity:0.7;
	top:362px;
   margin-left:-15px !important;
}
.sec_case_box .next:hover {
   float:left;
	text-indent:-9999px;
	background:url(/images/nexs.png) no-repeat;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity:0.7;
	top:362px;
}

.sec_case_box ul li.sec_case_1 {
	background:url(/images/z-aboutus1.jpg) no-repeat center top;
}
.sec_case_box ul li.sec_case_2 {
	background:url(/images/service01.jpg) no-repeat center top;
}
/*新添加的创新与发展更换图片*/
.sec_case_box ul li.sec_case_in1{
	background:url(/images/z-innovation01.jpg) no-repeat center top;
}
.sec_case_box ul li.sec_case_in2 {
	background:url(/images/cx.jpg) no-repeat center top;
}
/*新添加的人才招聘更换图片*/
.sec_case_box ul li.sec_case_re1{
	background:url(/images/rc1.jpg) no-repeat center top;
}
.sec_case_box ul li.sec_case_re2 {
	background:url(/images/rc2.jpg) no-repeat center top;
}
/*新添加的产品与服务更换图片*/
.sec_case_box ul li.sec_case_se1 {
	background:url(/images/recruitment01.jpg) center top no-repeat scroll;
}
.sec_case_box ul li.sec_case_se2 {
	background:url(/images/wm.jpg) no-repeat center top scroll;
}

/*新添加新闻更换图片*/
.sec_case_box ul li.sec_case_new1 {
	background:url(/images/z-news.jpg) no-repeat center top;
}
.sec_case_box ul li.sec_case_new2 {
	background:url(/images/xw.jpg) no-repeat center top;
}

/*----------首页新闻上下滚动开始----------*/

.notebox{ width:100%; margin:0px auto 0 auto; height:55px;background:#f5f5f5}
.note{ width:1200px; margin:0 auto ;height:55px; line-height:55px;}
.note p{ width:90px; height:55px; line-height:55px; float:left; color:#222; font-weight:bold; font-size:15px ;}

.note .search {	background: url(/images/searchbg.png) no-repeat;	width: 148px;height: 23px;padding: 0 10px;float: right; margin-top:18px;}
.note .search input {margin: 0px;padding: 0px;border: none;	background: none;float: left;}
.note .search .inputText {	width: 110px;height: 23px;font: 12px/23px Microsoft Yahei;	padding: 0 10px;}
.note .search .inputSubmit {background: url(/images/inputSubmit.png) no-repeat center;width: 13px;height: 23px;display: inline-block;cursor:pointer;}

.note .seach input{}

#scrollDiv{ width:900px; height:55px; overflow:hidden; position:relative; float:left;}
#scrollDiv ul li{ width:1000px; height:55px; line-height:55px; }
#scrollDiv ul li a{ color:#666; font-size:14px ; }
#scrollDiv ul li a:hover{ color:#191970; text-decoration:underline }

#ScrollControl{
	float:right;
	width:100px;
	padding-top:22px;}
#ScrollControl #btn1{display:block;width:18px; height:12px; font-size:0px; line-height:0px; background:url(/images/xia.png); background-repeat:no-repeat;float:left;}
#ScrollControl #btn1:hover{ width:18px; height:12px; font-size:0px; line-height:0px; background-image:url(/images/xiah.png); background-repeat:no-repeat;}
#ScrollControl #btn2{float:left;display:block;width:18px; height:12px; font-size:0px; line-height:0px; background-image:url(/images/shang.png); background-repeat:no-repeat;}
#ScrollControl #btn2:hover{ width:18px; height:12px; font-size:0px; line-height:0px; background-image:url(/images/shangh.png); background-repeat:no-repeat;}
	