html,
body,
hr,
p,
blockquote,
dl,
dt,
dd,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
table,
th,
td,
figure,
figcaption,
em {
  border: 0;
  padding: 0;
  margin: 0;
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0; }

input,
select,
option,
textarea,
button {
  vertical-align: middle;
  font-size: 12px;
  font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }

button {
  cursor: pointer;
  *overflow: visible; }

img {
  border: 0;
  vertical-align: middle; }

a {
  color: #333;
  text-decoration: none;
  outline: 0;
  blr: expression(this.onFocus=this.blur()); }
  a:hover {
    color: #29292f;
    text-decoration: none; }

.list-unstyled {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none; }
  .list-unstyled > li {
    padding-left: 0 !important;
    list-style: none; }

* {
  outline: 0;
  -webkit-font-smoothing: antialiased; }

.pull-left {
  float: left;
  display: inline; }

.pull-right {
  float: right;
  display: inline; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clear {
  clear: both;
  *zoom: 1;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden; }

html,
body {
  color: #333;
  font-size: 12px;
  font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 25px;
  background: #fff; }

.mobile-menu .sp_header {
  height: 50px;
  overflow: hidden;
  background: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0; }
.mobile-menu .sp_logo {
  padding: 10px;
  float: left;
  height: 50px; }
.mobile-menu .sp_logo img {
  margin: auto;
  max-height: 30px; }
.mobile-menu .sp_nav {
  width: 50px;
  float: right;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: 15px; }
.mobile-menu .sp_nav span {
  display: block;
  background: #0076a6;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 10px;
  transition: all ease 0.35s; }
.mobile-menu .sp_nav span:nth-of-type(1) {
  top: 0px; }
.mobile-menu .sp_nav span:nth-of-type(2) {
  top: 10px; }
.mobile-menu .sp_nav span:nth-of-type(3) {
  top: 20px; }
.mobile-menu .sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg); }
.mobile-menu .sp_nav_se span:nth-of-type(2) {
  width: 0; }
.mobile-menu .sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg); }
.mobile-menu .sjj_nav {
  position: fixed;
  z-index: 99;
  background: #eee;
  width: 100%;
  height: calc(100% - 104px);
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s; }
.mobile-menu .nav_show {
  top: 50px; }
.mobile-menu .sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0; }
.mobile-menu .sjj_nav > ul > li:first-child > a {
  float: left;
  width: calc(100% - 70px); }
.mobile-menu .sjj_nav > ul > li:first-child .language {
  float: right;
  width: 70px;
  overflow: hidden;
  line-height: 30px;
  margin-top: 5px; }
.mobile-menu .sjj_nav > ul > li:first-child .language a {
  width: 35px;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999; }
.mobile-menu .sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px; }
.mobile-menu .sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s; }
.mobile-menu .sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg); }
.mobile-menu .sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 20px;
  position: relative;
  line-height: 40px;
  font-size: 14px; }
.mobile-menu .sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid; }
.mobile-menu .sjj_nav ul li ul {
  display: none; }
.mobile-menu .sjj_nav ul li a {
  color: #666;
  width: 80%; }
.mobile-menu .sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left; }
.mobile-menu .sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555; }
.mobile-menu .sjj_nav ul li .sjj_nav_i_se svg {
  fill: #0076a6; }
.mobile-menu .sjj_nav ul li ul li > ul {
  margin-left: 10px; }

.inner-banner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

main {
  margin-bottom: 50px; }
  main .about {
    margin-top: 80px; }
    main .about .left .title {
      position: relative;
      width: 100%;
      height: 151px; }
      main .about .left .title .rectangle {
        width: 73px;
        height: 151px;
        border: 3px solid #333; }
      main .about .left .title .info {
        position: absolute;
        left: 30px;
        top: 32px;
        background: #fff;
        height: 95px; }
        main .about .left .title .info h2 {
          font-size: 53px;
          height: 65px;
          line-height: 65px; }
        main .about .left .title .info p {
          font-size: 26px;
          color: #a2a2a2;
          height: 30px;
          line-height: 30px; }
    main .about .left .content {
      margin-top: 50px; }
      main .about .left .content p {
        color: #707070;
        font-size: 14px; }
    main .about .right {
      text-align: right; }
      main .about .right a {
        text-align: right; }
        main .about .right a img {
          width: 100%;
          max-width: 534px; }
  main .events {
    margin-top: 90px;
    background: url(../images/event-bg.png) left top no-repeat;
    padding: 85px 0; }
    main .events .title {
      position: relative;
      max-width: 376px;
      width: 100%;
      height: 94px;
      text-align: center;
      margin: 0 auto; }
      main .events .title .title-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      main .events .title .rectangle {
        max-width: 376px;
        width: 100%;
        height: 94px; }
      main .events .title .info {
        position: absolute;
        top: -32px;
        left: 0;
        height: 94px;
        width: 100%; }
        main .events .title .info h2 {
          font-size: 53px;
          height: 64px;
          line-height: 64px; }
        main .events .title .info p {
          font-size: 26px;
          color: #a2a2a2;
          height: 30px;
          line-height: 30px; }
    main .events .content .pc .event_box {
      width: 100%;
      margin: 3% auto 0;
      position: relative;
      min-height: 420px;
      padding-top: 450px; }
    main .events .content .pc .event_box .parHd {
      width: 100%;
      display: inline-block;
      height: 92px;
      overflow: hidden; }
    main .events .content .pc .parHd ul {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding-top: 25px !important; }
    main .events .content .pc .parHd .tempWrap {
      margin: 0 auto;
      width: 100% !important; }
    main .events .content .pc .parHd .tempWrap:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #580000;
      position: absolute;
      /* top:33%;*/
      /* right:-140%;*/
      right: 0;
      top: 35%;
      /* margin-top:-0.5px;*/
      z-index: 10; }
    main .events .content .pc .parHd li.no_line:before {
      display: none; }
    main .events .content .pc .parHd li {
      display: inline-block;
      cursor: pointer;
      padding-top: 30px;
      font-size: 12px;
      color: #000;
      margin: 0 30px;
      position: relative; }
    main .events .content .pc .parHd li:after {
      content: '';
      background: url(../images/dot_ico.png) no-repeat;
      width: 24px;
      height: 24px;
      position: absolute;
      z-index: 20;
      top: -8px;
      left: 50%;
      margin-left: -12px; }
    main .events .content .pc .parBd {
      text-align: center;
      margin-top: 60px; }
    main .events .content .pc .parBd .slideBox {
      position: relative;
      width: 100%;
      max-width: 1100px;
      display: none; }
    main .events .content .pc .parBd .slideBox1 {
      display: block; }
    main .events .content .pc .parBd .slideBox img {
      position: absolute;
      top: -580px;
      left: 0;
      width: 100%; }
    main .events .content .pc .parBd h4 {
      position: relative;
      font-size: 40px;
      margin-bottom: 3%;
      /*width:200px;*/
      padding: 0 60px;
      display: inline-block;
      text-align: center; }
    main .events .content .pc .parBd h4:after {
      content: '';
      background: #000;
      width: 100px;
      height: 1px;
      position: absolute;
      left: -100px;
      bottom: 12px; }
    main .events .content .pc .parBd h4:before {
      content: '';
      background: #000;
      width: 100px;
      height: 1px;
      position: absolute;
      right: -100px;
      bottom: 12px; }
    main .events .content .pc .parBd p {
      line-height: 180%;
      font-size: 16px;
      width: 80%;
      margin: 0 auto; }
    main .events .content .pc #listBox {
      width: 100%; }
    main .events .content .pc .sPrev, main .events .content .pc .sNext {
      width: 60px;
      height: 60px;
      display: block;
      position: absolute;
      top: 450px;
      cursor: pointer;
      z-index: 99999999; }
    main .events .content .pc .sPrev {
      left: -60px; }
    main .events .content .pc .sNext {
      right: -50px; }
    main .events .content .pc .sPrev img, main .events .content .pc .sNext img {
      transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
      -moz-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
      -webkit-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
      -o-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95); }
    main .events .content .pc .parHd li.act span {
      display: block;
      width: 24px;
      height: 24px;
      overflow: hidden;
      background: url(../images/cat.png) no-repeat;
      position: absolute;
      top: -8px;
      left: 23px;
      z-index: 21; }
    main .events .content .pc .parHd li span, main .events .content .pc .parHd li.clone span {
      display: none; }
    main .events .content .m {
      margin-top: 30px; }
      main .events .content .m .swiper-container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px; }
      main .events .content .m .swiper-wrapper .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px; }
        main .events .content .m .swiper-wrapper .swiper-slide .con {
          background: #fff;
          padding: 25px 20px;
          height: 221px; }
        main .events .content .m .swiper-wrapper .swiper-slide .time {
          text-align: center;
          font-size: 32px; }
          main .events .content .m .swiper-wrapper .swiper-slide .time p {
            margin-bottom: 3px; }
            main .events .content .m .swiper-wrapper .swiper-slide .time p span {
              color: #F09C41; }
          main .events .content .m .swiper-wrapper .swiper-slide .time em {
            font-style: normal;
            font-size: 18px;
            color: #969696; }
        main .events .content .m .swiper-wrapper .swiper-slide .event {
          margin-top: 20px; }
          main .events .content .m .swiper-wrapper .swiper-slide .event p {
            text-align: left;
            font-size: 14px; }
  main .team {
    margin-top: 90px; }
    main .team .title {
      position: relative;
      max-width: 376px;
      width: 100%;
      height: 94px;
      text-align: center;
      margin: 0 auto; }
      main .team .title .title-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      main .team .title .rectangle {
        max-width: 376px;
        width: 100%;
        height: 94px; }
      main .team .title .info {
        position: absolute;
        top: -32px;
        left: 0;
        height: 94px;
        width: 100%; }
        main .team .title .info h2 {
          font-size: 53px;
          height: 64px;
          line-height: 64px; }
        main .team .title .info p {
          font-size: 26px;
          color: #a2a2a2;
          height: 30px;
          line-height: 30px; }
    main .team .content {
      margin-top: 50px; }
      main .team .content ul li {
        padding: 25px 0;
        height: 637px; }
        main .team .content ul li a {
          display: block; }
          main .team .content ul li a .top {
            width: 80%;
            margin: 0 auto; }
            main .team .content ul li a .top img {
              width: 100%; }
          main .team .content ul li a .info {
            padding: 0 25px; }
            main .team .content ul li a .info h2 {
              font-weight: 300;
              text-align: center;
              color: #000000;
              font-size: 24px;
              height: 50px;
              line-height: 50px; }
            main .team .content ul li a .info h3 {
              font-weight: 300;
              text-align: center;
              color: #626262;
              font-size: 18px;
              height: 30px;
              line-height: 30px; }
            main .team .content ul li a .info p {
              color: #626262; }
        main .team .content ul li:hover {
          background: #ff962f; }
          main .team .content ul li:hover a .info h3 {
            color: #fff; }
          main .team .content ul li:hover a .info p {
            color: #fff; }
    main .team .content1 {
      padding: 1.6%;
      width: 100%;
      height: auto;
      margin: 0 auto 50px;
      overflow: hidden;
      position: relative;
      margin-top: -167px;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6); }
  main .index-news {
    margin-top: 90px;
    background: #f5f5f5;
    padding: 85px 0; }
    main .index-news .title {
      position: relative;
      max-width: 376px;
      width: 100%;
      height: 94px;
      text-align: center;
      margin: 0 auto; }
      main .index-news .title .title-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      main .index-news .title .rectangle {
        max-width: 376px;
        width: 100%;
        height: 94px; }
      main .index-news .title .info {
        position: absolute;
        top: -32px;
        left: 0;
        height: 94px;
        width: 100%; }
        main .index-news .title .info h2 {
          font-size: 53px;
          height: 64px;
          line-height: 64px; }
        main .index-news .title .info p {
          font-size: 26px;
          color: #a2a2a2;
          height: 30px;
          line-height: 30px; }
    main .index-news .content {
      margin-top: 50px; }
      main .index-news .content .pc .swiper-father {
        position: relative; }
      main .index-news .content .pc .swiper-slide {
        height: 445px; }
        main .index-news .content .pc .swiper-slide a {
          display: block; }
          main .index-news .content .pc .swiper-slide a .top img {
            width: 100%; }
          main .index-news .content .pc .swiper-slide a .info h2 {
            color: #000;
            height: 50px;
            line-height: 50px;
            font-size: 24px; }
          main .index-news .content .pc .swiper-slide a .info p {
            color: #7d7d7d; }
      main .index-news .content .pc .swiper-button-prev {
        left: -50px; }
      main .index-news .content .pc .swiper-button-next {
        right: -50px; }
      main .index-news .content .m {
        margin-top: 30px; }
        main .index-news .content .m .swiper-container {
          width: 100%;
          padding-top: 50px;
          padding-bottom: 50px; }
        main .index-news .content .m .swiper-wrapper .swiper-slide {
          background-position: center;
          background-size: cover;
          width: 100%; }
          main .index-news .content .m .swiper-wrapper .swiper-slide a {
            display: block; }
            main .index-news .content .m .swiper-wrapper .swiper-slide a .top img {
              width: 100%; }
            main .index-news .content .m .swiper-wrapper .swiper-slide a .info h2 {
              color: #000;
              height: 50px;
              line-height: 50px;
              font-size: 24px; }
            main .index-news .content .m .swiper-wrapper .swiper-slide a .info p {
              color: #7d7d7d; }
  main .pipeline .pipeline-title {
    background: #757575;
    padding: 85px 0; }
    main .pipeline .pipeline-title .title {
      position: relative;
      max-width: 376px;
      width: 100%;
      height: 94px;
      text-align: center;
      margin: 0 auto; }
      main .pipeline .pipeline-title .title .title-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      main .pipeline .pipeline-title .title .rectangle {
        max-width: 376px;
        width: 100%;
        height: 94px; }
      main .pipeline .pipeline-title .title .info {
        position: absolute;
        top: -32px;
        left: 0;
        height: 94px;
        width: 100%;
        color: #fff; }
        main .pipeline .pipeline-title .title .info h2 {
          font-size: 53px;
          height: 64px;
          line-height: 64px; }
        main .pipeline .pipeline-title .title .info p {
          font-size: 26px;
          color: #fff;
          height: 30px;
          line-height: 30px; }
  main .pipeline .pipeline-content {
    margin-top: 50px; }
    main .pipeline .pipeline-content .content .left img {
      max-width: 522px;
      width: 100%;
      margin-top: -100px; }
    main .pipeline .pipeline-content .content .right {
      max-width: 555px;
      width: 100%; }
      main .pipeline .pipeline-content .content .right h2 {
        font-size: 36px;
        margin-top: 20px; }
      main .pipeline .pipeline-content .content .right p {
        color: #757575;
        margin-top: 30px;
        font-size: 16px;
        line-height: 30px; }
      main .pipeline .pipeline-content .content .right a {
        display: block;
        background: #ff962f;
        color: #fff;
        width: 135px;
        padding: 5px 15px;
        margin-top: 55px;
        text-align: center;
        border-radius: 5px; }
  main .show {
    padding: 1.6%;
    padding-bottom: 40px;
    height: auto;
    margin: 0 auto 50px;
    overflow: hidden;
    position: relative;
    margin-top: -67px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6); }
    main .show .title {
      margin-top: 30px;
      text-align: center;
      border-bottom: 1px solid #aaa;
      padding: 0 0 20px 0; }
      main .show .title h2 {
        font-size: 20px;
        font-weight: 900;
        line-height: 35px; }
      main .show .title p span {
        margin: 0 10px; }
    main .show .content {
      padding-top: 20px; }
      main .show .content img {
        max-width: 100%;
        height: auto !important; }

footer {
  background: #22284f;
  padding: 0; }
  footer .footer-menu {
    padding: 60px 0 0; }
    footer .footer-menu dl dt {
      color: #fff;
      font-size: 16px;
      text-align: left;
      margin-bottom: 10px; }
    footer .footer-menu dl dd a {
      display: block;
      color: #a5a5a5;
      text-align: left;
      font-size: 14px;
      line-height: 25px; }
  footer p {
    line-height: 45px;
    color: #fff; }
    footer p a:hover {
      color: #fff; }

/*# sourceMappingURL=style.css.map */
