@charset "utf-8";
/* banner */
.banner img{
  width:100%;
}
/* 产品中心 */
.products {
    padding: 60px 0px;
    background: url(../images/bg_product.jpg) no-repeat center bottom;
    background-color: #fefefe;
}

.products-title h2 {
    font-size: 40px;
    font-family: "Oswald";
    color: #205b9b;
    vertical-align: bottom;
    position: relative;
}

.products-title p {
    font-size: 16px;
    line-height: 3;
    margin-top: 10px;
}

.products-title h2:after {
    content: "";
    border-bottom: 2px solid #215b9a;
    width: 52px;
    height: 1px;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.products-title .sub-title {
    font-size: 22px;
    color: #121212;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    font-weight: bold;
    line-height: 1.4;
}

.products .img-box img {
    width: 100%;
}

.products .img-box a {
    display: block;
    background: #efefef;
}

.product-title {
    background: #0c4e93;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    height: 60px;
    padding: 0px 10px;
}

.product-title a {
    color: #fff;
}

/* 关于我们 */
.about {
    background: url(../images/about_bg.jpg) no-repeat center bottom;
    padding: 60px 0px;
    background-size: cover;
}

.profile-title h2 {
    font-size: 32px;
    font-weight: bold;
}

.profile-title {
    color: #fff;
}

.profile-title p {
    font-size: 20px;
}

.profile-title h2:after {
    content: "";
    width: 60px;
    height: 4px;
    display: block;
    background: #fff;
    margin: 10px 0px;
}

.profile-content {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin: 10% 0px;
}

.about .btn-more {
    display: inline-block;
    background: #04478e;
    line-height: 40px;
    border-radius: 30px;
    color: #fff;
    width: 120px;
    height: 40px;
    text-align: center;
}

.about video {
    width: 94%;
    margin: 0 auto;
    display: block;
}

/* 优势 */
.advantage {
    background: #f8f8f8;
    padding: 60px 0px;
}

.advantage h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.advantage h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #000000;
    margin: 20px auto;
}
.advantage-content {
  margin-top: 60px;
}
.advantage-item {
    padding:0px 10px;
}

.advantage-item .advantage-item-box {
    text-align: center;
    background: #fff;
    padding: 12% 5%;
}
.advantage-item-box a{
  color:#333;
}
.advantage-item-box a:hover{
  color:#2964b4;
}

.advantage-item .iconfont {
    font-size: 62px;
    color: #0c4e93;
}

.advantage-item h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 7px 0px 24px;
}

.advantage-item p {
    font-size: 16px;
    color: #000;
    line-height: 2;
    height: 80px;
}
@media (max-width: 1200px){
  .profile-content{
    margin: 3% 0px;
  }
  .advantage-item{
    margin-bottom:20px;
  }
  .about video {
    margin: 20px 0;
    width:100%;
  }
    .products{
        padding:30px 0px;
    }
    .products-title p{
      line-height:2;
      margin-top: 24px;
    }
}

/* 新闻中心 */
.news .newsTop{
  padding: 4% 0px;
  background: url(/uploads/allimg/210206/1_1045074061.jpg) no-repeat center top;
}
.news .newsTop h2{
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
.news .newsTop h2:after{
    content: "";
    width: 60px;
    height: 4px;
    display: block;
    background: #000;
    margin: 10px 0px;
}
.newsbox {width: 60%;padding: 2% 0px;}
.newsbox h3{
    font-size: 28px;
    color: #17528e;
    font-weight: bold;
    margin: 3% 0px 5%;
}

.newsbox p {
    font-size: 16px;
    line-height: 1.7;
    margin: 3% 0px
}
.newsbox .btn-more {
    width: 150px;
    height: 48px;
    line-height: 48px;
    background: #17528e;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.news-list {
  background: #585858;
}
.news-list a{
  color: #fff;
}
.news-list h3 {
  font-size: 20px;
}
.newslist-item {
  color: #fff;
  border-left: 1px solid rgba(255,255,255,.4);
  padding: 2%;
}
.newslist-item:nth-child(2){
  background: #18528e;
}
.newslist-item .date {
  font-size: 12px;
  margin: 20px 0px;
}
.newslist-item .news-summary {
  font-size: 14px;
  line-height: 1.9;
  height: 52px;
  overflow: hidden;
}

