@charset "UTF-8";
.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5%;
  z-index: 8888;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px #f1f1f1;
          box-shadow: 0 5px 10px #f1f1f1;
}

.head .logo {
  width: 15%;
  height: 100px;
  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;
}

.head .logo h1 {
  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;
  width: 100%;
  height: 100px;
}

.head .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 58px;
  -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;
}

.head .logo img {
  width: 75%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.head .nav {
  width: 55%;
  height: 100%;
}

.head .nav 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;
}

.head .nav ul li {
  position: relative;
  width: auto;
}

.head .nav ul li:hover a {
  color: #1e58a7;
  background: rgba(0, 0, 0, 0.1);
  border-top: 2px solid #1e58a7;
}

.head .nav ul li.active a {
  color: #1e58a7;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.1);
  border-top: 2px solid #1e58a7;
}

.head .nav ul li a {
  display: block;
  padding: 0 15px;
  height: 100px;
  width: auto;
  line-height: 100px;
  font-size: 16px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border-top: 2px solid transparent;
}

.head .tel {
  width: 15%;
  height: 100px;
  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;
}

.head .tel img {
  display: block;
  margin-right: 3%;
  width: 14%;
  height: auto;
}

.head .tel .telnum {
  width: 80%;
}

.head .tel .telnum p {
  font-size: 18px;
  white-space: nowrap;
}

.head .caidan {
  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: 5%;
  height: 100px;
}

.head .caidan img {
  width: 30px;
  height: auto;
  cursor: pointer;
}

.banner {
  margin-top: 100px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

.banner .banner_con .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner .banner_con .swiper-slide img {
  width: 100%;
  height: 100%;
}

.banner .swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 5px;
}

.caidan_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.6);
}

.caidan_con {
  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;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 9999;
  width: 400px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
}

.caidan_con .search {
  margin-bottom: 20px;
  width: 100%;
  height: 40px;
  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;
  background-color: #fff;
  border: 1px solid #1e58a7;
  border-radius: 25px;
}

.caidan_con .search input {
  border: none;
  outline: none;
  background: none;
  width: 70%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10%;
}

.caidan_con .search input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

.caidan_con .search input:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}

.caidan_con .search input::-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}

.caidan_con .search input::placeholder {
  font-size: 14px;
  color: #999;
}

.caidan_con .search .search_btn {
  margin-right: 2px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  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;
  background-color: #1e58a7;
  border: none;
  padding: 0;
}

.caidan_con .search .search_btn img {
  width: 70%;
  height: 70%;
}

.caidan_con h2 {
  font-size: 30px;
  color: #333;
  display: block;
  margin-bottom: 15px;
}

.caidan_con ul {
  width: 100%;
  height: auto;
}

.caidan_con ul li {
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.caidan_con ul li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.caidan_con ul li:hover {
  background-color: #1e58a7;
}

.caidan_con ul li:hover a {
  padding-left: 15%;
  color: #fff;
}

.caidan_con .erweima {
  margin-top: 10px;
  width: auto;
  height: auto;
}

.caidan_con .erweima img {
  display: block;
  margin: auto;
  width: 110px;
  height: 110px;
}

.show {
  right: 0;
}

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

.product h2 {
  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;
  font-size: 40px;
  color: #333;
}

.product h2 i {
  display: block;
  margin-right: 10px;
  font-style: normal;
  color: #1e58a7;
}

.product .product_nav {
  margin-bottom: 30px;
  padding-top: 50px;
  width: 100%;
  height: 60px;
}

.product .product_nav ul {
  width: 100%;
  height: 60px;
  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;
}

.product .product_nav ul li {
  position: relative;
  width: 20%;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 3px solid transparent;
  border-right: 3px solid #f0f8ff;
  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-transition: all 0.3s;
  transition: all 0.3s;
}

.product .product_nav ul li:last-child {
  border-right: none;
}

.product .product_nav ul li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.product .product_nav ul li:hover {
  border-left: 3px solid #1e58a7;
  border-right: 3px solid transparent;
  -webkit-box-shadow: 0 10px 15px #ccc;
          box-shadow: 0 10px 15px #ccc;
  z-index: 99;
}

.product .product_nav ul li:hover a {
  color: #1e58a7;
}

.product .product_nav ul li.hover {
  border-left: 3px solid #1e58a7;
  border-right: none;
  -webkit-box-shadow: 0 10px 15px #ccc;
          box-shadow: 0 10px 15px #ccc;
  z-index: 99;
}

.product .product_nav ul li.hover a {
  font-weight: bold;
  color: #1e58a7;
}

.product .product_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.product .product_list .list {
  width: 100%;
  height: auto;
}

.product .product_list .list ul {
  margin: auto;
  width: 98%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product .product_list .list ul li {
  position: relative;
  margin-bottom: 25px;
  margin-top: 11px;
  margin-right: 1.3%;
  width: 24%;
  height: auto;
}

.product .product_list .list ul li:nth-child(4n) {
  margin-right: 0;
}

.product .product_list .list ul li:hover {
  -webkit-box-shadow: 0 10px 15px #ccc;
          box-shadow: 0 10px 15px #ccc;
  z-index: 99;
}

.product .product_list .list ul li:hover a .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product .product_list .list ul li:hover a .des {
  background-color: #1e58a7;
}

.product .product_list .list ul li:hover a .des p {
  color: #fff;
}

.product .product_list .list ul li:hover a .des span {
  color: #fff;
}

.product .product_list .list ul li:hover a .shuxing {
  background-color: #1e58a7;
}

.product .product_list .list ul li:hover a .shuxing p {
  color: #fff;
}

.product .product_list .list ul li a {
  display: block;
}

.product .product_list .list ul li a .img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.product .product_list .list ul li a .img img {
  padding: 10%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product .product_list .list ul li a .des {
  padding-bottom: 20px;
  width: 100%;
  max-height: 60px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.product .product_list .list ul li a .des p {
  font-size: 16px;
  color: #333;
}

.product .product_list .list ul li a .des span {
  font-size: 15px;
  color: #999;
  font-weight: bold;
}

.product .product_list .list ul li a .shuxing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 15px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.product .product_list .list ul li a .shuxing p {
  font-size: 13px;
  color: #999;
  display: block;
  margin-right: 10px;
}

.guanggao {
  margin: 50px 0;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  height: 220px;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../image/contact_banner.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}

.guanggao .guanggao_con {
  margin: auto;
  width: 70%;
  height: 220px;
  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;
}

.guanggao .guanggao_con .guanggao_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;
}

.guanggao .guanggao_con .guanggao_left h3 {
  display: block;
  margin-bottom: 20px;
  font-size: 33px;
  color: #fff;
}

.guanggao .guanggao_con .guanggao_left .con_1 {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.guanggao .guanggao_con .guanggao_left .con_1 p {
  color: #fff;
  font-size: 16px;
  display: block;
  margin-right: 15px;
}

.guanggao .guanggao_con .guanggao_right {
  width: auto;
  height: 300px;
  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;
}

.guanggao .guanggao_con .guanggao_right a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  background-color: #1e58a7;
  border-radius: 25px;
  border: 1px solid #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.guanggao .guanggao_con .guanggao_right a:hover {
  background-color: #fff;
  color: #1e58a7;
  border: 1px solid #1e58a7;
}

.lingyu {
  margin: 50px 0;
  width: 100%;
  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;
}

.lingyu h2 {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.lingyu h2 i {
  font-size: 55px;
  color: #0061c2;
  font-style: normal;
  display: block;
  margin: 0 5px;
}

.lingyu span {
  font-size: 20px;
  color: #666;
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.lingyu .lingyu_con {
  margin: auto;
  margin-top: 80px;
  width: 70%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lingyu .lingyu_con .lingyu_1 {
  margin-top: 70px;
  width: 20%;
  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;
  position: relative;
  cursor: pointer;
}

.lingyu .lingyu_con .lingyu_1 .img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.lingyu .lingyu_con .lingyu_1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.lingyu .lingyu_con .lingyu_1 .img1 {
  position: absolute;
  top: 42%;
  left: 35%;
  width: 70px;
  height: 70px;
  border: 3px solid #0061c2;
  background-color: #fff;
  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;
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}

.lingyu .lingyu_con .lingyu_1 .img1 img {
  width: 70%;
  height: auto;
}

.lingyu .lingyu_con .lingyu_1 .desc {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  background-color: #f4f4f4;
  position: relative;
}

.lingyu .lingyu_con .lingyu_1 .desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background-color: #0061c2;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.lingyu .lingyu_con .lingyu_1 .desc p {
  font-size: 30px;
  color: #134aab;
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.lingyu .lingyu_con .lingyu_1 .desc span {
  font-size: 18px;
  color: #999;
  position: relative;
  z-index: 2;
}

.lingyu .lingyu_con .lingyu_1:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lingyu .lingyu_con .lingyu_1:hover .img1 {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.lingyu .lingyu_con .lingyu_1:hover .desc::after {
  height: 100%;
}

.lingyu .lingyu_con .lingyu_1:hover .desc p {
  color: #fff;
}

.lingyu .lingyu_con .lingyu_1:hover .desc span {
  color: #fff;
}

.lingyu .lingyu_con .lingyu_2 {
  width: 20%;
  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;
  position: relative;
  cursor: pointer;
}

.lingyu .lingyu_con .lingyu_2 .img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.lingyu .lingyu_con .lingyu_2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.lingyu .lingyu_con .lingyu_2 .img1 {
  position: absolute;
  top: 39%;
  left: 35%;
  width: 70px;
  height: 70px;
  border: 3px solid #0061c2;
  background-color: #fff;
  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;
  border-radius: 50%;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  z-index: 5;
}

.lingyu .lingyu_con .lingyu_2 .img1 img {
  width: 70%;
  height: auto;
}

.lingyu .lingyu_con .lingyu_2 .desc {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  background-color: #f4f4f4;
  position: relative;
}

.lingyu .lingyu_con .lingyu_2 .desc::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: '';
  background-color: #0061c2;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.lingyu .lingyu_con .lingyu_2 .desc p {
  position: relative;
  z-index: 2;
  font-size: 30px;
  color: #134aab;
  display: block;
  margin-bottom: 10px;
}

.lingyu .lingyu_con .lingyu_2 .desc span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #ccc;
}

.lingyu .lingyu_con .lingyu_2:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lingyu .lingyu_con .lingyu_2:hover .img1 {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.lingyu .lingyu_con .lingyu_2:hover .desc::after {
  height: 100%;
}

.lingyu .lingyu_con .lingyu_2:hover .desc p {
  color: #fff;
}

.lingyu .lingyu_con .lingyu_2:hover .desc span {
  color: #fff;
}

.tedian {
  width: 100%;
  height: auto;
  margin: 70px 0;
  margin-top: 0px;
}

.tedian h2 {
  font-size: 40px;
  color: #333;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.tedian span {
  font-size: 18px;
  color: #999;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.tedian .tedian_con {
  margin: auto;
  margin-top: 60px;
  width: 70%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tedian .tedian_con .con_left {
  width: 20%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tedian .tedian_con .con_left .con_left_1 {
  margin-bottom: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}

.tedian .tedian_con .con_left .con_left_1:hover .img img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.tedian .tedian_con .con_left .con_left_1:hover p {
  color: #000;
}

.tedian .tedian_con .con_left .con_left_1 .img {
  margin-right: 15px;
  width: 65px;
  height: 65px;
  background-color: #0061c2;
  border-radius: 50%;
  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;
}

.tedian .tedian_con .con_left .con_left_1 .img img {
  width: 65%;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}

.tedian .tedian_con .con_left .con_left_1 p {
  font-size: 16px;
  color: #333;
  width: 60%;
}

.tedian .tedian_con .con_right {
  width: 20%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tedian .tedian_con .con_right .con_right_1 {
  margin-bottom: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}

.tedian .tedian_con .con_right .con_right_1:hover .img img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.tedian .tedian_con .con_right .con_right_1:hover p {
  color: #000;
}

.tedian .tedian_con .con_right .con_right_1 .img {
  margin-left: 15px;
  width: 65px;
  height: 65px;
  background-color: #0061c2;
  border-radius: 50%;
  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;
}

.tedian .tedian_con .con_right .con_right_1 .img img {
  width: 65%;
  height: auto;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}

.tedian .tedian_con .con_right .con_right_1 p {
  font-size: 16px;
  color: #333;
  width: 60%;
  text-align: right;
}

.tedian .tedian_con .con_mid {
  margin: 0 30px;
  width: 40%;
  height: auto;
}

.tedian .tedian_con .con_mid:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.tedian .tedian_con .con_mid img {
  display: block;
  margin: auto;
  width: 90%;
  height: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.about {
  width: 100%;
  height: auto;
  background-color: #f0f8ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5% 0;
}

.about .about_con {
  margin: auto;
  width: 75%;
  height: auto;
}

.about .about_con .about_top {
  margin-bottom: 60px;
  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;
}

.about .about_con .about_top .about_top_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;
}

.about .about_con .about_top .about_top_left h2 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.about .about_con .about_top .about_top_left p {
  font-size: 15px;
  line-height: 28px;
  color: #333;
}

.about .about_con .about_top .about_top_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: 50%;
  height: auto;
}

.about .about_con .about_top .about_top_right img {
  width: 100%;
  height: 100%;
}

.about .about_con .about_bot {
  width: 100%;
  height: auto;
}

.about .about_con .about_bot ul {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about .about_con .about_bot ul li {
  width: 23%;
  height: 200px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.about .about_con .about_bot ul li:hover .des::after {
  width: 100%;
}

.about .about_con .about_bot ul li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about .about_con .about_bot ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.about .about_con .about_bot ul li .des {
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  height: 65px;
  background: rgba(0, 0, 0, 0.4);
  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;
}

.about .about_con .about_bot ul li .des::after {
  content: '';
  position: absolute;
  width: 0;
  height: 65px;
  top: 0;
  left: 0;
  background: rgba(30, 88, 167, 0.8);
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  z-index: 1;
}

.about .about_con .about_bot ul li .des p {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 18px;
  color: #fff;
}

.about .about_con .about_bot ul li .des p i {
  display: block;
  margin-right: 5px;
  font-style: normal;
  font-size: 40px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.anli {
  margin-top: 80px;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.anli .anli_con {
  margin: auto;
  width: 70%;
  height: auto;
}

.anli .anli_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;
}

.anli .anli_con ul li {
  position: relative;
  margin-bottom: 30px;
  width: 23%;
  height: 250px;
  -webkit-box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
          box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
  overflow: hidden;
}

.anli .anli_con ul li:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 69%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.anli .anli_con ul li:nth-child(1) i {
  position: absolute;
  z-index: 1;
  font-size: 70px;
  color: #f2f4f8;
  font-weight: bold;
  left: 8%;
  top: -20px;
}

.anli .anli_con ul li:hover .top {
  top: -100%;
}

.anli .anli_con ul li:hover .top .jiantou {
  -webkit-animation: bounce 1.5s infinite;
          animation: bounce 1.5s infinite;
}

.anli .anli_con ul li:hover .bottom {
  bottom: 0;
}

.anli .anli_con ul li h2 {
  position: relative;
  z-index: 2;
  font-size: 35px;
  color: #333;
  display: block;
  margin-bottom: 20px;
}

.anli .anli_con ul li .desc {
  position: relative;
  z-index: 2;
  width: 85%;
  height: auto;
}

.anli .anli_con ul li .desc p {
  width: 100%;
  height: auto;
  font-size: 17px;
  line-height: 30px;
}

.anli .anli_con ul li .desc .more {
  position: relative;
  display: block;
  margin-top: 20px;
  width: 135px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.anli .anli_con ul li .desc .more:hover a {
  color: #1e58a7;
}

.anli .anli_con ul li .desc .more:hover::after {
  background-color: #fff;
}

.anli .anli_con ul li .desc .more a {
  display: block;
  margin: auto;
  width: 120px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.anli .anli_con ul li .desc .more::after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 115px;
  height: 35px;
  background-color: #1e58a7;
  border: 1px solid #1e58a7;
  -webkit-transform: skewX(-22deg);
          transform: skewX(-22deg);
  z-index: 1;
}

.anli .anli_con ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.anli .anli_con ul li .top {
  position: absolute;
  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%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10%;
}

.anli .anli_con ul li .top .jiantou {
  display: block;
  margin-bottom: 20px;
  width: 30px;
  height: auto;
}

.anli .anli_con ul li .top p {
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: auto;
  line-height: 30px;
  text-align: center;
}

.anli .anli_con ul li .bottom {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  padding: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.anli .anli_con ul li .bottom p {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.anli .anli_con ul li .bottom span {
  color: #fff;
  font-size: 13px;
  line-height: 26px;
}

.fangan {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0;
  background-image: url(../image/youshibg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.fangan::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 41, 75, 0.6);
}

.fangan .fangan_con {
  position: relative;
  margin: auto;
  width: 80%;
  height: auto;
  z-index: 2;
}

.fangan .fangan_con h2 {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.fangan .fangan_con i {
  font-size: 20px;
  color: #fff;
  font-style: normal;
  display: block;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.fangan .fangan_con span {
  display: block;
  margin-top: 30px;
  width: 100%;
  height: auto;
  text-align: center;
}

.fangan .fangan_con span a {
  display: block;
  margin: auto;
  width: 130px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(30, 88, 167, 0.6);
  border-radius: 10px;
  color: #1e58a7;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.fangan .fangan_con span a:hover {
  background-color: white;
}

.fangan .fangan_con .fangan_list {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.fangan .fangan_con .fangan_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 80%;
}

.fangan .fangan_con .fangan_list li {
  width: 24%;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fangan .fangan_con .fangan_list li:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.fangan .fangan_con .fangan_list li:hover a .listBg {
  background: rgba(30, 88, 167, 0.9);
}

.fangan .fangan_con .fangan_list li a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}

.fangan .fangan_con .fangan_list li a .listBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(30, 88, 167, 0.6);
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.fangan .fangan_con .fangan_list li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.fangan .fangan_con .fangan_list li a p {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  z-index: 2;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10%;
}

.news {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.news h2 {
  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;
  font-size: 35px;
  color: #333;
}

.news h2 i {
  font-style: normal;
  color: #1e58a7;
}

.news .span {
  display: block;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.news .newsLsit {
  margin: auto;
  margin-top: 50px;
  width: 80%;
  height: auto;
}

.news .newsLsit ul {
  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;
  width: 100%;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news .newsLsit ul li {
  margin-bottom: 30px;
  width: 48%;
  height: auto;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

.news .newsLsit ul li:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.news .newsLsit ul li a {
  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;
}

.news .newsLsit ul li a .date {
  width: 12%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news .newsLsit ul li a .date p {
  font-size: 40px;
  color: #333;
  display: block;
  text-align: center;
  font-weight: bold;
}

.news .newsLsit ul li a .date span {
  font-size: 18px;
  color: #333;
  text-align: center;
}

.news .newsLsit ul li a .des {
  width: 80%;
  height: auto;
}

.news .newsLsit ul li a .des p {
  font-size: 18px;
  color: #333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.news .newsLsit ul li a .des span {
  display: block;
  height: 70px;
  font-size: 14px;
  color: #999;
  width: 100%;
}

.dibu {
  width: 100%;
  height: 140px;
  background: url(../image/dibu.jpg) no-repeat;
  background-size: cover;
}

.dibu .dibu_con {
  margin: auto;
  width: 75%;
  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;
}

.dibu .dibu_con .p {
  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;
  margin-right: 80px;
  width: 60%;
  height: 140px;
}

.dibu .dibu_con .p p {
  font-size: 25px;
  color: #fff;
}

.dibu .dibu_con a {
  display: block;
  width: 150px;
  height: 40px;
  background-color: #f66f6a;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
}

.footer {
  width: 100%;
  height: auto;
}

.footer .footer_1 {
  width: 100%;
  height: 80px;
  background-color: #393a41;
}

.footer .footer_1 ul {
  margin: auto;
  width: 75%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer_1 ul li {
  width: auto;
  height: 80px;
  margin: 0 15px;
}

.footer .footer_1 ul li a {
  display: block;
  width: auto;
  height: auto;
  line-height: 80px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer_1 ul li a:hover {
  color: white;
}

.footer .footer_2 {
  width: 100%;
  height: 300px;
  background-color: #3D3E49;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}

.footer .footer_2 .footer_2_c {
  margin: auto;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer_2 .footer_2_c .footer_2_c1 {
  width: 18%;
  height: auto;
}

.footer .footer_2 .footer_2_c .footer_2_c1:nth-child(1) {
  width: 30%;
}

.footer .footer_2 .footer_2_c .footer_2_c1:nth-child(1) ul {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer_2 .footer_2_c .footer_2_c1:nth-child(1) ul li {
  width: 45%;
  height: 23px;
}

.footer .footer_2 .footer_2_c .footer_2_c1 h3 {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 25px;
}

.footer .footer_2 .footer_2_c .footer_2_c1 ul {
  width: auto;
  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;
}

.footer .footer_2 .footer_2_c .footer_2_c1 ul li {
  width: auto;
  height: auto;
  margin-bottom: 5px;
}

.footer .footer_2 .footer_2_c .footer_2_c1 ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer_2 .footer_2_c .footer_2_c1 ul li a:hover {
  color: white;
}

.footer .footer_2 .footer_2_c .footer_2_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  margin-right: 50px;
}

.footer .footer_2 .footer_2_c .footer_2_c2 h3 {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}

.footer .footer_2 .footer_2_c .footer_2_c2 ul {
  width: auto;
  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;
}

.footer .footer_2 .footer_2_c .footer_2_c2 ul li {
  width: auto;
  height: auto;
  margin-bottom: 13px;
}

.footer .footer_2 .footer_2_c .footer_2_c2 ul li:nth-child(1) p i {
  font-size: 26px;
  font-style: normal;
  color: #fff;
}

.footer .footer_2 .footer_2_c .footer_2_c2 ul li p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer_2 .footer_2_c .footer_2_c2 ul li p a {
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer_2 .footer_2_c .footer_2_c2 ul li img {
  display: block;
  width: 120px;
}

.footer .footer_2 .footer_2_c .footer_2_c3 {
  width: auto;
  height: auto;
}

.footer .footer_2 .footer_2_c .footer_2_c3 img {
  display: block;
  width: 150px;
  height: 150px;
}

.footer .footer_3 {
  width: 100%;
  height: auto;
  background-color: #393a41;
  padding: 10px 0;
}

.footer .footer_3 .youqing {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer_3 .youqing p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.footer .footer_3 .youqing a {
  display: block;
  margin-right: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.mbx {
  margin-bottom: 30px;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #f1f1f1;
}

.mbx .mbx_c {
  margin: auto;
  width: 80%;
  height: 30px;
}

.mbx .mbx_c p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.productList {
  margin-bottom: 50px;
  margin-top: 30px;
  width: 100%;
  height: auto;
}

.productList .productList_con {
  margin: auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.productList .productList_con .pro_left {
  width: 22%;
  height: auto;
}

.productList .productList_con .pro_left .pro_left_top {
  position: relative;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 50px;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#1b63d9), to(#134aab));
  background: linear-gradient(to right, #1b63d9, #134aab);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.productList .productList_con .pro_left .pro_left_top::after {
  position: absolute;
  left: 0;
  bottom: 40%;
  content: '';
  width: 30px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.productList .productList_con .pro_left .pro_left_top h2 {
  font-size: 28px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.productList .productList_con .pro_left .pro_left_top span {
  font-size: 14px;
  color: #fff;
  color: #fff;
}

.productList .productList_con .pro_left .pro_left_con {
  width: 100%;
  height: auto;
}

.productList .productList_con .pro_left .pro_left_con .pro {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  padding: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#1b63d9), to(#134aab));
  background: linear-gradient(to right, #1b63d9, #134aab);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productList .productList_con .pro_left .pro_left_con .pro li {
  margin-bottom: 20px;
  width: 100%;
  height: 45px;
  text-align: center;
}

.productList .productList_con .pro_left .pro_left_con .pro li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.productList .productList_con .pro_left .pro_left_con .pro li a:hover {
  background-color: #f26b2f;
  color: #fff;
}

.productList .productList_con .pro_left .pro_left_con .pro li a.active {
  background-color: #f26b2f;
  color: #fff;
}

.productList .productList_con .pro_left .pro_left_con .tuijian {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#1b63d9), to(#134aab));
  background: linear-gradient(to right, #1b63d9, #134aab);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productList .productList_con .pro_left .pro_left_con .tuijian h2 {
  font-size: 23px;
  color: #fff;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.productList .productList_con .pro_left .pro_left_con .tuijian ul {
  width: 100%;
  height: auto;
}

.productList .productList_con .pro_left .pro_left_con .tuijian ul li {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.productList .productList_con .pro_left .pro_left_con .tuijian ul li a {
  width: 100%;
  height: auto;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}

.productList .productList_con .pro_left .pro_left_con .lianxi {
  width: 100%;
  height: auto;
  padding: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#1b63d9), to(#134aab));
  background: linear-gradient(to right, #1b63d9, #134aab);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productList .productList_con .pro_left .pro_left_con .lianxi h2 {
  font-size: 23px;
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.productList .productList_con .pro_left .pro_left_con .lianxi ul {
  width: 100%;
  height: auto;
}

.productList .productList_con .pro_left .pro_left_con .lianxi ul li {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.productList .productList_con .pro_left .pro_left_con .lianxi ul li:nth-child(1) p {
  font-size: 18px;
}

.productList .productList_con .pro_left .pro_left_con .lianxi ul li p {
  font-size: 15px;
  color: #fff;
}

.productList .productList_con .pro_left .pro_left_con .tuijian_pro {
  margin: auto;
  padding-top: 15px;
  width: 92%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
}

.productList .productList_con .pro_left .pro_left_con .tuijian_pro li {
  width: 100%;
  height: auto;
}

.productList .productList_con .pro_left .pro_left_con .tuijian_pro li a {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.productList .productList_con .pro_left .pro_left_con .tuijian_pro li a .img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.productList .productList_con .pro_left .pro_left_con .tuijian_pro li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productList .productList_con .pro_left .pro_left_con .tuijian_pro li a .desc {
  width: 70%;
  height: auto;
}

.productList .productList_con .pro_left .pro_left_con .tuijian_pro li a .desc p {
  font-size: 15px;
  color: #fff;
}

.productList .productList_con .pro_left .newRight {
  padding-top: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#0061c2), to(#134aab));
  background: linear-gradient(to right, #0061c2, #134aab);
}

.productList .productList_con .pro_right {
  width: 75%;
  height: auto;
  background: rgba(240, 248, 255, 0.4);
}

.productList .productList_con .pro_right .pro_right_top {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#1b63d9), to(#134aab));
  background: linear-gradient(to right, #1b63d9, #134aab);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
}

.productList .productList_con .pro_right .pro_right_top::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.productList .productList_con .pro_right .pro_right_top p {
  font-size: 14px;
  color: #ffff;
  line-height: 40px;
}

.productList .productList_con .pro_right .pro_right_top p a {
  font-size: 14px;
  color: #fff;
}

.productList .productList_con .pro_right .pro_right_con {
  width: 100%;
  height: auto;
}

.productList .productList_con .pro_right .pro_right_con .con_nav {
  width: 100%;
  height: auto;
}

.productList .productList_con .pro_right .pro_right_con .con_nav 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;
}

.productList .productList_con .pro_right .pro_right_con .con_nav ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 15px;
  width: 20%;
  height: auto;
  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;
  border: 1px solid #dedede;
  border-left: none;
}

.productList .productList_con .pro_right .pro_right_con .con_nav ul li:nth-child(1) {
  border-left: 1px solid #dedede;
}

.productList .productList_con .pro_right .pro_right_con .con_nav ul li p {
  font-size: 15px;
  color: #333;
  white-space: nowrap;
}

.productList .productList_con .pro_right .pro_right_con .con_nav ul li:nth-child(4) {
  width: 30%;
}

.productList .productList_con .pro_right .pro_right_con .con_nav ul li:nth-child(5) {
  width: 10%;
}

.productList .productList_con .pro_right .pro_right_con .con_con {
  width: 100%;
  height: auto;
}

.productList .productList_con .pro_right .pro_right_con .con_con a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
}

.productList .productList_con .pro_right .pro_right_con .con_con a ul {
  width: 100%;
  height: 180px;
  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;
}

.productList .productList_con .pro_right .pro_right_con .con_con a ul:hover {
  background-color: rgba(240, 248, 255, 0.8);
}

.productList .productList_con .pro_right .pro_right_con .con_con a ul li {
  width: 20%;
  height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border: 1px solid #dedede;
  border-left: none;
  border-top: none;
  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;
  text-align: center;
}

.productList .productList_con .pro_right .pro_right_con .con_con a ul li:nth-child(1) {
  border-left: 1px solid #dedede;
}

.productList .productList_con .pro_right .pro_right_con .con_con a ul li:nth-child(4) {
  width: 30%;
}

.productList .productList_con .pro_right .pro_right_con .con_con a ul li:nth-child(5) {
  width: 10%;
}

.productList .productList_con .pro_right .pro_right_con .con_con a ul li p {
  display: block;
  margin: 2px 0;
  font-size: 14px;
  color: #666;
}

.productList .productList_con .pro_right .pro_right_con .con_con a ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0 0 15px #ccc;
          box-shadow: 0 0 15px #ccc;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_img {
  width: 48%;
  height: 400px;
  -webkit-box-shadow: 0 0 15px #ccc;
          box-shadow: 0 0 15px #ccc;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_des {
  width: 49%;
  height: 400px;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_des h1 {
  font-size: 25px;
  color: #333;
  display: block;
  margin-bottom: 20px;
  padding: 5px 10px;
  background-color: #f1f1f1;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_des .des_m {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_des .des_m ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_des .des_m ul li {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  margin-bottom: 10px;
  padding-left: 40px;
  background: url(../image/biaozhi.png) left center no-repeat;
  background-size: 10%;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_des .des_m ul li p {
  line-height: 30px;
  font-size: 15px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_des .des_m ul li p i {
  display: block;
  margin-left: 20px;
  color: #134aab;
  font-style: normal;
  font-weight: bold;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_des .des_d {
  width: 100%;
  height: auto;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_des .des_d p {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  text-indent: 28px;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_des .des_tel {
  margin-top: 40px;
  width: 180px;
  padding: 5px 15px;
  background-color: #f26b2f;
  border-radius: 5px;
  text-align: center;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_top .detail_des .des_tel p {
  color: #fff;
  font-size: 15px;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_bot {
  margin-top: 30px;
  width: 100%;
  height: auto;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_bot .cp_detail_bot_1 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#0061c2), to(#134aab));
  background: linear-gradient(to right, #0061c2, #134aab);
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_bot .cp_detail_bot_1::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #fff;
  border-radius: 5px;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_bot .cp_detail_bot_1 p {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_bot .cp_detail_bot_c {
  padding: 15px;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productList .productList_con .pro_right .pro_right_con .cp_detail_bot .cp_detail_bot_c p {
  font-size: 15px;
  line-height: 28px;
}

.productList .productList_con .pro_right .caseList {
  width: 100%;
  height: auto;
}

.productList .productList_con .pro_right .caseList ul {
  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;
}

.productList .productList_con .pro_right .caseList ul li {
  margin-bottom: 30px;
  width: 23%;
  height: 220px;
  margin-right: 2.6%;
  overflow: hidden;
}

.productList .productList_con .pro_right .caseList ul li:hover a .top {
  bottom: 100%;
}

.productList .productList_con .pro_right .caseList ul li:hover a .bot {
  bottom: 0;
}

.productList .productList_con .pro_right .caseList ul li:nth-child(4n) {
  margin-right: 0;
}

.productList .productList_con .pro_right .caseList ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.productList .productList_con .pro_right .caseList ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productList .productList_con .pro_right .caseList ul li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.productList .productList_con .pro_right .caseList ul li a .top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10%;
  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;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 3;
}

.productList .productList_con .pro_right .caseList ul li a .top img {
  width: 25px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.productList .productList_con .pro_right .caseList ul li a .top p {
  font-size: 16px;
  color: #fff;
}

.productList .productList_con .pro_right .caseList ul li a .bot {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  z-index: 3;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.productList .productList_con .pro_right .caseList ul li a .bot p {
  font-size: 15px;
  color: #fff;
  line-height: 27px;
}

.productList .productList_con .pro_right .caseList .case_con {
  width: 100%;
  height: auto;
}

.productList .productList_con .pro_right .caseList .case_con h1 {
  font-size: 23px;
  color: #333;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.productList .productList_con .pro_right .caseList .case_con .date {
  text-align: center;
  font-size: 15px;
  color: #666;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.productList .productList_con .pro_right .caseList .case_con .case_con_1 {
  padding: 0 2%;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productList .productList_con .pro_right .caseList .case_con .case_con_1 p {
  font-size: 15px;
  line-height: 28px;
  color: #666;
}

.productList .productList_con .pro_right .pagefan {
  padding: 2% 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.productList .productList_con .pro_right .pagefan .pagexiang {
  font-size: 15px;
  color: #666;
}

.newslistny {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 100%;
  height: auto;
}

.newslistny ul {
  width: 100%;
  height: auto;
}

.newslistny ul li {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #f1f1f1;
          box-shadow: 0 0 20px #f1f1f1;
  margin-top: 15px;
  margin-bottom: 25px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.newslistny ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.newslistny ul li a {
  padding-right: 15%;
  display: table-cell;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newslistny ul li a:hover .newslist_arrow {
  right: 6%;
}

.newslistny ul li a .newslist_date {
  margin-right: 25px;
  width: 10%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  background: #0061c2;
  border-radius: 15px 0 15px 0;
  padding-bottom: 10px;
}

.newslistny ul li a .newslist_date span {
  color: #fff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 50px;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}

.newslistny ul li a .newslist_date .newslist_date_1 {
  width: 100%;
  height: auto;
  text-align: center;
}

.newslistny ul li a .newslist_date .newslist_date_1 p {
  font-size: 18px;
  color: #fff;
}

.newslistny ul li a .newlist_desc {
  padding-left: 3%;
  width: 50%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
}

.newslistny ul li a .newlist_desc p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.newslistny ul li a .newlist_desc span {
  font-size: 15px;
  color: #666;
  line-height: 25px;
}

.newslistny ul li a .newslist_arrow {
  position: absolute;
  top: 40%;
  right: 5%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  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;
}

.newslistny ul li a .newslist_arrow img {
  display: block;
  width: 20px;
  height: 20px;
}

.aboutny {
  width: 100%;
  height: auto;
}

.aboutny .aboutny_con {
  margin: auto;
  width: 80%;
  height: auto;
  margin-top: 40px;
}

.aboutny .aboutny_con .aboutny_con_left {
  float: left;
  margin-top: 30px;
  width: 48%;
  height: auto;
}

.aboutny .aboutny_con .aboutny_con_left p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

.aboutny .aboutny_con .aboutny_con_right {
  float: right;
  margin-top: -100px;
  width: 48%;
  height: auto;
  position: relative;
  z-index: 5;
}

.aboutny .aboutny_con .aboutny_con_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutny .aboutny_con_sec {
  margin-top: 100px;
  width: 100%;
  height: 300px;
  background-image: url(../image/about1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.aboutny .aboutny_con_sec::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.aboutny .aboutny_con_sec .aboutny_con_sec_c {
  margin: auto;
  width: 75%;
  height: 100%;
}

.aboutny .aboutny_con_sec .aboutny_con_sec_c h2 {
  padding-top: 50px;
  position: relative;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  z-index: 3;
}

.aboutny .aboutny_con_sec .aboutny_con_sec_c span {
  position: relative;
  display: block;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 3;
}

.aboutny .aboutny_con_sec .aboutny_con_sec_c ul {
  padding-top: 15px;
  position: relative;
  z-index: 33;
  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;
}

.aboutny .aboutny_con_sec .aboutny_con_sec_c ul li {
  width: 13.5%;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  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;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}

.aboutny .aboutny_con_sec .aboutny_con_sec_c ul li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.aboutny .aboutny_con_sec .aboutny_con_sec_c ul li img {
  display: block;
  margin-bottom: 15px;
  width: 40px;
  height: 40px;
}

.aboutny .aboutny_con_sec .aboutny_con_sec_c ul li p {
  font-size: 16px;
  color: #fff;
}

.aboutny .aboutny_con_thir {
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 75%;
  height: auto;
}

.aboutny .aboutny_con_thir .swiper-container {
  width: 100%;
  height: 100%;
}

.aboutny .aboutny_con_thir .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.aboutny .aboutny_con_thir .swiper-slide img {
  width: 100%;
  border: 1px solid #ccc;
}

.aboutny .aboutny_con_thir .swiper-slide-active, .aboutny .aboutny_con_thir .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.contactny {
  margin-top: 100px;
  width: 100%;
  height: auto;
}

.contactny .contactny_1 {
  margin: auto;
  width: 70%;
  margin-bottom: 50px;
}

.contactny .contactny_1 ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.contactny .contactny_1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 15px #ccc;
          box-shadow: 0 0 15px #ccc;
  border-radius: 10px;
  width: 30%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.contactny .contactny_1 ul li:hover {
  -webkit-box-shadow: 0 0 15px #aaa;
          box-shadow: 0 0 15px #aaa;
}

.contactny .contactny_1 ul li .img {
  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: 60px;
  height: 60px;
  background-color: #1b63d9;
  border-radius: 50%;
  margin-bottom: 15px;
}

.contactny .contactny_1 ul li .img img {
  width: 40px;
  height: auto;
}

.contactny .contactny_1 ul li p {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
}

.contactny .contactny_1 ul li span {
  font-size: 18px;
  text-align: center;
}

.contactny .liuyan {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.contactny .liuyan h2 {
  font-size: 23px;
  color: #333;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.contactny .liuyan .liuyan_con {
  margin: auto;
  width: 750px;
  height: auto;
}

.contactny .liuyan .liuyan_con .inp {
  margin-bottom: 15px;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

.contactny .liuyan .liuyan_con .inp p {
  font-size: #999;
  display: block;
  margin-right: 15px;
}

.contactny .liuyan .liuyan_con .inp input {
  width: 80%;
  height: 40px;
  background: none;
  border: none;
  outline: none;
}

.contactny .liuyan .liuyan_con .inp input:-ms-input-placeholder {
  color: #f1f1f1;
}

.contactny .liuyan .liuyan_con .texta {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

.contactny .liuyan .liuyan_con .texta p {
  font-size: #999;
  display: block;
  margin-right: 15px;
}

.contactny .liuyan .liuyan_con .texta textarea {
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  outline: none;
  background: none;
}

.contactny .liuyan .liuyan_con .inp1 {
  width: 100%;
  height: 40px;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactny .liuyan .liuyan_con .inp1 input {
  display: block;
  margin-right: 10px;
  width: 200px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

.contactny .liuyan .liuyan_con .inp1 img {
  width: 100px;
  height: 40px;
}

.contactny .liuyan .liuyan_con button {
  margin: auto;
  margin-top: 30px;
  display: block;
  width: 120px;
  height: 40px;
  background: #134aab;
  color: #fff;
  border-radius: 5px;
  outline: none;
  font-size: 18px;
  border: none;
}

#allmap {
  width: 100%;
  height: 500px;
  margin-top: 20px;
  overflow: hidden;
  font-family: "微软雅黑";
}

#allmap b {
  color: #CC5522;
  font-size: 14px;
}

#allmap img {
  max-width: none;
}

.page {
  margin-top: 40px;
  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;
}

.page .pre {
  width: auto;
  margin: 0 5px;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.page .pre a {
  font-size: 14px;
  color: #666;
  display: block;
  width: 100%;
  height: 100%;
}

.page .next {
  width: auto;
  margin: 0 5px;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.page .next a {
  font-size: 14px;
  color: #666;
  display: block;
  width: 100%;
  height: 100%;
}

.page .index {
  width: auto;
  margin: 0 5px;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.page .index a {
  font-size: 14px;
  color: #666;
  display: block;
  width: 100%;
  height: 100%;
}

.page .last {
  width: auto;
  margin: 0 5px;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.page .last a {
  font-size: 14px;
  color: #666;
  display: block;
  width: 100%;
  height: 100%;
}

.page .pageNum {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.page .pageNum a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
  border-radius: 5px;
  background: #f1f1f1;
  border: 1px solid #ccc;
}

.page .pageNum .page-num-current{
    background: #1a63d7;
    color: #fff;
}

/* 新侧边栏 */
.new_side {
  position: fixed;
  right: -100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 15;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 13px rgba(0, 0, 0, 0.1);
  z-index: 999;
  width: 75px;
  text-align: center;
}

.new_side_show {
  right: 0;
}

.new_side_1 {
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  padding: 8px 0;
  cursor: pointer;
}

.new_side_1:hover .new_side_img_1 {
  opacity: 0;
}

.new_side_1:hover p {
  color: #0061c2;
}

.new_side_2:hover p {
  color: #0061c2;
}

.new_side_1:hover .new_side_img_2 {
  opacity: 1;
}

.new_side_2:hover .new_side_img_1 {
  opacity: 0;
}

.new_side_2:hover .new_side_img_2 {
  opacity: 1;
}

.new_side_img {
  width: 28px;
  display: inline-block;
  position: relative;
}

.new_side_img img {
  width: 100%;
  -webkit-transition: all .36s;
  transition: all .36s;
}

.new_side_img_1 {
  position: relative;
  top: 0;
  left: 0;
}

.new_side_img_2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.new_side_p p {
  font-size: 14px;
  line-height: 2.5;
  color: #666;
  -webkit-transition: all .36s;
  transition: all .36s;
  margin: 0;
}

.new_side_2 {
  position: relative;
  z-index: 999;
  border: none;
  background: none;
  padding: 0;
}

.new_side_2:hover .new_side_wx {
  left: -120px;
}

.new_side_2_1 {
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 8px 0;
  background: #f7f7f7;
}

.new_side_wx {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100px;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}

.new_side_wx_img {
  width: 100px;
  position: relative;
  z-index: -1;
}

.new_side_wx_img img {
  width: 100%;
  -webkit-transition: all .36s;
  transition: all .36s;
}

.new_side_wx_img::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
}

.new_bg_1 {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  overflow-y: hidden;
}

.tanchuang_1 {
  display: none;
  /* width: 602px; */
  background: #ffffff;
  padding: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999999;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden;
}

.tanchuang_2 {
  padding: 15px;
  border: 1px dashed #ccc;
}

.new_bg_1 .proDetail_bot_img {
  float: left;
  width: 250px;
  height: auto;
  text-align: center;
}

.new_bg_1 .proDetail_bot_img img {
  width: 100%;
  height: 100%;
}

.new_bg_1 .proDetail_bot_img p {
  font-size: 16px;
}

.new_bg_1 .proDetail_bot_right {
  float: right;
  margin: 0 20px;
  margin-top: 20px;
}

.new_bg_1 .proDetail_bot_right h4 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #0061c2;
}

.new_bg_1 .proDetail_bot_right p {
  font-size: 16px;
  margin-bottom: 15px;
}

.new_bg_1 .proDetail_bot_right p i {
  font-size: 26px;
  font-style: normal;
}

.new_bg_1 .proDetail_bot_right p:last-child {
  font-size: 20px;
  font-weight: bold;
}

.new_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  overflow-y: hidden;
}

.tanchuang {
  display: none;
  width: 602px;
  background: #ffffff;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999999;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden;
}

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

.tc_top p {
  font-size: 25px;
}

#close {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#close img {
  width: 100%;
  height: 100%;
}

.tc_bot {
  margin-top: 30px;
  width: 100%;
}

.tc_bot_1 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.tc_bot_1 input {
  width: 100%;
  border: none;
  height: 50px;
  outline: none;
}

.tc_bot_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.tc_bot_2 input {
  border: none;
  width: 80%;
  height: 50px;
  outline: none;
}

.tc_bot_2 img {
  width: 20%;
}

.tc_bot p {
  font-size: 15px;
  color: #999;
}

.tc_bot button {
  width: 200px;
  height: 60px;
  outline: none;
  background: #0061c2;
  color: #fff;
  margin-top: 15px;
  border: none;
  font-size: 20px;
}

table {
  margin: auto;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-collapse: collapse;
  border-color: #623F20;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
}

table td,
table th {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #623F20;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
}

/* 新侧边栏结束 */
/*# sourceMappingURL=style.css.map */