/* 清除浮动 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #105764;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* text-align */
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*配模式定位*/
/* 水平垂直居中的公共类 */
/* 水平居中公共类 */
/* 垂直居中公共类 */
/* 背景自适应 */
/* 2018新增 */
/* translate 方式垂直居中 父元素必须有定位*/
.ztwrap {
  width: 100%;
  max-width: 1200px;
  min-width: 310px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
}
a:hover {
  color: #105764;
}
.abouts .part01 {
  padding: 30px 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .abouts .part01 {
    padding: 20px 15px;
  }
}
.abouts .part01 ol {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background-color: #017acd;
}
.abouts .part01 ol li {
  width: 50%;
  font-size: 24px;
  line-height: 3.33333333em;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.abouts .part01 ol li.check {
  background-color: #0c6daf;
  box-shadow: 0px 2px 10px 0px rgba(96, 121, 160, 0.15);
}
.abouts .part01 ul {
  padding: 20px 30px 0;
}
.abouts .part01 ul li {
  display: none;
}
.abouts .part01 ul li.check {
  display: block;
}
.abouts .part01 ul li p {
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
  color: #0f4d82;
}
@media (max-width: 768px) {
  .abouts .part01 ol li {
    font-size: 16px;
  }
  .abouts .part01 ul {
    padding: 10px 0 0;
  }
}
.abouts .part02,
.abouts .part03,
.abouts .part04,
.abouts .part05 {
  padding: 30px 40px;
  background-color: #fff;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .abouts .part02,
  .abouts .part03,
  .abouts .part04,
  .abouts .part05 {
    padding: 20px 15px;
    margin-top: 30px;
  }
}
.abouts .part02 h2,
.abouts .part03 h2,
.abouts .part04 h2,
.abouts .part05 h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  color: #333333;
  text-align: center;
}
.abouts .part02 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .abouts .part02 div.jg {
    overflow-x: scroll;
  }
  .abouts .part02 div.jg > img {
    width: 600px;
    max-width: 600px;
  }
}
.abouts .part02 p.yy {
  display: none;
  text-align: center;
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .abouts .part02 p.yy {
    display: block;
  }
}
.abouts .part03 ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 20px;
}
.abouts .part03 ul li {
  width: 30.7%;
  padding: 60px  0 50px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border: solid 1px #80c228;
  position: relative;
}
.abouts .part03 ul li h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0f4d82;
}
.abouts .part03 ul li p {
  width: 64px;
  height: 4px;
  background-color: #78be20;
  box-shadow: 0px 3px 8px 0px rgba(120, 190, 32, 0.5);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.abouts .part03 ul li::before {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  content: "";
  border-width: 10px;
  border-color: #78be20 transparent transparent transparent;
  border-style: solid dashed dashed dashed;
}
.abouts .part03 ul li:hover,
.abouts .part03 ul li.check {
  background: url("../images/join_bg.png") center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.abouts .part03 ul li:hover h3,
.abouts .part03 ul li.check h3 {
  color: #fff;
}
.abouts .part03 ul li:hover p,
.abouts .part03 ul li.check p {
  background: #fff;
}
.abouts .part03 ul li:hover::before,
.abouts .part03 ul li.check::before {
  display: block;
}
@media (max-width: 1200px) {
  .abouts .part03 ul li {
    width: 31.5%;
    padding: 30px 0 25px;
  }
  .abouts .part03 ul li h3 {
    font-size: 24px;
  }
}
.abouts .part03 ol {
  margin-top: 10px;
}
.abouts .part03 ol li {
  display: none;
  font-size: 14px;
  text-align: center;
  color: #0f4d82;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .abouts .part03 ol li {
    padding: 0 20px;
  }
}
.abouts .part03 ol li.check {
  display: block;
}
@media (max-width: 768px) {
  .abouts .part03 div.boxsrc {
    overflow-x: scroll;
  }
  .abouts .part03 div.boxsrc ul {
    width: 680px;
  }
}
.abouts .part04 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .abouts .part04 {
    margin-bottom: 40px;
  }
}
.abouts .part04 ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.abouts .part04 ul li {
  width: 140px;
}
.abouts .part04 ul li:nth-of-type(2) {
  width: 360px;
}
.abouts .part04 ul li div.top {
  height: 40px;
}
.abouts .part04 ul li div.top img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.abouts .part04 ul li div.bottom h3 {
  font-size: 16px;
  text-align: center;
  color: #333333;
  margin: 5px 0;
}
.abouts .part04 ul li div.bottom p {
  font-size: 16px;
  text-align: center;
  color: #666666;
}
@media (max-width: 768px) {
  .abouts .part04 ul {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .abouts .part04 ul li {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .abouts .part04 ul li:nth-of-type(2) {
    width: 100%;
  }
  .abouts .part04 ul li div.top {
    width: 40px;
    margin-right: 15px;
  }
  .abouts .part04 ul li div.bottom h3,
  .abouts .part04 ul li div.bottom p {
    text-align: left;
  }
}
.abouts .part04 #allmap {
  width: 100%;
  height: 410px;
}
.abouts .part05 div.boxsrc {
  overflow-y: scroll;
  height: 320px;
}
.abouts .part05 div.boxsrc::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.abouts .part05 div.boxsrc::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 6px;
  background: #a0a0a0;
}
.abouts .part05 div.boxsrc::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px #dcdcdc;
  border-radius: 6px;
  background: #dcdcdc;
}
.abouts .part05 div.boxsrc div.des h4,
.abouts .part05 div.boxsrc div.des p {
  font-size: 14px;
  line-height: 24px;
  color: #0f4d82;
}
.abouts .part05 div.boxsrc div.des h4 {
  margin-top: 20px;
}
.abouts .part05 div.boxsrc div.des h4:first-child {
  margin-top: 0;
}
