/* banner图 */
.about_banner {
  position: relative;
  width: 100%;
}

.img_box {
  width: 100%;
  background-color: #000000;
  position: relative;
}

.homePic {
  width: 100%;
}

/* banner图 */



/* 二级导航样式 */
.sub_nav {
  width: 100%;
  height: 50px;
  background: #F2F2F2;
}

.sub_nav ul {
  height: inherit;
  line-height: 30px;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 20px;
}


.sub_nav li a {
  font-size: 10px;
  color: #323232;
  display: block;
}


.sub_nav li:hover a {
  color: #3682CE;
}

/* 点击效果 */

.sub_nav li .sub_nav_active {
  color: #3682CE;
  border-bottom: 1px solid #3682CE;
}

/* 点击效果 */


/* 二级导航样式 */



/* 面包屑 */
.mianbaoxue_container {
  width: 100%;
  height: 50px;
  background: #F2F2F2;
}

.HeadPicTag {
  width: 100%;
  padding: 0 20px;
  height: inherit;
  line-height: 50px;
  font-size: 10px;
  color: #909090;
}

.HeadPicTag a {
  font-size: 10px;
  color: #909090;
}

.HeadPicTag span {
  font-size: 10px;
  color: #909090;
}

/* 面包屑 */








/* 类别标题样式 */
.main_title .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.main_title .title p {
  font-size: 18px;
  color: #323232;
  text-align: center;
  font-weight: 500;
  margin: 0 10px;
}

.main_title .line {
  width: 36px;
  height: 1px;
  background-color: #3682CE;
  text-align: center;
}

.main_title .about_center {
  padding: 0 20px;
  margin-bottom: 20px;
}

.main_title .en {
  font-size: 12px;
  color: #646464;
  text-align: center;
  margin-bottom: 20px;
}

/* 类别标题样式 */

/* footer标签 */


/* footer标签 */