@charset "utf-8";
/*CSS reset*/
html, body, div, p,ol,ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select,fieldset,legend, button, textarea,iframe, table, marquee,img{ margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6{font-size:12px;}
html{
	min-width:100%; 
	min-height:100%; 
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
fieldset{border:0 none;}
legend{display:none;}
textarea,input,button{outline:none;}
table{border-collapse:collapse;border-spacing:0;}
img{ 
  border: 0 none;
  vertical-align:bottom; /*空隙的解决方法*/ 
}
ul, li{ list-style-type: none; }
em{ font-style:normal;}
body{
	font-family:"Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	behavior:url("csshover.htc")/*解决IE6不支持hover的问题*/;
	cursor:default;
    /*overflow-x:hidden;*/
	}
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary,time{display: block;}
/*文本选择的高亮效果*/
::selection{background:#000; color:#fff;}
::-moz-selection{background:#000; color:#fff;}
::-webkit-selection{background:#000; color:#fff;}
/*文本占位符颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}
.placeholder{color: #999;}

/*原子类*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left: auto;margin-right: auto;}
.fl{float:left;display:inline;} 
.fr{float:right;display:inline;}
.clearfix:after{
	content:"."; 
	display:block;
	height:0;
	line-height:0; 
	clear:both;
	visibility:hidden;
	}
.clearfix{zoom:1;/*IE6/7*/}
.hide{ display:none;}
.b{ border:1px solid #000000;}
.w{ border:1px solid #ffffff;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.f21{font-size:21px;}
.f22{font-size:22px;}
.f23{font-size:23px;}
.f24{font-size:24px;}
.f25{font-size:25px;}
.f30{font-size:30px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.block{ display:block;}
.inline-block{display:inline-block;}
.fw-bold{ font-weight:bold;}
.fw-normal{ font-weight:normal;}
.fs-normal{ font-style: normal;}
.lh36{line-height:36px;}
.lh24{line-height:24px;}
.c-white{ color:#fff;}
.c-blue{ color:#0076c1;}
.c-red{color:#C03;}
.c-gray{color: #92979f;}
.c-green{color:#0FC150;}
.t-upper{text-transform: uppercase;}
.t-lower{text-transform: lowercase;}
.gray-border{ border:1px solid #eaeaea;}
.pointer{ cursor:pointer;}
.Arial{font-family:Arial, Helvetica, sans-serif;}
.over-hidden{overflow:hidden;}
.pos-r{position:relative;}
.pos-a{position:absolute;}
.pos-f{position: fixed;}
.pos-top{top: 0;}
.pos-bottom{bottom: 0;}
.z100{z-index: 100;}
.z200{z-index: 200;}
.z300{z-index: 300;}
.z400{z-index: 400;}
.z500{z-index: 500;}
.z600{z-index: 600;}
.z700{z-index: 700;}
.z800{z-index: 800;}
.z900{z-index: 900;}
.z1000{z-index: 1000;}
.v-middle{vertical-align: middle;}
/*竖排-从右到左*/
.vertical-rl{
  -webkit-writing-mode:vertical-rl;
  writing-mode:vertical-rl;
  writing-mode:tb-rl\9;
}
/*竖排-从左到右 ie6-10不兼容 建议少用*/
.vertical-lr{
  -webkit-writing-mode:vertical-lr;
  writing-mode:vertical-lr;
  writing-mode:lr-tb\9;
}

.ellipsis{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
/*a*/
a{blr:expression(this.onFocus=this.blur())/*IE下*/; transition:all ease-in-out .3s/*IE10+、Firefox、chrome、Opera*/;} 
a:focus{outline:none;}/*FF下*/
a:link{color:#333;text-decoration:none;}
a:visited{color:#333;text-decoration:none;}
a:hover{color:#0075c0;text-decoration:none;}


/*网页宽度*/
.w1920{
  width:1920px;
  position:relative;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.w1200{
  width:1200px;
  margin:0 auto;
}
/*Header*/
.warn{
	width:100%;
	height:auto;
	padding:5px 0;
	text-align:center;
	display:none;
	background:#FEE8AB;
	font-size:14px;
	}
.backToTop {
	display: none; 
	width: 40px;
	height:40px;
	line-height: 1.2em;
	padding:5px 5px;
	background:url(images/up.png) no-repeat center top;
	text-align: center;
	position: fixed;
	_position: absolute;
	z-index:999;
	right: 50px;
	bottom: 20px;
	_bottom: "auto";
	cursor: pointer;
	opacity: .6;
	filter: Alpha(opacity=60);
  }

.logo{
  width: 160px;
  height: 94px;
  margin:10px 0;
}
.logo a{
  display: block;
  width: 160px;
  height: 94px;
  text-indent: -9999px;
  background:url(images/logo.png) no-repeat left center;
}
a.lang{

  background-color: #2e2a27;
  color: #fff;
  padding: 5px 10px;
}

  /*Menu*/
.menu{/*height:120px;*/}
.menu ul{/*padding-top: 45px;*/}
.main-nav{
  float: left;
  display: inline;
  margin:10px 0 0 60px;
}
.main-nav a{
  margin: 0 auto;
  display:block;
  width: 80px;
  height: 40px;
  text-align:center;
  font-size: 15px;
  font-weight: 600;
}
.main-nav a:link{color:#333;text-decoration:none;}
.main-nav a:visited{color:#333;text-decoration:none;}
.main-nav a:hover,.main-nav a.active{color:#0075c0;text-decoration:none;border-bottom:2px #0075c0 solid;}
.main-nav a.default{color:#333;background:none;}
.dropdown-menu li{float:left;margin:10px 10px 0 40px;width:80px;background: url(../images/arrow.png) no-repeat left;}

/*Banner*/
.banner-scroll{
  height: 630px;
  overflow: hidden;
}
.banner-scroll{background-color: #121212;}
.banner-btn{
 width:100%;
 position:absolute;
 bottom:10px;
 z-index:999;
 text-align:center;
 padding: 10px 0;
}
.banner-btn ul{}
.banner-btn ul li{
  margin-left:4px;
  display:inline-block;
  *display:inline;
  width:10px;
  height:10px;
  background-color:#fff;
  cursor:pointer;
  border-radius:5px;
  zoom:1;
}
.banner-btn ul li.active{background-color:#76a12e;}
.banner-arrow{
 width: 50px;
 height: 50px;
 position: absolute;
 top: 45%;
 z-index: 100;
 background-image: url(images/banner_arrow.png);
 background-repeat: no-repeat;
 cursor: pointer;
}
.banner-prev{background-position: 0 0; left: 0;}
.banner-next{background-position: -50px 0; right: 0;}

/*Content*/
.content{
	margin:0 auto;
	width:1200px;
	/*padding:20px 0 0 0;*/
	}

/*About*/
.about{
  height: 730px;
 /* background: url(images/index_2.jpg) no-repeat center center;*/
}
.about-title{
  margin: 0 auto;
  width: 500px;
  height: 65px;
  padding: 40px 0 0 0;
}
.about-title h2{
  font-size: 40px;
  height: 57px;
}
.about-title h3{
  display: inline-block;
  *display: inline;
  background-color: #ebeae8;
  padding: 0 10px;
  zoom: 1;
}
.about-content{color: #938e87;}
.about-photo{background-color: #000;}
.about-photo img{
  width: 986px;
  border: 7px solid #fff;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.about-photo:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.about_more a{
	background-color: #1f61ad;
    color: #fff;
    padding: 20px 40px;
    float: right;
    margin-top: -200px;
	}
.about_more a:hover{
	background-color: #47afe5;
	color: #fff;

	}
/*Quality*/
.quality{
  height: 864px;
  background: url(images/about_bg.jpg) no-repeat center center;
}
.quality_right{
	background: url(images/about_more.png) no-repeat top right;
	}
.quality_content{
  width:1200px;
  margin:0 auto;
	}
.quality-title{
  margin: 0 auto;
  width: 500px;
  height: 65px;
  padding: 40px 0 0 0;
}
.quality-title h2{
  font-size: 40px;
  height: 57px;
}
.quality-title h3{
  display: inline-block;
  *display: inline;
  background-color: #316cac;
  padding: 0 10px;
  zoom: 1;
}
.quality-content{padding-top: 70px;}
.quality-a{top: 105px; left: 20px;}
.quality-b{top: 10px; right: 20px;}
.quality-c{top: 420px; right: 40px;}
.quality-d{top: 500px; left: 50px;}

/*Products*/
/*.products-text{
	width:282px;
	height:102px;
	background-color:#1f61ae;
	color:#fff;
	text-align:center;
	line-height:102px;
	border-radius:0 0 25px 0 ;
	}
.products{
  height: 830px;
  background: url(images/index_11.jpg) no-repeat center center;
}
.products-title{
  margin: 0 auto;
  border-bottom: 1px solid #bcd3e0;
  width: 500px;
  height: 65px;
  padding: 40px 0 0 0;
}
.products-title h2{
  font-size: 40px;
  height: 57px;
}
.products-title h3{
  display: inline-block;
  *display: inline;
  background-color: #d3d4d2;
  padding: 0 10px;
  zoom: 1;
}
.products-content{
  margin: 70px auto 0 auto;
  width: 1235px;
  height: 540px;
  padding: 50px 0 0 0;
  background-color: #3f3f3e;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.products-photo{
  margin: 0 auto;
  width: 834px;
  height: 488px;
  border: 5px solid #b5b5b5;
  background-color: #000;
}

.products-photo ul{}
.products-photo img{
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.products-photo:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.products-arrow{
 width: 34px;
 height: 63px;
 position: absolute;
 top: 45%;
 z-index: 100;
 background-image: url(images/index_9.png);
 background-repeat: no-repeat;
 cursor: pointer;
 opacity: 0.5;
 filter: alpha(opacity=50);
}
.products-arrow:hover{
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-prev{background-position: 0 0; left: 115px;}
.products-next{background-position: -34px 0; right: 115px;}
*/
/*Case*/
.case{
  height: 761px;
  background: url(images/index_14.jpg) no-repeat center center;
}
.case-title{
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  width: 500px;
  height: 65px;
  padding: 40px 0 0 0;
}
.case-title h2{
  font-size: 40px;
  height: 57px;
}
.case-title h3{
  display: inline-block;
  *display: inline;
  background-color: #79bdfe;
  padding: 0 10px;
  zoom: 1;
}
.case-box{padding-top: 60px;}
.case-btn{
 width:100%;
 position:absolute;
 bottom:-20px;
 z-index:999;
 text-align:center;
}
.case-btn ul{}
.case-btn ul li{
  margin-left:2px;
  display:inline-block;
  *display:inline;
  width:10px;
  height:10px;
  background-color:#fff;
  cursor:pointer;
  border-radius:5px;
  zoom:1;
}
.case-btn ul li.active{background-color:#0a9ec8;}

.case-item ul{}
.case-item ul li{
  margin-left: 6px;
  float: left;
  display: inline;
  width: 494px;
  height: 486px;
  background-color: #fff;
  position: relative;
  /*left: 10px;*/
}
.case-content{
  width: 100%;
  height: 156px;
  padding: 30px 0 0 0;
}
.hr{
  margin: 20px auto 0 auto;
  width: 40px;
  border-top: 1px solid #ccc;
}
.triangle-down{
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: #fff transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  left: 45%;
  bottom: -20px;
}
.triangle-up{
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  border-style: dashed dashed solid dashed;
  left: 45%;
  top: -20px;
}
.case-photo{
  width: 100%;
}
.case-photo:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}


/*Join*/
.join{
  height: 525px;
  background: url(images/index_17.jpg) no-repeat center center;
}
.join-title{
  margin: 0 auto;
  border-bottom: 1px solid #bcd3e0;
  width: 500px;
  height: 65px;
  padding: 40px 0 0 0;
}
.join-title h2{
  font-size: 40px;
  height: 57px;
}
.join-title h3{
  display: inline-block;
  *display: inline;
  background-color: #f3f3f4;
  padding: 0 10px;
  zoom: 1;
}
.join-content a{
  width: 494px;
  height: 351px;
  position: relative;
  background-color: #232323;
}
.join-content a img{
  -webkit-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.join-content a:hover img{
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.join-txt{
  width: 104px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -52px;
}
/*Message*/
.message{
  height: 365px;
  padding: 50px 0 0 0;
  background-color: #232323;
}
.message-title{
  color: #4c4c4c;
  font-size: 30px;
}
.message-content{}
.message-form{width: 500px;}
.inputControl input,
.inputControl textarea{
  border: 1px solid #393634;
  background: none;
  color: #fff;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.inputControl input:focus,
.inputControl textarea:focus{
  border: 1px solid #444343;
  box-shadow: 0 0 8px #3b3b3b inset;
}
.inputControl input{
  height: 36px;
  line-height: 36px;
  font-family:"Microsoft YaHei";
}
.inputControl textarea{
  width: 487px;
  height: 129px;
  padding: 10px 0 0 10px;
  font-family:"Microsoft YaHei";
  resize: none;
  overflow-y:auto;
}
.inputControl button{
  border: 0 none;
  width: 240px;
  height: 38px;
  font-size: 14px;
  font-family:"Microsoft YaHei";
  cursor: pointer;
}
.inputControl button:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.submit{
  background-color: #0076c1;
  color: #fff;
}
.reset{
  background-color: #4c4c4c;
  color: #a0a0a0;
}
.col-2{
  width: 218px;
  padding: 0 10px;
}

.map{
  width: 387px;
  height: 289px;
  background: url(images/index_18.png) no-repeat center center;
  top: 0;
  right: 0;
}
.map-content{
  width: 182px;
  height: 133px;
  margin-top: 50px;
}
.map-txt{
  border-top: 1px solid #eee;
}

/*Sidebar*/
.sidebar{height:64px;}
.sidebar a{font-size:16px; line-height:64px;width:160px;}
.breadcrumb{background-color: #d9edf7;}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width:160px;
	text-align:center;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success{
	background-color:#1F61AD;
	border-color:#1F61AD;
	color:#fff;
	}
.btn-default:hover{
	background-color:#1F61AD;
	border-color:#1F61AD;
	color:#fff;
   }
.sidebar a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 64px;
	width:160px;
	text-align:center;
	}

.sidebarContent{
	width:228px; 
	height:auto; 
	padding:5px 0 10px 0;
	border:1px solid #eee;
	}
  .items{height:auto;}
  .items li{
	  margin:0 auto;
	  width:210px; 
	  height:43px;
	  padding:3px 0 0 0; 
	  border-bottom:1px solid #eeeeee; 
	  float:left;
	  }
  .items li a{
	  display:block; 
	  width:210px; 
	  height:40px; 
	  line-height:40px;
	  font-size:14px; 
	  text-align:center;
	  text-overflow:ellipsis;
	  white-space:nowrap;
	  overflow:hidden;
	  }
  .items li a:link{color:#333;text-decoration:none;}
  .items li a:visited{color:#333;text-decoration:none;}
  .items li a:hover,.items li a.active{color:#0c85d1;text-decoration:none; font-weight:bold; background-color:#f4f5f3;}
  .items li a.default{color:#333; font-weight:normal; background-color:transparent;}
  
  /*产品分类*/	
  .items li.firstLevel{}
  .items li.firstLevel a{
	  text-align:left; 
	  text-indent:25px;
	  font-size:14px; 
	  font-weight:bold;
	  }
  .items li.secondLevel{
	  width:210px;
	  height:25px;
	  margin-top:3px;
	  background:#f6f8f8 url(images/dot_1.png) no-repeat 10% center;
	  border-bottom:0 none;
	  }
  .items li.secondLevel a{
	  display:block;
	  width:210px;
	  height:25px;
	  line-height:25px;
	  font-size:12px;
	  text-align:left;
	  text-indent:35px;
	  }  
  .items li.secondLevel a:link{color:#4e4c4c;text-decoration:none;}
  .items li.secondLevel a:visited{color:#4e4c4c;text-decoration:none;}
  .items li.secondLevel a:hover,.items li.secondLevel a.active{
	  color:#336699;
	  text-decoration:underline;
	  font-weight:normal !important;
	  background:none;
	  }

/*right*/
.right{width:1200px; height:auto;}
  .right_title{
	  width:1200px; 
	  height:37px; 
	  line-height:37px;
      border-bottom:1px solid #dbdbdb;
	  overflow:hidden;
	  }
    .tit{
		font-size:16px; 
		margin:0 0 0 10px;
		letter-spacing:1px; 
		color:#0093dd; 
		}
    .location{ margin:0 15px 0 0;}
	
  .right_content{width:1190px; height:auto; line-height:24px; padding:40px 10px; overflow:hidden;}
  .right_content p{margin-bottom:12px;}
  .right_content img{max-width:100%;}
  .right_content _img{width:100%;}
  .rightContact{width:100%; min-height:213px; _height:213px; background:url(images/contact.png) no-repeat right center;}
  .noInfo{width:100%;height:300px;line-height:300px;text-align:center;font-size:34px;}
  
  /*照片墙*/
  .image_gallery{overflow:hidden;}
  .image_gallery li{margin:0 0 15px 23px;float:left;display:inline;}
   .ig_bg{
	   width:250px; 
	   height:150px; 
	   border:1px solid #e9eaec; 
	   background-color:#f1f3e5;
	   }
   .ig_bg:hover{background-color:#ecede5; opacity:0.8; filter:alpha(opacity=80);}
  
  .newsItems{padding-bottom:10px;}
	.news_lists{border-bottom: 1px dotted #736f64;line-height:60px; height:60px;font-size:14px;}
	
.section{overflow:hidden;}
.section img{max-width:none;}
.stage{
   width:600px;
   height:450px;
   padding:5px;
   border:1px solid #3471af;
   background:#FFF;
   overflow:hidden;
   position:relative;
   top:0;
   left:0;
   }
.img_btn{
	position:absolute;
	bottom:0;
	left:450px;
	z-index:900;
	}
.coverImg{position:absolute;top:120px;right:60px;z-index:800;}
.coverImg img{ width:200px; height:350px;}
.coverImg img:hover{cursor:all-scroll;}
.bigBg{position:relative;top:0;left:0;z-index:500;}
  
.classify{width:350px;height:auto;}
  .classify_title{display:inline-block;margin:0 0 2px 0;font-size:13px;}
  .tabBox{width:100%;}
	.tab{overflow:hidden;}
	  .tab ul{height:auto;overflow:hidden;margin:0 0 5px 0;}
	  .tab ul li{float:left; display:inline;}
		a.tab_link{
			display:inline-block;
			width:auto;
			padding:0 10px;
			height:28px;
			line-height:27px;
			text-align:center;
			cursor:pointer;
			margin:5px 9px 0 0;
			background:#e5ede5;
			/*border-radius:5px;*/
			}
		a.tab_link:hover{background:#3471af;color:#fff;}
		 a.tab_link.tab_selected{color:#fff;background:#3471af;}	
	.Box{height:auto; margin:8px 0 0 0;}
	.Box img{vertical-align:bottom; display:block;}
	 .itemBox{}
	 #itemContainer{}
	 #itemContainer li{margin:0 15px 5px 0; float:left; display:inline; cursor:pointer; font-size:12px; *width:65px;}
	 
.bg_title{ margin:0 0 5px 0;font-size:18px; font-weight:normal;}
.background{width:979px;height:auto;margin:5px 0 20px 0;}
  .background ul{height:auto;}
	 .bigImg{
		 float:left;
		 display:inline;
		 width:170px;
		 height:130px;
		 border:1px solid #006549;
		 margin:0 20px 10px 0;
		 cursor:pointer;
		 }
	
	/*新闻最终页*/
  .new_banner{
	  width:100%;
	  height:28px;
	  line-height:28px;
	  margin:15px 0;
	  background-color:#eeeeee;
	  }
	.pubTime{display:inline-block;}
  .browse{margin-left:20px;}
  .bottom_line{height:10px;border-top:1px dotted #bebdbd;width:100%;margin-top:20px;} 
  .goBack{color:#7b0002;margin-right:10px;margin-top:10px;}




/*分页*/
.page{ height:50px; line-height:50px; text-align:center;}
.page_turner{padding:4px 0px 0px 1px; display:inline-block;}
.page_turner a, .page_turner span{ display:inline-block;border:1px solid #0a9ec8;padding:3px 7px;margin-left:4px;line-height:14px;}
.page_turner a:link, .page_turner a:visited{text-decoration:none;}
.page_turner a:hover, .page_turner a.c{background:#0a9ec8;color:#fff}

/*Content*/
.content{
	margin:0 auto;
	width:1200px;
	/*padding:20px 0 0 0;*/
	}

.panel-bg{
  background-color: #f6f6f6;
}
.panel{
  padding: 50px 0;
}
.panel-title{
  font-size: 24px;
  position: relative;
  text-align:center;
}

/*.panel-title:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -170px;
  width: 340px;
  height: 1px;
  background-color: #dcdcdc;
}
.panel-title:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -30px;
  width: 60px;
  height: 4px;
  background-color: #d60004;
}*/
.panel-title span{
  display: inline-block;
  padding: 0 15px;
  
  position: relative;
}
.bg-white{background-color: #fff;}
.bg-gray{background-color: #f6f6f6;}
.panel-content{
  margin-top: 60px;}

/*达正业务*/
.business-item{
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  /*overflow: hidden;*/
}
.business-item ul{}
.business-list{
  margin: 0 5px;
  float: left;
  display: inline;
  width: 170px;
  height: 144px;
}
.business-list a{
  display: block;
  width: 170px;
  height: 44px;
  font-size: 16px;
  padding-top: 100px;
  text-align: center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}
.business-list a:hover{
  /*background-position: center -117px;*/
  background-color: #d60004;
  color: #fff;
}
.business-list a.list-1{
  background-position: center 30px;
  background-image: url(images/index_4.png);
}
.business-list a.list-1:hover{
  background-position: center -117px;
}
.business-list a.list-2{
  background-position: center 30px;
  background-image: url(images/index_5.png);
}
.business-list a.list-2:hover{
  background-position: center -115px;
}
.business-list a.list-3{
  background-position: center 40px;
  background-image: url(images/index_6.png);
}
.business-list a.list-3:hover{
  background-position: center -114px;
}
.business-list a.list-4{
  background-position: center 40px;
  background-image: url(images/index_7.png);
}
.business-list a.list-4:hover{
  background-position: center -110px;
}
.business-list a.list-5{
  background-position: center 40px;
  background-image: url(images/index_8.png);
}
.business-list a.list-5:hover{
  background-position: center -113px;
}
.business-list a.list-6{
  background-position: center 40px;
  background-image: url(images/index_9.png);
}
.business-list a.list-6:hover{
  background-position: center -117px;
}
.business-list a.list-7{
  background-position: center 37px;
  background-image: url(images/index_10.png);
}
.business-list a.list-7:hover{
  background-position: center -113px;
}
.business-list a.list-8{
  background-position: center 40px;
  background-image: url(images/index_11.png);
}
.business-list a.list-8:hover{
  background-position: center -113px;
}
.business-list a.list-9{
  background-position: center 40px;
  background-image: url(images/index_12.png);
}
.business-list a.list-9:hover{
  background-position: center -113px;
}

.business-arrow{
 width: 25px;
 height: 48px;
 position: absolute;
 top: 40%;
 z-index: 1;
 background-image: url(images/index_13.png);
 background-repeat: no-repeat;
 cursor: pointer;
}
.business-prev{background-position: 0 0; left: 0;}
.business-prev:hover{
  background-position: 0 -48px;
}
.business-next{background-position: -26px 0; right: 0;}
.business-next:hover{
  background-position: -26px -48px;
}

/*达正精英*/
.worker-item{}
.worker-item ul{}
.worker-list{
  float: left;
  display: inline;
  width: 282px;
  height: 342px;
  position: relative;
  margin:0 8px 0 8px;
}

.worker-introduction{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 282px;
  height: 365px;
  color: #fff;
  background-color: #44aee5;
}
.worker-list:hover .worker-introduction{z-index: 1;}
.worker-box{padding: 80px 30px 0 30px;}
.worker-summary{
  line-height: 24px;
  height: 170px;
  overflow: hidden;
}

.worker-list a{color: #8e8e8e;}
.worker-list a:hover{color: #fff;}
.worker-more{
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.worker-more:hover{
  border-color: #fff;
}
.worker-photo{
  max-width: 100%;
}
.worker-arrow{
 width: 45px;
 height: 100px;
 position: absolute;
 top: 35%;
 z-index: 2;
 background-image: url(images/sprite.png);
 background-repeat: no-repeat;
 cursor: pointer;
 opacity: 0.5;
 filter:alpha(opacity=50);
}
.worker-arrow:hover{
  opacity: 0.8;
 filter:alpha(opacity=80);
}
.worker-prev{background-position: 0 0; left: 0;}
.worker-next{background-position: -55px 0; right: 0;}

/*资讯*/
.news-item{
  /*width: 620px;*/
}
.time_date{
	width:100%;
	height:36px;
	border-bottom:1px #bcbcbc solid;}
.news-list{
  float:left;
  width:360px;
  height: 200px;
  line-height: 30px;
  margin:0 10px 0 10px;
  padding:10px;
}
.news-list:first-child{margin-top: 0;}
.news-list:hover{
  box-shadow: 0 0 5px #666;
}
.news-list a{
  display: block;
  width: 370px;
  height: 200px;
  /*background-color: #f6f6f6;*/
}
.news-list a:hover{
 /* background-color: #d60004;*/
  color: #bcbcbc;
}
.news-post{
  display: inline-block;
  color: #333;
}
.news-list a:hover .news-post{color: #bcbcbc;}
.news-heading{}

.news-images{
  width: 360px;
  height: 420px;
  overflow: hidden;
}
.news-images-item{}
.news-images-item li{
  float: left;
  display: inline;
  width: 360px;
  height: 420px;
}
.news-photo{
  width: 360px;
  height: 420px;
}

.news-images-btn{
 width:100%;
 position:absolute;
 bottom:10px;
 z-index:999;
 text-align:center;
 padding: 10px 0;
}
.news-images-btn ul{}
.news-images-btn ul li{
  margin-left:4px;
  display:inline-block;
  *display:inline;
  width:10px;
  height:10px;
  background-color:#fff;
  cursor:pointer;
  border-radius:5px;
  zoom:1;
}
.news-images-btn ul li.active{background-color:#d60004;}

/*Footer*/
.fatFooter{
  padding: 15px 0;
}
#footer{
 line-height: 30px;
 text-align: center;
 color: #fff;
}
#footer a{color: #fff;}

/*Footer2*/
#footer2{
 background-color: #333333;
 padding: 15px 0;
 color: #7b7b7b;
}
#footer2 a{color: #333;}

.language_title{
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#1f61ad;
	color:#fff;
	line-height:28px;
	text-align:center;
	margin:5px 0px 0 0 ;
	float:right;
	margin-left:10px;
	}
.language_title a:hover{
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#da251c;
	text-align:center;
	float:right;
	}
.language_main{
	width:980px;
	height:40px;
	margin-top:5px;
	}
	
/*Products*/
.panel2{
	background: url(../images/pro_bg.png) no-repeat top;
	margin-bottom:100px;
	}
.products-text{
	height:60px;
	background-color:#fff;
	line-height:60px;
	}
.products-title{
  margin:0 auto;
  width: 215px;
  background-color: #f6f6f6;
  color: #11a62e;
  font-size: 18px;
}
.arrows-down{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #11a62e;
  border-radius: 50%;
  background-image: url(../images/index_7.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.products-content{
  padding-top: 70px;
}
.products-list{border-radius: 0; text-align: center;float:left;margin-left:10px;}
.products-list:hover{border-bottom-color: #11a62e;}
.panel-success {
	border-color: #d6e9c6
}
.panel-success>.panel-heading {
	color: #333333;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}
/*分页*/
.page{ height:50px; line-height:50px; text-align:center;}
.page_turner{padding:4px 0px 0px 1px; display:inline-block;}
.page_turner a, .page_turner span{ display:inline-block;border:1px solid #1F61AD;padding:3px 7px;margin-left:4px;line-height:14px;}
.page_turner a:link, .page_turner a:visited{text-decoration:none;}
.page_turner a:hover, .page_turner a.c{background:#1F61AD;color:#fff}

/*浮动导航*/
.fixed-nav{
  width: 68px;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 900;
}
.fixed-nav-link{
  display: block;
  width: 70px;
  height: 70px;
  font-size: 14px;
  background-color: #1f61ae;
  color: #fff !important;
  border-bottom: 1px solid #bbb;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
  border-radius: 5px 0 0 5px;
  /*overflow: hidden;*/
}
.fixed-nav-link:hover{
  background-color: #199bdf;
  border-bottom: 1px solid #00913a;
  color: #fff;
}
.nav-icon{
  display: inline-block;
  width: 68px;
  height: 55px;
  line-height: 42px;
  text-align: center;
}
.nav-qrcode{
  /*width: 100px;*/
  height: 150px;
  position: absolute;
  right: 70px;
  cursor: default;
  display: none;
}
