@charset "utf-8";
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; }
ul, li{ list-style-type: none; }
html{
	min-width:100%; 
	min-height:100%; 
	overflow-x:hidden;
	}
body{
  font-family:Tahoma, Arial, Helvetica, sans-serif;
}

/*原子类*/
.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;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}
.ml10{margin-left:10px;}
.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; *display: inline;}
.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:#0373cc;}
.c-red{color:#C03;}
.c-gray{color:#999;}
.text-upper{text-transform: uppercase;}
.text-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;}
.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;
}
.right_triangle {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent transparent transparent #008091;
  border-style: dashed dashed dashed solid;
}

 .ellipsis{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	}
/*a*/
a{blr:expression(this.onFocus=this.blur())/*IE下*/; transition:color ease-in-out .3s/*IE10+、Firefox、chrome、Opera*/;} 
a:focus{outline:none;}/*FF下*/
a:link{color:#555;text-decoration:none;}
a:visited{color:#555;text-decoration:none;}
a:hover{color:#0093dd;text-decoration:none;}


/*网页宽度*/
.w1920{
  width:1920px;
  position:relative;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.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: 20px;
	bottom: 20px;
	_bottom: "auto";
	cursor: pointer;
	opacity: .6;
	filter: Alpha(opacity=60);
  }
  
  
/*Header*/ 
#header .navbar-default {
    background-color: #fff;
    /*border-color: #e7e7e7;*/
}
.navbar-header {
  height: 90px;
}

.navbar-brand{height: auto;}
#defaultNavbar{float: right;}
.navbar-default .navbar-nav > li {
 height: 90px; 
 padding:0 45px;
 /*background:url(../images/index_1.png) no-repeat right center;*/
}
.navbar-default .navbar-nav > li:last-child{background-image:none;}
.navbar-default .navbar-nav > li >a,
.navbar-default .navbar-nav > li >a:visited { color: #333;  padding:0 0 20px 0; margin-top: 35px;}
.navbar-default .navbar-nav > li >a:hover,
.navbar-default .navbar-nav > li.active >a,
.navbar-default .navbar-nav > li.active >a:hover { color: #0093dd; background-color: transparent; border-bottom: 2px solid #0093dd;}
.lang{
	float: right;
	height: 90px;
	line-height: 90px;
}
.lang a{
	background-position:10% center;
	background-repeat:no-repeat;
	/*padding-left: 35px;*/
	border-radius: 5px;
	background-color:#0093dd;
	color:#fff;
}
.lang-en{background-image:url(../images/lang_zh.png)}
.lang-zh{background-image:url(../images/lang_en.png)}
.sidebar .btn{
	width:180px;
	padding:12px 0}
/*Banner*/
.navbar-fixed-top-banner{padding-top: 90px;}
.swiper-wrapper img{visibility: hidden; display: inline-block;}
.swiper-pagination {
  position: absolute;
  width: 100%;
  text-align:center;
  z-index: 20;
  left: 10px;
  /*bottom: 10px;*/
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
  border-color: #0093dd;
}
.swiper-active-switch {
  background: #0093dd;
}
/*About*/
.about_content{
	/*padding:40px 0;*/
	}
.aboutBox{margin-top: 30px;}
.about{
/*  background-color: #fff;
  padding: 20px;*/
  height: 306px;
}
.about-photo{margin: 0;}
.about-title{
/*  border-top: 2px solid #7f7f7f;
  padding-top: 50px;*/
  text-align:center;
  font-size: 18px;
  color: #11a62e;
}
.about-content{
  margin-top: 15px;
  padding: 0 20px;
  line-height: 40px;
  height:480px;
  overflow: hidden;
}
.about-more{margin-right: 20px; text-align: right;}
.about-more a{
  background-color:#0093dd;
  border-color: #0093dd;
  color: #fff;
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
}
.about-more a:hover{
  background-color: #0193dd;
  color: #fff;
  border-color: #0193dd;
}

.info-panel-summary{
	margin:10px 0 0 0}
.cont_bg{
	width: 85%;
	margin:0 auto;
	/*height: 350px;*/
	padding: 35px 0;
	background:url(../images/cont_bg.jpg) no-repeat center center fixed;
	position: relative;
	}
.cont_cover{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #64A5F5;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.cont{
	position: relative;
	z-index: 1;
	color: #fff;
}
.cont-title{
	font-size:30px;
	folor:#fff;
	text-align:center;
	margin-top:20px;
	}
.cont-summary{
	text-align:center;
	margin-top:20px;
	font-size: 18px
	}
.cont-more{
	text-align:center;
	margin-top:20px;
	}
.cont-more a{
	color:#fff;
	padding:10px 30px;
	}
.btn-cont{
	border-color:#fff;}
@media (max-width:1600px){
.navbar-default .navbar-nav > li {
    padding:0 35px;
}
.about-content{
	line-height:35px;
	}
.products-content{
	height:380px;
	overflow:hidden}
 }
 @media (min-width:1400px) and (max-width:1600px) {
 .navbar-default .navbar-nav > li {
    padding:0 35px;
}
 }
 @media (max-width:1400px){
.navbar-default .navbar-nav > li {
    padding:0 20px;
}
.about-content{
	height:360px;
    overflow:hidden;
	line-height:30px;
	}
.products-content{
	height:340px;
	overflow:hidden}
 }
/*@media (min-width:767px) and (max-width:1190px) {
 .navbar-default .navbar-nav > li { 
  padding:0 10px;
 }
}*/
@media (max-width:1200px){
	 .navbar-default .navbar-nav > li { 
  padding:0 10px;
 }
 .products-content{
	height:290px;
	overflow:hidden}
 }
@media (min-width:767px) and (max-width:1001px) {
 .container {width: 100%;}
 .navbar-brand img{/*width: 90%;*/}

 .navbar-default .navbar-nav > li >a,
 .navbar-default .navbar-nav > li >a:visited {padding:0 0 5px 0;}
}

@media (max-width:767px){
 .products-content{
	height:360px;
	overflow:hidden}
	.lang{
	float: none;
	position: absolute;
  height: 60px;
  line-height: 60px;
	right: 15px;
	top: 15px;
	z-index: 800;
	height: auto;
	line-height:normal;
  }
 }
  .navbar-default .navbar-toggle {
    margin-top: 15px;
    z-index: 900;
 }
 .navbar-header {
	height: 65px;
	position: relative;
 }
 .navbar-brand{
  position: absolute;
  width: 100%;
  z-index: 100;
  text-align:center;
 }
 .navbar-brand img{
/*  display:inline-block;
  height: 37px;*/
 }
.navbar-toggle {
  float: left;
	margin-left: 15px;
}
#defaultNavbar{/*float: none; background-color:#f8f8f8;*/}
.navbar-default .navbar-nav > li {
/* padding:0;
 height: auto;
 background-image:none;*/
}
.navbar-default .navbar-nav > li >a,
.navbar-default .navbar-nav > li >a:visited {padding:0 0 20px 0; margin-top: 35px;}
.navbar-default .navbar-nav > li >a:hover,
.navbar-default .navbar-nav > li.active >a,
.navbar-default .navbar-nav > li.active >a:hover {color: #0093dd; background-color: transparent; border-bottom: 2px solid #0093dd;}
.navbar-fixed-top-banner{padding-top: 65px;}

.lang{
/*	float: none;
	position: absolute;
  height: 60px;
  line-height: 60px;
	right: 15px;
	top: 15px;
	z-index: 800;
	height: auto;
	line-height:normal;*/
  }
}

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1461806985'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fax:before { content: "\e605"; }
.icon-book:before { content: "\e608"; }
.icon-tel:before { content: "\e606"; }
.icon-email:before { content: "\e607"; }
.icon-fix:before { content: "\e602"; }
.icon-antiddos:before { content: "\e601"; }
.icon-sun:before { content: "\e600"; }
.icon-fire:before { content: "\e603"; }
.icon-address:before { content: "\e604"; }


/*Feature*/
.feature{margin-top: 60px;}
.feature-box{
 margin:0 auto;
 width: 230px;
 height: 230px;
 position: relative;
 background-color: #979797;
 border-radius: 50%;
 color: #fff;
}
.feature-box:hover{background-color: #11a62e;}
.feature-box span{
 position: absolute;
 width: 100%;
 top: 20%;
 text-align: center;
}
.feature-box .iconfont{
  font-size: 80px;
}

@media (max-width: 1200px) {
  .feature-box .iconfont{
    font-size: 60px;
  }
  .feature-box{
     width: 160px;
     height: 160px;
    }
}
@media (max-width: 898px) {
  .feature{margin-top: 20px;}
  .feature-box{font-size: 12px;}
  .feature-box .iconfont{
    font-size: 40px;
  }
  .feature-box{
     width: 130px;
     height: 130px;
    }
	.navbar-brand img{
	width:50%;
	}
}
@media (max-width: 480px) {
  .feature-box span{
   top: 15%;
  }
  .feature-box .iconfont{
    font-size: 23px;
  }
  .feature-box{
     width: 70px;
     height: 70px;
    }

}
@media (max-width: 320px) {
  .feature-box .iconfont{
    font-size: 20px;
  }
  .feature-box{
     width: 55px;
     height: 55px;
    }
}



@media (max-width: 1024px){
.about{
  height: auto;
 }
 .about-content{
  height: 310px;
  overflow: hidden;
  line-height: 26px;
}
}
@media (max-width: 990px) {
 .aboutBox{margin-top: 20px;}
 .about{
 /* margin-top: 30px;*/
  height: auto;
 }
 .about-content{
  /*height: auto;*/
}
 .about-more{text-align: center;}
}

/*Products*/
.products{margin: 30px 0;}
.products-title{
  margin:0 auto;
  /*width: 215px;
  background-color: #f6f6f6;
  color: #11a62e;*/
  font-size: 18px;
}
.about-tit{
     border-bottom:1px #ddd solid;
	}
.about_more{
	height:35px;
	line-height:43px;
	font-size:12px;
	}
.tit_1{
	color:#2c2c2c;
	font-size:24px;
	padding-bottom:15px;

	font-weight:bolder
	}
.tit_2{
	font-size:18px;
	color:#979797;
	letter-spacing:3px;
	}
.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: 40px;
  margin-top: -10px;
/*  border-top: 1px solid #11a62e;*/
}
.products-list{border-radius: 0; text-align: center;}
.a_tit{margin-top:5px;}
.products-list:hover{background-color:#0093dd;color:#fff}
@media (min-width: 898px){
   .thumbnail_hidden{
	display:block;
	width:100%;
	/*height:250px; */
	overflow:hidden;
	}
  }
@media (max-width: 898px){
  .products{margin-top: 30px;}
  .products-content{
      padding-top: 30px;
    }
  }
/*News*/
.newsBox{margin-top: 60px;}
.news{
  background-color: #fff;
  padding: 20px;
  height: 350px;
}
.news-photo{margin: 0;}
.news-title{
  border-top: 2px solid #7f7f7f;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 18px;
  color: #11a62e;
}
.news-content{
  margin-top: 10px;
  padding: 0 20px;
  line-height: 30px;
}
.news-content .list-group-item{
  border-top: 0 none;
  border-right: 0 none;
  margin-bottom:0;
  border-left: 0 none;
  padding: 30px 15px;
  background:url(../images/index_11.png) no-repeat 99% center;
}
.news-numBox{padding-left: 0;}
.news-num{
  width: 72px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background-color: #bebebe;
  color: #fff;
  font-size: 30px;
}
.news-content .list-group-item:last-child{border-bottom: 0 none;}
@media (max-width: 1200px) {
 .news{
  height: auto;
 }
 .news-num{
  width: 52px;
  height: 46px;
  line-height: 46px;
  font-size: 25px;
 }
 .news-content .list-group-item{
  padding: 15px 15px;
 }
 .news-content {
    margin-top: 0;
    margin-bottom: 0;
 }
}
@media (max-width: 990px){
  .news-swiper{margin-top: 30px;}
}
@media (max-width: 898px){
  .newsBox{margin-top: 30px;}
  .news-numBox{display: none;}
  .news-content .list-group-item{
  padding-left: 0;
 }
}


/*Fields*/
.fields{margin-top: 40px;}
.fields-title{
  margin:0 auto;
  /*width: 215px;
  background-color: #f6f6f6;
  color: #11a62e;
  font-size: 18px;*/
}
.fields-content{
  padding-top: 40px;
  margin-top: -10px;
  /*border-top: 1px solid #11a62e;*/
}
.fields-list{border-radius: 0; text-align: center;}
.fields-list:hover{border-bottom-color: #0193dd;}

/*Contact*/
.contactBox{padding: 10px 0; background-color: #505050; margin-top: 30px;}
.contact{}
.contact-title{font-size: 18px;}
.contact-content{}
.contact-content .iconfont{
  font-size: 30px; 
  vertical-align: middle;
  display: inline-block;
}
.contact-text{
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  line-height: 30px;
  
}
.contact-headline{
  display: inline-block;
  font-style: normal;
  border-bottom: 1px solid #fff;
  padding: 0 10px 0 0;
  font-weight:bolder;
  letter-spacing:2
}

@media (max-width: 898px){
  .qrcode{padding-top: 20px;}
    .col-sm-2{
	  width:18%; float:left}
  .col-sm-10{
	  width:82%; float:left}
}


/*内页*/
.content{}

/*Sidebar*/
.sidebar{padding:30px 0 0 0;}
.breadcrumb{background-color: #d9edf7;}
@media (max-width: 480px){
  .sidebar .btn{margin-bottom: 5px; padding: 6px 22px;}
}
/**/  
.content-main{
 margin-top: 30px;
 line-height: 30px;
 font-size: 13px;
}
.content-main img{max-width: 100%;}
@media (max-width: 480px){
  .content-main{
   margin-top: 20px;
  }
  .col-sm-2{
	  width:25%; float:left}
  .col-sm-10{
	  width:75%; float:left}
}
.noInfo{width:100%;height:300px;line-height:300px;text-align:center;font-size:34px;}
.msg .form-group:last-child{/*margin-bottom: 0;*/}
 
  
  /*照片墙*/
  .image-gallery{}
  .image-gallery-list{
	  border-radius:0;
	  transition:all ease-in-out .2s;
   }
  .image-gallery-list:hover{
	  background-color:#0093dd;
	  
	  color:#fff;
	}
  .image-gallery-list .caption{
	  height:27px;
	  line-height:27px;
	  }
  
  
  #masonry 
    { 
        padding: 0; 
        min-height: 450px; 
        margin: 0 auto; 
    } 
    #masonry .thumbnail 
    { 
        width: 330px; 
        margin: 20px; 
        padding: 0; 
        border-width: 1px; 
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 
    } 
    #masonry .thumbnail .imgs 
    { 
        padding: 10px; 
    } 
    #masonry .thumbnail .imgs img 
    { 
        margin-bottom: 5px; 
    } 
    #masonry .thumbnail .caption
    { 
        background-color: #fff; 
        padding-top: 0; 
        font-size: 13px; 
    } 
    #masonry .thumbnail .caption .title 
    { 
        font-size: 13px; 
        font-weight: bold; 
        margin: 5px 0; 
        text-align: left; 
    } 
    #masonry .thumbnail .caption .author 
    { 
        font-size: 11px; 
        text-align: right; 
    } 
  
  /*新闻列表*/
  .news-list-title{transition:all ease-in-out .2s;}
  .list-group-item:hover .news-list-title{color:#4186df;}
  
  .browse{margin-left:20px;}
  .bottom_line{height:10px;border-top:1px dotted #bebdbd;width:100%;margin-top:20px;} 
  .goBack{margin-right:10px;margin-top:10px;}
  .goBack a{color:#fff;}
  .goBack .btn{}
  
 

/*Footer*/
.fatFooter{
  background-color: #2c2c2c;
  padding: 15px 0;
}
#footer{
 line-height: 24px;
 text-align: center;
 color: #fff;
}
#footer a{color: #fff;}



/*分页*/
.page{ height:50px; line-height:50px; text-align:center;}

/*Products*/
.panel2{
	background: url(../images/pro_bg.png) no-repeat top;
	margin-bottom:100px;
	}
.products-text{
	height:60px;
	background-color:#fff;
	line-height:60px;
	text-align:center;
/*	border-radius:0 0 25px 0 ;
	background-color:#0093dd;*/
	color:#333;
	}
.products-title{
  margin:0 auto;
/*  width: 215px;*/
  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: 40px;
}
.products-list{border-radius: 0; text-align: center;float:left;margin-left:10px;}

.panel-success {
	border-color: #bbb;
}
.panel-success>.panel-heading {
	color: #fff;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #0264c0
}
.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #0264c0
}
.worker-item{}
.worker-item ul{}
.worker-list{
  float: left;
  display: inline;
/*  width: 282px;
  height: 270px;*/
  position: relative;
  margin:0 8px 0 8px;
}

.worker-introduction{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
/*  width: 282px;
  height: 270px;*/
  color: #fff;
  background-color: #44aee5;
}
.worker-list:hover .worker-introduction{z-index: 1;}
.worker-box{padding: 50px 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;}