/**子页面banner**/
.sub-banner{
  width:100%;
  height:320px;
}
.sub-banner img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**子页面导航**/
.sub-nav{
  width:100%;
  border:1px solid #d9d9d9;
  height:70px;
  padding-top:20px;
}
.sub-nav-con{
  display: flex;
  justify-content: space-between;
}
.sub-nav-cate{
  display: flex;
}
.sub-nav-item{
  margin-right:30px;
  height:36px;
  line-height:36px;
  padding:0 20px;
  font-size:15px;
}
.sub-nav-item:hover{
  color:#BB2821;
}
.sub-nav-item.curr{
  background-color:#BB2821;
  color:#fff;
}
.sub-nav-path{
  padding-top:10px;
  text-align:right;
}
.sub-nav-path i,.sub-nav-path span{
  padding:0 10px;
}
.sub-nav-path a.curr{
  color:#BB2821;
}
/**子页面新闻列表**/
.sub-list-item{
  display: flex;
  justify-content: space-between;
  border-bottom:1px solid #d9d9d9;
  padding:30px 0;
}

.sub-list-left{
  display: flex;
}
.sub-news-img{
  min-width: 220px;
  width:220px;
  height:165px;
}
.sub-news-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-news-text{
  margin:30px 0 0 20px;
}
.sub-news-title{
  font-size:18px;
}
.sub-news-title:hover{
  color:#BB2821;
}
.sub-news-summary{
  margin-top:20px;
  font-size:15px;
  color:#666;
}
.sub-list-right{
  width:60px;
  margin-left:100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
}
.sub-news-date span{
  display:block;
  font-size:20px;
  color:#666;
  text-align:right;
}
.sub-news-date span.year {
  font-size:12px;
  color:#999;
}

.sub-news-more{
  width:60px;
  height:28px;
  margin-top:20px;
  color:#666;
  font-size:12px;
  border:1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-news-more i{
  font-size:12px;
}
.sub-news-more:hover{
  color:#fff;
  background-color: #BB2821;
  border:1px solid #BB2821;
}
/**子页面内容页**/
.news-content-top{
  padding:50px 0 30px;
  border-bottom:1px solid #d9d9d9;
  text-align: center;
}
.news-title{
  font-weight:bold;
  font-size:24px;
  color:#000;
}
.news-detail{
  color:#999;
  margin-top:15px;
}
.news-content-main{
  padding:40px 0;
  line-height:200%;
  overflow: hidden;
}
.news-content-main img{
  max-width: 100%;
}
.article_attach_list{
	margin-top:20px;
}

.article_attach_list ul li{
	line-height: 30px;
	color:#2362c0;
}
.article_attach_list ul li a{
	color:#2362c0;
}
.news-detail span{
  display: inline-block;
  margin:0 15px;
}
.news-prev-next{
  border-top:1px solid #d9d9d9;
  padding:40px 0;
  display: flex;
  justify-content: space-between;
  font-size:16;
  font-weight:bold;
  color:#BB2821;
}
.news-prev-next span {
  max-width:48%;
}
.news-prev-next a {
  font-weight: normal;
  color:#000;
}
.news-prev-next a:hover {
  color:#BB2821;
}

/**企业介绍**/
.sub-about{
  padding:40px 0;
  display: flex;
}
.sub-about-img{
  width:320px;
  margin-right:40px;
}
.sub-about-con{
  line-height: 28px;
  font-size:15px;
}
.sub-about-con p{
  text-indent: 2em;
  margin-bottom:30px;
}
.sub-about-con img{
  max-width: 100%;
}

/**业务介绍**/
.sub-biz{
  margin:30px 0;
}
.sub-biz-item{
  height:500px;
  position:relative;
}
.sub-biz-img{
  position:absolute;
  top:0;
  z-index:1;
}
.sub-biz-img.left{
  left:0;
}
.sub-biz-img.right{
  right:0;
}
.sub-biz-text{
  width:816px;
  height:336px;
  padding-top:57px;
  position:absolute;
  top:82px;
  z-index:2;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
}
.sub-biz-text.left{
  background:#fff;
  right:0;
  padding-left:120px;
  padding-right:40px;
}
.sub-biz-text.right{
  background:#FEF0F0;
  left:0;
  padding-left:40px;;
  padding-right:120px;
}

.sub-biz-text.right .title-con{
  text-align:right;
}
.sub-biz-title{
  border-bottom:1px solid #bdbdbd;
  display: flex;
  justify-content: space-between;
  height:120px;
  overflow:hidden;
}
.sub-biz-title .title-con{
  width:500px;
}
.title-big{
  font-size:40px;
  font-weight: bold;
  color:#BB2821;
}
.title-small{
  font-size:32px;
}
.number-con{
  font-size:80px;
  font-weight:bold;
  height:130px;
  overflow:hidden;
  font-family: 'Times New Roman', serif, 'Microsoft YaHei';
}
.sub-biz-info{
  color:#666;
  line-height: 24px;
  margin-top:20px;
}

/* 联系我们 */
.contact-slogon{
  height:80px;
  background-color: #fff;
}
.contact-slogon-con{
  width:1200px;
  height:80px;
  margin:0 auto;
  display: flex;
  align-items: center;
}
.contact-slogon-left{
  font-size:22px;
  font-weight:bold;
  color:#BB2821;
  margin-right:20px;
}
.contact-slogon-split{
  color:#666;
  font-size:16px;
  margin-right:20px;
}
.contact-slogon-right{
  color:#666;
  font-size:16px;
}
.contact-main{
  background-color:#F6F6F6;
}
.contact-main-con{
  width:1200px;
  margin:0 auto;
  padding:40px 0;
}
.contact-detail{
  display: flex;
  justify-content: space-between;
}
.contact-company-name{
  font-size:20px;
}
.contact-company-enname{
  font-size:11px;
}
.contact-list{
  margin-top:20px;
  display: flex;
}
.contact-list-left{
  margin-right:40px;
}
.contact-detail-item{
  margin-top:10px;
}
.contact-detail-item i{
  color:#666;
  font-size:14px;
}
.contact-detail-right img{
  width:140px;
}
.contact-area{
  display: flex;
  justify-content: space-between;
  margin-top:25px;
}
.contact-area-item{
  background-color:#fff;
  border:1px solid #d9d9d9;
  padding:20px;
  width:220px;
}
.contact-area-item.pc{
  display: block;
}
.contact-area-item.mobile{
  display: none;
}
.contact-area-title{
  height:40px;
  font-size:18px;
  color: #BB2821;
  border-bottom:1px solid #BB2821;
}
.contact-area-tel{
  margin-top:20px;
  line-height:24px;
  font-size:14px;
  color:#666;
}
.contact-area-mobile{
  margin-top:15px;
  line-height:24px;
  font-size:14px;
  color:#666;
}
.contact-map{
  width:1200px;
  margin:40px auto;
  border:1px solid #ddd;
  border-radius:10px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding:20px 30px 30px;
}
.contact-map-title{
  font-size:22px;
  text-align:center;
}
.contact-map-main{
  margin-top:20px;
  height:350px;
  background-color:#ddd;
}
.BMap_bubble_title{
  font-size:14px;
  font-weight:bold;
}
.BMap_bubble_content{
  font-size:12px;
}

/* 分页样式 */
.pagination{
  margin:30px auto;
  text-align:center;
}
.pagination a,.pagination span{
  display: inline-block;
  width:36px;
  height:36px;
  border:1px solid #d9d9d9;
  border-radius: 4px;
  line-height: 36px;
  font-weight: bold;
  margin:0 5px;
}
.pagination a:hover,.pagination a.curr{
  border:1px solid #BB2821;
  color:#BB2821;
}
.pagination span.disabled{
  color:#fff;
  background:#d9d9d9;
}
@media screen and (max-width: 1000px) {
  .mobile-hide{
    display: none;
  }
  /**子页面banner**/
  .sub-banner{
    height:100px;
  }
  /**子页面导航**/
  .sub-nav{
    width:100%;
    border:1px solid #d9d9d9;
    height:70px;
    padding-top:20px;
  }
  .sub-nav-con{
    display: flex;
    justify-content: space-between;
  }
  .sub-nav-cate{
    display: flex;
  }
  .sub-nav-item{
    margin:0 8px;
    height:32px;
    line-height:32px;
    padding:0 10px;
    font-size:14px;
  }
  .sub-nav-item:hover{
    color:#BB2821;
  }
  .sub-nav-item.curr{
    background-color:#BB2821;
    color:#fff;
  }
  /**子页面新闻列表**/
  .sub-list-item{
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #d9d9d9;
    padding:15px;
  }

  .sub-list-left{
    display: flex;
  }
  .sub-news-img{
    min-width: 80px;
    width:80px;
    height:60px;
  }
  .sub-news-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sub-news-text{
    margin:0 0 0 10px;
    min-width: 0;
  }
  .sub-news-title{
    display: inline-block;
    font-size:16px;
    height:20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sub-news-title:hover{
    color:#BB2821;
  }
  .sub-news-summary{
    margin-top:5px;
    font-size:12px;
    color:#666;
  }
  .sub-list-right{
    width:60px;
    margin-left:15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
  }
  .sub-news-date span{
    display:block;
    font-size:14px;
    color:#666;
    text-align:right;
  }
  .sub-news-date span.year {
    font-size:12px;
    color:#999;
  }

  .sub-news-more{
    width:60px;
    height:28px;
    margin-top:10px;
    color:#666;
    font-size:12px;
    border:1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub-news-more i{
    font-size:12px;
  }
  .sub-news-more:hover{
    color:#fff;
    background-color: #BB2821;
    border:1px solid #BB2821;
  }
  /**子页面内容页**/
  /* .sub-nav.in-content{
    display: none;
  } */

  .sub-nav.in-content .sub-nav-path{
    padding-top:10px;
    text-align:right;
  }
  .sub-nav.in-content .sub-nav-path i,.sub-nav.in-content .sub-nav-path span{
    padding:0 10px;
  }
  .sub-nav.in-content .sub-nav-path a.curr{
    color:#BB2821;
  }

  .news-content-top{
    padding:30px 15px 15px;
    border-bottom:1px solid #d9d9d9;
    text-align: center;
  }
  .news-title{
    font-weight:bold;
    font-size:24px;
    color:#000;
  }
  .news-detail{
    color:#999;
    margin-top:15px;
  }
  .news-content-main{
    padding:40px 15px;
    line-height:200%;
    min-height:300px;
    overflow: hidden;
  }
  .news-content-main img{
    max-width: 100%;
  }
  .news-detail span{
    display: inline-block;
    margin:0 15px;
  }
  .news-prev-next{
    border-top:1px solid #d9d9d9;
    padding:20px 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-size:16;
    font-weight:bold;
    color:#BB2821;
  }
  .news-prev-next span {
    display: inline-block;
    margin-top:10px;
    max-width:100%;
  }
  .news-prev-next a {
    font-weight: normal;
    color:#000;
  }
  .news-prev-next a:hover {
    color:#BB2821;
  }

  /**企业介绍**/
  .sub-about{
    padding:20px 15px;
    flex-direction: column;
  }
  .sub-about-img{
    width:80%;
    margin:0 auto;
  }
  .sub-about-con{
    line-height: 28px;
    font-size:15px;
  }
  .sub-about-con p{
    text-indent: 2em;
    margin-bottom:30px;
  }

  /**业务介绍**/
  .sub-biz{
    margin:0;
  }
  .sub-biz-item{
    height:initial;
    position:initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:25px;
  }
  .sub-biz-img{
    position:initial;
    display: block;
    width:100%;
    height:180px;
    object-fit: cover;
  }
  .sub-biz-text{
    width:100%;
    height:initial;
    padding:20px 0;
    position:initial;
  }
  .sub-biz-text.left{
    background:#fff;
    right:0;
    padding-left:15px;
    padding-right:15px;
  }
  .sub-biz-text.right{
    background:#FEF0F0;
    left:0;
    padding-left:15px;;
    padding-right:15px;
  }

  .sub-biz-text.right .title-con{
    text-align:right;
  }
  .sub-biz-title{
    border-bottom:1px solid #bdbdbd;
    display: flex;
    justify-content: space-between;
    height:70px;
    overflow:hidden;
  }
  .sub-biz-title .title-con{
    max-width:70%;
  }
  .title-big{
    font-size:18px;
    font-weight: bold;
    color:#BB2821;
  }
  .title-small{
    font-size:16px;
  }
  .number-con{
    font-size:32px;
    font-weight:bold;
    height:40px;
    overflow:hidden;
    font-family: 'Times New Roman', serif, 'Microsoft YaHei';
  }
  .sub-biz-info{
    color:#666;
    line-height: 24px;
    margin-top:20px;
  }
  /* 联系我们 */
  .contact-slogon{
    display: none;
  }
  .contact-main{
    background-color:#F6F6F6;
  }
  .contact-main-con{
    width:100%;
    margin:0 auto;
    padding:20px 15px;
  }
  .contact-detail{
    display: flex;
    justify-content: space-between;
  }
  .contact-company-name{
    font-size:20px;
  }
  .contact-company-enname{
    font-size:11px;
  }
  .contact-list{
    margin-top:20px;
    display: flex;
    flex-direction: column;
  }
  .contact-list-left{
    margin-right:0;
  }
  .contact-detail-item{
    margin-top:10px;
  }
  .contact-detail-item i{
    color:#666;
    font-size:14px;
  }
  .contact-detail-right{
    display: none;
  }
  .contact-area{
    display: flex;
    justify-content: space-between;
    margin-top:25px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .contact-area-item{
    background-color:#fff;
    border:1px solid #d9d9d9;
    padding:20px 10px;
    width:48%;
  }
  .contact-area-item.pc{
    display: none;
  }
  .contact-area-item.mobile{
    display: block;
    width:100%;
  }
  .contact-area-title{
    height:40px;
    font-size:18px;
    color: #BB2821;
    border-bottom:1px solid #BB2821;
  }
  .contact-area-tel{
    margin-top:20px;
    line-height:24px;
    font-size:14px;
    color:#666;
  }
  .contact-area-mobile{
    margin-top:15px;
    line-height:24px;
    font-size:14px;
    color:#666;
  }
  .contact-map{
    width:100%;
    height:430px;
    margin:15px auto;
    border:1px solid #ddd;
    border-radius:10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding:20px 10px 310px;
  }
  .contact-map-title{
    font-size:14px;
    text-align:center;
  }
  .contact-map-main{
    margin-top:20px;
    height:350px;
    background-color:#ddd;
  }
  .BMap_bubble_title{
    font-size:14px;
    font-weight:bold;
  }
  .BMap_bubble_content{
    font-size:12px;
  }

  /* 分页样式 */
  .pagination{
    margin:30px auto;
    text-align:center;
  }
  .pagination a,.pagination span{
    display: inline-block;
    width:36px;
    height:36px;
    border:1px solid #d9d9d9;
    border-radius: 4px;
    line-height: 36px;
    font-weight: bold;
    margin:0 5px;
  }
  .pagination a:hover,.pagination a.curr{
    border:1px solid #BB2821;
    color:#BB2821;
  }
  .pagination span.disabled{
    color:#fff;
    background:#d9d9d9;
  }
}