.about-banner-box {
  width: 100%;
  margin-top: -70px;
  position: relative;
}
.about-banner-box .menu {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
}
.about-banner-box .menu ul {
  display: flex;
}
.about-banner-box .menu ul li {
  width: 25%;
  text-align: center;
  height: 59px;
  line-height: 59px;
}
.about-banner-box .menu ul li a {
  color: #000000;
  height: 58px;
  display: inline-block;
  font-size: 20px;
}
.about-banner-box .menu ul li.active a {
  color: #EC8F27;
  border-bottom: 2px solid #EC8F27;
}
.p1-part {
  padding: 4% 0;
}
.p1-part .cont {
  display: flex;
  margin-top: 3%;
}
.p1-part .cont .text {
  width: 50%;
  color: #231916;
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
  padding-right: 4%;
}
.p1-part .cont .text p {
  margin-bottom: 6px;
}
.p1-part .cont .img {
  width: 50%;
  text-align: center;
}
.p2-part {
  padding: 3% 0;
  background: url(../images/a-img26.png) no-repeat top center;
  background-size: 100% 100%;
  height: 800px;
}
.p3-part {
  background-color: #F8F8F8;
  padding: 4% 0;
}
.p3-part ul {
  display: flex;
  flex-wrap: wrap;
}
.p3-part ul li {
  width: 22%;
  background-color: #FFFFFF;
  text-align: center;
  margin-top: 5%;
  padding-top: 10px;
}
.p3-part ul li .name {
  height: 70px;
  line-height: 70px;
  font-size: 16px;
}
.p3-part .more-honor {
  width: 249px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  background: #F8F8F8;
  border: 1px solid #979797;
  margin: 3% auto 0;
}
.p3-part .more-honor a {
  display: block;
  background-color: #FFFFFF !important;
}
.p4-part {
  margin-top: 4%;
  padding:  0;
}
.p4-part .cont {
  padding-bottom: 6%;
  margin-top: 3%;
  background: url(../images/i-img08.png) no-repeat top center;
  background-size: 100% 100%;
  background-position-y: 50px;
}
.p4-part .cont ul {
  overflow: inherit;
}
.p4-part .cont ul li {
  display: flex;
  background: #FFFFFF;
  width: 100%;
  padding: 2% 3%;
  margin-bottom: 3%;
}
.p4-part .cont ul li:not(:last-child):hover {
  box-shadow: 0px 0px 23px 5px rgba(64, 173, 255, 0.24);
}
.p4-part .cont ul li .img {
  width: 23%;
  height: 200px;
}
.p4-part .cont ul li .img img {
  width: 100%;
  height: 100%;
}
.p4-part .cont ul li .f4 {
  color: #555555;
  font-size: 17px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.p4-part .cont ul li .f4 span {
  color: #0E57A2;
  margin-left: 1%;
}
.p4-part .cont ul li .text-r {
  width: 75%;
  padding-left: 2%;
}
.p4-part .cont ul li .text-r .f1 {
  width: 154px;
  line-height: 36px;
  background: #0E57A2;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  position: relative;
  left: -23px;
}
.p4-part .cont ul li .text-r .f2 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin: 1% 0;
}
.p4-part .cont ul li .text-r .f3 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.p4-part .cont ul li .text-r a {
  color: #0E57A2;
  border-bottom: 1px solid #1D5EA3;
  font-size: 16px;
}
.p5-part {
  padding: 1% 0 2% 0;
}
.p5-part .joinus {
  text-align: center;
  position: relative;
}
.p5-part .joinus img {
  width: 70%;
}
.p5-part .joinus > div {
  width: 138px;
  height: 138px;
  position: absolute;
}
.p5-part .joinus > div:nth-child(2) {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  box-shadow: 0px 0px 17px 4px rgba(0, 128, 255, 0.29);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-top: 35px;
}
.p5-part .joinus > div:nth-child(3) {
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 128, 255, 0.14);
  border-radius: 50%;
  z-index: 9;
  left: 28%;
  top: 28%;
  font-size: 14px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #0080ff;
  line-height: 138px;
}
.p5-part .joinus > div:nth-child(4) {
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 128, 255, 0.14);
  border-radius: 50%;
  z-index: 9;
  left: 28%;
  top: 55%;
  font-size: 14px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #0080ff;
  padding-top: 50px;
}
.p5-part .joinus > div:nth-child(5) {
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 128, 255, 0.14);
  border-radius: 50%;
  z-index: 9;
  left: 44%;
  top: 65%;
  font-size: 14px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #0080ff;
  padding-top: 50px;
}
.p5-part .joinus > div:nth-child(6) {
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 128, 255, 0.14);
  border-radius: 50%;
  z-index: 9;
  left: 62%;
  top: 28%;
  font-size: 14px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #0080ff;
  padding-top: 50px;
}
.p5-part .joinus > div:nth-child(7) {
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 128, 255, 0.14);
  border-radius: 50%;
  z-index: 9;
  left: 62%;
  top: 55%;
  font-size: 14px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #0080ff;
  padding-top: 50px;
}
.p5-part .joinus > div:nth-child(8) {
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 128, 255, 0.14);
  border-radius: 50%;
  z-index: 9;
  left: 44%;
  top: 10%;
  font-size: 14px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #0080ff;
  padding-top: 50px;
}
.p5-part .joinus .job a {
  font-size: 24px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
}
.p6-part {
  padding: 4% 0;
  background-color: #f4f4f4;
}
.p6-part .cont {
  margin-top: 2%;
}
@font-face {
  font-family: "iconfont";
  src: url('//at.alicdn.com/t/font_1457575_wc4kbab342e.eot?t=1571103794780');
  /* IE9 */
  src: url('//at.alicdn.com/t/font_1457575_wc4kbab342e.eot?t=1571103794780#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAQ0AAsAAAAACMAAAAPmAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqETIQbATYCJAMUCwwABCAFhG0HWRu4B8gehXEsLBShUansf34QD19r6Pu7exdglJGA46Oo44HAAilVYVtjO/UEwuX/dOp3TiETj7eViAQFMpxsGSJXOhdQLpCnEsEaAJyKOOa5yu3/71A1c1peaH6LxeUu+7LmpIQGYCgdQLXa3lgqWQtSUe8yNhm+gkz1HR8TaDauL93+9Lks5CnIVYG4LIV8kBf5lQ5paHTVlQeLeA/ZGtOLrAoA7/Tvxy8YHHkkVUZuPDg7LQgTv+o+9ENaRoOVkgLGw0UxeoyMVaAQN6vxy5Ctr0KaF6cztoFmjZJ0qOOyP/T+0C+TwVtuyNlM/+GRFSERNWJvxcztRuGrjmvJfM021By9wSvA0Q8aEl7XgzSjDR9A9AMRjLooq2Sp22szIuUggx41cA42cVLNnHTjDdzao9qxtEc4kXLzxw/6qIszyuoxg+nMwY2I1knSQFIbn+xr+sA3fxQa33MN7zYzwhoc3tz0IWhJHzt1VG9+efzMCYE9qkjqQJX0MY3lOIrwAa0pwMck7Gk6mpuFpqaNjPAGh9mGhhXGo8qPH3Sy0WPpO2fgNZ3IXrLCBtZrHDt6nQbC9klVPTnxIUMKufWH0xtAeFjJWd/YuPZ21s6KF3O2N1bu1avuxtf213ndDi08MDocHn3gIkMKufWL00nI7GjJxji7hXoxFhY/YTpSXcTkNRawFg0xWJpTvrzunf9a91bfW48nv9yvqyO2Cqs47BCtldaWN0MqbwhvqLABnpnwgvmbecm8apCVPWf+RRHCJxnUARdRYzO6jC6h2EV0YSG5hC7fNuKYrNKN7owndPnKBvdG8TIXuO+pVH74w/MTJrybgCd0TbgwgJ4OSwFOW9EN1ENf3oCeoIkA5E+6R3+Ov/F/+pzCNZax/xsNBXwunzYY5k41BvJzgG/YYWPjX8G44UpZmkmgKvNFbpgnK+tvoj0tdprxB0h36zqMs2/jYUKjPg9JgzHIGs1SC3MVKi3WoNZoC5qtmPF4ix4KJEoTlu1BEDo9gKTdR8g6VVILsxMq/b5DrTMQNDsMxwtbzIekn6IQHyVB7N+EpYBcILIQ1ZvRxSSUjPmU0KwVPFFUqYQH9R+YtmaQAqIc4hZ1fWgwpSIWFTmOp6PPkVhMxglFjpAA7R+mNDF6wACx9k39A3Ic9PYoCB+KCML8NsEkAbICotxO6bOfX4wISYrxUTqWLnR5hEIlHR0bpL+BG1Bn2As2WnopX1GtFzIYRYkwkUIWh01HUSJG6zIsUT8vggig+gvvUE0YbQDeJG5q7396Z/w9PgTNyMuqSJGjRBW15ouSr4DKyU3MaXDVfpuTsp6bQmeu9gEAAAA=') format('woff2'), url('//at.alicdn.com/t/font_1457575_wc4kbab342e.woff?t=1571103794780') format('woff'), url('//at.alicdn.com/t/font_1457575_wc4kbab342e.ttf?t=1571103794780') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('//at.alicdn.com/t/font_1457575_wc4kbab342e.svg?t=1571103794780#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-jiantouyou:before {
  content: "\e62a";
}
.icon-jiantou-zuo:before {
  content: "\e62d";
}
.icon-zuojiantou:before {
  content: "\e601";
  color: #04A4FF;
}
.icon-jiantou:before {
  content: "\e605";
  color: #04A4FF;
}
.button {
  position: absolute;
  cursor: pointer;
  top: 14%;
  font-size: 40px;
  color: #333;
}
.prev {
  left: -20px;
}
.next {
  right: -20px;
  transform: rotate(-180deg);
}
.container {
  width: 1200px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  padding: 50px;
}
.slide_wrap {
  overflow: hidden;
  position: relative;
}
.slide_wrap ul {
  position: relative;
  left: 250px;
  display: flex;
  align-items: center;
}
.slide_items li {
  float: left;
  font-size: 18px;
  color: #89D4FF;
  font-weight: bold;
  width: 72px;
  text-align: center;
}
.slide_items li a {
  display: block;
  text-decoration: none;
}
.slide_items li.on {
  border-radius: 30px;
}
.slide_items li span {
  color: #89D4FF;
  font-size: 20px;
  display: block;
}
.slide_items li div {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #04A4FF;
  border-radius: 13px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 7px;
  position: relative;
}
.slide_items li i {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #04A4FF;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slide_items li.on span {
  font-size: 28px;
  font-weight: bold;
  color: #04A4FF;
}
.slide_items li.on div {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #A7DFFF;
  border-radius: 13px;
  padding: 8px;
  box-sizing: border-box;
  margin-top: 1px;
  position: relative;
}
.slide-content {
  margin-top: 100px;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
.slide-content ul {
  width: 100%;
  position: relative;
  height: 80%;
}
.slide-content ul li {
  width: 45%;
  position: absolute;
}
.slide-content ul li .month {
  color: #04A4FF;
  font-size: 22px;
}
.slide-content ul li .text {
  color: #444444;
  text-align: justify;
  font-size: 18px;
}
.slide-content ul li .dot {
  width: 20px;
  height: 20px;
  background: #04A4FF;
  border: 4px solid #A7DFFF;
  border-radius: 50%;
  position: absolute;
  top: 0px;
}
.slide-content ul li:nth-of-type(even) {
  left: 50%;
  padding-left: 5%;
}
.slide-content ul li:nth-of-type(even) .month {
  text-align: left;
}
.slide-content ul li:nth-of-type(even) .dot {
  left: -10px;
}
.slide-content ul li:nth-of-type(odd) {
  right: 50%;
  padding-right: 5%;
}
.slide-content ul li:nth-of-type(odd) .month {
  text-align: right;
}
.slide-content ul li:nth-of-type(odd) .text {
  text-align: right ;
}
.slide-content ul li:nth-of-type(odd) .month {
  text-align: right;
}
.slide-content ul li:nth-of-type(odd) .dot {
  right: -10px;
}
.slide-content ul::before {
  content: "";
  width: 0px;
  height: 100%;
  border-right: 1px dashed #04A4FF;
  position: absolute;
  left: calc(50% - 1px);
  top: 36px;
}
.slide-content ul::after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #04A4FF;
  position: absolute;
  left: calc(50% - 8px);
  top: 25px;
}
.slide-content img {
  width: 100%;
}
.slide-content ul {
  display: none;
}
.slide-content ul.on {
  display: block;
}
.hvr-float-shadow:before {
  display: none;
}
.hvr-shutter-out-horizontal:before {
  background: #04A4FF;
}
.hvr-shutter-out-horizontal {
  background: transparent;
}
.p7-part {
  background-color: #f4f4f4;
}
.p7-part .container-box {
  margin-top: 1.5%;
}
.p7-part .item-cont {
  margin: 10px 0;
}
.p7-part .hideStyle i {
  transform: rotate(135deg) !important;
  border: 2px solid #fff !important;
  border-left-width: 0 !important;
  border-bottom-width: 0 !important;
  transition: all 0.5s;
}
.p7-part .hideStyle .header {
  background-color: #0059aa !important;
  color: #fff !important;
  transition: all 0.5s;
}
.p7-part .hideStyle .content {
  display: block !important;
}
.p7-part .header {
  line-height: 70px;
  background-color: #fff;
  font-size: 20px;
  padding-left: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p7-part .header i {
  width: 15px;
  height: 15px;
  border: 2px solid #888;
  border-left-width: 0;
  border-bottom-width: 0;
  margin-right: 20px;
  transition: all 0.5s;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}
.p7-part .content {
  padding: 20px;
  background-color: #fff;
  display: none;
}
.p7-part .content .c-time-box {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p7-part .content .c-text-box p {
  font-size: 16px;
  color: #666;
  margin: 5px 0;
}
