﻿/*页面样式*/
.wrap {
    overflow: hidden
}

.head_wrap, .head_wrap_expand {
    height: 84px;
    top: 0
}

.head_wrap {
    background: #0457b7;
    width: 100%;
    position: relative;
    left: 0;
    z-index: 9999;
    -webkit-transition: height .2s, top .2s, background-color .2s;
    transition: height .2s, top .2s, background-color .2s
}

.head_wrap {
    background: 0 0
}

.head_wrap_shrink {
    height: 74px;
    top: -20px
}

.head_wrap.blue, .head_wrap_shrink {
    background-color: #0353b2;
    opacity: .9;
    filter: alpha(opacity=90)
}

.head_bgcolor {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.search_warp {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.searchBox {
  position: absolute;
  top: 104px;
  right: 94px;
  display: none;
  width: 215px;
  height: 40px;
  background-color: #5899dd;
  z-index: 9999;
}

.searchBox .search-btn, .searchBox .search-txt {
    margin: 0px;
    float: left;
    display: block;
    padding: 0px;
    border: 0px none;
    background: transparent;
    color: #fff;
    outline: 0;
    font: 14px/30px "Microsoft JhengHei";
}

.searchBox .search-txt {
    margin-left: 5%;
    width: 82%;
    padding: 5px 0px;
    height: 30px;
}

input.search-txt::-webkit-input-placeholder {
    color: #fff;
}

.searchBox .search-btn {
    width: 24px;
    height: 40px;
    background: url("../image/2017101317303788819.png") no-repeat scroll center center #5899dd;
}

/*banner*/
.banner_wrap {
    position: relative;
    display: block
}

.banner_wrap {
    margin-bottom: 48px;
    background-color: #5a7d9f;
    *margin-top: -84px
}

.banner_wrap {
    /* overflow: hidden; */
    background: #5a7d9f
}

.mainbox {
  width: 960px;
  margin: 0 auto;
  overflow: hidden
}

/***************************************************************关于我们公司简介**************************************************************/
.company-info {
   text-align: center;
}
.company-title {
    font-family: "STXihei","华文细黑",sans-serif;
    font-size: 42px;
    line-height: 60px;
}
.company-title-zh {
  font-size: 24px;
  line-height: 40px;
}
.company-title-zh > span {
    color: #cbcbcb;
    font-size: 18px;
    font-family: "STXihei","华文细黑",sans-serif;
}
.info-content {
  font-size: 14px;
  line-height: 28px;
  margin-top: 50px;
}
.info-content a {
  font-size: 16px;
  color: #00a0e9;
}
.info-content a:hover {
  text-decoration: none;
}
.info-content img {
  margin-top: 60px;
  margin-bottom: 60px;
}

/***************************************************************新闻中心**************************************************************/
.newsBanner img{
    width:100%;
}
.newsCenter {
    margin-bottom: 60px;
    text-align: center;
}
.scsb{font-family: "STXihei","华文细黑",sans-serif;}




/***************************************************************产品中心**************************************************************/
 .pro-body {
   width: 960px;
   margin-top: 50px;
   overflow: hidden;
 }
 .pro-body ul li {
   display: inline-block;
   margin-bottom:30px;
 }
 .pro-item a {
  display: block;
  width: 299px;
  height: 420px;
  border: 1px solid #ccc;
  padding: 50px 25px;
  box-sizing: border-box;
 }
 .pro-item a:hover {
   border: 1px solid #f00;
   color:#f00;
   outline: 0;
 }
.pro-pic {
    height: 292px;
    margin: 0 auto;
    width: 199px;
}
 .pro-item img {
   width: 100%;
   height: 100%;
 }
 .pro-item p {
   margin-top: 8px;
   font-size:12px;
 }
 .pro-foo {
   margin-top: 50px;
   margin-bottom: 100px;
 }
 .pro-foo a{
   display: inline-block;
 }
 .pro-foo a:hover{
   cursor: pointer;
 }
 a.page-up, a.page-down {
   width: 93px;
   height: 39px;
   line-height:39px;
   text-align: center;
   color: #f00;
   border: 1px solid #f00;
   border-radius: 6px;
 }
 .pro-foo span {
   display: inline-block;
   width: 90px;
   font-size: 18px;
   text-align: center;
 }
 .NormalRed {
   font-size: 18px;
 }
.pro-body .pro-tit {
    color: #333;
    font-size: 14px;
    margin-top:20px;
    text-align: center;
}
.pro-body .pro-item a:hover p{
    color:#f00;
}