* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft Yahei";
}

img {
  max-width: 100%;
}

a, a:hover, a:visited, a:checked {
    text-decoration: none;
}

a {
    color: #000;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

ul, ol {
    list-style: none;
}
.navbar-brand {
    float: left;
    /* height: 50px; */
    padding:5px 0 0 0;
    /* font-size: 18px; */
    /* line-height: 20px; */
}
/*重置php cms*/
.form-control, .input-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-size: 14px;
    line-height: 1.42857143;
}
.font-bold {
    font-weight: bold;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.word-break {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.padding-zero {
    padding: 0;
}

.margin-top-30 {
    margin-top: 30px;
}


/*重置bootstrap*/

.navbar {
  /*position: relative;*/
  min-height: 60px;
  margin-bottom: 0;
  border: none;
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.nav-contaction {
  background-color: #002c7b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  /*border-bottom: 2px solid #f00;*/
}

.navbar-default .navbar-collapse {
  border-color: transparent;
}

.navbar-default {
  background-color: transparent;
}

.navbar-default a {
  border-bottom: 2px solid transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  border-bottom: 2px solid #f00;
  background-color: transparent;
  color: #fff;
}

a.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

a.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #f00;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a.hvr-overline-from-center:hover:before, a.hvr-overline-from-center:focus:before, a.hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

.section1 {
  background-image: url(../images/1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.news-bg {
 background-image: url(../images/news-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  background-color: #f5f5f5;
}

.news-bg .container {
  vertical-align: middle;
}

.news-list {
  overflow: hidden;
  margin-bottom: 15px;
}

.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-bg-color {
  background-color: rgba(0, 44, 132, .7);
  color: #fff;
  overflow: hidden;
  padding: 20px 15px;

}

.news-intro h3 {
  margin-top: 0;
}

.line {
  width: 30%;
  border-bottom: 3px solid #f00;
  margin: 15px 0;
}

#fp-nav span, .fp-slidesNav span {
  border: 3px dotted #005f11;
}

#fp-nav li .active span, .fp-slidesNav.active span {
  background-color: transparent;
  border: 3px double #005f11;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 500px;
}
.contact-bottom{
  line-height: 40px;
  border-bottom: 2px solid #f00;
}
.footer{
  background-color: #002c7b;
  color: #fff;
  overflow:hidden;
}
.copyright{
  line-height: 40px;
}
.fp-controlArrow.fp-prev {
    left: 35px;
    width: 0;
}
.fp-controlArrow.fp-next {
    right: 35px;
}
.intro-all{
  line-height: 32px;
  font-size: 16px;
}
.border-right{
  border-right: 3px double #002c7b;
}
.company-intro{
  padding-bottom: 25px;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}


/*For IE7*/

*+html .product-container a {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
}

*+html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
}


/*For IE6*/

*html .product-container a {
    position: absolute;
    top: 51%;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

*html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
    width: expression(this.width>200?"200px": "auto");
    height: expression(this.height>140?"140px": "auto");
}
.product-name {
    border: 1px dashed #e5e5e5;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-top: none;
    line-height: 30px;
    letter-spacing: 1px;
}
.news-time {
    background-color: #b5b5b5;
}

.news-list-c {
    overflow: hidden;
    margin-bottom: 5px;
	border-bottom:1px solid #e5e5e5;
	padding:10px 0;
}
.news-list-c:first-child {
    padding-top: 0;
}
.news-list-c:last-child {
    margin-bottom: 0;
}
#pages{
	clear:both;
	margin-bottom:15px;
}
#pages a, #pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}

#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #0045a2;
  background-color: #0045a2;
}
.banner-c{
	margin-bottom:15px;
}
.bread{
	line-height:36px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:15px;
}
#list-group-active{
	font-size:24px;
	line-height:40px;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
}