@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:"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Tahoma, Arial, Helvetica, sans-serif;
  background-color: #fff;
}
/*原子类*/
.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;}
.p5{padding: 5px}
.p10{padding: 10px}
.p15{padding: 15px}
.p20{padding: 20px}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top: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;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom: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;}
.img_style{width:60px;height:60px;}
/*竖排-从右到左*/
.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:#333;text-decoration:none;}
a:visited{color:#333;text-decoration:none;}
a:hover{color:#1d2088;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 5px;
 /* 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 10px;
  height: 90px;
  line-height: 90px;
  /* margin-top: 35px;  */
  display: block;
}
.navbar-default .navbar-nav > li >a:hover,
.navbar-default .navbar-nav > li.active >a,
.navbar-default .navbar-nav > li.active >a:hover { color: #fff; background-color: transparent; background-color: #1d2088;}

.lang{
	float: right;
	height: 90px;
	line-height: 90px ;
}
.lang a{
	/*display:inline;*/
	background-position:10% center;
	background-repeat:no-repeat;
	/* padding-left: 35px; */
	border-radius: 20px;
	background-color:#333;
	color:#fff;
  font-size: 12px;
}
.lang .btn{line-height:normal;}
.lang-en{background-image:url(../images/lang_en.png)}
.lang-zh{background-image:url(../images/lang_zh.png)}

/*Banner*/
.navbar-fixed-top-banner{padding-top: 90px;}
.swiper-wrapper img{visibility: hidden; display: inline-block;/*height:100%;*/}
.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: #1d2088;
}
.swiper-active-switch {
  background: #1d2088;
}

@media (min-width:768px) and (max-width:1190px) {
  .navbar-fixed-top-banner{padding-top: 70px;}
  .navbar-header {
    height: 70px;
  }
  .navbar-brand img{width: 200px;}
  .navbar-default .navbar-nav > li { 
    padding:0 5px;
    font-size: 13px;
    height: 70px;
  }
  .navbar-default .navbar-nav > li >a,
  .navbar-default .navbar-nav > li >a:visited { 
    height: 70px;
    line-height:70px;
  }
  .lang {
    height: 70px;
    line-height:70px;
  }
}
@media (min-width:768px) and (max-width:1001px) {
 .container {width: 100%;}
 /* .navbar-brand img{width: 60px;} */
 .navbar-default .navbar-nav > li {
  padding:0;
  font-size: 12px;
 }
 .navbar-default .navbar-nav > li >a,
 .navbar-default .navbar-nav > li >a:visited {padding:0 0 5px 0;}
}

@media (min-width:768px) {}
@media (max-width:767px){
  .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:15px 30px; margin-top: 0; height: auto; line-height: normal;}
.navbar-default .navbar-nav > li >a:hover,
.navbar-default .navbar-nav > li.active >a,
.navbar-default .navbar-nav > li.active >a:hover { border-bottom: 0 none;  background-color: #eee; color: #333;}
.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?t=1461806985#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff?t=1461806985') format('woff'), /* chrome, firefox */
  url('../fonts/iconfont.ttf?t=1461806985') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg?t=1461806985#iconfont') 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: 40px;
  background-color: #f8f8f8;
  padding: 40px 0;
}
.feature-box{
 position: relative;
 background-color: #f8f8f8;
}
.feature-box:hover{background-color: #1d2088;}
.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: 768px) {
  .dropdown-menu{display:none;}
  .feature{margin-top: 20px;}
  .feature-box{font-size: 12px;}
  .feature-box .iconfont{
    font-size: 40px;
  }
  .feature-box{
     width: 130px;
     height: 130px;
    }
}
@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;
    }
}
/*About*/
.aboutBox{margin-top: 30px;}
.about{
  /* padding: 20px; */
  height: 270px;
}
.about-photo{margin: 0;}
.about-title{
  /* border-top: 2px solid #7f7f7f; */
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;  
  color: #1d2088;
  position: relative;
}
.about-title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  margin-left: -25px;
  border-bottom: 2px solid #1d2088;
}
.about-content{
  /* margin-top: 10px; */
  padding: 0 20px;
  line-height: 30px;
}
.about-more{margin-top: 20px; text-align: center;}
.about-more a{
  background-color: #e50012;
  border-color: #e50012;
  color: #fff;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.about-more a:hover{
  background-color: #e50013be;
  color: #fff;
  border-color: #e50013be;
}
@media (max-width: 1024px){
.about{
  height: auto;
 }
 .about-content{
  line-height: 26px;
  height: 105px;
  overflow: hidden;
}
}
@media (max-width: 990px) {
  .aboutBox{margin-top: 20px;}
 .about{
  margin-top: 30px;
  height: auto;
 }
 .about-content{
  height: auto;
}
 .about-more{text-align: center;}
}

/* Honor */
.honor {
  margin-top: 30px;
  background: url(../images/index_bg_1.jpg) no-repeat center;
  background-size: 100% 100%;
  height: 168px;
  padding-top: 30px;
  text-align: center;
}
.honor-title {
  font-size: 16px;
}
.honor a {
  display: block;
  color: #fff;
}

/*Products*/
.products{margin-top: 30px;}
.products-title{
  margin:0 auto;
  /* background-color: #f6f6f6; */
  color: #1d2088;
  padding: 20px 0;
  font-size: 30px;
  position: relative;
  font-weight: bold;
}
.products-title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  margin-left: -25px;
  border-bottom: 2px solid #1d2088;
}
/* .arrows-down{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #1d2088;
  border-radius: 50%;
  background-image: url(../images/index_7.png);
  background-repeat: no-repeat;
  background-position: center center;
} */
.products-content{
  padding-top: 20px;
  /* margin-top: -10px; */
  /* border-top: 1px solid #1d2088; */
}
.products-link {
  display: block;
  position: relative;
  color: #fff !important;
}
.product-text {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  padding: 50px 50px 10px 50px;
}
.product-text .title {
  font-size: 20px;
}
.product-text .summary {
  font-size: 16px;
  margin-top: 20px;
}

.products-list{border-radius: 0; text-align: center;}
.products-list:hover{border-bottom-color: #1d2088;}

.subtitle {
  position: relative;
  padding: 10px 0;
}

.subtitle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  margin-top: -0.5px;
  margin-left: -350px;
  border-top: 1px solid #ccc;
  z-index: 5;
}

.subtitle-bg {
  background-color: #fff;
  padding: 10px 30px;
  width: 350px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px){
   .thumbnail_hidden{
	display:block;
	width:100%;
	height:270px; 
	overflow:hidden;
	}
  }
@media (max-width: 768px){
  .products{margin-top: 30px;}
  .products-content{
      padding-top: 10px;
    }
  }
/*News*/
.newsBox {
  margin-top: 60px;
  margin-bottom: 80px;
}

.newsBox .summary {
  margin-top: 10px;
  height: 40px;
  overflow: hidden;
  color: #666;
}

.newsBox a.more {
  color: #999;
}

.newsBox a.more:hover {
  color: #c20000;
}

.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: #c20000;
}

.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) {
  .subtitle::before {
    width: 100%;
  }
  .news-swiper {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .newsBox {
    margin-top: 30px;
  }

  .news-numBox {
    display: none;
  }

  .news-content .list-group-item {
    padding-left: 0;
  }
}

.job {
  background-color: #f8f8f8;
  padding: 40px 0;
}
.job-list {
  padding: 10px;
}
.job-link {
  display: block;
  background-color: #fff;
  padding: 20px;
}
.job-link:hover {
  background-color: #1d2088;
  color: #fff;
}
.job-date {
  text-align: center;
}


/*Fields*/
.fields{margin-top: 60px;}
.fields-title{
  margin:0 auto;
  width: 215px;
  background-color: #f6f6f6;
  color: #1d2088;
  font-size: 18px;
}
.fields-content{
  padding-top: 60px;
  margin-top: -10px;
  border-top: 1px solid #1d2088;
}
.fields-list{border-radius: 0; text-align: center;}
.fields-list:hover{border-bottom-color: #1d2088;}

/*Contact*/
.contactBox{
  padding: 40px 0; 
  background-color: #363430; 
  color: #fff;
  line-height: 1.8;
}
.contactBox a{
  color: #ccc;
}

.contactBox a:hover {
  color: #fff;
}


@media (max-width: 768px){
  .qrcode{padding-top: 20px;}
}

/*内页*/
.content{}

/*Sidebar*/
.sidebar{padding:30px 0 0 0;}
.breadcrumb{background-color: #d9edf7;}
@media (max-width: 480px){
  .sidebar .btn{margin-bottom: 5px;}
}
/**/  
.content-main{
 margin-top: 30px;
 line-height: 30px;
 font-size: 13px;
}
.content-main img{max-width: 100%;}

.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:#f9c700;*/ 
	  
	  color:#1d2088;
	}
  .image-gallery-list:hover .caption{}
  
  
  #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:#1d2088;}
  
  .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;}
  
 
/*Footer*/
.fatFooter{
  background-color: #161616;
  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;}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #fff;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
	color: #fff !important;
	background-color: #1d2088;
}




