.insidePage_wrp {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #fff;
}
.insidePage_wrp .sw {
  height: 100%;
  overflow: hidden;
  background: #fff;
}

/* *******************************内页导航******************************* */
.insidePage_wrp .insidePage_nav_wrp {
  width: 285px;
  height: auto;
  overflow: hidden;
  background: #fff;
  float: left;
}
.insidePage_wrp .insidePage_nav_wrp .common_nav_wrp {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin-bottom: 35px;
}
.insidePage_wrp .insidePage_nav_wrp .common_nav_wrp > img {
  width: 100%;
}
.insidePage_wrp .insidePage_nav_wrp .nav_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.insidePage_wrp .insidePage_nav_wrp .nav_list > a {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #000;
}
.insidePage_wrp .insidePage_nav_wrp .common_nav_wrp.news_nav .nav_list > a {
  height: 50px;
  line-height: 50px;
}
.insidePage_wrp .insidePage_nav_wrp .nav_list > a:hover {
  color: #03a3a0;
}


/* *******************************内页内容区******************************* */
.insidePage_wrp .insidePage_cont_wrp {
  width: 855px;
  height: auto;
  overflow: hidden;
  float: right;
} 
.insidePage_wrp .insidePage_cont_wrp .crumbs_wrp {
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #0da7a4;
}
.insidePage_wrp .insidePage_cont_wrp .crumbs_wrp .crumbs_cont {
  height: 100%;
  line-height: 35px;
  width: auto;
  background: #0da7a4;
  color: #fff;
  font-size: 18px;
  float: left;
  padding: 0px 20px;
}
.insidePage_wrp .insidePage_cont_wrp .crumbs_wrp .crumbs_cont > a {
  color: #fff;
  text-decoration: none;
}
.insidePage_wrp .insidePage_cont_wrp .crumbs_wrp .crumbs_cont > a:hover {
  text-decoration: underline;
}
.insidePage_wrp .insidePage_cont_wrp .insidePage_cont {
  height: auto;
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 25px;
}

/* 联系我们 */
.insidePage_wrp .contact_info {
  width: 100%;
  height: auto;
  padding: 15px; 
  box-sizing: border-box;
  font-size: 16px;
  line-height: 28px;
} 
.insidePage_wrp .contact_info > span:first-child {
  color: #000;
}
.insidePage_wrp .contact_info > span:nth-child(n+2) {
  color: #666;
}


/* *******************************内页内容区域******************************* */
.insidePage_cont .product_item {
  width: 400px;
  height: 300px;
  overflow: hidden;
  margin-right: 55px;
  margin-bottom: 20px;
  border-radius: 10px;
  float: left;
  display: block;
  position: relative;
}
.insidePage_cont .product_item > img {
  width: 100%;
  transition: all 0.5s ease;
}
.insidePage_cont .product_item:nth-child(2n) {
  margin-right: 0px;
}
.insidePage_cont .product_item:hover > img {
  transform: scale(1.2);
}
/* 产品单元遮罩层 */
.insidePage_cont .product_item .product_mask {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0px;
  bottom: -40px;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}
.insidePage_cont .product_item:hover .product_mask {
  bottom: 0px;
}
.insidePage_cont .product_item .product_mask .product_mask_back {
  background: #000;
  opacity: 0.4;
}
.insidePage_cont .product_item .product_mask > span {
  position: relative;
  line-height: 40px;
  font-size: 16px;
}

/* 新闻列表样式 */
.insidePage_cont .article_item {
  color: #555;
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  text-decoration: none;
}
.insidePage_cont .article_item:hover {
  color: #aaa;
  text-decoration: underline;
}
.insidePage_cont .article_item > span:first-child {
  display: inline-block;
  width: 750px;
}
.insidePage_cont .article_item > span:last-child {
  float: right;
}


/* 新闻详情样式 */
.insidePage_cont .detail_wrp {
  background: #fff;
}
.insidePage_cont .detail_part {
  background: #fff;
}
.insidePage_cont .detail_part > h1 {
  text-align: center;
  font-size: 20px;
  color: #555;
}
.insidePage_cont .detail_part > ul {
  overflow: hidden;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.insidePage_cont .detail_part > ul > li {
  float: left;
}
.insidePage_cont .detail_part > ul > li:first-child {
  margin-right: 10px;
}
.insidePage_cont .detail_part > img {
  width: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.insidePage_cont .preNext_part {
  width: 100%;
  height: 40px;
  margin-top: 30px;
  font-size: 16px;
}
.insidePage_cont .preNext_part > a {
  display: block;
  width: 150px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  background: #0da7a4;
  color: #fff;
}
.insidePage_cont .preNext_part > a:hover {
  background: #13b9b7;
}

/* 公司简介 */
.aboutUs_wrp {
  padding: 30px 0px;
}
.aboutUs_wrp .sw > h1 {
  font-size: 23px;
  color: #555;
  text-align: center;
  margin-bottom: 10px;
}

/* 分页样式 */
.pagination_wrp {
  width: 100%;
  height: 40px;
  line-height: 36px;
  overflow: hidden;
  padding-top: 30px;
}
.pagination_wrp .pagination .page-item {
  float: left;
  font-size: 15px;
  height: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 2px solid #13b9b7;
  margin: 0px 10px;
  color: #13b9b7;
  overflow: hidden;
}
.pagination_wrp .pagination .page-item:first-child {
  margin-left: 0px;
}

.pagination_wrp .pagination .page-item.disabled {
  display: none;
}
.pagination_wrp .pagination .page-item.active {
  background: #13b9b7;
  color: #fff;
}
.pagination_wrp .pagination .page-item > a {
  color: #13b9b7;
  text-decoration: none;
  display: block;
  padding: 0px 15px;
  width: 100%;
  height: 100%;
}
.pagination_wrp .pagination .page-item > a:hover {
  background: #13b9b7;
  color: #fff;
}
.pagination_wrp .pagination .page-item > span {
  padding: 0px 15px;
  width: 100%;
  height: 100%;
  display: block;
}

/* 产品二级分类导航样式 */
.second_nav_wrp {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: #fff;
}
.second_nav_wrp > a {
  display: inline-block;
  width: 100px;
  height: 100%;
  line-height: 28px;
  border: 1px solid #0da7a4;
  box-sizing: border-box;
  margin-right: 10px;
  text-align: center;
  font-size: 15px;
  color: #0da7a4;
  text-decoration: none;
}
.second_nav_wrp > a:hover {
  background: #0da7a4;
  color: #fff;
}


/* 百度地图外框样式 */
.company_map_wrp {
  width: 1200px;
  margin: 0 auto;
  height: 300px;
  margin-bottom: 50px;
}

