@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol,
li {
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #0876c3;
  text-decoration: none;
}

body {
  font-family: 'Microsoft YaHei';
}

.dong-transition75, .img-scale img:hover {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.dong-transition2, .img-scale img {
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

.img-scale {
  overflow: hidden;
}

.img-scale img {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.img-scale img:hover {
  -webkit-transform: scale(1.07) translateZ(0);
  transform: scale(1.07) translateZ(0);
}

.m-top-20 {
  margin-top: 20px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-top-bottom-20 {
  margin: 20px 0;
}

.m-top-30 {
  margin-top: 30px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-top-bottom-30 {
  margin: 30px 0;
}

.m-top-50 {
  margin-top: 50px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.m-top-bottom-50 {
  margin: 50px 0;
}

/* 头部 样式 */
header .logo {
  height: 86px;
}

header .logo > div {
  display: table;
  height: 100%;
}

header .logo > div a {
  display: table-cell;
  vertical-align: middle;
}

header .tel {
  background: url(../images/dianhua.png) left center no-repeat;
  padding-left: 60px;
  margin-top: 17px;
}

header .tel span {
  font-size: 14px;
  color: #666;
}

header .tel p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: #0876c3;
}

/* 幻灯片 样式 */
.carousel-indicators li {
  margin: 0;
  border-radius: 0px;
  width: 50px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  margin: 0 10px;
}

.carousel-indicators .active {
  height: 6px;
  width: 50px;
  background-color: rgba(8, 118, 195, 0.9);
  margin: 0 10px;
}

.i-title {
  background: url(../images/title-bg.png) center center no-repeat;
}

.i-title .cn {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.i-title .en {
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}

/* 公司简介 */
.i-about {
  margin: 30px 0;
}

.i-about .title {
  background: url(../images/title-bg-2.png) 200px center no-repeat;
  line-height: 30px;
  margin-bottom: 10px;
}

.i-about .title .cn {
  font-size: 20px;
  margin-right: 10px;
}

.i-about .title .en {
  font-size: 16px;
  color: #666;
}

.i-about #zizhi {
  border: 2px solid #ccc;
}

.i-about #zizhi .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px;
  text-align: left;
}

.i-about #zizhi .carousel-indicators {
  left: auto;
  right: 0;
  bottom: 10px;
  text-align: right;
  padding-right: 10px;
}

.i-about #zizhi .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 0 0px;
}

.i-about .info > img.pull-left {
  margin-right: 20px;
}

.i-about .info p {
  line-height: 26px;
  color: #666;
  text-indent: 2em;
}

.i-about .info > div > div {
  width: 60%;
  margin: 20px auto 0;
  overflow: hidden;
}

.i-about .info > div > div a {
  display: block;
}

.i-about .info > div > div a span {
  display: block;
  color: #292739;
  line-height: 20px;
  margin-top: 5px;
}

.i-about .info .col-md-7 {
  padding-left: 0;
}

/* 产品 样式 */
.case {
  padding: 50px 0;
  background-color: #eee;
}

.case ul li {
  margin-top: 30px;
}

.case ul li img {
  display: block; 
}

.case ul li a {
  display: block;
  position: relative;
}

.case ul li span {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.65);
  color: #FFF;
  padding: 5px 20px;
  font-weight: 100;
  font-size: 13px;
}

.case ul li:hover span {
  display: block;
}

a.more {
  display: block;
  margin: 50px auto 0;
  width: 290px;
  height: 36px;
  line-height: 34px;
  border-radius: 10px;
  border: 1px solid #1a4a87;
  color: #1a4a87;
}

a.more:hover {
  background-color: #1a4a87;
  color: #FFF;
}

/* 新闻 样式 */
.news {
  margin: 50px 0 20px;
}

.news .title {
  margin-bottom: 5px;
}

.news .title h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0 0 10px;
  line-height: 24px;
}

.news .title a {
  float: right;
}

.news .toutiao {
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
}

.news .toutiao a span {
  display: none;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: 30px;
  padding: 4px 10px;
  color: #FFF;
  border-radius: 0 0 10px 10px;
  font-weight: 100;
  font-size: 13px;
}

.news .toutiao a:hover span {
  display: block;
}

.news li {
  width: 100%;
  line-height: 36px;
  border-bottom: 1px dashed #ccc;
  position: relative;
}

.news li a {
  display: block;
  width: calc(100% - 80px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news li span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #666;
  line-height: 36px;
  background-color: #fff;
  padding-left: 5px;
}

/* 友情链接 */
.links {
  line-height: 40px;
  margin-bottom: 10px;
}

.links span {
  padding-left: 30px;
  background: url(../images/link-bg.png) left center no-repeat;
  color: #0876c3;
  line-height: 40px;
  display: inline-block;
}

.links a {
  display: inline-block;
  line-height: 40px;
  font-size: 12px;
  color: #666;
}

/* 底部 样式 */
footer {
  background-color: #0876c3;
  padding: 30px 0 0;
  color: #fff;
}

footer .container {
  display: table;
  padding-bottom: 30px;
}

footer .container > div {
  display: table-cell;
  vertical-align: middle;
}

footer .container > div > div {
  display: table;
  width: 100%;
}

footer .container > div > div > div {
  display: table-cell;
  vertical-align: middle;
}

footer .container > div > div > div h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
}

footer .container > div > div > div span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

footer .container .footer-logo {
  border-right: 2px solid #fff;
  width: 180px;
  padding-right: 20px;
}

footer .container .info {
  padding-left: 30px;
}

footer p.beian {
  background-color: #222;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
  color: #7c7c7c;
}

footer p.beian a {
  color: #7c7c7c;
}

.to-top {
  position: fixed;
  cursor: pointer;
  right: 15px;
  bottom: 40px;
  display: block;
  height: 30px;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  line-height: 30px;
  text-align: center;
  font-weight: 100;
}

.to-top:hover, .to-top:active, .to-top:focus {
  color: #fff;
}

/* 内页左侧导航 样式 */
.pleft .title {
  color: #333;
  height: 40px;
  line-height: 31px;
  background: url(../images/nav.png) left center no-repeat;
  padding-left: 10px;
  font-weight: 600;
}

.pleft ul li {
  line-height: 34px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.pleft a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #666;
}

.pleft .left-nav li {
  padding-left: 15px;
}

.pleft .left-nav li:before {
  content: '';
  height: 4px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background-color: #0876c3;
  color: #fff;
  line-height: 8px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}

.pleft a:hover,
.pleft a.active {
  color: #0876c3;
}

.pleft > p {
  line-height: 32px;
}

.place {
  height: 40px;
  line-height: 31px;
  background: url(../images/nav.png) left center no-repeat;
  padding-left: 10px;
  color: #666;
  font-size: 12px;
}

.place span {
  font-weight: 600;
  color: #333;
}

.place a {
  color: #666;
  font-size: 12px;
}

.content {
  font-size: 13px;
  line-height: 26px;
  color: #666;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.content img {
  border: 0;
  display: inline-block;
  height: auto !important;
  max-width: 100%;
}

/* 内页 */
.case-list {
  padding: 0;
  background: none;
}

.news-list {
  margin: 0;
}

.news-list li h4 {
  margin: 10px 0 0;
}

.news-list li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  color: #666;
}

.news-list li p {
  line-height: 24px;
  color: #666;
  font-size: 13px;
}

.new-title h1 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 40px;
  color: #333;
}

.new-title p {
  font-size: 12px;
  color: #666;
  border: 1px solid #EEE;
  border-width: 1px 0;
  padding: 10px 0;
}

.rongyu-list li a {
  border: 1px solid #ccc;
}

/* 翻页 样式 */
.fanye {
  width: 100%;
  text-align: center;
}

.fanye .pagination {
  margin: 0 auto 30px;
}

.fanye .pagination span {
  color: #666;
}

.fanye .pagination span:hover {
  color: #333;
}

.fanye .pagination a {
  color: #666;
}

.fanye .pagination a:hover {
  color: #333;
}

.has-error {
  border-color: #0876c3;
}

.tishi {
  position: fixed;
  left: 50%;
  top: 40%;
  height: 40px;
  width: 260px;
  margin-left: -130px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  border-radius: 5px;
  display: none;
}
.lxinxi{
	line-height:32px;
}
@media (max-width: 374px) {
  .hidden-320 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .nav .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .nav .container {
    padding: 0;
  }
  nav li {
    width: 33.33%;
    float: left;
    text-align: center;
  }
  .navbar-default {
    border: 0;
    border-bottom: 1px solid #e7e7e7;
  }
}

@media (min-width: 769px) {
  header > .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav {
    background-color: #0876c3;
  }
  .nav .navbar-default {
    border: 0;
    margin: 0;
  }
  .nav .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .nav .navbar-default .navbar-collapse {
    padding: 0;
  }
  nav .navbar-nav {
    margin: 0;
  }
  nav ul {
    width: 100%;
  }
  nav li { 
    text-align: center;
    width: 14.285%;
    float: left;
  }
  nav li a:hover span {
    color: #fff;
  }
  nav li:hover,
  nav li .active {
    background-color: #1a4a87;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background: #1a4a87; 
  }
} 



