﻿


/*@Font-face {
      font-family: 'MiSans Normal';
	  src: url('MiSans-Normal.ttf');
	  src: url('MiSans-Normal.ttf') format('truetype');
 }*/
body {
  margin: 0;
  font-family:Microsoft Yahei;
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  color: #2b2b2b;
}

p {
  margin: 0;
  color: #2b2b2b;
}

li {
  font-style: normal;
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
  font-style: normal;
  color: #2b2b2b;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 88px;
  background: rgba(43, 43, 43, 0.5);
}

.header .header_c {
  margin: auto;
  width: 90%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .header_c .logo {
  width: 20%;
}

.header .header_c .logo a {
  display: block;
  width: 100%;
}

.header .header_c .logo a img {
  display: block;
  margin: auto;
  width: 100%;
}

.header .header_c .header_right {
  width: 65%;
  height: 100%;
}

.header .header_c .header_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 88px;
}

.header .header_c .header_right ul li {
  position: relative;
  width: 12%;
  height: 88px;
  text-align: center;
}

.header .header_c .header_right ul li:hover .subnav {
  display: block;
}

.header .header_c .header_right ul li a {
  display: block;
  line-height: 88px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
}

.header .header_c .header_right ul li .subnav {
  display: none;
  height: auto;
  position: absolute;
  width: 100%;
  top: 88px;
  left: 0;
  background: rgba(0, 94, 174, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .header_c .header_right ul li .subnav li {
  width: 100%;
  min-width: 90px;
  height: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header .header_c .header_right ul li .subnav li:hover {
  background: rgba(51, 51, 51, 0.5);
}

.header .header_c .header_right ul li .subnav li:hover a {
  color: #fff;
}

.header .header_c .header_right ul li .subnav li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.header .header_c .tel {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header_c .tel img {
  margin-right: 5px;
  width: 25px;
  height: auto;
}

.header .header_c .tel p {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
}

.banner img {
  width: 100%;
}

.banner .wenzi2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
}

.banner .wenzi2 p {
  display: block;
  margin-top: 5%;
  margin-bottom: 30px;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}

.banner .wenzi2 span {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
}

.banner .wenzi {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
}

.banner .wenzi .wenziTop {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 40px;
}

.banner .wenzi .wenziTop h2 {
  display: block;
  margin-right: 20px;
  font-size: 130px;
  color: #fff;
  font-weight: bold;
}

.banner .wenzi .wenziTop p {
  font-size: 60px;
  color: #fff;
}

.banner .wenzi .wenziBottom {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner .wenzi .wenziBottom p {
  font-size: 50px;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}

.banner .wenzi .wenziBottom span {
  font-size: 24px;
  color: #fff;
}

.index_wenhua {
  width: 100%;
  height: auto;
  background: url(../image/indexbg.jpg) no-repeat;
  background-size: cover;
}

.index_wenhua .index_wenhua1 {
  position: relative;
  margin: auto;
  margin-top: -80px;
  margin-bottom: 40px;
  width: 78%;
  height: 160px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 10px #ededed;
          box-shadow: 0 5px 10px #ededed;
  z-index: 999;
}

.index_wenhua .index_wenhua1 ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.index_wenhua .index_wenhua1 ul li {
  position: relative;
  width: 32%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index_wenhua .index_wenhua1 ul li:nth-child(4)::after {
  display: none;
}

.index_wenhua .index_wenhua1 ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 85px;
  background: #e5e5e5;
}

.index_wenhua .index_wenhua1 ul li .left {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index_wenhua .index_wenhua1 ul li .left p {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.index_wenhua .index_wenhua1 ul li .left span {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_wenhua .index_wenhua1 ul li .left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #636363;
}

.index_wenhua .index_wenhua1 ul li .left a img {
  display: block;
  margin-left: 10px;
  width: auto;
  height: auto;
}

.index_wenhua .index_wenhua1 ul li right {
  width: 42%;
  height: auto;
}

.index_wenhua .index_wenhua1 ul li right img {
  width: auto;
  height: auto;
}

.index_wenhua .index_wenhua2 {
  margin: auto;
  margin-bottom: 40px;
  width: 78%;
  height: 463px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px #ededed;
          box-shadow: 0 5px 10px #ededed;
  border-radius: 20px;
}

.index_wenhua .index_wenhua2 .left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  width: 50%;
  height: 100%;
}

.index_wenhua .index_wenhua2 .left h2 {
  font-size: 40px;
  color: #2b2b2b;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
}

.index_wenhua .index_wenhua2 .left p {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 28px;
}

.index_wenhua .index_wenhua2 .left span {
  float: right;
  font-size: 16px;
  color: #2b2b2b;
}

.index_wenhua .index_wenhua2 .left a {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 16px;
  display: block;
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #2b2b2b;
  border: 1px solid #e2e2e2;
  border-radius: 25px;
}

.index_wenhua .index_wenhua2 .right {
  width: 50%;
  height: 100%;
}

.index_wenhua .index_wenhua2 .right img {
  width: 100%;
  height: 100%;
}

.index_wenhua .index_wenhua3 {
  margin: auto;
  margin-bottom: 40px;
  width: 78%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index_wenhua .index_wenhua3 ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index_wenhua .index_wenhua3 li {
  width: 32%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px #ededed;
          box-shadow: 0 5px 10px #ededed;
  background-color: #fff;
}

.index_wenhua .index_wenhua3 li img {
  width: 100%;
  height: auto;
}

.index_wenhua .index_wenhua3 li .dibu {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index_wenhua .index_wenhua3 li .dibu h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #2b2b2b;
}

.index_wenhua .index_wenhua3 li .dibu p {
  height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.index_wenhua .index_wenhua3 li .dibu a {
  display: block;
  margin-top: 30px;
  color: #2b2b2b;
}

.index_fazhan {
  width: 100%;
  height: 635px;
  background-image: radial-gradient(circle at left bottom, #507fd7 5%, #4c1e69 20%, #010000 40%);
  overflow: hidden;
  position: relative;
}

.index_fazhan .fazhan {
  margin: auto;
  width: 78%;
  height: auto;
  overflow: auto;
}

.index_fazhan .fazhan h2 {
  display: block;
  margin-bottom: 60px;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.index_fazhan .fazhan .fazhan_con {
  width: 100%;
  height: 380px;
  overflow: auto;
  /* 滚动槽 */
  /* 滚动条滑块 */
}

.index_fazhan .fazhan .fazhan_con::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.index_fazhan .fazhan .fazhan_con::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
}

.index_fazhan .fazhan .fazhan_con::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(133, 146, 152, 0.5);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.index_fazhan .fazhan .fazhan_con ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index_fazhan .fazhan .fazhan_con ul li {
  height: 310px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ba85ff));
  background: linear-gradient(to right, #fff, #ba85ff);
  margin-right: 35px;
}

.index_fazhan .fazhan .fazhan_con ul li .left {
  width: 48%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index_fazhan .fazhan .fazhan_con ul li .left h3 {
  display: block;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #002856;
}

.index_fazhan .fazhan .fazhan_con ul li .left p {
  font-size: 20px;
  color: #002856;
}

.index_fazhan .fazhan .fazhan_con ul li .left a {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #2b2b2b;
}

.index_fazhan .fazhan .fazhan_con ul li .left a img {
  display: block;
  margin-left: 15px;
  width: auto;
  height: auto;
}

.index_fazhan .fazhan .fazhan_con ul li .right {
  width: 50%;
  height: 100%;
}

.index_fazhan .fazhan .fazhan_con ul li .right img {
  width: 100%;
  height: 100%;
}

.index_fazhan .fazhan .fazhan_con ul li:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#80c4a9));
  background: linear-gradient(to right, #fff, #80c4a9);
}

.index_fazhan .fazhan .fazhan_con ul li:nth-child(3) {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f5f8fe));
  background: linear-gradient(to right, #fff, #f5f8fe);
}

.index_dongtai {
  margin: 40px auto;
  width: 78%;
  height: auto;
  padding: 28px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 10px #ededed;
          box-shadow: 0 5px 10px #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index_dongtai h2 {
  font-size: 40px;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
  color: #010000;
}

.index_dongtai ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index_dongtai ul li {
  width: 32%;
  height: auto;
}

.index_dongtai ul li img {
  width: 100%;
  height: auto;
}

.index_dongtai ul li p {
  font-size: 18px;
  color: #2b2b2b;
  height: 50px;
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_dongtai ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #010000;
  font-size: 14px;
}

.index_dongtai ul li a img {
  display: block;
  margin-left: 10px;
  width: auto;
  max-width:100%;
}

.index_fuwu {
  margin: auto;
  margin-bottom: 40px;
  width: 78%;
  height: 260px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 10px #ededed;
          box-shadow: 0 5px 10px #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.index_fuwu h2 {
  font-size: 40px;
  display: block;
  margin-bottom: 50px;
  color: #010000;
}

.index_fuwu ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index_fuwu ul li {
  width: 30%;
}

.index_fuwu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index_fuwu ul li a .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.index_fuwu ul li a .top img {
  width: auto;
  display: block;
  margin-right: 15px;
}

.index_fuwu ul li a .top p {
  font-size: 20px;
}

.index_fuwu ul li a .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 45px;
}

.index_fuwu ul li a .bot p {
  display: block;
  margin-right: 50px;
  font-size: 14px;
}

.index_fuwu ul li a .bot img {
  width: auto;
}

.aboutNav {
  margin: auto;
  width: 80%;
  max-width: 1600px;
  height: 75px;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}

.aboutNav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutNav ul li {
  margin: 0 20px;
  width: 90px;
  height: 45px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 2px solid transparent;
}

.aboutNav ul li:hover {
  border-bottom: 2px solid #2b2b2b;
}

.aboutNav ul li:hover a {
  font-size: 20px;
}

.aboutNav ul li.active {
  border-bottom: 2px solid #2b2b2b;
}

.aboutNav ul li.active a {
  font-size: 20px;
}

.aboutNav ul li a {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
  line-height: 45px;
  font-size: 18px;
  color: #2b2b2b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.aboutCon {
  margin: auto;
  margin-top: 55px;
  margin-bottom: 85px;
  width: 80%;
  max-width: 1600px;
  overflow: hidden;
}

.aboutCon h2 {
  font-size: 30px;
  margin-bottom: 18px;
  color: #2b2b2b;
  text-align: center;
}

.aboutCon span {
  display: block;
  margin: auto;
  width: 65px;
  height: 4px;
  background-color: #378df5;
}

.aboutCon .aboutCon_1 {
  margin: auto;
  margin-top: 50px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aboutCon .aboutCon_1 .aboutCon_left {
  width: 40%;
  height: 338px;
}

.aboutCon .aboutCon_1 .aboutCon_left img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.aboutCon .aboutCon_1 .aboutCon_right {
  width: 57%;
  height: 338px;
  overflow: auto;
  text-indent: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/*滚动条*/
.aboutCon  ::-webkit-scrollbar-thumb{background:#ededed;height:50px;outline-offset:-2px; -webkit-border-radius:8px;}
.aboutCon  ::-webkit-scrollbar-thumb:hover{background:f8f8f8;-webkit-border-radius:10px;}
.aboutCon  ::-webkit-scrollbar{width:14px;}
.aboutCon  ::-webkit-scrollbar-track-piece{-webkit-border-radius:10px;}

.aboutCon .aboutCon_1 .aboutCon_right p {
  display: block;
  font-size: 15px;
  color: #2b2b2b;
  line-height: 30px;
}

.aboutMid {
  width: 100%;
  height: 360px;
  background: url(../image/about2.jpg) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.aboutMid .aboutMid_1 {
  width: 40%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aboutMid .aboutMid_1 h3 {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 35px;
}

.aboutMid .aboutMid_1 p {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 50px;
}

.aboutMid .aboutMid_1 span {
  width: 57px;
  height: 2px;
  background-color: #fff;
}

.aboutHuanjing {
  margin: auto;
  width: 100%;
  height: auto;
  padding-top: 50px;
  margin-bottom: 45px;
  padding-bottom: 40px;
  background: #f5f5f5;
  overflow: hidden;
}

.aboutHuanjing h2 {
  font-size: 30px;
  margin-bottom: 18px;
  color: #2b2b2b;
  text-align: center;
}

.aboutHuanjing span {
  display: block;
  margin: auto;
  width: 65px;
  height: 4px;
  background-color: #378df5;
}

.aboutHuanjing .aboutHuanjing_con {
  margin: auto;
  margin-top: 60px;
  width: 1350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_left {
  position: relative;
  width: 392px;
  height: auto;
  overflow: hidden;
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_left img {
  width: auto;
  height: auto;
  border-radius: 20px;
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_left .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_left .num p {
  position: relative;
  color: #fff;
  font-size: 20px;
  z-index: 5;
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_left::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 43, 0.8);
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_right {
  width: 934px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_right .right_1 {
  position: relative;
  margin-bottom: 25px;
  width: 450px;
  height: 262px;
  overflow: hidden;
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_right .right_1:nth-child(3) {
  margin-bottom: 0;
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_right .right_1:nth-child(4) {
  margin-bottom: 0;
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_right .right_1 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_right .right_1 .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_right .right_1 .num p {
  position: relative;
  color: #fff;
  font-size: 20px;
  z-index: 5;
}

.aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_right .right_1::after {
  content: '';
  position: absolute;
  top: 85%;
  right: -46%;
  z-index: 2;
  width: 75%;
  height: 105%;
  background: rgba(43, 43, 43, 0.8);
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
}

.lianxi {
  margin: auto;
  width: 70%;
  padding-bottom: 70px;
  overflow: hidden;
}

.lianxi h2 {
  font-size: 30px;
  margin-bottom: 18px;
  color: #2b2b2b;
  text-align: center;
}

.lianxi .span {
  display: block;
  margin: auto;
  width: 65px;
  height: 4px;
  background-color: #378df5;
}

.lianxi .lianxi_con {
  margin: auto;
  margin-top: 65px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lianxi .lianxi_con .lianxi1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: auto;
}

.lianxi .lianxi_con .lianxi1 img {
  margin-right: 10px;
  width: 90px;
  height: 90px;
}

.lianxi .lianxi_con .lianxi1 .lianxi_des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  height: auto;
}

.lianxi .lianxi_con .lianxi1 .lianxi_des .top {
  position: relative;
  margin-bottom: 10px;
}

.lianxi .lianxi_con .lianxi1 .lianxi_des .top p {
  display: block;
  font-size: 22px;
  color: #2b2b2b;
}

.lianxi .lianxi_con .lianxi1 .lianxi_des .top i {
  position: absolute;
  top: -5px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #ff8900;
  border-radius: 50%;
  font-size: 12px;
}

.lianxi .lianxi_con .lianxi1 .lianxi_des span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #696969;
  line-height: 25px;
}

.fengexian {
  width: 100%;
  height: 20px;
  background-color: #f5f5f5;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #fbfbfb;
  padding-bottom: 15px;
  overflow: hidden;
}

.footer .footer_con {
  margin: auto;
  width: 78%;
  height: auto;
}

.footer .footer_con .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  width: 100%;
  height: 85px;
  border-bottom: 1px solid #f2f3f5;
}

.footer .footer_con .top p {
  display: block;
  margin-right: 25px;
  font-size: 22px;
  color: #696969;
}

.footer .footer_con .top a {
  display: block;
  margin-right: 25px;
  width: 25px;
  height: auto;
}

.footer .footer_con .top a img {
  width: 100%;
}

.footer .footer_con .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f3f5;
  width: 100%;
}

.footer .footer_con .bottom .botLeft {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer_con .bottom .botLeft .botLeft_1 {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_con .bottom .botLeft .botLeft_1 h3 {
  font-size: 20px;
  color: #2b2b2b;
  margin-bottom: 20px;
}

.footer .footer_con .bottom .botLeft .botLeft_1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_con .bottom .botLeft .botLeft_1 ul li {
  width: 100%;
  height: auto;
}

.footer .footer_con .bottom .botLeft .botLeft_1 ul li a {
  display: block;
  width: auto;
  margin-bottom: 15px;
  font-size: 14px;
  color: #737373;
}

.footer .footer_con .bottom .botRight {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer_con .bottom .botRight .botRight_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.footer .footer_con .bottom .botRight .botRight_1 img {
  width: 40px;
  margin-right: 10px;
}

.footer .footer_con .bottom .botRight .botRight_1 p {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bold;
}

.footer .footer_con .bottom .botRight .code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.footer .footer_con .bottom .botRight .code img {
  width: 135px;
  height: 135px;
}

.footer .footer_con .bottom .botRight span {
  font-size: 14px;
  color: #9f9f9f;
}

.footer .footer_con .banquan {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer_con .banquan p {
  font-size: 12px;
  color: #737373;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.footer .footer_con .banquan p a {
  font-size: 12px;
}

.fazhan {
  width: 100%;
  padding-top: 110px;
  position: relative;
}

.fazhan .fazhan_top {
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fazhan .fazhan_top h2 {
  font-size: 30px;
  color: #2b2b2b;
}

.fazhan .fazhan_top span {
  font-size: 18px;
  color: #9f9f9f;
}

.fazhan .fazhan_c {
  width: 100%;
  height: auto;
}

.fazhan .fazhan_c .fazhan_c_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fazhan .fazhan_c .fazhan_c_1 i {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #378df5;
  border-radius: 50%;
}

.fazhan .fazhan_c .fazhan_c_1 span {
  width: 1px;
  height: 50px;
  border-left: 1px dashed #999999;
}

.fazhan .fazhan_c .fazhan_c_2 {
  width: 100%;
  height: 325px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.fazhan .fazhan_c .fazhan_c_2.white {
  background-color: #ffffff;
}

.fazhan .fazhan_c .fazhan_c_2.white .cc_right {
  border-right: 1px dashed #999999;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.fazhan .fazhan_c .fazhan_c_2.white .cc_left {
  border-right: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12%;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc {
  margin: auto;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  height: 325px;
  border-right: 1px dashed #999999;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_left h4 {
  font-size: 30px;
  color: #002856;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_left i {
  display: block;
  margin: 35px 0;
  width: 24px;
  height: 6px;
  background-color: #e77918;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_left span {
  font-size: 16px;
  color: #555555;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  height: 325px;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_right img {
  width: auto;
  height: auto;
}

.fazhan .more {
  width: 100%;
  text-align: center;
  padding: 45px 0;
  background-color: #f5f5f5;
}

.fazhan .more a {
  display: block;
  margin: auto;
  width: 205px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  border-radius: 45px;
  background-color: #e77918;
  font-size: 16px;
}

.hezuo {
  margin: auto;
  width: 80%;
}

.hezuo .hezuo_top {
  margin: 65px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hezuo .hezuo_top h2 {
  font-size: 30px;
  color: #2b2b2b;
}

.hezuo .hezuo_top span {
  font-size: 18px;
  color: #9f9f9f;
}

.hezuo .hezuo_con {
  margin-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hezuo .hezuo_con img {
  width: auto;
}

.fazhan {
  width: 100%;
  padding-top: 110px;
}

.fazhan .fazhan_top {
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fazhan .fazhan_top h2 {
  font-size: 30px;
  color: #2b2b2b;
}

.fazhan .fazhan_top span {
  font-size: 18px;
  color: #9f9f9f;
}

.fazhan .fazhan_c {
  width: 100%;
  height: auto;
}

.fazhan .fazhan_c .fazhan_c_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fazhan .fazhan_c .fazhan_c_1 i {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #378df5;
  border-radius: 50%;
}

.fazhan .fazhan_c .fazhan_c_1 span {
  width: 1px;
  height: 50px;
  border-left: 1px dashed #999999;
}

.fazhan .fazhan_c .fazhan_c_2 {
  width: 100%;
  height: 325px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.fazhan .fazhan_c .fazhan_c_2.white {
  background-color: #ffffff;
}

.fazhan .fazhan_c .fazhan_c_2.white .cc_right {
  border-right: 1px dashed #999999;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.fazhan .fazhan_c .fazhan_c_2.white .cc_left {
  border-right: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12%;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc {
  margin: auto;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  height: 325px;
  border-right: 1px dashed #999999;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_left h4 {
  font-size: 30px;
  color: #002856;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_left i {
  display: block;
  margin: 35px 0;
  width: 24px;
  height: 6px;
  background-color: #e77918;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_left span {
  font-size: 16px;
  color: #555555;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  height: 325px;
}

.fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_right img {
  width: auto;
  height: auto;
}

.fazhan .more {
  width: 100%;
  text-align: center;
  padding: 45px 0;
  background-color: #f5f5f5;
}

.fazhan .more a {
  display: block;
  margin: auto;
  width: 205px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  border-radius: 45px;
  background-color: #e77918;
  font-size: 16px;
}

.zizhi {
  margin: auto;
  width: 80%;
}

.zizhi .zizhi_top {
  margin: 65px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.zizhi .zizhi_top h2 {
  font-size: 30px;
  color: #2b2b2b;
}

.zizhi .zizhi_top span {
  font-size: 18px;
  color: #9f9f9f;
}

.zizhi .zizhi_con {
  margin-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.zizhi .zizhi_con .zizhi_con_top {
  width: 100%;
  height: auto;
}

.zizhi .zizhi_con .zizhi_con_top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.zizhi .zizhi_con .zizhi_con_top ul li {
  margin-bottom: 30px;
  width: 19%;
  height: 347px;
  border: 1px solid #eae9e9;text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.zizhi .zizhi_con .zizhi_con_top ul li img {
  /*display: block;*/
  width: 95%;
  height: 85%;
}

.zizhi .zizhi_con .zizhi_con_bot {
  width: 100%;
}

.zizhi .zizhi_con .zizhi_con_bot ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.zizhi .zizhi_con .zizhi_con_bot ul li {
  margin-bottom: 30px;
  width: 19%;
  height: 250px;
  border: 1px solid #eae9e9;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.zizhi .zizhi_con .zizhi_con_bot ul li img {
  /*display: block;*/
  width: 95%;
  height: 85%;
}

.contact {
  margin: auto;
  width: 80%;
}

.contact .contact_top {
  margin: 65px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .contact_top h2 {
  font-size: 30px;
  color: #2b2b2b;
}

.contact .contact_top span {
  font-size: 18px;
  color: #9f9f9f;
}

.contact .contact_c_1 {
  margin-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact .contact_c_1 .contact_c_1_left {
  width: 48%;
  height: auto;
}

.contact .contact_c_1 .contact_c_1_left h3 {
  display: block;
  margin-bottom: 30px;
  font-size: 23px;
  color: #378df5;
}

.contact .contact_c_1 .contact_c_1_left p {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #555555;
}

.contact .contact_c_1 .contact_c_1_left p i {
  font-style: normal;
}

.contact .contact_c_1 .contact_c_1_right {
  padding-left: 50px;
  width: 48%;
  height: auto;
  border-left: 1px solid #cccccc;
}

.contact .contact_c_1 .contact_c_1_right h3 {
  display: block;
  margin-bottom: 30px;
  font-size: 23px;
  color: #378df5;
}

.contact .contact_c_1 .contact_c_1_right p {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #555555;
}

.contact .contact_c_1 .contact_c_1_right p i {
  font-style: normal;
}

.contact_c_2 {
  width: 100%;
  height: 273px;
}

.contact_c_2 img {
  width: 100%;
  height: 100%;
}

.contact_c_liuyan {
  margin: 50px auto;
  width: 80%;
  max-width: 1400px;
}

.contact_c_liuyan .liuyan_top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_c_liuyan .liuyan_top .liuyan_1 {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  width: 49%;
  height: 65px;
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_c_liuyan .liuyan_top .liuyan_1 p {
  position: relative;
  font-size: 16px;
  color: #9e9e9e;
}

.contact_c_liuyan .liuyan_top .liuyan_1 p i {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #9e9e9e;
}

.contact_c_liuyan .liuyan_top .liuyan_1 input {
  margin-left: 15px;
  width: 88%;
  height: 50px;
  font-size: 16px;
  color: #9e9e9e;
  background: none;
  outline: none;
  border: none;
}

.contact_c_liuyan .liuyan_bot {
  margin-top: 15px;
  width: 100%;
  height: 210px;
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.contact_c_liuyan .liuyan_bot textarea {
  outline: none;
  width: 100%;
  height: 100%;
  resize: none;
  background: none;
  border: none;
}

.contact_c_liuyan .liuyan_bot textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #9e9e9e;
}

.contact_c_liuyan .liuyan_btn {
  margin: auto;
  margin-top: 40px;
  width: 150px;
  height: 40px;
  text-align: center;
  border: 1px solid #005eae;
  border-radius: 25px;
}

.contact_c_liuyan .liuyan_btn p {
  line-height: 40px;
  font-size: 15px;
  color: #005eae;
}

.idcCon {
  margin: 50px auto;
  width: 80%;
  height: auto;
}

.idcCon .idcCon_1 {
  margin-bottom: 60px;
  width: 100%;
  height: 445px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.idcCon .idcCon_1 .idcCon_left {
  padding: 20px 70px;
  width: 48%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.idcCon .idcCon_1 .idcCon_left h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #2b2b2b;
}

.idcCon .idcCon_1 .idcCon_left p {
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 15px;
}

.idcCon .idcCon_1 .idcCon_left a {
  display: block;
  margin-top: 20px;
  width: 170px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #dddddd;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  color: #2b2b2b;
}

.dingzhiCon {
  width: 100%;
  height: 900px;
}

.dingzhiCon:nth-child(2n) {
  background-color: #f5f5f5;
}

.dingzhiCon .dingzhiCon_top {
  padding: 65px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dingzhiCon .dingzhiCon_top h2 {
  font-size: 30px;
  color: #2b2b2b;
}

.dingzhiCon .dingzhiCon_top span {
  font-size: 18px;
  color: #9f9f9f;
}

.dingzhiCon .dingzhiCon_bot {
  margin: auto;
  width: 80%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dingzhiCon .dingzhiCon_bot .dingzhi_left {
  width: 50%;
  height: auto;
}

.dingzhiCon .dingzhiCon_bot .dingzhi_left h2 {
  font-size: 20px;
  color: #2b2b2b;
  display: block;
  margin-bottom: 30px;
}

.dingzhiCon .dingzhiCon_bot .dingzhi_left p:nth-child(1) {
  font-size: 16px;
}

.dingzhiCon .dingzhiCon_bot .dingzhi_left p {
  font-size: 14px;
  color: #555555;
  line-height: 28px;
}

.dingzhiCon .dingzhiCon_bot .dingzhi_left h3 {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 500;
}

.dingzhiCon .dingzhiCon_bot .dingzhi_left a {
  display: block;
  width: 170px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  color: #555555;
  margin-top: 30px;
  background: #fff;
}

.dingzhiCon .dingzhiCon_bot .dingzhi_right {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dingzhiCon .dingzhiCon_bot .dingzhi_right img {
  width: auto;
}

.show {
  margin: auto;
  width: 1210px;
  height: auto;
}

.show .show_top {
  margin: 50px auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.show .show_top h2 {
  font-size: 30px;
  color: #2b2b2b;
  margin-bottom: 55px;
}

.show .show_top span {
  font-size: 16px;
  color: #696969;
}

.show .show_con {
  width: 100%;
  padding-bottom: 50px;
  height: auto;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.show .show_con p {
  font-size: 18px;
  color: #2b2b2b;
}

.show .show_con img {
  display: block;
  width: auto;
  margin: 30px auto;
}

.show .show_pages {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.show .show_pages p {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #2b2b2b;
}

.news {
  margin: 50px auto;
  width: 80%;
  max-width: 1400px;
  height: auto;
}

.news ul {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.news ul li {
  margin-bottom: 30px;
  width: 32%;
  height: 415px;
  background-color: #f8f8f8;
  margin-right: 2%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news ul li:hover {
  -webkit-box-shadow: 0 5px 10px #ccc;
          box-shadow: 0 5px 10px #ccc;
}

.news ul li:nth-child(3n) {
  margin-right: 0;
}

.news ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.news ul li a img {
  width: 446px;
  height:279px;
  display: block;
}

.news ul li a p {
  padding: 15px;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news ul li a span {
  font-size: 15px;
  color: #737373;
  padding: 0 15px 15px 15px;
}

.news .newpages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news .newpages a {
  display: block;
  margin-right: 5px;
  color: #999;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 11px;
  font-size: 14px;
}

.news .newpages a.active {
  background-color: #fc383d;
  border: 1px solid #fc383d;
  color: #fff;
}

.news .newpages a.zi {
  padding: 11px;
  font-size: 14px;
}

.news .newpages a.shu {
  padding: 11px 15px;
  font-size: 16px;
}

.jicheng {
  margin: auto;
  width: 80%;
  max-width: 1400px;
}

.jicheng .jicheng_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px auto;
}

.jicheng .jicheng_top h2 {
  font-size: 30px;
  color: #2b2b2b;
  display: block;
  margin-bottom: 10px;
}

.jicheng .jicheng_top span {
  font-size: 15px;
  color: #929292;
}

.jicheng .jicheng_con {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
}

.jicheng .jicheng_con ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jicheng .jicheng_con ul li {
  margin-bottom: 20px;
  padding: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
}

.jicheng .jicheng_con ul li img {
  margin-bottom: 30px;
  width: auto;
  height: auto;
}

.jicheng .jicheng_con ul li h2 {
  font-size: 22px;
  color: #2b2b2b;
  display: block;
  margin-bottom: 30px;
  font-weight: 500;
}

.jicheng .jicheng_con ul li p {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 28px;
  width: 100%;
}

.jicheng_bot {
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.jicheng_bot .jicheng_bot_t {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jicheng_bot .jicheng_bot_t h2 {
  font-size: 30px;
  color: #2b2b2b;
  display: block;
  margin-bottom: 5px;
}

.jicheng_bot .jicheng_bot_t span {
  font-size: 15px;
  color: #929292;
}

.jicheng_bot .jicheng_bot_c {
  margin: auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
}

.jicheng_bot .jicheng_bot_c ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jicheng_bot .jicheng_bot_c ul li {
  width: 32%;
  height: 645px;
  background-color: #f8f8f8;
}

.jicheng_bot .jicheng_bot_c ul li img {
  width: 100%;
  height: auto;
}

.jicheng_bot .jicheng_bot_c ul li .c_list {
  padding: 30px;
  height: auto;
}

.jicheng_bot .jicheng_bot_c ul li .c_list h3 {
  font-size: 20px;
  color: #004071;
  display: block;
  margin-bottom: 10px;
}

.jicheng_bot .jicheng_bot_c ul li .c_list .c_list_b {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jicheng_bot .jicheng_bot_c ul li .c_list .c_list_b a {
  display: block;
  width: 50%;
  margin-bottom: 10px;
  color: #696969;
}

.jicheng_bot .jicheng_bot_c ul li .c_list .c_list_b p {
  font-size: 15px;
  line-height: 28px;
}

.jicheng_bot .jicheng_bot_c ul li .c2_list {
  float: left;
  padding-top: 35px;
  padding-left: 15px;
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jicheng_bot .jicheng_bot_c ul li .c2_list h3 {
  font-size: 20px;
  color: #004071;
  margin-bottom: 10px;
}

.jicheng_bot .jicheng_bot_c ul li .c2_list a {
  color: #737373;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */